@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-pc: 1024px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1367px;
  --font-family-sans-serif: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3; }

h1, .h1 {
  font-size: 4.95rem; }

h2, .h2 {
  font-size: 3.6rem; }

h3, .h3 {
  font-size: 3.15rem; }

h4, .h4 {
  font-size: 2.34rem; }

h5, .h5 {
  font-size: 2.16rem; }

h6, .h6 {
  font-size: 1.8rem; }

.lead {
  font-size: 2.7rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 1.404rem;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 2.25rem; }

.blockquote-footer {
  display: block;
  font-size: 1.404rem;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 769px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-pc, .container-lg {
    max-width: 960px; } }

@media (min-width: 1367px) {
  .container, .container-sm, .container-md, .container-pc, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12, .col-pc,
.col-pc-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-pc {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-pc-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-pc-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-pc-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-pc-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-pc-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-pc-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-pc-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-pc-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-pc-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-pc-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-pc-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-pc-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-pc-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-pc-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-pc-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-pc-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-pc-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-pc-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-pc-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-pc-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-pc-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-pc-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-pc-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-pc-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-pc-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-pc-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-pc-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-pc-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-pc-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-pc-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-pc-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-pc-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-pc-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-pc-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-pc-0 {
    margin-left: 0; }
  .offset-pc-1 {
    margin-left: 8.33333%; }
  .offset-pc-2 {
    margin-left: 16.66667%; }
  .offset-pc-3 {
    margin-left: 25%; }
  .offset-pc-4 {
    margin-left: 33.33333%; }
  .offset-pc-5 {
    margin-left: 41.66667%; }
  .offset-pc-6 {
    margin-left: 50%; }
  .offset-pc-7 {
    margin-left: 58.33333%; }
  .offset-pc-8 {
    margin-left: 66.66667%; }
  .offset-pc-9 {
    margin-left: 75%; }
  .offset-pc-10 {
    margin-left: 83.33333%; }
  .offset-pc-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1367px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #aaa; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #aaa; }
  .table tbody + tbody {
    border-top: 2px solid #aaa; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #aaa; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #aaa; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #aaa; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-pc {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-pc > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1366.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive, .js-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered, .js-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.575rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.404rem;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.575rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.7em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 0.1875rem) center;
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.7em + 0.75rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.404rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.575rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.7em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 0.1875rem) center;
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.7em + 0.75rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  line-height: 1.7;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.575rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 3.06rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 2.03rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 1.03rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 1.03rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(1.03rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.575rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.7em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.7;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.1175rem;
  padding-bottom: 0.1175rem;
  margin-right: 1rem;
  font-size: 2.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 769px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-pc > .container,
  .navbar-expand-pc > .container-fluid, .navbar-expand-pc > .container-sm, .navbar-expand-pc > .container-md, .navbar-expand-pc > .container-lg, .navbar-expand-pc > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-pc .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-pc .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-pc .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-pc > .container,
    .navbar-expand-pc > .container-fluid, .navbar-expand-pc > .container-sm, .navbar-expand-pc > .container-md, .navbar-expand-pc > .container-lg, .navbar-expand-pc > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-pc .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-pc .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1366.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1367px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #000;
      content: ">"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #767676; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 5.2rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.35rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1024px) {
  .list-group-horizontal-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-pc > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-pc > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-pc > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-pc > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-pc > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1367px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.7; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1367px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.575rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.575rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items:  flex-start; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 769px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-pc-none {
    display: none !important; }
  .d-pc-inline {
    display: inline !important; }
  .d-pc-inline-block {
    display: inline-block !important; }
  .d-pc-block {
    display: block !important; }
  .d-pc-table {
    display: table !important; }
  .d-pc-table-row {
    display: table-row !important; }
  .d-pc-table-cell {
    display: table-cell !important; }
  .d-pc-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-pc-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1367px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-5by6::before {
  padding-top: 120%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-pc-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-pc-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-pc-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-pc-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-pc-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-pc-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-pc-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-pc-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-pc-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-pc-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-pc-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-pc-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-pc-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-pc-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-pc-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-pc-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-pc-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-pc-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-pc-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-pc-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-pc-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-pc-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-pc-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-pc-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-pc-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-pc-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-pc-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-pc-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-pc-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-pc-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-pc-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-pc-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-pc-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-pc-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1367px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 769px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-pc-left {
    float: left !important; }
  .float-pc-right {
    float: right !important; }
  .float-pc-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1367px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-60 {
  height: 60% !important; }

.h-70 {
  height: 70% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-pc-0 {
    margin: 0 !important; }
  .mt-pc-0,
  .my-pc-0 {
    margin-top: 0 !important; }
  .mr-pc-0,
  .mx-pc-0 {
    margin-right: 0 !important; }
  .mb-pc-0,
  .my-pc-0 {
    margin-bottom: 0 !important; }
  .ml-pc-0,
  .mx-pc-0 {
    margin-left: 0 !important; }
  .m-pc-1 {
    margin: 0.25rem !important; }
  .mt-pc-1,
  .my-pc-1 {
    margin-top: 0.25rem !important; }
  .mr-pc-1,
  .mx-pc-1 {
    margin-right: 0.25rem !important; }
  .mb-pc-1,
  .my-pc-1 {
    margin-bottom: 0.25rem !important; }
  .ml-pc-1,
  .mx-pc-1 {
    margin-left: 0.25rem !important; }
  .m-pc-2 {
    margin: 0.5rem !important; }
  .mt-pc-2,
  .my-pc-2 {
    margin-top: 0.5rem !important; }
  .mr-pc-2,
  .mx-pc-2 {
    margin-right: 0.5rem !important; }
  .mb-pc-2,
  .my-pc-2 {
    margin-bottom: 0.5rem !important; }
  .ml-pc-2,
  .mx-pc-2 {
    margin-left: 0.5rem !important; }
  .m-pc-3 {
    margin: 1rem !important; }
  .mt-pc-3,
  .my-pc-3 {
    margin-top: 1rem !important; }
  .mr-pc-3,
  .mx-pc-3 {
    margin-right: 1rem !important; }
  .mb-pc-3,
  .my-pc-3 {
    margin-bottom: 1rem !important; }
  .ml-pc-3,
  .mx-pc-3 {
    margin-left: 1rem !important; }
  .m-pc-4 {
    margin: 1.5rem !important; }
  .mt-pc-4,
  .my-pc-4 {
    margin-top: 1.5rem !important; }
  .mr-pc-4,
  .mx-pc-4 {
    margin-right: 1.5rem !important; }
  .mb-pc-4,
  .my-pc-4 {
    margin-bottom: 1.5rem !important; }
  .ml-pc-4,
  .mx-pc-4 {
    margin-left: 1.5rem !important; }
  .m-pc-5 {
    margin: 3rem !important; }
  .mt-pc-5,
  .my-pc-5 {
    margin-top: 3rem !important; }
  .mr-pc-5,
  .mx-pc-5 {
    margin-right: 3rem !important; }
  .mb-pc-5,
  .my-pc-5 {
    margin-bottom: 3rem !important; }
  .ml-pc-5,
  .mx-pc-5 {
    margin-left: 3rem !important; }
  .p-pc-0 {
    padding: 0 !important; }
  .pt-pc-0,
  .py-pc-0 {
    padding-top: 0 !important; }
  .pr-pc-0,
  .px-pc-0 {
    padding-right: 0 !important; }
  .pb-pc-0,
  .py-pc-0 {
    padding-bottom: 0 !important; }
  .pl-pc-0,
  .px-pc-0 {
    padding-left: 0 !important; }
  .p-pc-1 {
    padding: 0.25rem !important; }
  .pt-pc-1,
  .py-pc-1 {
    padding-top: 0.25rem !important; }
  .pr-pc-1,
  .px-pc-1 {
    padding-right: 0.25rem !important; }
  .pb-pc-1,
  .py-pc-1 {
    padding-bottom: 0.25rem !important; }
  .pl-pc-1,
  .px-pc-1 {
    padding-left: 0.25rem !important; }
  .p-pc-2 {
    padding: 0.5rem !important; }
  .pt-pc-2,
  .py-pc-2 {
    padding-top: 0.5rem !important; }
  .pr-pc-2,
  .px-pc-2 {
    padding-right: 0.5rem !important; }
  .pb-pc-2,
  .py-pc-2 {
    padding-bottom: 0.5rem !important; }
  .pl-pc-2,
  .px-pc-2 {
    padding-left: 0.5rem !important; }
  .p-pc-3 {
    padding: 1rem !important; }
  .pt-pc-3,
  .py-pc-3 {
    padding-top: 1rem !important; }
  .pr-pc-3,
  .px-pc-3 {
    padding-right: 1rem !important; }
  .pb-pc-3,
  .py-pc-3 {
    padding-bottom: 1rem !important; }
  .pl-pc-3,
  .px-pc-3 {
    padding-left: 1rem !important; }
  .p-pc-4 {
    padding: 1.5rem !important; }
  .pt-pc-4,
  .py-pc-4 {
    padding-top: 1.5rem !important; }
  .pr-pc-4,
  .px-pc-4 {
    padding-right: 1.5rem !important; }
  .pb-pc-4,
  .py-pc-4 {
    padding-bottom: 1.5rem !important; }
  .pl-pc-4,
  .px-pc-4 {
    padding-left: 1.5rem !important; }
  .p-pc-5 {
    padding: 3rem !important; }
  .pt-pc-5,
  .py-pc-5 {
    padding-top: 3rem !important; }
  .pr-pc-5,
  .px-pc-5 {
    padding-right: 3rem !important; }
  .pb-pc-5,
  .py-pc-5 {
    padding-bottom: 3rem !important; }
  .pl-pc-5,
  .px-pc-5 {
    padding-left: 3rem !important; }
  .m-pc-n1 {
    margin: -0.25rem !important; }
  .mt-pc-n1,
  .my-pc-n1 {
    margin-top: -0.25rem !important; }
  .mr-pc-n1,
  .mx-pc-n1 {
    margin-right: -0.25rem !important; }
  .mb-pc-n1,
  .my-pc-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-pc-n1,
  .mx-pc-n1 {
    margin-left: -0.25rem !important; }
  .m-pc-n2 {
    margin: -0.5rem !important; }
  .mt-pc-n2,
  .my-pc-n2 {
    margin-top: -0.5rem !important; }
  .mr-pc-n2,
  .mx-pc-n2 {
    margin-right: -0.5rem !important; }
  .mb-pc-n2,
  .my-pc-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-pc-n2,
  .mx-pc-n2 {
    margin-left: -0.5rem !important; }
  .m-pc-n3 {
    margin: -1rem !important; }
  .mt-pc-n3,
  .my-pc-n3 {
    margin-top: -1rem !important; }
  .mr-pc-n3,
  .mx-pc-n3 {
    margin-right: -1rem !important; }
  .mb-pc-n3,
  .my-pc-n3 {
    margin-bottom: -1rem !important; }
  .ml-pc-n3,
  .mx-pc-n3 {
    margin-left: -1rem !important; }
  .m-pc-n4 {
    margin: -1.5rem !important; }
  .mt-pc-n4,
  .my-pc-n4 {
    margin-top: -1.5rem !important; }
  .mr-pc-n4,
  .mx-pc-n4 {
    margin-right: -1.5rem !important; }
  .mb-pc-n4,
  .my-pc-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-pc-n4,
  .mx-pc-n4 {
    margin-left: -1.5rem !important; }
  .m-pc-n5 {
    margin: -3rem !important; }
  .mt-pc-n5,
  .my-pc-n5 {
    margin-top: -3rem !important; }
  .mr-pc-n5,
  .mx-pc-n5 {
    margin-right: -3rem !important; }
  .mb-pc-n5,
  .my-pc-n5 {
    margin-bottom: -3rem !important; }
  .ml-pc-n5,
  .mx-pc-n5 {
    margin-left: -3rem !important; }
  .m-pc-auto {
    margin: auto !important; }
  .mt-pc-auto,
  .my-pc-auto {
    margin-top: auto !important; }
  .mr-pc-auto,
  .mx-pc-auto {
    margin-right: auto !important; }
  .mb-pc-auto,
  .my-pc-auto {
    margin-bottom: auto !important; }
  .ml-pc-auto,
  .mx-pc-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1367px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-pc-left {
    text-align: left !important; }
  .text-pc-right {
    text-align: right !important; }
  .text-pc-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1367px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

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

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .breadcrumb {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-10 {
  height: 10% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.h-35 {
  height: 35% !important; }

.h-40 {
  height: 40% !important; }

.h-45 {
  height: 45% !important; }

.h-60 {
  height: 60% !important; }

.h-70 {
  height: 70% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .w-sm-5 {
    width: 5% !important; }
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-15 {
    width: 15% !important; }
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-35 {
    width: 35% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-45 {
    width: 45% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .h-sm-5 {
    height: 5% !important; }
  .h-sm-10 {
    height: 10% !important; }
  .h-sm-15 {
    height: 15% !important; }
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-30 {
    height: 30% !important; }
  .h-sm-35 {
    height: 35% !important; }
  .h-sm-40 {
    height: 40% !important; }
  .h-sm-45 {
    height: 45% !important; }
  .h-sm-60 {
    height: 60% !important; }
  .h-sm-70 {
    height: 70% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-90 {
    height: 90% !important; } }

@media (min-width: 769px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .w-md-5 {
    width: 5% !important; }
  .w-md-10 {
    width: 10% !important; }
  .w-md-15 {
    width: 15% !important; }
  .w-md-20 {
    width: 20% !important; }
  .w-md-30 {
    width: 30% !important; }
  .w-md-35 {
    width: 35% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-45 {
    width: 45% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-70 {
    width: 70% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .h-md-5 {
    height: 5% !important; }
  .h-md-10 {
    height: 10% !important; }
  .h-md-15 {
    height: 15% !important; }
  .h-md-20 {
    height: 20% !important; }
  .h-md-30 {
    height: 30% !important; }
  .h-md-35 {
    height: 35% !important; }
  .h-md-40 {
    height: 40% !important; }
  .h-md-45 {
    height: 45% !important; }
  .h-md-60 {
    height: 60% !important; }
  .h-md-70 {
    height: 70% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-90 {
    height: 90% !important; } }

@media (min-width: 1024px) {
  .w-pc-25 {
    width: 25% !important; }
  .w-pc-50 {
    width: 50% !important; }
  .w-pc-75 {
    width: 75% !important; }
  .w-pc-100 {
    width: 100% !important; }
  .w-pc-auto {
    width: auto !important; }
  .w-pc-5 {
    width: 5% !important; }
  .w-pc-10 {
    width: 10% !important; }
  .w-pc-15 {
    width: 15% !important; }
  .w-pc-20 {
    width: 20% !important; }
  .w-pc-30 {
    width: 30% !important; }
  .w-pc-35 {
    width: 35% !important; }
  .w-pc-40 {
    width: 40% !important; }
  .w-pc-45 {
    width: 45% !important; }
  .w-pc-60 {
    width: 60% !important; }
  .w-pc-70 {
    width: 70% !important; }
  .w-pc-80 {
    width: 80% !important; }
  .w-pc-90 {
    width: 90% !important; }
  .h-pc-25 {
    height: 25% !important; }
  .h-pc-50 {
    height: 50% !important; }
  .h-pc-75 {
    height: 75% !important; }
  .h-pc-100 {
    height: 100% !important; }
  .h-pc-auto {
    height: auto !important; }
  .h-pc-5 {
    height: 5% !important; }
  .h-pc-10 {
    height: 10% !important; }
  .h-pc-15 {
    height: 15% !important; }
  .h-pc-20 {
    height: 20% !important; }
  .h-pc-30 {
    height: 30% !important; }
  .h-pc-35 {
    height: 35% !important; }
  .h-pc-40 {
    height: 40% !important; }
  .h-pc-45 {
    height: 45% !important; }
  .h-pc-60 {
    height: 60% !important; }
  .h-pc-70 {
    height: 70% !important; }
  .h-pc-80 {
    height: 80% !important; }
  .h-pc-90 {
    height: 90% !important; } }

@media (min-width: 1200px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .w-lg-5 {
    width: 5% !important; }
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-15 {
    width: 15% !important; }
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-35 {
    width: 35% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-45 {
    width: 45% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .h-lg-5 {
    height: 5% !important; }
  .h-lg-10 {
    height: 10% !important; }
  .h-lg-15 {
    height: 15% !important; }
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-30 {
    height: 30% !important; }
  .h-lg-35 {
    height: 35% !important; }
  .h-lg-40 {
    height: 40% !important; }
  .h-lg-45 {
    height: 45% !important; }
  .h-lg-60 {
    height: 60% !important; }
  .h-lg-70 {
    height: 70% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-90 {
    height: 90% !important; } }

@media (min-width: 1367px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .w-xl-5 {
    width: 5% !important; }
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-15 {
    width: 15% !important; }
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-35 {
    width: 35% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-45 {
    width: 45% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .h-xl-5 {
    height: 5% !important; }
  .h-xl-10 {
    height: 10% !important; }
  .h-xl-15 {
    height: 15% !important; }
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-30 {
    height: 30% !important; }
  .h-xl-35 {
    height: 35% !important; }
  .h-xl-40 {
    height: 40% !important; }
  .h-xl-45 {
    height: 45% !important; }
  .h-xl-60 {
    height: 60% !important; }
  .h-xl-70 {
    height: 70% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-90 {
    height: 90% !important; } }

.w-em-1 {
  width: 1em !important; }

.w-em-2 {
  width: 2em !important; }

.w-em-3 {
  width: 3em !important; }

.w-em-4 {
  width: 4em !important; }

.w-em-5 {
  width: 5em !important; }

.w-em-6 {
  width: 6em !important; }

.w-em-7 {
  width: 7em !important; }

.w-em-8 {
  width: 8em !important; }

.w-em-9 {
  width: 9em !important; }

.w-em-10 {
  width: 10em !important; }

.h-em-1 {
  height: 1em !important; }

.h-em-2 {
  height: 2em !important; }

.h-em-3 {
  height: 3em !important; }

.h-em-4 {
  height: 4em !important; }

.h-em-5 {
  height: 5em !important; }

.h-em-6 {
  height: 6em !important; }

.h-em-7 {
  height: 7em !important; }

.h-em-8 {
  height: 8em !important; }

.h-em-9 {
  height: 9em !important; }

.h-em-10 {
  height: 10em !important; }

@media (min-width: 576px) {
  .w-em-sm-1 {
    width: 1em !important; }
  .w-em-sm-2 {
    width: 2em !important; }
  .w-em-sm-3 {
    width: 3em !important; }
  .w-em-sm-4 {
    width: 4em !important; }
  .w-em-sm-5 {
    width: 5em !important; }
  .w-em-sm-6 {
    width: 6em !important; }
  .w-em-sm-7 {
    width: 7em !important; }
  .w-em-sm-8 {
    width: 8em !important; }
  .w-em-sm-9 {
    width: 9em !important; }
  .w-em-sm-10 {
    width: 10em !important; }
  .h-em-sm-1 {
    height: 1em !important; }
  .h-em-sm-2 {
    height: 2em !important; }
  .h-em-sm-3 {
    height: 3em !important; }
  .h-em-sm-4 {
    height: 4em !important; }
  .h-em-sm-5 {
    height: 5em !important; }
  .h-em-sm-6 {
    height: 6em !important; }
  .h-em-sm-7 {
    height: 7em !important; }
  .h-em-sm-8 {
    height: 8em !important; }
  .h-em-sm-9 {
    height: 9em !important; }
  .h-em-sm-10 {
    height: 10em !important; } }

@media (min-width: 769px) {
  .w-em-md-1 {
    width: 1em !important; }
  .w-em-md-2 {
    width: 2em !important; }
  .w-em-md-3 {
    width: 3em !important; }
  .w-em-md-4 {
    width: 4em !important; }
  .w-em-md-5 {
    width: 5em !important; }
  .w-em-md-6 {
    width: 6em !important; }
  .w-em-md-7 {
    width: 7em !important; }
  .w-em-md-8 {
    width: 8em !important; }
  .w-em-md-9 {
    width: 9em !important; }
  .w-em-md-10 {
    width: 10em !important; }
  .h-em-md-1 {
    height: 1em !important; }
  .h-em-md-2 {
    height: 2em !important; }
  .h-em-md-3 {
    height: 3em !important; }
  .h-em-md-4 {
    height: 4em !important; }
  .h-em-md-5 {
    height: 5em !important; }
  .h-em-md-6 {
    height: 6em !important; }
  .h-em-md-7 {
    height: 7em !important; }
  .h-em-md-8 {
    height: 8em !important; }
  .h-em-md-9 {
    height: 9em !important; }
  .h-em-md-10 {
    height: 10em !important; } }

@media (min-width: 1024px) {
  .w-em-pc-1 {
    width: 1em !important; }
  .w-em-pc-2 {
    width: 2em !important; }
  .w-em-pc-3 {
    width: 3em !important; }
  .w-em-pc-4 {
    width: 4em !important; }
  .w-em-pc-5 {
    width: 5em !important; }
  .w-em-pc-6 {
    width: 6em !important; }
  .w-em-pc-7 {
    width: 7em !important; }
  .w-em-pc-8 {
    width: 8em !important; }
  .w-em-pc-9 {
    width: 9em !important; }
  .w-em-pc-10 {
    width: 10em !important; }
  .h-em-pc-1 {
    height: 1em !important; }
  .h-em-pc-2 {
    height: 2em !important; }
  .h-em-pc-3 {
    height: 3em !important; }
  .h-em-pc-4 {
    height: 4em !important; }
  .h-em-pc-5 {
    height: 5em !important; }
  .h-em-pc-6 {
    height: 6em !important; }
  .h-em-pc-7 {
    height: 7em !important; }
  .h-em-pc-8 {
    height: 8em !important; }
  .h-em-pc-9 {
    height: 9em !important; }
  .h-em-pc-10 {
    height: 10em !important; } }

@media (min-width: 1200px) {
  .w-em-lg-1 {
    width: 1em !important; }
  .w-em-lg-2 {
    width: 2em !important; }
  .w-em-lg-3 {
    width: 3em !important; }
  .w-em-lg-4 {
    width: 4em !important; }
  .w-em-lg-5 {
    width: 5em !important; }
  .w-em-lg-6 {
    width: 6em !important; }
  .w-em-lg-7 {
    width: 7em !important; }
  .w-em-lg-8 {
    width: 8em !important; }
  .w-em-lg-9 {
    width: 9em !important; }
  .w-em-lg-10 {
    width: 10em !important; }
  .h-em-lg-1 {
    height: 1em !important; }
  .h-em-lg-2 {
    height: 2em !important; }
  .h-em-lg-3 {
    height: 3em !important; }
  .h-em-lg-4 {
    height: 4em !important; }
  .h-em-lg-5 {
    height: 5em !important; }
  .h-em-lg-6 {
    height: 6em !important; }
  .h-em-lg-7 {
    height: 7em !important; }
  .h-em-lg-8 {
    height: 8em !important; }
  .h-em-lg-9 {
    height: 9em !important; }
  .h-em-lg-10 {
    height: 10em !important; } }

@media (min-width: 1367px) {
  .w-em-xl-1 {
    width: 1em !important; }
  .w-em-xl-2 {
    width: 2em !important; }
  .w-em-xl-3 {
    width: 3em !important; }
  .w-em-xl-4 {
    width: 4em !important; }
  .w-em-xl-5 {
    width: 5em !important; }
  .w-em-xl-6 {
    width: 6em !important; }
  .w-em-xl-7 {
    width: 7em !important; }
  .w-em-xl-8 {
    width: 8em !important; }
  .w-em-xl-9 {
    width: 9em !important; }
  .w-em-xl-10 {
    width: 10em !important; }
  .h-em-xl-1 {
    height: 1em !important; }
  .h-em-xl-2 {
    height: 2em !important; }
  .h-em-xl-3 {
    height: 3em !important; }
  .h-em-xl-4 {
    height: 4em !important; }
  .h-em-xl-5 {
    height: 5em !important; }
  .h-em-xl-6 {
    height: 6em !important; }
  .h-em-xl-7 {
    height: 7em !important; }
  .h-em-xl-8 {
    height: 8em !important; }
  .h-em-xl-9 {
    height: 9em !important; }
  .h-em-xl-10 {
    height: 10em !important; } }

.mw-none {
  max-width: none !important; }

.mh-none {
  max-height: none !important; }

@media (min-width: 576px) {
  .mw-sm-none {
    max-width: none !important; }
  .mh-sm-none {
    max-height: none !important; } }

@media (min-width: 769px) {
  .mw-md-none {
    max-width: none !important; }
  .mh-md-none {
    max-height: none !important; } }

@media (min-width: 1024px) {
  .mw-pc-none {
    max-width: none !important; }
  .mh-pc-none {
    max-height: none !important; } }

@media (min-width: 1200px) {
  .mw-lg-none {
    max-width: none !important; }
  .mh-lg-none {
    max-height: none !important; } }

@media (min-width: 1367px) {
  .mw-xl-none {
    max-width: none !important; }
  .mh-xl-none {
    max-height: none !important; } }

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.mx-n0 {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my-n0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important; }

.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important; }

.mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important; }

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important; }

.mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important; }

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important; }

.mx-n55 {
  margin-right: -55px !important;
  margin-left: -55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.my-n55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important; }

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important; }

.mx-n65 {
  margin-right: -65px !important;
  margin-left: -65px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.my-n65 {
  margin-top: -65px !important;
  margin-bottom: -65px !important; }

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.mx-n70 {
  margin-right: -70px !important;
  margin-left: -70px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.my-n70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important; }

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important; }

.mx-n75 {
  margin-right: -75px !important;
  margin-left: -75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.my-n75 {
  margin-top: -75px !important;
  margin-bottom: -75px !important; }

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important; }

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important; }

.mx-n85 {
  margin-right: -85px !important;
  margin-left: -85px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.my-n85 {
  margin-top: -85px !important;
  margin-bottom: -85px !important; }

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important; }

.mx-n95 {
  margin-right: -95px !important;
  margin-left: -95px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.my-n95 {
  margin-top: -95px !important;
  margin-bottom: -95px !important; }

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important; }

.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important; }

.mx-105 {
  margin-right: 105px !important;
  margin-left: 105px !important; }

.mx-n105 {
  margin-right: -105px !important;
  margin-left: -105px !important; }

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important; }

.my-n105 {
  margin-top: -105px !important;
  margin-bottom: -105px !important; }

.mx-110 {
  margin-right: 110px !important;
  margin-left: 110px !important; }

.mx-n110 {
  margin-right: -110px !important;
  margin-left: -110px !important; }

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.my-n110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important; }

.mx-115 {
  margin-right: 115px !important;
  margin-left: 115px !important; }

.mx-n115 {
  margin-right: -115px !important;
  margin-left: -115px !important; }

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important; }

.my-n115 {
  margin-top: -115px !important;
  margin-bottom: -115px !important; }

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important; }

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important; }

.mx-125 {
  margin-right: 125px !important;
  margin-left: 125px !important; }

.mx-n125 {
  margin-right: -125px !important;
  margin-left: -125px !important; }

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important; }

.my-n125 {
  margin-top: -125px !important;
  margin-bottom: -125px !important; }

.mx-130 {
  margin-right: 130px !important;
  margin-left: 130px !important; }

.mx-n130 {
  margin-right: -130px !important;
  margin-left: -130px !important; }

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.my-n130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important; }

.mx-135 {
  margin-right: 135px !important;
  margin-left: 135px !important; }

.mx-n135 {
  margin-right: -135px !important;
  margin-left: -135px !important; }

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important; }

.my-n135 {
  margin-top: -135px !important;
  margin-bottom: -135px !important; }

.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important; }

.mx-n140 {
  margin-right: -140px !important;
  margin-left: -140px !important; }

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.my-n140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.mx-145 {
  margin-right: 145px !important;
  margin-left: 145px !important; }

.mx-n145 {
  margin-right: -145px !important;
  margin-left: -145px !important; }

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important; }

.my-n145 {
  margin-top: -145px !important;
  margin-bottom: -145px !important; }

.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important; }

.mx-n150 {
  margin-right: -150px !important;
  margin-left: -150px !important; }

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-n150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important; }

.m-0 {
  margin: 0px !important; }

.m-n0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-n5 {
  margin: -5px !important; }

.m-10 {
  margin: 10px !important; }

.m-n10 {
  margin: -10px !important; }

.m-15 {
  margin: 15px !important; }

.m-n15 {
  margin: -15px !important; }

.m-20 {
  margin: 20px !important; }

.m-n20 {
  margin: -20px !important; }

.m-25 {
  margin: 25px !important; }

.m-n25 {
  margin: -25px !important; }

.m-30 {
  margin: 30px !important; }

.m-n30 {
  margin: -30px !important; }

.m-35 {
  margin: 35px !important; }

.m-n35 {
  margin: -35px !important; }

.m-40 {
  margin: 40px !important; }

.m-n40 {
  margin: -40px !important; }

.m-45 {
  margin: 45px !important; }

.m-n45 {
  margin: -45px !important; }

.m-50 {
  margin: 50px !important; }

.m-n50 {
  margin: -50px !important; }

.m-55 {
  margin: 55px !important; }

.m-n55 {
  margin: -55px !important; }

.m-60 {
  margin: 60px !important; }

.m-n60 {
  margin: -60px !important; }

.m-65 {
  margin: 65px !important; }

.m-n65 {
  margin: -65px !important; }

.m-70 {
  margin: 70px !important; }

.m-n70 {
  margin: -70px !important; }

.m-75 {
  margin: 75px !important; }

.m-n75 {
  margin: -75px !important; }

.m-80 {
  margin: 80px !important; }

.m-n80 {
  margin: -80px !important; }

.m-85 {
  margin: 85px !important; }

.m-n85 {
  margin: -85px !important; }

.m-90 {
  margin: 90px !important; }

.m-n90 {
  margin: -90px !important; }

.m-95 {
  margin: 95px !important; }

.m-n95 {
  margin: -95px !important; }

.m-100 {
  margin: 100px !important; }

.m-n100 {
  margin: -100px !important; }

.m-105 {
  margin: 105px !important; }

.m-n105 {
  margin: -105px !important; }

.m-110 {
  margin: 110px !important; }

.m-n110 {
  margin: -110px !important; }

.m-115 {
  margin: 115px !important; }

.m-n115 {
  margin: -115px !important; }

.m-120 {
  margin: 120px !important; }

.m-n120 {
  margin: -120px !important; }

.m-125 {
  margin: 125px !important; }

.m-n125 {
  margin: -125px !important; }

.m-130 {
  margin: 130px !important; }

.m-n130 {
  margin: -130px !important; }

.m-135 {
  margin: 135px !important; }

.m-n135 {
  margin: -135px !important; }

.m-140 {
  margin: 140px !important; }

.m-n140 {
  margin: -140px !important; }

.m-145 {
  margin: 145px !important; }

.m-n145 {
  margin: -145px !important; }

.m-150 {
  margin: 150px !important; }

.m-n150 {
  margin: -150px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-n0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-n5 {
  margin-top: -5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-n10 {
  margin-top: -10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-n15 {
  margin-top: -15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-n20 {
  margin-top: -20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-n25 {
  margin-top: -25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-n30 {
  margin-top: -30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-n35 {
  margin-top: -35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-n40 {
  margin-top: -40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-n45 {
  margin-top: -45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-n50 {
  margin-top: -50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-n55 {
  margin-top: -55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-n60 {
  margin-top: -60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-n65 {
  margin-top: -65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-n70 {
  margin-top: -70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-n75 {
  margin-top: -75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-n80 {
  margin-top: -80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-n85 {
  margin-top: -85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-n90 {
  margin-top: -90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-n95 {
  margin-top: -95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-n100 {
  margin-top: -100px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mt-n105 {
  margin-top: -105px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-n110 {
  margin-top: -110px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mt-n115 {
  margin-top: -115px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-n120 {
  margin-top: -120px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mt-n125 {
  margin-top: -125px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-n130 {
  margin-top: -130px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mt-n135 {
  margin-top: -135px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-n140 {
  margin-top: -140px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mt-n145 {
  margin-top: -145px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-n150 {
  margin-top: -150px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-n0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-n5 {
  margin-right: -5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-n10 {
  margin-right: -10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-n15 {
  margin-right: -15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-n20 {
  margin-right: -20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-n25 {
  margin-right: -25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-n30 {
  margin-right: -30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-n35 {
  margin-right: -35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-n40 {
  margin-right: -40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-n45 {
  margin-right: -45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-n50 {
  margin-right: -50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-n55 {
  margin-right: -55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-n60 {
  margin-right: -60px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-n65 {
  margin-right: -65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-n70 {
  margin-right: -70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-n75 {
  margin-right: -75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-n80 {
  margin-right: -80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-n85 {
  margin-right: -85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-n90 {
  margin-right: -90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-n95 {
  margin-right: -95px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr-n100 {
  margin-right: -100px !important; }

.mr-105 {
  margin-right: 105px !important; }

.mr-n105 {
  margin-right: -105px !important; }

.mr-110 {
  margin-right: 110px !important; }

.mr-n110 {
  margin-right: -110px !important; }

.mr-115 {
  margin-right: 115px !important; }

.mr-n115 {
  margin-right: -115px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mr-n120 {
  margin-right: -120px !important; }

.mr-125 {
  margin-right: 125px !important; }

.mr-n125 {
  margin-right: -125px !important; }

.mr-130 {
  margin-right: 130px !important; }

.mr-n130 {
  margin-right: -130px !important; }

.mr-135 {
  margin-right: 135px !important; }

.mr-n135 {
  margin-right: -135px !important; }

.mr-140 {
  margin-right: 140px !important; }

.mr-n140 {
  margin-right: -140px !important; }

.mr-145 {
  margin-right: 145px !important; }

.mr-n145 {
  margin-right: -145px !important; }

.mr-150 {
  margin-right: 150px !important; }

.mr-n150 {
  margin-right: -150px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-n0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-n5 {
  margin-bottom: -5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-n10 {
  margin-bottom: -10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-n15 {
  margin-bottom: -15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-n20 {
  margin-bottom: -20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-n25 {
  margin-bottom: -25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-n30 {
  margin-bottom: -30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-n35 {
  margin-bottom: -35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-n40 {
  margin-bottom: -40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-n45 {
  margin-bottom: -45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-n50 {
  margin-bottom: -50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-n55 {
  margin-bottom: -55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-n60 {
  margin-bottom: -60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-n65 {
  margin-bottom: -65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-n70 {
  margin-bottom: -70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-n75 {
  margin-bottom: -75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-n80 {
  margin-bottom: -80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-n85 {
  margin-bottom: -85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-n90 {
  margin-bottom: -90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-n95 {
  margin-bottom: -95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-n100 {
  margin-bottom: -100px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.mb-n105 {
  margin-bottom: -105px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mb-n110 {
  margin-bottom: -110px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.mb-n115 {
  margin-bottom: -115px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-n120 {
  margin-bottom: -120px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.mb-n125 {
  margin-bottom: -125px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mb-n130 {
  margin-bottom: -130px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.mb-n135 {
  margin-bottom: -135px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mb-n140 {
  margin-bottom: -140px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.mb-n145 {
  margin-bottom: -145px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-n150 {
  margin-bottom: -150px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-n0 {
  margin-left: 0px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-n5 {
  margin-left: -5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-n10 {
  margin-left: -10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-n15 {
  margin-left: -15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-n20 {
  margin-left: -20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-n25 {
  margin-left: -25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-n30 {
  margin-left: -30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-n35 {
  margin-left: -35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-n40 {
  margin-left: -40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-n45 {
  margin-left: -45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-n50 {
  margin-left: -50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-n55 {
  margin-left: -55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-n60 {
  margin-left: -60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-n65 {
  margin-left: -65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-n70 {
  margin-left: -70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-n75 {
  margin-left: -75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-n80 {
  margin-left: -80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-n85 {
  margin-left: -85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-n90 {
  margin-left: -90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-n95 {
  margin-left: -95px !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml-n100 {
  margin-left: -100px !important; }

.ml-105 {
  margin-left: 105px !important; }

.ml-n105 {
  margin-left: -105px !important; }

.ml-110 {
  margin-left: 110px !important; }

.ml-n110 {
  margin-left: -110px !important; }

.ml-115 {
  margin-left: 115px !important; }

.ml-n115 {
  margin-left: -115px !important; }

.ml-120 {
  margin-left: 120px !important; }

.ml-n120 {
  margin-left: -120px !important; }

.ml-125 {
  margin-left: 125px !important; }

.ml-n125 {
  margin-left: -125px !important; }

.ml-130 {
  margin-left: 130px !important; }

.ml-n130 {
  margin-left: -130px !important; }

.ml-135 {
  margin-left: 135px !important; }

.ml-n135 {
  margin-left: -135px !important; }

.ml-140 {
  margin-left: 140px !important; }

.ml-n140 {
  margin-left: -140px !important; }

.ml-145 {
  margin-left: 145px !important; }

.ml-n145 {
  margin-left: -145px !important; }

.ml-150 {
  margin-left: 150px !important; }

.ml-n150 {
  margin-left: -150px !important; }

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.px-n0 {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py-n0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.px-n5 {
  padding-right: -5px !important;
  padding-left: -5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-n5 {
  padding-top: -5px !important;
  padding-bottom: -5px !important; }

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.px-n10 {
  padding-right: -10px !important;
  padding-left: -10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-n10 {
  padding-top: -10px !important;
  padding-bottom: -10px !important; }

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.px-n15 {
  padding-right: -15px !important;
  padding-left: -15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-n15 {
  padding-top: -15px !important;
  padding-bottom: -15px !important; }

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.px-n20 {
  padding-right: -20px !important;
  padding-left: -20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-n20 {
  padding-top: -20px !important;
  padding-bottom: -20px !important; }

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important; }

.px-n25 {
  padding-right: -25px !important;
  padding-left: -25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.py-n25 {
  padding-top: -25px !important;
  padding-bottom: -25px !important; }

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.px-n30 {
  padding-right: -30px !important;
  padding-left: -30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-n30 {
  padding-top: -30px !important;
  padding-bottom: -30px !important; }

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important; }

.px-n35 {
  padding-right: -35px !important;
  padding-left: -35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.py-n35 {
  padding-top: -35px !important;
  padding-bottom: -35px !important; }

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.px-n40 {
  padding-right: -40px !important;
  padding-left: -40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-n40 {
  padding-top: -40px !important;
  padding-bottom: -40px !important; }

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important; }

.px-n45 {
  padding-right: -45px !important;
  padding-left: -45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.py-n45 {
  padding-top: -45px !important;
  padding-bottom: -45px !important; }

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.px-n50 {
  padding-right: -50px !important;
  padding-left: -50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.py-n50 {
  padding-top: -50px !important;
  padding-bottom: -50px !important; }

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important; }

.px-n55 {
  padding-right: -55px !important;
  padding-left: -55px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.py-n55 {
  padding-top: -55px !important;
  padding-bottom: -55px !important; }

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.px-n60 {
  padding-right: -60px !important;
  padding-left: -60px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.py-n60 {
  padding-top: -60px !important;
  padding-bottom: -60px !important; }

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important; }

.px-n65 {
  padding-right: -65px !important;
  padding-left: -65px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.py-n65 {
  padding-top: -65px !important;
  padding-bottom: -65px !important; }

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important; }

.px-n70 {
  padding-right: -70px !important;
  padding-left: -70px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.py-n70 {
  padding-top: -70px !important;
  padding-bottom: -70px !important; }

.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important; }

.px-n75 {
  padding-right: -75px !important;
  padding-left: -75px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.py-n75 {
  padding-top: -75px !important;
  padding-bottom: -75px !important; }

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.px-n80 {
  padding-right: -80px !important;
  padding-left: -80px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.py-n80 {
  padding-top: -80px !important;
  padding-bottom: -80px !important; }

.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important; }

.px-n85 {
  padding-right: -85px !important;
  padding-left: -85px !important; }

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.py-n85 {
  padding-top: -85px !important;
  padding-bottom: -85px !important; }

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important; }

.px-n90 {
  padding-right: -90px !important;
  padding-left: -90px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.py-n90 {
  padding-top: -90px !important;
  padding-bottom: -90px !important; }

.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important; }

.px-n95 {
  padding-right: -95px !important;
  padding-left: -95px !important; }

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.py-n95 {
  padding-top: -95px !important;
  padding-bottom: -95px !important; }

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important; }

.px-n100 {
  padding-right: -100px !important;
  padding-left: -100px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.py-n100 {
  padding-top: -100px !important;
  padding-bottom: -100px !important; }

.px-105 {
  padding-right: 105px !important;
  padding-left: 105px !important; }

.px-n105 {
  padding-right: -105px !important;
  padding-left: -105px !important; }

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important; }

.py-n105 {
  padding-top: -105px !important;
  padding-bottom: -105px !important; }

.px-110 {
  padding-right: 110px !important;
  padding-left: 110px !important; }

.px-n110 {
  padding-right: -110px !important;
  padding-left: -110px !important; }

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.py-n110 {
  padding-top: -110px !important;
  padding-bottom: -110px !important; }

.px-115 {
  padding-right: 115px !important;
  padding-left: 115px !important; }

.px-n115 {
  padding-right: -115px !important;
  padding-left: -115px !important; }

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important; }

.py-n115 {
  padding-top: -115px !important;
  padding-bottom: -115px !important; }

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important; }

.px-n120 {
  padding-right: -120px !important;
  padding-left: -120px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.py-n120 {
  padding-top: -120px !important;
  padding-bottom: -120px !important; }

.px-125 {
  padding-right: 125px !important;
  padding-left: 125px !important; }

.px-n125 {
  padding-right: -125px !important;
  padding-left: -125px !important; }

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important; }

.py-n125 {
  padding-top: -125px !important;
  padding-bottom: -125px !important; }

.px-130 {
  padding-right: 130px !important;
  padding-left: 130px !important; }

.px-n130 {
  padding-right: -130px !important;
  padding-left: -130px !important; }

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.py-n130 {
  padding-top: -130px !important;
  padding-bottom: -130px !important; }

.px-135 {
  padding-right: 135px !important;
  padding-left: 135px !important; }

.px-n135 {
  padding-right: -135px !important;
  padding-left: -135px !important; }

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important; }

.py-n135 {
  padding-top: -135px !important;
  padding-bottom: -135px !important; }

.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important; }

.px-n140 {
  padding-right: -140px !important;
  padding-left: -140px !important; }

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.py-n140 {
  padding-top: -140px !important;
  padding-bottom: -140px !important; }

.px-145 {
  padding-right: 145px !important;
  padding-left: 145px !important; }

.px-n145 {
  padding-right: -145px !important;
  padding-left: -145px !important; }

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important; }

.py-n145 {
  padding-top: -145px !important;
  padding-bottom: -145px !important; }

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important; }

.px-n150 {
  padding-right: -150px !important;
  padding-left: -150px !important; }

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-n150 {
  padding-top: -150px !important;
  padding-bottom: -150px !important; }

.p-0 {
  padding: 0px !important; }

.p-n0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-n5 {
  padding: -5px !important; }

.p-10 {
  padding: 10px !important; }

.p-n10 {
  padding: -10px !important; }

.p-15 {
  padding: 15px !important; }

.p-n15 {
  padding: -15px !important; }

.p-20 {
  padding: 20px !important; }

.p-n20 {
  padding: -20px !important; }

.p-25 {
  padding: 25px !important; }

.p-n25 {
  padding: -25px !important; }

.p-30 {
  padding: 30px !important; }

.p-n30 {
  padding: -30px !important; }

.p-35 {
  padding: 35px !important; }

.p-n35 {
  padding: -35px !important; }

.p-40 {
  padding: 40px !important; }

.p-n40 {
  padding: -40px !important; }

.p-45 {
  padding: 45px !important; }

.p-n45 {
  padding: -45px !important; }

.p-50 {
  padding: 50px !important; }

.p-n50 {
  padding: -50px !important; }

.p-55 {
  padding: 55px !important; }

.p-n55 {
  padding: -55px !important; }

.p-60 {
  padding: 60px !important; }

.p-n60 {
  padding: -60px !important; }

.p-65 {
  padding: 65px !important; }

.p-n65 {
  padding: -65px !important; }

.p-70 {
  padding: 70px !important; }

.p-n70 {
  padding: -70px !important; }

.p-75 {
  padding: 75px !important; }

.p-n75 {
  padding: -75px !important; }

.p-80 {
  padding: 80px !important; }

.p-n80 {
  padding: -80px !important; }

.p-85 {
  padding: 85px !important; }

.p-n85 {
  padding: -85px !important; }

.p-90 {
  padding: 90px !important; }

.p-n90 {
  padding: -90px !important; }

.p-95 {
  padding: 95px !important; }

.p-n95 {
  padding: -95px !important; }

.p-100 {
  padding: 100px !important; }

.p-n100 {
  padding: -100px !important; }

.p-105 {
  padding: 105px !important; }

.p-n105 {
  padding: -105px !important; }

.p-110 {
  padding: 110px !important; }

.p-n110 {
  padding: -110px !important; }

.p-115 {
  padding: 115px !important; }

.p-n115 {
  padding: -115px !important; }

.p-120 {
  padding: 120px !important; }

.p-n120 {
  padding: -120px !important; }

.p-125 {
  padding: 125px !important; }

.p-n125 {
  padding: -125px !important; }

.p-130 {
  padding: 130px !important; }

.p-n130 {
  padding: -130px !important; }

.p-135 {
  padding: 135px !important; }

.p-n135 {
  padding: -135px !important; }

.p-140 {
  padding: 140px !important; }

.p-n140 {
  padding: -140px !important; }

.p-145 {
  padding: 145px !important; }

.p-n145 {
  padding: -145px !important; }

.p-150 {
  padding: 150px !important; }

.p-n150 {
  padding: -150px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-n0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-n5 {
  padding-top: -5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-n10 {
  padding-top: -10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-n15 {
  padding-top: -15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-n20 {
  padding-top: -20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-n25 {
  padding-top: -25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-n30 {
  padding-top: -30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-n35 {
  padding-top: -35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-n40 {
  padding-top: -40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-n45 {
  padding-top: -45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-n50 {
  padding-top: -50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-n55 {
  padding-top: -55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-n60 {
  padding-top: -60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-n65 {
  padding-top: -65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-n70 {
  padding-top: -70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-n75 {
  padding-top: -75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-n80 {
  padding-top: -80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-n85 {
  padding-top: -85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-n90 {
  padding-top: -90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-n95 {
  padding-top: -95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-n100 {
  padding-top: -100px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pt-n105 {
  padding-top: -105px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-n110 {
  padding-top: -110px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pt-n115 {
  padding-top: -115px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-n120 {
  padding-top: -120px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pt-n125 {
  padding-top: -125px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-n130 {
  padding-top: -130px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pt-n135 {
  padding-top: -135px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pt-n140 {
  padding-top: -140px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pt-n145 {
  padding-top: -145px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-n150 {
  padding-top: -150px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-n0 {
  padding-right: 0px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-n5 {
  padding-right: -5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-n10 {
  padding-right: -10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-n15 {
  padding-right: -15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-n20 {
  padding-right: -20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-n25 {
  padding-right: -25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-n30 {
  padding-right: -30px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-n35 {
  padding-right: -35px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-n40 {
  padding-right: -40px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pr-n45 {
  padding-right: -45px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-n50 {
  padding-right: -50px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pr-n55 {
  padding-right: -55px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-n60 {
  padding-right: -60px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pr-n65 {
  padding-right: -65px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-n70 {
  padding-right: -70px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pr-n75 {
  padding-right: -75px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-n80 {
  padding-right: -80px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pr-n85 {
  padding-right: -85px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-n90 {
  padding-right: -90px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pr-n95 {
  padding-right: -95px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pr-n100 {
  padding-right: -100px !important; }

.pr-105 {
  padding-right: 105px !important; }

.pr-n105 {
  padding-right: -105px !important; }

.pr-110 {
  padding-right: 110px !important; }

.pr-n110 {
  padding-right: -110px !important; }

.pr-115 {
  padding-right: 115px !important; }

.pr-n115 {
  padding-right: -115px !important; }

.pr-120 {
  padding-right: 120px !important; }

.pr-n120 {
  padding-right: -120px !important; }

.pr-125 {
  padding-right: 125px !important; }

.pr-n125 {
  padding-right: -125px !important; }

.pr-130 {
  padding-right: 130px !important; }

.pr-n130 {
  padding-right: -130px !important; }

.pr-135 {
  padding-right: 135px !important; }

.pr-n135 {
  padding-right: -135px !important; }

.pr-140 {
  padding-right: 140px !important; }

.pr-n140 {
  padding-right: -140px !important; }

.pr-145 {
  padding-right: 145px !important; }

.pr-n145 {
  padding-right: -145px !important; }

.pr-150 {
  padding-right: 150px !important; }

.pr-n150 {
  padding-right: -150px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-n0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-n5 {
  padding-bottom: -5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-n10 {
  padding-bottom: -10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-n15 {
  padding-bottom: -15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-n20 {
  padding-bottom: -20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-n25 {
  padding-bottom: -25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-n30 {
  padding-bottom: -30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-n35 {
  padding-bottom: -35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-n40 {
  padding-bottom: -40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-n45 {
  padding-bottom: -45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-n50 {
  padding-bottom: -50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-n55 {
  padding-bottom: -55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-n60 {
  padding-bottom: -60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-n65 {
  padding-bottom: -65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-n70 {
  padding-bottom: -70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-n75 {
  padding-bottom: -75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-n80 {
  padding-bottom: -80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-n85 {
  padding-bottom: -85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-n90 {
  padding-bottom: -90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-n95 {
  padding-bottom: -95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-n100 {
  padding-bottom: -100px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.pb-n105 {
  padding-bottom: -105px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-n110 {
  padding-bottom: -110px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.pb-n115 {
  padding-bottom: -115px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-n120 {
  padding-bottom: -120px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.pb-n125 {
  padding-bottom: -125px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-n130 {
  padding-bottom: -130px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.pb-n135 {
  padding-bottom: -135px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-n140 {
  padding-bottom: -140px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.pb-n145 {
  padding-bottom: -145px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-n150 {
  padding-bottom: -150px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-n0 {
  padding-left: 0px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-n5 {
  padding-left: -5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-n10 {
  padding-left: -10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-n15 {
  padding-left: -15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-n20 {
  padding-left: -20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-n25 {
  padding-left: -25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-n30 {
  padding-left: -30px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-n35 {
  padding-left: -35px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-n40 {
  padding-left: -40px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pl-n45 {
  padding-left: -45px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-n50 {
  padding-left: -50px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pl-n55 {
  padding-left: -55px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-n60 {
  padding-left: -60px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pl-n65 {
  padding-left: -65px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-n70 {
  padding-left: -70px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pl-n75 {
  padding-left: -75px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-n80 {
  padding-left: -80px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pl-n85 {
  padding-left: -85px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-n90 {
  padding-left: -90px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pl-n95 {
  padding-left: -95px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pl-n100 {
  padding-left: -100px !important; }

.pl-105 {
  padding-left: 105px !important; }

.pl-n105 {
  padding-left: -105px !important; }

.pl-110 {
  padding-left: 110px !important; }

.pl-n110 {
  padding-left: -110px !important; }

.pl-115 {
  padding-left: 115px !important; }

.pl-n115 {
  padding-left: -115px !important; }

.pl-120 {
  padding-left: 120px !important; }

.pl-n120 {
  padding-left: -120px !important; }

.pl-125 {
  padding-left: 125px !important; }

.pl-n125 {
  padding-left: -125px !important; }

.pl-130 {
  padding-left: 130px !important; }

.pl-n130 {
  padding-left: -130px !important; }

.pl-135 {
  padding-left: 135px !important; }

.pl-n135 {
  padding-left: -135px !important; }

.pl-140 {
  padding-left: 140px !important; }

.pl-n140 {
  padding-left: -140px !important; }

.pl-145 {
  padding-left: 145px !important; }

.pl-n145 {
  padding-left: -145px !important; }

.pl-150 {
  padding-left: 150px !important; }

.pl-n150 {
  padding-left: -150px !important; }

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-sm-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-sm-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-sm-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-sm-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-sm-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sm-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sm-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sm-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-sm-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-sm-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-sm-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-sm-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-sm-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-sm-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sm-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sm-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-sm-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-sm-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-sm-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-sm-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-sm-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-sm-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-sm-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-sm-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-sm-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-sm-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-sm-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sm-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sm-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-sm-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-sm-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-sm-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-sm-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-sm-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-sm-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-sm-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sm-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sm-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-sm-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-sm-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-sm-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sm-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sm-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-sm-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-sm-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-sm-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sm-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sm-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-sm-0 {
    margin: 0px !important; }
  .m-sm-n0 {
    margin: 0px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .m-sm-n35 {
    margin: -35px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .m-sm-n55 {
    margin: -55px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .m-sm-n65 {
    margin: -65px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .m-sm-n75 {
    margin: -75px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .m-sm-85 {
    margin: 85px !important; }
  .m-sm-n85 {
    margin: -85px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .m-sm-n90 {
    margin: -90px !important; }
  .m-sm-95 {
    margin: 95px !important; }
  .m-sm-n95 {
    margin: -95px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .m-sm-n100 {
    margin: -100px !important; }
  .m-sm-105 {
    margin: 105px !important; }
  .m-sm-n105 {
    margin: -105px !important; }
  .m-sm-110 {
    margin: 110px !important; }
  .m-sm-n110 {
    margin: -110px !important; }
  .m-sm-115 {
    margin: 115px !important; }
  .m-sm-n115 {
    margin: -115px !important; }
  .m-sm-120 {
    margin: 120px !important; }
  .m-sm-n120 {
    margin: -120px !important; }
  .m-sm-125 {
    margin: 125px !important; }
  .m-sm-n125 {
    margin: -125px !important; }
  .m-sm-130 {
    margin: 130px !important; }
  .m-sm-n130 {
    margin: -130px !important; }
  .m-sm-135 {
    margin: 135px !important; }
  .m-sm-n135 {
    margin: -135px !important; }
  .m-sm-140 {
    margin: 140px !important; }
  .m-sm-n140 {
    margin: -140px !important; }
  .m-sm-145 {
    margin: 145px !important; }
  .m-sm-n145 {
    margin: -145px !important; }
  .m-sm-150 {
    margin: 150px !important; }
  .m-sm-n150 {
    margin: -150px !important; }
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-n0 {
    margin-top: 0px !important; }
  .mt-sm-5 {
    margin-top: 5px !important; }
  .mt-sm-n5 {
    margin-top: -5px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-n10 {
    margin-top: -10px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-n15 {
    margin-top: -15px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-n20 {
    margin-top: -20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-n25 {
    margin-top: -25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-n30 {
    margin-top: -30px !important; }
  .mt-sm-35 {
    margin-top: 35px !important; }
  .mt-sm-n35 {
    margin-top: -35px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-n40 {
    margin-top: -40px !important; }
  .mt-sm-45 {
    margin-top: 45px !important; }
  .mt-sm-n45 {
    margin-top: -45px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-n50 {
    margin-top: -50px !important; }
  .mt-sm-55 {
    margin-top: 55px !important; }
  .mt-sm-n55 {
    margin-top: -55px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-n60 {
    margin-top: -60px !important; }
  .mt-sm-65 {
    margin-top: 65px !important; }
  .mt-sm-n65 {
    margin-top: -65px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-n70 {
    margin-top: -70px !important; }
  .mt-sm-75 {
    margin-top: 75px !important; }
  .mt-sm-n75 {
    margin-top: -75px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-n80 {
    margin-top: -80px !important; }
  .mt-sm-85 {
    margin-top: 85px !important; }
  .mt-sm-n85 {
    margin-top: -85px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-n90 {
    margin-top: -90px !important; }
  .mt-sm-95 {
    margin-top: 95px !important; }
  .mt-sm-n95 {
    margin-top: -95px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mt-sm-n100 {
    margin-top: -100px !important; }
  .mt-sm-105 {
    margin-top: 105px !important; }
  .mt-sm-n105 {
    margin-top: -105px !important; }
  .mt-sm-110 {
    margin-top: 110px !important; }
  .mt-sm-n110 {
    margin-top: -110px !important; }
  .mt-sm-115 {
    margin-top: 115px !important; }
  .mt-sm-n115 {
    margin-top: -115px !important; }
  .mt-sm-120 {
    margin-top: 120px !important; }
  .mt-sm-n120 {
    margin-top: -120px !important; }
  .mt-sm-125 {
    margin-top: 125px !important; }
  .mt-sm-n125 {
    margin-top: -125px !important; }
  .mt-sm-130 {
    margin-top: 130px !important; }
  .mt-sm-n130 {
    margin-top: -130px !important; }
  .mt-sm-135 {
    margin-top: 135px !important; }
  .mt-sm-n135 {
    margin-top: -135px !important; }
  .mt-sm-140 {
    margin-top: 140px !important; }
  .mt-sm-n140 {
    margin-top: -140px !important; }
  .mt-sm-145 {
    margin-top: 145px !important; }
  .mt-sm-n145 {
    margin-top: -145px !important; }
  .mt-sm-150 {
    margin-top: 150px !important; }
  .mt-sm-n150 {
    margin-top: -150px !important; }
  .mr-sm-0 {
    margin-right: 0px !important; }
  .mr-sm-n0 {
    margin-right: 0px !important; }
  .mr-sm-5 {
    margin-right: 5px !important; }
  .mr-sm-n5 {
    margin-right: -5px !important; }
  .mr-sm-10 {
    margin-right: 10px !important; }
  .mr-sm-n10 {
    margin-right: -10px !important; }
  .mr-sm-15 {
    margin-right: 15px !important; }
  .mr-sm-n15 {
    margin-right: -15px !important; }
  .mr-sm-20 {
    margin-right: 20px !important; }
  .mr-sm-n20 {
    margin-right: -20px !important; }
  .mr-sm-25 {
    margin-right: 25px !important; }
  .mr-sm-n25 {
    margin-right: -25px !important; }
  .mr-sm-30 {
    margin-right: 30px !important; }
  .mr-sm-n30 {
    margin-right: -30px !important; }
  .mr-sm-35 {
    margin-right: 35px !important; }
  .mr-sm-n35 {
    margin-right: -35px !important; }
  .mr-sm-40 {
    margin-right: 40px !important; }
  .mr-sm-n40 {
    margin-right: -40px !important; }
  .mr-sm-45 {
    margin-right: 45px !important; }
  .mr-sm-n45 {
    margin-right: -45px !important; }
  .mr-sm-50 {
    margin-right: 50px !important; }
  .mr-sm-n50 {
    margin-right: -50px !important; }
  .mr-sm-55 {
    margin-right: 55px !important; }
  .mr-sm-n55 {
    margin-right: -55px !important; }
  .mr-sm-60 {
    margin-right: 60px !important; }
  .mr-sm-n60 {
    margin-right: -60px !important; }
  .mr-sm-65 {
    margin-right: 65px !important; }
  .mr-sm-n65 {
    margin-right: -65px !important; }
  .mr-sm-70 {
    margin-right: 70px !important; }
  .mr-sm-n70 {
    margin-right: -70px !important; }
  .mr-sm-75 {
    margin-right: 75px !important; }
  .mr-sm-n75 {
    margin-right: -75px !important; }
  .mr-sm-80 {
    margin-right: 80px !important; }
  .mr-sm-n80 {
    margin-right: -80px !important; }
  .mr-sm-85 {
    margin-right: 85px !important; }
  .mr-sm-n85 {
    margin-right: -85px !important; }
  .mr-sm-90 {
    margin-right: 90px !important; }
  .mr-sm-n90 {
    margin-right: -90px !important; }
  .mr-sm-95 {
    margin-right: 95px !important; }
  .mr-sm-n95 {
    margin-right: -95px !important; }
  .mr-sm-100 {
    margin-right: 100px !important; }
  .mr-sm-n100 {
    margin-right: -100px !important; }
  .mr-sm-105 {
    margin-right: 105px !important; }
  .mr-sm-n105 {
    margin-right: -105px !important; }
  .mr-sm-110 {
    margin-right: 110px !important; }
  .mr-sm-n110 {
    margin-right: -110px !important; }
  .mr-sm-115 {
    margin-right: 115px !important; }
  .mr-sm-n115 {
    margin-right: -115px !important; }
  .mr-sm-120 {
    margin-right: 120px !important; }
  .mr-sm-n120 {
    margin-right: -120px !important; }
  .mr-sm-125 {
    margin-right: 125px !important; }
  .mr-sm-n125 {
    margin-right: -125px !important; }
  .mr-sm-130 {
    margin-right: 130px !important; }
  .mr-sm-n130 {
    margin-right: -130px !important; }
  .mr-sm-135 {
    margin-right: 135px !important; }
  .mr-sm-n135 {
    margin-right: -135px !important; }
  .mr-sm-140 {
    margin-right: 140px !important; }
  .mr-sm-n140 {
    margin-right: -140px !important; }
  .mr-sm-145 {
    margin-right: 145px !important; }
  .mr-sm-n145 {
    margin-right: -145px !important; }
  .mr-sm-150 {
    margin-right: 150px !important; }
  .mr-sm-n150 {
    margin-right: -150px !important; }
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-n0 {
    margin-bottom: 0px !important; }
  .mb-sm-5 {
    margin-bottom: 5px !important; }
  .mb-sm-n5 {
    margin-bottom: -5px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-n10 {
    margin-bottom: -10px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-n15 {
    margin-bottom: -15px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-n20 {
    margin-bottom: -20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-n25 {
    margin-bottom: -25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-n30 {
    margin-bottom: -30px !important; }
  .mb-sm-35 {
    margin-bottom: 35px !important; }
  .mb-sm-n35 {
    margin-bottom: -35px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-n40 {
    margin-bottom: -40px !important; }
  .mb-sm-45 {
    margin-bottom: 45px !important; }
  .mb-sm-n45 {
    margin-bottom: -45px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-n50 {
    margin-bottom: -50px !important; }
  .mb-sm-55 {
    margin-bottom: 55px !important; }
  .mb-sm-n55 {
    margin-bottom: -55px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-n60 {
    margin-bottom: -60px !important; }
  .mb-sm-65 {
    margin-bottom: 65px !important; }
  .mb-sm-n65 {
    margin-bottom: -65px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-n70 {
    margin-bottom: -70px !important; }
  .mb-sm-75 {
    margin-bottom: 75px !important; }
  .mb-sm-n75 {
    margin-bottom: -75px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-n80 {
    margin-bottom: -80px !important; }
  .mb-sm-85 {
    margin-bottom: 85px !important; }
  .mb-sm-n85 {
    margin-bottom: -85px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-n90 {
    margin-bottom: -90px !important; }
  .mb-sm-95 {
    margin-bottom: 95px !important; }
  .mb-sm-n95 {
    margin-bottom: -95px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .mb-sm-n100 {
    margin-bottom: -100px !important; }
  .mb-sm-105 {
    margin-bottom: 105px !important; }
  .mb-sm-n105 {
    margin-bottom: -105px !important; }
  .mb-sm-110 {
    margin-bottom: 110px !important; }
  .mb-sm-n110 {
    margin-bottom: -110px !important; }
  .mb-sm-115 {
    margin-bottom: 115px !important; }
  .mb-sm-n115 {
    margin-bottom: -115px !important; }
  .mb-sm-120 {
    margin-bottom: 120px !important; }
  .mb-sm-n120 {
    margin-bottom: -120px !important; }
  .mb-sm-125 {
    margin-bottom: 125px !important; }
  .mb-sm-n125 {
    margin-bottom: -125px !important; }
  .mb-sm-130 {
    margin-bottom: 130px !important; }
  .mb-sm-n130 {
    margin-bottom: -130px !important; }
  .mb-sm-135 {
    margin-bottom: 135px !important; }
  .mb-sm-n135 {
    margin-bottom: -135px !important; }
  .mb-sm-140 {
    margin-bottom: 140px !important; }
  .mb-sm-n140 {
    margin-bottom: -140px !important; }
  .mb-sm-145 {
    margin-bottom: 145px !important; }
  .mb-sm-n145 {
    margin-bottom: -145px !important; }
  .mb-sm-150 {
    margin-bottom: 150px !important; }
  .mb-sm-n150 {
    margin-bottom: -150px !important; }
  .ml-sm-0 {
    margin-left: 0px !important; }
  .ml-sm-n0 {
    margin-left: 0px !important; }
  .ml-sm-5 {
    margin-left: 5px !important; }
  .ml-sm-n5 {
    margin-left: -5px !important; }
  .ml-sm-10 {
    margin-left: 10px !important; }
  .ml-sm-n10 {
    margin-left: -10px !important; }
  .ml-sm-15 {
    margin-left: 15px !important; }
  .ml-sm-n15 {
    margin-left: -15px !important; }
  .ml-sm-20 {
    margin-left: 20px !important; }
  .ml-sm-n20 {
    margin-left: -20px !important; }
  .ml-sm-25 {
    margin-left: 25px !important; }
  .ml-sm-n25 {
    margin-left: -25px !important; }
  .ml-sm-30 {
    margin-left: 30px !important; }
  .ml-sm-n30 {
    margin-left: -30px !important; }
  .ml-sm-35 {
    margin-left: 35px !important; }
  .ml-sm-n35 {
    margin-left: -35px !important; }
  .ml-sm-40 {
    margin-left: 40px !important; }
  .ml-sm-n40 {
    margin-left: -40px !important; }
  .ml-sm-45 {
    margin-left: 45px !important; }
  .ml-sm-n45 {
    margin-left: -45px !important; }
  .ml-sm-50 {
    margin-left: 50px !important; }
  .ml-sm-n50 {
    margin-left: -50px !important; }
  .ml-sm-55 {
    margin-left: 55px !important; }
  .ml-sm-n55 {
    margin-left: -55px !important; }
  .ml-sm-60 {
    margin-left: 60px !important; }
  .ml-sm-n60 {
    margin-left: -60px !important; }
  .ml-sm-65 {
    margin-left: 65px !important; }
  .ml-sm-n65 {
    margin-left: -65px !important; }
  .ml-sm-70 {
    margin-left: 70px !important; }
  .ml-sm-n70 {
    margin-left: -70px !important; }
  .ml-sm-75 {
    margin-left: 75px !important; }
  .ml-sm-n75 {
    margin-left: -75px !important; }
  .ml-sm-80 {
    margin-left: 80px !important; }
  .ml-sm-n80 {
    margin-left: -80px !important; }
  .ml-sm-85 {
    margin-left: 85px !important; }
  .ml-sm-n85 {
    margin-left: -85px !important; }
  .ml-sm-90 {
    margin-left: 90px !important; }
  .ml-sm-n90 {
    margin-left: -90px !important; }
  .ml-sm-95 {
    margin-left: 95px !important; }
  .ml-sm-n95 {
    margin-left: -95px !important; }
  .ml-sm-100 {
    margin-left: 100px !important; }
  .ml-sm-n100 {
    margin-left: -100px !important; }
  .ml-sm-105 {
    margin-left: 105px !important; }
  .ml-sm-n105 {
    margin-left: -105px !important; }
  .ml-sm-110 {
    margin-left: 110px !important; }
  .ml-sm-n110 {
    margin-left: -110px !important; }
  .ml-sm-115 {
    margin-left: 115px !important; }
  .ml-sm-n115 {
    margin-left: -115px !important; }
  .ml-sm-120 {
    margin-left: 120px !important; }
  .ml-sm-n120 {
    margin-left: -120px !important; }
  .ml-sm-125 {
    margin-left: 125px !important; }
  .ml-sm-n125 {
    margin-left: -125px !important; }
  .ml-sm-130 {
    margin-left: 130px !important; }
  .ml-sm-n130 {
    margin-left: -130px !important; }
  .ml-sm-135 {
    margin-left: 135px !important; }
  .ml-sm-n135 {
    margin-left: -135px !important; }
  .ml-sm-140 {
    margin-left: 140px !important; }
  .ml-sm-n140 {
    margin-left: -140px !important; }
  .ml-sm-145 {
    margin-left: 145px !important; }
  .ml-sm-n145 {
    margin-left: -145px !important; }
  .ml-sm-150 {
    margin-left: 150px !important; }
  .ml-sm-n150 {
    margin-left: -150px !important; }
  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-sm-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-sm-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sm-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sm-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sm-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sm-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sm-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sm-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sm-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sm-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sm-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sm-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sm-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sm-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-sm-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-sm-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sm-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sm-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-sm-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sm-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sm-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sm-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-sm-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-sm-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-sm-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sm-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sm-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-sm-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-sm-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-sm-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sm-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sm-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-sm-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-sm-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sm-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sm-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-sm-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-sm-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-sm-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sm-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sm-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-sm-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-sm-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-sm-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sm-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sm-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-sm-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-sm-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-sm-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-sm-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sm-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sm-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-sm-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-sm-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-sm-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sm-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sm-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-sm-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-sm-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-sm-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-sm-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sm-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sm-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-sm-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-sm-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-sm-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sm-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sm-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-sm-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-sm-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-sm-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-sm-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sm-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sm-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-sm-0 {
    padding: 0px !important; }
  .p-sm-n0 {
    padding: 0px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .p-sm-n5 {
    padding: -5px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-n10 {
    padding: -10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .p-sm-n15 {
    padding: -15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-n20 {
    padding: -20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .p-sm-n25 {
    padding: -25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-n30 {
    padding: -30px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .p-sm-n35 {
    padding: -35px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-n40 {
    padding: -40px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .p-sm-n45 {
    padding: -45px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-n50 {
    padding: -50px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .p-sm-n55 {
    padding: -55px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-n60 {
    padding: -60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .p-sm-n65 {
    padding: -65px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-n70 {
    padding: -70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .p-sm-n75 {
    padding: -75px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .p-sm-n80 {
    padding: -80px !important; }
  .p-sm-85 {
    padding: 85px !important; }
  .p-sm-n85 {
    padding: -85px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .p-sm-n90 {
    padding: -90px !important; }
  .p-sm-95 {
    padding: 95px !important; }
  .p-sm-n95 {
    padding: -95px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .p-sm-n100 {
    padding: -100px !important; }
  .p-sm-105 {
    padding: 105px !important; }
  .p-sm-n105 {
    padding: -105px !important; }
  .p-sm-110 {
    padding: 110px !important; }
  .p-sm-n110 {
    padding: -110px !important; }
  .p-sm-115 {
    padding: 115px !important; }
  .p-sm-n115 {
    padding: -115px !important; }
  .p-sm-120 {
    padding: 120px !important; }
  .p-sm-n120 {
    padding: -120px !important; }
  .p-sm-125 {
    padding: 125px !important; }
  .p-sm-n125 {
    padding: -125px !important; }
  .p-sm-130 {
    padding: 130px !important; }
  .p-sm-n130 {
    padding: -130px !important; }
  .p-sm-135 {
    padding: 135px !important; }
  .p-sm-n135 {
    padding: -135px !important; }
  .p-sm-140 {
    padding: 140px !important; }
  .p-sm-n140 {
    padding: -140px !important; }
  .p-sm-145 {
    padding: 145px !important; }
  .p-sm-n145 {
    padding: -145px !important; }
  .p-sm-150 {
    padding: 150px !important; }
  .p-sm-n150 {
    padding: -150px !important; }
  .pt-sm-0 {
    padding-top: 0px !important; }
  .pt-sm-n0 {
    padding-top: 0px !important; }
  .pt-sm-5 {
    padding-top: 5px !important; }
  .pt-sm-n5 {
    padding-top: -5px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-n10 {
    padding-top: -10px !important; }
  .pt-sm-15 {
    padding-top: 15px !important; }
  .pt-sm-n15 {
    padding-top: -15px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-n20 {
    padding-top: -20px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-n25 {
    padding-top: -25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-n30 {
    padding-top: -30px !important; }
  .pt-sm-35 {
    padding-top: 35px !important; }
  .pt-sm-n35 {
    padding-top: -35px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-n40 {
    padding-top: -40px !important; }
  .pt-sm-45 {
    padding-top: 45px !important; }
  .pt-sm-n45 {
    padding-top: -45px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-n50 {
    padding-top: -50px !important; }
  .pt-sm-55 {
    padding-top: 55px !important; }
  .pt-sm-n55 {
    padding-top: -55px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-n60 {
    padding-top: -60px !important; }
  .pt-sm-65 {
    padding-top: 65px !important; }
  .pt-sm-n65 {
    padding-top: -65px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-n70 {
    padding-top: -70px !important; }
  .pt-sm-75 {
    padding-top: 75px !important; }
  .pt-sm-n75 {
    padding-top: -75px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-n80 {
    padding-top: -80px !important; }
  .pt-sm-85 {
    padding-top: 85px !important; }
  .pt-sm-n85 {
    padding-top: -85px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-n90 {
    padding-top: -90px !important; }
  .pt-sm-95 {
    padding-top: 95px !important; }
  .pt-sm-n95 {
    padding-top: -95px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pt-sm-n100 {
    padding-top: -100px !important; }
  .pt-sm-105 {
    padding-top: 105px !important; }
  .pt-sm-n105 {
    padding-top: -105px !important; }
  .pt-sm-110 {
    padding-top: 110px !important; }
  .pt-sm-n110 {
    padding-top: -110px !important; }
  .pt-sm-115 {
    padding-top: 115px !important; }
  .pt-sm-n115 {
    padding-top: -115px !important; }
  .pt-sm-120 {
    padding-top: 120px !important; }
  .pt-sm-n120 {
    padding-top: -120px !important; }
  .pt-sm-125 {
    padding-top: 125px !important; }
  .pt-sm-n125 {
    padding-top: -125px !important; }
  .pt-sm-130 {
    padding-top: 130px !important; }
  .pt-sm-n130 {
    padding-top: -130px !important; }
  .pt-sm-135 {
    padding-top: 135px !important; }
  .pt-sm-n135 {
    padding-top: -135px !important; }
  .pt-sm-140 {
    padding-top: 140px !important; }
  .pt-sm-n140 {
    padding-top: -140px !important; }
  .pt-sm-145 {
    padding-top: 145px !important; }
  .pt-sm-n145 {
    padding-top: -145px !important; }
  .pt-sm-150 {
    padding-top: 150px !important; }
  .pt-sm-n150 {
    padding-top: -150px !important; }
  .pr-sm-0 {
    padding-right: 0px !important; }
  .pr-sm-n0 {
    padding-right: 0px !important; }
  .pr-sm-5 {
    padding-right: 5px !important; }
  .pr-sm-n5 {
    padding-right: -5px !important; }
  .pr-sm-10 {
    padding-right: 10px !important; }
  .pr-sm-n10 {
    padding-right: -10px !important; }
  .pr-sm-15 {
    padding-right: 15px !important; }
  .pr-sm-n15 {
    padding-right: -15px !important; }
  .pr-sm-20 {
    padding-right: 20px !important; }
  .pr-sm-n20 {
    padding-right: -20px !important; }
  .pr-sm-25 {
    padding-right: 25px !important; }
  .pr-sm-n25 {
    padding-right: -25px !important; }
  .pr-sm-30 {
    padding-right: 30px !important; }
  .pr-sm-n30 {
    padding-right: -30px !important; }
  .pr-sm-35 {
    padding-right: 35px !important; }
  .pr-sm-n35 {
    padding-right: -35px !important; }
  .pr-sm-40 {
    padding-right: 40px !important; }
  .pr-sm-n40 {
    padding-right: -40px !important; }
  .pr-sm-45 {
    padding-right: 45px !important; }
  .pr-sm-n45 {
    padding-right: -45px !important; }
  .pr-sm-50 {
    padding-right: 50px !important; }
  .pr-sm-n50 {
    padding-right: -50px !important; }
  .pr-sm-55 {
    padding-right: 55px !important; }
  .pr-sm-n55 {
    padding-right: -55px !important; }
  .pr-sm-60 {
    padding-right: 60px !important; }
  .pr-sm-n60 {
    padding-right: -60px !important; }
  .pr-sm-65 {
    padding-right: 65px !important; }
  .pr-sm-n65 {
    padding-right: -65px !important; }
  .pr-sm-70 {
    padding-right: 70px !important; }
  .pr-sm-n70 {
    padding-right: -70px !important; }
  .pr-sm-75 {
    padding-right: 75px !important; }
  .pr-sm-n75 {
    padding-right: -75px !important; }
  .pr-sm-80 {
    padding-right: 80px !important; }
  .pr-sm-n80 {
    padding-right: -80px !important; }
  .pr-sm-85 {
    padding-right: 85px !important; }
  .pr-sm-n85 {
    padding-right: -85px !important; }
  .pr-sm-90 {
    padding-right: 90px !important; }
  .pr-sm-n90 {
    padding-right: -90px !important; }
  .pr-sm-95 {
    padding-right: 95px !important; }
  .pr-sm-n95 {
    padding-right: -95px !important; }
  .pr-sm-100 {
    padding-right: 100px !important; }
  .pr-sm-n100 {
    padding-right: -100px !important; }
  .pr-sm-105 {
    padding-right: 105px !important; }
  .pr-sm-n105 {
    padding-right: -105px !important; }
  .pr-sm-110 {
    padding-right: 110px !important; }
  .pr-sm-n110 {
    padding-right: -110px !important; }
  .pr-sm-115 {
    padding-right: 115px !important; }
  .pr-sm-n115 {
    padding-right: -115px !important; }
  .pr-sm-120 {
    padding-right: 120px !important; }
  .pr-sm-n120 {
    padding-right: -120px !important; }
  .pr-sm-125 {
    padding-right: 125px !important; }
  .pr-sm-n125 {
    padding-right: -125px !important; }
  .pr-sm-130 {
    padding-right: 130px !important; }
  .pr-sm-n130 {
    padding-right: -130px !important; }
  .pr-sm-135 {
    padding-right: 135px !important; }
  .pr-sm-n135 {
    padding-right: -135px !important; }
  .pr-sm-140 {
    padding-right: 140px !important; }
  .pr-sm-n140 {
    padding-right: -140px !important; }
  .pr-sm-145 {
    padding-right: 145px !important; }
  .pr-sm-n145 {
    padding-right: -145px !important; }
  .pr-sm-150 {
    padding-right: 150px !important; }
  .pr-sm-n150 {
    padding-right: -150px !important; }
  .pb-sm-0 {
    padding-bottom: 0px !important; }
  .pb-sm-n0 {
    padding-bottom: 0px !important; }
  .pb-sm-5 {
    padding-bottom: 5px !important; }
  .pb-sm-n5 {
    padding-bottom: -5px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-n10 {
    padding-bottom: -10px !important; }
  .pb-sm-15 {
    padding-bottom: 15px !important; }
  .pb-sm-n15 {
    padding-bottom: -15px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-n20 {
    padding-bottom: -20px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-n25 {
    padding-bottom: -25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-n30 {
    padding-bottom: -30px !important; }
  .pb-sm-35 {
    padding-bottom: 35px !important; }
  .pb-sm-n35 {
    padding-bottom: -35px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-n40 {
    padding-bottom: -40px !important; }
  .pb-sm-45 {
    padding-bottom: 45px !important; }
  .pb-sm-n45 {
    padding-bottom: -45px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-n50 {
    padding-bottom: -50px !important; }
  .pb-sm-55 {
    padding-bottom: 55px !important; }
  .pb-sm-n55 {
    padding-bottom: -55px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-n60 {
    padding-bottom: -60px !important; }
  .pb-sm-65 {
    padding-bottom: 65px !important; }
  .pb-sm-n65 {
    padding-bottom: -65px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-n70 {
    padding-bottom: -70px !important; }
  .pb-sm-75 {
    padding-bottom: 75px !important; }
  .pb-sm-n75 {
    padding-bottom: -75px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-n80 {
    padding-bottom: -80px !important; }
  .pb-sm-85 {
    padding-bottom: 85px !important; }
  .pb-sm-n85 {
    padding-bottom: -85px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-n90 {
    padding-bottom: -90px !important; }
  .pb-sm-95 {
    padding-bottom: 95px !important; }
  .pb-sm-n95 {
    padding-bottom: -95px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; }
  .pb-sm-n100 {
    padding-bottom: -100px !important; }
  .pb-sm-105 {
    padding-bottom: 105px !important; }
  .pb-sm-n105 {
    padding-bottom: -105px !important; }
  .pb-sm-110 {
    padding-bottom: 110px !important; }
  .pb-sm-n110 {
    padding-bottom: -110px !important; }
  .pb-sm-115 {
    padding-bottom: 115px !important; }
  .pb-sm-n115 {
    padding-bottom: -115px !important; }
  .pb-sm-120 {
    padding-bottom: 120px !important; }
  .pb-sm-n120 {
    padding-bottom: -120px !important; }
  .pb-sm-125 {
    padding-bottom: 125px !important; }
  .pb-sm-n125 {
    padding-bottom: -125px !important; }
  .pb-sm-130 {
    padding-bottom: 130px !important; }
  .pb-sm-n130 {
    padding-bottom: -130px !important; }
  .pb-sm-135 {
    padding-bottom: 135px !important; }
  .pb-sm-n135 {
    padding-bottom: -135px !important; }
  .pb-sm-140 {
    padding-bottom: 140px !important; }
  .pb-sm-n140 {
    padding-bottom: -140px !important; }
  .pb-sm-145 {
    padding-bottom: 145px !important; }
  .pb-sm-n145 {
    padding-bottom: -145px !important; }
  .pb-sm-150 {
    padding-bottom: 150px !important; }
  .pb-sm-n150 {
    padding-bottom: -150px !important; }
  .pl-sm-0 {
    padding-left: 0px !important; }
  .pl-sm-n0 {
    padding-left: 0px !important; }
  .pl-sm-5 {
    padding-left: 5px !important; }
  .pl-sm-n5 {
    padding-left: -5px !important; }
  .pl-sm-10 {
    padding-left: 10px !important; }
  .pl-sm-n10 {
    padding-left: -10px !important; }
  .pl-sm-15 {
    padding-left: 15px !important; }
  .pl-sm-n15 {
    padding-left: -15px !important; }
  .pl-sm-20 {
    padding-left: 20px !important; }
  .pl-sm-n20 {
    padding-left: -20px !important; }
  .pl-sm-25 {
    padding-left: 25px !important; }
  .pl-sm-n25 {
    padding-left: -25px !important; }
  .pl-sm-30 {
    padding-left: 30px !important; }
  .pl-sm-n30 {
    padding-left: -30px !important; }
  .pl-sm-35 {
    padding-left: 35px !important; }
  .pl-sm-n35 {
    padding-left: -35px !important; }
  .pl-sm-40 {
    padding-left: 40px !important; }
  .pl-sm-n40 {
    padding-left: -40px !important; }
  .pl-sm-45 {
    padding-left: 45px !important; }
  .pl-sm-n45 {
    padding-left: -45px !important; }
  .pl-sm-50 {
    padding-left: 50px !important; }
  .pl-sm-n50 {
    padding-left: -50px !important; }
  .pl-sm-55 {
    padding-left: 55px !important; }
  .pl-sm-n55 {
    padding-left: -55px !important; }
  .pl-sm-60 {
    padding-left: 60px !important; }
  .pl-sm-n60 {
    padding-left: -60px !important; }
  .pl-sm-65 {
    padding-left: 65px !important; }
  .pl-sm-n65 {
    padding-left: -65px !important; }
  .pl-sm-70 {
    padding-left: 70px !important; }
  .pl-sm-n70 {
    padding-left: -70px !important; }
  .pl-sm-75 {
    padding-left: 75px !important; }
  .pl-sm-n75 {
    padding-left: -75px !important; }
  .pl-sm-80 {
    padding-left: 80px !important; }
  .pl-sm-n80 {
    padding-left: -80px !important; }
  .pl-sm-85 {
    padding-left: 85px !important; }
  .pl-sm-n85 {
    padding-left: -85px !important; }
  .pl-sm-90 {
    padding-left: 90px !important; }
  .pl-sm-n90 {
    padding-left: -90px !important; }
  .pl-sm-95 {
    padding-left: 95px !important; }
  .pl-sm-n95 {
    padding-left: -95px !important; }
  .pl-sm-100 {
    padding-left: 100px !important; }
  .pl-sm-n100 {
    padding-left: -100px !important; }
  .pl-sm-105 {
    padding-left: 105px !important; }
  .pl-sm-n105 {
    padding-left: -105px !important; }
  .pl-sm-110 {
    padding-left: 110px !important; }
  .pl-sm-n110 {
    padding-left: -110px !important; }
  .pl-sm-115 {
    padding-left: 115px !important; }
  .pl-sm-n115 {
    padding-left: -115px !important; }
  .pl-sm-120 {
    padding-left: 120px !important; }
  .pl-sm-n120 {
    padding-left: -120px !important; }
  .pl-sm-125 {
    padding-left: 125px !important; }
  .pl-sm-n125 {
    padding-left: -125px !important; }
  .pl-sm-130 {
    padding-left: 130px !important; }
  .pl-sm-n130 {
    padding-left: -130px !important; }
  .pl-sm-135 {
    padding-left: 135px !important; }
  .pl-sm-n135 {
    padding-left: -135px !important; }
  .pl-sm-140 {
    padding-left: 140px !important; }
  .pl-sm-n140 {
    padding-left: -140px !important; }
  .pl-sm-145 {
    padding-left: 145px !important; }
  .pl-sm-n145 {
    padding-left: -145px !important; }
  .pl-sm-150 {
    padding-left: 150px !important; }
  .pl-sm-n150 {
    padding-left: -150px !important; } }

@media (min-width: 769px) {
  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-md-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-md-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-md-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-md-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-md-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-md-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-md-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-md-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-md-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-md-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-md-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-md-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-md-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-md-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-md-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-md-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-md-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-md-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-md-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-md-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-md-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-md-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-md-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-md-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-md-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-md-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-md-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-md-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-md-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-md-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-md-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-md-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-md-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-md-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-md-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-md-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-md-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-md-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-md-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-md-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-md-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-md-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-md-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-md-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-md-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-md-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-md-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-md-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-md-0 {
    margin: 0px !important; }
  .m-md-n0 {
    margin: 0px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .m-md-n35 {
    margin: -35px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .m-md-n55 {
    margin: -55px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .m-md-n65 {
    margin: -65px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .m-md-n75 {
    margin: -75px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .m-md-85 {
    margin: 85px !important; }
  .m-md-n85 {
    margin: -85px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .m-md-n90 {
    margin: -90px !important; }
  .m-md-95 {
    margin: 95px !important; }
  .m-md-n95 {
    margin: -95px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .m-md-n100 {
    margin: -100px !important; }
  .m-md-105 {
    margin: 105px !important; }
  .m-md-n105 {
    margin: -105px !important; }
  .m-md-110 {
    margin: 110px !important; }
  .m-md-n110 {
    margin: -110px !important; }
  .m-md-115 {
    margin: 115px !important; }
  .m-md-n115 {
    margin: -115px !important; }
  .m-md-120 {
    margin: 120px !important; }
  .m-md-n120 {
    margin: -120px !important; }
  .m-md-125 {
    margin: 125px !important; }
  .m-md-n125 {
    margin: -125px !important; }
  .m-md-130 {
    margin: 130px !important; }
  .m-md-n130 {
    margin: -130px !important; }
  .m-md-135 {
    margin: 135px !important; }
  .m-md-n135 {
    margin: -135px !important; }
  .m-md-140 {
    margin: 140px !important; }
  .m-md-n140 {
    margin: -140px !important; }
  .m-md-145 {
    margin: 145px !important; }
  .m-md-n145 {
    margin: -145px !important; }
  .m-md-150 {
    margin: 150px !important; }
  .m-md-n150 {
    margin: -150px !important; }
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-n0 {
    margin-top: 0px !important; }
  .mt-md-5 {
    margin-top: 5px !important; }
  .mt-md-n5 {
    margin-top: -5px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-n10 {
    margin-top: -10px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-md-n15 {
    margin-top: -15px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-n20 {
    margin-top: -20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-n25 {
    margin-top: -25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-n30 {
    margin-top: -30px !important; }
  .mt-md-35 {
    margin-top: 35px !important; }
  .mt-md-n35 {
    margin-top: -35px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-n40 {
    margin-top: -40px !important; }
  .mt-md-45 {
    margin-top: 45px !important; }
  .mt-md-n45 {
    margin-top: -45px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-n50 {
    margin-top: -50px !important; }
  .mt-md-55 {
    margin-top: 55px !important; }
  .mt-md-n55 {
    margin-top: -55px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-n60 {
    margin-top: -60px !important; }
  .mt-md-65 {
    margin-top: 65px !important; }
  .mt-md-n65 {
    margin-top: -65px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-n70 {
    margin-top: -70px !important; }
  .mt-md-75 {
    margin-top: 75px !important; }
  .mt-md-n75 {
    margin-top: -75px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-n80 {
    margin-top: -80px !important; }
  .mt-md-85 {
    margin-top: 85px !important; }
  .mt-md-n85 {
    margin-top: -85px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-n90 {
    margin-top: -90px !important; }
  .mt-md-95 {
    margin-top: 95px !important; }
  .mt-md-n95 {
    margin-top: -95px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-md-n100 {
    margin-top: -100px !important; }
  .mt-md-105 {
    margin-top: 105px !important; }
  .mt-md-n105 {
    margin-top: -105px !important; }
  .mt-md-110 {
    margin-top: 110px !important; }
  .mt-md-n110 {
    margin-top: -110px !important; }
  .mt-md-115 {
    margin-top: 115px !important; }
  .mt-md-n115 {
    margin-top: -115px !important; }
  .mt-md-120 {
    margin-top: 120px !important; }
  .mt-md-n120 {
    margin-top: -120px !important; }
  .mt-md-125 {
    margin-top: 125px !important; }
  .mt-md-n125 {
    margin-top: -125px !important; }
  .mt-md-130 {
    margin-top: 130px !important; }
  .mt-md-n130 {
    margin-top: -130px !important; }
  .mt-md-135 {
    margin-top: 135px !important; }
  .mt-md-n135 {
    margin-top: -135px !important; }
  .mt-md-140 {
    margin-top: 140px !important; }
  .mt-md-n140 {
    margin-top: -140px !important; }
  .mt-md-145 {
    margin-top: 145px !important; }
  .mt-md-n145 {
    margin-top: -145px !important; }
  .mt-md-150 {
    margin-top: 150px !important; }
  .mt-md-n150 {
    margin-top: -150px !important; }
  .mr-md-0 {
    margin-right: 0px !important; }
  .mr-md-n0 {
    margin-right: 0px !important; }
  .mr-md-5 {
    margin-right: 5px !important; }
  .mr-md-n5 {
    margin-right: -5px !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-md-n10 {
    margin-right: -10px !important; }
  .mr-md-15 {
    margin-right: 15px !important; }
  .mr-md-n15 {
    margin-right: -15px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-md-n20 {
    margin-right: -20px !important; }
  .mr-md-25 {
    margin-right: 25px !important; }
  .mr-md-n25 {
    margin-right: -25px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-md-n30 {
    margin-right: -30px !important; }
  .mr-md-35 {
    margin-right: 35px !important; }
  .mr-md-n35 {
    margin-right: -35px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-md-n40 {
    margin-right: -40px !important; }
  .mr-md-45 {
    margin-right: 45px !important; }
  .mr-md-n45 {
    margin-right: -45px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-md-n50 {
    margin-right: -50px !important; }
  .mr-md-55 {
    margin-right: 55px !important; }
  .mr-md-n55 {
    margin-right: -55px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-md-n60 {
    margin-right: -60px !important; }
  .mr-md-65 {
    margin-right: 65px !important; }
  .mr-md-n65 {
    margin-right: -65px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-md-n70 {
    margin-right: -70px !important; }
  .mr-md-75 {
    margin-right: 75px !important; }
  .mr-md-n75 {
    margin-right: -75px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-md-n80 {
    margin-right: -80px !important; }
  .mr-md-85 {
    margin-right: 85px !important; }
  .mr-md-n85 {
    margin-right: -85px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-md-n90 {
    margin-right: -90px !important; }
  .mr-md-95 {
    margin-right: 95px !important; }
  .mr-md-n95 {
    margin-right: -95px !important; }
  .mr-md-100 {
    margin-right: 100px !important; }
  .mr-md-n100 {
    margin-right: -100px !important; }
  .mr-md-105 {
    margin-right: 105px !important; }
  .mr-md-n105 {
    margin-right: -105px !important; }
  .mr-md-110 {
    margin-right: 110px !important; }
  .mr-md-n110 {
    margin-right: -110px !important; }
  .mr-md-115 {
    margin-right: 115px !important; }
  .mr-md-n115 {
    margin-right: -115px !important; }
  .mr-md-120 {
    margin-right: 120px !important; }
  .mr-md-n120 {
    margin-right: -120px !important; }
  .mr-md-125 {
    margin-right: 125px !important; }
  .mr-md-n125 {
    margin-right: -125px !important; }
  .mr-md-130 {
    margin-right: 130px !important; }
  .mr-md-n130 {
    margin-right: -130px !important; }
  .mr-md-135 {
    margin-right: 135px !important; }
  .mr-md-n135 {
    margin-right: -135px !important; }
  .mr-md-140 {
    margin-right: 140px !important; }
  .mr-md-n140 {
    margin-right: -140px !important; }
  .mr-md-145 {
    margin-right: 145px !important; }
  .mr-md-n145 {
    margin-right: -145px !important; }
  .mr-md-150 {
    margin-right: 150px !important; }
  .mr-md-n150 {
    margin-right: -150px !important; }
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-md-n0 {
    margin-bottom: 0px !important; }
  .mb-md-5 {
    margin-bottom: 5px !important; }
  .mb-md-n5 {
    margin-bottom: -5px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-n10 {
    margin-bottom: -10px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-md-n15 {
    margin-bottom: -15px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-n20 {
    margin-bottom: -20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-n25 {
    margin-bottom: -25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-n30 {
    margin-bottom: -30px !important; }
  .mb-md-35 {
    margin-bottom: 35px !important; }
  .mb-md-n35 {
    margin-bottom: -35px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-n40 {
    margin-bottom: -40px !important; }
  .mb-md-45 {
    margin-bottom: 45px !important; }
  .mb-md-n45 {
    margin-bottom: -45px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-n50 {
    margin-bottom: -50px !important; }
  .mb-md-55 {
    margin-bottom: 55px !important; }
  .mb-md-n55 {
    margin-bottom: -55px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-n60 {
    margin-bottom: -60px !important; }
  .mb-md-65 {
    margin-bottom: 65px !important; }
  .mb-md-n65 {
    margin-bottom: -65px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-n70 {
    margin-bottom: -70px !important; }
  .mb-md-75 {
    margin-bottom: 75px !important; }
  .mb-md-n75 {
    margin-bottom: -75px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-n80 {
    margin-bottom: -80px !important; }
  .mb-md-85 {
    margin-bottom: 85px !important; }
  .mb-md-n85 {
    margin-bottom: -85px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-n90 {
    margin-bottom: -90px !important; }
  .mb-md-95 {
    margin-bottom: 95px !important; }
  .mb-md-n95 {
    margin-bottom: -95px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md-n100 {
    margin-bottom: -100px !important; }
  .mb-md-105 {
    margin-bottom: 105px !important; }
  .mb-md-n105 {
    margin-bottom: -105px !important; }
  .mb-md-110 {
    margin-bottom: 110px !important; }
  .mb-md-n110 {
    margin-bottom: -110px !important; }
  .mb-md-115 {
    margin-bottom: 115px !important; }
  .mb-md-n115 {
    margin-bottom: -115px !important; }
  .mb-md-120 {
    margin-bottom: 120px !important; }
  .mb-md-n120 {
    margin-bottom: -120px !important; }
  .mb-md-125 {
    margin-bottom: 125px !important; }
  .mb-md-n125 {
    margin-bottom: -125px !important; }
  .mb-md-130 {
    margin-bottom: 130px !important; }
  .mb-md-n130 {
    margin-bottom: -130px !important; }
  .mb-md-135 {
    margin-bottom: 135px !important; }
  .mb-md-n135 {
    margin-bottom: -135px !important; }
  .mb-md-140 {
    margin-bottom: 140px !important; }
  .mb-md-n140 {
    margin-bottom: -140px !important; }
  .mb-md-145 {
    margin-bottom: 145px !important; }
  .mb-md-n145 {
    margin-bottom: -145px !important; }
  .mb-md-150 {
    margin-bottom: 150px !important; }
  .mb-md-n150 {
    margin-bottom: -150px !important; }
  .ml-md-0 {
    margin-left: 0px !important; }
  .ml-md-n0 {
    margin-left: 0px !important; }
  .ml-md-5 {
    margin-left: 5px !important; }
  .ml-md-n5 {
    margin-left: -5px !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-md-n10 {
    margin-left: -10px !important; }
  .ml-md-15 {
    margin-left: 15px !important; }
  .ml-md-n15 {
    margin-left: -15px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-md-n20 {
    margin-left: -20px !important; }
  .ml-md-25 {
    margin-left: 25px !important; }
  .ml-md-n25 {
    margin-left: -25px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-md-n30 {
    margin-left: -30px !important; }
  .ml-md-35 {
    margin-left: 35px !important; }
  .ml-md-n35 {
    margin-left: -35px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-md-n40 {
    margin-left: -40px !important; }
  .ml-md-45 {
    margin-left: 45px !important; }
  .ml-md-n45 {
    margin-left: -45px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-md-n50 {
    margin-left: -50px !important; }
  .ml-md-55 {
    margin-left: 55px !important; }
  .ml-md-n55 {
    margin-left: -55px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-md-n60 {
    margin-left: -60px !important; }
  .ml-md-65 {
    margin-left: 65px !important; }
  .ml-md-n65 {
    margin-left: -65px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-md-n70 {
    margin-left: -70px !important; }
  .ml-md-75 {
    margin-left: 75px !important; }
  .ml-md-n75 {
    margin-left: -75px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-md-n80 {
    margin-left: -80px !important; }
  .ml-md-85 {
    margin-left: 85px !important; }
  .ml-md-n85 {
    margin-left: -85px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-md-n90 {
    margin-left: -90px !important; }
  .ml-md-95 {
    margin-left: 95px !important; }
  .ml-md-n95 {
    margin-left: -95px !important; }
  .ml-md-100 {
    margin-left: 100px !important; }
  .ml-md-n100 {
    margin-left: -100px !important; }
  .ml-md-105 {
    margin-left: 105px !important; }
  .ml-md-n105 {
    margin-left: -105px !important; }
  .ml-md-110 {
    margin-left: 110px !important; }
  .ml-md-n110 {
    margin-left: -110px !important; }
  .ml-md-115 {
    margin-left: 115px !important; }
  .ml-md-n115 {
    margin-left: -115px !important; }
  .ml-md-120 {
    margin-left: 120px !important; }
  .ml-md-n120 {
    margin-left: -120px !important; }
  .ml-md-125 {
    margin-left: 125px !important; }
  .ml-md-n125 {
    margin-left: -125px !important; }
  .ml-md-130 {
    margin-left: 130px !important; }
  .ml-md-n130 {
    margin-left: -130px !important; }
  .ml-md-135 {
    margin-left: 135px !important; }
  .ml-md-n135 {
    margin-left: -135px !important; }
  .ml-md-140 {
    margin-left: 140px !important; }
  .ml-md-n140 {
    margin-left: -140px !important; }
  .ml-md-145 {
    margin-left: 145px !important; }
  .ml-md-n145 {
    margin-left: -145px !important; }
  .ml-md-150 {
    margin-left: 150px !important; }
  .ml-md-n150 {
    margin-left: -150px !important; }
  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-md-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-md-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-md-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-md-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-md-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-md-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-md-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-md-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-md-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-md-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-md-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-md-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-md-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-md-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-md-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-md-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-md-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-md-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-md-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-md-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-md-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-md-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-md-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-md-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-md-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-md-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-md-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-md-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-md-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-md-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-md-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-md-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-md-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-md-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-md-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-md-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-md-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-md-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-md-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-md-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-md-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-md-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-md-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-md-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-md-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-md-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-md-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-md-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-md-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-md-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-md-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-md-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-md-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-md-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-md-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-md-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-md-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-md-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-md-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-md-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-md-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-md-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-md-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-md-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-md-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-md-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-md-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-md-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-md-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-md-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-md-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-md-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-md-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-md-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-md-0 {
    padding: 0px !important; }
  .p-md-n0 {
    padding: 0px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .p-md-n5 {
    padding: -5px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-n10 {
    padding: -10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .p-md-n15 {
    padding: -15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-n20 {
    padding: -20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .p-md-n25 {
    padding: -25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-n30 {
    padding: -30px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .p-md-n35 {
    padding: -35px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-n40 {
    padding: -40px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .p-md-n45 {
    padding: -45px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-n50 {
    padding: -50px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .p-md-n55 {
    padding: -55px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-n60 {
    padding: -60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .p-md-n65 {
    padding: -65px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-n70 {
    padding: -70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .p-md-n75 {
    padding: -75px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .p-md-n80 {
    padding: -80px !important; }
  .p-md-85 {
    padding: 85px !important; }
  .p-md-n85 {
    padding: -85px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .p-md-n90 {
    padding: -90px !important; }
  .p-md-95 {
    padding: 95px !important; }
  .p-md-n95 {
    padding: -95px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .p-md-n100 {
    padding: -100px !important; }
  .p-md-105 {
    padding: 105px !important; }
  .p-md-n105 {
    padding: -105px !important; }
  .p-md-110 {
    padding: 110px !important; }
  .p-md-n110 {
    padding: -110px !important; }
  .p-md-115 {
    padding: 115px !important; }
  .p-md-n115 {
    padding: -115px !important; }
  .p-md-120 {
    padding: 120px !important; }
  .p-md-n120 {
    padding: -120px !important; }
  .p-md-125 {
    padding: 125px !important; }
  .p-md-n125 {
    padding: -125px !important; }
  .p-md-130 {
    padding: 130px !important; }
  .p-md-n130 {
    padding: -130px !important; }
  .p-md-135 {
    padding: 135px !important; }
  .p-md-n135 {
    padding: -135px !important; }
  .p-md-140 {
    padding: 140px !important; }
  .p-md-n140 {
    padding: -140px !important; }
  .p-md-145 {
    padding: 145px !important; }
  .p-md-n145 {
    padding: -145px !important; }
  .p-md-150 {
    padding: 150px !important; }
  .p-md-n150 {
    padding: -150px !important; }
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-md-n0 {
    padding-top: 0px !important; }
  .pt-md-5 {
    padding-top: 5px !important; }
  .pt-md-n5 {
    padding-top: -5px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-n10 {
    padding-top: -10px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-md-n15 {
    padding-top: -15px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-n20 {
    padding-top: -20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-n25 {
    padding-top: -25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-n30 {
    padding-top: -30px !important; }
  .pt-md-35 {
    padding-top: 35px !important; }
  .pt-md-n35 {
    padding-top: -35px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-n40 {
    padding-top: -40px !important; }
  .pt-md-45 {
    padding-top: 45px !important; }
  .pt-md-n45 {
    padding-top: -45px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-n50 {
    padding-top: -50px !important; }
  .pt-md-55 {
    padding-top: 55px !important; }
  .pt-md-n55 {
    padding-top: -55px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-n60 {
    padding-top: -60px !important; }
  .pt-md-65 {
    padding-top: 65px !important; }
  .pt-md-n65 {
    padding-top: -65px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-n70 {
    padding-top: -70px !important; }
  .pt-md-75 {
    padding-top: 75px !important; }
  .pt-md-n75 {
    padding-top: -75px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-n80 {
    padding-top: -80px !important; }
  .pt-md-85 {
    padding-top: 85px !important; }
  .pt-md-n85 {
    padding-top: -85px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-n90 {
    padding-top: -90px !important; }
  .pt-md-95 {
    padding-top: 95px !important; }
  .pt-md-n95 {
    padding-top: -95px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-md-n100 {
    padding-top: -100px !important; }
  .pt-md-105 {
    padding-top: 105px !important; }
  .pt-md-n105 {
    padding-top: -105px !important; }
  .pt-md-110 {
    padding-top: 110px !important; }
  .pt-md-n110 {
    padding-top: -110px !important; }
  .pt-md-115 {
    padding-top: 115px !important; }
  .pt-md-n115 {
    padding-top: -115px !important; }
  .pt-md-120 {
    padding-top: 120px !important; }
  .pt-md-n120 {
    padding-top: -120px !important; }
  .pt-md-125 {
    padding-top: 125px !important; }
  .pt-md-n125 {
    padding-top: -125px !important; }
  .pt-md-130 {
    padding-top: 130px !important; }
  .pt-md-n130 {
    padding-top: -130px !important; }
  .pt-md-135 {
    padding-top: 135px !important; }
  .pt-md-n135 {
    padding-top: -135px !important; }
  .pt-md-140 {
    padding-top: 140px !important; }
  .pt-md-n140 {
    padding-top: -140px !important; }
  .pt-md-145 {
    padding-top: 145px !important; }
  .pt-md-n145 {
    padding-top: -145px !important; }
  .pt-md-150 {
    padding-top: 150px !important; }
  .pt-md-n150 {
    padding-top: -150px !important; }
  .pr-md-0 {
    padding-right: 0px !important; }
  .pr-md-n0 {
    padding-right: 0px !important; }
  .pr-md-5 {
    padding-right: 5px !important; }
  .pr-md-n5 {
    padding-right: -5px !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-md-n10 {
    padding-right: -10px !important; }
  .pr-md-15 {
    padding-right: 15px !important; }
  .pr-md-n15 {
    padding-right: -15px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-md-n20 {
    padding-right: -20px !important; }
  .pr-md-25 {
    padding-right: 25px !important; }
  .pr-md-n25 {
    padding-right: -25px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-md-n30 {
    padding-right: -30px !important; }
  .pr-md-35 {
    padding-right: 35px !important; }
  .pr-md-n35 {
    padding-right: -35px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-md-n40 {
    padding-right: -40px !important; }
  .pr-md-45 {
    padding-right: 45px !important; }
  .pr-md-n45 {
    padding-right: -45px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-md-n50 {
    padding-right: -50px !important; }
  .pr-md-55 {
    padding-right: 55px !important; }
  .pr-md-n55 {
    padding-right: -55px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-md-n60 {
    padding-right: -60px !important; }
  .pr-md-65 {
    padding-right: 65px !important; }
  .pr-md-n65 {
    padding-right: -65px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-md-n70 {
    padding-right: -70px !important; }
  .pr-md-75 {
    padding-right: 75px !important; }
  .pr-md-n75 {
    padding-right: -75px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-md-n80 {
    padding-right: -80px !important; }
  .pr-md-85 {
    padding-right: 85px !important; }
  .pr-md-n85 {
    padding-right: -85px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-md-n90 {
    padding-right: -90px !important; }
  .pr-md-95 {
    padding-right: 95px !important; }
  .pr-md-n95 {
    padding-right: -95px !important; }
  .pr-md-100 {
    padding-right: 100px !important; }
  .pr-md-n100 {
    padding-right: -100px !important; }
  .pr-md-105 {
    padding-right: 105px !important; }
  .pr-md-n105 {
    padding-right: -105px !important; }
  .pr-md-110 {
    padding-right: 110px !important; }
  .pr-md-n110 {
    padding-right: -110px !important; }
  .pr-md-115 {
    padding-right: 115px !important; }
  .pr-md-n115 {
    padding-right: -115px !important; }
  .pr-md-120 {
    padding-right: 120px !important; }
  .pr-md-n120 {
    padding-right: -120px !important; }
  .pr-md-125 {
    padding-right: 125px !important; }
  .pr-md-n125 {
    padding-right: -125px !important; }
  .pr-md-130 {
    padding-right: 130px !important; }
  .pr-md-n130 {
    padding-right: -130px !important; }
  .pr-md-135 {
    padding-right: 135px !important; }
  .pr-md-n135 {
    padding-right: -135px !important; }
  .pr-md-140 {
    padding-right: 140px !important; }
  .pr-md-n140 {
    padding-right: -140px !important; }
  .pr-md-145 {
    padding-right: 145px !important; }
  .pr-md-n145 {
    padding-right: -145px !important; }
  .pr-md-150 {
    padding-right: 150px !important; }
  .pr-md-n150 {
    padding-right: -150px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-md-n0 {
    padding-bottom: 0px !important; }
  .pb-md-5 {
    padding-bottom: 5px !important; }
  .pb-md-n5 {
    padding-bottom: -5px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-n10 {
    padding-bottom: -10px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-md-n15 {
    padding-bottom: -15px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-n20 {
    padding-bottom: -20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-n25 {
    padding-bottom: -25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-n30 {
    padding-bottom: -30px !important; }
  .pb-md-35 {
    padding-bottom: 35px !important; }
  .pb-md-n35 {
    padding-bottom: -35px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-n40 {
    padding-bottom: -40px !important; }
  .pb-md-45 {
    padding-bottom: 45px !important; }
  .pb-md-n45 {
    padding-bottom: -45px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-n50 {
    padding-bottom: -50px !important; }
  .pb-md-55 {
    padding-bottom: 55px !important; }
  .pb-md-n55 {
    padding-bottom: -55px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-n60 {
    padding-bottom: -60px !important; }
  .pb-md-65 {
    padding-bottom: 65px !important; }
  .pb-md-n65 {
    padding-bottom: -65px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-n70 {
    padding-bottom: -70px !important; }
  .pb-md-75 {
    padding-bottom: 75px !important; }
  .pb-md-n75 {
    padding-bottom: -75px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-n80 {
    padding-bottom: -80px !important; }
  .pb-md-85 {
    padding-bottom: 85px !important; }
  .pb-md-n85 {
    padding-bottom: -85px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-n90 {
    padding-bottom: -90px !important; }
  .pb-md-95 {
    padding-bottom: 95px !important; }
  .pb-md-n95 {
    padding-bottom: -95px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-md-n100 {
    padding-bottom: -100px !important; }
  .pb-md-105 {
    padding-bottom: 105px !important; }
  .pb-md-n105 {
    padding-bottom: -105px !important; }
  .pb-md-110 {
    padding-bottom: 110px !important; }
  .pb-md-n110 {
    padding-bottom: -110px !important; }
  .pb-md-115 {
    padding-bottom: 115px !important; }
  .pb-md-n115 {
    padding-bottom: -115px !important; }
  .pb-md-120 {
    padding-bottom: 120px !important; }
  .pb-md-n120 {
    padding-bottom: -120px !important; }
  .pb-md-125 {
    padding-bottom: 125px !important; }
  .pb-md-n125 {
    padding-bottom: -125px !important; }
  .pb-md-130 {
    padding-bottom: 130px !important; }
  .pb-md-n130 {
    padding-bottom: -130px !important; }
  .pb-md-135 {
    padding-bottom: 135px !important; }
  .pb-md-n135 {
    padding-bottom: -135px !important; }
  .pb-md-140 {
    padding-bottom: 140px !important; }
  .pb-md-n140 {
    padding-bottom: -140px !important; }
  .pb-md-145 {
    padding-bottom: 145px !important; }
  .pb-md-n145 {
    padding-bottom: -145px !important; }
  .pb-md-150 {
    padding-bottom: 150px !important; }
  .pb-md-n150 {
    padding-bottom: -150px !important; }
  .pl-md-0 {
    padding-left: 0px !important; }
  .pl-md-n0 {
    padding-left: 0px !important; }
  .pl-md-5 {
    padding-left: 5px !important; }
  .pl-md-n5 {
    padding-left: -5px !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-md-n10 {
    padding-left: -10px !important; }
  .pl-md-15 {
    padding-left: 15px !important; }
  .pl-md-n15 {
    padding-left: -15px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-md-n20 {
    padding-left: -20px !important; }
  .pl-md-25 {
    padding-left: 25px !important; }
  .pl-md-n25 {
    padding-left: -25px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-md-n30 {
    padding-left: -30px !important; }
  .pl-md-35 {
    padding-left: 35px !important; }
  .pl-md-n35 {
    padding-left: -35px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-md-n40 {
    padding-left: -40px !important; }
  .pl-md-45 {
    padding-left: 45px !important; }
  .pl-md-n45 {
    padding-left: -45px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-md-n50 {
    padding-left: -50px !important; }
  .pl-md-55 {
    padding-left: 55px !important; }
  .pl-md-n55 {
    padding-left: -55px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-md-n60 {
    padding-left: -60px !important; }
  .pl-md-65 {
    padding-left: 65px !important; }
  .pl-md-n65 {
    padding-left: -65px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-md-n70 {
    padding-left: -70px !important; }
  .pl-md-75 {
    padding-left: 75px !important; }
  .pl-md-n75 {
    padding-left: -75px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-md-n80 {
    padding-left: -80px !important; }
  .pl-md-85 {
    padding-left: 85px !important; }
  .pl-md-n85 {
    padding-left: -85px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-md-n90 {
    padding-left: -90px !important; }
  .pl-md-95 {
    padding-left: 95px !important; }
  .pl-md-n95 {
    padding-left: -95px !important; }
  .pl-md-100 {
    padding-left: 100px !important; }
  .pl-md-n100 {
    padding-left: -100px !important; }
  .pl-md-105 {
    padding-left: 105px !important; }
  .pl-md-n105 {
    padding-left: -105px !important; }
  .pl-md-110 {
    padding-left: 110px !important; }
  .pl-md-n110 {
    padding-left: -110px !important; }
  .pl-md-115 {
    padding-left: 115px !important; }
  .pl-md-n115 {
    padding-left: -115px !important; }
  .pl-md-120 {
    padding-left: 120px !important; }
  .pl-md-n120 {
    padding-left: -120px !important; }
  .pl-md-125 {
    padding-left: 125px !important; }
  .pl-md-n125 {
    padding-left: -125px !important; }
  .pl-md-130 {
    padding-left: 130px !important; }
  .pl-md-n130 {
    padding-left: -130px !important; }
  .pl-md-135 {
    padding-left: 135px !important; }
  .pl-md-n135 {
    padding-left: -135px !important; }
  .pl-md-140 {
    padding-left: 140px !important; }
  .pl-md-n140 {
    padding-left: -140px !important; }
  .pl-md-145 {
    padding-left: 145px !important; }
  .pl-md-n145 {
    padding-left: -145px !important; }
  .pl-md-150 {
    padding-left: 150px !important; }
  .pl-md-n150 {
    padding-left: -150px !important; } }

@media (min-width: 1024px) {
  .mx-pc-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-pc-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-pc-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-pc-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-pc-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-pc-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-pc-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-pc-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-pc-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-pc-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-pc-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-pc-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-pc-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-pc-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-pc-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-pc-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-pc-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-pc-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-pc-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-pc-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-pc-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-pc-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-pc-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-pc-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-pc-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-pc-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-pc-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-pc-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-pc-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-pc-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-pc-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-pc-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-pc-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-pc-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-pc-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-pc-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-pc-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-pc-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-pc-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-pc-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-pc-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-pc-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-pc-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-pc-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-pc-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-pc-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-pc-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-pc-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-pc-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-pc-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-pc-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-pc-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-pc-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-pc-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-pc-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-pc-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-pc-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-pc-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-pc-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-pc-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-pc-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-pc-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-pc-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-pc-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-pc-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-pc-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-pc-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-pc-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-pc-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-pc-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-pc-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-pc-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-pc-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-pc-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-pc-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-pc-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-pc-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-pc-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-pc-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-pc-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-pc-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-pc-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-pc-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-pc-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-pc-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-pc-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-pc-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-pc-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-pc-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-pc-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-pc-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-pc-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-pc-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-pc-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-pc-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-pc-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-pc-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-pc-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-pc-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-pc-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-pc-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-pc-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-pc-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-pc-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-pc-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-pc-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-pc-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-pc-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-pc-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-pc-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-pc-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-pc-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-pc-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-pc-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-pc-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-pc-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-pc-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-pc-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-pc-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-pc-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-pc-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-pc-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-pc-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-pc-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-pc-0 {
    margin: 0px !important; }
  .m-pc-n0 {
    margin: 0px !important; }
  .m-pc-5 {
    margin: 5px !important; }
  .m-pc-n5 {
    margin: -5px !important; }
  .m-pc-10 {
    margin: 10px !important; }
  .m-pc-n10 {
    margin: -10px !important; }
  .m-pc-15 {
    margin: 15px !important; }
  .m-pc-n15 {
    margin: -15px !important; }
  .m-pc-20 {
    margin: 20px !important; }
  .m-pc-n20 {
    margin: -20px !important; }
  .m-pc-25 {
    margin: 25px !important; }
  .m-pc-n25 {
    margin: -25px !important; }
  .m-pc-30 {
    margin: 30px !important; }
  .m-pc-n30 {
    margin: -30px !important; }
  .m-pc-35 {
    margin: 35px !important; }
  .m-pc-n35 {
    margin: -35px !important; }
  .m-pc-40 {
    margin: 40px !important; }
  .m-pc-n40 {
    margin: -40px !important; }
  .m-pc-45 {
    margin: 45px !important; }
  .m-pc-n45 {
    margin: -45px !important; }
  .m-pc-50 {
    margin: 50px !important; }
  .m-pc-n50 {
    margin: -50px !important; }
  .m-pc-55 {
    margin: 55px !important; }
  .m-pc-n55 {
    margin: -55px !important; }
  .m-pc-60 {
    margin: 60px !important; }
  .m-pc-n60 {
    margin: -60px !important; }
  .m-pc-65 {
    margin: 65px !important; }
  .m-pc-n65 {
    margin: -65px !important; }
  .m-pc-70 {
    margin: 70px !important; }
  .m-pc-n70 {
    margin: -70px !important; }
  .m-pc-75 {
    margin: 75px !important; }
  .m-pc-n75 {
    margin: -75px !important; }
  .m-pc-80 {
    margin: 80px !important; }
  .m-pc-n80 {
    margin: -80px !important; }
  .m-pc-85 {
    margin: 85px !important; }
  .m-pc-n85 {
    margin: -85px !important; }
  .m-pc-90 {
    margin: 90px !important; }
  .m-pc-n90 {
    margin: -90px !important; }
  .m-pc-95 {
    margin: 95px !important; }
  .m-pc-n95 {
    margin: -95px !important; }
  .m-pc-100 {
    margin: 100px !important; }
  .m-pc-n100 {
    margin: -100px !important; }
  .m-pc-105 {
    margin: 105px !important; }
  .m-pc-n105 {
    margin: -105px !important; }
  .m-pc-110 {
    margin: 110px !important; }
  .m-pc-n110 {
    margin: -110px !important; }
  .m-pc-115 {
    margin: 115px !important; }
  .m-pc-n115 {
    margin: -115px !important; }
  .m-pc-120 {
    margin: 120px !important; }
  .m-pc-n120 {
    margin: -120px !important; }
  .m-pc-125 {
    margin: 125px !important; }
  .m-pc-n125 {
    margin: -125px !important; }
  .m-pc-130 {
    margin: 130px !important; }
  .m-pc-n130 {
    margin: -130px !important; }
  .m-pc-135 {
    margin: 135px !important; }
  .m-pc-n135 {
    margin: -135px !important; }
  .m-pc-140 {
    margin: 140px !important; }
  .m-pc-n140 {
    margin: -140px !important; }
  .m-pc-145 {
    margin: 145px !important; }
  .m-pc-n145 {
    margin: -145px !important; }
  .m-pc-150 {
    margin: 150px !important; }
  .m-pc-n150 {
    margin: -150px !important; }
  .mt-pc-0 {
    margin-top: 0px !important; }
  .mt-pc-n0 {
    margin-top: 0px !important; }
  .mt-pc-5 {
    margin-top: 5px !important; }
  .mt-pc-n5 {
    margin-top: -5px !important; }
  .mt-pc-10 {
    margin-top: 10px !important; }
  .mt-pc-n10 {
    margin-top: -10px !important; }
  .mt-pc-15 {
    margin-top: 15px !important; }
  .mt-pc-n15 {
    margin-top: -15px !important; }
  .mt-pc-20 {
    margin-top: 20px !important; }
  .mt-pc-n20 {
    margin-top: -20px !important; }
  .mt-pc-25 {
    margin-top: 25px !important; }
  .mt-pc-n25 {
    margin-top: -25px !important; }
  .mt-pc-30 {
    margin-top: 30px !important; }
  .mt-pc-n30 {
    margin-top: -30px !important; }
  .mt-pc-35 {
    margin-top: 35px !important; }
  .mt-pc-n35 {
    margin-top: -35px !important; }
  .mt-pc-40 {
    margin-top: 40px !important; }
  .mt-pc-n40 {
    margin-top: -40px !important; }
  .mt-pc-45 {
    margin-top: 45px !important; }
  .mt-pc-n45 {
    margin-top: -45px !important; }
  .mt-pc-50 {
    margin-top: 50px !important; }
  .mt-pc-n50 {
    margin-top: -50px !important; }
  .mt-pc-55 {
    margin-top: 55px !important; }
  .mt-pc-n55 {
    margin-top: -55px !important; }
  .mt-pc-60 {
    margin-top: 60px !important; }
  .mt-pc-n60 {
    margin-top: -60px !important; }
  .mt-pc-65 {
    margin-top: 65px !important; }
  .mt-pc-n65 {
    margin-top: -65px !important; }
  .mt-pc-70 {
    margin-top: 70px !important; }
  .mt-pc-n70 {
    margin-top: -70px !important; }
  .mt-pc-75 {
    margin-top: 75px !important; }
  .mt-pc-n75 {
    margin-top: -75px !important; }
  .mt-pc-80 {
    margin-top: 80px !important; }
  .mt-pc-n80 {
    margin-top: -80px !important; }
  .mt-pc-85 {
    margin-top: 85px !important; }
  .mt-pc-n85 {
    margin-top: -85px !important; }
  .mt-pc-90 {
    margin-top: 90px !important; }
  .mt-pc-n90 {
    margin-top: -90px !important; }
  .mt-pc-95 {
    margin-top: 95px !important; }
  .mt-pc-n95 {
    margin-top: -95px !important; }
  .mt-pc-100 {
    margin-top: 100px !important; }
  .mt-pc-n100 {
    margin-top: -100px !important; }
  .mt-pc-105 {
    margin-top: 105px !important; }
  .mt-pc-n105 {
    margin-top: -105px !important; }
  .mt-pc-110 {
    margin-top: 110px !important; }
  .mt-pc-n110 {
    margin-top: -110px !important; }
  .mt-pc-115 {
    margin-top: 115px !important; }
  .mt-pc-n115 {
    margin-top: -115px !important; }
  .mt-pc-120 {
    margin-top: 120px !important; }
  .mt-pc-n120 {
    margin-top: -120px !important; }
  .mt-pc-125 {
    margin-top: 125px !important; }
  .mt-pc-n125 {
    margin-top: -125px !important; }
  .mt-pc-130 {
    margin-top: 130px !important; }
  .mt-pc-n130 {
    margin-top: -130px !important; }
  .mt-pc-135 {
    margin-top: 135px !important; }
  .mt-pc-n135 {
    margin-top: -135px !important; }
  .mt-pc-140 {
    margin-top: 140px !important; }
  .mt-pc-n140 {
    margin-top: -140px !important; }
  .mt-pc-145 {
    margin-top: 145px !important; }
  .mt-pc-n145 {
    margin-top: -145px !important; }
  .mt-pc-150 {
    margin-top: 150px !important; }
  .mt-pc-n150 {
    margin-top: -150px !important; }
  .mr-pc-0 {
    margin-right: 0px !important; }
  .mr-pc-n0 {
    margin-right: 0px !important; }
  .mr-pc-5 {
    margin-right: 5px !important; }
  .mr-pc-n5 {
    margin-right: -5px !important; }
  .mr-pc-10 {
    margin-right: 10px !important; }
  .mr-pc-n10 {
    margin-right: -10px !important; }
  .mr-pc-15 {
    margin-right: 15px !important; }
  .mr-pc-n15 {
    margin-right: -15px !important; }
  .mr-pc-20 {
    margin-right: 20px !important; }
  .mr-pc-n20 {
    margin-right: -20px !important; }
  .mr-pc-25 {
    margin-right: 25px !important; }
  .mr-pc-n25 {
    margin-right: -25px !important; }
  .mr-pc-30 {
    margin-right: 30px !important; }
  .mr-pc-n30 {
    margin-right: -30px !important; }
  .mr-pc-35 {
    margin-right: 35px !important; }
  .mr-pc-n35 {
    margin-right: -35px !important; }
  .mr-pc-40 {
    margin-right: 40px !important; }
  .mr-pc-n40 {
    margin-right: -40px !important; }
  .mr-pc-45 {
    margin-right: 45px !important; }
  .mr-pc-n45 {
    margin-right: -45px !important; }
  .mr-pc-50 {
    margin-right: 50px !important; }
  .mr-pc-n50 {
    margin-right: -50px !important; }
  .mr-pc-55 {
    margin-right: 55px !important; }
  .mr-pc-n55 {
    margin-right: -55px !important; }
  .mr-pc-60 {
    margin-right: 60px !important; }
  .mr-pc-n60 {
    margin-right: -60px !important; }
  .mr-pc-65 {
    margin-right: 65px !important; }
  .mr-pc-n65 {
    margin-right: -65px !important; }
  .mr-pc-70 {
    margin-right: 70px !important; }
  .mr-pc-n70 {
    margin-right: -70px !important; }
  .mr-pc-75 {
    margin-right: 75px !important; }
  .mr-pc-n75 {
    margin-right: -75px !important; }
  .mr-pc-80 {
    margin-right: 80px !important; }
  .mr-pc-n80 {
    margin-right: -80px !important; }
  .mr-pc-85 {
    margin-right: 85px !important; }
  .mr-pc-n85 {
    margin-right: -85px !important; }
  .mr-pc-90 {
    margin-right: 90px !important; }
  .mr-pc-n90 {
    margin-right: -90px !important; }
  .mr-pc-95 {
    margin-right: 95px !important; }
  .mr-pc-n95 {
    margin-right: -95px !important; }
  .mr-pc-100 {
    margin-right: 100px !important; }
  .mr-pc-n100 {
    margin-right: -100px !important; }
  .mr-pc-105 {
    margin-right: 105px !important; }
  .mr-pc-n105 {
    margin-right: -105px !important; }
  .mr-pc-110 {
    margin-right: 110px !important; }
  .mr-pc-n110 {
    margin-right: -110px !important; }
  .mr-pc-115 {
    margin-right: 115px !important; }
  .mr-pc-n115 {
    margin-right: -115px !important; }
  .mr-pc-120 {
    margin-right: 120px !important; }
  .mr-pc-n120 {
    margin-right: -120px !important; }
  .mr-pc-125 {
    margin-right: 125px !important; }
  .mr-pc-n125 {
    margin-right: -125px !important; }
  .mr-pc-130 {
    margin-right: 130px !important; }
  .mr-pc-n130 {
    margin-right: -130px !important; }
  .mr-pc-135 {
    margin-right: 135px !important; }
  .mr-pc-n135 {
    margin-right: -135px !important; }
  .mr-pc-140 {
    margin-right: 140px !important; }
  .mr-pc-n140 {
    margin-right: -140px !important; }
  .mr-pc-145 {
    margin-right: 145px !important; }
  .mr-pc-n145 {
    margin-right: -145px !important; }
  .mr-pc-150 {
    margin-right: 150px !important; }
  .mr-pc-n150 {
    margin-right: -150px !important; }
  .mb-pc-0 {
    margin-bottom: 0px !important; }
  .mb-pc-n0 {
    margin-bottom: 0px !important; }
  .mb-pc-5 {
    margin-bottom: 5px !important; }
  .mb-pc-n5 {
    margin-bottom: -5px !important; }
  .mb-pc-10 {
    margin-bottom: 10px !important; }
  .mb-pc-n10 {
    margin-bottom: -10px !important; }
  .mb-pc-15 {
    margin-bottom: 15px !important; }
  .mb-pc-n15 {
    margin-bottom: -15px !important; }
  .mb-pc-20 {
    margin-bottom: 20px !important; }
  .mb-pc-n20 {
    margin-bottom: -20px !important; }
  .mb-pc-25 {
    margin-bottom: 25px !important; }
  .mb-pc-n25 {
    margin-bottom: -25px !important; }
  .mb-pc-30 {
    margin-bottom: 30px !important; }
  .mb-pc-n30 {
    margin-bottom: -30px !important; }
  .mb-pc-35 {
    margin-bottom: 35px !important; }
  .mb-pc-n35 {
    margin-bottom: -35px !important; }
  .mb-pc-40 {
    margin-bottom: 40px !important; }
  .mb-pc-n40 {
    margin-bottom: -40px !important; }
  .mb-pc-45 {
    margin-bottom: 45px !important; }
  .mb-pc-n45 {
    margin-bottom: -45px !important; }
  .mb-pc-50 {
    margin-bottom: 50px !important; }
  .mb-pc-n50 {
    margin-bottom: -50px !important; }
  .mb-pc-55 {
    margin-bottom: 55px !important; }
  .mb-pc-n55 {
    margin-bottom: -55px !important; }
  .mb-pc-60 {
    margin-bottom: 60px !important; }
  .mb-pc-n60 {
    margin-bottom: -60px !important; }
  .mb-pc-65 {
    margin-bottom: 65px !important; }
  .mb-pc-n65 {
    margin-bottom: -65px !important; }
  .mb-pc-70 {
    margin-bottom: 70px !important; }
  .mb-pc-n70 {
    margin-bottom: -70px !important; }
  .mb-pc-75 {
    margin-bottom: 75px !important; }
  .mb-pc-n75 {
    margin-bottom: -75px !important; }
  .mb-pc-80 {
    margin-bottom: 80px !important; }
  .mb-pc-n80 {
    margin-bottom: -80px !important; }
  .mb-pc-85 {
    margin-bottom: 85px !important; }
  .mb-pc-n85 {
    margin-bottom: -85px !important; }
  .mb-pc-90 {
    margin-bottom: 90px !important; }
  .mb-pc-n90 {
    margin-bottom: -90px !important; }
  .mb-pc-95 {
    margin-bottom: 95px !important; }
  .mb-pc-n95 {
    margin-bottom: -95px !important; }
  .mb-pc-100 {
    margin-bottom: 100px !important; }
  .mb-pc-n100 {
    margin-bottom: -100px !important; }
  .mb-pc-105 {
    margin-bottom: 105px !important; }
  .mb-pc-n105 {
    margin-bottom: -105px !important; }
  .mb-pc-110 {
    margin-bottom: 110px !important; }
  .mb-pc-n110 {
    margin-bottom: -110px !important; }
  .mb-pc-115 {
    margin-bottom: 115px !important; }
  .mb-pc-n115 {
    margin-bottom: -115px !important; }
  .mb-pc-120 {
    margin-bottom: 120px !important; }
  .mb-pc-n120 {
    margin-bottom: -120px !important; }
  .mb-pc-125 {
    margin-bottom: 125px !important; }
  .mb-pc-n125 {
    margin-bottom: -125px !important; }
  .mb-pc-130 {
    margin-bottom: 130px !important; }
  .mb-pc-n130 {
    margin-bottom: -130px !important; }
  .mb-pc-135 {
    margin-bottom: 135px !important; }
  .mb-pc-n135 {
    margin-bottom: -135px !important; }
  .mb-pc-140 {
    margin-bottom: 140px !important; }
  .mb-pc-n140 {
    margin-bottom: -140px !important; }
  .mb-pc-145 {
    margin-bottom: 145px !important; }
  .mb-pc-n145 {
    margin-bottom: -145px !important; }
  .mb-pc-150 {
    margin-bottom: 150px !important; }
  .mb-pc-n150 {
    margin-bottom: -150px !important; }
  .ml-pc-0 {
    margin-left: 0px !important; }
  .ml-pc-n0 {
    margin-left: 0px !important; }
  .ml-pc-5 {
    margin-left: 5px !important; }
  .ml-pc-n5 {
    margin-left: -5px !important; }
  .ml-pc-10 {
    margin-left: 10px !important; }
  .ml-pc-n10 {
    margin-left: -10px !important; }
  .ml-pc-15 {
    margin-left: 15px !important; }
  .ml-pc-n15 {
    margin-left: -15px !important; }
  .ml-pc-20 {
    margin-left: 20px !important; }
  .ml-pc-n20 {
    margin-left: -20px !important; }
  .ml-pc-25 {
    margin-left: 25px !important; }
  .ml-pc-n25 {
    margin-left: -25px !important; }
  .ml-pc-30 {
    margin-left: 30px !important; }
  .ml-pc-n30 {
    margin-left: -30px !important; }
  .ml-pc-35 {
    margin-left: 35px !important; }
  .ml-pc-n35 {
    margin-left: -35px !important; }
  .ml-pc-40 {
    margin-left: 40px !important; }
  .ml-pc-n40 {
    margin-left: -40px !important; }
  .ml-pc-45 {
    margin-left: 45px !important; }
  .ml-pc-n45 {
    margin-left: -45px !important; }
  .ml-pc-50 {
    margin-left: 50px !important; }
  .ml-pc-n50 {
    margin-left: -50px !important; }
  .ml-pc-55 {
    margin-left: 55px !important; }
  .ml-pc-n55 {
    margin-left: -55px !important; }
  .ml-pc-60 {
    margin-left: 60px !important; }
  .ml-pc-n60 {
    margin-left: -60px !important; }
  .ml-pc-65 {
    margin-left: 65px !important; }
  .ml-pc-n65 {
    margin-left: -65px !important; }
  .ml-pc-70 {
    margin-left: 70px !important; }
  .ml-pc-n70 {
    margin-left: -70px !important; }
  .ml-pc-75 {
    margin-left: 75px !important; }
  .ml-pc-n75 {
    margin-left: -75px !important; }
  .ml-pc-80 {
    margin-left: 80px !important; }
  .ml-pc-n80 {
    margin-left: -80px !important; }
  .ml-pc-85 {
    margin-left: 85px !important; }
  .ml-pc-n85 {
    margin-left: -85px !important; }
  .ml-pc-90 {
    margin-left: 90px !important; }
  .ml-pc-n90 {
    margin-left: -90px !important; }
  .ml-pc-95 {
    margin-left: 95px !important; }
  .ml-pc-n95 {
    margin-left: -95px !important; }
  .ml-pc-100 {
    margin-left: 100px !important; }
  .ml-pc-n100 {
    margin-left: -100px !important; }
  .ml-pc-105 {
    margin-left: 105px !important; }
  .ml-pc-n105 {
    margin-left: -105px !important; }
  .ml-pc-110 {
    margin-left: 110px !important; }
  .ml-pc-n110 {
    margin-left: -110px !important; }
  .ml-pc-115 {
    margin-left: 115px !important; }
  .ml-pc-n115 {
    margin-left: -115px !important; }
  .ml-pc-120 {
    margin-left: 120px !important; }
  .ml-pc-n120 {
    margin-left: -120px !important; }
  .ml-pc-125 {
    margin-left: 125px !important; }
  .ml-pc-n125 {
    margin-left: -125px !important; }
  .ml-pc-130 {
    margin-left: 130px !important; }
  .ml-pc-n130 {
    margin-left: -130px !important; }
  .ml-pc-135 {
    margin-left: 135px !important; }
  .ml-pc-n135 {
    margin-left: -135px !important; }
  .ml-pc-140 {
    margin-left: 140px !important; }
  .ml-pc-n140 {
    margin-left: -140px !important; }
  .ml-pc-145 {
    margin-left: 145px !important; }
  .ml-pc-n145 {
    margin-left: -145px !important; }
  .ml-pc-150 {
    margin-left: 150px !important; }
  .ml-pc-n150 {
    margin-left: -150px !important; }
  .px-pc-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-pc-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-pc-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-pc-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-pc-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-pc-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-pc-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-pc-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-pc-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-pc-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-pc-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-pc-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-pc-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-pc-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-pc-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-pc-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-pc-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-pc-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-pc-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-pc-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-pc-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-pc-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-pc-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-pc-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-pc-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-pc-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-pc-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-pc-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-pc-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-pc-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-pc-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-pc-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-pc-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-pc-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-pc-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-pc-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-pc-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-pc-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-pc-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-pc-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-pc-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-pc-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-pc-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-pc-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-pc-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-pc-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-pc-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-pc-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-pc-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-pc-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-pc-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-pc-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-pc-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-pc-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-pc-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-pc-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-pc-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-pc-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-pc-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-pc-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-pc-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-pc-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-pc-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-pc-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-pc-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-pc-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-pc-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-pc-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-pc-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-pc-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-pc-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-pc-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-pc-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-pc-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-pc-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-pc-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-pc-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-pc-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-pc-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-pc-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-pc-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-pc-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-pc-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-pc-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-pc-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-pc-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-pc-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-pc-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-pc-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-pc-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-pc-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-pc-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-pc-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-pc-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-pc-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-pc-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-pc-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-pc-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-pc-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-pc-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-pc-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-pc-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-pc-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-pc-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-pc-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-pc-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-pc-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-pc-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-pc-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-pc-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-pc-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-pc-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-pc-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-pc-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-pc-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-pc-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-pc-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-pc-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-pc-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-pc-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-pc-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-pc-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-pc-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-pc-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-pc-0 {
    padding: 0px !important; }
  .p-pc-n0 {
    padding: 0px !important; }
  .p-pc-5 {
    padding: 5px !important; }
  .p-pc-n5 {
    padding: -5px !important; }
  .p-pc-10 {
    padding: 10px !important; }
  .p-pc-n10 {
    padding: -10px !important; }
  .p-pc-15 {
    padding: 15px !important; }
  .p-pc-n15 {
    padding: -15px !important; }
  .p-pc-20 {
    padding: 20px !important; }
  .p-pc-n20 {
    padding: -20px !important; }
  .p-pc-25 {
    padding: 25px !important; }
  .p-pc-n25 {
    padding: -25px !important; }
  .p-pc-30 {
    padding: 30px !important; }
  .p-pc-n30 {
    padding: -30px !important; }
  .p-pc-35 {
    padding: 35px !important; }
  .p-pc-n35 {
    padding: -35px !important; }
  .p-pc-40 {
    padding: 40px !important; }
  .p-pc-n40 {
    padding: -40px !important; }
  .p-pc-45 {
    padding: 45px !important; }
  .p-pc-n45 {
    padding: -45px !important; }
  .p-pc-50 {
    padding: 50px !important; }
  .p-pc-n50 {
    padding: -50px !important; }
  .p-pc-55 {
    padding: 55px !important; }
  .p-pc-n55 {
    padding: -55px !important; }
  .p-pc-60 {
    padding: 60px !important; }
  .p-pc-n60 {
    padding: -60px !important; }
  .p-pc-65 {
    padding: 65px !important; }
  .p-pc-n65 {
    padding: -65px !important; }
  .p-pc-70 {
    padding: 70px !important; }
  .p-pc-n70 {
    padding: -70px !important; }
  .p-pc-75 {
    padding: 75px !important; }
  .p-pc-n75 {
    padding: -75px !important; }
  .p-pc-80 {
    padding: 80px !important; }
  .p-pc-n80 {
    padding: -80px !important; }
  .p-pc-85 {
    padding: 85px !important; }
  .p-pc-n85 {
    padding: -85px !important; }
  .p-pc-90 {
    padding: 90px !important; }
  .p-pc-n90 {
    padding: -90px !important; }
  .p-pc-95 {
    padding: 95px !important; }
  .p-pc-n95 {
    padding: -95px !important; }
  .p-pc-100 {
    padding: 100px !important; }
  .p-pc-n100 {
    padding: -100px !important; }
  .p-pc-105 {
    padding: 105px !important; }
  .p-pc-n105 {
    padding: -105px !important; }
  .p-pc-110 {
    padding: 110px !important; }
  .p-pc-n110 {
    padding: -110px !important; }
  .p-pc-115 {
    padding: 115px !important; }
  .p-pc-n115 {
    padding: -115px !important; }
  .p-pc-120 {
    padding: 120px !important; }
  .p-pc-n120 {
    padding: -120px !important; }
  .p-pc-125 {
    padding: 125px !important; }
  .p-pc-n125 {
    padding: -125px !important; }
  .p-pc-130 {
    padding: 130px !important; }
  .p-pc-n130 {
    padding: -130px !important; }
  .p-pc-135 {
    padding: 135px !important; }
  .p-pc-n135 {
    padding: -135px !important; }
  .p-pc-140 {
    padding: 140px !important; }
  .p-pc-n140 {
    padding: -140px !important; }
  .p-pc-145 {
    padding: 145px !important; }
  .p-pc-n145 {
    padding: -145px !important; }
  .p-pc-150 {
    padding: 150px !important; }
  .p-pc-n150 {
    padding: -150px !important; }
  .pt-pc-0 {
    padding-top: 0px !important; }
  .pt-pc-n0 {
    padding-top: 0px !important; }
  .pt-pc-5 {
    padding-top: 5px !important; }
  .pt-pc-n5 {
    padding-top: -5px !important; }
  .pt-pc-10 {
    padding-top: 10px !important; }
  .pt-pc-n10 {
    padding-top: -10px !important; }
  .pt-pc-15 {
    padding-top: 15px !important; }
  .pt-pc-n15 {
    padding-top: -15px !important; }
  .pt-pc-20 {
    padding-top: 20px !important; }
  .pt-pc-n20 {
    padding-top: -20px !important; }
  .pt-pc-25 {
    padding-top: 25px !important; }
  .pt-pc-n25 {
    padding-top: -25px !important; }
  .pt-pc-30 {
    padding-top: 30px !important; }
  .pt-pc-n30 {
    padding-top: -30px !important; }
  .pt-pc-35 {
    padding-top: 35px !important; }
  .pt-pc-n35 {
    padding-top: -35px !important; }
  .pt-pc-40 {
    padding-top: 40px !important; }
  .pt-pc-n40 {
    padding-top: -40px !important; }
  .pt-pc-45 {
    padding-top: 45px !important; }
  .pt-pc-n45 {
    padding-top: -45px !important; }
  .pt-pc-50 {
    padding-top: 50px !important; }
  .pt-pc-n50 {
    padding-top: -50px !important; }
  .pt-pc-55 {
    padding-top: 55px !important; }
  .pt-pc-n55 {
    padding-top: -55px !important; }
  .pt-pc-60 {
    padding-top: 60px !important; }
  .pt-pc-n60 {
    padding-top: -60px !important; }
  .pt-pc-65 {
    padding-top: 65px !important; }
  .pt-pc-n65 {
    padding-top: -65px !important; }
  .pt-pc-70 {
    padding-top: 70px !important; }
  .pt-pc-n70 {
    padding-top: -70px !important; }
  .pt-pc-75 {
    padding-top: 75px !important; }
  .pt-pc-n75 {
    padding-top: -75px !important; }
  .pt-pc-80 {
    padding-top: 80px !important; }
  .pt-pc-n80 {
    padding-top: -80px !important; }
  .pt-pc-85 {
    padding-top: 85px !important; }
  .pt-pc-n85 {
    padding-top: -85px !important; }
  .pt-pc-90 {
    padding-top: 90px !important; }
  .pt-pc-n90 {
    padding-top: -90px !important; }
  .pt-pc-95 {
    padding-top: 95px !important; }
  .pt-pc-n95 {
    padding-top: -95px !important; }
  .pt-pc-100 {
    padding-top: 100px !important; }
  .pt-pc-n100 {
    padding-top: -100px !important; }
  .pt-pc-105 {
    padding-top: 105px !important; }
  .pt-pc-n105 {
    padding-top: -105px !important; }
  .pt-pc-110 {
    padding-top: 110px !important; }
  .pt-pc-n110 {
    padding-top: -110px !important; }
  .pt-pc-115 {
    padding-top: 115px !important; }
  .pt-pc-n115 {
    padding-top: -115px !important; }
  .pt-pc-120 {
    padding-top: 120px !important; }
  .pt-pc-n120 {
    padding-top: -120px !important; }
  .pt-pc-125 {
    padding-top: 125px !important; }
  .pt-pc-n125 {
    padding-top: -125px !important; }
  .pt-pc-130 {
    padding-top: 130px !important; }
  .pt-pc-n130 {
    padding-top: -130px !important; }
  .pt-pc-135 {
    padding-top: 135px !important; }
  .pt-pc-n135 {
    padding-top: -135px !important; }
  .pt-pc-140 {
    padding-top: 140px !important; }
  .pt-pc-n140 {
    padding-top: -140px !important; }
  .pt-pc-145 {
    padding-top: 145px !important; }
  .pt-pc-n145 {
    padding-top: -145px !important; }
  .pt-pc-150 {
    padding-top: 150px !important; }
  .pt-pc-n150 {
    padding-top: -150px !important; }
  .pr-pc-0 {
    padding-right: 0px !important; }
  .pr-pc-n0 {
    padding-right: 0px !important; }
  .pr-pc-5 {
    padding-right: 5px !important; }
  .pr-pc-n5 {
    padding-right: -5px !important; }
  .pr-pc-10 {
    padding-right: 10px !important; }
  .pr-pc-n10 {
    padding-right: -10px !important; }
  .pr-pc-15 {
    padding-right: 15px !important; }
  .pr-pc-n15 {
    padding-right: -15px !important; }
  .pr-pc-20 {
    padding-right: 20px !important; }
  .pr-pc-n20 {
    padding-right: -20px !important; }
  .pr-pc-25 {
    padding-right: 25px !important; }
  .pr-pc-n25 {
    padding-right: -25px !important; }
  .pr-pc-30 {
    padding-right: 30px !important; }
  .pr-pc-n30 {
    padding-right: -30px !important; }
  .pr-pc-35 {
    padding-right: 35px !important; }
  .pr-pc-n35 {
    padding-right: -35px !important; }
  .pr-pc-40 {
    padding-right: 40px !important; }
  .pr-pc-n40 {
    padding-right: -40px !important; }
  .pr-pc-45 {
    padding-right: 45px !important; }
  .pr-pc-n45 {
    padding-right: -45px !important; }
  .pr-pc-50 {
    padding-right: 50px !important; }
  .pr-pc-n50 {
    padding-right: -50px !important; }
  .pr-pc-55 {
    padding-right: 55px !important; }
  .pr-pc-n55 {
    padding-right: -55px !important; }
  .pr-pc-60 {
    padding-right: 60px !important; }
  .pr-pc-n60 {
    padding-right: -60px !important; }
  .pr-pc-65 {
    padding-right: 65px !important; }
  .pr-pc-n65 {
    padding-right: -65px !important; }
  .pr-pc-70 {
    padding-right: 70px !important; }
  .pr-pc-n70 {
    padding-right: -70px !important; }
  .pr-pc-75 {
    padding-right: 75px !important; }
  .pr-pc-n75 {
    padding-right: -75px !important; }
  .pr-pc-80 {
    padding-right: 80px !important; }
  .pr-pc-n80 {
    padding-right: -80px !important; }
  .pr-pc-85 {
    padding-right: 85px !important; }
  .pr-pc-n85 {
    padding-right: -85px !important; }
  .pr-pc-90 {
    padding-right: 90px !important; }
  .pr-pc-n90 {
    padding-right: -90px !important; }
  .pr-pc-95 {
    padding-right: 95px !important; }
  .pr-pc-n95 {
    padding-right: -95px !important; }
  .pr-pc-100 {
    padding-right: 100px !important; }
  .pr-pc-n100 {
    padding-right: -100px !important; }
  .pr-pc-105 {
    padding-right: 105px !important; }
  .pr-pc-n105 {
    padding-right: -105px !important; }
  .pr-pc-110 {
    padding-right: 110px !important; }
  .pr-pc-n110 {
    padding-right: -110px !important; }
  .pr-pc-115 {
    padding-right: 115px !important; }
  .pr-pc-n115 {
    padding-right: -115px !important; }
  .pr-pc-120 {
    padding-right: 120px !important; }
  .pr-pc-n120 {
    padding-right: -120px !important; }
  .pr-pc-125 {
    padding-right: 125px !important; }
  .pr-pc-n125 {
    padding-right: -125px !important; }
  .pr-pc-130 {
    padding-right: 130px !important; }
  .pr-pc-n130 {
    padding-right: -130px !important; }
  .pr-pc-135 {
    padding-right: 135px !important; }
  .pr-pc-n135 {
    padding-right: -135px !important; }
  .pr-pc-140 {
    padding-right: 140px !important; }
  .pr-pc-n140 {
    padding-right: -140px !important; }
  .pr-pc-145 {
    padding-right: 145px !important; }
  .pr-pc-n145 {
    padding-right: -145px !important; }
  .pr-pc-150 {
    padding-right: 150px !important; }
  .pr-pc-n150 {
    padding-right: -150px !important; }
  .pb-pc-0 {
    padding-bottom: 0px !important; }
  .pb-pc-n0 {
    padding-bottom: 0px !important; }
  .pb-pc-5 {
    padding-bottom: 5px !important; }
  .pb-pc-n5 {
    padding-bottom: -5px !important; }
  .pb-pc-10 {
    padding-bottom: 10px !important; }
  .pb-pc-n10 {
    padding-bottom: -10px !important; }
  .pb-pc-15 {
    padding-bottom: 15px !important; }
  .pb-pc-n15 {
    padding-bottom: -15px !important; }
  .pb-pc-20 {
    padding-bottom: 20px !important; }
  .pb-pc-n20 {
    padding-bottom: -20px !important; }
  .pb-pc-25 {
    padding-bottom: 25px !important; }
  .pb-pc-n25 {
    padding-bottom: -25px !important; }
  .pb-pc-30 {
    padding-bottom: 30px !important; }
  .pb-pc-n30 {
    padding-bottom: -30px !important; }
  .pb-pc-35 {
    padding-bottom: 35px !important; }
  .pb-pc-n35 {
    padding-bottom: -35px !important; }
  .pb-pc-40 {
    padding-bottom: 40px !important; }
  .pb-pc-n40 {
    padding-bottom: -40px !important; }
  .pb-pc-45 {
    padding-bottom: 45px !important; }
  .pb-pc-n45 {
    padding-bottom: -45px !important; }
  .pb-pc-50 {
    padding-bottom: 50px !important; }
  .pb-pc-n50 {
    padding-bottom: -50px !important; }
  .pb-pc-55 {
    padding-bottom: 55px !important; }
  .pb-pc-n55 {
    padding-bottom: -55px !important; }
  .pb-pc-60 {
    padding-bottom: 60px !important; }
  .pb-pc-n60 {
    padding-bottom: -60px !important; }
  .pb-pc-65 {
    padding-bottom: 65px !important; }
  .pb-pc-n65 {
    padding-bottom: -65px !important; }
  .pb-pc-70 {
    padding-bottom: 70px !important; }
  .pb-pc-n70 {
    padding-bottom: -70px !important; }
  .pb-pc-75 {
    padding-bottom: 75px !important; }
  .pb-pc-n75 {
    padding-bottom: -75px !important; }
  .pb-pc-80 {
    padding-bottom: 80px !important; }
  .pb-pc-n80 {
    padding-bottom: -80px !important; }
  .pb-pc-85 {
    padding-bottom: 85px !important; }
  .pb-pc-n85 {
    padding-bottom: -85px !important; }
  .pb-pc-90 {
    padding-bottom: 90px !important; }
  .pb-pc-n90 {
    padding-bottom: -90px !important; }
  .pb-pc-95 {
    padding-bottom: 95px !important; }
  .pb-pc-n95 {
    padding-bottom: -95px !important; }
  .pb-pc-100 {
    padding-bottom: 100px !important; }
  .pb-pc-n100 {
    padding-bottom: -100px !important; }
  .pb-pc-105 {
    padding-bottom: 105px !important; }
  .pb-pc-n105 {
    padding-bottom: -105px !important; }
  .pb-pc-110 {
    padding-bottom: 110px !important; }
  .pb-pc-n110 {
    padding-bottom: -110px !important; }
  .pb-pc-115 {
    padding-bottom: 115px !important; }
  .pb-pc-n115 {
    padding-bottom: -115px !important; }
  .pb-pc-120 {
    padding-bottom: 120px !important; }
  .pb-pc-n120 {
    padding-bottom: -120px !important; }
  .pb-pc-125 {
    padding-bottom: 125px !important; }
  .pb-pc-n125 {
    padding-bottom: -125px !important; }
  .pb-pc-130 {
    padding-bottom: 130px !important; }
  .pb-pc-n130 {
    padding-bottom: -130px !important; }
  .pb-pc-135 {
    padding-bottom: 135px !important; }
  .pb-pc-n135 {
    padding-bottom: -135px !important; }
  .pb-pc-140 {
    padding-bottom: 140px !important; }
  .pb-pc-n140 {
    padding-bottom: -140px !important; }
  .pb-pc-145 {
    padding-bottom: 145px !important; }
  .pb-pc-n145 {
    padding-bottom: -145px !important; }
  .pb-pc-150 {
    padding-bottom: 150px !important; }
  .pb-pc-n150 {
    padding-bottom: -150px !important; }
  .pl-pc-0 {
    padding-left: 0px !important; }
  .pl-pc-n0 {
    padding-left: 0px !important; }
  .pl-pc-5 {
    padding-left: 5px !important; }
  .pl-pc-n5 {
    padding-left: -5px !important; }
  .pl-pc-10 {
    padding-left: 10px !important; }
  .pl-pc-n10 {
    padding-left: -10px !important; }
  .pl-pc-15 {
    padding-left: 15px !important; }
  .pl-pc-n15 {
    padding-left: -15px !important; }
  .pl-pc-20 {
    padding-left: 20px !important; }
  .pl-pc-n20 {
    padding-left: -20px !important; }
  .pl-pc-25 {
    padding-left: 25px !important; }
  .pl-pc-n25 {
    padding-left: -25px !important; }
  .pl-pc-30 {
    padding-left: 30px !important; }
  .pl-pc-n30 {
    padding-left: -30px !important; }
  .pl-pc-35 {
    padding-left: 35px !important; }
  .pl-pc-n35 {
    padding-left: -35px !important; }
  .pl-pc-40 {
    padding-left: 40px !important; }
  .pl-pc-n40 {
    padding-left: -40px !important; }
  .pl-pc-45 {
    padding-left: 45px !important; }
  .pl-pc-n45 {
    padding-left: -45px !important; }
  .pl-pc-50 {
    padding-left: 50px !important; }
  .pl-pc-n50 {
    padding-left: -50px !important; }
  .pl-pc-55 {
    padding-left: 55px !important; }
  .pl-pc-n55 {
    padding-left: -55px !important; }
  .pl-pc-60 {
    padding-left: 60px !important; }
  .pl-pc-n60 {
    padding-left: -60px !important; }
  .pl-pc-65 {
    padding-left: 65px !important; }
  .pl-pc-n65 {
    padding-left: -65px !important; }
  .pl-pc-70 {
    padding-left: 70px !important; }
  .pl-pc-n70 {
    padding-left: -70px !important; }
  .pl-pc-75 {
    padding-left: 75px !important; }
  .pl-pc-n75 {
    padding-left: -75px !important; }
  .pl-pc-80 {
    padding-left: 80px !important; }
  .pl-pc-n80 {
    padding-left: -80px !important; }
  .pl-pc-85 {
    padding-left: 85px !important; }
  .pl-pc-n85 {
    padding-left: -85px !important; }
  .pl-pc-90 {
    padding-left: 90px !important; }
  .pl-pc-n90 {
    padding-left: -90px !important; }
  .pl-pc-95 {
    padding-left: 95px !important; }
  .pl-pc-n95 {
    padding-left: -95px !important; }
  .pl-pc-100 {
    padding-left: 100px !important; }
  .pl-pc-n100 {
    padding-left: -100px !important; }
  .pl-pc-105 {
    padding-left: 105px !important; }
  .pl-pc-n105 {
    padding-left: -105px !important; }
  .pl-pc-110 {
    padding-left: 110px !important; }
  .pl-pc-n110 {
    padding-left: -110px !important; }
  .pl-pc-115 {
    padding-left: 115px !important; }
  .pl-pc-n115 {
    padding-left: -115px !important; }
  .pl-pc-120 {
    padding-left: 120px !important; }
  .pl-pc-n120 {
    padding-left: -120px !important; }
  .pl-pc-125 {
    padding-left: 125px !important; }
  .pl-pc-n125 {
    padding-left: -125px !important; }
  .pl-pc-130 {
    padding-left: 130px !important; }
  .pl-pc-n130 {
    padding-left: -130px !important; }
  .pl-pc-135 {
    padding-left: 135px !important; }
  .pl-pc-n135 {
    padding-left: -135px !important; }
  .pl-pc-140 {
    padding-left: 140px !important; }
  .pl-pc-n140 {
    padding-left: -140px !important; }
  .pl-pc-145 {
    padding-left: 145px !important; }
  .pl-pc-n145 {
    padding-left: -145px !important; }
  .pl-pc-150 {
    padding-left: 150px !important; }
  .pl-pc-n150 {
    padding-left: -150px !important; } }

@media (min-width: 1200px) {
  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-lg-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-lg-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-lg-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-lg-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-lg-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-lg-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-lg-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-lg-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-lg-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-lg-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-lg-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-lg-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-lg-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-lg-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-lg-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-lg-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-lg-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-lg-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-lg-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-lg-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-lg-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-lg-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-lg-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-lg-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-lg-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-lg-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-lg-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-lg-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-lg-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-lg-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-lg-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-lg-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-lg-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-lg-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-lg-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-lg-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-lg-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-lg-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-lg-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-lg-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-lg-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-lg-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-lg-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-lg-0 {
    margin: 0px !important; }
  .m-lg-n0 {
    margin: 0px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .m-lg-n35 {
    margin: -35px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .m-lg-n55 {
    margin: -55px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .m-lg-n65 {
    margin: -65px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .m-lg-n75 {
    margin: -75px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .m-lg-85 {
    margin: 85px !important; }
  .m-lg-n85 {
    margin: -85px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .m-lg-n90 {
    margin: -90px !important; }
  .m-lg-95 {
    margin: 95px !important; }
  .m-lg-n95 {
    margin: -95px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .m-lg-n100 {
    margin: -100px !important; }
  .m-lg-105 {
    margin: 105px !important; }
  .m-lg-n105 {
    margin: -105px !important; }
  .m-lg-110 {
    margin: 110px !important; }
  .m-lg-n110 {
    margin: -110px !important; }
  .m-lg-115 {
    margin: 115px !important; }
  .m-lg-n115 {
    margin: -115px !important; }
  .m-lg-120 {
    margin: 120px !important; }
  .m-lg-n120 {
    margin: -120px !important; }
  .m-lg-125 {
    margin: 125px !important; }
  .m-lg-n125 {
    margin: -125px !important; }
  .m-lg-130 {
    margin: 130px !important; }
  .m-lg-n130 {
    margin: -130px !important; }
  .m-lg-135 {
    margin: 135px !important; }
  .m-lg-n135 {
    margin: -135px !important; }
  .m-lg-140 {
    margin: 140px !important; }
  .m-lg-n140 {
    margin: -140px !important; }
  .m-lg-145 {
    margin: 145px !important; }
  .m-lg-n145 {
    margin: -145px !important; }
  .m-lg-150 {
    margin: 150px !important; }
  .m-lg-n150 {
    margin: -150px !important; }
  .mt-lg-0 {
    margin-top: 0px !important; }
  .mt-lg-n0 {
    margin-top: 0px !important; }
  .mt-lg-5 {
    margin-top: 5px !important; }
  .mt-lg-n5 {
    margin-top: -5px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-n10 {
    margin-top: -10px !important; }
  .mt-lg-15 {
    margin-top: 15px !important; }
  .mt-lg-n15 {
    margin-top: -15px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-n20 {
    margin-top: -20px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-n25 {
    margin-top: -25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-n30 {
    margin-top: -30px !important; }
  .mt-lg-35 {
    margin-top: 35px !important; }
  .mt-lg-n35 {
    margin-top: -35px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-n40 {
    margin-top: -40px !important; }
  .mt-lg-45 {
    margin-top: 45px !important; }
  .mt-lg-n45 {
    margin-top: -45px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-n50 {
    margin-top: -50px !important; }
  .mt-lg-55 {
    margin-top: 55px !important; }
  .mt-lg-n55 {
    margin-top: -55px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-n60 {
    margin-top: -60px !important; }
  .mt-lg-65 {
    margin-top: 65px !important; }
  .mt-lg-n65 {
    margin-top: -65px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-n70 {
    margin-top: -70px !important; }
  .mt-lg-75 {
    margin-top: 75px !important; }
  .mt-lg-n75 {
    margin-top: -75px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-n80 {
    margin-top: -80px !important; }
  .mt-lg-85 {
    margin-top: 85px !important; }
  .mt-lg-n85 {
    margin-top: -85px !important; }
  .mt-lg-90 {
    margin-top: 90px !important; }
  .mt-lg-n90 {
    margin-top: -90px !important; }
  .mt-lg-95 {
    margin-top: 95px !important; }
  .mt-lg-n95 {
    margin-top: -95px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; }
  .mt-lg-n100 {
    margin-top: -100px !important; }
  .mt-lg-105 {
    margin-top: 105px !important; }
  .mt-lg-n105 {
    margin-top: -105px !important; }
  .mt-lg-110 {
    margin-top: 110px !important; }
  .mt-lg-n110 {
    margin-top: -110px !important; }
  .mt-lg-115 {
    margin-top: 115px !important; }
  .mt-lg-n115 {
    margin-top: -115px !important; }
  .mt-lg-120 {
    margin-top: 120px !important; }
  .mt-lg-n120 {
    margin-top: -120px !important; }
  .mt-lg-125 {
    margin-top: 125px !important; }
  .mt-lg-n125 {
    margin-top: -125px !important; }
  .mt-lg-130 {
    margin-top: 130px !important; }
  .mt-lg-n130 {
    margin-top: -130px !important; }
  .mt-lg-135 {
    margin-top: 135px !important; }
  .mt-lg-n135 {
    margin-top: -135px !important; }
  .mt-lg-140 {
    margin-top: 140px !important; }
  .mt-lg-n140 {
    margin-top: -140px !important; }
  .mt-lg-145 {
    margin-top: 145px !important; }
  .mt-lg-n145 {
    margin-top: -145px !important; }
  .mt-lg-150 {
    margin-top: 150px !important; }
  .mt-lg-n150 {
    margin-top: -150px !important; }
  .mr-lg-0 {
    margin-right: 0px !important; }
  .mr-lg-n0 {
    margin-right: 0px !important; }
  .mr-lg-5 {
    margin-right: 5px !important; }
  .mr-lg-n5 {
    margin-right: -5px !important; }
  .mr-lg-10 {
    margin-right: 10px !important; }
  .mr-lg-n10 {
    margin-right: -10px !important; }
  .mr-lg-15 {
    margin-right: 15px !important; }
  .mr-lg-n15 {
    margin-right: -15px !important; }
  .mr-lg-20 {
    margin-right: 20px !important; }
  .mr-lg-n20 {
    margin-right: -20px !important; }
  .mr-lg-25 {
    margin-right: 25px !important; }
  .mr-lg-n25 {
    margin-right: -25px !important; }
  .mr-lg-30 {
    margin-right: 30px !important; }
  .mr-lg-n30 {
    margin-right: -30px !important; }
  .mr-lg-35 {
    margin-right: 35px !important; }
  .mr-lg-n35 {
    margin-right: -35px !important; }
  .mr-lg-40 {
    margin-right: 40px !important; }
  .mr-lg-n40 {
    margin-right: -40px !important; }
  .mr-lg-45 {
    margin-right: 45px !important; }
  .mr-lg-n45 {
    margin-right: -45px !important; }
  .mr-lg-50 {
    margin-right: 50px !important; }
  .mr-lg-n50 {
    margin-right: -50px !important; }
  .mr-lg-55 {
    margin-right: 55px !important; }
  .mr-lg-n55 {
    margin-right: -55px !important; }
  .mr-lg-60 {
    margin-right: 60px !important; }
  .mr-lg-n60 {
    margin-right: -60px !important; }
  .mr-lg-65 {
    margin-right: 65px !important; }
  .mr-lg-n65 {
    margin-right: -65px !important; }
  .mr-lg-70 {
    margin-right: 70px !important; }
  .mr-lg-n70 {
    margin-right: -70px !important; }
  .mr-lg-75 {
    margin-right: 75px !important; }
  .mr-lg-n75 {
    margin-right: -75px !important; }
  .mr-lg-80 {
    margin-right: 80px !important; }
  .mr-lg-n80 {
    margin-right: -80px !important; }
  .mr-lg-85 {
    margin-right: 85px !important; }
  .mr-lg-n85 {
    margin-right: -85px !important; }
  .mr-lg-90 {
    margin-right: 90px !important; }
  .mr-lg-n90 {
    margin-right: -90px !important; }
  .mr-lg-95 {
    margin-right: 95px !important; }
  .mr-lg-n95 {
    margin-right: -95px !important; }
  .mr-lg-100 {
    margin-right: 100px !important; }
  .mr-lg-n100 {
    margin-right: -100px !important; }
  .mr-lg-105 {
    margin-right: 105px !important; }
  .mr-lg-n105 {
    margin-right: -105px !important; }
  .mr-lg-110 {
    margin-right: 110px !important; }
  .mr-lg-n110 {
    margin-right: -110px !important; }
  .mr-lg-115 {
    margin-right: 115px !important; }
  .mr-lg-n115 {
    margin-right: -115px !important; }
  .mr-lg-120 {
    margin-right: 120px !important; }
  .mr-lg-n120 {
    margin-right: -120px !important; }
  .mr-lg-125 {
    margin-right: 125px !important; }
  .mr-lg-n125 {
    margin-right: -125px !important; }
  .mr-lg-130 {
    margin-right: 130px !important; }
  .mr-lg-n130 {
    margin-right: -130px !important; }
  .mr-lg-135 {
    margin-right: 135px !important; }
  .mr-lg-n135 {
    margin-right: -135px !important; }
  .mr-lg-140 {
    margin-right: 140px !important; }
  .mr-lg-n140 {
    margin-right: -140px !important; }
  .mr-lg-145 {
    margin-right: 145px !important; }
  .mr-lg-n145 {
    margin-right: -145px !important; }
  .mr-lg-150 {
    margin-right: 150px !important; }
  .mr-lg-n150 {
    margin-right: -150px !important; }
  .mb-lg-0 {
    margin-bottom: 0px !important; }
  .mb-lg-n0 {
    margin-bottom: 0px !important; }
  .mb-lg-5 {
    margin-bottom: 5px !important; }
  .mb-lg-n5 {
    margin-bottom: -5px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-n10 {
    margin-bottom: -10px !important; }
  .mb-lg-15 {
    margin-bottom: 15px !important; }
  .mb-lg-n15 {
    margin-bottom: -15px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-n20 {
    margin-bottom: -20px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-n25 {
    margin-bottom: -25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-n30 {
    margin-bottom: -30px !important; }
  .mb-lg-35 {
    margin-bottom: 35px !important; }
  .mb-lg-n35 {
    margin-bottom: -35px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-n40 {
    margin-bottom: -40px !important; }
  .mb-lg-45 {
    margin-bottom: 45px !important; }
  .mb-lg-n45 {
    margin-bottom: -45px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-n50 {
    margin-bottom: -50px !important; }
  .mb-lg-55 {
    margin-bottom: 55px !important; }
  .mb-lg-n55 {
    margin-bottom: -55px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-n60 {
    margin-bottom: -60px !important; }
  .mb-lg-65 {
    margin-bottom: 65px !important; }
  .mb-lg-n65 {
    margin-bottom: -65px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-n70 {
    margin-bottom: -70px !important; }
  .mb-lg-75 {
    margin-bottom: 75px !important; }
  .mb-lg-n75 {
    margin-bottom: -75px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-n80 {
    margin-bottom: -80px !important; }
  .mb-lg-85 {
    margin-bottom: 85px !important; }
  .mb-lg-n85 {
    margin-bottom: -85px !important; }
  .mb-lg-90 {
    margin-bottom: 90px !important; }
  .mb-lg-n90 {
    margin-bottom: -90px !important; }
  .mb-lg-95 {
    margin-bottom: 95px !important; }
  .mb-lg-n95 {
    margin-bottom: -95px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; }
  .mb-lg-n100 {
    margin-bottom: -100px !important; }
  .mb-lg-105 {
    margin-bottom: 105px !important; }
  .mb-lg-n105 {
    margin-bottom: -105px !important; }
  .mb-lg-110 {
    margin-bottom: 110px !important; }
  .mb-lg-n110 {
    margin-bottom: -110px !important; }
  .mb-lg-115 {
    margin-bottom: 115px !important; }
  .mb-lg-n115 {
    margin-bottom: -115px !important; }
  .mb-lg-120 {
    margin-bottom: 120px !important; }
  .mb-lg-n120 {
    margin-bottom: -120px !important; }
  .mb-lg-125 {
    margin-bottom: 125px !important; }
  .mb-lg-n125 {
    margin-bottom: -125px !important; }
  .mb-lg-130 {
    margin-bottom: 130px !important; }
  .mb-lg-n130 {
    margin-bottom: -130px !important; }
  .mb-lg-135 {
    margin-bottom: 135px !important; }
  .mb-lg-n135 {
    margin-bottom: -135px !important; }
  .mb-lg-140 {
    margin-bottom: 140px !important; }
  .mb-lg-n140 {
    margin-bottom: -140px !important; }
  .mb-lg-145 {
    margin-bottom: 145px !important; }
  .mb-lg-n145 {
    margin-bottom: -145px !important; }
  .mb-lg-150 {
    margin-bottom: 150px !important; }
  .mb-lg-n150 {
    margin-bottom: -150px !important; }
  .ml-lg-0 {
    margin-left: 0px !important; }
  .ml-lg-n0 {
    margin-left: 0px !important; }
  .ml-lg-5 {
    margin-left: 5px !important; }
  .ml-lg-n5 {
    margin-left: -5px !important; }
  .ml-lg-10 {
    margin-left: 10px !important; }
  .ml-lg-n10 {
    margin-left: -10px !important; }
  .ml-lg-15 {
    margin-left: 15px !important; }
  .ml-lg-n15 {
    margin-left: -15px !important; }
  .ml-lg-20 {
    margin-left: 20px !important; }
  .ml-lg-n20 {
    margin-left: -20px !important; }
  .ml-lg-25 {
    margin-left: 25px !important; }
  .ml-lg-n25 {
    margin-left: -25px !important; }
  .ml-lg-30 {
    margin-left: 30px !important; }
  .ml-lg-n30 {
    margin-left: -30px !important; }
  .ml-lg-35 {
    margin-left: 35px !important; }
  .ml-lg-n35 {
    margin-left: -35px !important; }
  .ml-lg-40 {
    margin-left: 40px !important; }
  .ml-lg-n40 {
    margin-left: -40px !important; }
  .ml-lg-45 {
    margin-left: 45px !important; }
  .ml-lg-n45 {
    margin-left: -45px !important; }
  .ml-lg-50 {
    margin-left: 50px !important; }
  .ml-lg-n50 {
    margin-left: -50px !important; }
  .ml-lg-55 {
    margin-left: 55px !important; }
  .ml-lg-n55 {
    margin-left: -55px !important; }
  .ml-lg-60 {
    margin-left: 60px !important; }
  .ml-lg-n60 {
    margin-left: -60px !important; }
  .ml-lg-65 {
    margin-left: 65px !important; }
  .ml-lg-n65 {
    margin-left: -65px !important; }
  .ml-lg-70 {
    margin-left: 70px !important; }
  .ml-lg-n70 {
    margin-left: -70px !important; }
  .ml-lg-75 {
    margin-left: 75px !important; }
  .ml-lg-n75 {
    margin-left: -75px !important; }
  .ml-lg-80 {
    margin-left: 80px !important; }
  .ml-lg-n80 {
    margin-left: -80px !important; }
  .ml-lg-85 {
    margin-left: 85px !important; }
  .ml-lg-n85 {
    margin-left: -85px !important; }
  .ml-lg-90 {
    margin-left: 90px !important; }
  .ml-lg-n90 {
    margin-left: -90px !important; }
  .ml-lg-95 {
    margin-left: 95px !important; }
  .ml-lg-n95 {
    margin-left: -95px !important; }
  .ml-lg-100 {
    margin-left: 100px !important; }
  .ml-lg-n100 {
    margin-left: -100px !important; }
  .ml-lg-105 {
    margin-left: 105px !important; }
  .ml-lg-n105 {
    margin-left: -105px !important; }
  .ml-lg-110 {
    margin-left: 110px !important; }
  .ml-lg-n110 {
    margin-left: -110px !important; }
  .ml-lg-115 {
    margin-left: 115px !important; }
  .ml-lg-n115 {
    margin-left: -115px !important; }
  .ml-lg-120 {
    margin-left: 120px !important; }
  .ml-lg-n120 {
    margin-left: -120px !important; }
  .ml-lg-125 {
    margin-left: 125px !important; }
  .ml-lg-n125 {
    margin-left: -125px !important; }
  .ml-lg-130 {
    margin-left: 130px !important; }
  .ml-lg-n130 {
    margin-left: -130px !important; }
  .ml-lg-135 {
    margin-left: 135px !important; }
  .ml-lg-n135 {
    margin-left: -135px !important; }
  .ml-lg-140 {
    margin-left: 140px !important; }
  .ml-lg-n140 {
    margin-left: -140px !important; }
  .ml-lg-145 {
    margin-left: 145px !important; }
  .ml-lg-n145 {
    margin-left: -145px !important; }
  .ml-lg-150 {
    margin-left: 150px !important; }
  .ml-lg-n150 {
    margin-left: -150px !important; }
  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-lg-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-lg-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-lg-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-lg-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-lg-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-lg-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-lg-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-lg-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-lg-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-lg-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-lg-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-lg-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-lg-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-lg-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-lg-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-lg-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-lg-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-lg-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-lg-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-lg-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-lg-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-lg-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-lg-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-lg-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-lg-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-lg-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-lg-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-lg-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-lg-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-lg-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-lg-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-lg-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-lg-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-lg-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-lg-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-lg-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-lg-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-lg-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-lg-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-lg-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-lg-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-lg-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-lg-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-lg-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-lg-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-lg-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-lg-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-lg-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-lg-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-lg-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-lg-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-lg-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-lg-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-lg-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-lg-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-lg-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-lg-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-lg-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-lg-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-lg-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-lg-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-lg-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-lg-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-lg-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-lg-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-lg-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-lg-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-lg-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-lg-0 {
    padding: 0px !important; }
  .p-lg-n0 {
    padding: 0px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .p-lg-n5 {
    padding: -5px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-n10 {
    padding: -10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .p-lg-n15 {
    padding: -15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-n20 {
    padding: -20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .p-lg-n25 {
    padding: -25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-n30 {
    padding: -30px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .p-lg-n35 {
    padding: -35px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-n40 {
    padding: -40px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .p-lg-n45 {
    padding: -45px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-n50 {
    padding: -50px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .p-lg-n55 {
    padding: -55px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-n60 {
    padding: -60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .p-lg-n65 {
    padding: -65px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-n70 {
    padding: -70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .p-lg-n75 {
    padding: -75px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .p-lg-n80 {
    padding: -80px !important; }
  .p-lg-85 {
    padding: 85px !important; }
  .p-lg-n85 {
    padding: -85px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .p-lg-n90 {
    padding: -90px !important; }
  .p-lg-95 {
    padding: 95px !important; }
  .p-lg-n95 {
    padding: -95px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .p-lg-n100 {
    padding: -100px !important; }
  .p-lg-105 {
    padding: 105px !important; }
  .p-lg-n105 {
    padding: -105px !important; }
  .p-lg-110 {
    padding: 110px !important; }
  .p-lg-n110 {
    padding: -110px !important; }
  .p-lg-115 {
    padding: 115px !important; }
  .p-lg-n115 {
    padding: -115px !important; }
  .p-lg-120 {
    padding: 120px !important; }
  .p-lg-n120 {
    padding: -120px !important; }
  .p-lg-125 {
    padding: 125px !important; }
  .p-lg-n125 {
    padding: -125px !important; }
  .p-lg-130 {
    padding: 130px !important; }
  .p-lg-n130 {
    padding: -130px !important; }
  .p-lg-135 {
    padding: 135px !important; }
  .p-lg-n135 {
    padding: -135px !important; }
  .p-lg-140 {
    padding: 140px !important; }
  .p-lg-n140 {
    padding: -140px !important; }
  .p-lg-145 {
    padding: 145px !important; }
  .p-lg-n145 {
    padding: -145px !important; }
  .p-lg-150 {
    padding: 150px !important; }
  .p-lg-n150 {
    padding: -150px !important; }
  .pt-lg-0 {
    padding-top: 0px !important; }
  .pt-lg-n0 {
    padding-top: 0px !important; }
  .pt-lg-5 {
    padding-top: 5px !important; }
  .pt-lg-n5 {
    padding-top: -5px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-n10 {
    padding-top: -10px !important; }
  .pt-lg-15 {
    padding-top: 15px !important; }
  .pt-lg-n15 {
    padding-top: -15px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-n20 {
    padding-top: -20px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-n25 {
    padding-top: -25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-n30 {
    padding-top: -30px !important; }
  .pt-lg-35 {
    padding-top: 35px !important; }
  .pt-lg-n35 {
    padding-top: -35px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-n40 {
    padding-top: -40px !important; }
  .pt-lg-45 {
    padding-top: 45px !important; }
  .pt-lg-n45 {
    padding-top: -45px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-n50 {
    padding-top: -50px !important; }
  .pt-lg-55 {
    padding-top: 55px !important; }
  .pt-lg-n55 {
    padding-top: -55px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-n60 {
    padding-top: -60px !important; }
  .pt-lg-65 {
    padding-top: 65px !important; }
  .pt-lg-n65 {
    padding-top: -65px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-n70 {
    padding-top: -70px !important; }
  .pt-lg-75 {
    padding-top: 75px !important; }
  .pt-lg-n75 {
    padding-top: -75px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pt-lg-n80 {
    padding-top: -80px !important; }
  .pt-lg-85 {
    padding-top: 85px !important; }
  .pt-lg-n85 {
    padding-top: -85px !important; }
  .pt-lg-90 {
    padding-top: 90px !important; }
  .pt-lg-n90 {
    padding-top: -90px !important; }
  .pt-lg-95 {
    padding-top: 95px !important; }
  .pt-lg-n95 {
    padding-top: -95px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; }
  .pt-lg-n100 {
    padding-top: -100px !important; }
  .pt-lg-105 {
    padding-top: 105px !important; }
  .pt-lg-n105 {
    padding-top: -105px !important; }
  .pt-lg-110 {
    padding-top: 110px !important; }
  .pt-lg-n110 {
    padding-top: -110px !important; }
  .pt-lg-115 {
    padding-top: 115px !important; }
  .pt-lg-n115 {
    padding-top: -115px !important; }
  .pt-lg-120 {
    padding-top: 120px !important; }
  .pt-lg-n120 {
    padding-top: -120px !important; }
  .pt-lg-125 {
    padding-top: 125px !important; }
  .pt-lg-n125 {
    padding-top: -125px !important; }
  .pt-lg-130 {
    padding-top: 130px !important; }
  .pt-lg-n130 {
    padding-top: -130px !important; }
  .pt-lg-135 {
    padding-top: 135px !important; }
  .pt-lg-n135 {
    padding-top: -135px !important; }
  .pt-lg-140 {
    padding-top: 140px !important; }
  .pt-lg-n140 {
    padding-top: -140px !important; }
  .pt-lg-145 {
    padding-top: 145px !important; }
  .pt-lg-n145 {
    padding-top: -145px !important; }
  .pt-lg-150 {
    padding-top: 150px !important; }
  .pt-lg-n150 {
    padding-top: -150px !important; }
  .pr-lg-0 {
    padding-right: 0px !important; }
  .pr-lg-n0 {
    padding-right: 0px !important; }
  .pr-lg-5 {
    padding-right: 5px !important; }
  .pr-lg-n5 {
    padding-right: -5px !important; }
  .pr-lg-10 {
    padding-right: 10px !important; }
  .pr-lg-n10 {
    padding-right: -10px !important; }
  .pr-lg-15 {
    padding-right: 15px !important; }
  .pr-lg-n15 {
    padding-right: -15px !important; }
  .pr-lg-20 {
    padding-right: 20px !important; }
  .pr-lg-n20 {
    padding-right: -20px !important; }
  .pr-lg-25 {
    padding-right: 25px !important; }
  .pr-lg-n25 {
    padding-right: -25px !important; }
  .pr-lg-30 {
    padding-right: 30px !important; }
  .pr-lg-n30 {
    padding-right: -30px !important; }
  .pr-lg-35 {
    padding-right: 35px !important; }
  .pr-lg-n35 {
    padding-right: -35px !important; }
  .pr-lg-40 {
    padding-right: 40px !important; }
  .pr-lg-n40 {
    padding-right: -40px !important; }
  .pr-lg-45 {
    padding-right: 45px !important; }
  .pr-lg-n45 {
    padding-right: -45px !important; }
  .pr-lg-50 {
    padding-right: 50px !important; }
  .pr-lg-n50 {
    padding-right: -50px !important; }
  .pr-lg-55 {
    padding-right: 55px !important; }
  .pr-lg-n55 {
    padding-right: -55px !important; }
  .pr-lg-60 {
    padding-right: 60px !important; }
  .pr-lg-n60 {
    padding-right: -60px !important; }
  .pr-lg-65 {
    padding-right: 65px !important; }
  .pr-lg-n65 {
    padding-right: -65px !important; }
  .pr-lg-70 {
    padding-right: 70px !important; }
  .pr-lg-n70 {
    padding-right: -70px !important; }
  .pr-lg-75 {
    padding-right: 75px !important; }
  .pr-lg-n75 {
    padding-right: -75px !important; }
  .pr-lg-80 {
    padding-right: 80px !important; }
  .pr-lg-n80 {
    padding-right: -80px !important; }
  .pr-lg-85 {
    padding-right: 85px !important; }
  .pr-lg-n85 {
    padding-right: -85px !important; }
  .pr-lg-90 {
    padding-right: 90px !important; }
  .pr-lg-n90 {
    padding-right: -90px !important; }
  .pr-lg-95 {
    padding-right: 95px !important; }
  .pr-lg-n95 {
    padding-right: -95px !important; }
  .pr-lg-100 {
    padding-right: 100px !important; }
  .pr-lg-n100 {
    padding-right: -100px !important; }
  .pr-lg-105 {
    padding-right: 105px !important; }
  .pr-lg-n105 {
    padding-right: -105px !important; }
  .pr-lg-110 {
    padding-right: 110px !important; }
  .pr-lg-n110 {
    padding-right: -110px !important; }
  .pr-lg-115 {
    padding-right: 115px !important; }
  .pr-lg-n115 {
    padding-right: -115px !important; }
  .pr-lg-120 {
    padding-right: 120px !important; }
  .pr-lg-n120 {
    padding-right: -120px !important; }
  .pr-lg-125 {
    padding-right: 125px !important; }
  .pr-lg-n125 {
    padding-right: -125px !important; }
  .pr-lg-130 {
    padding-right: 130px !important; }
  .pr-lg-n130 {
    padding-right: -130px !important; }
  .pr-lg-135 {
    padding-right: 135px !important; }
  .pr-lg-n135 {
    padding-right: -135px !important; }
  .pr-lg-140 {
    padding-right: 140px !important; }
  .pr-lg-n140 {
    padding-right: -140px !important; }
  .pr-lg-145 {
    padding-right: 145px !important; }
  .pr-lg-n145 {
    padding-right: -145px !important; }
  .pr-lg-150 {
    padding-right: 150px !important; }
  .pr-lg-n150 {
    padding-right: -150px !important; }
  .pb-lg-0 {
    padding-bottom: 0px !important; }
  .pb-lg-n0 {
    padding-bottom: 0px !important; }
  .pb-lg-5 {
    padding-bottom: 5px !important; }
  .pb-lg-n5 {
    padding-bottom: -5px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-n10 {
    padding-bottom: -10px !important; }
  .pb-lg-15 {
    padding-bottom: 15px !important; }
  .pb-lg-n15 {
    padding-bottom: -15px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-n20 {
    padding-bottom: -20px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-n25 {
    padding-bottom: -25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-n30 {
    padding-bottom: -30px !important; }
  .pb-lg-35 {
    padding-bottom: 35px !important; }
  .pb-lg-n35 {
    padding-bottom: -35px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-n40 {
    padding-bottom: -40px !important; }
  .pb-lg-45 {
    padding-bottom: 45px !important; }
  .pb-lg-n45 {
    padding-bottom: -45px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-n50 {
    padding-bottom: -50px !important; }
  .pb-lg-55 {
    padding-bottom: 55px !important; }
  .pb-lg-n55 {
    padding-bottom: -55px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-n60 {
    padding-bottom: -60px !important; }
  .pb-lg-65 {
    padding-bottom: 65px !important; }
  .pb-lg-n65 {
    padding-bottom: -65px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-n70 {
    padding-bottom: -70px !important; }
  .pb-lg-75 {
    padding-bottom: 75px !important; }
  .pb-lg-n75 {
    padding-bottom: -75px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .pb-lg-n80 {
    padding-bottom: -80px !important; }
  .pb-lg-85 {
    padding-bottom: 85px !important; }
  .pb-lg-n85 {
    padding-bottom: -85px !important; }
  .pb-lg-90 {
    padding-bottom: 90px !important; }
  .pb-lg-n90 {
    padding-bottom: -90px !important; }
  .pb-lg-95 {
    padding-bottom: 95px !important; }
  .pb-lg-n95 {
    padding-bottom: -95px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; }
  .pb-lg-n100 {
    padding-bottom: -100px !important; }
  .pb-lg-105 {
    padding-bottom: 105px !important; }
  .pb-lg-n105 {
    padding-bottom: -105px !important; }
  .pb-lg-110 {
    padding-bottom: 110px !important; }
  .pb-lg-n110 {
    padding-bottom: -110px !important; }
  .pb-lg-115 {
    padding-bottom: 115px !important; }
  .pb-lg-n115 {
    padding-bottom: -115px !important; }
  .pb-lg-120 {
    padding-bottom: 120px !important; }
  .pb-lg-n120 {
    padding-bottom: -120px !important; }
  .pb-lg-125 {
    padding-bottom: 125px !important; }
  .pb-lg-n125 {
    padding-bottom: -125px !important; }
  .pb-lg-130 {
    padding-bottom: 130px !important; }
  .pb-lg-n130 {
    padding-bottom: -130px !important; }
  .pb-lg-135 {
    padding-bottom: 135px !important; }
  .pb-lg-n135 {
    padding-bottom: -135px !important; }
  .pb-lg-140 {
    padding-bottom: 140px !important; }
  .pb-lg-n140 {
    padding-bottom: -140px !important; }
  .pb-lg-145 {
    padding-bottom: 145px !important; }
  .pb-lg-n145 {
    padding-bottom: -145px !important; }
  .pb-lg-150 {
    padding-bottom: 150px !important; }
  .pb-lg-n150 {
    padding-bottom: -150px !important; }
  .pl-lg-0 {
    padding-left: 0px !important; }
  .pl-lg-n0 {
    padding-left: 0px !important; }
  .pl-lg-5 {
    padding-left: 5px !important; }
  .pl-lg-n5 {
    padding-left: -5px !important; }
  .pl-lg-10 {
    padding-left: 10px !important; }
  .pl-lg-n10 {
    padding-left: -10px !important; }
  .pl-lg-15 {
    padding-left: 15px !important; }
  .pl-lg-n15 {
    padding-left: -15px !important; }
  .pl-lg-20 {
    padding-left: 20px !important; }
  .pl-lg-n20 {
    padding-left: -20px !important; }
  .pl-lg-25 {
    padding-left: 25px !important; }
  .pl-lg-n25 {
    padding-left: -25px !important; }
  .pl-lg-30 {
    padding-left: 30px !important; }
  .pl-lg-n30 {
    padding-left: -30px !important; }
  .pl-lg-35 {
    padding-left: 35px !important; }
  .pl-lg-n35 {
    padding-left: -35px !important; }
  .pl-lg-40 {
    padding-left: 40px !important; }
  .pl-lg-n40 {
    padding-left: -40px !important; }
  .pl-lg-45 {
    padding-left: 45px !important; }
  .pl-lg-n45 {
    padding-left: -45px !important; }
  .pl-lg-50 {
    padding-left: 50px !important; }
  .pl-lg-n50 {
    padding-left: -50px !important; }
  .pl-lg-55 {
    padding-left: 55px !important; }
  .pl-lg-n55 {
    padding-left: -55px !important; }
  .pl-lg-60 {
    padding-left: 60px !important; }
  .pl-lg-n60 {
    padding-left: -60px !important; }
  .pl-lg-65 {
    padding-left: 65px !important; }
  .pl-lg-n65 {
    padding-left: -65px !important; }
  .pl-lg-70 {
    padding-left: 70px !important; }
  .pl-lg-n70 {
    padding-left: -70px !important; }
  .pl-lg-75 {
    padding-left: 75px !important; }
  .pl-lg-n75 {
    padding-left: -75px !important; }
  .pl-lg-80 {
    padding-left: 80px !important; }
  .pl-lg-n80 {
    padding-left: -80px !important; }
  .pl-lg-85 {
    padding-left: 85px !important; }
  .pl-lg-n85 {
    padding-left: -85px !important; }
  .pl-lg-90 {
    padding-left: 90px !important; }
  .pl-lg-n90 {
    padding-left: -90px !important; }
  .pl-lg-95 {
    padding-left: 95px !important; }
  .pl-lg-n95 {
    padding-left: -95px !important; }
  .pl-lg-100 {
    padding-left: 100px !important; }
  .pl-lg-n100 {
    padding-left: -100px !important; }
  .pl-lg-105 {
    padding-left: 105px !important; }
  .pl-lg-n105 {
    padding-left: -105px !important; }
  .pl-lg-110 {
    padding-left: 110px !important; }
  .pl-lg-n110 {
    padding-left: -110px !important; }
  .pl-lg-115 {
    padding-left: 115px !important; }
  .pl-lg-n115 {
    padding-left: -115px !important; }
  .pl-lg-120 {
    padding-left: 120px !important; }
  .pl-lg-n120 {
    padding-left: -120px !important; }
  .pl-lg-125 {
    padding-left: 125px !important; }
  .pl-lg-n125 {
    padding-left: -125px !important; }
  .pl-lg-130 {
    padding-left: 130px !important; }
  .pl-lg-n130 {
    padding-left: -130px !important; }
  .pl-lg-135 {
    padding-left: 135px !important; }
  .pl-lg-n135 {
    padding-left: -135px !important; }
  .pl-lg-140 {
    padding-left: 140px !important; }
  .pl-lg-n140 {
    padding-left: -140px !important; }
  .pl-lg-145 {
    padding-left: 145px !important; }
  .pl-lg-n145 {
    padding-left: -145px !important; }
  .pl-lg-150 {
    padding-left: 150px !important; }
  .pl-lg-n150 {
    padding-left: -150px !important; } }

@media (min-width: 1367px) {
  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-xl-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-xl-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-xl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-xl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-xl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-xl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-xl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-xl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-xl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-xl-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-xl-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-xl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-xl-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-xl-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-xl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-xl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-xl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-xl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-xl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-xl-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-xl-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-xl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-xl-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-xl-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-xl-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-xl-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-xl-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-xl-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-xl-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-xl-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-xl-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-xl-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-xl-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-xl-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-xl-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-xl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-xl-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-xl-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-xl-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-xl-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-xl-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-xl-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-xl-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-xl-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-xl-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-xl-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-xl-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-xl-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .m-xl-0 {
    margin: 0px !important; }
  .m-xl-n0 {
    margin: 0px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .m-xl-n35 {
    margin: -35px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .m-xl-n45 {
    margin: -45px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .m-xl-55 {
    margin: 55px !important; }
  .m-xl-n55 {
    margin: -55px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .m-xl-65 {
    margin: 65px !important; }
  .m-xl-n65 {
    margin: -65px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .m-xl-n75 {
    margin: -75px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .m-xl-85 {
    margin: 85px !important; }
  .m-xl-n85 {
    margin: -85px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .m-xl-n90 {
    margin: -90px !important; }
  .m-xl-95 {
    margin: 95px !important; }
  .m-xl-n95 {
    margin: -95px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .m-xl-n100 {
    margin: -100px !important; }
  .m-xl-105 {
    margin: 105px !important; }
  .m-xl-n105 {
    margin: -105px !important; }
  .m-xl-110 {
    margin: 110px !important; }
  .m-xl-n110 {
    margin: -110px !important; }
  .m-xl-115 {
    margin: 115px !important; }
  .m-xl-n115 {
    margin: -115px !important; }
  .m-xl-120 {
    margin: 120px !important; }
  .m-xl-n120 {
    margin: -120px !important; }
  .m-xl-125 {
    margin: 125px !important; }
  .m-xl-n125 {
    margin: -125px !important; }
  .m-xl-130 {
    margin: 130px !important; }
  .m-xl-n130 {
    margin: -130px !important; }
  .m-xl-135 {
    margin: 135px !important; }
  .m-xl-n135 {
    margin: -135px !important; }
  .m-xl-140 {
    margin: 140px !important; }
  .m-xl-n140 {
    margin: -140px !important; }
  .m-xl-145 {
    margin: 145px !important; }
  .m-xl-n145 {
    margin: -145px !important; }
  .m-xl-150 {
    margin: 150px !important; }
  .m-xl-n150 {
    margin: -150px !important; }
  .mt-xl-0 {
    margin-top: 0px !important; }
  .mt-xl-n0 {
    margin-top: 0px !important; }
  .mt-xl-5 {
    margin-top: 5px !important; }
  .mt-xl-n5 {
    margin-top: -5px !important; }
  .mt-xl-10 {
    margin-top: 10px !important; }
  .mt-xl-n10 {
    margin-top: -10px !important; }
  .mt-xl-15 {
    margin-top: 15px !important; }
  .mt-xl-n15 {
    margin-top: -15px !important; }
  .mt-xl-20 {
    margin-top: 20px !important; }
  .mt-xl-n20 {
    margin-top: -20px !important; }
  .mt-xl-25 {
    margin-top: 25px !important; }
  .mt-xl-n25 {
    margin-top: -25px !important; }
  .mt-xl-30 {
    margin-top: 30px !important; }
  .mt-xl-n30 {
    margin-top: -30px !important; }
  .mt-xl-35 {
    margin-top: 35px !important; }
  .mt-xl-n35 {
    margin-top: -35px !important; }
  .mt-xl-40 {
    margin-top: 40px !important; }
  .mt-xl-n40 {
    margin-top: -40px !important; }
  .mt-xl-45 {
    margin-top: 45px !important; }
  .mt-xl-n45 {
    margin-top: -45px !important; }
  .mt-xl-50 {
    margin-top: 50px !important; }
  .mt-xl-n50 {
    margin-top: -50px !important; }
  .mt-xl-55 {
    margin-top: 55px !important; }
  .mt-xl-n55 {
    margin-top: -55px !important; }
  .mt-xl-60 {
    margin-top: 60px !important; }
  .mt-xl-n60 {
    margin-top: -60px !important; }
  .mt-xl-65 {
    margin-top: 65px !important; }
  .mt-xl-n65 {
    margin-top: -65px !important; }
  .mt-xl-70 {
    margin-top: 70px !important; }
  .mt-xl-n70 {
    margin-top: -70px !important; }
  .mt-xl-75 {
    margin-top: 75px !important; }
  .mt-xl-n75 {
    margin-top: -75px !important; }
  .mt-xl-80 {
    margin-top: 80px !important; }
  .mt-xl-n80 {
    margin-top: -80px !important; }
  .mt-xl-85 {
    margin-top: 85px !important; }
  .mt-xl-n85 {
    margin-top: -85px !important; }
  .mt-xl-90 {
    margin-top: 90px !important; }
  .mt-xl-n90 {
    margin-top: -90px !important; }
  .mt-xl-95 {
    margin-top: 95px !important; }
  .mt-xl-n95 {
    margin-top: -95px !important; }
  .mt-xl-100 {
    margin-top: 100px !important; }
  .mt-xl-n100 {
    margin-top: -100px !important; }
  .mt-xl-105 {
    margin-top: 105px !important; }
  .mt-xl-n105 {
    margin-top: -105px !important; }
  .mt-xl-110 {
    margin-top: 110px !important; }
  .mt-xl-n110 {
    margin-top: -110px !important; }
  .mt-xl-115 {
    margin-top: 115px !important; }
  .mt-xl-n115 {
    margin-top: -115px !important; }
  .mt-xl-120 {
    margin-top: 120px !important; }
  .mt-xl-n120 {
    margin-top: -120px !important; }
  .mt-xl-125 {
    margin-top: 125px !important; }
  .mt-xl-n125 {
    margin-top: -125px !important; }
  .mt-xl-130 {
    margin-top: 130px !important; }
  .mt-xl-n130 {
    margin-top: -130px !important; }
  .mt-xl-135 {
    margin-top: 135px !important; }
  .mt-xl-n135 {
    margin-top: -135px !important; }
  .mt-xl-140 {
    margin-top: 140px !important; }
  .mt-xl-n140 {
    margin-top: -140px !important; }
  .mt-xl-145 {
    margin-top: 145px !important; }
  .mt-xl-n145 {
    margin-top: -145px !important; }
  .mt-xl-150 {
    margin-top: 150px !important; }
  .mt-xl-n150 {
    margin-top: -150px !important; }
  .mr-xl-0 {
    margin-right: 0px !important; }
  .mr-xl-n0 {
    margin-right: 0px !important; }
  .mr-xl-5 {
    margin-right: 5px !important; }
  .mr-xl-n5 {
    margin-right: -5px !important; }
  .mr-xl-10 {
    margin-right: 10px !important; }
  .mr-xl-n10 {
    margin-right: -10px !important; }
  .mr-xl-15 {
    margin-right: 15px !important; }
  .mr-xl-n15 {
    margin-right: -15px !important; }
  .mr-xl-20 {
    margin-right: 20px !important; }
  .mr-xl-n20 {
    margin-right: -20px !important; }
  .mr-xl-25 {
    margin-right: 25px !important; }
  .mr-xl-n25 {
    margin-right: -25px !important; }
  .mr-xl-30 {
    margin-right: 30px !important; }
  .mr-xl-n30 {
    margin-right: -30px !important; }
  .mr-xl-35 {
    margin-right: 35px !important; }
  .mr-xl-n35 {
    margin-right: -35px !important; }
  .mr-xl-40 {
    margin-right: 40px !important; }
  .mr-xl-n40 {
    margin-right: -40px !important; }
  .mr-xl-45 {
    margin-right: 45px !important; }
  .mr-xl-n45 {
    margin-right: -45px !important; }
  .mr-xl-50 {
    margin-right: 50px !important; }
  .mr-xl-n50 {
    margin-right: -50px !important; }
  .mr-xl-55 {
    margin-right: 55px !important; }
  .mr-xl-n55 {
    margin-right: -55px !important; }
  .mr-xl-60 {
    margin-right: 60px !important; }
  .mr-xl-n60 {
    margin-right: -60px !important; }
  .mr-xl-65 {
    margin-right: 65px !important; }
  .mr-xl-n65 {
    margin-right: -65px !important; }
  .mr-xl-70 {
    margin-right: 70px !important; }
  .mr-xl-n70 {
    margin-right: -70px !important; }
  .mr-xl-75 {
    margin-right: 75px !important; }
  .mr-xl-n75 {
    margin-right: -75px !important; }
  .mr-xl-80 {
    margin-right: 80px !important; }
  .mr-xl-n80 {
    margin-right: -80px !important; }
  .mr-xl-85 {
    margin-right: 85px !important; }
  .mr-xl-n85 {
    margin-right: -85px !important; }
  .mr-xl-90 {
    margin-right: 90px !important; }
  .mr-xl-n90 {
    margin-right: -90px !important; }
  .mr-xl-95 {
    margin-right: 95px !important; }
  .mr-xl-n95 {
    margin-right: -95px !important; }
  .mr-xl-100 {
    margin-right: 100px !important; }
  .mr-xl-n100 {
    margin-right: -100px !important; }
  .mr-xl-105 {
    margin-right: 105px !important; }
  .mr-xl-n105 {
    margin-right: -105px !important; }
  .mr-xl-110 {
    margin-right: 110px !important; }
  .mr-xl-n110 {
    margin-right: -110px !important; }
  .mr-xl-115 {
    margin-right: 115px !important; }
  .mr-xl-n115 {
    margin-right: -115px !important; }
  .mr-xl-120 {
    margin-right: 120px !important; }
  .mr-xl-n120 {
    margin-right: -120px !important; }
  .mr-xl-125 {
    margin-right: 125px !important; }
  .mr-xl-n125 {
    margin-right: -125px !important; }
  .mr-xl-130 {
    margin-right: 130px !important; }
  .mr-xl-n130 {
    margin-right: -130px !important; }
  .mr-xl-135 {
    margin-right: 135px !important; }
  .mr-xl-n135 {
    margin-right: -135px !important; }
  .mr-xl-140 {
    margin-right: 140px !important; }
  .mr-xl-n140 {
    margin-right: -140px !important; }
  .mr-xl-145 {
    margin-right: 145px !important; }
  .mr-xl-n145 {
    margin-right: -145px !important; }
  .mr-xl-150 {
    margin-right: 150px !important; }
  .mr-xl-n150 {
    margin-right: -150px !important; }
  .mb-xl-0 {
    margin-bottom: 0px !important; }
  .mb-xl-n0 {
    margin-bottom: 0px !important; }
  .mb-xl-5 {
    margin-bottom: 5px !important; }
  .mb-xl-n5 {
    margin-bottom: -5px !important; }
  .mb-xl-10 {
    margin-bottom: 10px !important; }
  .mb-xl-n10 {
    margin-bottom: -10px !important; }
  .mb-xl-15 {
    margin-bottom: 15px !important; }
  .mb-xl-n15 {
    margin-bottom: -15px !important; }
  .mb-xl-20 {
    margin-bottom: 20px !important; }
  .mb-xl-n20 {
    margin-bottom: -20px !important; }
  .mb-xl-25 {
    margin-bottom: 25px !important; }
  .mb-xl-n25 {
    margin-bottom: -25px !important; }
  .mb-xl-30 {
    margin-bottom: 30px !important; }
  .mb-xl-n30 {
    margin-bottom: -30px !important; }
  .mb-xl-35 {
    margin-bottom: 35px !important; }
  .mb-xl-n35 {
    margin-bottom: -35px !important; }
  .mb-xl-40 {
    margin-bottom: 40px !important; }
  .mb-xl-n40 {
    margin-bottom: -40px !important; }
  .mb-xl-45 {
    margin-bottom: 45px !important; }
  .mb-xl-n45 {
    margin-bottom: -45px !important; }
  .mb-xl-50 {
    margin-bottom: 50px !important; }
  .mb-xl-n50 {
    margin-bottom: -50px !important; }
  .mb-xl-55 {
    margin-bottom: 55px !important; }
  .mb-xl-n55 {
    margin-bottom: -55px !important; }
  .mb-xl-60 {
    margin-bottom: 60px !important; }
  .mb-xl-n60 {
    margin-bottom: -60px !important; }
  .mb-xl-65 {
    margin-bottom: 65px !important; }
  .mb-xl-n65 {
    margin-bottom: -65px !important; }
  .mb-xl-70 {
    margin-bottom: 70px !important; }
  .mb-xl-n70 {
    margin-bottom: -70px !important; }
  .mb-xl-75 {
    margin-bottom: 75px !important; }
  .mb-xl-n75 {
    margin-bottom: -75px !important; }
  .mb-xl-80 {
    margin-bottom: 80px !important; }
  .mb-xl-n80 {
    margin-bottom: -80px !important; }
  .mb-xl-85 {
    margin-bottom: 85px !important; }
  .mb-xl-n85 {
    margin-bottom: -85px !important; }
  .mb-xl-90 {
    margin-bottom: 90px !important; }
  .mb-xl-n90 {
    margin-bottom: -90px !important; }
  .mb-xl-95 {
    margin-bottom: 95px !important; }
  .mb-xl-n95 {
    margin-bottom: -95px !important; }
  .mb-xl-100 {
    margin-bottom: 100px !important; }
  .mb-xl-n100 {
    margin-bottom: -100px !important; }
  .mb-xl-105 {
    margin-bottom: 105px !important; }
  .mb-xl-n105 {
    margin-bottom: -105px !important; }
  .mb-xl-110 {
    margin-bottom: 110px !important; }
  .mb-xl-n110 {
    margin-bottom: -110px !important; }
  .mb-xl-115 {
    margin-bottom: 115px !important; }
  .mb-xl-n115 {
    margin-bottom: -115px !important; }
  .mb-xl-120 {
    margin-bottom: 120px !important; }
  .mb-xl-n120 {
    margin-bottom: -120px !important; }
  .mb-xl-125 {
    margin-bottom: 125px !important; }
  .mb-xl-n125 {
    margin-bottom: -125px !important; }
  .mb-xl-130 {
    margin-bottom: 130px !important; }
  .mb-xl-n130 {
    margin-bottom: -130px !important; }
  .mb-xl-135 {
    margin-bottom: 135px !important; }
  .mb-xl-n135 {
    margin-bottom: -135px !important; }
  .mb-xl-140 {
    margin-bottom: 140px !important; }
  .mb-xl-n140 {
    margin-bottom: -140px !important; }
  .mb-xl-145 {
    margin-bottom: 145px !important; }
  .mb-xl-n145 {
    margin-bottom: -145px !important; }
  .mb-xl-150 {
    margin-bottom: 150px !important; }
  .mb-xl-n150 {
    margin-bottom: -150px !important; }
  .ml-xl-0 {
    margin-left: 0px !important; }
  .ml-xl-n0 {
    margin-left: 0px !important; }
  .ml-xl-5 {
    margin-left: 5px !important; }
  .ml-xl-n5 {
    margin-left: -5px !important; }
  .ml-xl-10 {
    margin-left: 10px !important; }
  .ml-xl-n10 {
    margin-left: -10px !important; }
  .ml-xl-15 {
    margin-left: 15px !important; }
  .ml-xl-n15 {
    margin-left: -15px !important; }
  .ml-xl-20 {
    margin-left: 20px !important; }
  .ml-xl-n20 {
    margin-left: -20px !important; }
  .ml-xl-25 {
    margin-left: 25px !important; }
  .ml-xl-n25 {
    margin-left: -25px !important; }
  .ml-xl-30 {
    margin-left: 30px !important; }
  .ml-xl-n30 {
    margin-left: -30px !important; }
  .ml-xl-35 {
    margin-left: 35px !important; }
  .ml-xl-n35 {
    margin-left: -35px !important; }
  .ml-xl-40 {
    margin-left: 40px !important; }
  .ml-xl-n40 {
    margin-left: -40px !important; }
  .ml-xl-45 {
    margin-left: 45px !important; }
  .ml-xl-n45 {
    margin-left: -45px !important; }
  .ml-xl-50 {
    margin-left: 50px !important; }
  .ml-xl-n50 {
    margin-left: -50px !important; }
  .ml-xl-55 {
    margin-left: 55px !important; }
  .ml-xl-n55 {
    margin-left: -55px !important; }
  .ml-xl-60 {
    margin-left: 60px !important; }
  .ml-xl-n60 {
    margin-left: -60px !important; }
  .ml-xl-65 {
    margin-left: 65px !important; }
  .ml-xl-n65 {
    margin-left: -65px !important; }
  .ml-xl-70 {
    margin-left: 70px !important; }
  .ml-xl-n70 {
    margin-left: -70px !important; }
  .ml-xl-75 {
    margin-left: 75px !important; }
  .ml-xl-n75 {
    margin-left: -75px !important; }
  .ml-xl-80 {
    margin-left: 80px !important; }
  .ml-xl-n80 {
    margin-left: -80px !important; }
  .ml-xl-85 {
    margin-left: 85px !important; }
  .ml-xl-n85 {
    margin-left: -85px !important; }
  .ml-xl-90 {
    margin-left: 90px !important; }
  .ml-xl-n90 {
    margin-left: -90px !important; }
  .ml-xl-95 {
    margin-left: 95px !important; }
  .ml-xl-n95 {
    margin-left: -95px !important; }
  .ml-xl-100 {
    margin-left: 100px !important; }
  .ml-xl-n100 {
    margin-left: -100px !important; }
  .ml-xl-105 {
    margin-left: 105px !important; }
  .ml-xl-n105 {
    margin-left: -105px !important; }
  .ml-xl-110 {
    margin-left: 110px !important; }
  .ml-xl-n110 {
    margin-left: -110px !important; }
  .ml-xl-115 {
    margin-left: 115px !important; }
  .ml-xl-n115 {
    margin-left: -115px !important; }
  .ml-xl-120 {
    margin-left: 120px !important; }
  .ml-xl-n120 {
    margin-left: -120px !important; }
  .ml-xl-125 {
    margin-left: 125px !important; }
  .ml-xl-n125 {
    margin-left: -125px !important; }
  .ml-xl-130 {
    margin-left: 130px !important; }
  .ml-xl-n130 {
    margin-left: -130px !important; }
  .ml-xl-135 {
    margin-left: 135px !important; }
  .ml-xl-n135 {
    margin-left: -135px !important; }
  .ml-xl-140 {
    margin-left: 140px !important; }
  .ml-xl-n140 {
    margin-left: -140px !important; }
  .ml-xl-145 {
    margin-left: 145px !important; }
  .ml-xl-n145 {
    margin-left: -145px !important; }
  .ml-xl-150 {
    margin-left: 150px !important; }
  .ml-xl-n150 {
    margin-left: -150px !important; }
  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-xl-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-xl-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-xl-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-xl-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-xl-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-xl-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-xl-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-xl-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-xl-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-xl-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-xl-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-xl-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-xl-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-xl-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-xl-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-xl-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-xl-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-xl-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-xl-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-xl-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-xl-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-xl-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-xl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-xl-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-xl-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-xl-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-xl-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-xl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-xl-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-xl-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-xl-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-xl-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-xl-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-xl-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-xl-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-xl-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-xl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-xl-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-xl-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-xl-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-xl-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-xl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-xl-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-xl-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-xl-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-xl-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-xl-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-xl-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-xl-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-xl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-xl-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-xl-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-xl-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-xl-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-xl-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-xl-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-xl-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-xl-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-xl-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-xl-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-xl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-xl-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-xl-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-xl-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-xl-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-xl-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-xl-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-xl-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-xl-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-xl-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-xl-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-xl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-xl-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-xl-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .p-xl-0 {
    padding: 0px !important; }
  .p-xl-n0 {
    padding: 0px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .p-xl-n5 {
    padding: -5px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .p-xl-n10 {
    padding: -10px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .p-xl-n15 {
    padding: -15px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .p-xl-n20 {
    padding: -20px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .p-xl-n25 {
    padding: -25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .p-xl-n30 {
    padding: -30px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .p-xl-n35 {
    padding: -35px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .p-xl-n40 {
    padding: -40px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .p-xl-n45 {
    padding: -45px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .p-xl-n50 {
    padding: -50px !important; }
  .p-xl-55 {
    padding: 55px !important; }
  .p-xl-n55 {
    padding: -55px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .p-xl-n60 {
    padding: -60px !important; }
  .p-xl-65 {
    padding: 65px !important; }
  .p-xl-n65 {
    padding: -65px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .p-xl-n70 {
    padding: -70px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .p-xl-n75 {
    padding: -75px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .p-xl-n80 {
    padding: -80px !important; }
  .p-xl-85 {
    padding: 85px !important; }
  .p-xl-n85 {
    padding: -85px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .p-xl-n90 {
    padding: -90px !important; }
  .p-xl-95 {
    padding: 95px !important; }
  .p-xl-n95 {
    padding: -95px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .p-xl-n100 {
    padding: -100px !important; }
  .p-xl-105 {
    padding: 105px !important; }
  .p-xl-n105 {
    padding: -105px !important; }
  .p-xl-110 {
    padding: 110px !important; }
  .p-xl-n110 {
    padding: -110px !important; }
  .p-xl-115 {
    padding: 115px !important; }
  .p-xl-n115 {
    padding: -115px !important; }
  .p-xl-120 {
    padding: 120px !important; }
  .p-xl-n120 {
    padding: -120px !important; }
  .p-xl-125 {
    padding: 125px !important; }
  .p-xl-n125 {
    padding: -125px !important; }
  .p-xl-130 {
    padding: 130px !important; }
  .p-xl-n130 {
    padding: -130px !important; }
  .p-xl-135 {
    padding: 135px !important; }
  .p-xl-n135 {
    padding: -135px !important; }
  .p-xl-140 {
    padding: 140px !important; }
  .p-xl-n140 {
    padding: -140px !important; }
  .p-xl-145 {
    padding: 145px !important; }
  .p-xl-n145 {
    padding: -145px !important; }
  .p-xl-150 {
    padding: 150px !important; }
  .p-xl-n150 {
    padding: -150px !important; }
  .pt-xl-0 {
    padding-top: 0px !important; }
  .pt-xl-n0 {
    padding-top: 0px !important; }
  .pt-xl-5 {
    padding-top: 5px !important; }
  .pt-xl-n5 {
    padding-top: -5px !important; }
  .pt-xl-10 {
    padding-top: 10px !important; }
  .pt-xl-n10 {
    padding-top: -10px !important; }
  .pt-xl-15 {
    padding-top: 15px !important; }
  .pt-xl-n15 {
    padding-top: -15px !important; }
  .pt-xl-20 {
    padding-top: 20px !important; }
  .pt-xl-n20 {
    padding-top: -20px !important; }
  .pt-xl-25 {
    padding-top: 25px !important; }
  .pt-xl-n25 {
    padding-top: -25px !important; }
  .pt-xl-30 {
    padding-top: 30px !important; }
  .pt-xl-n30 {
    padding-top: -30px !important; }
  .pt-xl-35 {
    padding-top: 35px !important; }
  .pt-xl-n35 {
    padding-top: -35px !important; }
  .pt-xl-40 {
    padding-top: 40px !important; }
  .pt-xl-n40 {
    padding-top: -40px !important; }
  .pt-xl-45 {
    padding-top: 45px !important; }
  .pt-xl-n45 {
    padding-top: -45px !important; }
  .pt-xl-50 {
    padding-top: 50px !important; }
  .pt-xl-n50 {
    padding-top: -50px !important; }
  .pt-xl-55 {
    padding-top: 55px !important; }
  .pt-xl-n55 {
    padding-top: -55px !important; }
  .pt-xl-60 {
    padding-top: 60px !important; }
  .pt-xl-n60 {
    padding-top: -60px !important; }
  .pt-xl-65 {
    padding-top: 65px !important; }
  .pt-xl-n65 {
    padding-top: -65px !important; }
  .pt-xl-70 {
    padding-top: 70px !important; }
  .pt-xl-n70 {
    padding-top: -70px !important; }
  .pt-xl-75 {
    padding-top: 75px !important; }
  .pt-xl-n75 {
    padding-top: -75px !important; }
  .pt-xl-80 {
    padding-top: 80px !important; }
  .pt-xl-n80 {
    padding-top: -80px !important; }
  .pt-xl-85 {
    padding-top: 85px !important; }
  .pt-xl-n85 {
    padding-top: -85px !important; }
  .pt-xl-90 {
    padding-top: 90px !important; }
  .pt-xl-n90 {
    padding-top: -90px !important; }
  .pt-xl-95 {
    padding-top: 95px !important; }
  .pt-xl-n95 {
    padding-top: -95px !important; }
  .pt-xl-100 {
    padding-top: 100px !important; }
  .pt-xl-n100 {
    padding-top: -100px !important; }
  .pt-xl-105 {
    padding-top: 105px !important; }
  .pt-xl-n105 {
    padding-top: -105px !important; }
  .pt-xl-110 {
    padding-top: 110px !important; }
  .pt-xl-n110 {
    padding-top: -110px !important; }
  .pt-xl-115 {
    padding-top: 115px !important; }
  .pt-xl-n115 {
    padding-top: -115px !important; }
  .pt-xl-120 {
    padding-top: 120px !important; }
  .pt-xl-n120 {
    padding-top: -120px !important; }
  .pt-xl-125 {
    padding-top: 125px !important; }
  .pt-xl-n125 {
    padding-top: -125px !important; }
  .pt-xl-130 {
    padding-top: 130px !important; }
  .pt-xl-n130 {
    padding-top: -130px !important; }
  .pt-xl-135 {
    padding-top: 135px !important; }
  .pt-xl-n135 {
    padding-top: -135px !important; }
  .pt-xl-140 {
    padding-top: 140px !important; }
  .pt-xl-n140 {
    padding-top: -140px !important; }
  .pt-xl-145 {
    padding-top: 145px !important; }
  .pt-xl-n145 {
    padding-top: -145px !important; }
  .pt-xl-150 {
    padding-top: 150px !important; }
  .pt-xl-n150 {
    padding-top: -150px !important; }
  .pr-xl-0 {
    padding-right: 0px !important; }
  .pr-xl-n0 {
    padding-right: 0px !important; }
  .pr-xl-5 {
    padding-right: 5px !important; }
  .pr-xl-n5 {
    padding-right: -5px !important; }
  .pr-xl-10 {
    padding-right: 10px !important; }
  .pr-xl-n10 {
    padding-right: -10px !important; }
  .pr-xl-15 {
    padding-right: 15px !important; }
  .pr-xl-n15 {
    padding-right: -15px !important; }
  .pr-xl-20 {
    padding-right: 20px !important; }
  .pr-xl-n20 {
    padding-right: -20px !important; }
  .pr-xl-25 {
    padding-right: 25px !important; }
  .pr-xl-n25 {
    padding-right: -25px !important; }
  .pr-xl-30 {
    padding-right: 30px !important; }
  .pr-xl-n30 {
    padding-right: -30px !important; }
  .pr-xl-35 {
    padding-right: 35px !important; }
  .pr-xl-n35 {
    padding-right: -35px !important; }
  .pr-xl-40 {
    padding-right: 40px !important; }
  .pr-xl-n40 {
    padding-right: -40px !important; }
  .pr-xl-45 {
    padding-right: 45px !important; }
  .pr-xl-n45 {
    padding-right: -45px !important; }
  .pr-xl-50 {
    padding-right: 50px !important; }
  .pr-xl-n50 {
    padding-right: -50px !important; }
  .pr-xl-55 {
    padding-right: 55px !important; }
  .pr-xl-n55 {
    padding-right: -55px !important; }
  .pr-xl-60 {
    padding-right: 60px !important; }
  .pr-xl-n60 {
    padding-right: -60px !important; }
  .pr-xl-65 {
    padding-right: 65px !important; }
  .pr-xl-n65 {
    padding-right: -65px !important; }
  .pr-xl-70 {
    padding-right: 70px !important; }
  .pr-xl-n70 {
    padding-right: -70px !important; }
  .pr-xl-75 {
    padding-right: 75px !important; }
  .pr-xl-n75 {
    padding-right: -75px !important; }
  .pr-xl-80 {
    padding-right: 80px !important; }
  .pr-xl-n80 {
    padding-right: -80px !important; }
  .pr-xl-85 {
    padding-right: 85px !important; }
  .pr-xl-n85 {
    padding-right: -85px !important; }
  .pr-xl-90 {
    padding-right: 90px !important; }
  .pr-xl-n90 {
    padding-right: -90px !important; }
  .pr-xl-95 {
    padding-right: 95px !important; }
  .pr-xl-n95 {
    padding-right: -95px !important; }
  .pr-xl-100 {
    padding-right: 100px !important; }
  .pr-xl-n100 {
    padding-right: -100px !important; }
  .pr-xl-105 {
    padding-right: 105px !important; }
  .pr-xl-n105 {
    padding-right: -105px !important; }
  .pr-xl-110 {
    padding-right: 110px !important; }
  .pr-xl-n110 {
    padding-right: -110px !important; }
  .pr-xl-115 {
    padding-right: 115px !important; }
  .pr-xl-n115 {
    padding-right: -115px !important; }
  .pr-xl-120 {
    padding-right: 120px !important; }
  .pr-xl-n120 {
    padding-right: -120px !important; }
  .pr-xl-125 {
    padding-right: 125px !important; }
  .pr-xl-n125 {
    padding-right: -125px !important; }
  .pr-xl-130 {
    padding-right: 130px !important; }
  .pr-xl-n130 {
    padding-right: -130px !important; }
  .pr-xl-135 {
    padding-right: 135px !important; }
  .pr-xl-n135 {
    padding-right: -135px !important; }
  .pr-xl-140 {
    padding-right: 140px !important; }
  .pr-xl-n140 {
    padding-right: -140px !important; }
  .pr-xl-145 {
    padding-right: 145px !important; }
  .pr-xl-n145 {
    padding-right: -145px !important; }
  .pr-xl-150 {
    padding-right: 150px !important; }
  .pr-xl-n150 {
    padding-right: -150px !important; }
  .pb-xl-0 {
    padding-bottom: 0px !important; }
  .pb-xl-n0 {
    padding-bottom: 0px !important; }
  .pb-xl-5 {
    padding-bottom: 5px !important; }
  .pb-xl-n5 {
    padding-bottom: -5px !important; }
  .pb-xl-10 {
    padding-bottom: 10px !important; }
  .pb-xl-n10 {
    padding-bottom: -10px !important; }
  .pb-xl-15 {
    padding-bottom: 15px !important; }
  .pb-xl-n15 {
    padding-bottom: -15px !important; }
  .pb-xl-20 {
    padding-bottom: 20px !important; }
  .pb-xl-n20 {
    padding-bottom: -20px !important; }
  .pb-xl-25 {
    padding-bottom: 25px !important; }
  .pb-xl-n25 {
    padding-bottom: -25px !important; }
  .pb-xl-30 {
    padding-bottom: 30px !important; }
  .pb-xl-n30 {
    padding-bottom: -30px !important; }
  .pb-xl-35 {
    padding-bottom: 35px !important; }
  .pb-xl-n35 {
    padding-bottom: -35px !important; }
  .pb-xl-40 {
    padding-bottom: 40px !important; }
  .pb-xl-n40 {
    padding-bottom: -40px !important; }
  .pb-xl-45 {
    padding-bottom: 45px !important; }
  .pb-xl-n45 {
    padding-bottom: -45px !important; }
  .pb-xl-50 {
    padding-bottom: 50px !important; }
  .pb-xl-n50 {
    padding-bottom: -50px !important; }
  .pb-xl-55 {
    padding-bottom: 55px !important; }
  .pb-xl-n55 {
    padding-bottom: -55px !important; }
  .pb-xl-60 {
    padding-bottom: 60px !important; }
  .pb-xl-n60 {
    padding-bottom: -60px !important; }
  .pb-xl-65 {
    padding-bottom: 65px !important; }
  .pb-xl-n65 {
    padding-bottom: -65px !important; }
  .pb-xl-70 {
    padding-bottom: 70px !important; }
  .pb-xl-n70 {
    padding-bottom: -70px !important; }
  .pb-xl-75 {
    padding-bottom: 75px !important; }
  .pb-xl-n75 {
    padding-bottom: -75px !important; }
  .pb-xl-80 {
    padding-bottom: 80px !important; }
  .pb-xl-n80 {
    padding-bottom: -80px !important; }
  .pb-xl-85 {
    padding-bottom: 85px !important; }
  .pb-xl-n85 {
    padding-bottom: -85px !important; }
  .pb-xl-90 {
    padding-bottom: 90px !important; }
  .pb-xl-n90 {
    padding-bottom: -90px !important; }
  .pb-xl-95 {
    padding-bottom: 95px !important; }
  .pb-xl-n95 {
    padding-bottom: -95px !important; }
  .pb-xl-100 {
    padding-bottom: 100px !important; }
  .pb-xl-n100 {
    padding-bottom: -100px !important; }
  .pb-xl-105 {
    padding-bottom: 105px !important; }
  .pb-xl-n105 {
    padding-bottom: -105px !important; }
  .pb-xl-110 {
    padding-bottom: 110px !important; }
  .pb-xl-n110 {
    padding-bottom: -110px !important; }
  .pb-xl-115 {
    padding-bottom: 115px !important; }
  .pb-xl-n115 {
    padding-bottom: -115px !important; }
  .pb-xl-120 {
    padding-bottom: 120px !important; }
  .pb-xl-n120 {
    padding-bottom: -120px !important; }
  .pb-xl-125 {
    padding-bottom: 125px !important; }
  .pb-xl-n125 {
    padding-bottom: -125px !important; }
  .pb-xl-130 {
    padding-bottom: 130px !important; }
  .pb-xl-n130 {
    padding-bottom: -130px !important; }
  .pb-xl-135 {
    padding-bottom: 135px !important; }
  .pb-xl-n135 {
    padding-bottom: -135px !important; }
  .pb-xl-140 {
    padding-bottom: 140px !important; }
  .pb-xl-n140 {
    padding-bottom: -140px !important; }
  .pb-xl-145 {
    padding-bottom: 145px !important; }
  .pb-xl-n145 {
    padding-bottom: -145px !important; }
  .pb-xl-150 {
    padding-bottom: 150px !important; }
  .pb-xl-n150 {
    padding-bottom: -150px !important; }
  .pl-xl-0 {
    padding-left: 0px !important; }
  .pl-xl-n0 {
    padding-left: 0px !important; }
  .pl-xl-5 {
    padding-left: 5px !important; }
  .pl-xl-n5 {
    padding-left: -5px !important; }
  .pl-xl-10 {
    padding-left: 10px !important; }
  .pl-xl-n10 {
    padding-left: -10px !important; }
  .pl-xl-15 {
    padding-left: 15px !important; }
  .pl-xl-n15 {
    padding-left: -15px !important; }
  .pl-xl-20 {
    padding-left: 20px !important; }
  .pl-xl-n20 {
    padding-left: -20px !important; }
  .pl-xl-25 {
    padding-left: 25px !important; }
  .pl-xl-n25 {
    padding-left: -25px !important; }
  .pl-xl-30 {
    padding-left: 30px !important; }
  .pl-xl-n30 {
    padding-left: -30px !important; }
  .pl-xl-35 {
    padding-left: 35px !important; }
  .pl-xl-n35 {
    padding-left: -35px !important; }
  .pl-xl-40 {
    padding-left: 40px !important; }
  .pl-xl-n40 {
    padding-left: -40px !important; }
  .pl-xl-45 {
    padding-left: 45px !important; }
  .pl-xl-n45 {
    padding-left: -45px !important; }
  .pl-xl-50 {
    padding-left: 50px !important; }
  .pl-xl-n50 {
    padding-left: -50px !important; }
  .pl-xl-55 {
    padding-left: 55px !important; }
  .pl-xl-n55 {
    padding-left: -55px !important; }
  .pl-xl-60 {
    padding-left: 60px !important; }
  .pl-xl-n60 {
    padding-left: -60px !important; }
  .pl-xl-65 {
    padding-left: 65px !important; }
  .pl-xl-n65 {
    padding-left: -65px !important; }
  .pl-xl-70 {
    padding-left: 70px !important; }
  .pl-xl-n70 {
    padding-left: -70px !important; }
  .pl-xl-75 {
    padding-left: 75px !important; }
  .pl-xl-n75 {
    padding-left: -75px !important; }
  .pl-xl-80 {
    padding-left: 80px !important; }
  .pl-xl-n80 {
    padding-left: -80px !important; }
  .pl-xl-85 {
    padding-left: 85px !important; }
  .pl-xl-n85 {
    padding-left: -85px !important; }
  .pl-xl-90 {
    padding-left: 90px !important; }
  .pl-xl-n90 {
    padding-left: -90px !important; }
  .pl-xl-95 {
    padding-left: 95px !important; }
  .pl-xl-n95 {
    padding-left: -95px !important; }
  .pl-xl-100 {
    padding-left: 100px !important; }
  .pl-xl-n100 {
    padding-left: -100px !important; }
  .pl-xl-105 {
    padding-left: 105px !important; }
  .pl-xl-n105 {
    padding-left: -105px !important; }
  .pl-xl-110 {
    padding-left: 110px !important; }
  .pl-xl-n110 {
    padding-left: -110px !important; }
  .pl-xl-115 {
    padding-left: 115px !important; }
  .pl-xl-n115 {
    padding-left: -115px !important; }
  .pl-xl-120 {
    padding-left: 120px !important; }
  .pl-xl-n120 {
    padding-left: -120px !important; }
  .pl-xl-125 {
    padding-left: 125px !important; }
  .pl-xl-n125 {
    padding-left: -125px !important; }
  .pl-xl-130 {
    padding-left: 130px !important; }
  .pl-xl-n130 {
    padding-left: -130px !important; }
  .pl-xl-135 {
    padding-left: 135px !important; }
  .pl-xl-n135 {
    padding-left: -135px !important; }
  .pl-xl-140 {
    padding-left: 140px !important; }
  .pl-xl-n140 {
    padding-left: -140px !important; }
  .pl-xl-145 {
    padding-left: 145px !important; }
  .pl-xl-n145 {
    padding-left: -145px !important; }
  .pl-xl-150 {
    padding-left: 150px !important; }
  .pl-xl-n150 {
    padding-left: -150px !important; } }

@media (max-width: 768.98px) {
  .m-sp-0 {
    margin: 0px !important; }
  .m-sp-n0 {
    margin: 0px !important; }
  .m-sp-5 {
    margin: 5px !important; }
  .m-sp-n5 {
    margin: -5px !important; }
  .m-sp-10 {
    margin: 10px !important; }
  .m-sp-n10 {
    margin: -10px !important; }
  .m-sp-15 {
    margin: 15px !important; }
  .m-sp-n15 {
    margin: -15px !important; }
  .m-sp-20 {
    margin: 20px !important; }
  .m-sp-n20 {
    margin: -20px !important; }
  .m-sp-25 {
    margin: 25px !important; }
  .m-sp-n25 {
    margin: -25px !important; }
  .m-sp-30 {
    margin: 30px !important; }
  .m-sp-n30 {
    margin: -30px !important; }
  .m-sp-35 {
    margin: 35px !important; }
  .m-sp-n35 {
    margin: -35px !important; }
  .m-sp-40 {
    margin: 40px !important; }
  .m-sp-n40 {
    margin: -40px !important; }
  .m-sp-45 {
    margin: 45px !important; }
  .m-sp-n45 {
    margin: -45px !important; }
  .m-sp-50 {
    margin: 50px !important; }
  .m-sp-n50 {
    margin: -50px !important; }
  .m-sp-55 {
    margin: 55px !important; }
  .m-sp-n55 {
    margin: -55px !important; }
  .m-sp-60 {
    margin: 60px !important; }
  .m-sp-n60 {
    margin: -60px !important; }
  .m-sp-65 {
    margin: 65px !important; }
  .m-sp-n65 {
    margin: -65px !important; }
  .m-sp-70 {
    margin: 70px !important; }
  .m-sp-n70 {
    margin: -70px !important; }
  .m-sp-75 {
    margin: 75px !important; }
  .m-sp-n75 {
    margin: -75px !important; }
  .m-sp-80 {
    margin: 80px !important; }
  .m-sp-n80 {
    margin: -80px !important; }
  .m-sp-85 {
    margin: 85px !important; }
  .m-sp-n85 {
    margin: -85px !important; }
  .m-sp-90 {
    margin: 90px !important; }
  .m-sp-n90 {
    margin: -90px !important; }
  .m-sp-95 {
    margin: 95px !important; }
  .m-sp-n95 {
    margin: -95px !important; }
  .m-sp-100 {
    margin: 100px !important; }
  .m-sp-n100 {
    margin: -100px !important; }
  .m-sp-105 {
    margin: 105px !important; }
  .m-sp-n105 {
    margin: -105px !important; }
  .m-sp-110 {
    margin: 110px !important; }
  .m-sp-n110 {
    margin: -110px !important; }
  .m-sp-115 {
    margin: 115px !important; }
  .m-sp-n115 {
    margin: -115px !important; }
  .m-sp-120 {
    margin: 120px !important; }
  .m-sp-n120 {
    margin: -120px !important; }
  .m-sp-125 {
    margin: 125px !important; }
  .m-sp-n125 {
    margin: -125px !important; }
  .m-sp-130 {
    margin: 130px !important; }
  .m-sp-n130 {
    margin: -130px !important; }
  .m-sp-135 {
    margin: 135px !important; }
  .m-sp-n135 {
    margin: -135px !important; }
  .m-sp-140 {
    margin: 140px !important; }
  .m-sp-n140 {
    margin: -140px !important; }
  .m-sp-145 {
    margin: 145px !important; }
  .m-sp-n145 {
    margin: -145px !important; }
  .m-sp-150 {
    margin: 150px !important; }
  .m-sp-n150 {
    margin: -150px !important; }
  .mt-sp-0 {
    margin-top: 0px !important; }
  .mt-sp-n0 {
    margin-top: 0px !important; }
  .mt-sp-5 {
    margin-top: 5px !important; }
  .mt-sp-n5 {
    margin-top: -5px !important; }
  .mt-sp-10 {
    margin-top: 10px !important; }
  .mt-sp-n10 {
    margin-top: -10px !important; }
  .mt-sp-15 {
    margin-top: 15px !important; }
  .mt-sp-n15 {
    margin-top: -15px !important; }
  .mt-sp-20 {
    margin-top: 20px !important; }
  .mt-sp-n20 {
    margin-top: -20px !important; }
  .mt-sp-25 {
    margin-top: 25px !important; }
  .mt-sp-n25 {
    margin-top: -25px !important; }
  .mt-sp-30 {
    margin-top: 30px !important; }
  .mt-sp-n30 {
    margin-top: -30px !important; }
  .mt-sp-35 {
    margin-top: 35px !important; }
  .mt-sp-n35 {
    margin-top: -35px !important; }
  .mt-sp-40 {
    margin-top: 40px !important; }
  .mt-sp-n40 {
    margin-top: -40px !important; }
  .mt-sp-45 {
    margin-top: 45px !important; }
  .mt-sp-n45 {
    margin-top: -45px !important; }
  .mt-sp-50 {
    margin-top: 50px !important; }
  .mt-sp-n50 {
    margin-top: -50px !important; }
  .mt-sp-55 {
    margin-top: 55px !important; }
  .mt-sp-n55 {
    margin-top: -55px !important; }
  .mt-sp-60 {
    margin-top: 60px !important; }
  .mt-sp-n60 {
    margin-top: -60px !important; }
  .mt-sp-65 {
    margin-top: 65px !important; }
  .mt-sp-n65 {
    margin-top: -65px !important; }
  .mt-sp-70 {
    margin-top: 70px !important; }
  .mt-sp-n70 {
    margin-top: -70px !important; }
  .mt-sp-75 {
    margin-top: 75px !important; }
  .mt-sp-n75 {
    margin-top: -75px !important; }
  .mt-sp-80 {
    margin-top: 80px !important; }
  .mt-sp-n80 {
    margin-top: -80px !important; }
  .mt-sp-85 {
    margin-top: 85px !important; }
  .mt-sp-n85 {
    margin-top: -85px !important; }
  .mt-sp-90 {
    margin-top: 90px !important; }
  .mt-sp-n90 {
    margin-top: -90px !important; }
  .mt-sp-95 {
    margin-top: 95px !important; }
  .mt-sp-n95 {
    margin-top: -95px !important; }
  .mt-sp-100 {
    margin-top: 100px !important; }
  .mt-sp-n100 {
    margin-top: -100px !important; }
  .mt-sp-105 {
    margin-top: 105px !important; }
  .mt-sp-n105 {
    margin-top: -105px !important; }
  .mt-sp-110 {
    margin-top: 110px !important; }
  .mt-sp-n110 {
    margin-top: -110px !important; }
  .mt-sp-115 {
    margin-top: 115px !important; }
  .mt-sp-n115 {
    margin-top: -115px !important; }
  .mt-sp-120 {
    margin-top: 120px !important; }
  .mt-sp-n120 {
    margin-top: -120px !important; }
  .mt-sp-125 {
    margin-top: 125px !important; }
  .mt-sp-n125 {
    margin-top: -125px !important; }
  .mt-sp-130 {
    margin-top: 130px !important; }
  .mt-sp-n130 {
    margin-top: -130px !important; }
  .mt-sp-135 {
    margin-top: 135px !important; }
  .mt-sp-n135 {
    margin-top: -135px !important; }
  .mt-sp-140 {
    margin-top: 140px !important; }
  .mt-sp-n140 {
    margin-top: -140px !important; }
  .mt-sp-145 {
    margin-top: 145px !important; }
  .mt-sp-n145 {
    margin-top: -145px !important; }
  .mt-sp-150 {
    margin-top: 150px !important; }
  .mt-sp-n150 {
    margin-top: -150px !important; }
  .mr-sp-0 {
    margin-right: 0px !important; }
  .mr-sp-n0 {
    margin-right: 0px !important; }
  .mr-sp-5 {
    margin-right: 5px !important; }
  .mr-sp-n5 {
    margin-right: -5px !important; }
  .mr-sp-10 {
    margin-right: 10px !important; }
  .mr-sp-n10 {
    margin-right: -10px !important; }
  .mr-sp-15 {
    margin-right: 15px !important; }
  .mr-sp-n15 {
    margin-right: -15px !important; }
  .mr-sp-20 {
    margin-right: 20px !important; }
  .mr-sp-n20 {
    margin-right: -20px !important; }
  .mr-sp-25 {
    margin-right: 25px !important; }
  .mr-sp-n25 {
    margin-right: -25px !important; }
  .mr-sp-30 {
    margin-right: 30px !important; }
  .mr-sp-n30 {
    margin-right: -30px !important; }
  .mr-sp-35 {
    margin-right: 35px !important; }
  .mr-sp-n35 {
    margin-right: -35px !important; }
  .mr-sp-40 {
    margin-right: 40px !important; }
  .mr-sp-n40 {
    margin-right: -40px !important; }
  .mr-sp-45 {
    margin-right: 45px !important; }
  .mr-sp-n45 {
    margin-right: -45px !important; }
  .mr-sp-50 {
    margin-right: 50px !important; }
  .mr-sp-n50 {
    margin-right: -50px !important; }
  .mr-sp-55 {
    margin-right: 55px !important; }
  .mr-sp-n55 {
    margin-right: -55px !important; }
  .mr-sp-60 {
    margin-right: 60px !important; }
  .mr-sp-n60 {
    margin-right: -60px !important; }
  .mr-sp-65 {
    margin-right: 65px !important; }
  .mr-sp-n65 {
    margin-right: -65px !important; }
  .mr-sp-70 {
    margin-right: 70px !important; }
  .mr-sp-n70 {
    margin-right: -70px !important; }
  .mr-sp-75 {
    margin-right: 75px !important; }
  .mr-sp-n75 {
    margin-right: -75px !important; }
  .mr-sp-80 {
    margin-right: 80px !important; }
  .mr-sp-n80 {
    margin-right: -80px !important; }
  .mr-sp-85 {
    margin-right: 85px !important; }
  .mr-sp-n85 {
    margin-right: -85px !important; }
  .mr-sp-90 {
    margin-right: 90px !important; }
  .mr-sp-n90 {
    margin-right: -90px !important; }
  .mr-sp-95 {
    margin-right: 95px !important; }
  .mr-sp-n95 {
    margin-right: -95px !important; }
  .mr-sp-100 {
    margin-right: 100px !important; }
  .mr-sp-n100 {
    margin-right: -100px !important; }
  .mr-sp-105 {
    margin-right: 105px !important; }
  .mr-sp-n105 {
    margin-right: -105px !important; }
  .mr-sp-110 {
    margin-right: 110px !important; }
  .mr-sp-n110 {
    margin-right: -110px !important; }
  .mr-sp-115 {
    margin-right: 115px !important; }
  .mr-sp-n115 {
    margin-right: -115px !important; }
  .mr-sp-120 {
    margin-right: 120px !important; }
  .mr-sp-n120 {
    margin-right: -120px !important; }
  .mr-sp-125 {
    margin-right: 125px !important; }
  .mr-sp-n125 {
    margin-right: -125px !important; }
  .mr-sp-130 {
    margin-right: 130px !important; }
  .mr-sp-n130 {
    margin-right: -130px !important; }
  .mr-sp-135 {
    margin-right: 135px !important; }
  .mr-sp-n135 {
    margin-right: -135px !important; }
  .mr-sp-140 {
    margin-right: 140px !important; }
  .mr-sp-n140 {
    margin-right: -140px !important; }
  .mr-sp-145 {
    margin-right: 145px !important; }
  .mr-sp-n145 {
    margin-right: -145px !important; }
  .mr-sp-150 {
    margin-right: 150px !important; }
  .mr-sp-n150 {
    margin-right: -150px !important; }
  .mb-sp-0 {
    margin-bottom: 0px !important; }
  .mb-sp-n0 {
    margin-bottom: 0px !important; }
  .mb-sp-5 {
    margin-bottom: 5px !important; }
  .mb-sp-n5 {
    margin-bottom: -5px !important; }
  .mb-sp-10 {
    margin-bottom: 10px !important; }
  .mb-sp-n10 {
    margin-bottom: -10px !important; }
  .mb-sp-15 {
    margin-bottom: 15px !important; }
  .mb-sp-n15 {
    margin-bottom: -15px !important; }
  .mb-sp-20 {
    margin-bottom: 20px !important; }
  .mb-sp-n20 {
    margin-bottom: -20px !important; }
  .mb-sp-25 {
    margin-bottom: 25px !important; }
  .mb-sp-n25 {
    margin-bottom: -25px !important; }
  .mb-sp-30 {
    margin-bottom: 30px !important; }
  .mb-sp-n30 {
    margin-bottom: -30px !important; }
  .mb-sp-35 {
    margin-bottom: 35px !important; }
  .mb-sp-n35 {
    margin-bottom: -35px !important; }
  .mb-sp-40 {
    margin-bottom: 40px !important; }
  .mb-sp-n40 {
    margin-bottom: -40px !important; }
  .mb-sp-45 {
    margin-bottom: 45px !important; }
  .mb-sp-n45 {
    margin-bottom: -45px !important; }
  .mb-sp-50 {
    margin-bottom: 50px !important; }
  .mb-sp-n50 {
    margin-bottom: -50px !important; }
  .mb-sp-55 {
    margin-bottom: 55px !important; }
  .mb-sp-n55 {
    margin-bottom: -55px !important; }
  .mb-sp-60 {
    margin-bottom: 60px !important; }
  .mb-sp-n60 {
    margin-bottom: -60px !important; }
  .mb-sp-65 {
    margin-bottom: 65px !important; }
  .mb-sp-n65 {
    margin-bottom: -65px !important; }
  .mb-sp-70 {
    margin-bottom: 70px !important; }
  .mb-sp-n70 {
    margin-bottom: -70px !important; }
  .mb-sp-75 {
    margin-bottom: 75px !important; }
  .mb-sp-n75 {
    margin-bottom: -75px !important; }
  .mb-sp-80 {
    margin-bottom: 80px !important; }
  .mb-sp-n80 {
    margin-bottom: -80px !important; }
  .mb-sp-85 {
    margin-bottom: 85px !important; }
  .mb-sp-n85 {
    margin-bottom: -85px !important; }
  .mb-sp-90 {
    margin-bottom: 90px !important; }
  .mb-sp-n90 {
    margin-bottom: -90px !important; }
  .mb-sp-95 {
    margin-bottom: 95px !important; }
  .mb-sp-n95 {
    margin-bottom: -95px !important; }
  .mb-sp-100 {
    margin-bottom: 100px !important; }
  .mb-sp-n100 {
    margin-bottom: -100px !important; }
  .mb-sp-105 {
    margin-bottom: 105px !important; }
  .mb-sp-n105 {
    margin-bottom: -105px !important; }
  .mb-sp-110 {
    margin-bottom: 110px !important; }
  .mb-sp-n110 {
    margin-bottom: -110px !important; }
  .mb-sp-115 {
    margin-bottom: 115px !important; }
  .mb-sp-n115 {
    margin-bottom: -115px !important; }
  .mb-sp-120 {
    margin-bottom: 120px !important; }
  .mb-sp-n120 {
    margin-bottom: -120px !important; }
  .mb-sp-125 {
    margin-bottom: 125px !important; }
  .mb-sp-n125 {
    margin-bottom: -125px !important; }
  .mb-sp-130 {
    margin-bottom: 130px !important; }
  .mb-sp-n130 {
    margin-bottom: -130px !important; }
  .mb-sp-135 {
    margin-bottom: 135px !important; }
  .mb-sp-n135 {
    margin-bottom: -135px !important; }
  .mb-sp-140 {
    margin-bottom: 140px !important; }
  .mb-sp-n140 {
    margin-bottom: -140px !important; }
  .mb-sp-145 {
    margin-bottom: 145px !important; }
  .mb-sp-n145 {
    margin-bottom: -145px !important; }
  .mb-sp-150 {
    margin-bottom: 150px !important; }
  .mb-sp-n150 {
    margin-bottom: -150px !important; }
  .ml-sp-0 {
    margin-left: 0px !important; }
  .ml-sp-n0 {
    margin-left: 0px !important; }
  .ml-sp-5 {
    margin-left: 5px !important; }
  .ml-sp-n5 {
    margin-left: -5px !important; }
  .ml-sp-10 {
    margin-left: 10px !important; }
  .ml-sp-n10 {
    margin-left: -10px !important; }
  .ml-sp-15 {
    margin-left: 15px !important; }
  .ml-sp-n15 {
    margin-left: -15px !important; }
  .ml-sp-20 {
    margin-left: 20px !important; }
  .ml-sp-n20 {
    margin-left: -20px !important; }
  .ml-sp-25 {
    margin-left: 25px !important; }
  .ml-sp-n25 {
    margin-left: -25px !important; }
  .ml-sp-30 {
    margin-left: 30px !important; }
  .ml-sp-n30 {
    margin-left: -30px !important; }
  .ml-sp-35 {
    margin-left: 35px !important; }
  .ml-sp-n35 {
    margin-left: -35px !important; }
  .ml-sp-40 {
    margin-left: 40px !important; }
  .ml-sp-n40 {
    margin-left: -40px !important; }
  .ml-sp-45 {
    margin-left: 45px !important; }
  .ml-sp-n45 {
    margin-left: -45px !important; }
  .ml-sp-50 {
    margin-left: 50px !important; }
  .ml-sp-n50 {
    margin-left: -50px !important; }
  .ml-sp-55 {
    margin-left: 55px !important; }
  .ml-sp-n55 {
    margin-left: -55px !important; }
  .ml-sp-60 {
    margin-left: 60px !important; }
  .ml-sp-n60 {
    margin-left: -60px !important; }
  .ml-sp-65 {
    margin-left: 65px !important; }
  .ml-sp-n65 {
    margin-left: -65px !important; }
  .ml-sp-70 {
    margin-left: 70px !important; }
  .ml-sp-n70 {
    margin-left: -70px !important; }
  .ml-sp-75 {
    margin-left: 75px !important; }
  .ml-sp-n75 {
    margin-left: -75px !important; }
  .ml-sp-80 {
    margin-left: 80px !important; }
  .ml-sp-n80 {
    margin-left: -80px !important; }
  .ml-sp-85 {
    margin-left: 85px !important; }
  .ml-sp-n85 {
    margin-left: -85px !important; }
  .ml-sp-90 {
    margin-left: 90px !important; }
  .ml-sp-n90 {
    margin-left: -90px !important; }
  .ml-sp-95 {
    margin-left: 95px !important; }
  .ml-sp-n95 {
    margin-left: -95px !important; }
  .ml-sp-100 {
    margin-left: 100px !important; }
  .ml-sp-n100 {
    margin-left: -100px !important; }
  .ml-sp-105 {
    margin-left: 105px !important; }
  .ml-sp-n105 {
    margin-left: -105px !important; }
  .ml-sp-110 {
    margin-left: 110px !important; }
  .ml-sp-n110 {
    margin-left: -110px !important; }
  .ml-sp-115 {
    margin-left: 115px !important; }
  .ml-sp-n115 {
    margin-left: -115px !important; }
  .ml-sp-120 {
    margin-left: 120px !important; }
  .ml-sp-n120 {
    margin-left: -120px !important; }
  .ml-sp-125 {
    margin-left: 125px !important; }
  .ml-sp-n125 {
    margin-left: -125px !important; }
  .ml-sp-130 {
    margin-left: 130px !important; }
  .ml-sp-n130 {
    margin-left: -130px !important; }
  .ml-sp-135 {
    margin-left: 135px !important; }
  .ml-sp-n135 {
    margin-left: -135px !important; }
  .ml-sp-140 {
    margin-left: 140px !important; }
  .ml-sp-n140 {
    margin-left: -140px !important; }
  .ml-sp-145 {
    margin-left: 145px !important; }
  .ml-sp-n145 {
    margin-left: -145px !important; }
  .ml-sp-150 {
    margin-left: 150px !important; }
  .ml-sp-n150 {
    margin-left: -150px !important; }
  .mx-sp-0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .mx-sp-n0 {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .my-sp-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .my-sp-n0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .mx-sp-5 {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .mx-sp-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important; }
  .my-sp-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .my-sp-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; }
  .mx-sp-10 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .mx-sp-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important; }
  .my-sp-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .my-sp-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }
  .mx-sp-15 {
    margin-right: 15px !important;
    margin-left: 15px !important; }
  .mx-sp-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .my-sp-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .my-sp-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; }
  .mx-sp-20 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .mx-sp-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important; }
  .my-sp-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .my-sp-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; }
  .mx-sp-25 {
    margin-right: 25px !important;
    margin-left: 25px !important; }
  .mx-sp-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important; }
  .my-sp-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .my-sp-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; }
  .mx-sp-30 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .mx-sp-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important; }
  .my-sp-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .my-sp-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; }
  .mx-sp-35 {
    margin-right: 35px !important;
    margin-left: 35px !important; }
  .mx-sp-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important; }
  .my-sp-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .my-sp-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; }
  .mx-sp-40 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .mx-sp-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important; }
  .my-sp-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .my-sp-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; }
  .mx-sp-45 {
    margin-right: 45px !important;
    margin-left: 45px !important; }
  .mx-sp-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important; }
  .my-sp-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .my-sp-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; }
  .mx-sp-50 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .mx-sp-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important; }
  .my-sp-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .my-sp-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; }
  .mx-sp-55 {
    margin-right: 55px !important;
    margin-left: 55px !important; }
  .mx-sp-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important; }
  .my-sp-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  .my-sp-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; }
  .mx-sp-60 {
    margin-right: 60px !important;
    margin-left: 60px !important; }
  .mx-sp-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important; }
  .my-sp-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  .my-sp-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; }
  .mx-sp-65 {
    margin-right: 65px !important;
    margin-left: 65px !important; }
  .mx-sp-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important; }
  .my-sp-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  .my-sp-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; }
  .mx-sp-70 {
    margin-right: 70px !important;
    margin-left: 70px !important; }
  .mx-sp-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important; }
  .my-sp-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  .my-sp-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; }
  .mx-sp-75 {
    margin-right: 75px !important;
    margin-left: 75px !important; }
  .mx-sp-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important; }
  .my-sp-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  .my-sp-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; }
  .mx-sp-80 {
    margin-right: 80px !important;
    margin-left: 80px !important; }
  .mx-sp-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important; }
  .my-sp-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  .my-sp-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; }
  .mx-sp-85 {
    margin-right: 85px !important;
    margin-left: 85px !important; }
  .mx-sp-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important; }
  .my-sp-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  .my-sp-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; }
  .mx-sp-90 {
    margin-right: 90px !important;
    margin-left: 90px !important; }
  .mx-sp-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important; }
  .my-sp-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  .my-sp-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; }
  .mx-sp-95 {
    margin-right: 95px !important;
    margin-left: 95px !important; }
  .mx-sp-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important; }
  .my-sp-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  .my-sp-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; }
  .mx-sp-100 {
    margin-right: 100px !important;
    margin-left: 100px !important; }
  .mx-sp-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important; }
  .my-sp-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  .my-sp-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; }
  .mx-sp-105 {
    margin-right: 105px !important;
    margin-left: 105px !important; }
  .mx-sp-n105 {
    margin-right: -105px !important;
    margin-left: -105px !important; }
  .my-sp-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important; }
  .my-sp-n105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important; }
  .mx-sp-110 {
    margin-right: 110px !important;
    margin-left: 110px !important; }
  .mx-sp-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important; }
  .my-sp-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }
  .my-sp-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important; }
  .mx-sp-115 {
    margin-right: 115px !important;
    margin-left: 115px !important; }
  .mx-sp-n115 {
    margin-right: -115px !important;
    margin-left: -115px !important; }
  .my-sp-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important; }
  .my-sp-n115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important; }
  .mx-sp-120 {
    margin-right: 120px !important;
    margin-left: 120px !important; }
  .mx-sp-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important; }
  .my-sp-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }
  .my-sp-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important; }
  .mx-sp-125 {
    margin-right: 125px !important;
    margin-left: 125px !important; }
  .mx-sp-n125 {
    margin-right: -125px !important;
    margin-left: -125px !important; }
  .my-sp-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important; }
  .my-sp-n125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important; }
  .mx-sp-130 {
    margin-right: 130px !important;
    margin-left: 130px !important; }
  .mx-sp-n130 {
    margin-right: -130px !important;
    margin-left: -130px !important; }
  .my-sp-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }
  .my-sp-n130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important; }
  .mx-sp-135 {
    margin-right: 135px !important;
    margin-left: 135px !important; }
  .mx-sp-n135 {
    margin-right: -135px !important;
    margin-left: -135px !important; }
  .my-sp-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important; }
  .my-sp-n135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important; }
  .mx-sp-140 {
    margin-right: 140px !important;
    margin-left: 140px !important; }
  .mx-sp-n140 {
    margin-right: -140px !important;
    margin-left: -140px !important; }
  .my-sp-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }
  .my-sp-n140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }
  .mx-sp-145 {
    margin-right: 145px !important;
    margin-left: 145px !important; }
  .mx-sp-n145 {
    margin-right: -145px !important;
    margin-left: -145px !important; }
  .my-sp-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important; }
  .my-sp-n145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important; }
  .mx-sp-150 {
    margin-right: 150px !important;
    margin-left: 150px !important; }
  .mx-sp-n150 {
    margin-right: -150px !important;
    margin-left: -150px !important; }
  .my-sp-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  .my-sp-n150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important; }
  .p-sp-0 {
    padding: 0px !important; }
  .p-sp-n0 {
    padding: 0px !important; }
  .p-sp-5 {
    padding: 5px !important; }
  .p-sp-n5 {
    padding: -5px !important; }
  .p-sp-10 {
    padding: 10px !important; }
  .p-sp-n10 {
    padding: -10px !important; }
  .p-sp-15 {
    padding: 15px !important; }
  .p-sp-n15 {
    padding: -15px !important; }
  .p-sp-20 {
    padding: 20px !important; }
  .p-sp-n20 {
    padding: -20px !important; }
  .p-sp-25 {
    padding: 25px !important; }
  .p-sp-n25 {
    padding: -25px !important; }
  .p-sp-30 {
    padding: 30px !important; }
  .p-sp-n30 {
    padding: -30px !important; }
  .p-sp-35 {
    padding: 35px !important; }
  .p-sp-n35 {
    padding: -35px !important; }
  .p-sp-40 {
    padding: 40px !important; }
  .p-sp-n40 {
    padding: -40px !important; }
  .p-sp-45 {
    padding: 45px !important; }
  .p-sp-n45 {
    padding: -45px !important; }
  .p-sp-50 {
    padding: 50px !important; }
  .p-sp-n50 {
    padding: -50px !important; }
  .p-sp-55 {
    padding: 55px !important; }
  .p-sp-n55 {
    padding: -55px !important; }
  .p-sp-60 {
    padding: 60px !important; }
  .p-sp-n60 {
    padding: -60px !important; }
  .p-sp-65 {
    padding: 65px !important; }
  .p-sp-n65 {
    padding: -65px !important; }
  .p-sp-70 {
    padding: 70px !important; }
  .p-sp-n70 {
    padding: -70px !important; }
  .p-sp-75 {
    padding: 75px !important; }
  .p-sp-n75 {
    padding: -75px !important; }
  .p-sp-80 {
    padding: 80px !important; }
  .p-sp-n80 {
    padding: -80px !important; }
  .p-sp-85 {
    padding: 85px !important; }
  .p-sp-n85 {
    padding: -85px !important; }
  .p-sp-90 {
    padding: 90px !important; }
  .p-sp-n90 {
    padding: -90px !important; }
  .p-sp-95 {
    padding: 95px !important; }
  .p-sp-n95 {
    padding: -95px !important; }
  .p-sp-100 {
    padding: 100px !important; }
  .p-sp-n100 {
    padding: -100px !important; }
  .p-sp-105 {
    padding: 105px !important; }
  .p-sp-n105 {
    padding: -105px !important; }
  .p-sp-110 {
    padding: 110px !important; }
  .p-sp-n110 {
    padding: -110px !important; }
  .p-sp-115 {
    padding: 115px !important; }
  .p-sp-n115 {
    padding: -115px !important; }
  .p-sp-120 {
    padding: 120px !important; }
  .p-sp-n120 {
    padding: -120px !important; }
  .p-sp-125 {
    padding: 125px !important; }
  .p-sp-n125 {
    padding: -125px !important; }
  .p-sp-130 {
    padding: 130px !important; }
  .p-sp-n130 {
    padding: -130px !important; }
  .p-sp-135 {
    padding: 135px !important; }
  .p-sp-n135 {
    padding: -135px !important; }
  .p-sp-140 {
    padding: 140px !important; }
  .p-sp-n140 {
    padding: -140px !important; }
  .p-sp-145 {
    padding: 145px !important; }
  .p-sp-n145 {
    padding: -145px !important; }
  .p-sp-150 {
    padding: 150px !important; }
  .p-sp-n150 {
    padding: -150px !important; }
  .pt-sp-0 {
    padding-top: 0px !important; }
  .pt-sp-n0 {
    padding-top: 0px !important; }
  .pt-sp-5 {
    padding-top: 5px !important; }
  .pt-sp-n5 {
    padding-top: -5px !important; }
  .pt-sp-10 {
    padding-top: 10px !important; }
  .pt-sp-n10 {
    padding-top: -10px !important; }
  .pt-sp-15 {
    padding-top: 15px !important; }
  .pt-sp-n15 {
    padding-top: -15px !important; }
  .pt-sp-20 {
    padding-top: 20px !important; }
  .pt-sp-n20 {
    padding-top: -20px !important; }
  .pt-sp-25 {
    padding-top: 25px !important; }
  .pt-sp-n25 {
    padding-top: -25px !important; }
  .pt-sp-30 {
    padding-top: 30px !important; }
  .pt-sp-n30 {
    padding-top: -30px !important; }
  .pt-sp-35 {
    padding-top: 35px !important; }
  .pt-sp-n35 {
    padding-top: -35px !important; }
  .pt-sp-40 {
    padding-top: 40px !important; }
  .pt-sp-n40 {
    padding-top: -40px !important; }
  .pt-sp-45 {
    padding-top: 45px !important; }
  .pt-sp-n45 {
    padding-top: -45px !important; }
  .pt-sp-50 {
    padding-top: 50px !important; }
  .pt-sp-n50 {
    padding-top: -50px !important; }
  .pt-sp-55 {
    padding-top: 55px !important; }
  .pt-sp-n55 {
    padding-top: -55px !important; }
  .pt-sp-60 {
    padding-top: 60px !important; }
  .pt-sp-n60 {
    padding-top: -60px !important; }
  .pt-sp-65 {
    padding-top: 65px !important; }
  .pt-sp-n65 {
    padding-top: -65px !important; }
  .pt-sp-70 {
    padding-top: 70px !important; }
  .pt-sp-n70 {
    padding-top: -70px !important; }
  .pt-sp-75 {
    padding-top: 75px !important; }
  .pt-sp-n75 {
    padding-top: -75px !important; }
  .pt-sp-80 {
    padding-top: 80px !important; }
  .pt-sp-n80 {
    padding-top: -80px !important; }
  .pt-sp-85 {
    padding-top: 85px !important; }
  .pt-sp-n85 {
    padding-top: -85px !important; }
  .pt-sp-90 {
    padding-top: 90px !important; }
  .pt-sp-n90 {
    padding-top: -90px !important; }
  .pt-sp-95 {
    padding-top: 95px !important; }
  .pt-sp-n95 {
    padding-top: -95px !important; }
  .pt-sp-100 {
    padding-top: 100px !important; }
  .pt-sp-n100 {
    padding-top: -100px !important; }
  .pt-sp-105 {
    padding-top: 105px !important; }
  .pt-sp-n105 {
    padding-top: -105px !important; }
  .pt-sp-110 {
    padding-top: 110px !important; }
  .pt-sp-n110 {
    padding-top: -110px !important; }
  .pt-sp-115 {
    padding-top: 115px !important; }
  .pt-sp-n115 {
    padding-top: -115px !important; }
  .pt-sp-120 {
    padding-top: 120px !important; }
  .pt-sp-n120 {
    padding-top: -120px !important; }
  .pt-sp-125 {
    padding-top: 125px !important; }
  .pt-sp-n125 {
    padding-top: -125px !important; }
  .pt-sp-130 {
    padding-top: 130px !important; }
  .pt-sp-n130 {
    padding-top: -130px !important; }
  .pt-sp-135 {
    padding-top: 135px !important; }
  .pt-sp-n135 {
    padding-top: -135px !important; }
  .pt-sp-140 {
    padding-top: 140px !important; }
  .pt-sp-n140 {
    padding-top: -140px !important; }
  .pt-sp-145 {
    padding-top: 145px !important; }
  .pt-sp-n145 {
    padding-top: -145px !important; }
  .pt-sp-150 {
    padding-top: 150px !important; }
  .pt-sp-n150 {
    padding-top: -150px !important; }
  .pr-sp-0 {
    padding-right: 0px !important; }
  .pr-sp-n0 {
    padding-right: 0px !important; }
  .pr-sp-5 {
    padding-right: 5px !important; }
  .pr-sp-n5 {
    padding-right: -5px !important; }
  .pr-sp-10 {
    padding-right: 10px !important; }
  .pr-sp-n10 {
    padding-right: -10px !important; }
  .pr-sp-15 {
    padding-right: 15px !important; }
  .pr-sp-n15 {
    padding-right: -15px !important; }
  .pr-sp-20 {
    padding-right: 20px !important; }
  .pr-sp-n20 {
    padding-right: -20px !important; }
  .pr-sp-25 {
    padding-right: 25px !important; }
  .pr-sp-n25 {
    padding-right: -25px !important; }
  .pr-sp-30 {
    padding-right: 30px !important; }
  .pr-sp-n30 {
    padding-right: -30px !important; }
  .pr-sp-35 {
    padding-right: 35px !important; }
  .pr-sp-n35 {
    padding-right: -35px !important; }
  .pr-sp-40 {
    padding-right: 40px !important; }
  .pr-sp-n40 {
    padding-right: -40px !important; }
  .pr-sp-45 {
    padding-right: 45px !important; }
  .pr-sp-n45 {
    padding-right: -45px !important; }
  .pr-sp-50 {
    padding-right: 50px !important; }
  .pr-sp-n50 {
    padding-right: -50px !important; }
  .pr-sp-55 {
    padding-right: 55px !important; }
  .pr-sp-n55 {
    padding-right: -55px !important; }
  .pr-sp-60 {
    padding-right: 60px !important; }
  .pr-sp-n60 {
    padding-right: -60px !important; }
  .pr-sp-65 {
    padding-right: 65px !important; }
  .pr-sp-n65 {
    padding-right: -65px !important; }
  .pr-sp-70 {
    padding-right: 70px !important; }
  .pr-sp-n70 {
    padding-right: -70px !important; }
  .pr-sp-75 {
    padding-right: 75px !important; }
  .pr-sp-n75 {
    padding-right: -75px !important; }
  .pr-sp-80 {
    padding-right: 80px !important; }
  .pr-sp-n80 {
    padding-right: -80px !important; }
  .pr-sp-85 {
    padding-right: 85px !important; }
  .pr-sp-n85 {
    padding-right: -85px !important; }
  .pr-sp-90 {
    padding-right: 90px !important; }
  .pr-sp-n90 {
    padding-right: -90px !important; }
  .pr-sp-95 {
    padding-right: 95px !important; }
  .pr-sp-n95 {
    padding-right: -95px !important; }
  .pr-sp-100 {
    padding-right: 100px !important; }
  .pr-sp-n100 {
    padding-right: -100px !important; }
  .pr-sp-105 {
    padding-right: 105px !important; }
  .pr-sp-n105 {
    padding-right: -105px !important; }
  .pr-sp-110 {
    padding-right: 110px !important; }
  .pr-sp-n110 {
    padding-right: -110px !important; }
  .pr-sp-115 {
    padding-right: 115px !important; }
  .pr-sp-n115 {
    padding-right: -115px !important; }
  .pr-sp-120 {
    padding-right: 120px !important; }
  .pr-sp-n120 {
    padding-right: -120px !important; }
  .pr-sp-125 {
    padding-right: 125px !important; }
  .pr-sp-n125 {
    padding-right: -125px !important; }
  .pr-sp-130 {
    padding-right: 130px !important; }
  .pr-sp-n130 {
    padding-right: -130px !important; }
  .pr-sp-135 {
    padding-right: 135px !important; }
  .pr-sp-n135 {
    padding-right: -135px !important; }
  .pr-sp-140 {
    padding-right: 140px !important; }
  .pr-sp-n140 {
    padding-right: -140px !important; }
  .pr-sp-145 {
    padding-right: 145px !important; }
  .pr-sp-n145 {
    padding-right: -145px !important; }
  .pr-sp-150 {
    padding-right: 150px !important; }
  .pr-sp-n150 {
    padding-right: -150px !important; }
  .pb-sp-0 {
    padding-bottom: 0px !important; }
  .pb-sp-n0 {
    padding-bottom: 0px !important; }
  .pb-sp-5 {
    padding-bottom: 5px !important; }
  .pb-sp-n5 {
    padding-bottom: -5px !important; }
  .pb-sp-10 {
    padding-bottom: 10px !important; }
  .pb-sp-n10 {
    padding-bottom: -10px !important; }
  .pb-sp-15 {
    padding-bottom: 15px !important; }
  .pb-sp-n15 {
    padding-bottom: -15px !important; }
  .pb-sp-20 {
    padding-bottom: 20px !important; }
  .pb-sp-n20 {
    padding-bottom: -20px !important; }
  .pb-sp-25 {
    padding-bottom: 25px !important; }
  .pb-sp-n25 {
    padding-bottom: -25px !important; }
  .pb-sp-30 {
    padding-bottom: 30px !important; }
  .pb-sp-n30 {
    padding-bottom: -30px !important; }
  .pb-sp-35 {
    padding-bottom: 35px !important; }
  .pb-sp-n35 {
    padding-bottom: -35px !important; }
  .pb-sp-40 {
    padding-bottom: 40px !important; }
  .pb-sp-n40 {
    padding-bottom: -40px !important; }
  .pb-sp-45 {
    padding-bottom: 45px !important; }
  .pb-sp-n45 {
    padding-bottom: -45px !important; }
  .pb-sp-50 {
    padding-bottom: 50px !important; }
  .pb-sp-n50 {
    padding-bottom: -50px !important; }
  .pb-sp-55 {
    padding-bottom: 55px !important; }
  .pb-sp-n55 {
    padding-bottom: -55px !important; }
  .pb-sp-60 {
    padding-bottom: 60px !important; }
  .pb-sp-n60 {
    padding-bottom: -60px !important; }
  .pb-sp-65 {
    padding-bottom: 65px !important; }
  .pb-sp-n65 {
    padding-bottom: -65px !important; }
  .pb-sp-70 {
    padding-bottom: 70px !important; }
  .pb-sp-n70 {
    padding-bottom: -70px !important; }
  .pb-sp-75 {
    padding-bottom: 75px !important; }
  .pb-sp-n75 {
    padding-bottom: -75px !important; }
  .pb-sp-80 {
    padding-bottom: 80px !important; }
  .pb-sp-n80 {
    padding-bottom: -80px !important; }
  .pb-sp-85 {
    padding-bottom: 85px !important; }
  .pb-sp-n85 {
    padding-bottom: -85px !important; }
  .pb-sp-90 {
    padding-bottom: 90px !important; }
  .pb-sp-n90 {
    padding-bottom: -90px !important; }
  .pb-sp-95 {
    padding-bottom: 95px !important; }
  .pb-sp-n95 {
    padding-bottom: -95px !important; }
  .pb-sp-100 {
    padding-bottom: 100px !important; }
  .pb-sp-n100 {
    padding-bottom: -100px !important; }
  .pb-sp-105 {
    padding-bottom: 105px !important; }
  .pb-sp-n105 {
    padding-bottom: -105px !important; }
  .pb-sp-110 {
    padding-bottom: 110px !important; }
  .pb-sp-n110 {
    padding-bottom: -110px !important; }
  .pb-sp-115 {
    padding-bottom: 115px !important; }
  .pb-sp-n115 {
    padding-bottom: -115px !important; }
  .pb-sp-120 {
    padding-bottom: 120px !important; }
  .pb-sp-n120 {
    padding-bottom: -120px !important; }
  .pb-sp-125 {
    padding-bottom: 125px !important; }
  .pb-sp-n125 {
    padding-bottom: -125px !important; }
  .pb-sp-130 {
    padding-bottom: 130px !important; }
  .pb-sp-n130 {
    padding-bottom: -130px !important; }
  .pb-sp-135 {
    padding-bottom: 135px !important; }
  .pb-sp-n135 {
    padding-bottom: -135px !important; }
  .pb-sp-140 {
    padding-bottom: 140px !important; }
  .pb-sp-n140 {
    padding-bottom: -140px !important; }
  .pb-sp-145 {
    padding-bottom: 145px !important; }
  .pb-sp-n145 {
    padding-bottom: -145px !important; }
  .pb-sp-150 {
    padding-bottom: 150px !important; }
  .pb-sp-n150 {
    padding-bottom: -150px !important; }
  .pl-sp-0 {
    padding-left: 0px !important; }
  .pl-sp-n0 {
    padding-left: 0px !important; }
  .pl-sp-5 {
    padding-left: 5px !important; }
  .pl-sp-n5 {
    padding-left: -5px !important; }
  .pl-sp-10 {
    padding-left: 10px !important; }
  .pl-sp-n10 {
    padding-left: -10px !important; }
  .pl-sp-15 {
    padding-left: 15px !important; }
  .pl-sp-n15 {
    padding-left: -15px !important; }
  .pl-sp-20 {
    padding-left: 20px !important; }
  .pl-sp-n20 {
    padding-left: -20px !important; }
  .pl-sp-25 {
    padding-left: 25px !important; }
  .pl-sp-n25 {
    padding-left: -25px !important; }
  .pl-sp-30 {
    padding-left: 30px !important; }
  .pl-sp-n30 {
    padding-left: -30px !important; }
  .pl-sp-35 {
    padding-left: 35px !important; }
  .pl-sp-n35 {
    padding-left: -35px !important; }
  .pl-sp-40 {
    padding-left: 40px !important; }
  .pl-sp-n40 {
    padding-left: -40px !important; }
  .pl-sp-45 {
    padding-left: 45px !important; }
  .pl-sp-n45 {
    padding-left: -45px !important; }
  .pl-sp-50 {
    padding-left: 50px !important; }
  .pl-sp-n50 {
    padding-left: -50px !important; }
  .pl-sp-55 {
    padding-left: 55px !important; }
  .pl-sp-n55 {
    padding-left: -55px !important; }
  .pl-sp-60 {
    padding-left: 60px !important; }
  .pl-sp-n60 {
    padding-left: -60px !important; }
  .pl-sp-65 {
    padding-left: 65px !important; }
  .pl-sp-n65 {
    padding-left: -65px !important; }
  .pl-sp-70 {
    padding-left: 70px !important; }
  .pl-sp-n70 {
    padding-left: -70px !important; }
  .pl-sp-75 {
    padding-left: 75px !important; }
  .pl-sp-n75 {
    padding-left: -75px !important; }
  .pl-sp-80 {
    padding-left: 80px !important; }
  .pl-sp-n80 {
    padding-left: -80px !important; }
  .pl-sp-85 {
    padding-left: 85px !important; }
  .pl-sp-n85 {
    padding-left: -85px !important; }
  .pl-sp-90 {
    padding-left: 90px !important; }
  .pl-sp-n90 {
    padding-left: -90px !important; }
  .pl-sp-95 {
    padding-left: 95px !important; }
  .pl-sp-n95 {
    padding-left: -95px !important; }
  .pl-sp-100 {
    padding-left: 100px !important; }
  .pl-sp-n100 {
    padding-left: -100px !important; }
  .pl-sp-105 {
    padding-left: 105px !important; }
  .pl-sp-n105 {
    padding-left: -105px !important; }
  .pl-sp-110 {
    padding-left: 110px !important; }
  .pl-sp-n110 {
    padding-left: -110px !important; }
  .pl-sp-115 {
    padding-left: 115px !important; }
  .pl-sp-n115 {
    padding-left: -115px !important; }
  .pl-sp-120 {
    padding-left: 120px !important; }
  .pl-sp-n120 {
    padding-left: -120px !important; }
  .pl-sp-125 {
    padding-left: 125px !important; }
  .pl-sp-n125 {
    padding-left: -125px !important; }
  .pl-sp-130 {
    padding-left: 130px !important; }
  .pl-sp-n130 {
    padding-left: -130px !important; }
  .pl-sp-135 {
    padding-left: 135px !important; }
  .pl-sp-n135 {
    padding-left: -135px !important; }
  .pl-sp-140 {
    padding-left: 140px !important; }
  .pl-sp-n140 {
    padding-left: -140px !important; }
  .pl-sp-145 {
    padding-left: 145px !important; }
  .pl-sp-n145 {
    padding-left: -145px !important; }
  .pl-sp-150 {
    padding-left: 150px !important; }
  .pl-sp-n150 {
    padding-left: -150px !important; }
  .px-sp-0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .px-sp-n0 {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  .py-sp-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .py-sp-n0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .px-sp-5 {
    padding-right: 5px !important;
    padding-left: 5px !important; }
  .px-sp-n5 {
    padding-right: -5px !important;
    padding-left: -5px !important; }
  .py-sp-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .py-sp-n5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; }
  .px-sp-10 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .px-sp-n10 {
    padding-right: -10px !important;
    padding-left: -10px !important; }
  .py-sp-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .py-sp-n10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }
  .px-sp-15 {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .px-sp-n15 {
    padding-right: -15px !important;
    padding-left: -15px !important; }
  .py-sp-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .py-sp-n15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; }
  .px-sp-20 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .px-sp-n20 {
    padding-right: -20px !important;
    padding-left: -20px !important; }
  .py-sp-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .py-sp-n20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; }
  .px-sp-25 {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .px-sp-n25 {
    padding-right: -25px !important;
    padding-left: -25px !important; }
  .py-sp-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .py-sp-n25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; }
  .px-sp-30 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .px-sp-n30 {
    padding-right: -30px !important;
    padding-left: -30px !important; }
  .py-sp-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .py-sp-n30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; }
  .px-sp-35 {
    padding-right: 35px !important;
    padding-left: 35px !important; }
  .px-sp-n35 {
    padding-right: -35px !important;
    padding-left: -35px !important; }
  .py-sp-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .py-sp-n35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; }
  .px-sp-40 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .px-sp-n40 {
    padding-right: -40px !important;
    padding-left: -40px !important; }
  .py-sp-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .py-sp-n40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; }
  .px-sp-45 {
    padding-right: 45px !important;
    padding-left: 45px !important; }
  .px-sp-n45 {
    padding-right: -45px !important;
    padding-left: -45px !important; }
  .py-sp-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .py-sp-n45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; }
  .px-sp-50 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .px-sp-n50 {
    padding-right: -50px !important;
    padding-left: -50px !important; }
  .py-sp-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .py-sp-n50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; }
  .px-sp-55 {
    padding-right: 55px !important;
    padding-left: 55px !important; }
  .px-sp-n55 {
    padding-right: -55px !important;
    padding-left: -55px !important; }
  .py-sp-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .py-sp-n55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; }
  .px-sp-60 {
    padding-right: 60px !important;
    padding-left: 60px !important; }
  .px-sp-n60 {
    padding-right: -60px !important;
    padding-left: -60px !important; }
  .py-sp-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .py-sp-n60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; }
  .px-sp-65 {
    padding-right: 65px !important;
    padding-left: 65px !important; }
  .px-sp-n65 {
    padding-right: -65px !important;
    padding-left: -65px !important; }
  .py-sp-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  .py-sp-n65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; }
  .px-sp-70 {
    padding-right: 70px !important;
    padding-left: 70px !important; }
  .px-sp-n70 {
    padding-right: -70px !important;
    padding-left: -70px !important; }
  .py-sp-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .py-sp-n70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; }
  .px-sp-75 {
    padding-right: 75px !important;
    padding-left: 75px !important; }
  .px-sp-n75 {
    padding-right: -75px !important;
    padding-left: -75px !important; }
  .py-sp-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  .py-sp-n75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; }
  .px-sp-80 {
    padding-right: 80px !important;
    padding-left: 80px !important; }
  .px-sp-n80 {
    padding-right: -80px !important;
    padding-left: -80px !important; }
  .py-sp-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .py-sp-n80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; }
  .px-sp-85 {
    padding-right: 85px !important;
    padding-left: 85px !important; }
  .px-sp-n85 {
    padding-right: -85px !important;
    padding-left: -85px !important; }
  .py-sp-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  .py-sp-n85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; }
  .px-sp-90 {
    padding-right: 90px !important;
    padding-left: 90px !important; }
  .px-sp-n90 {
    padding-right: -90px !important;
    padding-left: -90px !important; }
  .py-sp-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .py-sp-n90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; }
  .px-sp-95 {
    padding-right: 95px !important;
    padding-left: 95px !important; }
  .px-sp-n95 {
    padding-right: -95px !important;
    padding-left: -95px !important; }
  .py-sp-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  .py-sp-n95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; }
  .px-sp-100 {
    padding-right: 100px !important;
    padding-left: 100px !important; }
  .px-sp-n100 {
    padding-right: -100px !important;
    padding-left: -100px !important; }
  .py-sp-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .py-sp-n100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; }
  .px-sp-105 {
    padding-right: 105px !important;
    padding-left: 105px !important; }
  .px-sp-n105 {
    padding-right: -105px !important;
    padding-left: -105px !important; }
  .py-sp-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important; }
  .py-sp-n105 {
    padding-top: -105px !important;
    padding-bottom: -105px !important; }
  .px-sp-110 {
    padding-right: 110px !important;
    padding-left: 110px !important; }
  .px-sp-n110 {
    padding-right: -110px !important;
    padding-left: -110px !important; }
  .py-sp-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .py-sp-n110 {
    padding-top: -110px !important;
    padding-bottom: -110px !important; }
  .px-sp-115 {
    padding-right: 115px !important;
    padding-left: 115px !important; }
  .px-sp-n115 {
    padding-right: -115px !important;
    padding-left: -115px !important; }
  .py-sp-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important; }
  .py-sp-n115 {
    padding-top: -115px !important;
    padding-bottom: -115px !important; }
  .px-sp-120 {
    padding-right: 120px !important;
    padding-left: 120px !important; }
  .px-sp-n120 {
    padding-right: -120px !important;
    padding-left: -120px !important; }
  .py-sp-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .py-sp-n120 {
    padding-top: -120px !important;
    padding-bottom: -120px !important; }
  .px-sp-125 {
    padding-right: 125px !important;
    padding-left: 125px !important; }
  .px-sp-n125 {
    padding-right: -125px !important;
    padding-left: -125px !important; }
  .py-sp-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important; }
  .py-sp-n125 {
    padding-top: -125px !important;
    padding-bottom: -125px !important; }
  .px-sp-130 {
    padding-right: 130px !important;
    padding-left: 130px !important; }
  .px-sp-n130 {
    padding-right: -130px !important;
    padding-left: -130px !important; }
  .py-sp-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .py-sp-n130 {
    padding-top: -130px !important;
    padding-bottom: -130px !important; }
  .px-sp-135 {
    padding-right: 135px !important;
    padding-left: 135px !important; }
  .px-sp-n135 {
    padding-right: -135px !important;
    padding-left: -135px !important; }
  .py-sp-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important; }
  .py-sp-n135 {
    padding-top: -135px !important;
    padding-bottom: -135px !important; }
  .px-sp-140 {
    padding-right: 140px !important;
    padding-left: 140px !important; }
  .px-sp-n140 {
    padding-right: -140px !important;
    padding-left: -140px !important; }
  .py-sp-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .py-sp-n140 {
    padding-top: -140px !important;
    padding-bottom: -140px !important; }
  .px-sp-145 {
    padding-right: 145px !important;
    padding-left: 145px !important; }
  .px-sp-n145 {
    padding-right: -145px !important;
    padding-left: -145px !important; }
  .py-sp-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important; }
  .py-sp-n145 {
    padding-top: -145px !important;
    padding-bottom: -145px !important; }
  .px-sp-150 {
    padding-right: 150px !important;
    padding-left: 150px !important; }
  .px-sp-n150 {
    padding-right: -150px !important;
    padding-left: -150px !important; }
  .py-sp-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .py-sp-n150 {
    padding-top: -150px !important;
    padding-bottom: -150px !important; }
  .d-sp-none {
    display: none !important; }
  .d-sp-inline {
    display: inline !important; }
  .d-sp-inline-block {
    display: inline-block !important; }
  .d-sp-block {
    display: block !important; }
  .d-sp-table {
    display: table !important; }
  .d-sp-table-row {
    display: table-row !important; }
  .d-sp-table-cell {
    display: table-cell !important; }
  .d-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.lh-10 {
  line-height: 1; }

.lh-11 {
  line-height: 1.1; }

.lh-12 {
  line-height: 1.2; }

.lh-13 {
  line-height: 1.3; }

.lh-14 {
  line-height: 1.4; }

.lh-15 {
  line-height: 1.5; }

.lh-16 {
  line-height: 1.6; }

.lh-17 {
  line-height: 1.7; }

.lh-18 {
  line-height: 1.8; }

.lh-19 {
  line-height: 1.9; }

.lh-20 {
  line-height: 2; }

@media (min-width: 576px) {
  .lh-sm-10 {
    line-height: 1; }
  .lh-sm-11 {
    line-height: 1.1; }
  .lh-sm-12 {
    line-height: 1.2; }
  .lh-sm-13 {
    line-height: 1.3; }
  .lh-sm-14 {
    line-height: 1.4; }
  .lh-sm-15 {
    line-height: 1.5; }
  .lh-sm-16 {
    line-height: 1.6; }
  .lh-sm-17 {
    line-height: 1.7; }
  .lh-sm-18 {
    line-height: 1.8; }
  .lh-sm-19 {
    line-height: 1.9; }
  .lh-sm-20 {
    line-height: 2; } }

@media (min-width: 769px) {
  .lh-md-10 {
    line-height: 1; }
  .lh-md-11 {
    line-height: 1.1; }
  .lh-md-12 {
    line-height: 1.2; }
  .lh-md-13 {
    line-height: 1.3; }
  .lh-md-14 {
    line-height: 1.4; }
  .lh-md-15 {
    line-height: 1.5; }
  .lh-md-16 {
    line-height: 1.6; }
  .lh-md-17 {
    line-height: 1.7; }
  .lh-md-18 {
    line-height: 1.8; }
  .lh-md-19 {
    line-height: 1.9; }
  .lh-md-20 {
    line-height: 2; } }

@media (min-width: 1024px) {
  .lh-pc-10 {
    line-height: 1; }
  .lh-pc-11 {
    line-height: 1.1; }
  .lh-pc-12 {
    line-height: 1.2; }
  .lh-pc-13 {
    line-height: 1.3; }
  .lh-pc-14 {
    line-height: 1.4; }
  .lh-pc-15 {
    line-height: 1.5; }
  .lh-pc-16 {
    line-height: 1.6; }
  .lh-pc-17 {
    line-height: 1.7; }
  .lh-pc-18 {
    line-height: 1.8; }
  .lh-pc-19 {
    line-height: 1.9; }
  .lh-pc-20 {
    line-height: 2; } }

@media (min-width: 1200px) {
  .lh-lg-10 {
    line-height: 1; }
  .lh-lg-11 {
    line-height: 1.1; }
  .lh-lg-12 {
    line-height: 1.2; }
  .lh-lg-13 {
    line-height: 1.3; }
  .lh-lg-14 {
    line-height: 1.4; }
  .lh-lg-15 {
    line-height: 1.5; }
  .lh-lg-16 {
    line-height: 1.6; }
  .lh-lg-17 {
    line-height: 1.7; }
  .lh-lg-18 {
    line-height: 1.8; }
  .lh-lg-19 {
    line-height: 1.9; }
  .lh-lg-20 {
    line-height: 2; } }

@media (min-width: 1367px) {
  .lh-xl-10 {
    line-height: 1; }
  .lh-xl-11 {
    line-height: 1.1; }
  .lh-xl-12 {
    line-height: 1.2; }
  .lh-xl-13 {
    line-height: 1.3; }
  .lh-xl-14 {
    line-height: 1.4; }
  .lh-xl-15 {
    line-height: 1.5; }
  .lh-xl-16 {
    line-height: 1.6; }
  .lh-xl-17 {
    line-height: 1.7; }
  .lh-xl-18 {
    line-height: 1.8; }
  .lh-xl-19 {
    line-height: 1.9; }
  .lh-xl-20 {
    line-height: 2; } }

.wm-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  line-height: 1; }

@media (min-width: 576px) {
  .wm-sm-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 1; } }

@media (min-width: 769px) {
  .wm-md-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1024px) {
  .wm-pc-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1200px) {
  .wm-lg-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 1; } }

@media (min-width: 1367px) {
  .wm-xl-rl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 1; } }

.opacity-0 {
  opacity: 0 !important; }

.opacity-5 {
  opacity: 5 !important; }

.opacity-10 {
  opacity: 10 !important; }

.opacity-15 {
  opacity: 15 !important; }

.opacity-20 {
  opacity: 20 !important; }

.opacity-25 {
  opacity: 25 !important; }

.opacity-30 {
  opacity: 30 !important; }

.opacity-35 {
  opacity: 35 !important; }

.opacity-40 {
  opacity: 40 !important; }

.opacity-45 {
  opacity: 45 !important; }

.opacity-50 {
  opacity: 50 !important; }

.opacity-55 {
  opacity: 55 !important; }

.opacity-60 {
  opacity: 60 !important; }

.opacity-65 {
  opacity: 65 !important; }

.opacity-70 {
  opacity: 70 !important; }

.opacity-75 {
  opacity: 75 !important; }

.opacity-80 {
  opacity: 80 !important; }

.opacity-85 {
  opacity: 85 !important; }

.opacity-90 {
  opacity: 90 !important; }

.opacity-95 {
  opacity: 95 !important; }

.opacity-100 {
  opacity: 100 !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important; }
  .position-sm-relative {
    position: relative !important; }
  .position-sm-absolute {
    position: absolute !important; }
  .position-sm-fixed {
    position: fixed !important; }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

@media (min-width: 769px) {
  .position-md-static {
    position: static !important; }
  .position-md-relative {
    position: relative !important; }
  .position-md-absolute {
    position: absolute !important; }
  .position-md-fixed {
    position: fixed !important; }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

@media (min-width: 1024px) {
  .position-pc-static {
    position: static !important; }
  .position-pc-relative {
    position: relative !important; }
  .position-pc-absolute {
    position: absolute !important; }
  .position-pc-fixed {
    position: fixed !important; }
  .position-pc-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

@media (min-width: 1200px) {
  .position-lg-static {
    position: static !important; }
  .position-lg-relative {
    position: relative !important; }
  .position-lg-absolute {
    position: absolute !important; }
  .position-lg-fixed {
    position: fixed !important; }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

@media (min-width: 1367px) {
  .position-xl-static {
    position: static !important; }
  .position-xl-relative {
    position: relative !important; }
  .position-xl-absolute {
    position: absolute !important; }
  .position-xl-fixed {
    position: fixed !important; }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; } }

.border-0 {
  border: 0px solid !important; }

.border-1 {
  border: 1px solid !important; }

.border-2 {
  border: 2px solid !important; }

.border-3 {
  border: 3px solid !important; }

.border-4 {
  border: 4px solid !important; }

.border-5 {
  border: 5px solid !important; }

.border-top-0 {
  border-top: 0px solid !important; }

.border-top-1 {
  border-top: 1px solid !important; }

.border-top-2 {
  border-top: 2px solid !important; }

.border-top-3 {
  border-top: 3px solid !important; }

.border-top-4 {
  border-top: 4px solid !important; }

.border-top-5 {
  border-top: 5px solid !important; }

.border-right-0 {
  border-right: 0px solid !important; }

.border-right-1 {
  border-right: 1px solid !important; }

.border-right-2 {
  border-right: 2px solid !important; }

.border-right-3 {
  border-right: 3px solid !important; }

.border-right-4 {
  border-right: 4px solid !important; }

.border-right-5 {
  border-right: 5px solid !important; }

.border-bottom-0 {
  border-bottom: 0px solid !important; }

.border-bottom-1 {
  border-bottom: 1px solid !important; }

.border-bottom-2 {
  border-bottom: 2px solid !important; }

.border-bottom-3 {
  border-bottom: 3px solid !important; }

.border-bottom-4 {
  border-bottom: 4px solid !important; }

.border-bottom-5 {
  border-bottom: 5px solid !important; }

.border-left-0 {
  border-left: 0px solid !important; }

.border-left-1 {
  border-left: 1px solid !important; }

.border-left-2 {
  border-left: 2px solid !important; }

.border-left-3 {
  border-left: 3px solid !important; }

.border-left-4 {
  border-left: 4px solid !important; }

.border-left-5 {
  border-left: 5px solid !important; }

.border-solid {
  border-style: solid !important; }

.border-dashed {
  border-style: dashed !important; }

.border-dotted {
  border-style: dotted !important; }

.border-top-solid {
  border-top-style: solid !important; }

.border-top-dashed {
  border-top-style: dashed !important; }

.border-top-dotted {
  border-top-style: dotted !important; }

.border-right-solid {
  border-right-style: solid !important; }

.border-right-dashed {
  border-right-style: dashed !important; }

.border-right-dotted {
  border-right-style: dotted !important; }

.border-bottom-solid {
  border-bottom-style: solid !important; }

.border-bottom-dashed {
  border-bottom-style: dashed !important; }

.border-bottom-dotted {
  border-bottom-style: dotted !important; }

.border-left-solid {
  border-left-style: solid !important; }

.border-left-dashed {
  border-left-style: dashed !important; }

.border-left-dotted {
  border-left-style: dotted !important; }

@media (min-width: 576px) {
  .border-sm-0 {
    border: 0px solid !important; }
  .border-sm-1 {
    border: 1px solid !important; }
  .border-sm-2 {
    border: 2px solid !important; }
  .border-sm-3 {
    border: 3px solid !important; }
  .border-sm-4 {
    border: 4px solid !important; }
  .border-sm-5 {
    border: 5px solid !important; }
  .border-top-sm-0 {
    border-top: 0px solid !important; }
  .border-top-sm-1 {
    border-top: 1px solid !important; }
  .border-top-sm-2 {
    border-top: 2px solid !important; }
  .border-top-sm-3 {
    border-top: 3px solid !important; }
  .border-top-sm-4 {
    border-top: 4px solid !important; }
  .border-top-sm-5 {
    border-top: 5px solid !important; }
  .border-right-sm-0 {
    border-right: 0px solid !important; }
  .border-right-sm-1 {
    border-right: 1px solid !important; }
  .border-right-sm-2 {
    border-right: 2px solid !important; }
  .border-right-sm-3 {
    border-right: 3px solid !important; }
  .border-right-sm-4 {
    border-right: 4px solid !important; }
  .border-right-sm-5 {
    border-right: 5px solid !important; }
  .border-bottom-sm-0 {
    border-bottom: 0px solid !important; }
  .border-bottom-sm-1 {
    border-bottom: 1px solid !important; }
  .border-bottom-sm-2 {
    border-bottom: 2px solid !important; }
  .border-bottom-sm-3 {
    border-bottom: 3px solid !important; }
  .border-bottom-sm-4 {
    border-bottom: 4px solid !important; }
  .border-bottom-sm-5 {
    border-bottom: 5px solid !important; }
  .border-left-sm-0 {
    border-left: 0px solid !important; }
  .border-left-sm-1 {
    border-left: 1px solid !important; }
  .border-left-sm-2 {
    border-left: 2px solid !important; }
  .border-left-sm-3 {
    border-left: 3px solid !important; }
  .border-left-sm-4 {
    border-left: 4px solid !important; }
  .border-left-sm-5 {
    border-left: 5px solid !important; }
  .border-sm-solid {
    border-style: solid !important; }
  .border-sm-dashed {
    border-style: dashed !important; }
  .border-sm-dotted {
    border-style: dotted !important; }
  .border-top-sm-solid {
    border-top-style: solid !important; }
  .border-top-sm-dashed {
    border-top-style: dashed !important; }
  .border-top-sm-dotted {
    border-top-style: dotted !important; }
  .border-right-sm-solid {
    border-right-style: solid !important; }
  .border-right-sm-dashed {
    border-right-style: dashed !important; }
  .border-right-sm-dotted {
    border-right-style: dotted !important; }
  .border-bottom-sm-solid {
    border-bottom-style: solid !important; }
  .border-bottom-sm-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-sm-dotted {
    border-bottom-style: dotted !important; }
  .border-left-sm-solid {
    border-left-style: solid !important; }
  .border-left-sm-dashed {
    border-left-style: dashed !important; }
  .border-left-sm-dotted {
    border-left-style: dotted !important; } }

@media (min-width: 769px) {
  .border-md-0 {
    border: 0px solid !important; }
  .border-md-1 {
    border: 1px solid !important; }
  .border-md-2 {
    border: 2px solid !important; }
  .border-md-3 {
    border: 3px solid !important; }
  .border-md-4 {
    border: 4px solid !important; }
  .border-md-5 {
    border: 5px solid !important; }
  .border-top-md-0 {
    border-top: 0px solid !important; }
  .border-top-md-1 {
    border-top: 1px solid !important; }
  .border-top-md-2 {
    border-top: 2px solid !important; }
  .border-top-md-3 {
    border-top: 3px solid !important; }
  .border-top-md-4 {
    border-top: 4px solid !important; }
  .border-top-md-5 {
    border-top: 5px solid !important; }
  .border-right-md-0 {
    border-right: 0px solid !important; }
  .border-right-md-1 {
    border-right: 1px solid !important; }
  .border-right-md-2 {
    border-right: 2px solid !important; }
  .border-right-md-3 {
    border-right: 3px solid !important; }
  .border-right-md-4 {
    border-right: 4px solid !important; }
  .border-right-md-5 {
    border-right: 5px solid !important; }
  .border-bottom-md-0 {
    border-bottom: 0px solid !important; }
  .border-bottom-md-1 {
    border-bottom: 1px solid !important; }
  .border-bottom-md-2 {
    border-bottom: 2px solid !important; }
  .border-bottom-md-3 {
    border-bottom: 3px solid !important; }
  .border-bottom-md-4 {
    border-bottom: 4px solid !important; }
  .border-bottom-md-5 {
    border-bottom: 5px solid !important; }
  .border-left-md-0 {
    border-left: 0px solid !important; }
  .border-left-md-1 {
    border-left: 1px solid !important; }
  .border-left-md-2 {
    border-left: 2px solid !important; }
  .border-left-md-3 {
    border-left: 3px solid !important; }
  .border-left-md-4 {
    border-left: 4px solid !important; }
  .border-left-md-5 {
    border-left: 5px solid !important; }
  .border-md-solid {
    border-style: solid !important; }
  .border-md-dashed {
    border-style: dashed !important; }
  .border-md-dotted {
    border-style: dotted !important; }
  .border-top-md-solid {
    border-top-style: solid !important; }
  .border-top-md-dashed {
    border-top-style: dashed !important; }
  .border-top-md-dotted {
    border-top-style: dotted !important; }
  .border-right-md-solid {
    border-right-style: solid !important; }
  .border-right-md-dashed {
    border-right-style: dashed !important; }
  .border-right-md-dotted {
    border-right-style: dotted !important; }
  .border-bottom-md-solid {
    border-bottom-style: solid !important; }
  .border-bottom-md-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-md-dotted {
    border-bottom-style: dotted !important; }
  .border-left-md-solid {
    border-left-style: solid !important; }
  .border-left-md-dashed {
    border-left-style: dashed !important; }
  .border-left-md-dotted {
    border-left-style: dotted !important; } }

@media (min-width: 1024px) {
  .border-pc-0 {
    border: 0px solid !important; }
  .border-pc-1 {
    border: 1px solid !important; }
  .border-pc-2 {
    border: 2px solid !important; }
  .border-pc-3 {
    border: 3px solid !important; }
  .border-pc-4 {
    border: 4px solid !important; }
  .border-pc-5 {
    border: 5px solid !important; }
  .border-top-pc-0 {
    border-top: 0px solid !important; }
  .border-top-pc-1 {
    border-top: 1px solid !important; }
  .border-top-pc-2 {
    border-top: 2px solid !important; }
  .border-top-pc-3 {
    border-top: 3px solid !important; }
  .border-top-pc-4 {
    border-top: 4px solid !important; }
  .border-top-pc-5 {
    border-top: 5px solid !important; }
  .border-right-pc-0 {
    border-right: 0px solid !important; }
  .border-right-pc-1 {
    border-right: 1px solid !important; }
  .border-right-pc-2 {
    border-right: 2px solid !important; }
  .border-right-pc-3 {
    border-right: 3px solid !important; }
  .border-right-pc-4 {
    border-right: 4px solid !important; }
  .border-right-pc-5 {
    border-right: 5px solid !important; }
  .border-bottom-pc-0 {
    border-bottom: 0px solid !important; }
  .border-bottom-pc-1 {
    border-bottom: 1px solid !important; }
  .border-bottom-pc-2 {
    border-bottom: 2px solid !important; }
  .border-bottom-pc-3 {
    border-bottom: 3px solid !important; }
  .border-bottom-pc-4 {
    border-bottom: 4px solid !important; }
  .border-bottom-pc-5 {
    border-bottom: 5px solid !important; }
  .border-left-pc-0 {
    border-left: 0px solid !important; }
  .border-left-pc-1 {
    border-left: 1px solid !important; }
  .border-left-pc-2 {
    border-left: 2px solid !important; }
  .border-left-pc-3 {
    border-left: 3px solid !important; }
  .border-left-pc-4 {
    border-left: 4px solid !important; }
  .border-left-pc-5 {
    border-left: 5px solid !important; }
  .border-pc-solid {
    border-style: solid !important; }
  .border-pc-dashed {
    border-style: dashed !important; }
  .border-pc-dotted {
    border-style: dotted !important; }
  .border-top-pc-solid {
    border-top-style: solid !important; }
  .border-top-pc-dashed {
    border-top-style: dashed !important; }
  .border-top-pc-dotted {
    border-top-style: dotted !important; }
  .border-right-pc-solid {
    border-right-style: solid !important; }
  .border-right-pc-dashed {
    border-right-style: dashed !important; }
  .border-right-pc-dotted {
    border-right-style: dotted !important; }
  .border-bottom-pc-solid {
    border-bottom-style: solid !important; }
  .border-bottom-pc-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-pc-dotted {
    border-bottom-style: dotted !important; }
  .border-left-pc-solid {
    border-left-style: solid !important; }
  .border-left-pc-dashed {
    border-left-style: dashed !important; }
  .border-left-pc-dotted {
    border-left-style: dotted !important; } }

@media (min-width: 1200px) {
  .border-lg-0 {
    border: 0px solid !important; }
  .border-lg-1 {
    border: 1px solid !important; }
  .border-lg-2 {
    border: 2px solid !important; }
  .border-lg-3 {
    border: 3px solid !important; }
  .border-lg-4 {
    border: 4px solid !important; }
  .border-lg-5 {
    border: 5px solid !important; }
  .border-top-lg-0 {
    border-top: 0px solid !important; }
  .border-top-lg-1 {
    border-top: 1px solid !important; }
  .border-top-lg-2 {
    border-top: 2px solid !important; }
  .border-top-lg-3 {
    border-top: 3px solid !important; }
  .border-top-lg-4 {
    border-top: 4px solid !important; }
  .border-top-lg-5 {
    border-top: 5px solid !important; }
  .border-right-lg-0 {
    border-right: 0px solid !important; }
  .border-right-lg-1 {
    border-right: 1px solid !important; }
  .border-right-lg-2 {
    border-right: 2px solid !important; }
  .border-right-lg-3 {
    border-right: 3px solid !important; }
  .border-right-lg-4 {
    border-right: 4px solid !important; }
  .border-right-lg-5 {
    border-right: 5px solid !important; }
  .border-bottom-lg-0 {
    border-bottom: 0px solid !important; }
  .border-bottom-lg-1 {
    border-bottom: 1px solid !important; }
  .border-bottom-lg-2 {
    border-bottom: 2px solid !important; }
  .border-bottom-lg-3 {
    border-bottom: 3px solid !important; }
  .border-bottom-lg-4 {
    border-bottom: 4px solid !important; }
  .border-bottom-lg-5 {
    border-bottom: 5px solid !important; }
  .border-left-lg-0 {
    border-left: 0px solid !important; }
  .border-left-lg-1 {
    border-left: 1px solid !important; }
  .border-left-lg-2 {
    border-left: 2px solid !important; }
  .border-left-lg-3 {
    border-left: 3px solid !important; }
  .border-left-lg-4 {
    border-left: 4px solid !important; }
  .border-left-lg-5 {
    border-left: 5px solid !important; }
  .border-lg-solid {
    border-style: solid !important; }
  .border-lg-dashed {
    border-style: dashed !important; }
  .border-lg-dotted {
    border-style: dotted !important; }
  .border-top-lg-solid {
    border-top-style: solid !important; }
  .border-top-lg-dashed {
    border-top-style: dashed !important; }
  .border-top-lg-dotted {
    border-top-style: dotted !important; }
  .border-right-lg-solid {
    border-right-style: solid !important; }
  .border-right-lg-dashed {
    border-right-style: dashed !important; }
  .border-right-lg-dotted {
    border-right-style: dotted !important; }
  .border-bottom-lg-solid {
    border-bottom-style: solid !important; }
  .border-bottom-lg-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-lg-dotted {
    border-bottom-style: dotted !important; }
  .border-left-lg-solid {
    border-left-style: solid !important; }
  .border-left-lg-dashed {
    border-left-style: dashed !important; }
  .border-left-lg-dotted {
    border-left-style: dotted !important; } }

@media (min-width: 1367px) {
  .border-xl-0 {
    border: 0px solid !important; }
  .border-xl-1 {
    border: 1px solid !important; }
  .border-xl-2 {
    border: 2px solid !important; }
  .border-xl-3 {
    border: 3px solid !important; }
  .border-xl-4 {
    border: 4px solid !important; }
  .border-xl-5 {
    border: 5px solid !important; }
  .border-top-xl-0 {
    border-top: 0px solid !important; }
  .border-top-xl-1 {
    border-top: 1px solid !important; }
  .border-top-xl-2 {
    border-top: 2px solid !important; }
  .border-top-xl-3 {
    border-top: 3px solid !important; }
  .border-top-xl-4 {
    border-top: 4px solid !important; }
  .border-top-xl-5 {
    border-top: 5px solid !important; }
  .border-right-xl-0 {
    border-right: 0px solid !important; }
  .border-right-xl-1 {
    border-right: 1px solid !important; }
  .border-right-xl-2 {
    border-right: 2px solid !important; }
  .border-right-xl-3 {
    border-right: 3px solid !important; }
  .border-right-xl-4 {
    border-right: 4px solid !important; }
  .border-right-xl-5 {
    border-right: 5px solid !important; }
  .border-bottom-xl-0 {
    border-bottom: 0px solid !important; }
  .border-bottom-xl-1 {
    border-bottom: 1px solid !important; }
  .border-bottom-xl-2 {
    border-bottom: 2px solid !important; }
  .border-bottom-xl-3 {
    border-bottom: 3px solid !important; }
  .border-bottom-xl-4 {
    border-bottom: 4px solid !important; }
  .border-bottom-xl-5 {
    border-bottom: 5px solid !important; }
  .border-left-xl-0 {
    border-left: 0px solid !important; }
  .border-left-xl-1 {
    border-left: 1px solid !important; }
  .border-left-xl-2 {
    border-left: 2px solid !important; }
  .border-left-xl-3 {
    border-left: 3px solid !important; }
  .border-left-xl-4 {
    border-left: 4px solid !important; }
  .border-left-xl-5 {
    border-left: 5px solid !important; }
  .border-xl-solid {
    border-style: solid !important; }
  .border-xl-dashed {
    border-style: dashed !important; }
  .border-xl-dotted {
    border-style: dotted !important; }
  .border-top-xl-solid {
    border-top-style: solid !important; }
  .border-top-xl-dashed {
    border-top-style: dashed !important; }
  .border-top-xl-dotted {
    border-top-style: dotted !important; }
  .border-right-xl-solid {
    border-right-style: solid !important; }
  .border-right-xl-dashed {
    border-right-style: dashed !important; }
  .border-right-xl-dotted {
    border-right-style: dotted !important; }
  .border-bottom-xl-solid {
    border-bottom-style: solid !important; }
  .border-bottom-xl-dashed {
    border-bottom-style: dashed !important; }
  .border-bottom-xl-dotted {
    border-bottom-style: dotted !important; }
  .border-left-xl-solid {
    border-left-style: solid !important; }
  .border-left-xl-dashed {
    border-left-style: dashed !important; }
  .border-left-xl-dotted {
    border-left-style: dotted !important; } }

.letter-spacing-normal {
  letter-spacing: normal; }

.text-black {
  color: #000; }

.text-indent {
  text-indent: 1em; }

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

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

.box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

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

.box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (min-width: 576px) {
  .box-sm-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-sm-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-sm-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 769px) {
  .box-md-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-md-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-md-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1024px) {
  .box-pc-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-pc-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-pc-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1200px) {
  .box-lg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-lg-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-lg-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1367px) {
  .box-xl-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-xl-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-xl-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (max-width: 768.98px) {
  .box-sp-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .box-sp-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-sp-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.form-control {
  width: auto; }

.row.gutters-0 {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px; }
  .row.gutters-0 > .col,
  .row.gutters-0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px; }

.row.gutters-10 {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: -10px; }
  .row.gutters-10 > .col,
  .row.gutters-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }

.row.gutters-20 {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px; }
  .row.gutters-20 > .col,
  .row.gutters-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }

.row.gutters-30 {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px; }
  .row.gutters-30 > .col,
  .row.gutters-30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px; }

.row.gutters-40 {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px; }
  .row.gutters-40 > .col,
  .row.gutters-40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px; }

.row.gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: -50px; }
  .row.gutters-50 > .col,
  .row.gutters-50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px; }

.row.gutters-60 {
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -60px; }
  .row.gutters-60 > .col,
  .row.gutters-60 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px; }

.row.gutters-x0 {
  margin-right: 0px;
  margin-left: 0px; }
  .row.gutters-x0 > .col,
  .row.gutters-x0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px; }

.row.gutters-x10 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutters-x10 > .col,
  .row.gutters-x10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.row.gutters-x20 {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutters-x20 > .col,
  .row.gutters-x20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.row.gutters-x30 {
  margin-right: -15px;
  margin-left: -15px; }
  .row.gutters-x30 > .col,
  .row.gutters-x30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }

.row.gutters-x40 {
  margin-right: -20px;
  margin-left: -20px; }
  .row.gutters-x40 > .col,
  .row.gutters-x40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px; }

.row.gutters-x50 {
  margin-right: -25px;
  margin-left: -25px; }
  .row.gutters-x50 > .col,
  .row.gutters-x50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px; }

.row.gutters-x60 {
  margin-right: -30px;
  margin-left: -30px; }
  .row.gutters-x60 > .col,
  .row.gutters-x60 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px; }

.row.gutters-y0 {
  margin-bottom: 0px; }
  .row.gutters-y0 > .col,
  .row.gutters-y0 > [class*="col-"] {
    margin-bottom: 0px; }

.row.gutters-y5 {
  margin-bottom: -5px; }
  .row.gutters-y5 > .col,
  .row.gutters-y5 > [class*="col-"] {
    margin-bottom: 5px; }

.row.gutters-y10 {
  margin-bottom: -10px; }
  .row.gutters-y10 > .col,
  .row.gutters-y10 > [class*="col-"] {
    margin-bottom: 10px; }

.row.gutters-y15 {
  margin-bottom: -15px; }
  .row.gutters-y15 > .col,
  .row.gutters-y15 > [class*="col-"] {
    margin-bottom: 15px; }

.row.gutters-y20 {
  margin-bottom: -20px; }
  .row.gutters-y20 > .col,
  .row.gutters-y20 > [class*="col-"] {
    margin-bottom: 20px; }

.row.gutters-y25 {
  margin-bottom: -25px; }
  .row.gutters-y25 > .col,
  .row.gutters-y25 > [class*="col-"] {
    margin-bottom: 25px; }

.row.gutters-y30 {
  margin-bottom: -30px; }
  .row.gutters-y30 > .col,
  .row.gutters-y30 > [class*="col-"] {
    margin-bottom: 30px; }

.row.gutters-y35 {
  margin-bottom: -35px; }
  .row.gutters-y35 > .col,
  .row.gutters-y35 > [class*="col-"] {
    margin-bottom: 35px; }

.row.gutters-y40 {
  margin-bottom: -40px; }
  .row.gutters-y40 > .col,
  .row.gutters-y40 > [class*="col-"] {
    margin-bottom: 40px; }

.row.gutters-y45 {
  margin-bottom: -45px; }
  .row.gutters-y45 > .col,
  .row.gutters-y45 > [class*="col-"] {
    margin-bottom: 45px; }

.row.gutters-y50 {
  margin-bottom: -50px; }
  .row.gutters-y50 > .col,
  .row.gutters-y50 > [class*="col-"] {
    margin-bottom: 50px; }

.row.gutters-y55 {
  margin-bottom: -55px; }
  .row.gutters-y55 > .col,
  .row.gutters-y55 > [class*="col-"] {
    margin-bottom: 55px; }

.row.gutters-y60 {
  margin-bottom: -60px; }
  .row.gutters-y60 > .col,
  .row.gutters-y60 > [class*="col-"] {
    margin-bottom: 60px; }

.ttl__style_1 {
  text-align: center; }

.ttl__style_2 {
  border-bottom: 1px #ddd solid; }
  .ttl__style_2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 6px; }
    .ttl__style_2 span::before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #666; }

.ttl__style_3 {
  padding: .3em 0 .3em 24px;
  position: relative;
  background-color: #fff; }
  .ttl__style_3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #666; }

.ttl__style_4 {
  padding: .3em 0 .3em 1.5em;
  position: relative; }
  .ttl__style_4::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1px;
    background-color: #666; }

.h1.ttl__style_3,
h1.ttl__style_3 {
  padding-left: 24px; }

.h2.ttl__style_3,
h2.ttl__style_3 {
  padding-left: 20px; }

.h3.ttl__style_3,
h3.ttl__style_3 {
  padding-left: 18px; }

.h4.ttl__style_3,
.h5.ttl__style_3,
h4.ttl__style_3,
h5.ttl__style_3 {
  padding-left: 14px; }

.nav_btn {
  display: inline-block;
  overflow: visible; }
  .nav_btn a {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    line-height: 1.4;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    background-color: #fff;
    outline: none; }
    .nav_btn a::after {
      content: '\f105';
      font-family: 'FontAwesome';
      display: block;
      position: absolute;
      right: 4px;
      top: 50%;
      margin-top: -.5em;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-align: center !important;
      font-size: 1.3em; }
  .nav_btn.btn_wide {
    display: block; }
  .nav_btn.btn_thin a {
    padding: 6px 2em 6px 1em; }
  .nav_btn.btn_fill a {
    background-color: #000;
    color: #fff; }
    .nav_btn.btn_fill a::before {
      color: #fff; }
  .nav_btn.btn_clr1 a {
    border-color: #2ca041;
    color: #2ca041; }
  .nav_btn.btn_clr1.btn_fill a {
    background-color: #2ca041;
    color: #fff; }
  .nav_btn.btn_clr2 a {
    border-color: #0B7E3D;
    color: #0B7E3D; }
  .nav_btn.btn_clr2.btn_fill a {
    background-color: #0B7E3D;
    color: #fff; }
  .nav_btn.btn_clr3 a {
    border-color: #2CAA41;
    color: #2CAA41; }
  .nav_btn.btn_clr3.btn_fill a {
    background-color: #2CAA41;
    color: #fff; }
  .nav_btn.icon-external a {
    padding-right: 1em; }
  .nav_btn.icon-external a::after {
    content: '\f08e';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem; }
  .nav_btn.icon-xls a {
    padding-right: 1em; }
  .nav_btn.icon-xls a::after {
    content: '\f1c3';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: green; }
  .nav_btn.icon-xls.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-word a {
    padding-right: 1em; }
  .nav_btn.icon-word a::after {
    content: '\f1c2';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: blue; }
  .nav_btn.icon-word.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-pdf a {
    padding-right: 1em; }
  .nav_btn.icon-pdf a::after {
    content: '\f1c1';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: red; }
  .nav_btn.btn_fill a::after {
    color: #fff; }

.pagination {
  border-radius: 0; }
  .pagination .page-link {
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    color: #000; }
    @media (min-width: 576px) {
      .pagination .page-link {
        margin-left: 4px;
        margin-right: 4px; } }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    border-radius: 0; }
  .pagination .page-ite.active .page-link {
    background-color: #2ca041;
    color: #fff;
    border: 1px #2ca041 solid; }

.tabnav .nav-tabs {
  display: none; }

@media (min-width: 769px) {
  .tabnav .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tabnav .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .tabnav .selecton::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #000; }
  .tabnav .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .tabnav .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .tabnav .selecton {
      display: none; } }

.panel-group {
  border-bottom: 1px #dee2e6 solid; }
  .panel-group .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .panel-group .panel .panel-heading {
      padding: 0;
      background-color: transparent;
      border-top: 1px #dee2e6 solid;
      border-radius: 0; }
      .panel-group .panel .panel-heading .panel-title {
        position: relative; }
        .panel-group .panel .panel-heading .panel-title a {
          position: relative;
          display: block;
          padding: 14px 1.8em 14px 0;
          color: #000;
          text-decoration: none; }
          .panel-group .panel .panel-heading .panel-title a .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: absolute;
            top: 50%;
            right: 2px;
            margin-top: -.5em;
            width: 1.3em;
            height: 1.3em;
            line-height: 1;
            border-radius: 50%;
            background-color: #ffb0b0; }
            .panel-group .panel .panel-heading .panel-title a .icon::before {
              content: '\f107';
              font-family: 'FontAwesome';
              color: #fff;
              font-size: .9em; }
    .panel-group .panel .panel-body {
      padding: 10px; }
  .panel-group .collapse_show > .panel-heading > .panel-title > a {
    color: #ffb0b0; }
    .panel-group .collapse_show > .panel-heading > .panel-title > a .icon {
      background-color: #adb5bd; }
      .panel-group .collapse_show > .panel-heading > .panel-title > a .icon::before {
        content: '\f106'; }

.pageanchor .nav {
  display: none; }

@media (min-width: 769px) {
  .pageanchor {
    padding: 10px 18px;
    background-color: #e9ecef; }
    .pageanchor .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.pageanchor .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .pageanchor .selecton::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #000; }
  .pageanchor .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .pageanchor .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .pageanchor .selecton {
      display: none; } }

.table thead tr > th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4; }

.table tbody tr > th {
  line-height: 1.4; }

.table_layout_fixed {
  table-layout: fixed; }

.table-responsive, .js-responsive {
  -webkit-overflow-scrolling: touch; }
  .table-responsive .table tbody tr td, .js-responsive .table tbody tr td,
  .table-responsive .table tbody tr th,
  .js-responsive .table tbody tr th,
  .table-responsive .table tfoot tr td,
  .js-responsive .table tfoot tr td,
  .table-responsive .table tfoot tr th,
  .js-responsive .table tfoot tr th,
  .table-responsive .table thead tr td,
  .js-responsive .table thead tr td,
  .table-responsive .table thead tr th,
  .js-responsive .table thead tr th {
    background-color: #fff; }
  .table-responsive .table tbody th, .js-responsive .table tbody th,
  .table-responsive .table tfoot th,
  .js-responsive .table tfoot th,
  .table-responsive .table thead th,
  .js-responsive .table thead th {
    white-space: nowrap; }

@media (max-width: 768.98px) {
  .table__break_sm {
    width: 100%; }
    .table__break_sm tbody > tr th,
    .table__break_sm thead > tr th {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; }
    .table__break_sm tbody > tr td,
    .table__break_sm thead > tr td {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; } }

.table.tbl__style_1 {
  width: 100%;
  border-collapse: collapse; }
  .table.tbl__style_1 td,
  .table.tbl__style_1 th {
    border: 1px #aaa solid;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .table.tbl__style_1 thead tr th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #000; }
  .table.tbl__style_1 thead tr td {
    border-bottom-width: 1px; }
  .table.tbl__style_1 tbody tr th {
    background-color: #f0f0f0;
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr td {
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr .thead_th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #000; }
  @media (max-width: 768.98px) {
    .table.tbl__style_1.table__break_sm {
      border-top: 1px #aaa solid; }
      .table.tbl__style_1.table__break_sm s thead tr td,
      .table.tbl__style_1.table__break_sm s thead tr th,
      .table.tbl__style_1.table__break_sm tbody tr td,
      .table.tbl__style_1.table__break_sm tbody tr th {
        border-top: 0; } }

.table.tbl__style_2 td,
.table.tbl__style_2 th {
  border: 0; }

.table.tbl__style_2 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #498ed0;
  color: #fff; }

.table.tbl__style_2 thead tr th:first-child {
  border-left: 0; }

.table.tbl__style_2 tbody {
  border-top: 1px #e3e3e3 solid; }
  .table.tbl__style_2 tbody::before {
    display: none; }
  .table.tbl__style_2 tbody tr td {
    border: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #ccc solid; }
    .table.tbl__style_2 tbody tr td:first-child {
      border-left: 0; }
  .table.tbl__style_2 tbody tr th {
    background-color: #fff;
    color: #2CAA41;
    background-color: #eef8f0;
    border: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #ccc solid; }
  .table.tbl__style_2 tbody tr .thead_th {
    background-color: #498ed0;
    color: #fff;
    border-bottom-color: #fff; }
  .table.tbl__style_2 tbody tr:last-child .thead_th {
    border-bottom-color: #e3e3e3; }
  .table.tbl__style_2 tbody tr th:first-child {
    border-left: 0; }

@media (max-width: 768.98px) {
  .table.tbl__style_2.table__break_sm {
    border: 1px #e3e3e3 solid; }
    .table.tbl__style_2.table__break_sm tbody tr td,
    .table.tbl__style_2.table__break_sm tbody tr th,
    .table.tbl__style_2.table__break_sm thead tr td,
    .table.tbl__style_2.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.subbox1 {
  padding: 24px;
  background-color: #f0f0f0; }
  .subbox1__inner {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 16px; }
  .subbox1.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox1 {
      padding: 32px; }
      .subbox1__inner {
        padding: 24px; } }

.subbox2 {
  padding: 24px;
  border: 1px #ccc solid;
  background-color: #fff; }
  .subbox2__inner {
    background-color: #e5edf6;
    padding: 16px; }
  .subbox2.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox2 {
      padding: 32px; }
      .subbox2__inner {
        padding: 24px; } }

.block {
  margin-bottom: 96px; }
  .block > .block {
    margin-bottom: 48px; }
  .block:last-child {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .block {
      margin-bottom: 120px; }
      .block > .block {
        margin-bottom: 60px; }
      .block:last-child {
        margin-bottom: 0; } }

.inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .inner {
      width: 1200px; } }

.w-1em {
  width: 1em; }

@media (min-width: 769px) {
  .w-md-1em {
    width: 1em; } }

.w-2em {
  width: 2em; }

@media (min-width: 769px) {
  .w-md-2em {
    width: 2em; } }

.w-3em {
  width: 3em; }

@media (min-width: 769px) {
  .w-md-3em {
    width: 3em; } }

.w-4em {
  width: 4em; }

@media (min-width: 769px) {
  .w-md-4em {
    width: 4em; } }

.w-5em {
  width: 5em; }

@media (min-width: 769px) {
  .w-md-5em {
    width: 5em; } }

.w-6em {
  width: 6em; }

@media (min-width: 769px) {
  .w-md-6em {
    width: 6em; } }

.w-7em {
  width: 7em; }

@media (min-width: 769px) {
  .w-md-7em {
    width: 7em; } }

.w-8em {
  width: 8em; }

@media (min-width: 769px) {
  .w-md-8em {
    width: 8em; } }

.w-9em {
  width: 9em; }

@media (min-width: 769px) {
  .w-md-9em {
    width: 9em; } }

.w-10em {
  width: 10em; }

@media (min-width: 769px) {
  .w-md-10em {
    width: 10em; } }

.w-11em {
  width: 11em; }

@media (min-width: 769px) {
  .w-md-11em {
    width: 11em; } }

.w-12em {
  width: 12em; }

@media (min-width: 769px) {
  .w-md-12em {
    width: 12em; } }

.w-13em {
  width: 13em; }

@media (min-width: 769px) {
  .w-md-13em {
    width: 13em; } }

.w-14em {
  width: 14em; }

@media (min-width: 769px) {
  .w-md-14em {
    width: 14em; } }

.w-15em {
  width: 15em; }

@media (min-width: 769px) {
  .w-md-15em {
    width: 15em; } }

.w-16em {
  width: 16em; }

@media (min-width: 769px) {
  .w-md-16em {
    width: 16em; } }

.w-17em {
  width: 17em; }

@media (min-width: 769px) {
  .w-md-17em {
    width: 17em; } }

.w-18em {
  width: 18em; }

@media (min-width: 769px) {
  .w-md-18em {
    width: 18em; } }

.w-19em {
  width: 19em; }

@media (min-width: 769px) {
  .w-md-19em {
    width: 19em; } }

.w-20em {
  width: 20em; }

@media (min-width: 769px) {
  .w-md-20em {
    width: 20em; } }

.list__reset,
.list__reset li,
.list__reset ol,
.list__reset ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__disc,
.list__disc > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__disc > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: inside; }
  .list__disc > li > * {
    text-indent: 0; }

.list__num,
.list__num > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__num > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal;
  list-style-position: inside; }
  .list__num > li > * {
    text-indent: 0; }

.list__num_kakko {
  counter-reset: item; }
  .list__num_kakko,
  .list__num_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__num_kakko > li::before {
      content: "(" counter(item, decimal) ")"; }

.list__num_kome {
  counter-reset: item; }
  .list__num_kome,
  .list__num_kome > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_kome > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__num_kome > li::before {
      content: "※" counter(item, decimal) " "; }

.list__num_zero,
.list__num_zero > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__num_zero li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal-leading-zero;
  list-style-position: inside; }
  .list__num_zero li > * {
    text-indent: 0; }

.list__num_zero_kakko {
  counter-reset: item; }
  .list__num_zero_kakko,
  .list__num_zero_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__num_zero_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__num_zero_kakko > li::before {
      content: "(" counter(item, decimal-leading-zero) ")"; }

.list__lower_roman,
.list__lower_roman > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__lower_roman > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: lower-roman;
  list-style-position: inside; }
  .list__lower_roman > li > * {
    text-indent: 0; }

.list__lower_roman_kakko {
  counter-reset: item; }
  .list__lower_roman_kakko,
  .list__lower_roman_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__lower_roman_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__lower_roman_kakko > li::before {
      content: "(" counter(item, lower-roman) ")"; }

.list__upper_roman,
.list__upper_roman > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__upper_roman > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-roman;
  list-style-position: inside; }
  .list__upper_roman > li > * {
    text-indent: 0; }

.list__upper_roman_kakko {
  counter-reset: item; }
  .list__upper_roman_kakko,
  .list__upper_roman_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__upper_roman_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__upper_roman_kakko > li::before {
      content: "(" counter(item, upper-roman) ")"; }

.list__lower_latin,
.list__lower_latin > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__lower_latin > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: lower-latin;
  list-style-position: inside; }
  .list__lower_latin > li > * {
    text-indent: 0; }

.list__lower_latin_kakko {
  counter-reset: item; }
  .list__lower_latin_kakko,
  .list__lower_latin_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__lower_latin_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__lower_latin_kakko > li::before {
      content: "(" counter(item, lower-latin) ")"; }

.list__upper_latin,
.list__upper_latin > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__upper_latin > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-latin;
  list-style-position: inside; }
  .list__upper_latin > li > * {
    text-indent: 0; }

.list__upper_latin_kakko {
  counter-reset: item; }
  .list__upper_latin_kakko,
  .list__upper_latin_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__upper_latin_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list__upper_latin_kakko > li::before {
      content: "(" counter(item, upper-latin) ")"; }

.list__hiragana,
.list__hiragana > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__hiragana > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: hiragana;
  list-style-position: inside; }
  .list__hiragana > li > * {
    text-indent: 0; }

.list__hiragana_kakko {
  counter-reset: item; }
  .list__hiragana_kakko,
  .list__hiragana_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__hiragana_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__hiragana_kakko > li::before {
      content: "(" counter(item, hiragana) ")"; }

.list__katakana,
.list__katakana > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__katakana > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: katakana;
  list-style-position: inside; }
  .list__katakana > li > * {
    text-indent: 0; }

.list__katakana_kakko {
  counter-reset: item; }
  .list__katakana_kakko,
  .list__katakana_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__katakana_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__katakana_kakko > li::before {
      content: "(" counter(item, katakana) ")"; }

.list__hiragana-iroha,
.list__hiragana-iroha > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__hiragana-iroha > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: hiragana-iroha;
  list-style-position: inside; }
  .list__hiragana-iroha > li > * {
    text-indent: 0; }

.list__hiragana-iroha_kakko {
  counter-reset: item; }
  .list__hiragana-iroha_kakko,
  .list__hiragana-iroha_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__hiragana-iroha_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__hiragana-iroha_kakko > li::before {
      content: "(" counter(item, hiragana-iroha) ")"; }

.list__katakana-iroha,
.list__katakana-iroha > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list__katakana-iroha > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  list-style-type: katakana-iroha;
  list-style-position: inside; }
  .list__katakana-iroha > li > * {
    text-indent: 0; }

.list__katakana-iroha_kakko {
  counter-reset: item; }
  .list__katakana-iroha_kakko,
  .list__katakana-iroha_kakko > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__katakana-iroha_kakko > li {
    counter-increment: item;
    list-style: none;
    text-indent: -2em;
    padding-left: 2em; }
    .list__katakana-iroha_kakko > li::before {
      content: "(" counter(item, katakana-iroha) ")"; }

.txt__lead {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 2.16rem;
  font-weight: 300; }
  @media (min-width: 769px) {
    .txt__lead {
      font-size: 2.7rem; } }

.txt__lead_s {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.755rem;
  font-weight: 400; }
  @media (min-width: 769px) {
    .txt__lead_s {
      font-size: 2.16rem; } }

.txt__line_ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff26));
  background: linear-gradient(transparent 60%, #ffff26 60%); }

.txt__cap {
  text-indent: -1em;
  padding-left: 1em; }

.fz__large {
  font-size: 120%;
  line-height: 1.4; }

.fz__small {
  font-size: 80%; }

.fz__bold {
  font-weight: 700; }

.fz__normal {
  font-weight: 400; }

.color__main {
  color: #2ca041; }

.color__sub1 {
  color: #0B7E3D; }

.color__sub2 {
  color: #2CAA41; }

.color__sub3 {
  color: #007450; }

.color__red {
  color: #e12f3b; }

.color__white {
  color: #fff; }

.color__black {
  color: #000; }

.color__sdgs {
  color: #0099d9; }

.ff__gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

.ff__mincho {
  font-family: YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

.ff__en, .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle.ptitle_en4 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en, .ptitle.ptitle_t1 .ptitle__title-en, .ptitle.ptitle_tp1 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .plist.plist_type_order_clr > .plist__item::before, .g-nav__item_en, .top-menu__ttl-en, body.company .profile__president-ttl-en {
  font-family: "Oswald", sans-serif; }

a[target='_blank']::after {
  content: '\f08e';
  font-family: 'FontAwesome'; }

a[href$='.pdf']::after {
  content: '\f1c1';
  font-family: 'FontAwesome';
  color: red; }

a[href$='.doc']::after, a[href$='.docx']::after {
  content: '\f1c2';
  font-family: 'FontAwesome';
  color: blue; }

a[href$='.xls']::after, a[href$='.xlsx']::after {
  content: '\f1c3';
  font-family: 'FontAwesome';
  color: green; }

body .mrg__btm0 {
  margin-bottom: 0 !important; }

body .mrg__btm05 {
  margin-bottom: .5em !important; }

body .mrg__btm1 {
  margin-bottom: 1em !important; }

body .mrg__btm2 {
  margin-bottom: 2em !important; }

body .mrg__btm3 {
  margin-bottom: 3em !important; }

body .mrg__btm4 {
  margin-bottom: 4em !important; }

body .mrg__btm5 {
  margin-bottom: 5em !important; }

body .mrg__btm6 {
  margin-bottom: 6em !important; }

body .mrg__btm_gutter {
  margin-bottom: 30px !important; }

body .mrg__top0 {
  margin-top: 0 !important; }

body .mrg__top05 {
  margin-top: .5em !important; }

body .mrg__top1 {
  margin-top: 1em !important; }

body .mrg__top2 {
  margin-top: 2em !important; }

body .mrg__top3 {
  margin-top: 3em !important; }

body .mrg__top_gutter {
  margin-top: 30px !important; }

body .mrg__left0 {
  margin-left: 0 !important; }

body .mrg__left1 {
  margin-left: 1em !important; }

body .mrg__left2 {
  margin-left: 2em !important; }

body .mrg__left3 {
  margin-left: 3em !important; }

body .mrg__left_gutter {
  margin-left: 30px !important; }

body .mrg__right0 {
  margin-right: 0 !important; }

body .mrg__right1 {
  margin-right: 1em !important; }

body .mrg__right2 {
  margin-right: 2em !important; }

body .mrg__right3 {
  margin-right: 3em !important; }

body .mrg__right_gutter {
  margin-right: 30px !important; }

body .pad__top0 {
  padding-top: 0 !important; }

body .pad__top1 {
  padding-top: 1em !important; }

body .pad__top2 {
  padding-top: 2em !important; }

body .pad__top3 {
  padding-top: 3em !important; }

body .pad__top_gutter {
  padding-top: 30px !important; }

body .pad__btm0 {
  padding-bottom: 0 !important; }

body .pad__btm1 {
  padding-bottom: 1em !important; }

body .pad__btm2 {
  padding-bottom: 2em !important; }

body .pad__btm3 {
  padding-bottom: 3em !important; }

body .pad__btm_gutter {
  padding-bottom: 30px !important; }

body .pad__left0 {
  padding-left: 0 !important; }

body .pad__left1 {
  padding-left: 1em !important; }

body .pad__left2 {
  padding-left: 2em !important; }

body .pad__left3 {
  padding-left: 3em !important; }

body .pad__left_gutter {
  padding-left: 30px !important; }

body .pad__right0 {
  padding-right: 0 !important; }

body .pad__right1 {
  padding-right: 1em !important; }

body .pad__right2 {
  padding-right: 2em !important; }

body .pad__right3 {
  padding-right: 3em !important; }

body .pad__right_gutter {
  padding-right: 30px !important; }

@media (min-width: 576px) {
  body .mrg_btm_sm_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .mrg_btm_md_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  body .mrg_btm_lg_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .mrg_btm_xl_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 576px) {
  body .pad_btm_sm_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .pad_btm_md_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1200px) {
  body .pad_btm_lg_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .pad_btm_xl_0 {
    padding-bottom: 0 !important; } }

#__bs_notify__ {
  display: none !important; }

@-ms-viewport {
  width: auto;
  initial-scale: 1; }

img {
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  padding-top: 0;
  width: 100%;
  letter-spacing: .06em;
  color: #000;
  background-color: #fff;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 1.8rem; }
  @media (min-width: 769px) {
    body {
      font-size: 1.8rem; } }
  body.ie11 {
    font-family: "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 1; }
  a:hover {
    opacity: .6; }

ol,
ul {
  padding-left: 1em; }
  ol li,
  ul li {
    padding-left: 0; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.h1,
h1 {
  font-size: 3.96rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 769px) {
    .h1,
    h1 {
      font-size: 4.95rem; } }

.h2,
h2 {
  font-size: 2.88rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h2,
    h2 {
      font-size: 3.6rem;
      margin-bottom: 1em; } }

.h3,
h3 {
  font-size: 2.52rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h3,
    h3 {
      font-size: 3.15rem;
      margin-bottom: 1em; } }

.h4,
h4 {
  font-size: 1.989rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h4,
    h4 {
      font-size: 2.34rem;
      margin-bottom: 1em; } }

.h5,
h5 {
  font-size: 1.836rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h5,
    h5 {
      font-size: 2.16rem;
      margin-bottom: 1em; } }

figcaption {
  font-size: 90%;
  display: block;
  padding-top: .2em;
  text-align: left;
  color: #000; }

*:last-child {
  margin-bottom: 0; }

.fa-file-pdf-o {
  color: red; }

.fa-file-word-o {
  color: blue; }

.fa-file-excel-o {
  color: green; }

@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important; } }

body {
  font-size: 1.8rem; }
  @media (max-width: 768.98px) {
    body {
      font-size: 1.575rem; } }

::-moz-selection {
  color: #fff;
  background: #2ca041; }

::selection {
  color: #fff;
  background: #2ca041; }

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE対応 */ }
  .ofi_cover {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /* IE対応 */ }
  .ofi_contain {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
    /* IE対応 */ }
  .ofi_scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    font-family: "object-fit: scale-down;";
    /* IE対応 */ }

.fz__large_140 {
  font-size: 140%;
  line-height: 1.4; }

.fz__small_60 {
  font-size: 60%;
  line-height: 1.3; }

.fz__small_90 {
  font-size: 90%;
  line-height: 1.5; }

.ff__en, .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle.ptitle_en4 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en, .ptitle.ptitle_t1 .ptitle__title-en, .ptitle.ptitle_tp1 .ptitle__title-en, .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en, .ptitle.ptitle_tp2 .ptitle__title-en, .plist.plist_type_order_clr > .plist__item::before, .g-nav__item_en, .top-menu__ttl-en, body.company .profile__president-ttl-en {
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  .ff__en-gothic {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    letter-spacing: normal; }
  .ff__en-mincho {
    font-family: "Barlow", sans-serif;
    font-weight: 400; }

.txt__maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #2ca041));
  background: linear-gradient(transparent 60%, #2ca041 60%); }

.color__black {
  color: #000; }

.color__c11 {
  color: #50aacc; }

.color__c12 {
  color: #c4dc42; }

.color__c13 {
  color: #ff8185; }

.color__c14 {
  color: #e99f3a; }

.color__c15 {
  color: #d0aadb; }

.color__c16 {
  color: #eea1cf; }

.color__c17 {
  color: #65cfb6; }

.color__c21 {
  color: #668d2a; }

.color__c22 {
  color: #02486b; }

.color__c23 {
  color: #ac5659; }

.color__c24 {
  color: #a4712b; }

.color__c25 {
  color: #876d8e; }

.color__c26 {
  color: #b26493; }

.color__c27 {
  color: #b9b536; }

.color__c31 {
  color: #8d1d28; }

a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after {
  content: "\f2d2";
  font-size: smaller;
  vertical-align: super;
  display: inline-block;
  margin-left: 0.2em; }
  .gnav a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after,
  .tnav a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after,
  .ft a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"])::after {
    content: none; }

a[href$='.pdf']::after {
  padding-left: 0.2em; }

a[href$='.doc']::after, a[href$='.docx']::after {
  padding-left: 0.2em; }

a[href$='.xls']::after, a[href$='.xlsx']::after {
  padding-left: 0.2em; }

a[href^="mailto:"].plink_type_icon::after {
  display: inline-block;
  padding-left: 0.2em;
  content: "\f003";
  font-family: "FontAwesome"; }

a[href^="mailto:"].plink_type_reverse, a[href$=".pdf"].plink_type_reverse, a[href$=".doc"].plink_type_reverse, a[href$=".docx"].plink_type_reverse, a[href$=".xls"].plink_type_reverse, a[href$=".xlsx"].plink_type_reverse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  a[href^="mailto:"].plink_type_reverse::after, a[href$=".pdf"].plink_type_reverse::after, a[href$=".doc"].plink_type_reverse::after, a[href$=".docx"].plink_type_reverse::after, a[href$=".xls"].plink_type_reverse::after, a[href$=".xlsx"].plink_type_reverse::after {
    padding-left: 0;
    padding-right: 0.2em; }

@media (max-width: 768.98px) {
  body {
    padding-top: 0px; } }

@media (min-width: 769px) {
  body {
    padding-top: 0px; } }

main.contents,
footer.g-footer {
  overflow: hidden; }
  @media (min-width: 769px) {
    main.contents,
    footer.g-footer {
      min-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }

main.contents > .inner,
footer.g-footer > .inner {
  padding-left: 0;
  padding-right: 0; }

.breadcrumb {
  font-size: 1.4rem;
  padding: 0; }
  .breadcrumb-item a {
    color: #000; }

.inner {
  max-width: none; }
  .inner_kuzu {
    margin: 1em auto 45px;
    padding: 0 !important; }
    .inner_kuzu .breadcrumb {
      padding: 0; }
  .inner_full {
    width: auto;
    max-width: none;
    margin: 0 -20px; }
    @media (min-width: 769px) {
      .inner_full_pc {
        width: auto;
        max-width: none;
        margin: 0 -20px; } }
  @media (min-width: 769px) {
    .inner_slim {
      max-width: 1200px; }
    .inner_wide {
      max-width: 1200px; } }
  @media (max-width: 768.98px) {
    .inner {
      padding-left: 20px;
      padding-right: 20px; }
      .inner_full {
        padding-left: 0;
        padding-right: 0; } }

html.acc-fz_s {
  font-size: 50%; }

html.acc-fz_m {
  font-size: 62.5%; }

html.acc-fz_l {
  font-size: 75%; }

html.acc-bg_blk body,
html.acc-bg_blk .navbar {
  color: #fff;
  background: #000; }

html.acc-bg_blk .modal,
html.acc-bg_blk .alt2txt {
  color: #fff !important; }

html.acc-bg_blk .panel__list2 {
  color: #000; }

html.acc-alt_txt .gnav__logo {
  width: auto;
  height: 1.7em;
  margin-top: 1em;
  font-size: 1.7rem; }

.acc {
  font-size: 1.4rem;
  line-height: 1; }
  .acc-search {
    font-size: 1.5rem; }
    .acc-search.acc-search_type_icon .acc-search__txt {
      outline: none;
      border-right: none; }
    .acc-search.acc-search_type_icon .acc-search__btn {
      position: relative;
      color: transparent;
      background: #fff;
      border-top: 1px solid #e3e3e3;
      border-right: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3; }
      .acc-search.acc-search_type_icon .acc-search__btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3csvg viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3e%3cline stroke='%23e3e3e3' stroke-width='2.2' stroke-linecap='round' stroke-miterlimit='10' x1='7.5' y1='7.5' x2='9.9' y2='9.9'/%3e%3ccircle fill='none' stroke='%23e3e3e3' stroke-width='1.7' stroke-miterlimit='10' cx='4.6' cy='4.6' r='3.7'/%3e%3c/svg%3e") no-repeat center center/contain; }
    .acc-search.acc-search_category_reverse .acc-search__select {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-right: 0 !important;
      margin-left: 30px !important; }
    .acc-search.acc-search_category_reverse .acc-search__txt {
      outline: none;
      border-right: none; }
    .acc-search__form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 768.98px) {
        .acc-search__form {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 0; }
          .acc-search__form *:not(:last-child) {
            margin-right: 0;
            margin-bottom: 0; } }
    .acc-search__hidden {
      display: none; }
    .acc-search__select {
      min-width: 100px;
      margin-right: 30px !important;
      padding: 0.2em 0.5em;
      border: 1px solid #e3e3e3;
      outline: none; }
    .acc-search__txt {
      background-color: #fff;
      border: 1px solid #e3e3e3;
      border-radius: 0;
      padding: 0;
      min-width: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      padding: 0.2em 0.5em; }
    .acc-search__btn {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0.6em;
      color: #fff;
      background: #1c395f;
      white-space: nowrap; }
      .acc-search__btn_icon {
        position: relative;
        background: transparent;
        border-top: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3; }
        .acc-search__btn_icon::before {
          content: "";
          position: absolute;
          display: block;
          width: 24px;
          height: 24px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3e%3cline stroke='%23e3e3e3' stroke-width='2.2' stroke-linecap='round' stroke-miterlimit='10' x1='7.5' y1='7.5' x2='9.9' y2='9.9'/%3e%3ccircle fill='none' stroke='%23e3e3e3' stroke-width='1.7' stroke-miterlimit='10' cx='4.6' cy='4.6' r='3.7'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .acc__dlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .acc__dbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .acc__dhead {
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.5em; }
  .acc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .acc__list_w0 .acc__item {
      width: auto;
      border: none;
      padding: 0; }
    .acc__list_w1 .acc__item {
      width: 2em;
      padding: 0; }
    .acc__list_w2 .acc__item {
      width: 4em;
      padding: 0; }
  .acc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 2px solid #2ca041;
    border-radius: 1em;
    height: 2em;
    margin: 0 0.2em;
    padding: 0 1em;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .acc__item.active {
      color: #000;
      background: #2ca041;
      border-color: #2ca041;
      pointer-events: none; }
    .acc__item:hover {
      opacity: 0.6; }
  @media (min-width: 769px) {
    .acc__dbox {
      margin-right: 60px; } }
  @media (max-width: 768.98px) {
    .acc {
      font-size: 1.3rem; }
      .acc__dlist {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-bottom: 2px dotted #fff; }
      .acc__dbox {
        width: calc(50%);
        padding: 20px 0;
        border-top: 2px dotted #fff; }
        .acc__dbox:nth-child(odd) {
          border-right: 2px dotted #fff; }
      .acc__item {
        color: #000;
        background: #fff;
        border-color: #fff; }
        .acc__item.active {
          color: #fff;
          background: #000;
          border-color: #000; }
        .acc__item_sns {
          background: transparent; } }

.sns_type_icon {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  color: transparent !important; }
  .sns_type_icon::after {
    content: none !important; }

.sns_type_twitter {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%231DA1F2' cx='200' cy='200' r='200'/%3e%3cpath fill='%23FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_twitter_g {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%23e3e3e3' cx='200' cy='200' r='200'/%3e%3cpath fill='%23FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_twitter_w {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400px' height='400px' viewBox='0 0 400 400'%3e%3ccircle fill='%23ffffff' cx='200' cy='200' r='200'/%3e%3cpath fill-rule='evenodd' fill='FFFFFF' d='M163.4,305.5c88.7,0,137.2-73.5,137.2-137.2c0-2.1,0-4.2-0.1-6.2c9.4-6.8,17.6-15.3,24.1-25c-8.6,3.8-17.9,6.4-27.7,7.6c10-6,17.6-15.4,21.2-26.7c-9.3,5.5-19.6,9.5-30.6,11.7c-8.8-9.4-21.3-15.2-35.2-15.2c-26.6,0-48.2,21.6-48.2,48.2c0,3.8,0.4,7.5,1.3,11c-40.1-2-75.6-21.2-99.4-50.4c-4.1,7.1-6.5,15.4-6.5,24.2c0,16.7,8.5,31.5,21.5,40.1c-7.9-0.2-15.3-2.4-21.8-6c0,0.2,0,0.4,0,0.6c0,23.4,16.6,42.8,38.7,47.3c-4,1.1-8.3,1.7-12.7,1.7c-3.1,0-6.1-0.3-9.1-0.9c6.1,19.2,23.9,33.1,45,33.5c-16.5,12.9-37.3,20.6-59.9,20.6c-3.9,0-7.7-0.2-11.5-0.7C110.8,297.5,136.2,305.5,163.4,305.5'/%3e%3c/svg%3e") no-repeat center center/contain; }

.sns_type_facebook {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%231877F2' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3cpath fill='%23FFFFFF' d='M711.3,660L734,512H592v-96c0-40.5,19.8-80,83.4-80H740V210c0,0-58.6-10-114.6-10c-117,0-193.4,70.9-193.4,199.2V512H302v148h130v357.8c26.1,4.1,52.8,6.2,80,6.2s53.9-2.1,80-6.2V660H711.3z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_facebook_g {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%23e3e3e3' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_facebook_w {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cg%3e%3cpath fill='%23ffffff' d='M1024,512C1024,229.2,794.8,0,512,0S0,229.2,0,512c0,255.6,187.2,467.4,432,505.8V660H302V512h130V399.2C432,270.9,508.4,200,625.4,200c56,0,114.6,10,114.6,10v126h-64.6c-63.6,0-83.4,39.5-83.4,80v96h142l-22.7,148H592v357.8C836.8,979.4,1024,767.6,1024,512z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }

.sns_type_line {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%2300b900;%7D.b%7Bfill:%23ffffff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_line_g {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23e3e3e3;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_line_w {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%2300b900;%7D.b%7Bfill:%23ffffff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='60' cy='60' r='60'/%3e%3cpath class='b' d='M99.91,56.4C99.91,38.54,82,24,60,24S20.09,38.54,20.09,56.4c0,16,14.2,29.42,33.38,31.95,1.3.28,3.07.86,3.51,2a8,8,0,0,1,.13,3.61l-.57,3.41c-.17,1-.8,4,3.46,2.15S83,86,91.36,76.32h0C97.14,70,99.91,63.54,99.91,56.4'/%3e%3cpath class='a' d='M51.89,47.77h-2.8a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M71.16,47.77h-2.8a.78.78,0,0,0-.78.77V58.87l-8-10.76L59.55,48h0l0-.05h0s0,0,0,0h0l0,0h0l0,0h0l0,0H56.17a.78.78,0,0,0-.78.77V65.93a.78.78,0,0,0,.78.78H59a.77.77,0,0,0,.77-.78V55.61l8,10.77a.89.89,0,0,0,.2.19h0l0,0h0l0,0h.06l.05,0h0a.64.64,0,0,0,.2,0h2.8a.78.78,0,0,0,.78-.78V48.54a.78.78,0,0,0-.78-.77'/%3e%3cpath class='a' d='M45.14,62.35h-7.6V48.54a.78.78,0,0,0-.78-.77H34a.78.78,0,0,0-.78.77V65.93h0a.8.8,0,0,0,.22.54h0a.76.76,0,0,0,.54.22H45.14a.78.78,0,0,0,.78-.78v-2.8a.78.78,0,0,0-.78-.78'/%3e%3cpath class='a' d='M86.62,52.12a.77.77,0,0,0,.77-.78V48.55a.77.77,0,0,0-.77-.78H75.43a.73.73,0,0,0-.53.22h0l0,0a.78.78,0,0,0-.21.53h0V65.93h0a.76.76,0,0,0,.22.54h0a.75.75,0,0,0,.53.22H86.62a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V59.42h7.61a.77.77,0,0,0,.77-.78v-2.8a.77.77,0,0,0-.77-.78H79V52.12Z'/%3e%3c/svg%3e") no-repeat center center/contain; }

.sns_type_instagram {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23F00075;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_instagram_g {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23e3e3e3;%7D.b%7Bfill:%23fff;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_instagram_w {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='756' height='756' viewBox='0 0 756 756'%3e%3cdefs%3e%3cstyle%3e.a%7Bfill:%23fff;%7D.b%7Bfill:%23000;%7D%3c/style%3e%3c/defs%3e%3ccircle class='a' cx='378' cy='378' r='378'/%3e%3cpath class='b' d='M378,171.47c67.27,0,75.23.26,101.8,1.47,24.56,1.12,37.9,5.22,46.78,8.67a83.51,83.51,0,0,1,47.81,47.81c3.45,8.88,7.55,22.22,8.67,46.78,1.21,26.57,1.47,34.53,1.47,101.8s-.26,75.23-1.47,101.8c-1.12,24.56-5.22,37.9-8.67,46.78a83.51,83.51,0,0,1-47.81,47.81c-8.88,3.45-22.22,7.55-46.78,8.67-26.56,1.21-34.53,1.47-101.8,1.47s-75.24-.26-101.8-1.47c-24.56-1.12-37.9-5.22-46.78-8.67a83.51,83.51,0,0,1-47.81-47.81c-3.45-8.88-7.55-22.22-8.67-46.78-1.21-26.57-1.47-34.53-1.47-101.8s.26-75.23,1.47-101.8c1.12-24.56,5.22-37.9,8.67-46.78a83.51,83.51,0,0,1,47.81-47.81c8.88-3.45,22.22-7.55,46.78-8.67,26.57-1.21,34.53-1.47,101.8-1.47m0-45.39c-68.42,0-77,.29-103.87,1.52S229,133.08,213,139.31A128.74,128.74,0,0,0,139.31,213c-6.23,16-10.49,34.34-11.71,61.15s-1.52,35.45-1.52,103.87.29,77,1.52,103.87S133.08,527,139.31,543A128.8,128.8,0,0,0,213,616.7c16,6.22,34.34,10.48,61.15,11.7s35.45,1.52,103.87,1.52,77-.29,103.87-1.52S527,622.92,543,616.7A128.85,128.85,0,0,0,616.7,543c6.22-16,10.48-34.34,11.7-61.15s1.52-35.45,1.52-103.87-.29-77-1.52-103.87S622.92,229,616.7,213A128.8,128.8,0,0,0,543,139.31c-16-6.23-34.34-10.49-61.15-11.71s-35.45-1.52-103.87-1.52Z'/%3e%3cpath class='b' d='M378,248.64A129.36,129.36,0,1,0,507.36,378,129.35,129.35,0,0,0,378,248.64ZM378,462a84,84,0,1,1,84-84A84,84,0,0,1,378,462Z'/%3e%3ccircle class='b' cx='512.48' cy='243.52' r='30.23'/%3e%3c/svg%3e") no-repeat center center/contain; }

.sns_type_hatena {
  border-radius: 50%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%2300a4de'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_hatena_g {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%23e3e3e3'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_hatena_w {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%2300a4de'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }

.sns_type_hatena {
  border-radius: 50%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%2300a4de'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_hatena_g {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%23e3e3e3'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }
  .sns_type_hatena_w {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500' viewBox='0 0 500 500'%3e%3crect width='500' height='500' rx='101.9' ry='101.9' fill='%2300a4de'/%3e%3cg fill='%23fff'%3e%3cpath d='M278.2,258.1q-13.6-15.2-37.8-17c14.4-3.9,24.8-9.6,31.4-17.3s9.8-17.8,9.8-30.7A55,55,0,0,0,275,166a48.8,48.8,0,0,0-19.2-18.6c-7.3-4-16-6.9-26.2-8.6s-28.1-2.4-53.7-2.4H113.6V363.6h64.2q38.7,0,55.8-2.6c11.4-1.8,20.9-4.8,28.6-8.9a52.5,52.5,0,0,0,21.9-21.4c5.1-9.2,7.7-19.9,7.7-32.1C291.8,281.7,287.3,268.2,278.2,258.1Zm-107-71.4h13.3q23.1,0,31,5.2c5.3,3.5,7.9,9.5,7.9,18s-2.9,14-8.5,17.4-16.1,5-31.4,5H171.2V186.7Zm52.8,130.3c-6.1,3.7-16.5,5.5-31.1,5.5H171.2V273h22.6c15,0,25.4,1.9,30.9,5.7s8.4,10.4,8.4,20S230.1,313.4,223.9,317.1Z'/%3e%3cpath d='M357.6,306.1a28.8,28.8,0,1,0,28.8,28.8A28.8,28.8,0,0,0,357.6,306.1Z'/%3e%3crect x='332.6' y='136.4' width='50' height='151.52'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain; }

.sns_type_blog {
  font-size: 1rem;
  background: #2ca041;
  border-radius: 50%;
  position: relative; }
  .sns_type_blog::after {
    content: "BLOG" !important;
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    letter-spacing: normal; }

.sns.alt2txt {
  background: transparent;
  color: #000 !important;
  width: auto;
  height: auto; }

.navbar {
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media (max-width: 768.98px) {
    .navbar {
      background: #fff; } }
  @media (min-width: 769px) {
    .navbar {
      background: #fff; } }

.navbar-language {
  position: fixed;
  z-index: 1051;
  top: 0px;
  right: 60px;
  width: auto;
  height: 60px;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #0B7E3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navbar-language-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3e%3cstyle type='text/css'%3e.st0%7bfill:%230B7E3D%7d%3c/style%3e%3cpath class='st0' d='M28,56C12.5,56,0,43.5,0,28S12.5,0,28,0s28,12.5,28,28c0,7.4-3,14.5-8.2,19.8C42.5,53,35.4,56,28,56z M28,3.5C14.5,3.5,3.5,14.5,3.5,28c0,13.5,11,24.5,24.5,24.5c13.5,0,24.5-11,24.5-24.5c0-6.5-2.6-12.7-7.2-17.3C40.7,6.1,34.5,3.5,28,3.5z'/%3e%3cpath class='st0' d='M28,55.1C18.8,55.1,11.2,43,11.2,28S18.8,0.9,28,0.9S44.8,13,44.8,28S37.2,55.1,28,55.1z M28,2.6C19.7,2.6,13,14,13,28s6.7,25.4,15,25.4S43,42,43,28S36.3,2.6,28,2.6L28,2.6z'/%3e%3cpath class='st0' d='M28,21.7c-11.9,0-21.3-4.3-21.3-9.8c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9c0,4.4,8.9,8,19.5,8s19.5-3.7,19.5-8c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9C49.3,17.4,39.9,21.7,28,21.7z'/%3e%3cpath class='st0' d='M48.4,46c-0.5,0-0.9-0.4-0.9-0.9c0,0,0,0,0,0c0-4.4-8.9-8-19.5-8s-19.5,3.7-19.5,8c0,0.5-0.4,0.9-0.9,0.9s-0.9-0.4-0.9-0.9c0-5.5,9.3-9.8,21.3-9.8s21.3,4.3,21.3,9.8C49.3,45.6,48.9,46,48.4,46z'/%3e%3cpath class='st0' d='M28.2,55.2c-0.5,0-0.9-0.4-0.9-0.9c0,0,0,0,0,0V1.4c0-0.5,0.4-0.9,0.9-0.9S29,0.9,29,1.4v52.9C29,54.8,28.7,55.1,28.2,55.2z'/%3e%3cpath class='st0' d='M54.3,29.5H19.6c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h34.7c0.5,0,0.9,0.4,0.9,0.9S54.8,29.5,54.3,29.5z'/%3e%3cpath class='st0' d='M15.3,29.5h-13c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h13c0.5,0,0.9,0.4,0.9,0.9S15.7,29.5,15.3,29.5z'/%3e%3c/svg%3e") no-repeat center center/contain; }
  .navbar-language:hover {
    text-decoration: none;
    color: #0B7E3D;
    opacity: 0.6; }
  @media (min-width: 769px) {
    .navbar-language {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .navbar-language-text {
        margin-right: 0.5em; } }
  @media (max-width: 768.98px) {
    .navbar-language {
      width: 30px; }
      .navbar-language-text {
        display: none; } }

.navbar-toggler {
  position: fixed;
  z-index: 1051;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #0B7E3D;
  background: #fff; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler .navbar-toggler-icon {
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230B7E3D' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22'/%3e%3c/svg%3e"); }
  .js_toggle_open .navbar-toggler {
    color: #0B7E3D; }
    .js_toggle_open .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg preserveAspectRatio='none' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230B7E3D' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M7 7l16 16M7 23l16 -16'/%3e%3c/svg%3e"); }
  .navbar-toggler .rounded {
    border-radius: 50%; }

@media (min-width: 769px) {
  .modal {
    padding: 0 !important;
    display: block !important;
    color: #000;
    opacity: 1 !important;
    width: 100%;
    height: auto;
    position: static;
    display: block;
    overflow: visible; }
    .modal.d-md-none {
      display: none !important; }
      .js_toggle_open .modal.d-md-none {
        display: block !important;
        position: fixed; }
    .modal-dialog {
      position: static;
      max-width: none;
      margin: 0;
      pointer-events: auto;
      -webkit-transform: none !important;
              transform: none !important; }
    .modal-content {
      position: static;
      display: block;
      width: auto;
      background-color: transparent;
      border: none; }
    .modal-header {
      display: none; }
    .modal-body {
      position: static;
      padding: 0; }
  .js_toggle_open .modal {
    display: block !important;
    position: fixed; }
  .modal-header {
    border: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background: #fff; }
  .modal-body {
    position: static;
    padding: 30px; }
  .modal.fade .modal-header {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0); }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0); }
  .modal.fade.show .modal-header {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .modal.fade.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .modal-backdrop {
    background: #0B7E3D; }
    .modal-backdrop.show {
      opacity: 1; }
  .fullscreen {
    padding-right: 0 !important; }
    .fullscreen .modal-dialog {
      margin: 0 0 0 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      min-height: 100%;
      padding: 0; }
    .fullscreen .modal-content {
      height: 100%;
      min-height: 100%;
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow-y: auto; } }

@media (max-width: 768.98px) {
  .modal-header {
    border: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background: #fff; }
  .modal-body {
    position: static;
    padding: 30px; }
  .modal.fade .modal-header {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0); }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0); }
  .modal.fade.show .modal-header {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .modal.fade.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .modal-backdrop {
    background: #0B7E3D; }
    .modal-backdrop.show {
      opacity: 1; }
  .fullscreen {
    padding-right: 0 !important; }
    .fullscreen .modal-dialog {
      margin: 0 0 0 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      min-height: 100%;
      padding: 0; }
    .fullscreen .modal-content {
      height: 100%;
      min-height: 100%;
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow: auto; } }

@media (max-width: 768.98px) {
  .modal-header {
    position: fixed;
    z-index: 1071;
    top: 0;
    left: 0;
    right: 0; }
  .modal-body {
    padding-top: calc(60px + 30px);
    padding-bottom: calc(60px + 30px); }
  .modal-backdrop {
    top: 60px; } }

@media (min-width: 769px) {
  .modal {
    top: 60px;
    height: calc(100% - 60px); }
    .modal-header {
      position: fixed;
      z-index: 1071;
      top: 0;
      left: 0;
      right: 0; }
    .modal-body {
      padding-top: 30px; }
  .modal-backdrop {
    top: 60px; } }

.navbar {
  background: transparent; }

.gnav__frm {
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  overflow: hidden;
  padding: 0px; }
  @media (max-width: 768.98px) {
    .gnav__frm {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .gnav__frm *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }

.gnav__logo {
  margin: 0;
  font-size: 2rem; }
  .gnav__logo-link {
    display: block;
    line-height: 1;
    color: currentColor; }

@media (max-width: 768.98px) {
  .gnav .modal-body {
    color: #fff; } }

@media (min-width: 769px) {
  .gnav .modal-body {
    color: #fff; } }

.gnav__list1 {
  margin: 0;
  padding: 0;
  list-style: none; }

.gnav__link1 {
  display: block;
  color: #2ca041;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .gnav__link1:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
  .gnav__link1-in {
    display: block; }

.gnav__list2 {
  margin: 0;
  padding: 0;
  list-style: none; }

.gnav__link2 {
  display: block;
  color: currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .gnav__link2:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
  .gnav__link2-in {
    display: block; }

.gnav__slist1 {
  margin: 0;
  padding: 0;
  list-style: none; }

.gnav__slink1 {
  display: block;
  color: currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .gnav__slink1:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
  .gnav__slink1-in {
    display: block; }

.gnav__slist2 {
  margin: 0;
  padding: 0;
  list-style: none; }

.gnav__slink2 {
  display: block;
  color: currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .gnav__slink2:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
  .gnav__slink2-in {
    display: block; }

@media (min-width: 769px) {
  .gnav__frm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    max-width: 1200px;
    min-width: 1200px;
    width: 100%;
    padding-left: 20px;
    margin: 0 auto; }
  .gnav__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000; }
    .gnav__logo-img {
      width: auto;
      height: 65px; }
  .gnav .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px; }
  .gnav__block_main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 100px; }
  .gnav__block_search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .gnav__block_sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    margin-left: 40px; }
  .gnav__block_appendix {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .gnav__list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  @media (min-width: 769px) and (min-width: 769px) {
    .gnav__list1 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .gnav__list1 > * {
        width: calc((100% - 70px * 2) / 3); }
        .gnav__list1 > * img {
          width: 100%; } }
  @media (min-width: 769px) and (max-width: 768.98px) {
    .gnav__list1 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .gnav__list1 *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }

@media (min-width: 769px) {
  .gnav__link1-in {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    border-bottom: 1px solid #2ca041;
    margin-bottom: 0.6em; }
  .gnav__link2-in {
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
    background: linear-gradient(to right, transparent, transparent);
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    position: relative;
    z-index: 1;
    padding-left: 30px; }
    .gnav__link2-in::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .gnav__link2-in::before {
        display: inline-block !important;
        text-decoration: none; }
  .gnav__link2:hover .gnav__link2-in {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent); }
    .gnav__link2:hover .gnav__link2-in::before {
      -webkit-transform: translate(5px, -50%) scale(1.5);
              transform: translate(5px, -50%) scale(1.5); }
  .gnav__slist1 {
    margin: 0 0 30px; }
    .gnav__slist1_sns .sns_type_icon {
      width: 45px;
      height: 45px; }
    .gnav__slist1_col2 {
      font-size: smaller;
      border-top: 1px solid #fff;
      padding: 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .gnav__slist1_col2 > * {
        padding: 0 1em;
        border-left: 1px solid #fff; }
        .gnav__slist1_col2 > *:last-child {
          border-right: 1px solid #fff; }
  .gnav__slink1:hover {
    text-decoration: underline; } }

@media (max-width: 768.98px) {
  .gnav__frm {
    padding: 15px 20px; }
  .gnav__logo {
    margin: 0 auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000; }
    .gnav__logo-img {
      width: auto;
      height: 50px; }
  .gnav .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gnav__block_main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .gnav__block_search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .gnav__block_sns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .gnav__block_appendix {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .gnav__item1 {
    margin-bottom: 20px; }
  .gnav__link1-in {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    border-bottom: 1px solid #2ca041;
    margin-bottom: 0.4em; }
  .gnav__link1[aria-expanded="false"] .gnav__link1-in {
    position: relative;
    z-index: 1; }
    .gnav__link1[aria-expanded="false"] .gnav__link1-in::before {
      color: currentColor;
      font-family: fontawesome;
      content: "＋";
      font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .gnav__link1[aria-expanded="false"] .gnav__link1-in::before {
        display: inline-block !important;
        text-decoration: none; }
  .gnav__link1[aria-expanded="true"] .gnav__link1-in {
    position: relative;
    z-index: 1; }
    .gnav__link1[aria-expanded="true"] .gnav__link1-in::before {
      color: currentColor;
      font-family: fontawesome;
      content: "ー";
      font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .gnav__link1[aria-expanded="true"] .gnav__link1-in::before {
        display: inline-block !important;
        text-decoration: none; }
  .gnav__link2-in {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    position: relative;
    z-index: 1;
    padding-left: 30px; }
    .gnav__link2-in::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .gnav__link2-in::before {
        display: inline-block !important;
        text-decoration: none; }
  .gnav__slist1 {
    margin: 0 0 30px; }
    .gnav__slist1_sns .sns_type_icon {
      width: 45px;
      height: 45px; }
    .gnav__slist1_col2 {
      font-size: smaller;
      border-top: 1px solid #fff;
      padding: 10px 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
    @media (max-width: 768.98px) and (max-width: 768.98px) {
      .gnav__slist1_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .gnav__slist1_col2 > * {
          width: calc((100% - 10px * 1) / 2); }
          .gnav__slist1_col2 > * img {
            width: 100%; } }

@media (max-width: 768.98px) {
  .gnav__slink1-in {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.4em; } }

.tnav.tnav_pc {
  display: none; }
  @media (min-width: 769px) {
    .tnav.tnav_pc {
      margin-left: auto;
      margin-right: 1em;
      display: block;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .tnav.tnav_pc .tnav__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #0B7E3D; }
      .tnav.tnav_pc .tnav__link {
        color: currentColor;
        padding: 0.2em 1em;
        position: relative; }
        .tnav.tnav_pc .tnav__link::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #2ca041;
          z-index: -1;
          border-radius: 50rem;
          -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
          transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
          -webkit-transform: scale(0);
                  transform: scale(0); }
        .tnav.tnav_pc .tnav__link:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; }
          .tnav.tnav_pc .tnav__link:hover::before {
            -webkit-transform: scale(1);
                    transform: scale(1); } }

.tnav.tnav_sp {
  display: none; }
  @media (max-width: 768.98px) {
    .tnav.tnav_sp {
      display: block;
      position: fixed;
      z-index: 1071;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      background: #0B7E3D;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .tnav.tnav_sp .tnav__list {
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 768.98px) and (max-width: 768.98px) {
      .tnav.tnav_sp .tnav__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .tnav.tnav_sp .tnav__list > * {
          width: calc((100% - 0px * 4) / 5 - 0.1px); }
          .tnav.tnav_sp .tnav__list > * img {
            width: 100%; } }
  @media (max-width: 768.98px) {
      .tnav.tnav_sp .tnav__item_column .tnav__link::before {
        background-image: url(../img-com/img-icon-column.svg); }
      .tnav.tnav_sp .tnav__item_special .tnav__link::before {
        background-image: url(../img-com/img-icon-special.svg); }
      .tnav.tnav_sp .tnav__item_home .tnav__link::before {
        background-image: url(../img-com/img-icon-home.svg); }
      .tnav.tnav_sp .tnav__item_sunsnap .tnav__link::before {
        background-image: url(../img-com/img-icon-sunsnap.svg); }
      .tnav.tnav_sp .tnav__item_gift .tnav__link::before {
        background-image: url(../img-com/img-icon-gift.svg); }
      .tnav.tnav_sp .tnav__item:nth-child(3) {
        position: relative;
        z-index: 3; }
        .tnav.tnav_sp .tnav__item:nth-child(3)::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(44, 160, 65, 0.4);
          z-index: -2;
          top: 50%;
          -webkit-transform: translateY(-50%) scale(1.1);
                  transform: translateY(-50%) scale(1.1);
          padding-bottom: 100%;
          border-radius: 50rem; }
        .tnav.tnav_sp .tnav__item:nth-child(3)::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(88, 60, 50, 0.4);
          z-index: -1;
          top: 50%;
          -webkit-transform: translateY(-50%) scale(0.9);
                  transform: translateY(-50%) scale(0.9);
          padding-bottom: 100%;
          border-radius: 50rem; }
      .tnav.tnav_sp .tnav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        color: currentColor;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .tnav.tnav_sp .tnav__link::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          margin-bottom: 3px; }
        .tnav.tnav_sp .tnav__link:hover {
          opacity: 1;
          text-decoration: none;
          color: currentColor; } }

.pagetop {
  margin-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1; }
  .pagetop a.scroll {
    display: block;
    width: 4em;
    height: 2em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }
  .pagetop__img {
    width: 4em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.8em;
    -webkit-transform: rotateZ(270deg);
            transform: rotateZ(270deg); }

.ft {
  overflow: hidden; }
  .ft {
    color: #fff;
    background: #0B7E3D; }
    @media (min-width: 769px) {
      .ft {
        min-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 150px; }
        body.home .ft {
          margin-top: 0px; } }
    @media (max-width: 768.98px) {
      .ft {
        margin-top: 90px;
        margin-bottom: 0px; }
        body.home .ft {
          margin-top: 0px; } }
  .ft__bn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px auto;
    max-width: 350px; }
    @media (min-width: 769px) {
      .ft__bn-list > * {
        width: calc((100% - 30px * 1) / 2); }
        .ft__bn-list > * img {
          width: 100%; } }
    @media (max-width: 768.98px) {
      .ft__bn-list > * {
        width: calc((100% - 20px * 1) / 2); }
        .ft__bn-list > * img {
          width: 100%; } }
  .ft__bn-item {
    max-width: 160px; }
  .ft__copy {
    margin: 20px 0;
    font-size: 1.2rem;
    text-align: center; }
  @media (max-width: 768.98px) {
    .ft {
      padding-left: 20px;
      padding-right: 20px; } }

.fnav {
  font-size: 1.4rem;
  margin: 10px 0;
  line-height: 1.3; }
  .fnav__list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .fnav__item1:not(:last-child) {
    border-right: 1px solid #fff; }
  .fnav__link1 {
    padding: 0 1em;
    display: block;
    color: currentColor; }
    .fnav__link1:hover {
      opacity: 1;
      color: currentColor; }

.ppager, div.WCMpager span.WCMpaged {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.1rem; }
  .ppager__item {
    margin-bottom: 0.5em; }
  .ppager__link, div.WCMpager span.WCMpaged a {
    margin: 0 0.3em;
    width: 2em;
    height: 2em;
    line-height: 1;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    text-decoration: none; }
    .ppager__link_page, .ppager__link_arrow, div.WCMpager span.WCMpaged a {
      border: 1px solid #2ca041; }
      .ppager__link_page:hover, .ppager__link_arrow:hover, div.WCMpager span.WCMpaged a:hover {
        opacity: 1;
        text-decoration: none;
        color: #fff;
        background: #2ca041;
        border-color: #2ca041; }
    .ppager__link_active, div.WCMpager span.WCMpaged a.WCMselected {
      pointer-events: none;
      color: #fff;
      background: #2ca041;
      border-color: #2ca041; }
    .ppager__link_noborder {
      border: none; }
    .ppager__link_arrow {
      color: transparent;
      position: relative; }
      .ppager__link_arrow:hover {
        color: transparent; }
        .ppager__link_arrow:hover::after {
          border-color: #fff; }
      .ppager__link_arrow::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .ppager__link_arrow_prev {
        margin-right: 0.7em; }
        .ppager__link_arrow_prev::after {
          -webkit-transform: translate(-50%, -50%) translateX(2px) rotate(225deg);
                  transform: translate(-50%, -50%) translateX(2px) rotate(225deg); }
      .ppager__link_arrow_next {
        margin-left: 0.7em; }
        .ppager__link_arrow_next::after {
          -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
                  transform: translate(-50%, -50%) translateX(-2px) rotate(45deg); }

.plink {
  color: #000; }
  .plink:hover {
    color: #000; }
  .plink.plink_type_block {
    display: block; }
  .plink.plink_type_noicon::after {
    content: none !important; }
  @media (min-width: 769px) {
    .plink.plink_type_noicon_pc::after {
      content: none !important; } }
  .plink.plink_type_icon_external::after {
    content: "\f2d2" !important; }
  .plink.plink_type_underline {
    text-decoration: underline; }
    .plink.plink_type_underline:hover {
      opacity: 1;
      color: currentColor;
      text-decoration: none; }
  .plink.plink_type_nolink {
    pointer-events: none; }
  .plink.plink_type_nohover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }
  .plink.plink_type_overlay {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: currentColor; }
    .plink.plink_type_overlay_block {
      display: block; }
    .plink.plink_type_overlay::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
    .plink.plink_type_overlay .plink__img {
      width: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .plink.plink_type_overlay .plink__overlay {
      padding: 20px 0;
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #fff;
      font-size: 1em; }
      @media (min-width: 769px) {
        .plink.plink_type_overlay .plink__overlay {
          padding: 45px 0; } }
    .plink.plink_type_overlay .plink__overlay-num {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      font-family: "Crimson Text", serif;
      font-weight: 400;
      letter-spacing: normal;
      font-size: 3.6rem;
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000;
      background: #fff; }
    .plink.plink_type_overlay:hover {
      opacity: 1; }
      .plink.plink_type_overlay:hover .plink__img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .plink.plink_type_arrow_bdr {
    display: inline-block;
    position: relative;
    padding-right: 1em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: currentColor; }
    .plink.plink_type_arrow_bdr::after {
      content: "";
      display: block;
      position: absolute;
      right: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
    .plink.plink_type_arrow_bdr:hover {
      text-decoration: none;
      color: currentColor; }
  .plink.plink_type_more {
    font-size: 1.4rem;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .plink.plink_type_more:hover {
      color: currentColor;
      text-decoration: none; }
    .plink.plink_type_more::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      text-decoration: none;
      margin-left: 0.5em;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_more::after {
        display: inline-block !important;
        text-decoration: none; }
  .plink.plink_type_arrow_r::after {
    font-family: fontawesome;
    content: "\f054";
    display: inline-block;
    margin-left: 0.5em;
    font-size: 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .plink.plink_type_arrow_r:hover {
    opacity: 1;
    text-decoration: none; }
  .plink.plink_type_arrow_b {
    color: currentColor; }
    .plink.plink_type_arrow_b::before {
      font-family: fontawesome;
      content: "\f054";
      display: inline-block;
      -webkit-transform: translateY(-2px) rotate(90deg);
              transform: translateY(-2px) rotate(90deg);
      margin-right: 0.5em;
      font-size: 1rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_arrow_b:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_arrow_b:hover::before {
        -webkit-transform: translateY(2px) rotate(90deg);
                transform: translateY(2px) rotate(90deg); }
  .plink.plink_type_inline {
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .plink.plink_type_inline::before, .plink.plink_type_inline::after {
      color: #2ca041 !important; }
    .plink.plink_type_inline:hover {
      opacity: 0.6;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_inline:hover::before {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
    .plink.plink_type_inline.plink_type_hover_underline {
      -webkit-transition: 0.1s;
      transition: 0.1s; }
      .plink.plink_type_inline.plink_type_hover_underline:hover {
        color: #2ca041;
        opacity: 1;
        text-decoration: underline; }
    .plink.plink_type_inline_border {
      position: relative; }
      .plink.plink_type_inline_border::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: #2ca041;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .plink.plink_type_inline_border::after {
        width: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_inline_border:hover {
        opacity: 1;
        text-decoration: none;
        color: currentColor; }
        .plink.plink_type_inline_border:hover::after {
          width: 100%; }
    .plink.plink_type_inline_arrow_lr::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      margin-right: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_lr::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_lb::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f107";
      display: inline-block;
      margin-right: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_lb::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_ll::before {
      color: currentColor;
      font-family: fontawesome;
      content: "\f104";
      display: inline-block;
      margin-right: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_ll::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_lt::before {
      color: currentColor;
      font-family: fontawesome;
      display: inline-block;
      margin-right: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_lt::before {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rr::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      margin-left: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rr::after {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rb::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f107";
      display: inline-block;
      margin-left: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rb::after {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rl::after {
      color: currentColor;
      font-family: fontawesome;
      content: "\f104";
      display: inline-block;
      margin-left: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rl::after {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_arrow_rt::after {
      color: currentColor;
      font-family: fontawesome;
      display: inline-block;
      margin-left: 8px;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plink.plink_type_inline_arrow_rt::after {
        display: inline-block !important;
        text-decoration: none; }
    .plink.plink_type_inline_white {
      color: #fff !important; }
      .plink.plink_type_inline_white::before {
        color: #fff !important; }
      .plink.plink_type_inline_white::after {
        color: #fff !important; }
    .plink.plink_type_inline_icon::before, .plink.plink_type_inline_icon::after {
      width: 15px;
      height: 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff !important;
      background: #2ca041; }
  .plink.plink_type_circle {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
    max-width: 100px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    color: #000; }
    .plink.plink_type_circle:hover {
      text-decoration: none; }
    .plink.plink_type_circle_sub {
      border-color: #0B7E3D;
      color: #0B7E3D; }
    .plink.plink_type_circle_white {
      border-color: #fff;
      color: #fff; }
  .plink.plink_type_box {
    line-height: 1.3;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    height: 40px;
    padding: 0 1em;
    border: 1px solid #000;
    color: #000;
    text-decoration: none; }
    @media (min-width: 769px) {
      .plink.plink_type_box {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plink.plink_type_box {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plink.plink_type_box {
        height: auto;
        padding: 0.5em 1em;
        margin: 0 auto; } }
    .plink.plink_type_box:hover, .plink.plink_type_box_flip {
      opacity: 1;
      color: #fff;
      background: #000; }
      .plink.plink_type_box:hover::before, .plink.plink_type_box_flip::before, .plink.plink_type_box:hover::after, .plink.plink_type_box_flip::after {
        color: #fff !important; }
    @media (min-width: 769px) {
      .plink.plink_type_box_pc_noborder {
        border: none; }
        .plink.plink_type_box_pc_noborder:not(:hover) {
          padding-left: 0;
          padding-right: 0; } }
    .plink.plink_type_box_round {
      border-radius: 50rem; }
    .plink.plink_type_box_slim {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      height: auto;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    .plink.plink_type_box_large {
      height: 100px;
      letter-spacing: 1px; }
    .plink.plink_type_box_auto {
      width: auto;
      height: auto;
      display: inline-block;
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
    .plink.plink_type_box_flip:hover {
      color: #000;
      text-decoration: none;
      background: transparent; }
      .plink.plink_type_box_flip:hover::after {
        color: #000 !important; }
    .plink.plink_type_box_white {
      color: #fff;
      border-color: #fff; }
      .plink.plink_type_box_white:hover {
        background: #fff;
        color: #2ca041; }
        .plink.plink_type_box_white:hover::after {
          color: #2ca041 !important; }
    .plink.plink_type_box_main {
      color: #2ca041;
      border-color: #2ca041;
      background-color: #fff; }
      .plink.plink_type_box_main:hover {
        background-color: #2ca041;
        color: #fff; }
      .plink.plink_type_box_main_flip {
        background-color: #2ca041;
        color: #fff; }
        .plink.plink_type_box_main_flip:hover {
          color: #2ca041;
          border-color: #2ca041;
          background-color: transparent; }
    .plink.plink_type_box_grd {
      color: #fff;
      border: none;
      background: -webkit-gradient(linear, left top, left bottom, from(#2C8941), to(#1C6434));
      background: linear-gradient(180deg, #2C8941 0%, #1C6434 100%); }
      .plink.plink_type_box_grd:hover {
        background: #e3e3e3;
        color: #2ca041; }
      .plink.plink_type_box_grd_flip {
        background: #e3e3e3;
        color: #2ca041;
        border: none; }
        .plink.plink_type_box_grd_flip:hover {
          color: #fff;
          background: -webkit-gradient(linear, left top, left bottom, from(#2C8941), to(#1C6434));
          background: linear-gradient(180deg, #2C8941 0%, #1C6434 100%); }
    .plink.plink_type_box.plink_type_icon[href^="mailto:"] {
      padding: 0 35px 0 1em;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box.plink_type_icon[href^="mailto:"]::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f003 ";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box.plink_type_icon[href^="mailto:"]::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_rr {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rr::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rr::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_rb {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rb::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rb::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_rl {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rl::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rl::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_rt {
      padding-right: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_rt::after {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_rt::after {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_lr {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_lr::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_lb {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_lb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_ll {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_ll::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_ll::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_lt {
      padding-left: 35px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_lt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_lt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tr {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tr::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tr::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tb {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tl {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tl::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_tt {
      padding-top: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_tt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_tt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_br {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_br::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_br::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_bb {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bb::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f107";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_bb::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_bl {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bl::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f104";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_bl::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_bt {
      padding-bottom: 15px;
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_bt::before {
        color: currentColor;
        font-family: fontawesome;
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_box_arrow_bt::before {
          display: inline-block !important;
          text-decoration: none; }
    .plink.plink_type_box_arrow_img, .plink.plink_type_box_arrow_img_l, .plink.plink_type_box_arrow_img_r, .plink.plink_type_box_arrow_img_b, .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
      position: relative;
      z-index: 1; }
      .plink.plink_type_box_arrow_img::after, .plink.plink_type_box_arrow_img_l::after, .plink.plink_type_box_arrow_img_r::after, .plink.plink_type_box_arrow_img_b::after, .plink.plink_type_box_arrow_img_pdf::after, .plink.plink_type_box_arrow_img_book::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e") no-repeat;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .plink.plink_type_box_arrow_img::after, .plink.plink_type_box_arrow_img_l::after, .plink.plink_type_box_arrow_img_r::after, .plink.plink_type_box_arrow_img_b::after, .plink.plink_type_box_arrow_img_pdf::after, .plink.plink_type_box_arrow_img_book::after {
        top: calc(50% + 4px); }
      .plink.plink_type_box_arrow_img:hover::after, .plink.plink_type_box_arrow_img_l:hover::after, .plink.plink_type_box_arrow_img_r:hover::after, .plink.plink_type_box_arrow_img_b:hover::after, .plink.plink_type_box_arrow_img_pdf:hover::after, .plink.plink_type_box_arrow_img_book:hover::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
      .plink.plink_type_box_arrow_img_l {
        padding-left: 35px;
        position: relative;
        z-index: 1; }
        .plink.plink_type_box_arrow_img_l::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 20px;
          height: 20px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e") no-repeat;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 10px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink.plink_type_box_arrow_img_l::after {
          top: calc(50% + 4px); }
      .plink.plink_type_box_arrow_img_r {
        padding-right: 35px;
        position: relative;
        z-index: 1; }
        .plink.plink_type_box_arrow_img_r::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 20px;
          height: 20px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e") no-repeat;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 10px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink.plink_type_box_arrow_img_r::after {
          content: '' !important;
          top: calc(50% + 4px);
          left: auto; }
        .plink.plink_type_box_arrow_img_r.plink_type_box_white::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_r.plink_type_box_white:hover::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%232ca041' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_r.plink_type_box_main::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%232ca041' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_r.plink_type_box_main:hover::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_r.plink_type_box_flip::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_r.plink_type_box_flip:hover::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
      .plink.plink_type_box_arrow_img_b {
        padding-left: 16px;
        padding-bottom: 1em;
        position: relative;
        z-index: 1; }
        .plink.plink_type_box_arrow_img_b::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 20px;
          height: 20px;
          background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e") no-repeat;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 10px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink.plink_type_box_arrow_img_b::after {
          top: auto;
          bottom: 0;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%232ca041' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_b:hover::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_b.plink_type_box_white::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
        .plink.plink_type_box_arrow_img_b.plink_type_box_white:hover::after {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%232ca041' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
      .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
        font-weight: bold;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 80px;
        padding-left: 70px;
        padding-right: 1em;
        border-width: 2px; }
        @media (min-width: 769px) {
          .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
            font-size: 2rem; } }
        @media (max-width: 768.98px) {
          .plink.plink_type_box_arrow_img_pdf, .plink.plink_type_box_arrow_img_book {
            font-size: 1.6rem; } }
        .plink.plink_type_box_arrow_img_pdf::after, .plink.plink_type_box_arrow_img_book::after {
          top: 50%;
          left: 20px;
          width: 30px;
          height: 36px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 288.6 346.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231c395f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-pdf%3C%2Ftitle%3E%3Cpath class='a' d='M288.6%2C95.15a12%2C12%2C0%2C0%2C0-.14-1.47V85.06A11.93%2C11.93%2C0%2C0%2C0%2C285%2C76.64L211.82%2C3.49A11.93%2C11.93%2C0%2C0%2C0%2C203.4%2C0H27.67A27.7%2C27.7%2C0%2C0%2C0%2C0%2C27.67V319a27.7%2C27.7%2C0%2C0%2C0%2C27.67%2C27.67H260.79A27.7%2C27.7%2C0%2C0%2C0%2C288.46%2C319V96.61a11.65%2C11.65%2C0%2C0%2C0%2C.14-1.46M257.89%2C83.24H200.73V26.08Zm2.9%2C239.61H27.67A3.86%2C3.86%2C0%2C0%2C1%2C23.82%2C319V27.67a3.86%2C3.86%2C0%2C0%2C1%2C3.85-3.85H176.91V95.15a11.91%2C11.91%2C0%2C0%2C0%2C11.91%2C11.91h75.82V319a3.86%2C3.86%2C0%2C0%2C1-3.85%2C3.85'%2F%3E%3Cpath class='a' d='M89.21%2C134.69H73.09c-7.12.67-11%2C6.23-11%2C13.23V212h16V181c10.22.45%2C20.89-1.77%2C26.46-11.12%2C8.13-13.68%2C1.11-32.58-15.35-35.14m-5%2C31H78.1V149.82c9.67-.89%2C9.67%2C0%2C12.78%2C3.56%2C2.67%2C5.56-.22%2C11.45-6.67%2C12.33'%2F%3E%3Cpath class='a' d='M142.11%2C134.91H128a12.7%2C12.7%2C0%2C0%2C0-11.91%2C9.89v57.61A11.82%2C11.82%2C0%2C0%2C0%2C126.77%2C212h14c14.12-2.22%2C26.36-10.23%2C32-23.47%2C10.12-22.8-5.66-51-30.69-53.6m-10.22%2C61.84V149.81c18-.55%2C24.46%2C7.12%2C27.24%2C19.57a24.16%2C24.16%2C0%2C0%2C1-27.24%2C27.37'%2F%3E%3Cpath class='a' d='M187.12%2C144.8V212H203.8V178.73h20.68V163.5l-20.68-.23V149.59h22.58v-14.9H197.69c-5%2C.79-10.12%2C4.56-10.57%2C10.11'%2F%3E%3C%2Fsvg%3E"); }
        .plink.plink_type_box_arrow_img_pdf:hover::after, .plink.plink_type_box_arrow_img_book:hover::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 288.6 346.67'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-pdf%3C%2Ftitle%3E%3Cpath class='a' d='M288.6%2C95.15a12%2C12%2C0%2C0%2C0-.14-1.47V85.06A11.93%2C11.93%2C0%2C0%2C0%2C285%2C76.64L211.82%2C3.49A11.93%2C11.93%2C0%2C0%2C0%2C203.4%2C0H27.67A27.7%2C27.7%2C0%2C0%2C0%2C0%2C27.67V319a27.7%2C27.7%2C0%2C0%2C0%2C27.67%2C27.67H260.79A27.7%2C27.7%2C0%2C0%2C0%2C288.46%2C319V96.61a11.65%2C11.65%2C0%2C0%2C0%2C.14-1.46M257.89%2C83.24H200.73V26.08Zm2.9%2C239.61H27.67A3.86%2C3.86%2C0%2C0%2C1%2C23.82%2C319V27.67a3.86%2C3.86%2C0%2C0%2C1%2C3.85-3.85H176.91V95.15a11.91%2C11.91%2C0%2C0%2C0%2C11.91%2C11.91h75.82V319a3.86%2C3.86%2C0%2C0%2C1-3.85%2C3.85'%2F%3E%3Cpath class='a' d='M89.21%2C134.69H73.09c-7.12.67-11%2C6.23-11%2C13.23V212h16V181c10.22.45%2C20.89-1.77%2C26.46-11.12%2C8.13-13.68%2C1.11-32.58-15.35-35.14m-5%2C31H78.1V149.82c9.67-.89%2C9.67%2C0%2C12.78%2C3.56%2C2.67%2C5.56-.22%2C11.45-6.67%2C12.33'%2F%3E%3Cpath class='a' d='M142.11%2C134.91H128a12.7%2C12.7%2C0%2C0%2C0-11.91%2C9.89v57.61A11.82%2C11.82%2C0%2C0%2C0%2C126.77%2C212h14c14.12-2.22%2C26.36-10.23%2C32-23.47%2C10.12-22.8-5.66-51-30.69-53.6m-10.22%2C61.84V149.81c18-.55%2C24.46%2C7.12%2C27.24%2C19.57a24.16%2C24.16%2C0%2C0%2C1-27.24%2C27.37'%2F%3E%3Cpath class='a' d='M187.12%2C144.8V212H203.8V178.73h20.68V163.5l-20.68-.23V149.59h22.58v-14.9H197.69c-5%2C.79-10.12%2C4.56-10.57%2C10.11'%2F%3E%3C%2Fsvg%3E"); }
      .plink.plink_type_box_arrow_img_book::after {
        width: 30px;
        height: 28px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 396.15 361.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%231c395f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-book%3C%2Ftitle%3E%3Cpath class%3D'a' d%3D'M383.14%2C2.94A271.59%2C271.59%2C0%2C0%2C0%2C343.63%2C0C269.63%2C0%2C219%2C31.09%2C198.07%2C46.76%2C177.2%2C31.09%2C126.53%2C0%2C52.54%2C0A271.86%2C271.86%2C0%2C0%2C0%2C13%2C2.94%2C15.23%2C15.23%2C0%2C0%2C0%2C0%2C18V244.77a15.21%2C15.21%2C0%2C0%2C0%2C17.44%2C15.06%2C242%2C242%2C0%2C0%2C1%2C35.1-2.61c77.69%2C0%2C126.78%2C39.81%2C134.19%2C46.25a15%2C15%2C0%2C0%2C0%2C5.16%2C3.86%2C15.15%2C15.15%2C0%2C0%2C0%2C6%2C1.23c.08%2C0%2C.13%2C0%2C.19%2C0s.12%2C0%2C.2%2C0a15.15%2C15.15%2C0%2C0%2C0%2C6-1.23%2C14.94%2C14.94%2C0%2C0%2C0%2C5.21-3.92c7.4-6.49%2C56-46.19%2C134.15-46.19a241.78%2C241.78%2C0%2C0%2C1%2C35.08%2C2.61%2C15.21%2C15.21%2C0%2C0%2C0%2C17.45-15.06V18a15.22%2C15.22%2C0%2C0%2C0-13-15.06M30.45%2C227.69V31.5c7.42-.7%2C14.82-1.05%2C22.09-1.05%2C68.91%2C0%2C115.34%2C31.36%2C130.13%2C42.92V263c-26-16.06-70.51-36.27-130.13-36.27-7.29%2C0-14.67.3-22.09.92m335.25%2C0c-7.4-.62-14.8-.92-22.08-.92-59.62%2C0-104.16%2C20.23-130.14%2C36.28V73.34c14.72-11.61%2C60.78-42.89%2C130.15-42.89%2C7.26%2C0%2C14.65.35%2C22.07%2C1.05Z'%2F%3E%3Cpath class%3D'a' d%3D'M198.07%2C332.6C175.22%2C315%2C109.84%2C273.92%2C13.38%2C288.14l3.7%2C25.12c99.29-14.63%2C162.87%2C36.88%2C171.43%2C44.31a13.1%2C13.1%2C0%2C0%2C0%2C9.75%2C4.39%2C12.76%2C12.76%2C0%2C0%2C0%2C10.13-5c11-9.4%2C73.43-58.07%2C170.69-43.66l3.69-25.12C286.28%2C273.91%2C220.93%2C315%2C198.07%2C332.6'%2F%3E%3C%2Fsvg%3E"); }
      .plink.plink_type_box_arrow_img_book:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 396.15 361.96'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-book%3C%2Ftitle%3E%3Cpath class%3D'a' d%3D'M383.14%2C2.94A271.59%2C271.59%2C0%2C0%2C0%2C343.63%2C0C269.63%2C0%2C219%2C31.09%2C198.07%2C46.76%2C177.2%2C31.09%2C126.53%2C0%2C52.54%2C0A271.86%2C271.86%2C0%2C0%2C0%2C13%2C2.94%2C15.23%2C15.23%2C0%2C0%2C0%2C0%2C18V244.77a15.21%2C15.21%2C0%2C0%2C0%2C17.44%2C15.06%2C242%2C242%2C0%2C0%2C1%2C35.1-2.61c77.69%2C0%2C126.78%2C39.81%2C134.19%2C46.25a15%2C15%2C0%2C0%2C0%2C5.16%2C3.86%2C15.15%2C15.15%2C0%2C0%2C0%2C6%2C1.23c.08%2C0%2C.13%2C0%2C.19%2C0s.12%2C0%2C.2%2C0a15.15%2C15.15%2C0%2C0%2C0%2C6-1.23%2C14.94%2C14.94%2C0%2C0%2C0%2C5.21-3.92c7.4-6.49%2C56-46.19%2C134.15-46.19a241.78%2C241.78%2C0%2C0%2C1%2C35.08%2C2.61%2C15.21%2C15.21%2C0%2C0%2C0%2C17.45-15.06V18a15.22%2C15.22%2C0%2C0%2C0-13-15.06M30.45%2C227.69V31.5c7.42-.7%2C14.82-1.05%2C22.09-1.05%2C68.91%2C0%2C115.34%2C31.36%2C130.13%2C42.92V263c-26-16.06-70.51-36.27-130.13-36.27-7.29%2C0-14.67.3-22.09.92m335.25%2C0c-7.4-.62-14.8-.92-22.08-.92-59.62%2C0-104.16%2C20.23-130.14%2C36.28V73.34c14.72-11.61%2C60.78-42.89%2C130.15-42.89%2C7.26%2C0%2C14.65.35%2C22.07%2C1.05Z'%2F%3E%3Cpath class%3D'a' d%3D'M198.07%2C332.6C175.22%2C315%2C109.84%2C273.92%2C13.38%2C288.14l3.7%2C25.12c99.29-14.63%2C162.87%2C36.88%2C171.43%2C44.31a13.1%2C13.1%2C0%2C0%2C0%2C9.75%2C4.39%2C12.76%2C12.76%2C0%2C0%2C0%2C10.13-5c11-9.4%2C73.43-58.07%2C170.69-43.66l3.69-25.12C286.28%2C273.91%2C220.93%2C315%2C198.07%2C332.6'%2F%3E%3C%2Fsvg%3E"); }
    .plink.plink_type_box_arrow_img_inline::after {
      content: "";
      display: inline-block;
      z-index: 1;
      width: 20px;
      height: 20px;
      background: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e") no-repeat;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_box_arrow_img_inline::after {
      margin-left: 15px;
      position: relative;
      top: 4px; }
    .plink.plink_type_box_arrow_img_inline:hover::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_img_inline.plink_type_box_flip::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_img_inline.plink_type_box_flip:hover::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='currentColor' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e"); }
    .plink.plink_type_box_arrow_il, .plink.plink_type_box_arrow_ilr, .plink.plink_type_box_arrow_ilb, .plink.plink_type_box_arrow_ill, .plink.plink_type_box_arrow_ilt {
      border: 1px solid #000; }
      .plink.plink_type_box_arrow_il::before, .plink.plink_type_box_arrow_ilr::before, .plink.plink_type_box_arrow_ilb::before, .plink.plink_type_box_arrow_ill::before, .plink.plink_type_box_arrow_ilt::before {
        color: #000; }
    .plink.plink_type_box_arrow_ilr::before {
      font-family: fontawesome;
      content: "\f054";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ilb::before {
      font-family: fontawesome;
      content: "\f078";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ill::before {
      font-family: fontawesome;
      content: "\f053  ";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ilt::before {
      font-family: fontawesome;
      content: "\f077";
      font-weight: normal;
      display: inline-block;
      margin-right: 0.3em; }
    .plink.plink_type_box_arrow_ir, .plink.plink_type_box_arrow_irr, .plink.plink_type_box_arrow_irb, .plink.plink_type_box_arrow_irl, .plink.plink_type_box_arrow_irt {
      border: 1px solid #000; }
      .plink.plink_type_box_arrow_ir::after, .plink.plink_type_box_arrow_irr::after, .plink.plink_type_box_arrow_irb::after, .plink.plink_type_box_arrow_irl::after, .plink.plink_type_box_arrow_irt::after {
        color: #000; }
    .plink.plink_type_box_arrow_irr::after {
      font-family: fontawesome;
      content: "\f054";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
    .plink.plink_type_box_arrow_irb::after {
      font-family: fontawesome;
      content: "\f078";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
    .plink.plink_type_box_arrow_irl::after {
      font-family: fontawesome;
      content: "\f053  ";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
    .plink.plink_type_box_arrow_irt::after {
      font-family: fontawesome;
      content: "\f077";
      font-weight: normal;
      display: inline-block;
      margin-left: 0.3em; }
  .plink.plink_type_clr_white {
    color: #fff;
    border-color: #fff; }
    .plink.plink_type_clr_white:hover {
      background: rgba(255, 255, 255, 0.4); }
  .plink.plink_type_clr_main {
    color: #2ca041; }
    .plink.plink_type_clr_main:hover {
      color: #2ca041; }
  .plink.plink_type_clr_black.plink_type_box {
    border: 1px solid #000;
    color: #000; }
    .plink.plink_type_clr_black.plink_type_box:hover, .plink.plink_type_clr_black.plink_type_box_flip {
      color: #fff;
      background: #000; }
    .plink.plink_type_clr_black.plink_type_box_flip:hover {
      color: #000;
      background: transparent; }
  .plink.plink_type_clr_black.plink_type_inline::before, .plink.plink_type_clr_black.plink_type_inline::after {
    color: #000 !important; }
  .plink.plink_type_clr_black.plink_type_inline_icon::before, .plink.plink_type_clr_black.plink_type_inline_icon::after {
    color: #fff !important;
    background: #000; }
  .plink.plink_type_clr_black.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_black.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #000;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_black.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_black.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_black.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c11.plink_type_box {
    border: 1px solid #50aacc;
    color: #50aacc; }
    .plink.plink_type_clr_c11.plink_type_box:hover, .plink.plink_type_clr_c11.plink_type_box_flip {
      color: #fff;
      background: #50aacc; }
    .plink.plink_type_clr_c11.plink_type_box_flip:hover {
      color: #50aacc;
      background: transparent; }
  .plink.plink_type_clr_c11.plink_type_inline::before, .plink.plink_type_clr_c11.plink_type_inline::after {
    color: #50aacc !important; }
  .plink.plink_type_clr_c11.plink_type_inline_icon::before, .plink.plink_type_clr_c11.plink_type_inline_icon::after {
    color: #fff !important;
    background: #50aacc; }
  .plink.plink_type_clr_c11.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c11.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #50aacc;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c11.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c11.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c11.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c12.plink_type_box {
    border: 1px solid #c4dc42;
    color: #c4dc42; }
    .plink.plink_type_clr_c12.plink_type_box:hover, .plink.plink_type_clr_c12.plink_type_box_flip {
      color: #fff;
      background: #c4dc42; }
    .plink.plink_type_clr_c12.plink_type_box_flip:hover {
      color: #c4dc42;
      background: transparent; }
  .plink.plink_type_clr_c12.plink_type_inline::before, .plink.plink_type_clr_c12.plink_type_inline::after {
    color: #c4dc42 !important; }
  .plink.plink_type_clr_c12.plink_type_inline_icon::before, .plink.plink_type_clr_c12.plink_type_inline_icon::after {
    color: #fff !important;
    background: #c4dc42; }
  .plink.plink_type_clr_c12.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c12.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #c4dc42;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c12.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c12.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c12.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c13.plink_type_box {
    border: 1px solid #ff8185;
    color: #ff8185; }
    .plink.plink_type_clr_c13.plink_type_box:hover, .plink.plink_type_clr_c13.plink_type_box_flip {
      color: #fff;
      background: #ff8185; }
    .plink.plink_type_clr_c13.plink_type_box_flip:hover {
      color: #ff8185;
      background: transparent; }
  .plink.plink_type_clr_c13.plink_type_inline::before, .plink.plink_type_clr_c13.plink_type_inline::after {
    color: #ff8185 !important; }
  .plink.plink_type_clr_c13.plink_type_inline_icon::before, .plink.plink_type_clr_c13.plink_type_inline_icon::after {
    color: #fff !important;
    background: #ff8185; }
  .plink.plink_type_clr_c13.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c13.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #ff8185;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c13.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c13.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c13.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c14.plink_type_box {
    border: 1px solid #e99f3a;
    color: #e99f3a; }
    .plink.plink_type_clr_c14.plink_type_box:hover, .plink.plink_type_clr_c14.plink_type_box_flip {
      color: #fff;
      background: #e99f3a; }
    .plink.plink_type_clr_c14.plink_type_box_flip:hover {
      color: #e99f3a;
      background: transparent; }
  .plink.plink_type_clr_c14.plink_type_inline::before, .plink.plink_type_clr_c14.plink_type_inline::after {
    color: #e99f3a !important; }
  .plink.plink_type_clr_c14.plink_type_inline_icon::before, .plink.plink_type_clr_c14.plink_type_inline_icon::after {
    color: #fff !important;
    background: #e99f3a; }
  .plink.plink_type_clr_c14.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c14.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #e99f3a;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c14.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c14.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c14.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c15.plink_type_box {
    border: 1px solid #d0aadb;
    color: #d0aadb; }
    .plink.plink_type_clr_c15.plink_type_box:hover, .plink.plink_type_clr_c15.plink_type_box_flip {
      color: #fff;
      background: #d0aadb; }
    .plink.plink_type_clr_c15.plink_type_box_flip:hover {
      color: #d0aadb;
      background: transparent; }
  .plink.plink_type_clr_c15.plink_type_inline::before, .plink.plink_type_clr_c15.plink_type_inline::after {
    color: #d0aadb !important; }
  .plink.plink_type_clr_c15.plink_type_inline_icon::before, .plink.plink_type_clr_c15.plink_type_inline_icon::after {
    color: #fff !important;
    background: #d0aadb; }
  .plink.plink_type_clr_c15.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c15.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #d0aadb;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c15.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c15.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c15.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c16.plink_type_box {
    border: 1px solid #eea1cf;
    color: #eea1cf; }
    .plink.plink_type_clr_c16.plink_type_box:hover, .plink.plink_type_clr_c16.plink_type_box_flip {
      color: #fff;
      background: #eea1cf; }
    .plink.plink_type_clr_c16.plink_type_box_flip:hover {
      color: #eea1cf;
      background: transparent; }
  .plink.plink_type_clr_c16.plink_type_inline::before, .plink.plink_type_clr_c16.plink_type_inline::after {
    color: #eea1cf !important; }
  .plink.plink_type_clr_c16.plink_type_inline_icon::before, .plink.plink_type_clr_c16.plink_type_inline_icon::after {
    color: #fff !important;
    background: #eea1cf; }
  .plink.plink_type_clr_c16.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c16.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #eea1cf;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c16.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c16.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c16.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c17.plink_type_box {
    border: 1px solid #65cfb6;
    color: #65cfb6; }
    .plink.plink_type_clr_c17.plink_type_box:hover, .plink.plink_type_clr_c17.plink_type_box_flip {
      color: #fff;
      background: #65cfb6; }
    .plink.plink_type_clr_c17.plink_type_box_flip:hover {
      color: #65cfb6;
      background: transparent; }
  .plink.plink_type_clr_c17.plink_type_inline::before, .plink.plink_type_clr_c17.plink_type_inline::after {
    color: #65cfb6 !important; }
  .plink.plink_type_clr_c17.plink_type_inline_icon::before, .plink.plink_type_clr_c17.plink_type_inline_icon::after {
    color: #fff !important;
    background: #65cfb6; }
  .plink.plink_type_clr_c17.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c17.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #65cfb6;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c17.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c17.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c17.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c21.plink_type_box {
    border: 1px solid #668d2a;
    color: #668d2a; }
    .plink.plink_type_clr_c21.plink_type_box:hover, .plink.plink_type_clr_c21.plink_type_box_flip {
      color: #fff;
      background: #668d2a; }
    .plink.plink_type_clr_c21.plink_type_box_flip:hover {
      color: #668d2a;
      background: transparent; }
  .plink.plink_type_clr_c21.plink_type_inline::before, .plink.plink_type_clr_c21.plink_type_inline::after {
    color: #668d2a !important; }
  .plink.plink_type_clr_c21.plink_type_inline_icon::before, .plink.plink_type_clr_c21.plink_type_inline_icon::after {
    color: #fff !important;
    background: #668d2a; }
  .plink.plink_type_clr_c21.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c21.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #668d2a;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c21.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c21.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c21.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c22.plink_type_box {
    border: 1px solid #02486b;
    color: #02486b; }
    .plink.plink_type_clr_c22.plink_type_box:hover, .plink.plink_type_clr_c22.plink_type_box_flip {
      color: #fff;
      background: #02486b; }
    .plink.plink_type_clr_c22.plink_type_box_flip:hover {
      color: #02486b;
      background: transparent; }
  .plink.plink_type_clr_c22.plink_type_inline::before, .plink.plink_type_clr_c22.plink_type_inline::after {
    color: #02486b !important; }
  .plink.plink_type_clr_c22.plink_type_inline_icon::before, .plink.plink_type_clr_c22.plink_type_inline_icon::after {
    color: #fff !important;
    background: #02486b; }
  .plink.plink_type_clr_c22.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c22.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #02486b;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c22.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c22.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c22.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c23.plink_type_box {
    border: 1px solid #ac5659;
    color: #ac5659; }
    .plink.plink_type_clr_c23.plink_type_box:hover, .plink.plink_type_clr_c23.plink_type_box_flip {
      color: #fff;
      background: #ac5659; }
    .plink.plink_type_clr_c23.plink_type_box_flip:hover {
      color: #ac5659;
      background: transparent; }
  .plink.plink_type_clr_c23.plink_type_inline::before, .plink.plink_type_clr_c23.plink_type_inline::after {
    color: #ac5659 !important; }
  .plink.plink_type_clr_c23.plink_type_inline_icon::before, .plink.plink_type_clr_c23.plink_type_inline_icon::after {
    color: #fff !important;
    background: #ac5659; }
  .plink.plink_type_clr_c23.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c23.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #ac5659;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c23.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c23.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c23.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c24.plink_type_box {
    border: 1px solid #a4712b;
    color: #a4712b; }
    .plink.plink_type_clr_c24.plink_type_box:hover, .plink.plink_type_clr_c24.plink_type_box_flip {
      color: #fff;
      background: #a4712b; }
    .plink.plink_type_clr_c24.plink_type_box_flip:hover {
      color: #a4712b;
      background: transparent; }
  .plink.plink_type_clr_c24.plink_type_inline::before, .plink.plink_type_clr_c24.plink_type_inline::after {
    color: #a4712b !important; }
  .plink.plink_type_clr_c24.plink_type_inline_icon::before, .plink.plink_type_clr_c24.plink_type_inline_icon::after {
    color: #fff !important;
    background: #a4712b; }
  .plink.plink_type_clr_c24.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c24.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #a4712b;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c24.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c24.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c24.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c25.plink_type_box {
    border: 1px solid #876d8e;
    color: #876d8e; }
    .plink.plink_type_clr_c25.plink_type_box:hover, .plink.plink_type_clr_c25.plink_type_box_flip {
      color: #fff;
      background: #876d8e; }
    .plink.plink_type_clr_c25.plink_type_box_flip:hover {
      color: #876d8e;
      background: transparent; }
  .plink.plink_type_clr_c25.plink_type_inline::before, .plink.plink_type_clr_c25.plink_type_inline::after {
    color: #876d8e !important; }
  .plink.plink_type_clr_c25.plink_type_inline_icon::before, .plink.plink_type_clr_c25.plink_type_inline_icon::after {
    color: #fff !important;
    background: #876d8e; }
  .plink.plink_type_clr_c25.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c25.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #876d8e;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c25.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c25.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c25.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c26.plink_type_box {
    border: 1px solid #b26493;
    color: #b26493; }
    .plink.plink_type_clr_c26.plink_type_box:hover, .plink.plink_type_clr_c26.plink_type_box_flip {
      color: #fff;
      background: #b26493; }
    .plink.plink_type_clr_c26.plink_type_box_flip:hover {
      color: #b26493;
      background: transparent; }
  .plink.plink_type_clr_c26.plink_type_inline::before, .plink.plink_type_clr_c26.plink_type_inline::after {
    color: #b26493 !important; }
  .plink.plink_type_clr_c26.plink_type_inline_icon::before, .plink.plink_type_clr_c26.plink_type_inline_icon::after {
    color: #fff !important;
    background: #b26493; }
  .plink.plink_type_clr_c26.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c26.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #b26493;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c26.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c26.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c26.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c27.plink_type_box {
    border: 1px solid #b9b536;
    color: #b9b536; }
    .plink.plink_type_clr_c27.plink_type_box:hover, .plink.plink_type_clr_c27.plink_type_box_flip {
      color: #fff;
      background: #b9b536; }
    .plink.plink_type_clr_c27.plink_type_box_flip:hover {
      color: #b9b536;
      background: transparent; }
  .plink.plink_type_clr_c27.plink_type_inline::before, .plink.plink_type_clr_c27.plink_type_inline::after {
    color: #b9b536 !important; }
  .plink.plink_type_clr_c27.plink_type_inline_icon::before, .plink.plink_type_clr_c27.plink_type_inline_icon::after {
    color: #fff !important;
    background: #b9b536; }
  .plink.plink_type_clr_c27.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c27.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #b9b536;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c27.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c27.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c27.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_c31.plink_type_box {
    border: 1px solid #8d1d28;
    color: #8d1d28; }
    .plink.plink_type_clr_c31.plink_type_box:hover, .plink.plink_type_clr_c31.plink_type_box_flip {
      color: #fff;
      background: #8d1d28; }
    .plink.plink_type_clr_c31.plink_type_box_flip:hover {
      color: #8d1d28;
      background: transparent; }
  .plink.plink_type_clr_c31.plink_type_inline::before, .plink.plink_type_clr_c31.plink_type_inline::after {
    color: #8d1d28 !important; }
  .plink.plink_type_clr_c31.plink_type_inline_icon::before, .plink.plink_type_clr_c31.plink_type_inline_icon::after {
    color: #fff !important;
    background: #8d1d28; }
  .plink.plink_type_clr_c31.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_c31.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #8d1d28;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_c31.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_c31.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_c31.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink.plink_type_clr_sub.plink_type_box {
    border: 1px solid #5c99d6;
    color: #5c99d6; }
    .plink.plink_type_clr_sub.plink_type_box:hover, .plink.plink_type_clr_sub.plink_type_box_flip {
      color: #fff;
      background: #5c99d6; }
    .plink.plink_type_clr_sub.plink_type_box_flip:hover {
      color: #5c99d6;
      background: transparent; }
  .plink.plink_type_clr_sub.plink_type_inline::before, .plink.plink_type_clr_sub.plink_type_inline::after {
    color: #5c99d6 !important; }
  .plink.plink_type_clr_sub.plink_type_inline_icon::before, .plink.plink_type_clr_sub.plink_type_inline_icon::after {
    color: #fff !important;
    background: #5c99d6; }
  .plink.plink_type_clr_sub.plink_type_inline_border {
    position: relative; }
    .plink.plink_type_clr_sub.plink_type_inline_border::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      background-color: #5c99d6;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .plink.plink_type_clr_sub.plink_type_inline_border::after {
      width: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plink.plink_type_clr_sub.plink_type_inline_border:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .plink.plink_type_clr_sub.plink_type_inline_border:hover::after {
        width: 100%; }
  .plink-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .plink-list-inline {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plink-list-inline__item {
        padding: 0 0.5em; }
        .plink-list-inline__item:first-child {
          padding-left: 0; }
      .plink-list-inline.plink-list-inline_center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .plink-list-inline.plink-list-inline_right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .plink-list-inline.plink-list-inline_border_1 .plink-list-inline__item:not(:last-child) {
        border-right: 1px solid #666; }
      .plink-list-inline.plink-list-inline_border_2 .plink-list-inline__item {
        line-height: 1; }
        .plink-list-inline.plink-list-inline_border_2 .plink-list-inline__item:not(:last-child) {
          border-right: 1px solid #2ca041; }
      .plink-list-inline.plink-list-inline_border_3 .plink-list-inline__item {
        padding: 0 0.5em; }
        .plink-list-inline.plink-list-inline_border_3 .plink-list-inline__item:first-child {
          border-left: 1px solid #e3e3e3; }
        .plink-list-inline.plink-list-inline_border_3 .plink-list-inline__item:not(:last-child) {
          border-right: 1px solid #e3e3e3; }
        .plink-list-inline.plink-list-inline_border_3 .plink-list-inline__item:last-child {
          border-right: 1px solid #e3e3e3; }
      .plink-list-inline.plink-list-inline_gutter .plink-list-inline__item {
        padding: 0 1.5em;
        font-size: 1.4rem; }
    .plink-list__item {
      width: 100%; }
      @media (max-width: 768.98px) {
        .plink-list__item:not(:last-child) {
          margin-bottom: 20px; } }
      .plink-list__item_box-slider {
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .plink-list__item_box-slider::after {
          content: "" !important;
          margin: 0 !important;
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: transparent;
          z-index: -1;
          background: #2ca041;
          -webkit-transform: translateX(-101%);
                  transform: translateX(-101%);
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .plink-list__item_box-slider:hover {
          opacity: 1;
          text-decoration: none;
          color: #fff; }
          .plink-list__item_box-slider:hover::after {
            -webkit-transform: translateX(0);
                    transform: translateX(0); }
        .plink-list__item_box-slider .plink {
          opacity: 1;
          background: transparent; }
          .plink-list__item_box-slider .plink::before {
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          .plink-list__item_box-slider .plink plink_type_box:hover, .plink-list__item_box-slider .plink:hover {
            opacity: 1;
            text-decoration: none;
            color: #fff;
            background: transparent; }
            .plink-list__item_box-slider .plink plink_type_box:hover::before, .plink-list__item_box-slider .plink:hover::before {
              color: #fff; }
    .plink-list_left, .plink-list_center, .plink-list_right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
        margin-left: 20px;
        margin-right: 20px; }
        @media (min-width: 769px) {
          .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
            max-width: 300px; } }
        .plink-list_left .plink-list__item:first-child, .plink-list_center .plink-list__item:first-child, .plink-list_right .plink-list__item:first-child {
          margin-left: 0; }
        .plink-list_left .plink-list__item:last-child, .plink-list_center .plink-list__item:last-child, .plink-list_right .plink-list__item:last-child {
          margin-right: 0; }
        @media (max-width: 768.98px) {
          .plink-list_left .plink-list__item, .plink-list_center .plink-list__item, .plink-list_right .plink-list__item {
            margin-left: 0;
            margin-right: 0; } }
    .plink-list_center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .plink-list_right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media (max-width: 768.98px) {
      .plink-list_blog .plink-list__item_prev {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .plink-list_blog .plink-list__item_now {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 0; }
      .plink-list_blog .plink-list__item_next {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 20px; } }
    @media (min-width: 769px) {
      .plink-list_auto .plink-list__item {
        max-width: none;
        width: auto; } }
    @media (min-width: 769px) {
      .plink-list_col2 .plink-list__item {
        width: calc((100% - 15px) / 2); }
        .plink-list_col2 .plink-list__item:not(:nth-child(2n)) {
          margin-right: 15px; }
        .plink-list_col2 .plink-list__item:nth-last-child(n + 3) {
          margin-bottom: 15px !important; } }
    @media (min-width: 769px) {
      .plink-list_col3 .plink-list__item {
        width: calc((100% - 30px) / 3); }
        .ie11 .plink-list_col3 .plink-list__item {
          width: calc((100% - 30px) / 3 - 0.1px); }
        .plink-list_col3 .plink-list__item:not(:nth-child(3n)) {
          margin-right: 15px; }
        .plink-list_col3 .plink-list__item:nth-last-child(n + 4) {
          margin-bottom: 15px !important; } }
    @media (min-width: 769px) {
      .plink-list_col4 .plink-list__item {
        width: calc((100% - 45px) / 4); }
        .ie11 .plink-list_col4 .plink-list__item {
          width: calc((100% - 45px) / 4 - 0.1px); }
        .plink-list_col4 .plink-list__item:not(:nth-child(4n)) {
          margin-right: 15px; }
        .plink-list_col4 .plink-list__item:nth-last-child(n + 5) {
          margin-bottom: 15px !important; } }
    @media (min-width: 769px) {
      .plink-list_cols .plink-list__item {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        .plink-list_cols .plink-list__item:not(:last-child) .plink {
          border-right: none; } }
    @media (max-width: 768.98px) {
      .plink-list_cols .plink-list__item:not(:last-child) {
        margin-bottom: 0; }
        .plink-list_cols .plink-list__item:not(:last-child) .plink {
          border-bottom: none; } }

.pmv {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%; }
  .pmv__img {
    width: 100%; }
  .pmv__fit .pmv__img {
    -o-object-fit: cover;
       object-fit: cover; }
  .pmv__hfixed {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .pmv__hfixed .pmv__img {
      width: auto;
      max-width: none; }
  .pmv__overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-size: 1em; }
  .pmv.pmv_lv1 {
    background: #000;
    height: 600px; }
    @media (max-width: 768.98px) {
      .pmv.pmv_lv1 {
        height: 440px; }
        .pmv.pmv_lv1 .pmv__hfixed {
          position: static;
          -webkit-transform: none;
                  transform: none; }
          .pmv.pmv_lv1 .pmv__hfixed .pmv__img {
            max-width: 100%; } }
  @media (min-width: 769px) {
    .pmv.pmv_lv2 {
      height: 260px; }
      .pmv.pmv_lv2 .pmv__fit .pmv__img {
        height: 260px; } }
  .pmv.pmv_lv2 .pmv__title {
    font-family: YakuHanMP, "Noto Serif JP", YakuHanMP, "Noto Serif JP", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
    font-weight: 500; }
    @media (min-width: 769px) {
      .pmv.pmv_lv2 .pmv__title {
        font-size: 4.6rem; } }
    @media (max-width: 768.98px) {
      .pmv.pmv_lv2 .pmv__title {
        font-size: 2.7rem; } }

.ptitle {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.3; }
  @media (min-width: 769px) {
    .ptitle.ptitle_s0 {
      font-size: 3rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_s0 {
      font-size: 2.4rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_s0 {
      margin-bottom: 35px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_s0 {
      margin-bottom: 20px; } }
  .ptitle.ptitle_s1, .ptitle.ptitle_s0, .ptitle.ptitle_tp2 {
    color: #2ca041; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s1, .ptitle.ptitle_s0, .ptitle.ptitle_tp2 {
        font-size: 3rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s1, .ptitle.ptitle_s0, .ptitle.ptitle_tp2 {
        font-size: 2.4rem; } }
  .ptitle.ptitle_s2 {
    color: #2ca041;
    position: relative;
    padding-bottom: 10px;
    text-align: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s2 {
        font-size: 3rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s2 {
        font-size: 2.4rem; } }
    .ptitle.ptitle_s2::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 40px;
      height: 1px;
      background-color: #000;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .ptitle.ptitle_s3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s3 {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s3 {
        font-size: 2rem; } }
    .ptitle.ptitle_s3::before, .ptitle.ptitle_s3::after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: #aaaaaa; }
    .ptitle.ptitle_s3::before {
      margin-right: 0.5em; }
    .ptitle.ptitle_s3::after {
      margin-left: 0.5em; }
  .ptitle.ptitle_s4 {
    color: #fff;
    background: #2ca041;
    padding: 0.3em 1em 0.4em; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s4 {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s4 {
        font-size: 2rem; } }
  .ptitle.ptitle_s5 {
    color: #2ca041;
    padding: 0.3em;
    border: 2px solid #2ca041; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s5 {
        font-size: 2.4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s5 {
        font-size: 2rem; } }
  .ptitle.ptitle_s6 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #2ca041; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s6 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s6 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_s7 {
    padding-bottom: 0.5em;
    position: relative;
    position: relative; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s7 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s7 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_s7::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #0B7E3D;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ptitle.ptitle_s7::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100px;
      height: 1px;
      background-color: #2ca041;
      bottom: 0;
      left: 0; }
  .ptitle.ptitle_s8 {
    padding-left: 0.5em;
    border-left: 2px solid #2ca041; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s8 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s8 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_s9 {
    color: #2ca041;
    border-left: 15px solid #2ca041;
    background: #0B7E3D;
    padding: 0.5em; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s9 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s9 {
        font-size: 1.8rem; } }
  .ptitle.ptitle_s10 {
    padding-left: 25px;
    position: relative;
    position: relative; }
    @media (min-width: 769px) {
      .ptitle.ptitle_s10 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_s10 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_s10::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 16px;
      height: 16px;
      background-color: #2ca041;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ptitle.ptitle_s10::before {
      -webkit-transform: translateY(-50%) translateY(-8px);
              transform: translateY(-50%) translateY(-8px); }
    .ptitle.ptitle_s10::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 16px;
      height: 16px;
      background-color: #0B7E3D;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ptitle.ptitle_s10::after {
      -webkit-transform: translateY(-50%) translateY(8px);
              transform: translateY(-50%) translateY(8px); }
  .ptitle.ptitle_tag1 {
    position: relative; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tag1 {
        font-size: 2.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag1 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_tag1::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #0B7E3D;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ptitle.ptitle_tag1 .ptitle__title {
      padding-bottom: 0.5em;
      padding-right: 0.5em;
      display: inline-block;
      position: relative; }
      .ptitle.ptitle_tag1 .ptitle__title::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 1px;
        background-color: #2ca041;
        bottom: 0;
        left: 0; }
  .ptitle.ptitle_tag2 {
    color: #2ca041; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tag2 {
        font-size: 2.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag2 {
        font-size: 2.8rem; } }
    .ptitle.ptitle_tag2 .ptitle__title {
      position: relative;
      display: block; }
      .ptitle.ptitle_tag2 .ptitle__title::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 500%;
        height: 1px;
        background-color: #2ca041;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .ptitle.ptitle_tag2 .ptitle__title::after {
        left: auto;
        right: calc(100% + 10px); }
      .ptitle.ptitle_tag2 .ptitle__title-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .ptitle.ptitle_tag2 .ptitle__title-w1 {
        font-weight: bold; }
    .ptitle.ptitle_tag2_w {
      color: #fff; }
      .ptitle.ptitle_tag2_w .ptitle__title::after {
        background: #fff; }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag2 {
        text-align: center; }
        .ptitle.ptitle_tag2 .ptitle__title {
          display: inline-block; } }
  .ptitle.ptitle_tag3 {
    text-align: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tag3 {
        font-size: 2.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tag3 {
        font-size: 2.8rem; } }
    .ptitle.ptitle_tag3 .ptitle__title {
      padding-bottom: 0.2em;
      display: inline-block;
      position: relative; }
      .ptitle.ptitle_tag3 .ptitle__title::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 2px;
        background-color: #2ca041;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .ptitle.ptitle_d1 {
    color: #fff;
    background: #2ca041;
    padding: 0.5em 0;
    padding-left: 45px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_d1 {
        font-size: 2.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_d1 {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_d1 {
        padding-left: 0.5em; } }
    .ptitle.ptitle_d1 .ptitle__tag {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 28px;
      height: 28px;
      color: #2ca041;
      background: #fff;
      line-height: 1; }
  .ptitle.ptitle_d2 {
    padding: 0.5em 0;
    padding-left: 2px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_d2 {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_d2 {
        font-size: 1.8rem; } }
    .ptitle.ptitle_d2 .ptitle__tag {
      margin-right: 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      color: #fff;
      background: #2ca041;
      line-height: 1; }
      @media (min-width: 769px) {
        .ptitle.ptitle_d2 .ptitle__tag {
          font-size: 1.8rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_d2 .ptitle__tag {
          font-size: 1.5rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_d2 .ptitle__tag {
          margin-left: 0.2em;
          margin-right: 0; } }
    .ptitle.ptitle_d2 .ptitle__note {
      color: #2ca041;
      font-weight: normal; }
      @media (min-width: 769px) {
        .ptitle.ptitle_d2 .ptitle__note {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_d2 .ptitle__note {
          font-size: 1.4rem; } }
  .ptitle.ptitle_en1, .ptitle.ptitle_en2, .ptitle.ptitle_en4, .ptitle.ptitle_tp4, .ptitle.ptitle_t1, .ptitle.ptitle_tp1 {
    text-align: left; }
    .ptitle.ptitle_en1 .ptitle__title-en, .ptitle.ptitle_en2 .ptitle__title-en, .ptitle.ptitle_en4 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en, .ptitle.ptitle_t1 .ptitle__title-en, .ptitle.ptitle_tp1 .ptitle__title-en {
      line-height: 1;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ptitle.ptitle_en1 .ptitle__title-en::after, .ptitle.ptitle_en2 .ptitle__title-en::after, .ptitle.ptitle_en4 .ptitle__title-en::after, .ptitle.ptitle_tp4 .ptitle__title-en::after, .ptitle.ptitle_t1 .ptitle__title-en::after, .ptitle.ptitle_tp1 .ptitle__title-en::after {
        -webkit-transform: translateY(0.2em);
                transform: translateY(0.2em);
        border-top: 2px solid #2ca041;
        content: "";
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-left: 20px; }
        @media (min-width: 769px) {
          .ptitle.ptitle_en1 .ptitle__title-en::after, .ptitle.ptitle_en2 .ptitle__title-en::after, .ptitle.ptitle_en4 .ptitle__title-en::after, .ptitle.ptitle_tp4 .ptitle__title-en::after, .ptitle.ptitle_t1 .ptitle__title-en::after, .ptitle.ptitle_tp1 .ptitle__title-en::after {
            margin-left: 40px; } }
    .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp, .ptitle.ptitle_t1 .ptitle__title-jp, .ptitle.ptitle_tp1 .ptitle__title-jp {
      font-weight: bold;
      line-height: 1.3;
      display: block;
      color: #2ca041; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp, .ptitle.ptitle_t1 .ptitle__title-jp, .ptitle.ptitle_tp1 .ptitle__title-jp {
          font-size: 2.2rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en1 .ptitle__title-jp, .ptitle.ptitle_en2 .ptitle__title-jp, .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp, .ptitle.ptitle_t1 .ptitle__title-jp, .ptitle.ptitle_tp1 .ptitle__title-jp {
          font-size: 1.6rem; } }
    @media (min-width: 769px) {
      .ptitle.ptitle_en1_s .ptitle__title-en, .ptitle.ptitle_tp1_ptn2 .ptitle__title-en {
        font-size: 9rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en1_s .ptitle__title-en, .ptitle.ptitle_tp1_ptn2 .ptitle__title-en {
        font-size: 5rem; } }
  .ptitle.ptitle_en2 .ptitle__title-en {
    margin-bottom: 0.1em; }
    @media (min-width: 769px) {
      .ptitle.ptitle_en2 .ptitle__title-en {
        font-size: 3.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en2 .ptitle__title-en {
        font-size: 2.4rem; } }
    .ptitle.ptitle_en2 .ptitle__title-en::after {
      -webkit-transform: translateY(0.4em);
              transform: translateY(0.4em);
      margin-left: 20px; }
  .ptitle.ptitle_en2 .ptitle__title-jp {
    line-height: 1; }
    @media (min-width: 769px) {
      .ptitle.ptitle_en2 .ptitle__title-jp {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en2 .ptitle__title-jp {
        font-size: 1.6rem; } }
  .ptitle.ptitle_en3, .ptitle.ptitle_tp3 {
    position: relative;
    padding-top: 60px;
    text-align: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_en3, .ptitle.ptitle_tp3 {
        padding-top: 90px; } }
    .ptitle.ptitle_en3::after, .ptitle.ptitle_tp3::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      bottom: auto;
      z-index: 1;
      width: 2px;
      height: 40px;
      margin-top: 20px;
      background: #2ca041; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en3::after, .ptitle.ptitle_tp3::after {
          height: 65px;
          margin-top: 30px; } }
    .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
      margin-bottom: 0.3em;
      display: block; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
          font-size: 5.5rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en3 .ptitle__title-en, .ptitle.ptitle_tp3 .ptitle__title-en {
          font-size: 3rem; } }
    .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
      color: #2ca041;
      font-weight: bold;
      line-height: 1; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
          font-size: 2.2rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en3 .ptitle__title-jp, .ptitle.ptitle_tp3 .ptitle__title-jp {
          font-size: 1.6rem; } }
  .ptitle.ptitle_en4 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en, .ptitle.ptitle_t1 .ptitle__title-en {
    margin-bottom: 0.1em;
    display: inline-block; }
    @media (min-width: 769px) {
      .ptitle.ptitle_en4 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en, .ptitle.ptitle_t1 .ptitle__title-en {
        font-size: 3.8rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en4 .ptitle__title-en, .ptitle.ptitle_tp4 .ptitle__title-en, .ptitle.ptitle_t1 .ptitle__title-en {
        font-size: 2.4rem; } }
    .ptitle.ptitle_en4 .ptitle__title-en::after, .ptitle.ptitle_tp4 .ptitle__title-en::after, .ptitle.ptitle_t1 .ptitle__title-en::after {
      display: none; }
  .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp, .ptitle.ptitle_t1 .ptitle__title-jp {
    display: inline-block;
    line-height: 1; }
    @media (min-width: 769px) {
      .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp, .ptitle.ptitle_t1 .ptitle__title-jp {
        font-size: 2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en4 .ptitle__title-jp, .ptitle.ptitle_tp4 .ptitle__title-jp, .ptitle.ptitle_t1 .ptitle__title-jp {
        font-size: 1.6rem; } }
  .ptitle.ptitle_en5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    .ptitle.ptitle_en5 .ptitle__title-en {
      font-family: "Quicksand", sans-serif;
      font-weight: 400;
      margin-top: 0.2em;
      text-align: center;
      position: relative; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en5 .ptitle__title-en {
          font-size: 5.4rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en5 .ptitle__title-en {
          font-size: 3.4rem; } }
      .ptitle.ptitle_en5 .ptitle__title-en::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 60px;
        height: 2px;
        background-color: #2ca041;
        top: 100%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      @media (min-width: 769px) {
        .ptitle.ptitle_en5 .ptitle__title-en::after {
          margin-top: 20px; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en5 .ptitle__title-en::after {
          margin-top: 10px; } }
    .ptitle.ptitle_en5 .ptitle__title-jp {
      color: #2ca041; }
      @media (min-width: 769px) {
        .ptitle.ptitle_en5 .ptitle__title-jp {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .ptitle.ptitle_en5 .ptitle__title-jp {
          font-size: 1.2rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en5 {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 769px) {
      .ptitle.ptitle_en5 {
        padding-top: 60px; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en5 {
        padding-top: 25px; } }
    @media (min-width: 769px) {
      .ptitle.ptitle_en5 {
        padding-bottom: 90px; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_en5 {
        padding-bottom: 50px; } }
    .ptitle.ptitle_en5::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#2C8941), to(#1C6434));
      background: linear-gradient(90deg, #2C8941 0%, #1C6434 100%);
      z-index: -1;
      opacity: 15%; }

@media (min-width: 769px) {
  .ptitle.ptitle_tp1 {
    margin-bottom: 35px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_tp1 {
    margin-bottom: 35px; } }

@media (min-width: 769px) {
  .ptitle.ptitle_tp1 .ptitle__title-en {
    font-size: 11rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_tp1 .ptitle__title-en {
    font-size: 8rem; } }

.ptitle.ptitle_tp1 .ptitle__title-jp {
  -webkit-transform: translateX(-0.3em);
          transform: translateX(-0.3em); }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp1 .ptitle__title-jp {
      font-size: 2.5rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp1 .ptitle__title-jp {
      font-size: 2.2rem; } }

.ptitle.ptitle_tp1_ptn2 {
  color: #fff; }
  .ptitle.ptitle_tp1_ptn2 .ptitle__title-en::after {
    border-top: 2px solid #fff; }
  .ptitle.ptitle_tp1_ptn2 .ptitle__title-jp {
    color: #fff; }

.ptitle.ptitle_tp1_noborder .ptitle__title-en::after {
  border-top: none; }

.ptitle.ptitle_tp2 {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #2CAA41; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp2 {
      margin-bottom: 0; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp2 {
      margin-bottom: 0; } }
  .ptitle.ptitle_tp2 .ptitle__title-en {
    display: inline-block;
    line-height: 0.92; }
    @media (min-width: 769px) {
      .ptitle.ptitle_tp2 .ptitle__title-en {
        font-size: 12rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_tp2 .ptitle__title-en {
        font-size: 8rem; } }
    @media (min-width: 1367px) {
      .ptitle.ptitle_tp2 .ptitle__title-en {
        padding-top: 1.8em; } }

@media (min-width: 769px) {
  .ptitle.ptitle_tp3 {
    margin-bottom: 48px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_tp3 {
    margin-bottom: 30px; } }

.ptitle.ptitle_tp3 .ptitle__title-en {
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp3 .ptitle__title-en {
      font-size: 8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp3 .ptitle__title-en {
      font-size: 5rem; } }

@media (min-width: 769px) {
  .ptitle.ptitle_tp3 .ptitle__title-jp {
    font-size: 2.5rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_tp3 .ptitle__title-jp {
    font-size: 2.2rem; } }

.ptitle.ptitle_tp4 {
  text-align: center; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp4 {
      margin-bottom: 40px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp4 {
      margin-bottom: 40px; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp4 .ptitle__title-en {
      font-size: 3.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp4 .ptitle__title-en {
      font-size: 3.2rem; } }

.ptitle.ptitle_tp5 {
  font-weight: normal; }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp5 {
      font-size: 3rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp5 {
      font-size: 2.4rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_tp5 {
      margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_tp5 {
      margin-bottom: 20px; } }

.ptitle.ptitle_t1 {
  font-weight: bold;
  position: relative; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t1 {
      margin-bottom: 15px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t1 {
      margin-bottom: 15px; } }
  .ptitle.ptitle_t1 .ptitle__title-inner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t1 .ptitle__title-en {
      font-size: 8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t1 .ptitle__title-en {
      font-size: 3.5rem; } }
  .ptitle.ptitle_t1 .ptitle__title-jp {
    color: #fff; }
    @media (min-width: 769px) {
      .ptitle.ptitle_t1 .ptitle__title-jp {
        font-size: 2.5rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_t1 .ptitle__title-jp {
        font-size: 1.4rem; } }

.ptitle.ptitle_t2, .ptitle.ptitle_t2_ptn2 {
  height: 20vw;
  min-height: 120px;
  position: relative;
  background-image: url(../img/img_bg_ttl.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  font-weight: bold;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t2, .ptitle.ptitle_t2_ptn2 {
      margin-top: 80px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t2, .ptitle.ptitle_t2_ptn2 {
      margin-top: 32px; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t2, .ptitle.ptitle_t2_ptn2 {
      height: 16vw;
      min-height: 200px; } }
  .ptitle.ptitle_t2 .ptitle__title-inner, .ptitle.ptitle_t2_ptn2 .ptitle__title-inner {
    text-align: center;
    z-index: 1; }
  .ptitle.ptitle_t2 .ptitle__title-row1, .ptitle.ptitle_t2_ptn2 .ptitle__title-row1 {
    display: block; }
    @media (min-width: 769px) {
      .ptitle.ptitle_t2 .ptitle__title-row1, .ptitle.ptitle_t2_ptn2 .ptitle__title-row1 {
        font-size: 3rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_t2 .ptitle__title-row1, .ptitle.ptitle_t2_ptn2 .ptitle__title-row1 {
        font-size: 1.8rem; } }
    @media (min-width: 769px) {
      .ptitle.ptitle_t2 .ptitle__title-row1, .ptitle.ptitle_t2_ptn2 .ptitle__title-row1 {
        margin-bottom: 10px; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_t2 .ptitle__title-row1, .ptitle.ptitle_t2_ptn2 .ptitle__title-row1 {
        margin-bottom: 5px; } }
  .ptitle.ptitle_t2 .ptitle__title-row2, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 769px) {
      .ptitle.ptitle_t2 .ptitle__title-row2, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2 {
        font-size: 4rem; } }
    @media (max-width: 768.98px) {
      .ptitle.ptitle_t2 .ptitle__title-row2, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2 {
        font-size: 2.5rem; } }
    .ptitle.ptitle_t2 .ptitle__title-row2::before, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2::before, .ptitle.ptitle_t2 .ptitle__title-row2::after, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2::after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: #000; }
    .ptitle.ptitle_t2 .ptitle__title-row2::before, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2::before {
      margin-right: 0.5em; }
    .ptitle.ptitle_t2 .ptitle__title-row2::after, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2::after {
      margin-left: 0.5em; }
  .ptitle.ptitle_t2_ptn2 {
    height: 32vw;
    min-height: 120px; }
    @media (min-width: 769px) {
      .ptitle.ptitle_t2_ptn2 {
        height: 25vw;
        min-height: 320px; } }
    .ptitle.ptitle_t2_ptn2 .ptitle__fig {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0; }
      .ptitle.ptitle_t2_ptn2 .ptitle__fig-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover;";
        /* IE対応 */ }
    .ptitle.ptitle_t2_ptn2 .ptitle__title-inner {
      color: #fff; }
    .ptitle.ptitle_t2_ptn2 .ptitle__title-row2::before, .ptitle.ptitle_t2_ptn2 .ptitle__title-row2::after {
      background: #fff; }

@media (min-width: 769px) {
  .ptitle.ptitle_t3, .ptitle.ptitle_t4 {
    font-size: 4rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t3, .ptitle.ptitle_t4 {
    font-size: 2.5rem; } }

@media (min-width: 769px) {
  .ptitle.ptitle_t3, .ptitle.ptitle_t4 {
    margin-bottom: 30px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t3, .ptitle.ptitle_t4 {
    margin-bottom: 20px; } }

.ptitle.ptitle_t3 .ptitle__title-inner, .ptitle.ptitle_t4 .ptitle__title-inner {
  padding-left: 1.2em;
  position: relative;
  display: block; }
  @media (min-width: 1367px) {
    .ptitle.ptitle_t3 .ptitle__title-inner, .ptitle.ptitle_t4 .ptitle__title-inner {
      padding-left: 1.5em; } }
  .ptitle.ptitle_t3 .ptitle__title-inner::before, .ptitle.ptitle_t4 .ptitle__title-inner::before {
    position: absolute;
    content: "";
    display: block;
    width: 1em;
    height: 4px;
    background-color: #2ca041;
    top: 0.6em;
    left: 0; }

@media (min-width: 769px) {
  .ptitle.ptitle_t3 .ptitle__title-sub, .ptitle.ptitle_t4 .ptitle__title-sub {
    font-size: 2rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t3 .ptitle__title-sub, .ptitle.ptitle_t4 .ptitle__title-sub {
    font-size: 1.5rem; } }

@media (min-width: 769px) {
  .ptitle.ptitle_t4 {
    font-size: 2.4rem; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t4 {
    font-size: 1.8rem; } }

@media (min-width: 769px) {
  .ptitle.ptitle_t4 {
    margin-bottom: 20px; } }

@media (max-width: 768.98px) {
  .ptitle.ptitle_t4 {
    margin-bottom: 15px; } }

.ptitle.ptitle_t4 .ptitle__title-inner {
  color: #2ca041; }
  .ptitle.ptitle_t4 .ptitle__title-inner::before {
    width: 0.8em;
    height: 0.8em;
    margin-top: 0.1em;
    top: 0.2em; }

.ptitle.ptitle_t5 {
  font-weight: bold;
  color: #2ca041;
  border-bottom: 1px solid #2ca041;
  padding-bottom: 0.3em; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t5 {
      font-size: 2.6rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t5 {
      font-size: 2rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t5 {
      margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t5 {
      margin-bottom: 15px; } }

.ptitle.ptitle_t6 {
  font-weight: bold; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t6 {
      font-size: 2.4rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t6 {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t6 {
      margin-bottom: 20px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t6 {
      margin-bottom: 15px; } }

.ptitle.ptitle_t7, .ptitle.ptitle_t7_ptn2 {
  font-weight: bold;
  color: #2ca041;
  background-color: #fff;
  padding: 0.2em 0.5em;
  border: 1px solid #2ca041; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t7, .ptitle.ptitle_t7_ptn2 {
      font-size: 2.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t7, .ptitle.ptitle_t7_ptn2 {
      font-size: 1.5rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t7, .ptitle.ptitle_t7_ptn2 {
      margin-bottom: 10px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t7, .ptitle.ptitle_t7_ptn2 {
      margin-bottom: 10px; } }
  .ptitle.ptitle_t7_ptn2 {
    color: #fff;
    background-color: #2ca041; }

.ptitle.ptitle_t8 {
  font-weight: bold;
  color: #2ca041; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t8 {
      font-size: 2.2rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t8 {
      font-size: 1.5rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t8 {
      margin-bottom: 10px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t8 {
      margin-bottom: 10px; } }

.ptitle.ptitle_t9 {
  font-weight: 500;
  color: #2ca041;
  border-bottom: 1px solid #2ca041;
  padding-bottom: 0.3em; }
  @media (min-width: 769px) {
    .ptitle.ptitle_t9 {
      font-size: 1.8rem; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t9 {
      font-size: 1.3rem; } }
  @media (min-width: 769px) {
    .ptitle.ptitle_t9 {
      margin-bottom: 10px; } }
  @media (max-width: 768.98px) {
    .ptitle.ptitle_t9 {
      margin-bottom: 10px; } }

.plist.plist_type_wide .plist__item {
  margin-bottom: 0.5em; }

.plist.plist_clr_black .plist__head {
  color: #000 !important; }

.plist.plist_type_column.plist.plist_type_column_head_left .plist__head {
  text-align: left; }

.plist.plist_type_column.plist.plist_type_column_body_left .plist__body {
  text-align: left; }

.plist.plist_type_column.plist.plist_type_column_head_center .plist__head {
  text-align: center; }

.plist.plist_type_column.plist.plist_type_column_body_center .plist__body {
  text-align: center; }

.plist.plist_type_column.plist.plist_type_column_head_right .plist__head {
  text-align: right; }

.plist.plist_type_column.plist.plist_type_column_body_right .plist__body {
  text-align: right; }

@media (min-width: 576px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-sm .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-sm .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-sm .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-sm .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-sm .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-sm .plist__body {
    text-align: right; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-md .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-md .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-md .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-md .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-md .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-md .plist__body {
    text-align: right; } }

@media (min-width: 1024px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-pc .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-pc .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-pc .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-pc .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-pc .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-pc .plist__body {
    text-align: right; } }

@media (min-width: 1200px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-lg .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-lg .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-lg .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-lg .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-lg .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-lg .plist__body {
    text-align: right; } }

@media (min-width: 1367px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-xl .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-xl .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-xl .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-xl .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-xl .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-xl .plist__body {
    text-align: right; } }

@media (max-width: 768.98px) {
  .plist.plist_type_column.plist.plist_type_column_head_left-sp .plist__head {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_body_left-sp .plist__body {
    text-align: left; }
  .plist.plist_type_column.plist.plist_type_column_head_center-sp .plist__head {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_body_center-sp .plist__body {
    text-align: center; }
  .plist.plist_type_column.plist.plist_type_column_head_right-sp .plist__head {
    text-align: right; }
  .plist.plist_type_column.plist.plist_type_column_body_right-sp .plist__body {
    text-align: right; } }

.plist.plist_type_column_head_clr_main .plist__head {
  color: #2ca041; }

.plist.plist_type_column_head_weight_bold .plist__head {
  font-weight: bold !important; }

.plist.plist_type_column_head_weight_normal .plist__head {
  font-weight: normal !important; }

.plist.plist_type_column_head_clr_sub .plist__head {
  color: #0B7E3D; }

.plist.plist_type_column_border {
  border-top: 1px solid #999999; }
  .plist.plist_type_column_border .plist__box {
    border-bottom: 1px solid #999999; }

.plist.plist_type_column_bdt {
  border-top: none; }
  .plist.plist_type_column_bdt .plist__box {
    border-bottom-style: dotted; }
    .plist.plist_type_column_bdt .plist__box:last-child {
      border-bottom: none; }

.plist.plist_type_column_border_clr_main {
  border-top-color: #2ca041; }
  .plist.plist_type_column_border_clr_main .plist__box {
    border-bottom-color: #2ca041; }

.plist.plist_type_column_stripe .plist__box:nth-child(odd) {
  background: #e5f8f4; }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w5p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w10p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w15p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w20p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w25p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w30p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w35p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w40p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w45p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w50p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w55p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w60p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w65p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w70p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w75p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w80p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w85p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w90p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w95p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%; } }

@media (min-width: 769px) {
  .plist.plist_type_column.plist.plist_type_column_w100p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

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

.plist.plist_type_column .plist__head {
  width: 100%;
  padding-top: 0.5em;
  font-weight: normal; }
  .plist.plist_type_column .plist__head_sub {
    padding-left: 1em !important;
    font-weight: normal !important; }
  .plist.plist_type_column .plist__head_sub2 {
    padding-left: 2em !important;
    font-weight: normal !important; }

.plist.plist_type_column .plist__body {
  width: 100%;
  padding-bottom: 0.5em; }

@media (min-width: 769px) {
  .plist.plist_type_column .plist__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .plist.plist_type_column .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    padding: 5px 0; }
  .plist.plist_type_column .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 5px 0; }
    .plist.plist_type_column .plist__body_s {
      padding: 10px 0 5px; } }

@media (max-width: 768.98px) {
  .plist.plist_type_column_sp_col2 .plist__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .plist.plist_type_column_sp_col2 .plist__head {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0.3em; }
  .plist.plist_type_column_sp_col2 .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 0.3em; } }

.plist.plist_type_flow .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.plist.plist_type_flow .plist__head {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  background: #2ca041; }

.plist.plist_type_flow .plist__body {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #2ca041; }

@media (max-width: 768.98px) {
  .plist.plist_type_flow .plist__box {
    margin-bottom: 40px;
    position: relative; }
    .plist.plist_type_flow .plist__box:not(:last-child)::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #2ca041 transparent transparent transparent;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto;
      bottom: 0;
      bottom: -25px; } }

@media (min-width: 769px) {
  .plist.plist_type_flow {
    margin-bottom: 60px; }
    .plist.plist_type_flow .plist__box {
      margin-bottom: 10px;
      position: relative; }
      .plist.plist_type_flow .plist__box::before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 60px 0 60px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        z-index: 1; }
      .plist.plist_type_flow .plist__box::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 60px 0 60px;
        border-color: #2ca041 transparent transparent transparent;
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        bottom: -40px;
        z-index: 2; }
    .plist.plist_type_flow .plist__head {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 40px; }
    .plist.plist_type_flow .plist__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%; } }

.plist.plist_type_circle .plist__box {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  .plist.plist_type_circle .plist__box:not(:last-child) .plist__head {
    position: relative; }
    .plist.plist_type_circle .plist__box:not(:last-child) .plist__head::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 12.5px 0 12.5px;
      border-color: #fce20e transparent transparent transparent;
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto;
      bottom: 0;
      bottom: -32px;
      z-index: 2; }

.plist.plist_type_circle .plist__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
  text-align: center;
  line-height: 1.3; }
  .plist.plist_type_circle .plist__head-in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: normal;
    position: relative; }
    @media (min-width: 769px) {
      .plist.plist_type_circle .plist__head-in {
        font-size: 2.5rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_circle .plist__head-in {
        font-size: 1.8rem; } }
    .plist.plist_type_circle .plist__head-in::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #2ca041;
      z-index: -1;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-bottom: 100%;
      border-radius: 50%; }

.plist.plist_type_circle .plist__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 769px) {
  .plist.plist_type_circle .plist__box {
    min-height: 100px; }
  .plist.plist_type_circle .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; } }

.plist.plist_type_qa1 .plist__box {
  border-bottom: 1px solid #e3e3e3; }

.plist.plist_type_qa1 .plist__head {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0; }
  .plist.plist_type_qa1 .plist__head-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: block;
    color: currentColor;
    position: relative;
    z-index: 1; }
    .plist.plist_type_qa1 .plist__head-link::after {
      color: currentColor;
      font-family: fontawesome;
      content: "ー";
      font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plist.plist_type_qa1 .plist__head-link::after {
        display: inline-block !important;
        text-decoration: none; }
    .plist.plist_type_qa1 .plist__head-link.collapsed {
      position: relative;
      z-index: 1; }
      .plist.plist_type_qa1 .plist__head-link.collapsed::after {
        color: currentColor;
        font-family: fontawesome;
        content: "＋";
        font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plist.plist_type_qa1 .plist__head-link.collapsed::after {
          display: inline-block !important;
          text-decoration: none; }
    .plist.plist_type_qa1 .plist__head-link:hover {
      text-decoration: none; }
  .plist.plist_type_qa1 .plist__head::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 10px;
    content: "Q";
    width: 40px;
    height: 40px;
    border: 2px solid #2ca041;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: normal;
    color: #2ca041; }

.plist.plist_type_qa1 .plist__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }
  .plist.plist_type_qa1 .plist__body.collapse {
    display: none; }
    .plist.plist_type_qa1 .plist__body.collapse.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .plist.plist_type_qa1 .plist__body-title {
    margin-bottom: 0;
    color: #2ca041;
    font-size: 18px;
    font-weight: bold; }
  .plist.plist_type_qa1 .plist__body-text {
    margin-bottom: 20px; }
  .plist.plist_type_qa1 .plist__body::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 10px;
    content: "A";
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    background: #2ca041; }

.plist.plist_type_table {
  border-bottom: 1px solid #aaa; }
  .plist.plist_type_table.plist.plist_type_table_head_left .plist__head {
    text-align: left; }
  .plist.plist_type_table.plist.plist_type_table_body_left .plist__body {
    text-align: left; }
  .plist.plist_type_table.plist.plist_type_table_head_center .plist__head {
    text-align: center; }
  .plist.plist_type_table.plist.plist_type_table_body_center .plist__body {
    text-align: center; }
  .plist.plist_type_table.plist.plist_type_table_head_right .plist__head {
    text-align: right; }
  .plist.plist_type_table.plist.plist_type_table_body_right .plist__body {
    text-align: right; }
  @media (min-width: 576px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-sm .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-sm .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-sm .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-sm .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-sm .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-sm .plist__body {
      text-align: right; } }
  @media (min-width: 769px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-md .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-md .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-md .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-md .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-md .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-md .plist__body {
      text-align: right; } }
  @media (min-width: 1024px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-pc .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-pc .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-pc .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-pc .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-pc .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-pc .plist__body {
      text-align: right; } }
  @media (min-width: 1200px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-lg .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-lg .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-lg .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-lg .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-lg .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-lg .plist__body {
      text-align: right; } }
  @media (min-width: 1367px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-xl .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-xl .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-xl .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-xl .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-xl .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-xl .plist__body {
      text-align: right; } }
  @media (max-width: 768.98px) {
    .plist.plist_type_table.plist.plist_type_table_head_left-sp .plist__head {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_body_left-sp .plist__body {
      text-align: left; }
    .plist.plist_type_table.plist.plist_type_table_head_center-sp .plist__head {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_body_center-sp .plist__body {
      text-align: center; }
    .plist.plist_type_table.plist.plist_type_table_head_right-sp .plist__head {
      text-align: right; }
    .plist.plist_type_table.plist.plist_type_table_body_right-sp .plist__body {
      text-align: right; } }
  .plist.plist_type_table.plist.plist_type_table_auto .plist__head {
    white-space: nowrap; }
  .plist.plist_type_table.plist.plist_type_table_auto .plist__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .plist.plist_type_table.plist.plist_type_table_w5p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%; }
  .plist.plist_type_table.plist.plist_type_table_w10p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; }
  .plist.plist_type_table.plist.plist_type_table_w15p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
  .plist.plist_type_table.plist.plist_type_table_w20p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
  .plist.plist_type_table.plist.plist_type_table_w25p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .plist.plist_type_table.plist.plist_type_table_w30p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .plist.plist_type_table.plist.plist_type_table_w35p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
  .plist.plist_type_table.plist.plist_type_table_w40p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .plist.plist_type_table.plist.plist_type_table_w45p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; }
  .plist.plist_type_table.plist.plist_type_table_w50p .plist__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .plist.plist_type_table .plist__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .plist.plist_type_table .plist__head {
    padding: 0.5em;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #2ca041; }
  .plist.plist_type_table .plist__body {
    padding: 0.5em; }
  @media (max-width: 768.98px) {
    .plist.plist_type_table .plist__head {
      border: 1px solid #aaa; }
    .plist.plist_type_table .plist__body {
      border-left: 1px solid #aaa;
      border-right: 1px solid #aaa; } }
  @media (min-width: 769px) {
    .plist.plist_type_table .plist__box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .plist.plist_type_table .plist__head {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
      border-top: 1px solid #aaa;
      border-right: 1px solid #aaa;
      border-left: 1px solid #aaa; }
    .plist.plist_type_table .plist__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      border-top: 1px solid #aaa;
      border-right: 1px solid #aaa; } }

.plist.plist_type_index .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em; }
  @media (min-width: 769px) {
    .plist.plist_type_index .plist__box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plist.plist_type_index .plist__box > * {
        width: calc((100% - 0px * 1) / 2 - 0.1px); }
        .plist.plist_type_index .plist__box > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .plist.plist_type_index .plist__box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .plist.plist_type_index .plist__box > * {
        width: 100%; }
        .plist.plist_type_index .plist__box > * img {
          width: 100%; } }

.plist.plist_type_index .plist__head {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .plist.plist_type_index .plist__head::after {
    margin-left: 0.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(25%, #e3e3e3), color-stop(50%, #e3e3e3), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, #e3e3e3), to(#e3e3e3));
    background-image: linear-gradient(to right, transparent 25%, #e3e3e3 25%, #e3e3e3 50%, transparent 50%, transparent 75%, #e3e3e3 75%, #e3e3e3 100%);
    background-size: 8px 8px; }

.plist.plist_type_index .plist__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .plist.plist_type_index .plist__body::before {
    margin-right: 0.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(25%, #e3e3e3), color-stop(50%, #e3e3e3), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, #e3e3e3), to(#e3e3e3));
    background-image: linear-gradient(to right, transparent 25%, #e3e3e3 25%, #e3e3e3 50%, transparent 50%, transparent 75%, #e3e3e3 75%, #e3e3e3 100%);
    background-size: 8px 8px; }

@media (max-width: 768.98px) {
  .plist.plist_type_index .plist__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .plist.plist_type_index .plist__head::after {
    content: none; } }

.plist.plist_type_disc {
  list-style: disc;
  padding-left: 2em; }
  .plist.plist_type_disc::marker {
    top: 0.5em; }
  .plist.plist_type_disc_s {
    padding-left: 1em; }
    .plist.plist_type_disc_s > .plist__item {
      padding-left: 0.5em; }
      .plist.plist_type_disc_s > .plist__item::marker {
        content: '・'; }
  .plist.plist_type_disc_l > .plist__item {
    padding-left: 0.5em; }
    .plist.plist_type_disc_l > .plist__item::marker {
      content: '●'; }

.plist.plist_type_square {
  list-style: square;
  padding-left: 2em; }

.plist.plist_type_order {
  list-style: decimal;
  padding-left: 2em; }
  .plist.plist_type_order_clr {
    counter-reset: list-cnt;
    border-top: 1px solid #2ca041;
    border-bottom: 1px solid #2ca041;
    padding-top: 1em;
    padding-left: 0; }
    .plist.plist_type_order_clr > .plist__item {
      list-style: none;
      position: relative;
      padding-left: 2em;
      margin-bottom: 2em; }
      .plist.plist_type_order_clr > .plist__item::before {
        font-size: 2em;
        color: #2ca041;
        position: absolute;
        top: -0.3em;
        left: 0;
        counter-increment: list-cnt;
        content: counter(list-cnt) "."; }

.plist.plist_type_order02 {
  list-style: decimal-leading-zero;
  padding-left: 2.5em; }

.plist.plist_type_hiragana {
  list-style: hiragana;
  padding-left: 2em; }

.plist.plist_type_katakana {
  list-style: katakana;
  padding-left: 2em; }

.plist.plist_type_order_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_order_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2em;
    position: relative; }
    .plist.plist_type_order_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt) ")"; }

.plist.plist_type_order02_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_order02_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2.5em;
    position: relative; }
    .plist.plist_type_order02_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt, decimal-leading-zero) ")"; }

.plist.plist_type_hiragana_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_hiragana_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2.5em;
    position: relative; }
    .plist.plist_type_hiragana_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt, hiragana) ")"; }

.plist.plist_type_katakana_kakko {
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_katakana_kakko > .plist__item {
    counter-increment: list-cnt;
    padding-left: 2.5em;
    position: relative; }
    .plist.plist_type_katakana_kakko > .plist__item::before {
      position: absolute;
      left: 0;
      content: "(" counter(list-cnt, katakana) ")"; }

.plist.plist_type_order_maru {
  list-style: none; }
  .plist.plist_type_order_maru > .plist__item {
    padding-left: 2em;
    position: relative; }
    .plist.plist_type_order_maru > .plist__item::before {
      position: absolute;
      left: 0; }
    .plist.plist_type_order_maru > .plist__item:nth-child(1)::before {
      content: "①"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(2)::before {
      content: "②"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(3)::before {
      content: "③"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(4)::before {
      content: "④"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(5)::before {
      content: "⑤"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(6)::before {
      content: "⑥"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(7)::before {
      content: "⑦"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(8)::before {
      content: "⑧"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(9)::before {
      content: "⑨"; }
    .plist.plist_type_order_maru > .plist__item:nth-child(10)::before {
      content: "⑩"; }

.plist.plist_type_icon, .plist.plist_type_arrow {
  list-style: none; }
  .plist.plist_type_icon > .plist__item, .plist.plist_type_arrow > .plist__item {
    padding-left: 1.5em;
    position: relative; }
    .plist.plist_type_icon > .plist__item::before, .plist.plist_type_arrow > .plist__item::before {
      position: absolute;
      left: 0;
      font-family: "FontAwesome"; }
    .plist.plist_type_icon > .plist__item_type_pdf::before, .plist.plist_type_arrow > .plist__item_type_pdf::before {
      content: "\f1c1"; }
    .plist.plist_type_icon > .plist__item_type_doc::before, .plist.plist_type_arrow > .plist__item_type_doc::before {
      content: "\f1c2"; }
    .plist.plist_type_icon > .plist__item_type_xls::before, .plist.plist_type_arrow > .plist__item_type_xls::before {
      content: "\f1c3"; }
    .plist.plist_type_icon > .plist__item_type_arrow::before, .plist.plist_type_arrow > .plist__item_type_arrow::before {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      content: "\f105"; }

.plist.plist_type_arrow > .plist__item::before {
  content: "\f105"; }

.plist.plist_type_link {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_link_arrow_lr .plist__item {
    border-bottom: 1px solid #000; }
  .plist.plist_type_link_arrow_lr .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .plist.plist_type_link_arrow_lr .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_lr .plist__link::before {
      color: #2ca041;
      font-family: fontawesome;
      content: "\f105";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plist.plist_type_link_arrow_lr .plist__link::before {
        display: inline-block !important;
        text-decoration: none; }
    .plist.plist_type_link_arrow_lr .plist__link::before {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
      margin-right: 10px; }
    .plist.plist_type_link_arrow_lr .plist__link:hover::before {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
  .plist.plist_type_link_arrow_rr .plist__item {
    border-bottom: 1px solid #000; }
  .plist.plist_type_link_arrow_rr .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .plist.plist_type_link_arrow_rr .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_rr .plist__link::before {
      color: #2ca041;
      font-family: fontawesome;
      content: "\f105";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plist.plist_type_link_arrow_rr .plist__link::before {
        display: inline-block !important;
        text-decoration: none; }
    .plist.plist_type_link_arrow_rr .plist__link::before {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto;
      padding-left: 1em; }
    .plist.plist_type_link_arrow_rr .plist__link:hover::before {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .plist.plist_type_link_arrow_rb .plist__item {
    border-bottom: 1px solid #000; }
  .plist.plist_type_link_arrow_rb .plist__link {
    padding: 0.7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .plist.plist_type_link_arrow_rb .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
    .plist.plist_type_link_arrow_rb .plist__link::before {
      color: #2ca041;
      font-family: fontawesome;
      content: "\f107";
      text-decoration: none;
      margin-right: 0.5em;
      font-size: 1em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .plist.plist_type_link_arrow_rb .plist__link::before {
        display: inline-block !important;
        text-decoration: none; }
    .plist.plist_type_link_arrow_rb .plist__link::before {
      -webkit-transform: translate(-5px, 0);
              transform: translate(-5px, 0);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto; }
    .plist.plist_type_link_arrow_rb .plist__link:hover::before {
      -webkit-transform: translate(-5px, 5px);
              transform: translate(-5px, 5px); }
  .plist.plist_type_link_arrow_rr2 .plist__item {
    border-bottom: 1px solid #000;
    position: relative; }
    .plist.plist_type_link_arrow_rr2 .plist__item::before, .plist.plist_type_link_arrow_rr2 .plist__item::after {
      pointer-events: none;
      position: absolute;
      display: block;
      content: "";
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .plist.plist_type_link_arrow_rr2 .plist__item::before {
      top: 50%;
      right: 0;
      width: 25px;
      height: 1px;
      background: #000;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%); }
    .plist.plist_type_link_arrow_rr2 .plist__item::after {
      top: 50%;
      right: 0;
      width: 6px;
      height: 6px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: translate(-10px, -50%) rotate(45deg);
              transform: translate(-10px, -50%) rotate(45deg); }
    .plist.plist_type_link_arrow_rr2 .plist__item:hover::before {
      -webkit-transform: translate(0px, -50%);
              transform: translate(0px, -50%); }
    .plist.plist_type_link_arrow_rr2 .plist__item:hover::after {
      -webkit-transform: translate(0px, -50%) rotate(45deg);
              transform: translate(0px, -50%) rotate(45deg); }
  .plist.plist_type_link_arrow_rr2 .plist__link {
    display: block;
    padding: 0.7em 0; }
    .plist.plist_type_link_arrow_rr2 .plist__link:hover {
      color: currentColor;
      text-decoration: none; }
  .plist.plist_type_link_border .plist__item:first-child {
    border-top: 1px solid #000; }
  .plist.plist_type_link_bdt .plist__item:first-child {
    border-top: 1px solid #000; }
  .plist.plist_type_link_noborder .plist__item {
    border-bottom: 0; }
  .plist.plist_type_link_noborder .plist__link {
    padding: 0.2em 0; }
  .plist.plist_type_link_white {
    color: #fff; }
    .plist.plist_type_link_white .plist__item {
      border-color: #fff !important; }
      .plist.plist_type_link_white .plist__item::before {
        background: #fff; }
      .plist.plist_type_link_white .plist__item::after {
        border-color: #fff; }
    .plist.plist_type_link_white .plist__link::before, .plist.plist_type_link_white .plist__link::after {
      color: #fff; }
  .plist.plist_type_link .plist__link_reverse::after {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 0;
    padding-right: 0.2em; }

.plist.plist_type_indent {
  margin: 0;
  padding: 0;
  list-style: none; }
  .plist.plist_type_indent > .plist__item {
    text-indent: -1em;
    padding-left: 1em; }

.plist.plist_type_order_box, .plist.plist_type_order_circle {
  padding-left: 0;
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_order_box > .plist__item, .plist.plist_type_order_circle > .plist__item {
    counter-increment: list-cnt;
    padding-left: 25px;
    position: relative; }
    .plist.plist_type_order_box > .plist__item:not(:last-child), .plist.plist_type_order_circle > .plist__item:not(:last-child) {
      margin-bottom: 0.3em; }
    .plist.plist_type_order_box > .plist__item::before, .plist.plist_type_order_circle > .plist__item::before {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 21px;
      height: 21px;
      color: #fff;
      background: #2ca041;
      position: absolute;
      top: 0.3rem;
      left: 0;
      content: counter(list-cnt); }

.plist.plist_type_order_circle > .plist__item::before {
  background: #2ca041;
  border-radius: 50%; }

.plist.plist_type_flow_order {
  padding-left: 0;
  counter-reset: list-cnt;
  list-style: none; }
  .plist.plist_type_flow_order > .plist__item {
    font-weight: bold;
    border: 1px solid #2ca041;
    counter-increment: list-cnt;
    padding: 0.5em 45px 0.5em 100px;
    position: relative; }
    @media (min-width: 769px) {
      .plist.plist_type_flow_order > .plist__item {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_flow_order > .plist__item {
        font-size: 1.6rem; } }
    @media (max-width: 768.98px) {
      .plist.plist_type_flow_order > .plist__item {
        padding: 0.5em 0.2em 0.5em 50px; } }
    .plist.plist_type_flow_order > .plist__item:not(:last-child) {
      margin-bottom: 45px;
      position: relative; }
      .plist.plist_type_flow_order > .plist__item:not(:last-child)::after {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: auto;
        bottom: 0;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #2ca041 transparent transparent transparent;
        margin-bottom: -30px; }
    .plist.plist_type_flow_order > .plist__item .plist__note {
      display: inline-block;
      font-weight: normal;
      margin-left: 1em;
      color: #2ca041; }
      @media (min-width: 769px) {
        .plist.plist_type_flow_order > .plist__item .plist__note {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .plist.plist_type_flow_order > .plist__item .plist__note {
          font-size: 1.4rem; } }
    .plist.plist_type_flow_order > .plist__item::before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 36px;
      height: 36px;
      color: #fff;
      background: #2ca041;
      position: absolute;
      top: 50%;
      left: 45px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: counter(list-cnt); }
      @media (min-width: 769px) {
        .plist.plist_type_flow_order > .plist__item::before {
          font-size: 2.2rem; } }
      @media (max-width: 768.98px) {
        .plist.plist_type_flow_order > .plist__item::before {
          font-size: 1.8rem; } }
      @media (max-width: 768.98px) {
        .plist.plist_type_flow_order > .plist__item::before {
          left: 3px; } }

.plist.plist_type_clr_disc {
  list-style: none; }
  .plist.plist_type_clr_disc > .plist__item {
    padding-left: 2em;
    position: relative; }
    .plist.plist_type_clr_disc > .plist__item::before {
      position: absolute;
      left: 0;
      font-family: "FontAwesome";
      content: "\f111";
      color: #2ca041;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .plist.plist_type_clr_disc > .plist__item > .plist_type_clr_disc {
      list-style: none;
      margin: 0;
      padding: 0;
      list-style: none; }
      .plist.plist_type_clr_disc > .plist__item > .plist_type_clr_disc .plist__item {
        padding-left: 1em;
        position: relative; }
        .plist.plist_type_clr_disc > .plist__item > .plist_type_clr_disc .plist__item::before {
          position: absolute;
          left: 0;
          font-family: "FontAwesome";
          content: "\f111";
          color: #2ca041;
          -webkit-transform: scale(0.4);
                  transform: scale(0.4); }

.plist.plist_type_kome {
  list-style: disc;
  padding-left: 1em; }
  .plist.plist_type_kome > .plist__item::marker {
    content: '※'; }

@media (min-width: 769px) {
  .plist.plist_type_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .plist.plist_type_inline > .plist__item {
      margin-right: 4em; } }

.plist.plist_type_small > .plist__item {
  font-size: 1.4rem; }

.pblock, .pblock-slim, .pblock-wide, .pblock-full {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .pblock:last-child, .pblock-slim:last-child, .pblock-wide:last-child, .pblock-full:last-child {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .pblock, .pblock-slim, .pblock-wide, .pblock-full {
      width: 1200px;
      margin-bottom: 120px; }
      .pblock > .pblock, .pblock-slim > .pblock, .pblock-wide > .pblock, .pblock-full > .pblock, .pblock > .pblock-slim, .pblock-slim > .pblock-slim, .pblock-wide > .pblock-slim, .pblock-full > .pblock-slim, .pblock > .pblock-wide, .pblock-slim > .pblock-wide, .pblock-wide > .pblock-wide, .pblock-full > .pblock-wide, .pblock > .pblock-full, .pblock-slim > .pblock-full, .pblock-wide > .pblock-full, .pblock-full > .pblock-full {
        margin-bottom: 60px; }
        .pblock > .pblock:last-child, .pblock-slim > .pblock:last-child, .pblock-wide > .pblock:last-child, .pblock-full > .pblock:last-child, .pblock > .pblock-slim:last-child, .pblock-slim > .pblock-slim:last-child, .pblock-wide > .pblock-slim:last-child, .pblock-full > .pblock-slim:last-child, .pblock > .pblock-wide:last-child, .pblock-slim > .pblock-wide:last-child, .pblock-wide > .pblock-wide:last-child, .pblock-full > .pblock-wide:last-child, .pblock > .pblock-full:last-child, .pblock-slim > .pblock-full:last-child, .pblock-wide > .pblock-full:last-child, .pblock-full > .pblock-full:last-child {
          margin-bottom: 0; } }
  @media (max-width: 768.98px) {
    .pblock, .pblock-slim, .pblock-wide, .pblock-full {
      margin-bottom: 90px; }
      .pblock > .pblock, .pblock-slim > .pblock, .pblock-wide > .pblock, .pblock-full > .pblock, .pblock > .pblock-slim, .pblock-slim > .pblock-slim, .pblock-wide > .pblock-slim, .pblock-full > .pblock-slim, .pblock > .pblock-wide, .pblock-slim > .pblock-wide, .pblock-wide > .pblock-wide, .pblock-full > .pblock-wide, .pblock > .pblock-full, .pblock-slim > .pblock-full, .pblock-wide > .pblock-full, .pblock-full > .pblock-full {
        margin-bottom: 60px; }
        .pblock > .pblock:last-child, .pblock-slim > .pblock:last-child, .pblock-wide > .pblock:last-child, .pblock-full > .pblock:last-child, .pblock > .pblock-slim:last-child, .pblock-slim > .pblock-slim:last-child, .pblock-wide > .pblock-slim:last-child, .pblock-full > .pblock-slim:last-child, .pblock > .pblock-wide:last-child, .pblock-slim > .pblock-wide:last-child, .pblock-wide > .pblock-wide:last-child, .pblock-full > .pblock-wide:last-child, .pblock > .pblock-full:last-child, .pblock-slim > .pblock-full:last-child, .pblock-wide > .pblock-full:last-child, .pblock-full > .pblock-full:last-child {
          margin-bottom: 0; } }
  .pblock-slim {
    width: auto;
    max-width: 1200px; }
    @media (min-width: 769px) {
      .pblock-slim {
        min-width: 1200px; }
        .pblock-slim .pblock, .pblock-slim .pblock-slim, .pblock-slim .pblock-wide, .pblock-slim .pblock-full {
          width: auto; } }
    .pblock-slim:last-child {
      margin-bottom: 0; }
  .pblock-wide {
    width: auto;
    max-width: 1200px; }
    @media (min-width: 769px) {
      .pblock-wide {
        min-width: 1200px; } }
    .pblock-wide:last-child {
      margin-bottom: 0; }
  .pblock-full {
    width: auto;
    max-width: none; }
    @media (min-width: 769px) {
      .pblock-full {
        min-width: 1200px; } }
    @media (max-width: 768.98px) {
      .pblock-full {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 768.98px) {
      .pblock-full > .pblock, .pblock-full > .pblock-slim, .pblock-full > .pblock-wide, .pblock-full > .pblock-full {
        margin-left: 20px;
        margin-right: 20px; } }
    .pblock-full > .pblock:last-child, .pblock-full > .pblock-slim:last-child, .pblock-full > .pblock-wide:last-child, .pblock-full > .pblock-full:last-child {
      margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .pblock-full .pblock-sp-full {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .pblock-full:last-child {
      margin-bottom: 0; }
  @media (max-width: 768.98px) {
    .pblock-sp-full {
      width: auto !important;
      margin-left: -20px !important;
      margin-right: -20px !important; } }
  .pblock-sp-full:last-child {
    margin-bottom: 0; }
  .pblock-kuzu {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px; }
    @media (min-width: 769px) {
      .pblock-kuzu {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .pblock-kuzu {
        font-size: 1.2rem; } }
    @media (min-width: 769px) {
      .pblock-kuzu {
        margin-top: 10px;
        margin-bottom: 60px; } }
    @media (max-width: 768.98px) {
      .pblock-kuzu .breadcrumb {
        line-height: 1.5em;
        overflow-x: scroll;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar {
          height: 6px; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar-track {
          border-radius: 10px; }
        .pblock-kuzu .breadcrumb::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.2);
          border-radius: 3px; } }
    @media (min-width: 1200px) {
      .pblock-kuzu {
        padding: 0 64px; } }
    .pblock-kuzu .breadcrumb-item {
      margin-right: 0.5em; }
      @media (min-width: 769px) {
        .pblock-kuzu .breadcrumb-item {
          font-size: 1.4rem; } }
      @media (max-width: 768.98px) {
        .pblock-kuzu .breadcrumb-item {
          font-size: 1.2rem; } }
      .pblock-kuzu .breadcrumb-item.active, .pblock-kuzu .breadcrumb-item a, .pblock-kuzu .breadcrumb-item::before {
        color: #fff; }
    .pblock-kuzu_ptn2 .breadcrumb-item.active, .pblock-kuzu_ptn2 .breadcrumb-item a, .pblock-kuzu_ptn2 .breadcrumb-item::before {
      color: #000; }

.pbox_clr_black {
  background: #000; }

.pbox_clr_white {
  background: #fff; }

.pbox_clr_gray {
  background: #f0f0f0; }

.pbox_clr_light {
  background: #f5f5f5; }

.pbox_clr_dark {
  background: #999999; }

.pbox_clr_beige {
  background: #f5ede1; }

.pbox_clr_red {
  background: #e12f3b; }

.pbox_clr_main {
  background: #2ca041; }

.pbox_clr_main2 {
  background: #e5f8f4; }

.pbox_clr_sub1 {
  background: #0B7E3D; }

.pbox_clr_sub2 {
  background: #2CAA41; }

.pbox_clr_grd {
  background: -webkit-gradient(linear, left top, right top, from(#2C8941), to(#1C6434));
  background: linear-gradient(90deg, #2C8941 0%, #1C6434 100%); }

.pbox_clr_black {
  background: #000; }

.pbox_clr_c11 {
  background: #50aacc; }

.pbox_clr_c12 {
  background: #c4dc42; }

.pbox_clr_c13 {
  background: #ff8185; }

.pbox_clr_c14 {
  background: #e99f3a; }

.pbox_clr_c15 {
  background: #d0aadb; }

.pbox_clr_c16 {
  background: #eea1cf; }

.pbox_clr_c17 {
  background: #65cfb6; }

.pbox_clr_c21 {
  background: #668d2a; }

.pbox_clr_c22 {
  background: #02486b; }

.pbox_clr_c23 {
  background: #ac5659; }

.pbox_clr_c24 {
  background: #a4712b; }

.pbox_clr_c25 {
  background: #876d8e; }

.pbox_clr_c26 {
  background: #b26493; }

.pbox_clr_c27 {
  background: #b9b536; }

.pbox_clr_c31 {
  background: #8d1d28; }

.pbox_ptn_stripe1 {
  background-image: linear-gradient(45deg, #fff, 8.33%, #f5ede1 8.33%, #f5ede1 50%, #fff 50%, #fff 58.33%, #f5ede1 58.33%, #f5ede1 100%);
  background-size: 12px 12px; }

.pbox_ptn_dot1 {
  background-color: #ffffff;
  background-image: radial-gradient(#f5ede1 12%, transparent 13%), radial-gradient(#f5ede1 12%, transparent 13%);
  background-position: 0 0, 18px 18px;
  background-size: 36px 36px; }

.pbox_ptn_frame1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff));
  background-image: linear-gradient(#fff), linear-gradient(#fff), linear-gradient(#fff), linear-gradient(#fff), linear-gradient(#fff), linear-gradient(#fff), linear-gradient(#fff), linear-gradient(#fff);
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
  background-size: 1px 50px, 50px 1px;
  background-repeat: no-repeat; }

.pbox_shape_square, .pbox_shape_circle, .plink.plink_type_circle {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .pbox_shape_square::before, .pbox_shape_circle::before, .plink.plink_type_circle::before {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .pbox_shape_square .pbox__shape-box, .pbox_shape_circle .pbox__shape-box, .plink.plink_type_circle .pbox__shape-box {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em; }

.pbox_shape_rounded {
  border-radius: 10px; }

.pbox_shape_circle, .plink.plink_type_circle {
  border-radius: 50%; }
  .pbox_shape_circle .pbox__shape-box, .plink.plink_type_circle .pbox__shape-box {
    padding: 2em; }

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

.pbox_bdr_white {
  border: 1px solid #fff; }

.pbox_bdr_gray {
  border: 1px solid #f0f0f0; }

.pbox_bdr_dark {
  border: 1px solid #999999; }

.pbox_bdr_beige {
  border: 1px solid #f5ede1; }

.pbox_bdr_red {
  border: 1px solid #e12f3b; }

.pbox_bdr_main {
  border: 1px solid #2ca041; }

.pbox_bdr_sub1 {
  border: 1px solid #0B7E3D; }

.pbox_bdr_sub2 {
  border: 1px solid #2CAA41; }

.pbox_bdr_grd {
  border: 1px solid #999;
  -o-border-image: linear-gradient(90deg, #2C8941 0%, #1C6434 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#2C8941), to(#1C6434)) 1;
     border-image: linear-gradient(90deg, #2C8941 0%, #1C6434 100%) 1; }

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

.pbox_bdr_c11 {
  border: 1px solid #50aacc; }

.pbox_bdr_c12 {
  border: 1px solid #c4dc42; }

.pbox_bdr_c13 {
  border: 1px solid #ff8185; }

.pbox_bdr_c14 {
  border: 1px solid #e99f3a; }

.pbox_bdr_c15 {
  border: 1px solid #d0aadb; }

.pbox_bdr_c16 {
  border: 1px solid #eea1cf; }

.pbox_bdr_c17 {
  border: 1px solid #65cfb6; }

.pbox_bdr_c21 {
  border: 1px solid #668d2a; }

.pbox_bdr_c22 {
  border: 1px solid #02486b; }

.pbox_bdr_c23 {
  border: 1px solid #ac5659; }

.pbox_bdr_c24 {
  border: 1px solid #a4712b; }

.pbox_bdr_c25 {
  border: 1px solid #876d8e; }

.pbox_bdr_c26 {
  border: 1px solid #b26493; }

.pbox_bdr_c27 {
  border: 1px solid #b9b536; }

.pbox_bdr_c31 {
  border: 1px solid #8d1d28; }

.pbox_t1 {
  padding: 30px;
  border: 1px solid #000; }
  @media (max-width: 768.98px) {
    .pbox_t1 {
      padding: 20px; } }
  @media (min-width: 769px) {
    .pbox_t1 .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .pbox_t1 .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .pbox_t1 .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 768.98px) {
    .pbox_t1 .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 769px) {
    .pbox_t1 .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .pbox_t1 .pbox__lead {
      font-size: 1.4rem; } }

.pbox_t2 {
  padding: 30px;
  background: #f0f0f0; }
  @media (max-width: 768.98px) {
    .pbox_t2 {
      padding: 20px; } }
  @media (min-width: 769px) {
    .pbox_t2 .pbox__title {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .pbox_t2 .pbox__title {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    .pbox_t2 .pbox__title {
      margin-bottom: 1em; } }
  @media (max-width: 768.98px) {
    .pbox_t2 .pbox__title {
      margin-bottom: 0.8em; } }
  @media (min-width: 769px) {
    .pbox_t2 .pbox__lead {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .pbox_t2 .pbox__lead {
      font-size: 1.4rem; } }

.pbox_fix {
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

.pbox_scroll {
  max-height: 260px;
  overflow-y: scroll; }

.pbox_fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 769px) {
    .pbox_fixed {
      min-width: 1200px; } }
  @media (min-width: 1200px) {
    .pbox_fixed {
      top: 80px; } }

.pmulti-column.pmulti-column_col2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

.pmulti-column.pmulti-column_col3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }

.pcolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768.98px) {
    .pcolumn {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .pcolumn *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }
  .pcolumn__col {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }
    .pcolumn__col:last-child {
      margin-right: 0; }
    @media (max-width: 768.98px) {
      .pcolumn__col {
        margin-left: 0;
        margin-right: 0; }
        .pcolumn__col:nth-last-child(n + 2) {
          margin-bottom: 20px; } }
  .pcolumn.pcolumn_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    .pcolumn.pcolumn_center .pcolumn__col:last-child {
      margin-right: 0; }
  .pcolumn.pcolumn_vcenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pcolumn.pcolumn_col2 .pcolumn__col {
    width: calc((100% - 20px) / 2); }
    .pcolumn.pcolumn_col2 .pcolumn__col:nth-child(2n) {
      margin-right: 0; }
    .pcolumn.pcolumn_col2 .pcolumn__col:nth-child(2n + 1) {
      margin-left: 0; }
    .pcolumn.pcolumn_col2 .pcolumn__col:nth-last-child(n + 3) {
      margin-bottom: 20px; }
  @media (min-width: 769px) {
    .pcolumn.pcolumn_md-col2 .pcolumn__col {
      width: calc((100% - 20px) / 2); }
      .pcolumn.pcolumn_md-col2 .pcolumn__col:nth-child(2n) {
        margin-right: 0; }
      .pcolumn.pcolumn_md-col2 .pcolumn__col:nth-child(2n + 1) {
        margin-left: 0; }
      .pcolumn.pcolumn_md-col2 .pcolumn__col:nth-last-child(n + 3) {
        margin-bottom: 20px; }
    .pcolumn.pcolumn_md-col3 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .pcolumn.pcolumn_md-col3 .pcolumn__col {
        width: calc((100% - 40px) / 3); }
        .ie11 .pcolumn.pcolumn_md-col3 .pcolumn__col {
          width: calc((100% - 40px) / 3 - 0.1px); }
        .pcolumn.pcolumn_md-col3 .pcolumn__col:nth-child(3n) {
          margin-right: 0; }
        .pcolumn.pcolumn_md-col3 .pcolumn__col:nth-child(3n + 1) {
          margin-left: 0; }
        .pcolumn.pcolumn_md-col3 .pcolumn__col:nth-last-child(n + 4) {
          margin-bottom: 20px; }
    .pcolumn.pcolumn_md-col4 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .pcolumn.pcolumn_md-col4 .pcolumn__col {
        width: calc((100% - 60px) / 4); }
        .ie11 .pcolumn.pcolumn_md-col4 .pcolumn__col {
          width: calc((100% - 60px) / 4 - 0.1px); }
        .pcolumn.pcolumn_md-col4 .pcolumn__col:nth-child(4n) {
          margin-right: 0; }
        .pcolumn.pcolumn_md-col4 .pcolumn__col:nth-child(4n + 1) {
          margin-left: 0; }
        .pcolumn.pcolumn_md-col4 .pcolumn__col:nth-last-child(n + 5) {
          margin-bottom: 20px; }
    .pcolumn.pcolumn_md-col5 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .pcolumn.pcolumn_md-col5 .pcolumn__col {
        width: calc((100% - 80px) / 5); }
        .ie11 .pcolumn.pcolumn_md-col5 .pcolumn__col {
          width: calc((100% - 80px) / 5 - 0.1px); }
        .pcolumn.pcolumn_md-col5 .pcolumn__col:nth-child(5n) {
          margin-right: 0; }
        .pcolumn.pcolumn_md-col5 .pcolumn__col:nth-child(5n + 1) {
          margin-left: 0; }
        .pcolumn.pcolumn_md-col5 .pcolumn__col:nth-last-child(n + 6) {
          margin-bottom: 20px; } }

.pscroll.pscroll_t1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0; }
  .pscroll.pscroll_t1 .pscroll__text {
    line-height: 1;
    display: inline-block;
    font-size: 1.8rem;
    position: relative;
    padding-top: 40px; }
    .pscroll.pscroll_t1 .pscroll__text::before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 1px;
      background: #000;
      -webkit-animation: anime-scroll-t1 2s linear 0s infinite;
              animation: anime-scroll-t1 2s linear 0s infinite;
      height: 35px; }
  .pscroll.pscroll_t1_clr_white {
    color: #fff; }
    .pscroll.pscroll_t1_clr_white .pscroll__text::before {
      background: #fff; }
  .pscroll.pscroll_t1_pos_bottom .pscroll__text {
    padding-top: 0;
    margin-bottom: 35px;
    line-height: normal; }
    .pscroll.pscroll_t1_pos_bottom .pscroll__text::before {
      top: 100%; }

.pscroll.pscroll_t2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0; }
  .pscroll.pscroll_t2 .pscroll__text {
    line-height: 1;
    display: inline-block;
    letter-spacing: 2px;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    padding-top: 55px; }
    .pscroll.pscroll_t2 .pscroll__text::before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 30px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 15px; }
    .pscroll.pscroll_t2 .pscroll__text::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #fff;
      -webkit-animation: anime-scroll-t2 2s linear 0s infinite;
              animation: anime-scroll-t2 2s linear 0s infinite;
      -webkit-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px); }

.ptag {
  font-size: 1.4rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ptag.ptag_bg_white .ptag__item {
    background: #fff; }
  .ptag.ptag_clr_black .ptag__item {
    color: #000; }
  .ptag.ptag_type_text .ptag__item {
    background: transparent;
    padding-left: 0; }
    .ptag.ptag_type_text .ptag__item_tag1 {
      color: #2ca041; }
    .ptag.ptag_type_text .ptag__item_tag2 {
      color: #e12f3b; }
  .ptag.ptag_type_fixed .ptag__item {
    width: 60px;
    height: 27px;
    padding: 0; }
  .ptag.ptag_type_round .ptag__item {
    border-radius: 5px; }
  .ptag.ptag_type_pill .ptag__item {
    border-radius: 50rem;
    padding-left: 1em;
    padding-right: 1em; }
  .ptag.ptag_type_lines {
    margin-bottom: -0.5em; }
  .ptag__link {
    color: inherit; }
    .ptag__link:hover {
      opacity: 1; }
  .ptag__item {
    margin-bottom: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    width: auto;
    padding: 0.3em 0.5em 0.4em;
    color: #fff;
    background: #e3e3e3;
    margin-right: 5px !important; }
    .ptag__item_type_border {
      color: #000;
      background: #fff;
      border: 1px solid #999999; }
      .ptag__item_type_border.ptag__item_tag1 {
        color: #2ca041;
        background: #fff;
        border: 1px solid #2ca041; }
      .ptag__item_type_border.ptag__item_tag2 {
        color: #e12f3b;
        background: #fff;
        border: 1px solid #e12f3b; }
    .ptag__item_tag1 {
      background: #2ca041; }
    .ptag__item_tag2 {
      background: #e12f3b; }

@-webkit-keyframes anime-scroll-t1 {
  0% {
    height: 0; }
  50% {
    height: 35px; } }

@keyframes anime-scroll-t1 {
  0% {
    height: 0; }
  50% {
    height: 35px; } }

@-webkit-keyframes anime-scroll-t2 {
  0% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  50% {
    -webkit-transform: translate(-50%, 35px);
            transform: translate(-50%, 35px); }
  100% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); } }

@keyframes anime-scroll-t2 {
  0% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  50% {
    -webkit-transform: translate(-50%, 35px);
            transform: translate(-50%, 35px); }
  100% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); } }

@-webkit-keyframes anime-fade {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.5; }
  40% {
    opacity: 0.1; }
  60% {
    opacity: 0.3; }
  80% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@keyframes anime-fade {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.5; }
  40% {
    opacity: 0.1; }
  60% {
    opacity: 0.3; }
  80% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@-webkit-keyframes anime-ticker1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes anime-ticker1 {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes anime-ticker2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); } }

@keyframes anime-ticker2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); } }

@-webkit-keyframes anime-upup {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  2% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  4% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  6% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  8% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes anime-upup {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  2% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  4% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  6% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  8% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes anime-flip {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  4% {
    -webkit-transform: scale3d(-1, 1, 1);
            transform: scale3d(-1, 1, 1); }
  8% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes anime-flip {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  4% {
    -webkit-transform: scale3d(-1, 1, 1);
            transform: scale3d(-1, 1, 1); }
  8% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes anime-cloud-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes anime-cloud-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes anime-cloud1 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); } }

@keyframes anime-cloud1 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); } }

@-webkit-keyframes anime-seagull {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); }
  35% {
    -webkit-transform: translate(-100px, 8px) scaleX(1);
            transform: translate(-100px, 8px) scaleX(1); }
  50% {
    -webkit-transform: translate(-120px, 0px) scaleX(-1);
            transform: translate(-120px, 0px) scaleX(-1); }
  85% {
    -webkit-transform: translate(-20px, 8px) scaleX(-1);
            transform: translate(-20px, 8px) scaleX(-1); }
  100% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); } }

@keyframes anime-seagull {
  0% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); }
  35% {
    -webkit-transform: translate(-100px, 8px) scaleX(1);
            transform: translate(-100px, 8px) scaleX(1); }
  50% {
    -webkit-transform: translate(-120px, 0px) scaleX(-1);
            transform: translate(-120px, 0px) scaleX(-1); }
  85% {
    -webkit-transform: translate(-20px, 8px) scaleX(-1);
            transform: translate(-20px, 8px) scaleX(-1); }
  100% {
    -webkit-transform: translate(0px, 0px) scaleX(1);
            transform: translate(0px, 0px) scaleX(1); } }

@-webkit-keyframes anime-drum {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  2% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  4% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  6% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anime-drum {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  2% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  4% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  6% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes anime-rocket {
  0%,
  28% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  4%,
  12%,
  20% {
    -webkit-transform: translate3d(10px, -10px, 0);
            transform: translate3d(10px, -10px, 0); }
  8%,
  16%,
  24% {
    -webkit-transform: translate3d(-10px, 10px, 0);
            transform: translate3d(-10px, 10px, 0); } }

@keyframes anime-rocket {
  0%,
  28% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  4%,
  12%,
  20% {
    -webkit-transform: translate3d(10px, -10px, 0);
            transform: translate3d(10px, -10px, 0); }
  8%,
  16%,
  24% {
    -webkit-transform: translate3d(-10px, 10px, 0);
            transform: translate3d(-10px, 10px, 0); } }

@-webkit-keyframes anime-rap {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  5% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  10% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  15% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes anime-rap {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  5% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  10% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  15% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes anime-wooden-horse {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@keyframes anime-wooden-horse {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

[data-emergence="visible"].em {
  -webkit-transition: 700ms ease-out;
  transition: 700ms ease-out; }
  [data-emergence="visible"].em_delay_100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important; }
  [data-emergence="visible"].em_duration_100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important; }
  [data-emergence="visible"].em_delay_200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important; }
  [data-emergence="visible"].em_duration_200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important; }
  [data-emergence="visible"].em_delay_300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important; }
  [data-emergence="visible"].em_duration_300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important; }
  [data-emergence="visible"].em_delay_400 {
    -webkit-transition-delay: 400ms !important;
            transition-delay: 400ms !important; }
  [data-emergence="visible"].em_duration_400 {
    -webkit-transition-duration: 400ms !important;
            transition-duration: 400ms !important; }
  [data-emergence="visible"].em_delay_500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important; }
  [data-emergence="visible"].em_duration_500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important; }
  [data-emergence="visible"].em_delay_600 {
    -webkit-transition-delay: 600ms !important;
            transition-delay: 600ms !important; }
  [data-emergence="visible"].em_duration_600 {
    -webkit-transition-duration: 600ms !important;
            transition-duration: 600ms !important; }
  [data-emergence="visible"].em_delay_700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important; }
  [data-emergence="visible"].em_duration_700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important; }
  [data-emergence="visible"].em_delay_800 {
    -webkit-transition-delay: 800ms !important;
            transition-delay: 800ms !important; }
  [data-emergence="visible"].em_duration_800 {
    -webkit-transition-duration: 800ms !important;
            transition-duration: 800ms !important; }
  [data-emergence="visible"].em_delay_900 {
    -webkit-transition-delay: 900ms !important;
            transition-delay: 900ms !important; }
  [data-emergence="visible"].em_duration_900 {
    -webkit-transition-duration: 900ms !important;
            transition-duration: 900ms !important; }
  [data-emergence="visible"].em_delay_1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important; }
  [data-emergence="visible"].em_duration_1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important; }
  [data-emergence="visible"].em_delay_1100 {
    -webkit-transition-delay: 1100ms !important;
            transition-delay: 1100ms !important; }
  [data-emergence="visible"].em_duration_1100 {
    -webkit-transition-duration: 1100ms !important;
            transition-duration: 1100ms !important; }
  [data-emergence="visible"].em_delay_1200 {
    -webkit-transition-delay: 1200ms !important;
            transition-delay: 1200ms !important; }
  [data-emergence="visible"].em_duration_1200 {
    -webkit-transition-duration: 1200ms !important;
            transition-duration: 1200ms !important; }
  [data-emergence="visible"].em_delay_1300 {
    -webkit-transition-delay: 1300ms !important;
            transition-delay: 1300ms !important; }
  [data-emergence="visible"].em_duration_1300 {
    -webkit-transition-duration: 1300ms !important;
            transition-duration: 1300ms !important; }
  [data-emergence="visible"].em_delay_1400 {
    -webkit-transition-delay: 1400ms !important;
            transition-delay: 1400ms !important; }
  [data-emergence="visible"].em_duration_1400 {
    -webkit-transition-duration: 1400ms !important;
            transition-duration: 1400ms !important; }
  [data-emergence="visible"].em_delay_1500 {
    -webkit-transition-delay: 1500ms !important;
            transition-delay: 1500ms !important; }
  [data-emergence="visible"].em_duration_1500 {
    -webkit-transition-duration: 1500ms !important;
            transition-duration: 1500ms !important; }
  [data-emergence="visible"].em_delay_1600 {
    -webkit-transition-delay: 1600ms !important;
            transition-delay: 1600ms !important; }
  [data-emergence="visible"].em_duration_1600 {
    -webkit-transition-duration: 1600ms !important;
            transition-duration: 1600ms !important; }
  [data-emergence="visible"].em_delay_1700 {
    -webkit-transition-delay: 1700ms !important;
            transition-delay: 1700ms !important; }
  [data-emergence="visible"].em_duration_1700 {
    -webkit-transition-duration: 1700ms !important;
            transition-duration: 1700ms !important; }
  [data-emergence="visible"].em_delay_1800 {
    -webkit-transition-delay: 1800ms !important;
            transition-delay: 1800ms !important; }
  [data-emergence="visible"].em_duration_1800 {
    -webkit-transition-duration: 1800ms !important;
            transition-duration: 1800ms !important; }
  [data-emergence="visible"].em_delay_1900 {
    -webkit-transition-delay: 1900ms !important;
            transition-delay: 1900ms !important; }
  [data-emergence="visible"].em_duration_1900 {
    -webkit-transition-duration: 1900ms !important;
            transition-duration: 1900ms !important; }
  [data-emergence="visible"].em_delay_2000 {
    -webkit-transition-delay: 2000ms !important;
            transition-delay: 2000ms !important; }
  [data-emergence="visible"].em_duration_2000 {
    -webkit-transition-duration: 2000ms !important;
            transition-duration: 2000ms !important; }
  [data-emergence="visible"].em_delay_2100 {
    -webkit-transition-delay: 2100ms !important;
            transition-delay: 2100ms !important; }
  [data-emergence="visible"].em_duration_2100 {
    -webkit-transition-duration: 2100ms !important;
            transition-duration: 2100ms !important; }
  [data-emergence="visible"].em_delay_2200 {
    -webkit-transition-delay: 2200ms !important;
            transition-delay: 2200ms !important; }
  [data-emergence="visible"].em_duration_2200 {
    -webkit-transition-duration: 2200ms !important;
            transition-duration: 2200ms !important; }
  [data-emergence="visible"].em_delay_2300 {
    -webkit-transition-delay: 2300ms !important;
            transition-delay: 2300ms !important; }
  [data-emergence="visible"].em_duration_2300 {
    -webkit-transition-duration: 2300ms !important;
            transition-duration: 2300ms !important; }
  [data-emergence="visible"].em_delay_2400 {
    -webkit-transition-delay: 2400ms !important;
            transition-delay: 2400ms !important; }
  [data-emergence="visible"].em_duration_2400 {
    -webkit-transition-duration: 2400ms !important;
            transition-duration: 2400ms !important; }
  [data-emergence="visible"].em_delay_2500 {
    -webkit-transition-delay: 2500ms !important;
            transition-delay: 2500ms !important; }
  [data-emergence="visible"].em_duration_2500 {
    -webkit-transition-duration: 2500ms !important;
            transition-duration: 2500ms !important; }
  [data-emergence="visible"].em_delay_2600 {
    -webkit-transition-delay: 2600ms !important;
            transition-delay: 2600ms !important; }
  [data-emergence="visible"].em_duration_2600 {
    -webkit-transition-duration: 2600ms !important;
            transition-duration: 2600ms !important; }
  [data-emergence="visible"].em_delay_2700 {
    -webkit-transition-delay: 2700ms !important;
            transition-delay: 2700ms !important; }
  [data-emergence="visible"].em_duration_2700 {
    -webkit-transition-duration: 2700ms !important;
            transition-duration: 2700ms !important; }
  [data-emergence="visible"].em_delay_2800 {
    -webkit-transition-delay: 2800ms !important;
            transition-delay: 2800ms !important; }
  [data-emergence="visible"].em_duration_2800 {
    -webkit-transition-duration: 2800ms !important;
            transition-duration: 2800ms !important; }
  [data-emergence="visible"].em_delay_2900 {
    -webkit-transition-delay: 2900ms !important;
            transition-delay: 2900ms !important; }
  [data-emergence="visible"].em_duration_2900 {
    -webkit-transition-duration: 2900ms !important;
            transition-duration: 2900ms !important; }
  [data-emergence="visible"].em_delay_3000 {
    -webkit-transition-delay: 3000ms !important;
            transition-delay: 3000ms !important; }
  [data-emergence="visible"].em_duration_3000 {
    -webkit-transition-duration: 3000ms !important;
            transition-duration: 3000ms !important; }
  [data-emergence="visible"].em_delay_3100 {
    -webkit-transition-delay: 3100ms !important;
            transition-delay: 3100ms !important; }
  [data-emergence="visible"].em_duration_3100 {
    -webkit-transition-duration: 3100ms !important;
            transition-duration: 3100ms !important; }
  [data-emergence="visible"].em_delay_3200 {
    -webkit-transition-delay: 3200ms !important;
            transition-delay: 3200ms !important; }
  [data-emergence="visible"].em_duration_3200 {
    -webkit-transition-duration: 3200ms !important;
            transition-duration: 3200ms !important; }
  [data-emergence="visible"].em_delay_3300 {
    -webkit-transition-delay: 3300ms !important;
            transition-delay: 3300ms !important; }
  [data-emergence="visible"].em_duration_3300 {
    -webkit-transition-duration: 3300ms !important;
            transition-duration: 3300ms !important; }
  [data-emergence="visible"].em_delay_3400 {
    -webkit-transition-delay: 3400ms !important;
            transition-delay: 3400ms !important; }
  [data-emergence="visible"].em_duration_3400 {
    -webkit-transition-duration: 3400ms !important;
            transition-duration: 3400ms !important; }
  [data-emergence="visible"].em_delay_3500 {
    -webkit-transition-delay: 3500ms !important;
            transition-delay: 3500ms !important; }
  [data-emergence="visible"].em_duration_3500 {
    -webkit-transition-duration: 3500ms !important;
            transition-duration: 3500ms !important; }
  [data-emergence="visible"].em_delay_3600 {
    -webkit-transition-delay: 3600ms !important;
            transition-delay: 3600ms !important; }
  [data-emergence="visible"].em_duration_3600 {
    -webkit-transition-duration: 3600ms !important;
            transition-duration: 3600ms !important; }
  [data-emergence="visible"].em_delay_3700 {
    -webkit-transition-delay: 3700ms !important;
            transition-delay: 3700ms !important; }
  [data-emergence="visible"].em_duration_3700 {
    -webkit-transition-duration: 3700ms !important;
            transition-duration: 3700ms !important; }
  [data-emergence="visible"].em_delay_3800 {
    -webkit-transition-delay: 3800ms !important;
            transition-delay: 3800ms !important; }
  [data-emergence="visible"].em_duration_3800 {
    -webkit-transition-duration: 3800ms !important;
            transition-duration: 3800ms !important; }
  [data-emergence="visible"].em_delay_3900 {
    -webkit-transition-delay: 3900ms !important;
            transition-delay: 3900ms !important; }
  [data-emergence="visible"].em_duration_3900 {
    -webkit-transition-duration: 3900ms !important;
            transition-duration: 3900ms !important; }
  [data-emergence="visible"].em_delay_4000 {
    -webkit-transition-delay: 4000ms !important;
            transition-delay: 4000ms !important; }
  [data-emergence="visible"].em_duration_4000 {
    -webkit-transition-duration: 4000ms !important;
            transition-duration: 4000ms !important; }
  [data-emergence="visible"].em_delay_4100 {
    -webkit-transition-delay: 4100ms !important;
            transition-delay: 4100ms !important; }
  [data-emergence="visible"].em_duration_4100 {
    -webkit-transition-duration: 4100ms !important;
            transition-duration: 4100ms !important; }
  [data-emergence="visible"].em_delay_4200 {
    -webkit-transition-delay: 4200ms !important;
            transition-delay: 4200ms !important; }
  [data-emergence="visible"].em_duration_4200 {
    -webkit-transition-duration: 4200ms !important;
            transition-duration: 4200ms !important; }
  [data-emergence="visible"].em_delay_4300 {
    -webkit-transition-delay: 4300ms !important;
            transition-delay: 4300ms !important; }
  [data-emergence="visible"].em_duration_4300 {
    -webkit-transition-duration: 4300ms !important;
            transition-duration: 4300ms !important; }
  [data-emergence="visible"].em_delay_4400 {
    -webkit-transition-delay: 4400ms !important;
            transition-delay: 4400ms !important; }
  [data-emergence="visible"].em_duration_4400 {
    -webkit-transition-duration: 4400ms !important;
            transition-duration: 4400ms !important; }
  [data-emergence="visible"].em_delay_4500 {
    -webkit-transition-delay: 4500ms !important;
            transition-delay: 4500ms !important; }
  [data-emergence="visible"].em_duration_4500 {
    -webkit-transition-duration: 4500ms !important;
            transition-duration: 4500ms !important; }
  [data-emergence="visible"].em_delay_4600 {
    -webkit-transition-delay: 4600ms !important;
            transition-delay: 4600ms !important; }
  [data-emergence="visible"].em_duration_4600 {
    -webkit-transition-duration: 4600ms !important;
            transition-duration: 4600ms !important; }
  [data-emergence="visible"].em_delay_4700 {
    -webkit-transition-delay: 4700ms !important;
            transition-delay: 4700ms !important; }
  [data-emergence="visible"].em_duration_4700 {
    -webkit-transition-duration: 4700ms !important;
            transition-duration: 4700ms !important; }
  [data-emergence="visible"].em_delay_4800 {
    -webkit-transition-delay: 4800ms !important;
            transition-delay: 4800ms !important; }
  [data-emergence="visible"].em_duration_4800 {
    -webkit-transition-duration: 4800ms !important;
            transition-duration: 4800ms !important; }
  [data-emergence="visible"].em_delay_4900 {
    -webkit-transition-delay: 4900ms !important;
            transition-delay: 4900ms !important; }
  [data-emergence="visible"].em_duration_4900 {
    -webkit-transition-duration: 4900ms !important;
            transition-duration: 4900ms !important; }
  [data-emergence="visible"].em_delay_5000 {
    -webkit-transition-delay: 5000ms !important;
            transition-delay: 5000ms !important; }
  [data-emergence="visible"].em_duration_5000 {
    -webkit-transition-duration: 5000ms !important;
            transition-duration: 5000ms !important; }
  [data-emergence="visible"].em .em {
    -webkit-transition: 700ms ease-out;
    transition: 700ms ease-out; }
    [data-emergence="visible"].em .em_delay_100 {
      -webkit-transition-delay: 100ms !important;
              transition-delay: 100ms !important; }
    [data-emergence="visible"].em .em_duration_100 {
      -webkit-transition-duration: 100ms !important;
              transition-duration: 100ms !important; }
    [data-emergence="visible"].em .em_delay_200 {
      -webkit-transition-delay: 200ms !important;
              transition-delay: 200ms !important; }
    [data-emergence="visible"].em .em_duration_200 {
      -webkit-transition-duration: 200ms !important;
              transition-duration: 200ms !important; }
    [data-emergence="visible"].em .em_delay_300 {
      -webkit-transition-delay: 300ms !important;
              transition-delay: 300ms !important; }
    [data-emergence="visible"].em .em_duration_300 {
      -webkit-transition-duration: 300ms !important;
              transition-duration: 300ms !important; }
    [data-emergence="visible"].em .em_delay_400 {
      -webkit-transition-delay: 400ms !important;
              transition-delay: 400ms !important; }
    [data-emergence="visible"].em .em_duration_400 {
      -webkit-transition-duration: 400ms !important;
              transition-duration: 400ms !important; }
    [data-emergence="visible"].em .em_delay_500 {
      -webkit-transition-delay: 500ms !important;
              transition-delay: 500ms !important; }
    [data-emergence="visible"].em .em_duration_500 {
      -webkit-transition-duration: 500ms !important;
              transition-duration: 500ms !important; }
    [data-emergence="visible"].em .em_delay_600 {
      -webkit-transition-delay: 600ms !important;
              transition-delay: 600ms !important; }
    [data-emergence="visible"].em .em_duration_600 {
      -webkit-transition-duration: 600ms !important;
              transition-duration: 600ms !important; }
    [data-emergence="visible"].em .em_delay_700 {
      -webkit-transition-delay: 700ms !important;
              transition-delay: 700ms !important; }
    [data-emergence="visible"].em .em_duration_700 {
      -webkit-transition-duration: 700ms !important;
              transition-duration: 700ms !important; }
    [data-emergence="visible"].em .em_delay_800 {
      -webkit-transition-delay: 800ms !important;
              transition-delay: 800ms !important; }
    [data-emergence="visible"].em .em_duration_800 {
      -webkit-transition-duration: 800ms !important;
              transition-duration: 800ms !important; }
    [data-emergence="visible"].em .em_delay_900 {
      -webkit-transition-delay: 900ms !important;
              transition-delay: 900ms !important; }
    [data-emergence="visible"].em .em_duration_900 {
      -webkit-transition-duration: 900ms !important;
              transition-duration: 900ms !important; }
    [data-emergence="visible"].em .em_delay_1000 {
      -webkit-transition-delay: 1000ms !important;
              transition-delay: 1000ms !important; }
    [data-emergence="visible"].em .em_duration_1000 {
      -webkit-transition-duration: 1000ms !important;
              transition-duration: 1000ms !important; }
    [data-emergence="visible"].em .em_delay_1100 {
      -webkit-transition-delay: 1100ms !important;
              transition-delay: 1100ms !important; }
    [data-emergence="visible"].em .em_duration_1100 {
      -webkit-transition-duration: 1100ms !important;
              transition-duration: 1100ms !important; }
    [data-emergence="visible"].em .em_delay_1200 {
      -webkit-transition-delay: 1200ms !important;
              transition-delay: 1200ms !important; }
    [data-emergence="visible"].em .em_duration_1200 {
      -webkit-transition-duration: 1200ms !important;
              transition-duration: 1200ms !important; }
    [data-emergence="visible"].em .em_delay_1300 {
      -webkit-transition-delay: 1300ms !important;
              transition-delay: 1300ms !important; }
    [data-emergence="visible"].em .em_duration_1300 {
      -webkit-transition-duration: 1300ms !important;
              transition-duration: 1300ms !important; }
    [data-emergence="visible"].em .em_delay_1400 {
      -webkit-transition-delay: 1400ms !important;
              transition-delay: 1400ms !important; }
    [data-emergence="visible"].em .em_duration_1400 {
      -webkit-transition-duration: 1400ms !important;
              transition-duration: 1400ms !important; }
    [data-emergence="visible"].em .em_delay_1500 {
      -webkit-transition-delay: 1500ms !important;
              transition-delay: 1500ms !important; }
    [data-emergence="visible"].em .em_duration_1500 {
      -webkit-transition-duration: 1500ms !important;
              transition-duration: 1500ms !important; }
    [data-emergence="visible"].em .em_delay_1600 {
      -webkit-transition-delay: 1600ms !important;
              transition-delay: 1600ms !important; }
    [data-emergence="visible"].em .em_duration_1600 {
      -webkit-transition-duration: 1600ms !important;
              transition-duration: 1600ms !important; }
    [data-emergence="visible"].em .em_delay_1700 {
      -webkit-transition-delay: 1700ms !important;
              transition-delay: 1700ms !important; }
    [data-emergence="visible"].em .em_duration_1700 {
      -webkit-transition-duration: 1700ms !important;
              transition-duration: 1700ms !important; }
    [data-emergence="visible"].em .em_delay_1800 {
      -webkit-transition-delay: 1800ms !important;
              transition-delay: 1800ms !important; }
    [data-emergence="visible"].em .em_duration_1800 {
      -webkit-transition-duration: 1800ms !important;
              transition-duration: 1800ms !important; }
    [data-emergence="visible"].em .em_delay_1900 {
      -webkit-transition-delay: 1900ms !important;
              transition-delay: 1900ms !important; }
    [data-emergence="visible"].em .em_duration_1900 {
      -webkit-transition-duration: 1900ms !important;
              transition-duration: 1900ms !important; }
    [data-emergence="visible"].em .em_delay_2000 {
      -webkit-transition-delay: 2000ms !important;
              transition-delay: 2000ms !important; }
    [data-emergence="visible"].em .em_duration_2000 {
      -webkit-transition-duration: 2000ms !important;
              transition-duration: 2000ms !important; }
    [data-emergence="visible"].em .em_delay_2100 {
      -webkit-transition-delay: 2100ms !important;
              transition-delay: 2100ms !important; }
    [data-emergence="visible"].em .em_duration_2100 {
      -webkit-transition-duration: 2100ms !important;
              transition-duration: 2100ms !important; }
    [data-emergence="visible"].em .em_delay_2200 {
      -webkit-transition-delay: 2200ms !important;
              transition-delay: 2200ms !important; }
    [data-emergence="visible"].em .em_duration_2200 {
      -webkit-transition-duration: 2200ms !important;
              transition-duration: 2200ms !important; }
    [data-emergence="visible"].em .em_delay_2300 {
      -webkit-transition-delay: 2300ms !important;
              transition-delay: 2300ms !important; }
    [data-emergence="visible"].em .em_duration_2300 {
      -webkit-transition-duration: 2300ms !important;
              transition-duration: 2300ms !important; }
    [data-emergence="visible"].em .em_delay_2400 {
      -webkit-transition-delay: 2400ms !important;
              transition-delay: 2400ms !important; }
    [data-emergence="visible"].em .em_duration_2400 {
      -webkit-transition-duration: 2400ms !important;
              transition-duration: 2400ms !important; }
    [data-emergence="visible"].em .em_delay_2500 {
      -webkit-transition-delay: 2500ms !important;
              transition-delay: 2500ms !important; }
    [data-emergence="visible"].em .em_duration_2500 {
      -webkit-transition-duration: 2500ms !important;
              transition-duration: 2500ms !important; }
    [data-emergence="visible"].em .em_delay_2600 {
      -webkit-transition-delay: 2600ms !important;
              transition-delay: 2600ms !important; }
    [data-emergence="visible"].em .em_duration_2600 {
      -webkit-transition-duration: 2600ms !important;
              transition-duration: 2600ms !important; }
    [data-emergence="visible"].em .em_delay_2700 {
      -webkit-transition-delay: 2700ms !important;
              transition-delay: 2700ms !important; }
    [data-emergence="visible"].em .em_duration_2700 {
      -webkit-transition-duration: 2700ms !important;
              transition-duration: 2700ms !important; }
    [data-emergence="visible"].em .em_delay_2800 {
      -webkit-transition-delay: 2800ms !important;
              transition-delay: 2800ms !important; }
    [data-emergence="visible"].em .em_duration_2800 {
      -webkit-transition-duration: 2800ms !important;
              transition-duration: 2800ms !important; }
    [data-emergence="visible"].em .em_delay_2900 {
      -webkit-transition-delay: 2900ms !important;
              transition-delay: 2900ms !important; }
    [data-emergence="visible"].em .em_duration_2900 {
      -webkit-transition-duration: 2900ms !important;
              transition-duration: 2900ms !important; }
    [data-emergence="visible"].em .em_delay_3000 {
      -webkit-transition-delay: 3000ms !important;
              transition-delay: 3000ms !important; }
    [data-emergence="visible"].em .em_duration_3000 {
      -webkit-transition-duration: 3000ms !important;
              transition-duration: 3000ms !important; }
    [data-emergence="visible"].em .em_delay_3100 {
      -webkit-transition-delay: 3100ms !important;
              transition-delay: 3100ms !important; }
    [data-emergence="visible"].em .em_duration_3100 {
      -webkit-transition-duration: 3100ms !important;
              transition-duration: 3100ms !important; }
    [data-emergence="visible"].em .em_delay_3200 {
      -webkit-transition-delay: 3200ms !important;
              transition-delay: 3200ms !important; }
    [data-emergence="visible"].em .em_duration_3200 {
      -webkit-transition-duration: 3200ms !important;
              transition-duration: 3200ms !important; }
    [data-emergence="visible"].em .em_delay_3300 {
      -webkit-transition-delay: 3300ms !important;
              transition-delay: 3300ms !important; }
    [data-emergence="visible"].em .em_duration_3300 {
      -webkit-transition-duration: 3300ms !important;
              transition-duration: 3300ms !important; }
    [data-emergence="visible"].em .em_delay_3400 {
      -webkit-transition-delay: 3400ms !important;
              transition-delay: 3400ms !important; }
    [data-emergence="visible"].em .em_duration_3400 {
      -webkit-transition-duration: 3400ms !important;
              transition-duration: 3400ms !important; }
    [data-emergence="visible"].em .em_delay_3500 {
      -webkit-transition-delay: 3500ms !important;
              transition-delay: 3500ms !important; }
    [data-emergence="visible"].em .em_duration_3500 {
      -webkit-transition-duration: 3500ms !important;
              transition-duration: 3500ms !important; }
    [data-emergence="visible"].em .em_delay_3600 {
      -webkit-transition-delay: 3600ms !important;
              transition-delay: 3600ms !important; }
    [data-emergence="visible"].em .em_duration_3600 {
      -webkit-transition-duration: 3600ms !important;
              transition-duration: 3600ms !important; }
    [data-emergence="visible"].em .em_delay_3700 {
      -webkit-transition-delay: 3700ms !important;
              transition-delay: 3700ms !important; }
    [data-emergence="visible"].em .em_duration_3700 {
      -webkit-transition-duration: 3700ms !important;
              transition-duration: 3700ms !important; }
    [data-emergence="visible"].em .em_delay_3800 {
      -webkit-transition-delay: 3800ms !important;
              transition-delay: 3800ms !important; }
    [data-emergence="visible"].em .em_duration_3800 {
      -webkit-transition-duration: 3800ms !important;
              transition-duration: 3800ms !important; }
    [data-emergence="visible"].em .em_delay_3900 {
      -webkit-transition-delay: 3900ms !important;
              transition-delay: 3900ms !important; }
    [data-emergence="visible"].em .em_duration_3900 {
      -webkit-transition-duration: 3900ms !important;
              transition-duration: 3900ms !important; }
    [data-emergence="visible"].em .em_delay_4000 {
      -webkit-transition-delay: 4000ms !important;
              transition-delay: 4000ms !important; }
    [data-emergence="visible"].em .em_duration_4000 {
      -webkit-transition-duration: 4000ms !important;
              transition-duration: 4000ms !important; }
    [data-emergence="visible"].em .em_delay_4100 {
      -webkit-transition-delay: 4100ms !important;
              transition-delay: 4100ms !important; }
    [data-emergence="visible"].em .em_duration_4100 {
      -webkit-transition-duration: 4100ms !important;
              transition-duration: 4100ms !important; }
    [data-emergence="visible"].em .em_delay_4200 {
      -webkit-transition-delay: 4200ms !important;
              transition-delay: 4200ms !important; }
    [data-emergence="visible"].em .em_duration_4200 {
      -webkit-transition-duration: 4200ms !important;
              transition-duration: 4200ms !important; }
    [data-emergence="visible"].em .em_delay_4300 {
      -webkit-transition-delay: 4300ms !important;
              transition-delay: 4300ms !important; }
    [data-emergence="visible"].em .em_duration_4300 {
      -webkit-transition-duration: 4300ms !important;
              transition-duration: 4300ms !important; }
    [data-emergence="visible"].em .em_delay_4400 {
      -webkit-transition-delay: 4400ms !important;
              transition-delay: 4400ms !important; }
    [data-emergence="visible"].em .em_duration_4400 {
      -webkit-transition-duration: 4400ms !important;
              transition-duration: 4400ms !important; }
    [data-emergence="visible"].em .em_delay_4500 {
      -webkit-transition-delay: 4500ms !important;
              transition-delay: 4500ms !important; }
    [data-emergence="visible"].em .em_duration_4500 {
      -webkit-transition-duration: 4500ms !important;
              transition-duration: 4500ms !important; }
    [data-emergence="visible"].em .em_delay_4600 {
      -webkit-transition-delay: 4600ms !important;
              transition-delay: 4600ms !important; }
    [data-emergence="visible"].em .em_duration_4600 {
      -webkit-transition-duration: 4600ms !important;
              transition-duration: 4600ms !important; }
    [data-emergence="visible"].em .em_delay_4700 {
      -webkit-transition-delay: 4700ms !important;
              transition-delay: 4700ms !important; }
    [data-emergence="visible"].em .em_duration_4700 {
      -webkit-transition-duration: 4700ms !important;
              transition-duration: 4700ms !important; }
    [data-emergence="visible"].em .em_delay_4800 {
      -webkit-transition-delay: 4800ms !important;
              transition-delay: 4800ms !important; }
    [data-emergence="visible"].em .em_duration_4800 {
      -webkit-transition-duration: 4800ms !important;
              transition-duration: 4800ms !important; }
    [data-emergence="visible"].em .em_delay_4900 {
      -webkit-transition-delay: 4900ms !important;
              transition-delay: 4900ms !important; }
    [data-emergence="visible"].em .em_duration_4900 {
      -webkit-transition-duration: 4900ms !important;
              transition-duration: 4900ms !important; }
    [data-emergence="visible"].em .em_delay_5000 {
      -webkit-transition-delay: 5000ms !important;
              transition-delay: 5000ms !important; }
    [data-emergence="visible"].em .em_duration_5000 {
      -webkit-transition-duration: 5000ms !important;
              transition-duration: 5000ms !important; }

.em_sp_upup[data-emergence="hidden"] {
  opacity: 0; }

.em_sp_upup[data-emergence="visible"] {
  opacity: 1;
  -webkit-animation: anime-upup 5000ms linear 1000ms infinite normal running;
          animation: anime-upup 5000ms linear 1000ms infinite normal running; }

.em_sp_flip[data-emergence="hidden"] {
  opacity: 0; }

.em_sp_flip[data-emergence="visible"] {
  opacity: 1;
  -webkit-animation: anime-flip 4400ms linear 2000ms infinite normal running;
          animation: anime-flip 4400ms linear 2000ms infinite normal running; }

.em_maker {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff100));
  background-image: linear-gradient(to right, transparent 50%, #fff100 50%);
  background-repeat: repeat-x;
  background-size: 200% 20%;
  background-position: 0 90%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }
  .em_maker[data-emergence="hidden"] {
    background-position: 0 90%; }
  .em_maker[data-emergence="visible"] {
    background-position: -100% 90%; }

.em_zoomin[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.em_zoomin[data-emergence="visible"] {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em_zoomout[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.em_zoomout[data-emergence="visible"] {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em_fade[data-emergence="hidden"] {
  opacity: 0; }

.em_fade[data-emergence="visible"] {
  opacity: 1; }

.em_fadeleft[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px); }

.em_fadeleft[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em_fadeleft_rotation[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(150px) rotate(0);
          transform: translateX(150px) rotate(0); }

.em_fadeleft_rotation[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(-360deg);
          transform: translateX(0) rotate(-360deg); }

.em_faderight[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px); }

.em_faderight[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em_faderight_rotation[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateX(-150px) rotate(0);
          transform: translateX(-150px) rotate(0); }

.em_faderight_rotation[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(360deg);
          transform: translateX(0) rotate(360deg); }

.em_fadeup[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

.em_fadeup[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em_fadedown[data-emergence="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px); }

.em_fadedown[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em_fixed[data-emergence="hidden"] {
  opacity: 0; }

.em_fixed[data-emergence="visible"] {
  opacity: 1; }

.em[data-emergence="hidden"] .em_zoomin {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.em[data-emergence="hidden"] .em_zoomout {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.em[data-emergence="hidden"] .em_fade {
  opacity: 0; }

.em[data-emergence="hidden"] .em_fadeleft {
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px); }

.em[data-emergence="hidden"] .em_faderight {
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px); }

.em[data-emergence="hidden"] .em_fadeup {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }

.em[data-emergence="hidden"] .em_fadedown {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px); }

.em[data-emergence="hidden"] .em_fixed {
  opacity: 0; }

.em[data-emergence="visible"] .em_zoomin {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em[data-emergence="visible"] .em_zoomout {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.em[data-emergence="visible"] .em_fade {
  opacity: 1; }

.em[data-emergence="visible"] .em_fadeleft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em[data-emergence="visible"] .em_faderight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.em[data-emergence="visible"] .em_fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em[data-emergence="visible"] .em_fadedown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.em[data-emergence="visible"] .em_fixed {
  opacity: 1; }

.sys-cal.sys-cal_t1 {
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-top: 3px solid #0B7E3D;
  border-bottom: 3px solid #0B7E3D; }
  @media (max-width: 768.98px) {
    .sys-cal.sys-cal_t1 {
      padding: 30px 10px 10px; } }
  .sys-cal.sys-cal_t1 .sys-cal-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__date {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 130px;
              flex: 0 0 130px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      line-height: 1;
      position: relative;
      top: -40px;
      background: #fff;
      margin: 0 30px -10px; }
      @media (max-width: 768.98px) {
        .sys-cal.sys-cal_t1 .sys-cal-nav__date {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100px;
                  flex: 0 0 100px; } }
      .sys-cal.sys-cal_t1 .sys-cal-nav__date-year {
        font-size: 2rem;
        margin-bottom: 10px; }
      .sys-cal.sys-cal_t1 .sys-cal-nav__date-day {
        font-size: 6rem; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__prev {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__next {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .sys-cal.sys-cal_t1 .sys-cal-nav__link {
      color: #0B7E3D; }
      @media (min-width: 769px) {
        .sys-cal.sys-cal_t1 .sys-cal-nav__link {
          font-size: 2rem; } }
      @media (max-width: 768.98px) {
        .sys-cal.sys-cal_t1 .sys-cal-nav__link {
          font-size: 1.6rem; } }
      .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev:hover {
          color: currentColor;
          text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f104";
          text-decoration: none;
          margin-right: 0.5em;
          font-size: 1em;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev::before {
            display: inline-block !important;
            text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_prev::before {
          font-size: inherit;
          color: #2ca041; }
      .sys-cal.sys-cal_t1 .sys-cal-nav__link_next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_next:hover {
          color: currentColor;
          text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_next::after {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          text-decoration: none;
          margin-left: 0.5em;
          font-size: 1em;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .sys-cal.sys-cal_t1 .sys-cal-nav__link_next::after {
            display: inline-block !important;
            text-decoration: none; }
        .sys-cal.sys-cal_t1 .sys-cal-nav__link_next::after {
          font-size: inherit;
          color: #2ca041; }
  .sys-cal.sys-cal_t1 .sys-cal__table {
    width: 100%;
    border-top: 2px solid #0B7E3D;
    line-height: 1.3; }
    @media (min-width: 769px) {
      .sys-cal.sys-cal_t1 .sys-cal__table {
        min-width: 940px; } }
    @media (max-width: 768.98px) {
      .sys-cal.sys-cal_t1 .sys-cal__table {
        min-width: 700px; } }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__head {
    border-left: 5px solid currentColor; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__row:nth-child(3n + 1) {
    color: #daaee3; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__row:nth-child(3n + 2) {
    color: #8db789; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody .sys-cal__row:nth-child(3n + 3) {
    color: #aacde3; }
  .sys-cal.sys-cal_t1 .sys-cal__tbody th,
  .sys-cal.sys-cal_t1 .sys-cal__tbody td {
    border-top-color: transparent;
    border-bottom-color: transparent; }
  .sys-cal.sys-cal_t1 .sys-cal__row th:first-child,
  .sys-cal.sys-cal_t1 .sys-cal__row td:first-child {
    border-left-color: transparent; }
  .sys-cal.sys-cal_t1 .sys-cal__row th:last-child,
  .sys-cal.sys-cal_t1 .sys-cal__row td:last-child {
    border-right-color: transparent; }
  .sys-cal.sys-cal_t1 .sys-cal__head {
    border: 1px solid #0B7E3D;
    margin: 0.5em; }
  .sys-cal.sys-cal_t1 .sys-cal__data {
    width: 50px;
    border: 1px solid #0B7E3D;
    padding: 0; }
  .sys-cal.sys-cal_t1 .sys-cal__head-title {
    display: block;
    margin: 0.5em 0;
    padding: 0.2em 0.5em;
    border-left: 3px solid currentColor; }
    .sys-cal.sys-cal_t1 .sys-cal__head-title-in {
      color: #000; }
      @media (min-width: 769px) {
        .sys-cal.sys-cal_t1 .sys-cal__head-title-in {
          font-size: 2.2rem; } }
      @media (max-width: 768.98px) {
        .sys-cal.sys-cal_t1 .sys-cal__head-title-in {
          font-size: 1.4rem; } }
  .sys-cal.sys-cal_t1 .sys-cal__chk {
    display: block;
    text-align: center;
    visibility: hidden; }
    .sys-cal.sys-cal_t1 .sys-cal__chk::before, .sys-cal.sys-cal_t1 .sys-cal__chk::after {
      visibility: visible; }
    .sys-cal.sys-cal_t1 .sys-cal__chk_begin {
      position: relative; }
      .sys-cal.sys-cal_t1 .sys-cal__chk_begin::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 50%;
        height: 3px;
        background-color: currentColor;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .sys-cal.sys-cal_t1 .sys-cal__chk_begin::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        border: 3px solid currentColor;
        border-radius: 50%; }
    .sys-cal.sys-cal_t1 .sys-cal__chk_on {
      position: relative; }
      .sys-cal.sys-cal_t1 .sys-cal__chk_on::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 3px;
        background-color: currentColor;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .sys-cal.sys-cal_t1 .sys-cal__chk_end {
      position: relative; }
      .sys-cal.sys-cal_t1 .sys-cal__chk_end::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 50%;
        height: 3px;
        background-color: currentColor;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .sys-cal.sys-cal_t1 .sys-cal__chk_end::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        border: 3px solid currentColor;
        border-radius: 50%; }
  .sys-cal.sys-cal_t1 .sys-cal__date {
    margin: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1; }
    .sys-cal.sys-cal_t1 .sys-cal__date-day {
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      font-size: 2.3rem;
      margin-bottom: 0.3em; }
    .sys-cal.sys-cal_t1 .sys-cal__date-yobi {
      font-size: 1.5rem; }

.sys-info.sys-info_t1 .sys-info__list-box {
  position: relative;
  padding: 1em 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media (min-width: 769px) {
    .sys-info.sys-info_t1 .sys-info__list-box {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_t1 .sys-info__list-box {
      font-size: 1.4rem; } }
  .sys-info.sys-info_t1 .sys-info__list-box:hover {
    background: rgba(44, 160, 65, 0.1); }

.sys-info.sys-info_t1 .sys-info__list-head {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  color: #2ca041; }

.sys-info.sys-info_t1 .sys-info__list-link {
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 2em;
  position: static;
  color: currentColor;
  text-decoration: underline; }
  .sys-info.sys-info_t1 .sys-info__list-link::after {
    color: currentColor;
    font-family: fontawesome;
    content: "\f138";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .ie11 .sys-info.sys-info_t1 .sys-info__list-link::after {
      display: inline-block !important;
      text-decoration: none; }
  .sys-info.sys-info_t1 .sys-info__list-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: auto;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_t1 .sys-info__list-link::after {
    color: #2ca041;
    right: 0; }
  .sys-info.sys-info_t1 .sys-info__list-link:hover {
    color: currentColor;
    opacity: 1;
    text-decoration: none; }
    .sys-info.sys-info_t1 .sys-info__list-link:hover::after {
      -webkit-transform: translateY(-50%) scale(1.5);
              transform: translateY(-50%) scale(1.5);
      -webkit-transition: 0.2s;
      transition: 0.2s; }

@media (min-width: 769px) {
  .sys-info.sys-info_t1 .sys-info__list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sys-info.sys-info_t1 .sys-info__list-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8em;
            flex: 0 0 8em; }
  .sys-info.sys-info_t1 .sys-info__list-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; } }

.sys-info.sys-info_t2 .sys-info_bg {
  padding: 45px 0 40px; }

.sys-info.sys-info_t2 .sys-info__dlist {
  margin: 0 auto; }
  .sys-info.sys-info_t2 .sys-info__dlist_bdt {
    border-top: 1px solid #e3e3e3; }

.sys-info.sys-info_t2 .sys-info__dbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e3e3e3;
  padding: 1em 0; }

.sys-info.sys-info_t2 .sys-info__dhead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: normal;
  text-align: left; }
  @media (min-width: 769px) {
    .sys-info.sys-info_t2 .sys-info__dhead {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px; } }

.sys-info.sys-info_t2 .sys-info__dbody {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-right: 1em; }

.sys-info.sys-info_t2 .sys-info__link {
  color: currentColor; }
  .sys-info.sys-info_t2 .sys-info__link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: auto;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_t2 .sys-info__link::after {
    color: currentColor;
    font-family: fontawesome;
    content: "\f054";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .ie11 .sys-info.sys-info_t2 .sys-info__link::after {
      display: inline-block !important;
      text-decoration: none; }
  .sys-info.sys-info_t2 .sys-info__link::before {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .sys-info.sys-info_t2 .sys-info__link::after {
    font-size: 1.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.5; }
  .sys-info.sys-info_t2 .sys-info__link:hover {
    color: currentColor;
    opacity: 1;
    text-decoration: none; }
    .sys-info.sys-info_t2 .sys-info__link:hover::before {
      background: rgba(44, 160, 65, 0.1); }
    .sys-info.sys-info_t2 .sys-info__link:hover::after {
      font-size: 1.8rem;
      -webkit-transform: translate(10px, -50%);
              transform: translate(10px, -50%);
      opacity: 1; }

.sys-info.sys-info_t3 .sys-info {
  position: relative; }
  .sys-info.sys-info_t3 .sys-info__rlist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto; }
    .sys-info.sys-info_t3 .sys-info__rlist_bdt {
      border-top: 1px solid #999999; }
  .sys-info.sys-info_t3 .sys-info__ritem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #999999;
    padding: 1em 0; }
  .sys-info.sys-info_t3 .sys-info__clist {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sys-info.sys-info_t3 .sys-info__clist::before {
      font-family: fontawesome;
      content: "\f054";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      right: 0;
      font-size: 1.2rem;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      opacity: 0.5; }
      @media (max-width: 768.98px) {
        .sys-info.sys-info_t3 .sys-info__clist::before {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
    .sys-info.sys-info_t3 .sys-info__clist:hover::before {
      font-size: 1.8rem;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      opacity: 1; }
  .sys-info.sys-info_t3 .sys-info__citem_date {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #808080;
    margin-right: 1em;
    line-height: 1.5; }
    @media (min-width: 769px) {
      .sys-info.sys-info_t3 .sys-info__citem_date {
        font-size: 1.4rem; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_t3 .sys-info__citem_date {
        font-size: 1.4rem; } }
  @media (min-width: 769px) {
    .sys-info.sys-info_t3 .sys-info__citem_tags {
      font-size: 1.5rem; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_t3 .sys-info__citem_tags {
      font-size: 1.5rem; } }
  .sys-info.sys-info_t3 .sys-info__citem_link {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 300;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 2em;
    margin-top: 0.5em; }
  .sys-info.sys-info_t3 .sys-info__link {
    color: currentColor; }
    .sys-info.sys-info_t3 .sys-info__link::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      pointer-events: auto;
      content: "";
      background-color: rgba(255, 255, 255, 0); }
    .sys-info.sys-info_t3 .sys-info__link::before {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .sys-info.sys-info_t3 .sys-info__link:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }
      .sys-info.sys-info_t3 .sys-info__link:hover::before {
        background: rgba(44, 160, 65, 0.1); }

.sys-info.sys-info_t4 {
  line-height: 1.5; }
  .sys-info.sys-info_t4 .sys-info__dlist {
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border-radius: 15px; }
  .sys-info.sys-info_t4 .sys-info__dbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.7em 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .sys-info.sys-info_t4 .sys-info__dbox:not(:last-child) {
      border-bottom: 2px solid #f5ede1; }
    .sys-info.sys-info_t4 .sys-info__dbox:hover {
      background: #faf6f0; }
      .sys-info.sys-info_t4 .sys-info__dbox:hover .sys-info__link::before {
        color: #7b7771;
        font-size: 1.8rem;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
  .sys-info.sys-info_t4 .sys-info__dhead {
    font-weight: normal;
    text-align: left; }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_t4 .sys-info__dhead {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom: 0.5em; } }
    @media (min-width: 769px) {
      .sys-info.sys-info_t4 .sys-info__dhead {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px; } }
  .sys-info.sys-info_t4 .sys-info__dbody {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-right: 2em; }
  .sys-info.sys-info_t4 .sys-info__link {
    color: currentColor; }
    .sys-info.sys-info_t4 .sys-info__link::before {
      color: #f5ede1;
      font-family: fontawesome;
      content: "\f054";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-10px, -50%);
              transform: translate(-10px, -50%);
      right: 0;
      font-size: 1.2rem;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .sys-info.sys-info_t4 .sys-info__link::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      pointer-events: auto;
      content: "";
      background-color: rgba(255, 255, 255, 0); }
    .sys-info.sys-info_t4 .sys-info__link:hover {
      opacity: 1;
      text-decoration: none; }

.sys-info.sys-info_ti1 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti1 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti1 .sys-info__list > * {
        width: calc((100% - 35px * 3) / 4); }
        .ie11 .sys-info.sys-info_ti1 .sys-info__list > * {
          width: calc((100% - 35px * 3) / 4 - 0.1px); }
        .sys-info.sys-info_ti1 .sys-info__list > *:not(:nth-child(4n)) {
          margin-right: 35px; }
        .sys-info.sys-info_ti1 .sys-info__list > *:nth-last-child(n + 5) {
          margin-bottom: 35px; }
        .sys-info.sys-info_ti1 .sys-info__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti1 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti1 .sys-info__list > * {
        width: 100%; }
        .sys-info.sys-info_ti1 .sys-info__list > *:nth-last-child(n + 2) {
          margin-bottom: 20px; }
        .sys-info.sys-info_ti1 .sys-info__list > * img {
          width: 100%; } }

.sys-info.sys-info_ti1 .sys-info__item {
  position: relative;
  border: 3px solid transparent;
  position: relative; }
  .sys-info.sys-info_ti1 .sys-info__item::before {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    opacity: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-10px, -10px) scale(0);
            transform: translate(-10px, -10px) scale(0);
    border-right: 50%;
    border: 3px solid transparent; }
  .sys-info.sys-info_ti1 .sys-info__item:hover::before {
    opacity: 1;
    -webkit-transform: translate(-10px, -10px) scale(1);
            transform: translate(-10px, -10px) scale(1);
    border-radius: 10px;
    border-color: #2ca041; }

.sys-info.sys-info_ti1 .sys-info__fig {
  background: #f0f0f0;
  position: relative;
  padding-top: 54%; }

.sys-info.sys-info_ti1 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.sys-info.sys-info_ti1 .sys-info__date {
  color: #808080;
  font-size: 1.4rem; }

.sys-info.sys-info_ti1 .sys-info__title {
  line-height: 1.3; }

.sys-info.sys-info_ti1 .sys-info__link {
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  .sys-info.sys-info_ti1 .sys-info__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: auto;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_ti1 .sys-info__link::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    border-radius: 10px; }

.sys-info.sys-info_ti2 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti2 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti2 .sys-info__list > * {
        width: calc((100% - 0px * 2) / 3 - 0.1px); }
        .ie11 .sys-info.sys-info_ti2 .sys-info__list > * {
          width: calc((100% - 0px * 2) / 3 - 0.1px); }
        .sys-info.sys-info_ti2 .sys-info__list > *:not(:nth-child(3n)) {
          margin-right: 0px; }
        .sys-info.sys-info_ti2 .sys-info__list > *:nth-last-child(n + 4) {
          margin-bottom: 60px; }
        .sys-info.sys-info_ti2 .sys-info__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti2 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti2 .sys-info__list > * {
        width: 100%; }
        .sys-info.sys-info_ti2 .sys-info__list > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        .sys-info.sys-info_ti2 .sys-info__list > * img {
          width: 100%; } }
  .sys-info.sys-info_ti2 .sys-info__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti2 .sys-info__list_col4 > * {
        width: calc((100% - 0px * 3) / 4); }
        .ie11 .sys-info.sys-info_ti2 .sys-info__list_col4 > * {
          width: calc((100% - 0px * 3) / 4 - 0.1px); }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > *:not(:nth-child(4n)) {
          margin-right: 0px; }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > * img {
          width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti2 .sys-info__list_col4 > * {
        width: 100%; }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > *:nth-last-child(n + 2) {
          margin-bottom: 30px; }
        .sys-info.sys-info_ti2 .sys-info__list_col4 > * img {
          width: 100%; } }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti2 .sys-info__list_col4 .sys-info__item {
        margin-bottom: 0; } }

.sys-info.sys-info_ti2 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti2 .sys-info__item:hover .sys-info__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti2 .sys-info__fig {
  background: #f0f0f0;
  position: relative;
  padding-top: 60%;
  margin-bottom: 0;
  overflow: hidden; }

.sys-info.sys-info_ti2 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (min-width: 769px) {
  .sys-info.sys-info_ti2 .sys-info__box {
    padding: 0 30px; } }

.sys-info.sys-info_ti2 .sys-info__date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background: #2ca041;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .sys-info.sys-info_ti2 .sys-info__date-y {
    font-size: 1.4rem;
    font-weight: 100; }
  .sys-info.sys-info_ti2 .sys-info__date-m {
    font-size: 1.7rem;
    font-weight: 500; }
  .sys-info.sys-info_ti2 .sys-info__date-d {
    font-size: 3rem;
    font-weight: 500; }

.sys-info.sys-info_ti2 .sys-info__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 1;
  margin: 1em 0; }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti2 .sys-info__tags-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .sys-info.sys-info_ti2 .sys-info__tags-list *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }

.sys-info.sys-info_ti2 .sys-info__tags-item {
  padding: 0 1em;
  border-left: 1px solid #999999; }
  .sys-info.sys-info_ti2 .sys-info__tags-item:last-child {
    border-right: 1px solid #999999; }

.sys-info.sys-info_ti2 .sys-info__title {
  line-height: 1.3;
  font-weight: bold; }

.sys-info.sys-info_ti2 .sys-info__more {
  text-align: right; }

.sys-info.sys-info_ti2 .sys-info__link {
  opacity: 1;
  text-decoration: none;
  color: currentColor; }
  .sys-info.sys-info_ti2 .sys-info__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: auto;
    content: "";
    background-color: rgba(255, 255, 255, 0); }
  .sys-info.sys-info_ti2 .sys-info__link:hover {
    text-decoration: underline; }

.sys-info.sys-info_ti3 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 769px) {
    .sys-info.sys-info_ti3 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti3 .sys-info__list > * {
        width: calc((100% - 0px * 1) / 2 - 0.1px); }
        .ie11 .sys-info.sys-info_ti3 .sys-info__list > * {
          width: calc((100% - 0px * 1) / 2 - 0.1px); }
        .sys-info.sys-info_ti3 .sys-info__list > *:not(:nth-child(2n)) {
          margin-right: 0px; }
        .sys-info.sys-info_ti3 .sys-info__list > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti3 .sys-info__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info.sys-info_ti3 .sys-info__list > * {
        width: 100%; }
        .sys-info.sys-info_ti3 .sys-info__list > *:nth-last-child(n + 2) {
          margin-bottom: 20px; }
        .sys-info.sys-info_ti3 .sys-info__list > * img {
          width: 100%; } }

.sys-info.sys-info_ti3 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti3 .sys-info__item:hover .sys-info__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti3 .sys-info__fig {
  background: #f0f0f0;
  position: relative;
  padding-top: 75%;
  margin-bottom: 0;
  overflow: hidden; }
  .sys-info.sys-info_ti3 .sys-info__fig::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }

.sys-info.sys-info_ti3 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (max-width: 768.98px) {
  .sys-info.sys-info_ti3 .sys-info__box {
    background: #fff;
    padding: 20px; } }

@media (min-width: 769px) {
  .sys-info.sys-info_ti3 .sys-info__box {
    pointer-events: none;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px; } }

.sys-info.sys-info_ti3 .sys-info__box2 {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  text-align: center; }

.sys-info.sys-info_ti3 .sys-info__date {
  color: #fff;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .sys-info.sys-info_ti3 .sys-info__date-ym {
    font-size: 1.6rem;
    font-weight: 400; }
  .sys-info.sys-info_ti3 .sys-info__date-d {
    font-size: 7.2rem;
    font-weight: 500;
    position: relative;
    top: -5px; }

.sys-info.sys-info_ti3 .sys-info__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 1; }
  @media (max-width: 768.98px) {
    .sys-info.sys-info_ti3 .sys-info__tags-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .sys-info.sys-info_ti3 .sys-info__tags-list *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0; } }

.sys-info.sys-info_ti3 .sys-info__tags-item {
  padding: 0.5em;
  color: #fff;
  border: 1px solid #fff; }

.sys-info.sys-info_ti3 .sys-info__title {
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.sys-info.sys-info_ti3 .sys-info__post {
  line-height: 1.3;
  margin-bottom: 0; }

.sys-info.sys-info_ti3 .sys-info__more {
  text-align: right; }

.sys-info.sys-info_ti3 .sys-info__link {
  display: block;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }

.sys-info.sys-info_ti4 .sys-info__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sys-info.sys-info_ti4 .sys-info__list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti4 .sys-info__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col3 > * {
          width: calc((100% - 30px * 2) / 3); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col3 > * {
            width: calc((100% - 30px * 2) / 3 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 90px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col3 > * {
          width: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > *:nth-last-child(n + 2) {
            margin-bottom: 60px; }
          .sys-info.sys-info_ti4 .sys-info__list_col3 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti4 .sys-info__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-info.sys-info_ti4 .sys-info__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col4 > * {
          width: calc((100% - 30px * 3) / 4); }
          .ie11 .sys-info.sys-info_ti4 .sys-info__list_col4 > * {
            width: calc((100% - 30px * 3) / 4 - 0.1px); }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 30px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 90px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info.sys-info_ti4 .sys-info__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info.sys-info_ti4 .sys-info__list_col4 > * {
          width: 100%; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > *:nth-last-child(n + 2) {
            margin-bottom: 60px; }
          .sys-info.sys-info_ti4 .sys-info__list_col4 > * img {
            width: 100%; } }
  .sys-info.sys-info_ti4 .sys-info__list.slick-slider {
    display: block; }
    .sys-info.sys-info_ti4 .sys-info__list.slick-slider > * {
      width: auto; }

.sys-info.sys-info_ti4 .sys-info__item {
  position: relative; }
  .sys-info.sys-info_ti4 .sys-info__item:hover .sys-info__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.sys-info.sys-info_ti4 .sys-info__fig {
  background: #f0f0f0;
  position: relative;
  padding-top: 75%;
  overflow: hidden; }
  .sys-info.sys-info_ti4 .sys-info__fig_16by9 {
    padding-top: 56.25%; }
  .sys-info.sys-info_ti4 .sys-info__fig_12by5 {
    padding-top: 41.6%; }
  .sys-info.sys-info_ti4 .sys-info__fig_8by5 {
    padding-top: 62.5%; }
  .sys-info.sys-info_ti4 .sys-info__fig_4by3 {
    padding-top: 75%; }
  .sys-info.sys-info_ti4 .sys-info__fig_3by2 {
    padding-top: 66.6%; }
  .sys-info.sys-info_ti4 .sys-info__fig_1by1 {
    padding-top: 100%; }

.sys-info.sys-info_ti4 .sys-info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

.sys-info.sys-info_ti4 .sys-info__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #2ca041; }
  .sys-info.sys-info_ti4 .sys-info__label::before {
    content: "";
    display: block;
    padding-bottom: 100%; }

.sys-info.sys-info_ti4 .sys-info__date {
  line-height: 1;
  font-size: 1.4rem; }

.sys-info.sys-info_ti4 .sys-info__title {
  font-weight: bold;
  line-height: 1.3; }

.sys-info.sys-info_ti4 .sys-info__text {
  font-size: 1.4rem; }

.sys-info.sys-info_ti4 .sys-info__more {
  text-align: right; }

.sys-info.sys-info_ti4 .sys-info__link {
  display: block;
  opacity: 1;
  text-decoration: none;
  color: currentColor; }

.sys-info__detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em; }

.sys-info__detail-date {
  margin-right: 1em; }

.sys-info__detail-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
  font-size: 2rem; }

.sys-info__detail-title {
  font-size: 2.4rem;
  margin: 10px 0 1em;
  border-bottom: 2px solid #000; }

.sys-info__detail-cms .sys-info__detail-sbj:not(:first-child) {
  margin-top: 80px; }

.sys-info__detail-cms .sys-info__detail-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 769px) {
    .sys-info__detail-cms .sys-info__detail-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info__detail-cms .sys-info__detail-box > * {
        width: calc((100% - 20px * 1) / 2); }
        .sys-info__detail-cms .sys-info__detail-box > * img {
          width: 100%; } }
  @media (max-width: 768.98px) {
    .sys-info__detail-cms .sys-info__detail-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .sys-info__detail-cms .sys-info__detail-box > * {
        width: 100%; }
        .sys-info__detail-cms .sys-info__detail-box > *:nth-last-child(n + 2) {
          margin-bottom: 20px; }
        .sys-info__detail-cms .sys-info__detail-box > * img {
          width: 100%; } }
  @media (min-width: 769px) {
    .sys-info__detail-cms .sys-info__detail-box > *:first-child {
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%; }
    .sys-info__detail-cms .sys-info__detail-box > *:last-child {
      width: 400px;
      margin-left: 30px;
      margin-bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .sys-info__detail-cms .sys-info__detail-box_half > *:last-child {
      width: calc(50% - 30px);
      margin-left: 60px; }
    .sys-info__detail-cms .sys-info__detail-box_reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .sys-info__detail-cms .sys-info__detail-box_reverse > *:last-child {
        margin-left: 0;
        margin-right: 30px; } }
  @media (max-width: 768.98px) {
    .sys-info__detail-cms .sys-info__detail-box_reverse-sp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .sys-info__detail-cms .sys-info__detail-box_reverse-sp > *:last-child {
        margin-left: 0;
        margin-right: 30px; } }

.sys-info__detail-cms .sys-info__detail-line {
  margin-bottom: 40px; }
  .sys-info__detail-cms .sys-info__detail-line_text {
    line-height: 2; }
  .sys-info__detail-cms .sys-info__detail-line_pict_col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col1 > * img {
            width: 100%; } }
  .sys-info__detail-cms .sys-info__detail-line_pict_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * {
          width: calc((100% - 40px * 1) / 2); }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > *:nth-last-child(n + 3) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col2 > * img {
            width: 100%; } }
  .sys-info__detail-cms .sys-info__detail-line_pict_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * {
          width: calc((100% - 40px * 2) / 3); }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-info__detail-cms .sys-info__detail-line_pict_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * {
          width: 100%; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > *:nth-last-child(n + 2) {
            margin-bottom: 20px; }
          .sys-info__detail-cms .sys-info__detail-line_pict_col3 > * img {
            width: 100%; } }
  .sys-info__detail-cms .sys-info__detail-line_file a {
    text-decoration: underline; }
    .sys-info__detail-cms .sys-info__detail-line_file a:hover {
      opacity: 1;
      text-decoration: none;
      color: currentColor; }

.sys-form_type_bdr .sys-form__dlist {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3; }

.sys-form_type_bdr .sys-form__dhead {
  padding: 10px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: #f0f0f0; }

.sys-form_type_bdr .sys-form__dbody {
  padding: 10px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }

.sys-form_type_list .sys-form__dbox {
  padding: 1em 0; }

.sys-form__ess {
  font-size: smaller;
  color: #e12f3b; }
  .sys-form_type_ess_reserse .sys-form__ess {
    color: #fff;
    background: #e12f3b;
    padding: 0.1em 0.3em; }

.sys-form__progress {
  margin: 30px 0;
  text-align: center; }
  .sys-form__progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .sys-form__progress-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-form__progress-list > * {
          width: calc((100% - 30px * 2) / 3); }
          .sys-form__progress-list > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-form__progress-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-form__progress-list > * {
          width: calc((100% - 30px * 2) / 3); }
          .sys-form__progress-list > * img {
            width: 100%; } }
  .sys-form__progress-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #0B7E3D;
    padding: 1em 0 !important;
    position: relative; }
    .sys-form__progress-item:not(:last-child)::after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 14px;
      border-color: transparent transparent transparent #0B7E3D;
      position: absolute;
      left: 100%;
      right: auto;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: 10px; }
    .sys-form__progress-item_active {
      color: #fff;
      background: #0B7E3D; }

.sys-form__lead {
  margin: 30px 0; }
  .sys-form__lead_box {
    padding: 30px;
    background: #f0f0f0; }

.sys-form__dlist {
  margin-bottom: 2em; }

.sys-form__dbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sys-form__dhead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal; }
  .form_type_input .sys-form__dhead {
    padding-top: 0.5em; }
  .form_type_confirm .sys-form__dhead::before {
    content: "■"; }

.sys-form__dbody {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

.sys-form__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sys-form__column2 > * {
    width: calc(50% - 1em) !important;
    margin: 0 1em; }
    .sys-form__column2 > *:first-child {
      margin-left: 0; }
    .sys-form__column2 > *:last-child {
      margin-right: 0; }

.sys-form__column-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-bottom: 0;
  margin-right: 1em; }

.sys-form__consent {
  margin: 2em 0;
  text-align: center; }
  .sys-form__consent .sys-form__consent-box {
    display: inline-block;
    position: relative;
    z-index: 1; }
    .sys-form__consent .sys-form__consent-box label {
      display: inline-block;
      padding: 1em;
      padding-left: 70px;
      border: 2px dashed #ccc;
      border-radius: 20px;
      text-align: left;
      cursor: pointer; }
    .sys-form__consent .sys-form__consent-box::after {
      pointer-events: none;
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      border: 1px solid #aaa;
      width: 30px;
      height: 30px;
      top: 50%;
      left: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .sys-form__consent .sys-form__consent-box::before {
      pointer-events: none;
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: calc(50% - 20px);
      left: 20px;
      width: 40px;
      height: 20px;
      border-top: 4px solid #eee;
      border-right: 4px solid #eee;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

.sys-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sys-form input[type="text"],
.sys-form textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  border-radius: 5px; }
  .sys-form input[type="text"][readonly],
  .sys-form textarea[readonly] {
    background: #f0f0f0;
    outline: none; }

.sys-form input[type="text"],
.sys-form select {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px; }
  .sys-form input[type="text"][readonly],
  .sys-form select[readonly] {
    background: #eee;
    outline: none; }

.sys-form input[type="checkbox"] {
  display: none; }
  .sys-form input[type="checkbox"]:checked ~ .sys-form__consent-box label {
    background: rgba(0, 0, 0, 0.1); }
  .sys-form input[type="checkbox"]:checked ~ .sys-form__consent-box::after {
    border-color: #ccc; }
  .sys-form input[type="checkbox"]:checked ~ .sys-form__consent-box::before {
    z-index: 3;
    border-color: #000; }

.sys-form input[type="radio"] {
  display: none; }
  .sys-form input[type="radio"]:checked ~ .sys-form__radio::after {
    width: 0.7em;
    height: 0.7em;
    background: #e5f8f4;
    left: 0.35em;
    border: none; }
  .sys-form input[type="radio"]:disabled ~ .sys-form__radio::before {
    background: #f0f0f0; }
  .sys-form input[type="radio"] ~ .sys-form__radio {
    position: relative;
    padding-left: 1.7em; }
    .sys-form input[type="radio"] ~ .sys-form__radio::before, .sys-form input[type="radio"] ~ .sys-form__radio::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 1.4em;
      height: 1.4em;
      border: 1px solid #e3e3e3;
      border-radius: 50%; }

.sys-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 320px;
  margin: 1em;
  padding: 1em;
  color: #fff !important;
  background: #e5f8f4;
  border: none; }
  .sys-form__btn:first-child {
    margin-left: 0; }
  .sys-form__btn:last-child {
    margin-right: 0; }
  .sys-form__btn:hover {
    text-decoration: none; }
  .sys-form__btn_return {
    color: #000;
    background: #999999; }
  .sys-form__btn_post {
    width: auto;
    height: auto;
    margin: 0; }
  .sys-form__btn:disabled {
    background: rgba(0, 0, 0, 0.3);
    cursor: not-allowed; }

@media (max-width: 768.98px) {
  .sys-form__progress {
    font-size: 1.3rem; }
  .sys-form__dbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sys-form__dhead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .sys-form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sys-form__btn {
    margin: 1em; } }

.sys-img.sys-img_type_thumbnail .sys-img__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px; }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col_auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sys-img.sys-img_type_thumbnail .sys-img__list_col_auto > *:not(:last-child) {
      margin-right: 10px; }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
          width: calc((100% - 10px * 2) / 3); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
            width: calc((100% - 10px * 2) / 3 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
          width: calc((100% - 10px * 2) / 3); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * {
            width: calc((100% - 10px * 2) / 3 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:not(:nth-child(3n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > *:nth-last-child(n + 4) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col3 > * img {
            width: 100%; } }
  .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 769px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
          width: calc((100% - 10px * 3) / 4); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
            width: calc((100% - 10px * 3) / 4 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * img {
            width: 100%; } }
    @media (max-width: 768.98px) {
      .sys-img.sys-img_type_thumbnail .sys-img__list_col4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
          width: calc((100% - 10px * 3) / 4); }
          .ie11 .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * {
            width: calc((100% - 10px * 3) / 4 - 0.1px); }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:not(:nth-child(4n)) {
            margin-right: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > *:nth-last-child(n + 5) {
            margin-bottom: 10px; }
          .sys-img.sys-img_type_thumbnail .sys-img__list_col4 > * img {
            width: 100%; } }

.sys-img.sys-img_type_thumbnail .sys-img__link {
  display: block; }

.sys-img.sys-img_type_thumbnail .sys-img__pict {
  width: 100%; }

.sys-select.sys-select_type1 .sys-select__dlist {
  position: relative;
  z-index: 5;
  background: #fff; }

.sys-select.sys-select_type1 .sys-select__box {
  position: relative;
  z-index: 1; }

.sys-select.sys-select_type1 .sys-select__head {
  position: relative; }
  .sys-select.sys-select_type1 .sys-select__head::after {
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: fontawesome;
    content: "\f107";
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    color: #000;
    background: transparent; }

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

.sys-select__head {
  border: 1px solid #e3e3e3;
  font-weight: normal; }

.sys-select__body {
  border: 1px solid #e3e3e3;
  border-top: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff; }

.sys-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sys-select__link, .sys-select__toggle {
  display: block;
  padding: 0.2em 40px 0.2em 0.5em;
  color: #000; }
  .sys-select__link:hover, .sys-select__toggle:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor;
    background: rgba(44, 160, 65, 0.1); }

@media (max-width: 768.98px) {
  .table-responsive table, .js-responsive table {
    min-width: 800px; }
  .table-responsive__inner {
    min-width: 800px; } }

@media (max-width: 768.98px) {
  .js-responsive__inner {
    min-width: 800px; } }

.table.table_w10p tr > th:nth-child(1) {
  width: 10%; }

.table.table_w20p tr > th:nth-child(1) {
  width: 20%; }

.table.table_col_3, .table.table_col_4 {
  table-layout: fixed; }
  .table.table_col_3 th, .table.table_col_4 th,
  .table.table_col_3 td,
  .table.table_col_4 td {
    white-space: normal !important; }
  .table.table_col_3 colgroup col, .table.table_col_4 colgroup col {
    width: calc(100% / 3); }

.table.table_col_4 colgroup col {
  width: calc(100% / 4); }

.table.table_stripe tr:nth-child(odd) {
  background: #0B7E3D; }
  .table.table_stripe tr:nth-child(odd) th,
  .table.table_stripe tr:nth-child(odd) td {
    background: #0B7E3D; }

.table.table_stripe tr:nth-child(even) {
  background: #fff; }
  .table.table_stripe tr:nth-child(even) th,
  .table.table_stripe tr:nth-child(even) td {
    background: #fff; }

.table.table_noborder {
  border: none !important; }
  .table.table_noborder thead,
  .table.table_noborder tbody,
  .table.table_noborder tr,
  .table.table_noborder th,
  .table.table_noborder td {
    border: none !important; }

@media (max-width: 768.98px) {
  .table.table_type_sp td {
    display: block; }
    .table.table_type_sp td:nth-child(1), .table.table_type_sp td:nth-child(2) {
      border-bottom: 1px solid #d7d7d7 !important; } }

.table.table_sticky_yoko tbody tr > *:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0; }

.table.table_sticky_tate thead tr > * {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.table .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0; }

.table.tbl__style_3_nowrap td,
.table.tbl__style_3_nowrap th {
  white-space: nowrap; }

.table.tbl__style_3 td,
.table.tbl__style_3 th {
  font-weight: normal;
  border: 0; }

.table.tbl__style_3 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #2ca041;
  color: #fff; }

.table.tbl__style_3 thead tr th:first-child {
  border-left: 1px #aaa solid; }

.table.tbl__style_3 thead tr th:last-child {
  border-right: 1px #aaa solid; }

.table.tbl__style_3 tbody {
  border-top: 1px #aaa solid; }
  .table.tbl__style_3 tbody::before {
    display: none; }
  .table.tbl__style_3 tbody tr td {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px #aaa solid;
    border-left: 1px #aaa solid; }
  .table.tbl__style_3 tbody tr th {
    background-color: #fff;
    color: #2ca041;
    font-weight: bold;
    border: 0;
    border-bottom: 1px #aaa solid;
    border-left: 1px #aaa solid;
    text-align: center; }
  .table.tbl__style_3 tbody tr .thead_th {
    color: #2ca041;
    font-weight: bold;
    background-color: #fff;
    border-left: 1px #aaa solid; }
  .table.tbl__style_3 tbody tr:last-child .thead_th {
    border-bottom-color: #aaa; }
  .table.tbl__style_3 tbody tr td:last-child {
    border-right: 1px #aaa solid; }
  .table.tbl__style_3 tbody tr.gray td {
    background: #f0f0f0; }
  .table.tbl__style_3 tbody tr.sub1 td {
    background: #0B7E3D; }

@media (max-width: 768.98px) {
  .table.tbl__style_3.table__break_sm {
    border: 1px #aaa solid; }
    .table.tbl__style_3.table__break_sm tbody tr td,
    .table.tbl__style_3.table__break_sm tbody tr th,
    .table.tbl__style_3.table__break_sm thead tr td,
    .table.tbl__style_3.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.ptab .nav-link {
  text-decoration: none; }

.ptab.ptab_t1 .ptab-head {
  border-bottom: 1px solid #0B7E3D; }

.ptab.ptab_t1 .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ptab.ptab_t1 .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 0; }
    .ptab.ptab_t1 .nav-item_half {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px); }
  .ptab.ptab_t1 .nav-link {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 0;
    border: 1px solid #0B7E3D;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 769px) {
      .ptab.ptab_t1 .nav-link {
        border-bottom: none; } }
    .ptab.ptab_t1 .nav-link.active {
      pointer-events: none;
      background: #0B7E3D; }
    .ptab.ptab_t1 .nav-link:not(.active) {
      background: transparent;
      border: 1px solid #0B7E3D;
      color: currentColor; }
      @media (min-width: 769px) {
        .ptab.ptab_t1 .nav-link:not(.active) {
          border-bottom: none; } }
    .ptab.ptab_t1 .nav-link:hover {
      opacity: 1;
      color: #fff;
      background: #0B7E3D; }
  @media (max-width: 768.98px) {
    .ptab.ptab_t1 .nav {
      margin-bottom: 0; }
      .ptab.ptab_t1 .nav-item {
        padding: 0 5px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 4px; }
        .ptab.ptab_t1 .nav-item_half {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          -ms-flex-preferred-size: calc(50% - 10px);
              flex-basis: calc(50% - 10px); }
        .ptab.ptab_t1 .nav-item:nth-child(2n):last-child, .ptab.ptab_t1 .nav-item:nth-child(2n+1):last-child, .ptab.ptab_t1 .nav-item:nth-child(2n+1):nth-last-child(2) {
          margin-bottom: 0; }
          .ptab.ptab_t1 .nav-item:nth-child(2n):last-child .nav-link, .ptab.ptab_t1 .nav-item:nth-child(2n+1):last-child .nav-link, .ptab.ptab_t1 .nav-item:nth-child(2n+1):nth-last-child(2) .nav-link {
            border-bottom: none; } }
  @media (min-width: 769px) {
    .ptab.ptab_t1 .nav-item:not(:last-child) .nav-link {
      border-right: none; } }
  @media (max-width: 768.98px) {
    .ptab.ptab_t1 .nav-item:nth-child(odd):not(:last-child) .nav-link {
      border-right: none; } }

.ptab.ptab_t1 .tab-pane {
  margin-top: 40px; }

.ptab.ptab_t2 .tab-content {
  padding: 20px 0; }

.ptab.ptab_t2 .nav {
  background: #f0f0f0;
  font-weight: bold;
  padding: 0 30px; }
  .ptab.ptab_t2 .nav_top {
    border-top: 1px solid #e3e3e3; }
    .ptab.ptab_t2 .nav_top .nav-link {
      padding-bottom: 1.5em;
      position: relative;
      z-index: 1;
      border-top: 3px solid transparent; }
      .ptab.ptab_t2 .nav_top .nav-link::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f078";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .ptab.ptab_t2 .nav_top .nav-link::before {
          display: inline-block !important;
          text-decoration: none; }
      .ptab.ptab_t2 .nav_top .nav-link.active {
        border-top-color: #2ca041; }
      .ptab.ptab_t2 .nav_top .nav-link:hover {
        border-top-color: rgba(44, 160, 65, 0.5);
        opacity: 1; }
  .ptab.ptab_t2 .nav_bottom {
    border-bottom: 1px solid #e3e3e3; }
    .ptab.ptab_t2 .nav_bottom .nav-link {
      padding-top: 1.5em;
      position: relative;
      z-index: 1;
      border-bottom: 3px solid transparent; }
      .ptab.ptab_t2 .nav_bottom .nav-link::before {
        color: currentColor;
        font-family: fontawesome;
        content: "\f077";
        display: inline-block;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .ptab.ptab_t2 .nav_bottom .nav-link::before {
          display: inline-block !important;
          text-decoration: none; }
      .ptab.ptab_t2 .nav_bottom .nav-link.active {
        border-bottom-color: #2ca041; }
      .ptab.ptab_t2 .nav_bottom .nav-link:hover {
        border-bottom-color: rgba(44, 160, 65, 0.5);
        opacity: 1; }
  .ptab.ptab_t2 .nav-item:not(:last-child) {
    margin-right: 30px; }
  .ptab.ptab_t2 .nav-link {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    color: currentColor;
    border-radius: 0; }
    .ptab.ptab_t2 .nav-link.active {
      background: transparent; }

.ptab.ptab_t3 .nav {
  font-weight: bold; }
  .ptab.ptab_t3 .nav-item {
    margin-bottom: 20px; }
    .ptab.ptab_t3 .nav-item:not(:last-child) {
      margin-right: 10px; }
  .ptab.ptab_t3 .nav-link {
    color: #999999;
    background: #2ca041;
    border-radius: 14px;
    padding: 1em 1.3em;
    line-height: 1; }
    .ptab.ptab_t3 .nav-link.active {
      color: #fff; }

.ptab.ptab_t3_white .nav-link {
  color: #e3e3e3;
  background: #fff; }
  .ptab.ptab_t3_white .nav-link.active {
    color: #000; }

.ptab.ptab_t3_gray .nav-link {
  color: #e3e3e3;
  background: #999999; }
  .ptab.ptab_t3_gray .nav-link.active {
    color: #fff; }

.pcollapse__toggle {
  display: block;
  color: currentColor;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5em 15px;
  position: relative;
  z-index: 1; }
  .pcollapse__toggle::after {
    color: currentColor;
    font-family: fontawesome;
    content: "＋";
    font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .ie11 .pcollapse__toggle::after {
      display: inline-block !important;
      text-decoration: none; }
  .pcollapse__toggle[aria-expanded="true"] {
    position: relative;
    z-index: 1; }
    .pcollapse__toggle[aria-expanded="true"]::after {
      color: currentColor;
      font-family: fontawesome;
      content: "ー";
      font-family: YakuHanJP, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .ie11 .pcollapse__toggle[aria-expanded="true"]::after {
        display: inline-block !important;
        text-decoration: none; }
  .pcollapse__toggle:hover {
    opacity: 1;
    text-decoration: none;
    color: currentColor; }

.pcollapse__body {
  margin-bottom: 0; }

.pcollapse__content {
  padding: 0.5em 0; }

.pcollapse.pcollapse_t1 .pcollapse__box {
  margin-bottom: 1em; }

.pcollapse.pcollapse_t1 .pcollapse__head {
  text-align: center;
  background-image: url(../img/img_bg-menu_business@2x.jpg);
  background-size: cover;
  padding-bottom: 100%;
  position: relative; }

.pcollapse.pcollapse_t1 .pcollapse__toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pcollapse.pcollapse_t1 .pcollapse__toggle::after {
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
    color: #fff;
    background: #2ca041;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .pcollapse.pcollapse_t1 .pcollapse__toggle-inner {
    padding: 10px; }

.pcollapse.pcollapse_t2 .pcollapse__head {
  color: #fff;
  background: #2ca041;
  margin-bottom: 10px; }

.pcollapse.pcollapse_t3 .pcollapse__toggle {
  padding-left: 0;
  padding-right: 0; }
  .pcollapse.pcollapse_t3 .pcollapse__toggle::after {
    width: 22px;
    height: 22px;
    color: #fff;
    background: #2ca041;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.pcollapse.pcollapse_t3 .pcollapse__content {
  padding-left: 0;
  padding-right: 0; }

.pcollapse.pcollapse_t3 .pcollapse__head {
  font-size: 1.8rem;
  border-bottom: 2px solid #000; }

.pfig {
  line-height: 1.3;
  margin-bottom: 0.5em; }
  .pfig_position_over, .pfig_position_bottom, .pfig_position_top, .pfig_position_left, .pfig_position_right, .pfig_position_overlay {
    position: relative; }
    .pfig_position_over .pfig__cap, .pfig_position_bottom .pfig__cap, .pfig_position_top .pfig__cap, .pfig_position_left .pfig__cap, .pfig_position_right .pfig__cap, .pfig_position_overlay .pfig__cap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.5em;
      color: #fff;
      background: rgba(44, 160, 65, 0.8); }
      @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
        .pfig_position_over .pfig__cap, .pfig_position_bottom .pfig__cap, .pfig_position_top .pfig__cap, .pfig_position_left .pfig__cap, .pfig_position_right .pfig__cap, .pfig_position_overlay .pfig__cap {
          -webkit-backdrop-filter: blur(1px);
                  backdrop-filter: blur(1px);
          backdrop-filter: blur(1px); } }
  .pfig_position_bottom .pfig__cap {
    top: auto; }
  .pfig_position_top .pfig__cap {
    bottom: auto; }
  .pfig_position_left .pfig__cap {
    right: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left; }
  .pfig_position_right .pfig__cap {
    left: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left; }
  .pfig_position_overlay {
    overflow: hidden; }
    .pfig_position_overlay .pfig__img {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .pfig_position_overlay:hover .pfig__img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .pfig_position_overlay .pfig__cap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .pfig_clr_black .pfig__cap {
    color: #000; }
  .pfig_clr_white .pfig__cap {
    color: #fff; }
  .pfig_bg_black .pfig__cap {
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
  .pfig_bg_white .pfig__cap {
    color: #000;
    background: rgba(255, 255, 255, 0.8); }
  .pfig_text_left .pfig__cap {
    text-align: left; }
  .pfig_text_center .pfig__cap {
    text-align: center; }
  .pfig_text_right .pfig__cap {
    text-align: right; }
  .pfig_text_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .pfig_text_top .pfig__cap {
      padding: 0 0 0.5em; }
  .row .pfig__img {
    width: 100%; }
  .pfig__cap {
    position: relative;
    font-size: inherit;
    display: block;
    padding: 0.5em 0 0; }
    .plink.plink_type_arrow_rr .pfig:not(.pfig_position_left):not(.pfig_position_right) .pfig__cap {
      padding-right: 30px; }
      .plink.plink_type_arrow_rr .pfig:not(.pfig_position_left):not(.pfig_position_right) .pfig__cap::after {
        color: currentColor;
        font-family: fontawesome;
        content: "\f105";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .ie11 .plink.plink_type_arrow_rr .pfig:not(.pfig_position_left):not(.pfig_position_right) .pfig__cap::after {
          display: inline-block !important;
          text-decoration: none; }
  .plink.plink_type_block {
    text-decoration: none; }

.slick-slider {
  margin-left: -20px;
  margin-right: -20px; }
  .slick-slider .slick-arrow {
    z-index: 1; }
    .slick-slider .slick-arrow.slick-prev {
      left: 0px; }
      .slick-slider .slick-arrow.slick-prev::before {
        content: "\f104"; }
    .slick-slider .slick-arrow.slick-next {
      right: 0px; }
      .slick-slider .slick-arrow.slick-next::before {
        content: "\f105"; }
    .slick-slider .slick-arrow::before {
      font-family: "FontAwesome";
      font-size: 2rem;
      display: inline-block;
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.5em;
      margin-left: -0.5em;
      line-height: 1; }
  .slick-slider > .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0 !important; }
    .slick-slider > .slick-list > .slick-track > .slick-slide {
      border: none;
      margin-left: 0px;
      margin-right: 0px; }
  .slick-slider.slick-gutter-20 > .slick-list > .slick-track > .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }
  .slick-slider.slick-margin-arrow > .slick-list {
    margin-left: 50px;
    margin-right: 50px; }
  @media (max-width: 768.98px) {
    .slick-slider.slick-sp-noarrow > .slick-arrow {
      display: none !important; }
    .slick-slider.slick-sp-gutter-20 > .slick-list > .slick-track > .slick-slide {
      margin-left: 10px !important;
      margin-right: 10px !important; }
    .slick-slider.slick-sp-gutter-40 > .slick-list > .slick-track > .slick-slide {
      margin-left: 20px !important;
      margin-right: 20px !important; }
    .slick-slider.slick-sp-gutter-60 > .slick-list > .slick-track > .slick-slide {
      margin-left: 30px !important;
      margin-right: 30px !important; }
    .slick-slider.slick-sp-margin-arrow > .slick-list {
      margin-left: 50px !important;
      margin-right: 50px !important; } }
  @media (min-width: 769px) {
    .slick-slider.slick-pc-noarrow > .slick-arrow {
      display: none !important; }
    .slick-slider.slick-pc-gutter-20 > .slick-list > .slick-track > .slick-slide {
      margin-left: 10px !important;
      margin-right: 10px !important; }
    .slick-slider.slick-pc-gutter-40 > .slick-list > .slick-track > .slick-slide {
      margin-left: 20px !important;
      margin-right: 20px !important; }
    .slick-slider.slick-pc-gutter-60 > .slick-list > .slick-track > .slick-slide {
      margin-left: 30px !important;
      margin-right: 30px !important; }
    .slick-slider.slick-pc-margin-arrow > .slick-list {
      margin-left: 50px !important;
      margin-right: 50px !important; } }
  .slick-slider.slick-type-arrow > .slick-arrow {
    width: 0px;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .slick-slider.slick-type-arrow > .slick-arrow::before {
      font-size: 2rem;
      color: #0B7E3D; }
    .slick-slider.slick-type-arrow > .slick-arrow:hover {
      background: rgba(227, 227, 227, 0.3); }
  .slick-slider.slick-type-arrow-box > .slick-arrow {
    font-size: 3rem;
    width: 50px !important;
    height: 50px !important;
    background: #0B7E3D;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
    .slick-slider.slick-type-arrow-box > .slick-arrow::before {
      color: #fff; }
  .slick-slider.slick-type-fade > .slick-list {
    margin-left: 0;
    margin-right: 0; }
    .slick-slider.slick-type-fade > .slick-list > .slick-track > .slick-slide {
      margin-left: 0;
      margin-right: 0; }
  @media (max-width: 768.98px) {
    .slick-slider.slick-type-sp-arrow > .slick-arrow {
      width: 0px;
      height: 100%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .slick-slider.slick-type-sp-arrow > .slick-arrow::before {
        font-size: 2rem;
        color: #0B7E3D; }
      .slick-slider.slick-type-sp-arrow > .slick-arrow:hover {
        background: rgba(227, 227, 227, 0.3); }
    .slick-slider.slick-type-sp-arrow-box > .slick-arrow {
      font-size: 3rem;
      width: 50px !important;
      height: 50px !important;
      background: #0B7E3D;
      -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
      .slick-slider.slick-type-sp-arrow-box > .slick-arrow::before {
        color: #fff; }
    .slick-slider.slick-type-sp-fade > .slick-list {
      margin-left: 0;
      margin-right: 0; }
      .slick-slider.slick-type-sp-fade > .slick-list > .slick-track > .slick-slide {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 769px) {
    .slick-slider.slick-type-pc-arrow > .slick-arrow {
      width: 0px;
      height: 100%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .slick-slider.slick-type-pc-arrow > .slick-arrow::before {
        font-size: 2rem;
        color: #0B7E3D; }
      .slick-slider.slick-type-pc-arrow > .slick-arrow:hover {
        background: rgba(227, 227, 227, 0.3); }
    .slick-slider.slick-type-pc-arrow-box > .slick-arrow {
      font-size: 3rem;
      width: 50px !important;
      height: 50px !important;
      background: #0B7E3D;
      -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
      .slick-slider.slick-type-pc-arrow-box > .slick-arrow::before {
        color: #fff; }
    .slick-slider.slick-type-pc-fade > .slick-list {
      margin-left: 0;
      margin-right: 0; }
      .slick-slider.slick-type-pc-fade > .slick-list > .slick-track > .slick-slide {
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 768.98px) {
    .slick-slider.slick-type-sunstory > .slick-arrow {
      margin: 0;
      -webkit-transform: none;
              transform: none; }
      .slick-slider.slick-type-sunstory > .slick-arrow.slick-next {
        top: 3px;
        right: 0; }
      .slick-slider.slick-type-sunstory > .slick-arrow.slick-prev {
        top: 3px;
        left: auto;
        right: 100px; }
    .slick-slider.slick-type-sunstory > .slick-counter {
      position: absolute;
      top: 0;
      right: 30px;
      font-family: "Quicksand", sans-serif;
      font-weight: 400; } }
  @media (min-width: 769px) {
    .slick-slider.slick-type-sunstory > .slick-counter {
      display: none; }
    .slick-slider.slick-type-sunstory .slick-slide {
      -webkit-transition: 1s;
      transition: 1s;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom; }
      .slick-slider.slick-type-sunstory .slick-slide.slick-center {
        -webkit-transform: scale(1);
                transform: scale(1); } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  margin: 30px 0;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li {
    height: 10px;
    width: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer; }
    .slick-dots li button {
      height: 100%;
      width: 100%;
      padding: 0; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 0.75; }
      .slick-dots li button:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #e3e3e3;
        border-radius: 50%;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background: #e5f8f4;
      opacity: 1; }

.parts .opa {
  opacity: 0.3; }

.parts__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .parts__nav li {
    list-style-position: inside;
    padding-right: 1em; }

.parts__box {
  margin-top: 50px;
  border-top: 5px solid #ee2a7b;
  padding-top: 10px; }

.parts__block {
  border: 1px solid #ee2a7b;
  padding: 10px; }
  .parts__block + .parts__block {
    margin-top: 10px; }
  .parts__block.active {
    border-left-width: 5px; }

.parts__title {
  color: #ee2a7b; }
  .parts__title ~ .parts__title {
    margin-top: 10px; }

.parts__note {
  color: #298d79; }

@media (min-width: 769px) {
  .parts__code {
    border: 1px solid rgba(238, 42, 123, 0.2);
    padding: 20px; }
    .parts__code + .parts__code {
      margin-top: 10px; } }

@media (max-width: 768.98px) {
  .parts__code {
    border: 1px solid rgba(238, 42, 123, 0.2);
    padding: 10px; }
    .parts__code + .parts__code {
      margin-top: 10px; } }

.parts__textarea {
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  background: #ffc;
  word-break: break-all; }

.g-footer__ttl {
  margin-bottom: 0;
  color: #fff;
  padding: 12px 0;
  text-align: center; }
  @media (min-width: 769px) {
    .g-footer__ttl {
      font-size: 2rem; } }
  @media (max-width: 768.98px) {
    .g-footer__ttl {
      font-size: 1.6rem; } }
  @media (min-width: 769px) {
    .g-footer__ttl {
      text-align: left; } }

.g-footer__nav {
  padding: 20px 0;
  line-height: 1.3; }
  @media (min-width: 769px) {
    .g-footer__nav {
      font-size: 1.5rem; } }
  .g-footer__nav-blk-ttl {
    color: #2ca041;
    font-size: 1.8rem;
    border-bottom: 1px solid #2ca041;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 12px; }
    .g-footer__nav-blk-ttl-link {
      color: #2ca041;
      text-decoration: none; }
      .g-footer__nav-blk-ttl-link:hover {
        color: #2ca041;
        text-decoration: none; }
  .g-footer__nav_btm {
    padding: 20px 0; }
    .g-footer__nav_btm .plink {
      font-size: 1.4rem; }
      @media (max-width: 768.98px) {
        .g-footer__nav_btm .plink-list-inline__item {
          margin-bottom: 5px; } }
  .g-footer__nav-list .plist__link {
    padding-right: 2em !important; }

.g-footer .copy {
  color: #2ca041;
  font-size: 1.2rem;
  text-align: center; }
  @media (min-width: 769px) {
    .g-footer .copy {
      text-align: left; } }

.g-footer .pagetop a {
  display: block;
  text-align: center; }

.g-nav {
  background-color: #fff;
  padding: 0 !important;
  height: 60px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  position: relative;
  position: fixed;
  top: 0;
  left: 0; }
  @media (min-width: 769px) {
    .g-nav {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .g-nav {
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    .g-nav {
      height: 80px;
      min-width: 1200px; } }
  .g-nav__inner {
    padding: 15px; }
    @media (min-width: 1200px) {
      .g-nav__inner {
        padding: 0 15px;
        height: 100%; } }
  .g-nav__block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  @media (max-width: 1199.98px) {
    .g-nav__item {
      margin-bottom: 20px; } }
  .g-nav__link {
    display: block;
    color: #000;
    line-height: 1;
    padding: 0 !important;
    text-align: center; }
    .g-nav__link_no-icon::after {
      display: none !important; }
    .g-nav__link:hover {
      color: #000; }
    @media (max-width: 1199.98px) {
      .g-nav__link {
        font-weight: bold;
        border-bottom: 1px solid #000;
        margin-bottom: 5px; } }
  .g-nav__logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .g-nav__logo {
        padding-left: 64px !important;
        background-color: #fff; } }
  .g-nav__menu {
    height: 100%; }
    .g-nav__menu .g-nav__link {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1em 0 !important; }
      @media (min-width: 1200px) {
        .g-nav__menu .g-nav__link {
          padding: 0 1em !important;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    @media (max-width: 1199.98px) {
      .g-nav__menu_r {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .g-nav__menu_r {
        height: 100%; } }
    .g-nav__menu_r .g-nav__link {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px !important;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .g-nav__menu_r .g-nav__link {
          padding: 0 15px !important; } }
  .g-nav__item_en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .g-nav__item_en .g-nav__link {
      padding: 1em 0 !important;
      width: 100%; }
      @media (min-width: 1200px) {
        .g-nav__item_en .g-nav__link {
          height: 1em;
          border: none;
          padding: 0 1em !important;
          margin: 0 1em;
          border-left: 1px solid #000;
          border-right: 1px solid #000; } }
  .g-nav__item_contact .g-nav__link {
    background-color: #000;
    color: #fff;
    font-size: 1.2rem; }
  .g-nav__item_jre .g-nav__link {
    background-color: #0B7E3D; }
  .g-nav .navbar-collapse.show {
    position: fixed;
    z-index: 1030;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100%; }
  .g-nav .navbar-brand {
    max-width: 70%; }
    @media (min-width: 1200px) {
      .g-nav .navbar-brand {
        max-width: 100%; } }
    .g-nav .navbar-brand img {
      max-height: 40px; }
      @media (min-width: 1200px) {
        .g-nav .navbar-brand img {
          max-height: 80px; } }
  .g-nav__link-blk {
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    @media (min-width: 1200px) {
      .g-nav__link-blk {
        opacity: 0;
        width: 100%;
        position: absolute;
        z-index: -1;
        top: 100%;
        left: 0;
        right: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        pointer-events: none; }
        .g-nav__link-blk_active {
          opacity: 1;
          pointer-events: inherit;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
  .g-nav__box {
    width: 100%; }
    @media (min-width: 1200px) {
      .g-nav__box {
        padding: 2em 0;
        width: calc(1024px - 30px);
        margin: auto; } }
    .g-nav__box-list {
      list-style: none;
      padding-left: 0; }
    .g-nav__box-ttl {
      color: #2ca041;
      font-weight: bold;
      margin-bottom: 0; }
    .g-nav__box-c-list {
      line-height: 1.4; }
      .g-nav__box-c-list .plist__link {
        display: block !important; }
        .g-nav__box-c-list .plist__link::before {
          display: none;
          content: '' !important; }
      .g-nav__box-c-list-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: currentColor;
        font-size: 1.4rem;
        margin-bottom: 1em; }
        .g-nav__box-c-list-txt:hover {
          color: currentColor;
          text-decoration: none; }
        .g-nav__box-c-list-txt::before {
          color: currentColor;
          font-family: fontawesome;
          content: "\f105";
          text-decoration: none;
          margin-right: 0.5em;
          font-size: 1em;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .ie11 .g-nav__box-c-list-txt::before {
            display: inline-block !important;
            text-decoration: none; }
        .g-nav__box-c-list-txt_l {
          font-size: 1.6rem; }
      @media (max-width: 1199.98px) {
        .g-nav__box-c-list-txt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: currentColor; }
          .g-nav__box-c-list-txt:hover {
            color: currentColor;
            text-decoration: none; }
          .g-nav__box-c-list-txt::before {
            color: #2ca041;
            font-family: fontawesome;
            content: "\f105";
            text-decoration: none;
            margin-right: 0.5em;
            font-size: 1em;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
            .ie11 .g-nav__box-c-list-txt::before {
              display: inline-block !important;
              text-decoration: none; }
        .g-nav__box-c-list .plist__item {
          padding-left: 0; } }

.u-nav__menu {
  position: relative; }
  .u-nav__menu .plink_type_inline {
    font-size: 1.6rem; }
  @media (max-width: 768.98px) {
    .u-nav__menu {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }

.u-nav__item {
  position: relative; }
  @media (max-width: 768.98px) {
    .u-nav__item {
      width: 50%;
      padding: 0 0 !important;
      text-align: center;
      margin-bottom: 5px; }
      .u-nav__item:nth-child(odd) {
        border-right: 1px solid #666; }
      .u-nav__item:nth-child(even) {
        border-right: none !important; }
        .u-nav__item:nth-child(even) .u-nav__link-blk {
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          left: 0; } }
  @media (min-width: 769px) {
    .u-nav__item {
      padding: 0 2em !important; }
      .u-nav__item:not(:last-child) {
        border-right: 1px solid #666; } }

.u-nav__link-blk {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  min-width: 18.5em;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -15px;
  right: 0;
  padding: 0.5em 1em;
  background-color: #f0f0f0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }
  .u-nav__link-blk_active {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .u-nav__link-blk .plink_type {
    font-size: 1.5rem; }
  @media (min-width: 769px) {
    .u-nav__link-blk {
      width: auto;
      left: 0; } }

.g-nav__item_en {
  display: none !important; }

body {
  padding-top: 60px; }
  @media (min-width: 1200px) {
    body {
      padding-top: 80px; } }

.contents {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 96px; }
  @media (min-width: 769px) {
    .contents {
      padding-bottom: 120px; } }

.top-menu__link {
  position: relative;
  display: block;
  overflow: hidden; }
  .top-menu__link-img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .top-menu__link::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2ca041;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0; }
  .top-menu__link:hover {
    opacity: 1; }
    .top-menu__link:hover::after {
      opacity: 0.3;
      z-index: 1; }
    .top-menu__link:hover .top-menu__link-img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.top-menu__ttl-jp {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; }
  @media (min-width: 769px) {
    .top-menu__ttl-jp {
      font-size: 4rem; } }
  @media (max-width: 768.98px) {
    .top-menu__ttl-jp {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .top-menu__ttl-jp {
      font-size: 5.2rem; } }

.top-menu__ttl-en {
  position: absolute;
  color: #fff;
  top: 80%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 769px) {
    .top-menu__ttl-en {
      font-size: 2.6rem; } }
  @media (max-width: 768.98px) {
    .top-menu__ttl-en {
      font-size: 2rem; } }

.home__mv {
  position: relative;
  margin-bottom: 100px; }
  @media (min-width: 769px) {
    .home__mv {
      margin-bottom: 80px; } }
  @media (max-width: 768.98px) {
    .home__mv {
      margin-bottom: 50px; } }

.home .mv {
  position: relative; }
  .home .mv-slide {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: calc(100vh - 60px);
    max-height: 100vw;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .home .mv-slide {
        height: calc(100vh - 80px); } }
    .home .mv-slide__item {
      width: 100%;
      height: 100%; }
      @media (max-width: 768.98px) {
        .home .mv-slide__item {
          padding-bottom: 3.5em; } }
    .home .mv-slide__fig {
      position: relative;
      margin-bottom: 0;
      width: 100%;
      height: 100%; }
    .home .mv-slide__caption {
      background-color: #000;
      padding: 0.5em 1.5em 2em;
      color: #fff;
      z-index: 2; }
      @media (min-width: 769px) {
        .home .mv-slide__caption {
          font-size: 1.6rem; } }
      @media (max-width: 768.98px) {
        .home .mv-slide__caption {
          font-size: 1.2rem; } }
      @media (min-width: 769px) {
        .home .mv-slide__caption {
          position: absolute;
          bottom: 0;
          right: 5%;
          width: 20em;
          padding: 1em; } }
      @media (min-width: 1367px) {
        .home .mv-slide__caption {
          right: 7%; } }
      .home .mv-slide__caption-ttl {
        text-align: center; }
        @media (min-width: 769px) {
          .home .mv-slide__caption-ttl {
            font-size: 2.2rem; } }
        @media (max-width: 768.98px) {
          .home .mv-slide__caption-ttl {
            font-size: 1.6rem; } }
    .home .mv-slide__ttl {
      color: #fff;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 50%;
      right: 5%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 769px) {
        .home .mv-slide__ttl {
          width: 100%;
          height: auto;
          top: 50%; } }
      @media (min-width: 1367px) {
        .home .mv-slide__ttl {
          right: 7%; } }
      .home .mv-slide__ttl_left {
        width: auto;
        left: 5%;
        right: auto; }
    .home .mv-slide__lead {
      letter-spacing: 0.1em;
      line-height: 1.5;
      margin-bottom: 0.5em; }
      @media (min-width: 769px) {
        .home .mv-slide__lead {
          font-size: 5.5rem; } }
      @media (max-width: 768.98px) {
        .home .mv-slide__lead {
          font-size: 2.5rem; } }
      .home .mv-slide__lead_left {
        letter-spacing: 0.15em;
        line-height: 1.3; }
        @media (min-width: 769px) {
          .home .mv-slide__lead_left {
            font-size: 6rem; } }
        @media (max-width: 768.98px) {
          .home .mv-slide__lead_left {
            font-size: 2.6rem; } }
    .home .mv-slide__txt {
      line-height: 2;
      letter-spacing: 0.1em; }
      @media (min-width: 769px) {
        .home .mv-slide__txt {
          font-size: 1.8rem; } }
      @media (max-width: 768.98px) {
        .home .mv-slide__txt {
          font-size: 1.3rem; } }
    .home .mv-slide__img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .home .mv-slide .slick-list, .home .mv-slide .slick-track {
      width: 100%;
      height: 100%; }
    .home .mv-slide .slick-dots {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-right: 15%;
      width: 70%; }
      @media (max-width: 768.98px) {
        .home .mv-slide .slick-dots {
          margin: 10px auto; } }
      .home .mv-slide .slick-dots li {
        width: 10px;
        height: 10px; }
        @media (min-width: 769px) {
          .home .mv-slide .slick-dots li {
            width: 15px;
            height: 15px;
            margin: 0 2% 20px; } }
        .home .mv-slide .slick-dots li button:before {
          background-color: #fff;
          border-radius: 0; }
        .home .mv-slide .slick-dots li:nth-child(2) {
          position: relative; }
        .home .mv-slide .slick-dots li:nth-child(3) {
          position: absolute;
          z-index: 2;
          width: 0;
          height: 0; }
        .home .mv-slide .slick-dots li.slick-active, .home .mv-slide .slick-dots li.slick-dot-active {
          z-index: 3; }
          .home .mv-slide .slick-dots li.slick-active button:before, .home .mv-slide .slick-dots li.slick-dot-active button:before {
            background-color: #2ca041; }
  @media (min-width: 769px) {
    .home .mv-slide__img {
      width: 100%; } }

@media (min-width: 769px) {
  .home__sec {
    margin-bottom: 80px; } }

@media (max-width: 768.98px) {
  .home__sec {
    margin-bottom: 40px; } }

.home .works {
  margin: 50px 0 100px; }
  @media (min-width: 769px) {
    .home .works {
      margin: 20px 0 160px; } }
  .home .works__lead {
    color: #2ca041;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .home .works__lead {
        font-size: 1.8rem; } }
    @media (max-width: 768.98px) {
      .home .works__lead {
        font-size: 1.3rem; } }
  .home .works-item__link {
    display: block;
    color: #000;
    margin-bottom: 1.5em; }
    .home .works-item__link:hover {
      text-decoration: none; }
  .home .works-item__ttl {
    padding: 1.5em 0;
    text-align: center;
    position: relative;
    font-size: 2rem; }
  @media (min-width: 769px) {
    .home .works-item__txt {
      font-size: 1.6rem; } }
  @media (max-width: 768.98px) {
    .home .works-item__txt {
      font-size: 1.2rem; } }

.home .aboutus {
  background-image: url(../img/img_bg_about@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 50px 0; }
  @media (min-width: 769px) {
    .home .aboutus {
      margin: 60px 0 120px; } }
  .home .aboutus__ttl-blk {
    height: 100%;
    padding: 60px 0 0; }
    @media (min-width: 769px) {
      .home .aboutus__ttl-blk {
        padding: 60px 0 30px; } }
  .home .aboutus__cont {
    position: relative;
    height: 100%; }
    .home .aboutus__cont-inner {
      -webkit-transform: translateY(2em);
              transform: translateY(2em); }
      @media (min-width: 769px) {
        .home .aboutus__cont-inner {
          position: absolute;
          bottom: -40px;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }

.home .business {
  margin-bottom: 100px; }
  @media (min-width: 769px) {
    .home .business {
      margin-bottom: 200px; } }

.home .recruit {
  background: -webkit-gradient(linear, left top, right top, from(#2C8941), to(#1C6434));
  background: linear-gradient(90deg, #2C8941 0%, #1C6434 100%);
  color: #fff;
  position: relative;
  padding-bottom: 40px; }
  @media (min-width: 769px) {
    .home .recruit {
      margin-top: 100px;
      padding-bottom: 0;
      margin-bottom: 100px; } }
  @media (min-width: 769px) {
    .home .recruit__img-wrap {
      position: absolute;
      width: 38.5%;
      min-width: 500px;
      top: -56px; } }
  .home .recruit__ttl-blk {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 769px) {
      .home .recruit__ttl-blk {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  @media (min-width: 769px) {
    .home .recruit__cont {
      padding: 40px 0; } }

.products-bnr__item {
  position: relative; }

.products-bnr__info {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 769px) {
    .products-bnr__info {
      left: 1.5em; } }

.products-bnr__name {
  font-weight: normal;
  color: #2ca041;
  font-weight: 500;
  line-height: 1.5;
  height: 3em; }
  @media (min-width: 769px) {
    .products-bnr__name {
      font-size: 1.8rem; } }
  @media (max-width: 768.98px) {
    .products-bnr__name {
      font-size: 1.6rem; } }

body.detail.xxxx .xxxx__list {
  margin: 0;
  padding: 0;
  list-style: none; }

body.detail.xxxx .xxxx__link {
  display: block; }

body.message .ptitle__fig-img {
  margin-left: 6rem;
  width: 100%; }

body.company .mt-100.mb-100 img {
  margin-left: 5.5rem; }

body.company .gutters-y20 .col .plink.plink_type_box {
  font-size: 1.8rem; }

body.company .gutters-y20 .col .plink.plink_type_box {
  font-size: 1.8rem; }

body.company .plist.plist_type_column.plist.plist_type_column_w20p .plist__head {
  color: #000; }
  body.company .plist.plist_type_column.plist.plist_type_column_w20p .plist__head_sub {
    white-space: nowrap; }

body.company .plist.plist.plist_type_column_border {
  border-top: none; }

body.company .pbox_clr_main2 plist plist_type_column plist_type_column_w20p .plist__box {
  border-bottom: none; }

body.company .profile__president {
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }
  @media (min-width: 769px) {
    body.company .profile__president {
      margin-top: 250px;
      min-width: calc(1200px - 15px);
      width: calc(1200px + ((100vw - 1200px) / 2));
      margin-right: 0; } }
  @media (min-width: 1200px) {
    body.company .profile__president {
      margin-left: calc(15px + ((100vw - 1200px) / 2)); } }
  body.company .profile__president-link {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#2C8941), to(#1C6434));
    background: linear-gradient(90deg, #2C8941 0%, #1C6434 100%);
    color: #fff;
    padding: 0 0 20px;
    text-decoration: none; }
    @media (min-width: 769px) {
      body.company .profile__president-link {
        padding: 40px 0; } }
  body.company .profile__president-img {
    width: 90%;
    margin: auto;
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    max-width: 500px; }
    @media (min-width: 769px) {
      body.company .profile__president-img {
        position: absolute;
        bottom: 40px;
        left: 40px;
        width: 45%;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
  body.company .profile__president-ttl {
    margin-left: 5%;
    font-weight: normal;
    position: relative;
    padding-bottom: 60px; }
    @media (min-width: 769px) {
      body.company .profile__president-ttl {
        margin-left: 0;
        padding-bottom: 80px; } }
    body.company .profile__president-ttl-en {
      display: block; }
      @media (min-width: 769px) {
        body.company .profile__president-ttl-en {
          font-size: 6rem; } }
      @media (max-width: 768.98px) {
        body.company .profile__president-ttl-en {
          font-size: 4rem; } }
    body.company .profile__president-ttl-jp {
      display: block; }
      @media (min-width: 769px) {
        body.company .profile__president-ttl-jp {
          font-size: 2rem; } }
      @media (max-width: 768.98px) {
        body.company .profile__president-ttl-jp {
          font-size: 1.6rem; } }
    body.company .profile__president-ttl::after {
      position: absolute;
      bottom: 20px;
      left: 0;
      content: '';
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline stroke='%23fff' fill='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' points='0,6,20,6,16,3,20,6,16,9'/%3e%3c/svg%3e");
      width: 38px;
      height: 24px;
      background-repeat: no-repeat; }

body.company .profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768.98px) {
    body.company .profile__row {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  body.company .profile__row-head {
    margin-right: 1em;
    min-width: 20%; }
    @media (max-width: 768.98px) {
      body.company .profile__row-head {
        margin-right: 0.5em;
        width: 8em;
        min-width: 8em; } }
  body.company .profile__row-while {
    border-bottom: 1px solid #000;
    width: 40px;
    height: 1em; }
    @media (max-width: 768.98px) {
      body.company .profile__row-while {
        width: 1em;
        min-width: 1em; } }
  body.company .profile__row-content {
    margin-left: 1em; }

body.company.about .g-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  body.company.about .g-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

body.company.philosophy .pbox_bdr_main {
  border: 10px solid rgba(44, 160, 65, 0.3); }

body.company.philosophy .idea-icon {
  width: 100%;
  max-width: 280px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

body.company .sustainability-tab .ptab.ptab_t1 .nav-item {
  padding: 0; }

body.company .sustainability__head_orange {
  text-align: center;
  border: 1px solid #F79646;
  color: #F79646;
  background-color: #fff;
  max-width: 7.5em;
  padding: 0.2em 0; }

body.company .sustainability__head_red {
  text-align: center;
  border: 1px solid #FF5050;
  color: #FF5050;
  background-color: #fff;
  max-width: 7.5em;
  padding: 0.2em 0; }

body.company .sustainability .plist.plist_type_order_clr > .plist__item::before {
  font-size: 2.8rem; }

body.company .sustainability .plist.plist_type_order_clr {
  border-bottom: none; }

body.company .sustainability-ol__first {
  border-bottom: none; }

body.company .sustainability-ol__second {
  border: none; }

body.company .sustainability-img {
  text-align: center; }

body.company .sustainability-ico img {
  height: 70px !important;
  width: auto; }
  @media (max-width: 768.98px) {
    body.company .sustainability-ico img {
      height: 40px !important; } }

body.company .sustainability-bar__orange h4 {
  background: #F79646;
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  padding: 0.5rem 0; }
  @media (min-width: 769px) {
    body.company .sustainability-bar__orange h4 {
      font-size: 2.3rem; } }
  @media (max-width: 768.98px) {
    body.company .sustainability-bar__orange h4 {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    body.company .sustainability-bar__orange h4 span {
      font-size: 4.2rem; } }
  @media (max-width: 768.98px) {
    body.company .sustainability-bar__orange h4 span {
      font-size: 3rem; } }

body.company .sustainability-bar__red h4 {
  background: #FF5050;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0; }
  @media (min-width: 769px) {
    body.company .sustainability-bar__red h4 {
      font-size: 2.3rem; } }
  @media (max-width: 768.98px) {
    body.company .sustainability-bar__red h4 {
      font-size: 1.8rem; } }
  @media (min-width: 769px) {
    body.company .sustainability-bar__red h4 span {
      font-size: 4.2rem; } }
  @media (max-width: 768.98px) {
    body.company .sustainability-bar__red h4 span {
      font-size: 3rem; } }

body.company .sustainability-bar__red .plist_type_column_border_solid .plist__box {
  border-color: #FF5050; }
  body.company .sustainability-bar__red .plist_type_column_border_solid .plist__box:last-child {
    border-bottom: none; }

body.company .sustainability-bar__red img {
  height: 100%;
  margin: 5px 0; }

body.business.isas form input[type="text"],
body.business.isas form textarea {
  width: 100%; }

body.business.isas form input[type="submit"] {
  border: none;
  background: #28a745;
  color: #fff;
  padding: 8px 60px; }

body.inquiry .form-area {
  margin-bottom: 40px; }
  body.inquiry .form-area__item {
    padding: 1em 0;
    border-top: 1px solid #e3e3e3; }
    body.inquiry .form-area__item:last-child {
      border-bottom: 1px solid #e3e3e3; }
    @media (min-width: 769px) {
      body.inquiry .form-area__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1em 0; } }
  @media (max-width: 768.98px) {
    body.inquiry .form-area__head {
      margin-bottom: 0.5em; } }
  @media (min-width: 769px) {
    body.inquiry .form-area__head {
      width: 30%; } }
  @media (min-width: 769px) {
    body.inquiry .form-area__body {
      width: 70%; } }
  body.inquiry .form-area__body-txt {
    color: #666;
    font-size: 80%; }
  body.inquiry .form-area__button {
    width: 100%;
    font-size: 1.2em;
    padding: 0.3em 1em;
    height: auto; }

body.inquiry .input-text, body.inquiry .textarea {
  width: 100%; }

body.inquiry .textarea {
  min-height: 200px; }

body.inquiry select {
  max-width: 100%; }

.cms-text {
  overflow: hidden; }
  .cms-text p {
    margin-bottom: 0; }

.guideline .item__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .guideline .item__color .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 2em;
    color: #fff; }
    .guideline .item__color .color.txt__left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.guideline .clr_sub_1_l {
  background-color: #74b891; }

.guideline .clr_sub_2_l {
  background-color: #8fd39b; }

.guideline .clr_sub_3_l {
  background-color: #68b69e; }

.guideline .clr_sub_4_l {
  background-color: #ffd2d2; }

.guideline .grid_item {
  text-align: center;
  border: 1px #ccc solid;
  background-color: #eee; }

.guideline .label_id {
  display: inline-block !important;
  padding: 2px 10px !important;
  color: #fff !important;
  background-color: #000 !important; }
  .guideline .label_id.txt_id {
    background-color: #900 !important; }

.guideline pre {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff; }

.guideline code {
  margin: 0;
  padding: 10px; }

@media print {
  html {
    width: 1280px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  body {
    padding-left: 0; }
    body::before, body::after {
      display: none; }
  .box__fixed_top {
    position: absolute; }
  .contents main {
    width: 100%; }
  .contents .box__section {
    margin-bottom: 40px; }
    .contents .box__section > .box__section {
      margin-bottom: 30px; }
  *[class^=col-] {
    float: left; }
  .row > *[class^=col-xs-1],
  .row > *[class^=col-sm-1],
  .row > *[class^=col-md-1],
  .row > *[class^=col-lg-1] {
    width: 8.33333%; }
  .row > *[class^=col-xs-2],
  .row > *[class^=col-sm-2],
  .row > *[class^=col-md-2],
  .row > *[class^=col-lg-2] {
    width: 16.66667%; }
  .row > *[class^=col-xs-3],
  .row > *[class^=col-sm-3],
  .row > *[class^=col-md-3],
  .row > *[class^=col-lg-3] {
    width: 25%; }
  .row > *[class^=col-xs-4],
  .row > *[class^=col-sm-4],
  .row > *[class^=col-md-4],
  .row > *[class^=col-lg-4] {
    width: 33.33333%; }
  .row > *[class^=col-xs-5],
  .row > *[class^=col-sm-5],
  .row > *[class^=col-md-5],
  .row > *[class^=col-lg-5] {
    width: 41.66667%; }
  .row > *[class^=col-xs-6],
  .row > *[class^=col-sm-6],
  .row > *[class^=col-md-6],
  .row > *[class^=col-lg-6] {
    width: 50%; }
  .row > *[class^=col-xs-7],
  .row > *[class^=col-sm-7],
  .row > *[class^=col-md-7],
  .row > *[class^=col-lg-7] {
    width: 58.33333%; }
  .row > *[class^=col-xs-8],
  .row > *[class^=col-sm-8],
  .row > *[class^=col-md-8],
  .row > *[class^=col-lg-8] {
    width: 66.66667%; }
  .row > *[class^=col-xs-9],
  .row > *[class^=col-sm-9],
  .row > *[class^=col-md-9],
  .row > *[class^=col-lg-9] {
    width: 75%; }
  .row > *[class^=col-xs-10],
  .row > *[class^=col-sm-10],
  .row > *[class^=col-md-10],
  .row > *[class^=col-lg-10] {
    width: 83.33333%; }
  .row > *[class^=col-xs-11],
  .row > *[class^=col-sm-11],
  .row > *[class^=col-md-11],
  .row > *[class^=col-lg-11] {
    width: 91.66667%; }
  .row > *[class^=col-xs-12],
  .row > *[class^=col-sm-12],
  .row > *[class^=col-md-12],
  .row > *[class^=col-lg-12] {
    width: 100%; }
  .mh {
    height: auto !important; }
  .pagetop {
    display: none !important; }
  .toggle_target {
    display: block !important; }
  .table-responsive .table tbody tr td, .js-responsive .table tbody tr td,
  .table-responsive .table tbody tr th,
  .js-responsive .table tbody tr th,
  .table-responsive .table tfoot tr td,
  .js-responsive .table tfoot tr td,
  .table-responsive .table tfoot tr th,
  .js-responsive .table tfoot tr th,
  .table-responsive .table thead tr td,
  .js-responsive .table thead tr td,
  .table-responsive .table thead tr th,
  .js-responsive .table thead tr th {
    white-space: normal; }
  .table-responsive .table tbody th, .js-responsive .table tbody th,
  .table-responsive .table tfoot th,
  .js-responsive .table tfoot th,
  .table-responsive .table thead th,
  .js-responsive .table thead th {
    white-space: normal; } }

/*# sourceMappingURL=style.css.map */

/* ポップアップの基本スタイル */
.popup {
  text-align: left; /* 文章の左端を揃える */
  display: none;
  position: fixed;
  left: 0;
  top: 50px; /* 上部から50pxの位置に設定 */
  width: 100%;
  height: calc(100% - 50px); /* 上部の余白を考慮した高さに */
  background: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 1000;
  overflow: auto;
  text-align: center;
  padding: 20px; /* すべての画面サイズで一定の余白を設定 */
}

/* レスポンシブ対応 */
@media (min-width: 768px) {
  .popup {
    padding: 30px; /* タブレットサイズでの余白を増やす */
  }
}

@media (min-width: 1024px) {
  .popup {
    padding: 40px; /* デスクトップサイズでの余白を増やす */
  }
}

/* 明朝体のフォントスタイルと黒枠のスタイル */
.popup-content {
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
  display: inline-block; /* 中央揃えのためのブロックを作成 */
  text-align: left; /* 文章の左端を揃える */
  width: auto; /* 必要な幅だけ使用 */
  margin: 0 auto; /* 左右のマージンを自動で調整し、中央に配置 */
  border: 1px solid black; /* 枠線の幅を1pxに */
  padding: 20px; /* 枠線と文章の間に余白を追加 */
}

/* 閉じるボタンのスタイル */
.close-btn {
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  border: 1px solid black;
  background: none;
  font-size: 20px;
  cursor: pointer;
}
