@charset "UTF-8";
.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;}

input#sch_stx:focus {outline: none;}

.total_sch_result_txt .keyword, .total_sch_result_txt .num{font-style: inherit;}

.bg-primary {background-color: #cf000d !important;}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {  background-color: #9c000a !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: #ef8a21 !important;}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {  background-color: #ce700f !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: #2c302e !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #141515 !important;
}

.bg-link {
  background-color: #0056b3 !important;
}

a.bg-link:hover, a.bg-link:focus,
button.bg-link:hover,
button.bg-link:focus {
  background-color: #003d80 !important;
}

.bg-muted {
  background-color: #6c757d !important;
}

a.bg-muted:hover, a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: #545b62 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !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: #cf000d !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ef8a21 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #2c302e !important;
}

.border-link {
  border-color: #0056b3 !important;
}

.border-muted {
  border-color: #6c757d !important;
}

.border-white {
  border-color: #fff !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;
}

.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: 768px) {
  .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: 992px) {
  .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: 1260px) {
  .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 (min-width: 1480px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-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%;
}

.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;
      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;
      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;
      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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1260px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1480px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-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: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1480px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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: 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: sticky) {
  .sticky-top {
    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;
}

.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;
}

.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;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !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-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !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;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !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;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !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: 768px) {
  .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;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !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;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !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: 992px) {
  .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;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !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;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !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: 1260px) {
  .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;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !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;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !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;
  }
}

@media (min-width: 1480px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 2rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 2rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1480px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #cf000d !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #830008 !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: #ef8a21 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b6630d !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: #2c302e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #070808 !important;
}

.text-link {
  color: #0056b3 !important;
}

a.text-link:hover, a.text-link:focus {
  color: #003167 !important;
}

.text-muted {
  color: #6c757d !important;
}

a.text-muted:hover, a.text-muted:focus {
  color: #494f54 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !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;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.icon-aidkit-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -139px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-aidkit {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -132px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-blog {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 30px;
  min-width: 30px;
  height: 25px;
}

.icon-board-status {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 14px;
}

.icon-book-warning {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 50px;
  min-width: 50px;
  height: 36px;
}

.icon-download-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -440px;
  background-image: url("../../../resources/images/sprite.png");
  width: 10px;
  min-width: 10px;
  height: 14px;
}

.icon-download {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -504px;
  background-image: url("../../../resources/images/sprite.png");
  width: 10px;
  min-width: 10px;
  height: 14px;
}

.icon-facebook-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -210px;
  background-image: url("../../../resources/images/sprite.png");
  width: 13px;
  min-width: 13px;
  height: 26px;
}

.icon-facebook {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -286px;
  background-image: url("../../../resources/images/sprite.png");
  width: 13px;
  min-width: 13px;
  height: 26px;
}

.icon-find {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -432px;
  background-image: url("../../../resources/images/sprite.png");
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.icon-flowerpot-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -136px -132px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-flowerpot {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -275px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-footer-nav-arrow {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -128px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 9px;
  min-width: 9px;
  height: 5px;
}

.icon-footer-nav-more {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 21px;
  min-width: 21px;
  height: 21px;
}

.icon-footer-nav {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -415px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 36px;
  min-width: 36px;
  height: 22px;
}

.icon-gallery-date {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -300px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-gallery-view {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -64px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 10px;
}

.icon-hamburger-close {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -71px;
  background-image: url("../../../resources/images/sprite.png");
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.icon-hamburger-gray {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -377px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
}

.icon-hamburger-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
}

.icon-hamburger {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -74px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
}

.icon-handshake-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -275px -126px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-handshake {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -258px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-home {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 13px;
}

.icon-instagram-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -75px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 26px;
}

.icon-instagram {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -151px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 26px;
}

.icon-languages-arrow {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -187px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 9px;
  min-width: 9px;
  height: 5px;
}

.icon-languages {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -364px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-mail-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -192px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-mail {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -254px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-monitor-sign-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -136px -258px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-monitor-sign {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -272px -258px;
  background-image: url("../../../resources/images/sprite.png");
  width: 86px;
  min-width: 86px;
  height: 76px;
}

.icon-more-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -428px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-more {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -492px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.icon-pagination-first {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -64px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 14px;
}

.icon-pagination-last {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -128px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 14px;
}

.icon-pagination-next {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -603px;
  background-image: url("../../../resources/images/sprite.png");
  width: 8px;
  min-width: 8px;
  height: 14px;
}

.icon-pagination-prev {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -58px -603px;
  background-image: url("../../../resources/images/sprite.png");
  width: 8px;
  min-width: 8px;
  height: 14px;
}

.icon-pdf {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -362px;
  background-image: url("../../../resources/images/sprite.png");
  width: 15px;
  min-width: 15px;
  height: 20px;
}

.icon-pictogram-document {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 89px;
  min-width: 89px;
  height: 82px;
}

.icon-print {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -141px;
  background-image: url("../../../resources/images/sprite.png");
  width: 20px;
  min-width: 20px;
  height: 19px;
}

.icon-search-close {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px -173px;
  background-image: url("../../../resources/images/sprite.png");
  width: 34px;
  min-width: 34px;
  height: 34px;
}

.icon-search-submit {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px -86px;
  background-image: url("../../../resources/images/sprite.png");
  width: 36px;
  min-width: 36px;
  height: 37px;
}

.icon-search-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -227px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 25px;
}

.icon-search {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -302px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 25px;
}

.icon-sns-blog {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -411px -257px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-facebook {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-instagram {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -83px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-kakaoplus {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -166px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-twitter {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -249px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-sns-youtube {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -332px -384px;
  background-image: url("../../../resources/images/sprite.png");
  width: 33px;
  min-width: 33px;
  height: 33px;
}

.icon-window-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -316px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-window {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -378px;
  background-image: url("../../../resources/images/sprite.png");
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.icon-youtube-white {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -148px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 18px;
}

.icon-youtube {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -224px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 26px;
  min-width: 26px;
  height: 18px;
}

.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: #cf000d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #9c000a !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: #ef8a21 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ce700f !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: #2c302e !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #141515 !important;
}

.bg-link {
  background-color: #0056b3 !important;
}

a.bg-link:hover, a.bg-link:focus,
button.bg-link:hover,
button.bg-link:focus {
  background-color: #003d80 !important;
}

.bg-muted {
  background-color: #6c757d !important;
}

a.bg-muted:hover, a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: #545b62 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !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: #cf000d !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ef8a21 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #2c302e !important;
}

.border-link {
  border-color: #0056b3 !important;
}

.border-muted {
  border-color: #6c757d !important;
}

.border-white {
  border-color: #fff !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;
}

.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: 768px) {
  .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: 992px) {
  .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: 1260px) {
  .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 (min-width: 1480px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-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-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%;
}

.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;
      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;
      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;
      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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1260px) {
  .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;
        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;
        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;
        align-self: stretch !important;
  }
}

@media (min-width: 1480px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-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: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1480px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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: 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: sticky) {
  .sticky-top {
    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;
}

.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;
}

.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;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !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-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !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;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !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;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !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: 768px) {
  .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;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !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;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !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: 992px) {
  .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;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !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;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !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: 1260px) {
  .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;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !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;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !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;
  }
}

@media (min-width: 1480px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 2rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 2rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1480px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #cf000d !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #830008 !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: #ef8a21 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b6630d !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: #2c302e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #070808 !important;
}

.text-link {
  color: #0056b3 !important;
}

a.text-link:hover, a.text-link:focus {
  color: #003167 !important;
}

.text-muted {
  color: #6c757d !important;
}

a.text-muted:hover, a.text-muted:focus {
  color: #494f54 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !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;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.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: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #6c0007;
  background-color: #f5cccf;
  border-color: #f2b8bb;
}

.alert-primary hr {
  border-top-color: #eea2a6;
}

.alert-primary .alert-link {
  color: #390004;
}

.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: #7c4811;
  background-color: #fce8d3;
  border-color: #fbdec1;
}

.alert-warning hr {
  border-top-color: #f9d1a9;
}

.alert-warning .alert-link {
  color: #4f2e0b;
}

.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: #171918;
  background-color: #d5d6d5;
  border-color: #c4c5c4;
}

.alert-dark hr {
  border-top-color: #b7b8b7;
}

.alert-dark .alert-link {
  color: black;
}

.alert-link {
  color: #002d5d;
  background-color: #ccddf0;
  border-color: #b8d0ea;
}

.alert-link hr {
  border-top-color: #a4c3e4;
}

.alert-link .alert-link {
  color: #00142a;
}

.alert-muted {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-muted hr {
  border-top-color: #c8cbcf;
}

.alert-muted .alert-link {
  color: #202326;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.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: #005BAB;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #459fed;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
}

.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: #ef8a21;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ce700f;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 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: #2c302e;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #141515;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.badge-link {
  color: #fff;
  background-color: #0056b3;
}

a.badge-link:hover, a.badge-link:focus {
  color: #fff;
  background-color: #003d80;
}

a.badge-link:focus, a.badge-link.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.badge-muted {
  color: #fff;
  background-color: #6c757d;
}

a.badge-muted:hover, a.badge-muted:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-muted:focus, a.badge-muted.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-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.table-board .badge {
  font-family: "돋움", "Arial", "Times New Roman", sans-serif;
}

.bookmark {
  margin-bottom: 1rem;
}

.bookmark-pictogram {
  position: relative;
  border: 1px solid #cbd3da;
}

@media (min-width: 0) {
  .bookmark-pictogram {
    padding: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .bookmark-pictogram {
    padding: 3rem;
    padding-left: 12rem;
  }
}

.bookmark-pictogram:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 10.5rem;
  margin: auto;
  border-right: 1px solid #cbd3da;
}

@media (min-width: 0) {
  .bookmark-pictogram:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .bookmark-pictogram:after {
    display: block;
  }
}

.bookmark-pictogram > i {
  top: 3rem;
  bottom: 3rem;
  left: 3rem;
  margin: auto;
  overflow: visible;
}

@media (min-width: 0) {
  .bookmark-pictogram > i {
    position: static;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .bookmark-pictogram > i {
    position: absolute;
    margin-bottom: auto;
  }
}

.bookmark-pictogram > h1, .bookmark-pictogram > h2, .bookmark-pictogram > h3, .bookmark-pictogram > h4, .bookmark-pictogram > h5, .bookmark-pictogram > h6 {
  font-weight: 700;
}

.bookmark-icon {
  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;
  padding: 2rem;
  border: width;
  border-style: solid;
  border-color: #cbd3da;
}

.bookmark-icon > i {
  float: left;
  margin-right: 1rem;
}

.bookmark-icon > h1, .bookmark-icon h2, .bookmark-icon h3, .bookmark-icon h4, .bookmark-icon h5, .bookmark-icon h6 {
  float: left;
  font-weight: 700;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bookmark-icon > div {
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #cbd3da;
}

.bookmark-icon > div > *:last-child {
  margin-bottom: 0;
  padding-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: 1rem;
  line-height: 1.5;
  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(207, 0, 13, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 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: #005BAB;
  border-color: #005BAB;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0e2146;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0e2146;
  -webkit-box-shadow: 0 0 0 0.2rem rgba( 0, 91, 171, 0.5);
          box-shadow: 0 0 0 0.2rem rgba( 0, 91, 171, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgb(0,91,171);
  border-color: rgb(0,91,171);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0,91,171);
  border-color: rgb(0,91,171);
}

.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( 0, 91, 171, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 91, 171, 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: #1750b8;
  border-color: #1750b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #131d96;
  border-color: #131d96;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #131d96;
  border-color: #19118b;
  -webkit-box-shadow: 0 0 0 0.2rem #131d96;
          box-shadow: 0 0 0 0.2rem #131d96;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #131d96;
  border-color: #131d96;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #131d96;
  border-color: #10337f;
}

.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 #134c96;
          box-shadow: 0 0 0 0.2rem #134c96;
}

.btn-warning {
  color: #212529;
  background-color: #ef8a21;
  border-color: #ef8a21;
}

.btn-warning:hover {
  color: #fff;
  background-color: #da7710;
  border-color: #ce700f;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #da7710;
  border-color: #ce700f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ef8a21;
  border-color: #ef8a21;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ce700f;
  border-color: #c26a0e;
}

.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(208, 123, 34, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 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: #2c302e;
  border-color: #2c302e;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1a1c1b;
  border-color: #141515;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #1a1c1b;
  border-color: #141515;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2c302e;
  border-color: #2c302e;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #141515;
  border-color: #0e0f0e;
}

.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(76, 79, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
}

.btn-link {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-link:hover {
  color: #fff;
  background-color: #00448d;
  border-color: #003d80;
}

.btn-link:focus, .btn-link.focus {
  color: #fff;
  background-color: #00448d;
  border-color: #003d80;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
}

.btn-link.disabled, .btn-link:disabled {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active,
.show > .btn-link.dropdown-toggle {
  color: #fff;
  background-color: #003d80;
  border-color: #003773;
}

.btn-link:not(:disabled):not(.disabled):active:focus, .btn-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-link.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
}

.btn-muted {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-muted:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-muted:focus, .btn-muted.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-muted.disabled, .btn-muted:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled).active,
.show > .btn-muted.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-muted:not(:disabled):not(.disabled):active:focus, .btn-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-muted.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-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-primary {
  color: #cf000d;
  border-color: #cf000d;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #cf000d;
  border-color: #cf000d;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #cf000d;
  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: #cf000d;
  border-color: #cf000d;
}

.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(207, 0, 13, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 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: #ef8a21;
  border-color: #ef8a21;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ef8a21;
  border-color: #ef8a21;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ef8a21;
  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: #ef8a21;
  border-color: #ef8a21;
}

.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(239, 138, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 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: #2c302e;
  border-color: #2c302e;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2c302e;
  border-color: #2c302e;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2c302e;
  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: #2c302e;
  border-color: #2c302e;
}

.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(44, 48, 46, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.btn-outline-link {
  color: #0056b3;
  border-color: #0056b3;
}

.btn-outline-link:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-outline-link:focus, .btn-outline-link.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.btn-outline-link.disabled, .btn-outline-link:disabled {
  color: #0056b3;
  background-color: transparent;
}

.btn-outline-link:not(:disabled):not(.disabled):active, .btn-outline-link:not(:disabled):not(.disabled).active,
.show > .btn-outline-link.dropdown-toggle {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-outline-link:not(:disabled):not(.disabled):active:focus, .btn-outline-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-link.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.btn-outline-muted {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-muted:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-muted:focus, .btn-outline-muted.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-muted.disabled, .btn-outline-muted:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled).active,
.show > .btn-outline-muted.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-muted:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-muted.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-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #cf000d;
  text-decoration: none;
}

.btn-link:hover {
  color: #2359C6;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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%;
}

.btn-area {
  margin-top: 1rem;
}

.btn-jumbo {
  font-size: 1.1rem;
  min-width: 25%;
  padding: 1rem;
}

.btn-jumbo:hover, .btn-jumbo:focus {
  background-image: url(../../../resources/images/commons/btn-jumbo-hover-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.btn-icon-border {
  padding: 0.75rem 3rem 0.75rem 1rem;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .btn-icon-border {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .btn-icon-border {
    min-width: 276px;
    width: auto;
  }
}

.btn-icon-border:hover, .btn-icon-border:focus {
  background-color: black;
  color: white;
}

.btn-icon-border:hover i, .btn-icon-border:focus i {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.btn-icon-border i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn-icon-border-blue {
  border: 1px solid #007bff;
  color: #007bff;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-blue:hover, .btn-icon-border-blue:focus {
    background-color: #007bff;
    color: white;
  }
}

.btn-icon-border-indigo {
  border: 1px solid #6610f2;
  color: #6610f2;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-indigo:hover, .btn-icon-border-indigo:focus {
    background-color: #6610f2;
    color: white;
  }
}

.btn-icon-border-purple {
  border: 1px solid #6f42c1;
  color: #6f42c1;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-purple:hover, .btn-icon-border-purple:focus {
    background-color: #6f42c1;
    color: white;
  }
}

.btn-icon-border-pink {
  border: 1px solid #e83e8c;
  color: #e83e8c;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-pink:hover, .btn-icon-border-pink:focus {
    background-color: #e83e8c;
    color: white;
  }
}

.btn-icon-border-red {
  border: 1px solid #dc3545;
  color: #dc3545;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-red:hover, .btn-icon-border-red:focus {
    background-color: #dc3545;
    color: white;
  }
}

.btn-icon-border-orange {
  border: 1px solid #fd7e14;
  color: #fd7e14;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-orange:hover, .btn-icon-border-orange:focus {
    background-color: #fd7e14;
    color: white;
  }
}

.btn-icon-border-yellow {
  border: 1px solid #ffc107;
  color: #ffc107;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-yellow:hover, .btn-icon-border-yellow:focus {
    background-color: #ffc107;
    color: white;
  }
}

.btn-icon-border-green {
  border: 1px solid #28a745;
  color: #28a745;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-green:hover, .btn-icon-border-green:focus {
    background-color: #28a745;
    color: white;
  }
}

.btn-icon-border-teal {
  border: 1px solid #20c997;
  color: #20c997;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-teal:hover, .btn-icon-border-teal:focus {
    background-color: #20c997;
    color: white;
  }
}

.btn-icon-border-cyan {
  border: 1px solid #17a2b8;
  color: #17a2b8;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-cyan:hover, .btn-icon-border-cyan:focus {
    background-color: #17a2b8;
    color: white;
  }
}

.btn-icon-border-white {
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-white:hover, .btn-icon-border-white:focus {
    background-color: #fff;
    color: white;
  }
}

.btn-icon-border-gray {
  border: 1px solid #6c757d;
  color: #6c757d;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-gray:hover, .btn-icon-border-gray:focus {
    background-color: #6c757d;
    color: white;
  }
}

.btn-icon-border-gray-dark {
  border: 1px solid #343a40;
  color: #343a40;
}

@media screen and (min-width: 768px) {
  .btn-icon-border-gray-dark:hover, .btn-icon-border-gray-dark:focus {
    background-color: #343a40;
    color: white;
  }
}

.btn-icon-fill {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0.25rem 0;
  padding: 1rem 3rem 1rem 1rem;
  background-color: #cf000d;
  border-radius: 0;
  color: white;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .btn-icon-fill {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .btn-icon-fill {
    min-width: 9rem;
    width: auto;
  }
}

.btn-icon-fill:hover, .btn-icon-fill:focus {
  color: white;
}

.btn-icon-fill i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}

.calendar-title {
  position: relative;
  z-index: 1;
  background-color: white;
  margin: 0.5rem;
}

.calendar-title:before, .calendar-title:after {
  display: block;
  content: "";
}

.calendar-title:before {
  background-image: url(../../../resources/images/module/calendar-title-border.png);
  margin: 0;
  position: absolute;
  z-index: -1;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.calendar-title:after {
  background-color: white;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.calendar-title-heading {
  position: relative;
  line-height: 2rem;
  padding: 1.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 0) {
  .calendar-title-heading {
    height: auto;
  }
}

@media (min-width: 576px) {
  .calendar-title-heading {
    height: 2rem;
  }
}

.calendar-title-heading h3 {
  padding: 0;
  margin: 0;
  text-align: center;
}

.calendar-title-heading > ul {
  top: 0;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  list-style: none;
}

@media (min-width: 0) {
  .calendar-title-heading > ul {
    position: static;
    height: auto;
    padding: 1rem 0 0 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid #f2f4f6;
  }
}

@media (min-width: 576px) {
  .calendar-title-heading > ul {
    position: absolute;
    height: 0;
    padding: 0;
    margin: auto 0;
    border-top: 0;
  }
}

.calendar-title-heading > ul:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-title-heading > ul > li > a {
  display: block;
  font-size: 0.9rem;
  height: 2rem;
  line-height: 2rem;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 0) {
  .calendar-title-heading > ul > li > a {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .calendar-title-heading > ul > li > a {
    margin-top: -1rem;
  }
}

.calendar-title-heading > ul > li > a:before {
  display: block;
  content: "";
}

.calendar-title-heading > ul > li:first-child > a {
  float: left;
  padding-left: 3rem;
}

.calendar-title-heading > ul > li:first-child > a:before {
  float: inherit;
  width: 2rem;
  height: 2rem;
  margin-left: -3rem;
  background-image: url(../../../resources/images/module/calendar-title-heading-prev.png);
}

.calendar-title-heading > ul > li:last-child > a {
  float: right;
  padding-right: 3rem;
}

.calendar-title-heading > ul > li:last-child > a:before {
  float: inherit;
  width: 2rem;
  height: 2rem;
  margin-right: -3rem;
  background-image: url(../../../resources/images/module/calendar-title-heading-next.png);
}

.calendar-title-month, .calendar-title-day {
  border-top: 1px solid #dae0e5;
  padding: 1rem 1.5rem;
}

.calendar-title-month > ul, .calendar-title-day > ul {
  width: 100%;
  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;
  padding: 0;
  margin: 0;
  list-style: none;
}

.calendar-title-month > ul:after, .calendar-title-day > ul:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-title-month > ul:after, .calendar-title-day > ul:after {
  width: 100%;
}

.calendar-title-month > ul > li, .calendar-title-day > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
  text-align: center;
}

@media (min-width: 0) {
  .calendar-title-month > ul > li, .calendar-title-day > ul > li {
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .calendar-title-month > ul > li, .calendar-title-day > ul > li {
    width: auto;
  }
}

.calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  color: inherit;
  text-decoration: none;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

@media (min-width: 0) {
  .calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .calendar-title-month > ul > li > a, .calendar-title-day > ul > li > a {
    font-size: 1rem;
  }
}

.calendar-title-month > ul > li.is-active > a, .calendar-title-day > ul > li.is-active > a {
  color: #005BAB;
  border-bottom: 2px solid #005BAB;
}

.calendar .calendar-title .calendar-title-heading span.text-primary{
    color: #005bab !important;
}

.calendar-title-day {
  width: 100%;
  overflow: auto;
}

.calendar-title-day > ul {
  display: block !important;
  margin: 0 -1rem;
}

.calendar-title-day > ul > li {
  float: left;
  padding: 0 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2.05rem;
  white-space: nowrap;
}

.calendar-table {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #dae0e5;
  border-collapse: collapse;
  margin-top: 1.5rem;
}

.calendar-table tbody, .calendar-table tbody > td, .calendar-table tbody > tr, .calendar-table tbody > tr > td {
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
}

.calendar-table th, .calendar-table td {
  width: 14.28571%;
}

.calendar-table th {
  background-color: #005BAB;
  text-align: center;
  color: white;
  font-size: inherit;
}

@media (min-width: 0) {
  .calendar-table th {
    font-size: 0;
    padding: 0.5rem 0;
  }
}

@media (min-width: 576px) {
  .calendar-table th {
    font-size: inherit;
    padding: 1rem 0;
  }
}

@media (min-width: 1480px) {
  .calendar-table th {
    font-size: inherit;
    padding: 1.5rem 0;
  }
}

@media (min-width: 0) {
  .calendar-table th::first-letter {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .calendar-table th::first-letter {
    font-size: inherit;
  }
}

.calendar-table td {
  text-align: left;
}

.calendar-table td.is-child {
  background-color: white;
}

.calendar-table td.is-today {
  background-color: #f3f9ff !important;
}

@media (min-width: 0) {
  .calendar-table td {
    font-size: 0;
    padding: 0;
    background-color: #e4e7e6;
  }
  .calendar-table td.is-disabled {
    background-color: #eceeed;
  }
}

@media (min-width: 768px) {
  .calendar-table td {
    font-size: inherit;
    padding: 1rem;
    background-color: #eceeed;
  }
  .calendar-table td.is-disabled {
    background-color: white;
  }
}

.calendar-table-day {
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (min-width: 0) {
  .calendar-table-day {
    padding-bottom: 100%;
  }
}

@media (min-width: 768px) {
  .calendar-table-day {
    /* padding-bottom: 5.1rem; */
    /* 배경 색 추가관련 수정 */
    padding-bottom: 5.8rem;
  }
}

@media (min-width: 1260px) {
  .calendar-table-day {
    /* padding-bottom: 6.3rem; */
    /* 배경 색 추가관련 수정 */
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 1480px) {
  .calendar-table-day {
    padding-bottom: 7.5rem;
  }
}

.calendar-table-day > nav:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-table-day > nav > strong {
  display: block;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}

@media (min-width: 0) {
  .calendar-table-day > nav > strong {
    font-size: 0.9rem;
    float: none;
    margin-right: 0;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > nav > strong {
    font-size: 1rem;
    float: left;
    margin-right: 0.5rem;
    position: static;
  }
}

.calendar-table-day > nav > ul {
  width: 4.125rem;
  float: left;
  padding: 0;
  margin: 0 -0.125rem;
  list-style: none;
}

@media (min-width: 0) {
  .calendar-table-day > nav > ul {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > nav > ul {
    display: block;
  }
}

.calendar-table-day > nav > ul:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-table-day > nav > ul > li {
  float: left;
  padding: 0 0.125rem;
}

.calendar-table-day > nav > ul > li > a {
  display: block;
  border-radius: 2px;
  font-family: "돋움", "바탕", "Arial", sans-serif;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 0;
}

.calendar-table-day > nav > ul > li > a::first-letter {
  font-size: 0.688rem;
}

.calendar-table-day > nav > ul > li[data-meal="breakfast"] > a {
  background-color: #43baad;
}

.calendar-table-day > nav > ul > li[data-meal="lunch"] > a {
  background-color: #e9792f;
}

.calendar-table-day > nav > ul > li[data-meal="dinner"] > a {
  background-color: #004397;
}

.calendar-table-day > nav > a.badge {
  display: block;
  float: right;
}

@media (min-width: 0) {
  .calendar-table-day > nav > a.badge {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > nav > a.badge {
    display: block;
  }
}

.calendar-table-day > a, .calendar-table-day > article {
  position: absolute;
  display: block;
  color: #5d6561;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 0) {
  .calendar-table-day > a, .calendar-table-day > article {
    height: auto;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a, .calendar-table-day > article {
    height: 3.6rem;
    /* 배경 색 추가관련 수정 */
    height: 4.4rem;
  }
}

@media (min-width: 1260px) {
  .calendar-table-day > a, .calendar-table-day > article {
    /* height: 4.8rem; */
    /* 배경 색 추가관련 수정 */
    height: 6rem;
  }
}

@media (min-width: 1480px) {
  .calendar-table-day > a, .calendar-table-day > article {
    height: 6rem;
  }
}

.calendar-table-day > a > ol, .calendar-table-day > article > ol {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.calendar-table-day > a > ol[data-meal], .calendar-table-day > article > ol[data-meal] {
  display: none;
}

@media (min-width: 0) {
  .calendar-table-day > a > ol[data-meal].is-active, .calendar-table-day > article > ol[data-meal].is-active {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a > ol[data-meal].is-active, .calendar-table-day > article > ol[data-meal].is-active {
    display: block;
  }
}

@media (min-width: 0) {
  .calendar-table-day > a > ol.calendar-table-day-list, .calendar-table-day > article > ol.calendar-table-day-list {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a > ol.calendar-table-day-list, .calendar-table-day > article > ol.calendar-table-day-list {
    display: block;
  }
}

.popover-body {
	list-style:none;
}

.popover-body > li.calendar-day-list {
	position:relative;
	padding-left:10px;
}

.popover-body > li.calendar-day-list:after {
	display:block;
	clear:both;
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	background:#000;
	border-radius:50%;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

.calendar-table-day > a > ol > li, .calendar-table-day > article > ol > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar-table-day > a > ol > li > a, .calendar-table-day > article > ol > li > a,
.popover-body > li.calendar-day-list > a {
  display: block;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1px 5px;
  margin-bottom: 3px;
  color: #000;
  border-radius: 5px;
}

@media (min-width: 0) {
  .calendar-table-day > a span, .calendar-table-day > article span {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a span, .calendar-table-day > article span {
    display: none !important;
  }
}

.calendar-table-day-popover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 0 1px;
}

@media (min-width: 0) {
  .calendar-table-day-popover {
    top: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
  }
}

@media (min-width: 768px) {
  .calendar-table-day-popover {
    top: auto;
    opacity: 1;
    background-color: white;
  }
}

.calendar-table-day > a {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 0) {
  .calendar-table-day > a {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > a {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1480px) {
  .calendar-table-day > a {
    margin-top: 1.5rem;
  }
}

@media (min-width: 0) {
  .calendar-table-day > article {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .calendar-table-day > article {
    margin-top: 1.5rem;
  }
}

.calendar-table tbody > tr > td:first-child > .day > nav > strong {
  color: #0056b3;
}

.calendar-table tbody > tr > td:last-child > .day > nav > strong {
  color: #dc3545;
}

.calendar-admin {
  padding-top: 1.5rem;
  margin: 0 -1.5rem;
  text-align: left;
}

.calendar-admin:after {
  display: block;
  content: "";
  clear: both;
}

.calendar-admin-form {
  width: 33.33333%;
  padding: 0 1.5rem;
  float: left;
}

.calendar-admin-form textarea {
  resize: none;
  height: 100px;
}

.calendar .modal-body h6 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}

.calendar .modal-body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #cf000d;
}

.calendar .modal-body dl > dt, .calendar .modal-body dl > dd {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dae0e5;
}

.calendar .modal-body dl > dt {
  width: 100px;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dt {
    width: 80px;
  }
}

.calendar .modal-body dl > dt > strong {
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #2c302e;
  color: white;
  text-align: center;
}

.calendar .modal-body dl > dt[data-meal="breakfast"] > strong {
  background-color: #43baad;
}

.calendar .modal-body dl > dt[data-meal="lunch"] > strong {
  background-color: #e9792f;
}

.calendar .modal-body dl > dt[data-meal="dinner"] > strong {
  background-color: #004397;
}

.calendar .modal-body dl > dd {
  width: calc(100% - 100px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 -0.5rem;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd {
    width: calc(100% - 80px);
  }
}

.calendar .modal-body dl > dd > figure, .calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
  width: 33.33333%;
  float: left;
  padding: 0 0.5rem;
  margin: 0;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd > figure, .calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
    width: 100%;
  }
}

.calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
  margin: 0;
  list-style: none;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd > ol, .calendar .modal-body dl > dd > ul {
    text-align: left;
  }
}

.calendar .modal-body dl > dd > figure img {
  max-width: 100%;
}

.calendar .modal-body dl > dd > figure > figcaption {
  display: none;
}

.calendar .modal-body dl > dd > ul {
  color: #75807b;
}

@media (max-width: 767px) {
  .calendar .modal-body dl > dd > ul {
    margin-top: 15px;
  }
}

.calendar .modal-body dl > dd:after {
  display: block;
  content: "";
  clear: both;
}

.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;
}

.card i:first-child {
  margin-bottom: 1rem;
}

.card i:last-child {
  margin-bottom: 0;
}

.card-hover {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

.card-hover span {
  display: inline-block;
  border: 1px solid black;
  width: 100%;
  max-width: 8rem;
  padding: 0.5rem;
  color: black;
  background-color: white;
  text-align: center;
}

.card-hover:hover, .card-hover:focus {
  background-color: #cf000d;
  color: white;
  text-decoration: none;
}

.card-gradu {
  border: 0;
  border-radius: 0;
  background-image: url(../../../resources/images/module/card-gradu-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 12.5%;
}

.card-gradu, .card-gradu a {
  color: white;
}

.card-gradu .card-body {
  padding: 3rem;
  margin: 0;
}

.card-gradu .card-body > a {
  display: inline-block;
  border: 1px solid white;
  padding: 0.5rem 1.5rem;
  margin-top: 3rem;
}

.card-gradu .card-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.card-gradu .card-title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1.3125rem;
  width: 2.5rem;
  height: 0.375rem;
  background-color: white;
}

.card-gradu .card-text {
  color: rgba(255, 255, 255, 0.75);
}

.diagram {
  max-width: 50rem;
  margin: 0 auto;
  overflow: hidden;
}

.diagram[data-length="3"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="3"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
          transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
}

.diagram[data-length="3"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
          transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(45deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-45deg);
          transform: rotate(45deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-45deg);
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(135deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-135deg);
          transform: rotate(135deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-135deg);
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(225deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-225deg);
          transform: rotate(225deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-225deg);
}

.diagram[data-length="4"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(315deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-315deg);
          transform: rotate(315deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-315deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(162deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-162deg);
          transform: rotate(162deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-162deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(234deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-234deg);
          transform: rotate(234deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-234deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(306deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-306deg);
          transform: rotate(306deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-306deg);
}

.diagram[data-length="5"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(378deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-378deg);
          transform: rotate(378deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-378deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(60deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-60deg);
          transform: rotate(60deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-60deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(120deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-120deg);
          transform: rotate(120deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-120deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
          transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(240deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-240deg);
          transform: rotate(240deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-240deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(300deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-300deg);
          transform: rotate(300deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-300deg);
}

.diagram[data-length="6"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
          transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(38.57143deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-38.57143deg);
          transform: rotate(38.57143deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-38.57143deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(141.42857deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-141.42857deg);
          transform: rotate(141.42857deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-141.42857deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(192.85714deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-192.85714deg);
          transform: rotate(192.85714deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-192.85714deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(244.28571deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-244.28571deg);
          transform: rotate(244.28571deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-244.28571deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(295.71429deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-295.71429deg);
          transform: rotate(295.71429deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-295.71429deg);
}

.diagram[data-length="7"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(347.14286deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-347.14286deg);
          transform: rotate(347.14286deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-347.14286deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(22.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-22.5deg);
          transform: rotate(22.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-22.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(67.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-67.5deg);
          transform: rotate(67.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-67.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(112.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-112.5deg);
          transform: rotate(112.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-112.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(157.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-157.5deg);
          transform: rotate(157.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-157.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(202.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-202.5deg);
          transform: rotate(202.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-202.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(247.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-247.5deg);
          transform: rotate(247.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-247.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(292.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-292.5deg);
          transform: rotate(292.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-292.5deg);
}

.diagram[data-length="8"] > .diagram-inner > ul > li:nth-child(8) {
  background-color: #801620;
  -webkit-transform: rotate(337.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-337.5deg);
          transform: rotate(337.5deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-337.5deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(50deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-50deg);
          transform: rotate(50deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-50deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
          transform: rotate(90deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(130deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-130deg);
          transform: rotate(130deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-130deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(170deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-170deg);
          transform: rotate(170deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-170deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
          transform: rotate(210deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-210deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(250deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-250deg);
          transform: rotate(250deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-250deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(290deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-290deg);
          transform: rotate(290deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-290deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(8) {
  background-color: #801620;
  -webkit-transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
          transform: rotate(330deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-330deg);
}

.diagram[data-length="9"] > .diagram-inner > ul > li:nth-child(9) {
  background-color: #73141d;
  -webkit-transform: rotate(370deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-370deg);
          transform: rotate(370deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-370deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(1) {
  background-color: #da2839;
  -webkit-transform: rotate(36deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-36deg);
          transform: rotate(36deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-36deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(2) {
  background-color: #cf2434;
  -webkit-transform: rotate(72deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-72deg);
          transform: rotate(72deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-72deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(3) {
  background-color: #c22231;
  -webkit-transform: rotate(108deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-108deg);
          transform: rotate(108deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-108deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(4) {
  background-color: #b51f2e;
  -webkit-transform: rotate(144deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-144deg);
          transform: rotate(144deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-144deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(5) {
  background-color: #a71d2a;
  -webkit-transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
          transform: rotate(180deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-180deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(6) {
  background-color: #9a1b27;
  -webkit-transform: rotate(216deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-216deg);
          transform: rotate(216deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-216deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(7) {
  background-color: #8d1924;
  -webkit-transform: rotate(252deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-252deg);
          transform: rotate(252deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-252deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(8) {
  background-color: #801620;
  -webkit-transform: rotate(288deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-288deg);
          transform: rotate(288deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-288deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(9) {
  background-color: #73141d;
  -webkit-transform: rotate(324deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-324deg);
          transform: rotate(324deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-324deg);
}

.diagram[data-length="10"] > .diagram-inner > ul > li:nth-child(10) {
  background-color: #66121a;
  -webkit-transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
          transform: rotate(360deg) translate(-116.25%) rotatex(1deg) scaley(1.00015) rotate(-360deg);
}

.diagram-inner {
  position: relative;
  padding-bottom: 100%;
}

.diagram-inner > h4, .diagram-inner > ul > li {
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diagram-inner > h4 > *, .diagram-inner > ul > li > * {
  width: 100%;
}

.diagram-inner > h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: 45%;
  border-radius: 100%;
  text-align: center;
  background-color: #ef8a21;
  color: white;
  z-index: 1;
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > h4 {
    font-size: 1.75rem;
  }
}

.diagram-inner > ul {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.diagram-inner > ul > li {
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 0 1rem;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #dc3545;
  color: white;
}

.diagram-inner > ul > li > h5 {
  font-weight: 700;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h5 {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 0) {
  .diagram-inner > ul > li > h6 {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > h6 {
    font-size: 1.4rem;
  }
}

.diagram-inner > ul > li > span {
  display: block;
}

@media (min-width: 0) {
  .diagram-inner > ul > li > span {
    font-size: 0.7rem;
  }
}

@media (min-width: 576px) {
  .diagram-inner > ul > li > span {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .diagram-inner > ul > li > span {
    font-size: 0.9rem;
  }
}

.diagram-inner > ul > li > * {
  padding: 0.125rem;
  margin: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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;
}

.xi-angle-left, .xi-angle-right{
    color: #004397;
}

.comment_top_tit .num{
    font-style: inherit;
}

.board_view_file .file_each > a{
    color: #0056b3 !important;
}

.board_list .tit a{
    color: #000 !important;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #005BAB;
  background-color: #fff;
  border-color: #005BAB;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba( 0, 91, 171, 0.25);
          box-shadow: 0 0 0 0.2rem rgba( 0, 91, 171, 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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.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: 80%;
  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: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.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.5em + 0.75rem) !important;
  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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.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: 80%;
  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: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.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.5em + 0.75rem) !important;
  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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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 select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.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;
  }
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-terms {
  border: 1px solid #cbd3da;
  height: 350px;
  padding: 1.5rem;
  overflow-y: scroll;
}

.login-text {
  margin-top: 5px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.login-text p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #495057;
}

.login-text p:last-child {
  margin-bottom: 0;
  color: #cf000d;
}

@media (max-width: 767px) {
  .login-text p {
    letter-spacing: -1.45px;
  }
}

@media (max-width: 767px) {
  .login-text.eng-login p {
    letter-spacing: inherit;
  }
}

.gallery {
  border-top: 2px solid #444b48;
  border-bottom: 1px solid #dae0e5;
  padding: 1rem 0;
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.gallery-list:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  .gallery-list {
  }
}

@media (min-width: 576px) {
  .gallery-list {
  }
}

@media (min-width: 1260px) {
  .gallery-list {
   
  }
}

.gallery-list > li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media (min-width: 0) {
  .gallery-list > li {
    width: 100%;
    padding: 1rem 1rem;
  }
}

@media (min-width: 576px) {
  .gallery-list > li {
    width: 50%;
    padding: 1rem 1rem;
  }
}

@media (min-width: 1260px) {
  .gallery-list > li {
    width: 33.33333%;
    padding: 1rem 1rem;
  }
}

.gallery-list > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gallery-list > li > a > figure {
  position: relative;
  padding: 0 0 75% 0;
  margin: 0 0 15px 0;
  overflow: hidden;
  border: 1px solid #ddd;
}

.gallery-list > li > a:hover img { transform: scale(1.2); transition: all .3s; }

.gallery-list > li > a > figure > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  transition: all .3s;
}

.gallery-list > li > a > figure > figcaption {
  display: none;
}

.gallery-list > li > a > h4 {
  color: inherit;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-list > li > a > h5 {
  color: #777;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .gallery-list > li > a > h5 {
    font-size: 0.875rem;
  }
}

@media (min-width: 1260px) {
  .gallery-list > li > a > h5 {
    font-size: 0.938rem;
  }
}

.gallery-list > li > a > dl {
  padding: 0;
  margin: 15px 0 0 0;
  color: #888;
}

@media (min-width: 0) {
  .gallery-list > li > a > dl {
    font-size: 0.813rem;
  }
}

@media (min-width: 1260px) {
  .gallery-list > li > a > dl {
    font-size: 0.875rem;
  }
}

.gallery-list > li > a > dl:after {
  display: block;
  content: "";
  clear: both;
}

.gallery-list > li > a > dl > dt {
  float: left;
}

.gallery-list > li > a > dl > dd {
  float: left;
  padding: 0 15px 0 5px;
  margin: 0;
}

.gallery-list-long > li > a > figure {
  padding: 0 0 133.33333% 0;
}

.pdf {
  border-top: 2px solid #444b48;
  border-bottom: 1px solid #dae0e5;
  padding: 2rem 0;
}

.pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.pdf-list:after {
	content: '';
	display: block;
	clear: both;
}

.pdf-list > li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border: 1px solid #dae0e5;
}

.pdf-list > li:after {
	content: '';
	display: block;
	clear: both;
}

.pdf-list > li:nth-child(even) {
	margin-right: 0;
}

@media (min-width: 0) {
  .pdf-list > li {
    padding: 3rem 1rem;
  }
}

@media (min-width: 576px) {
  .pdf-list > li {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 767px) {
	.pdf-list > li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

@media (min-width: 768px) {
  .pdf-list > li {
    width: 49.5%;
    padding: 2rem 2rem;
    margin: 10px 7px 0 0;
  }
}

@media (min-width: 1260px) {
  .pdf-list > li {
    padding: 3rem 3rem;
    margin: 9px 9px 0 0;
  }
}

.pdf-list > li > div {
	float: left;
	width: 48%;
	height: 100%;
	margin-right: 4%;
}

.pdf-list > li > div + div {
	margin-right: 0;
}

.pdf-list > li > div figure {
	margin: 0;
}

/*
.pdf-list .btn-lists {
	position: relative;
	height: 100%;
}

.pdf-list .btn-lists > ul {
	position: absolute;
	padding: 0;
	top: 50%;
	left: 0;
	right: 0;
	translate: 0 -50%;
}
*/

.pdf-list .btn-lists { padding: 0; }

.pdf-list .btn-lists > li {
	margin-bottom: 10px;
}

.pdf-list .btn-lists > li:last-child {
	margin-bottom: 0;
}

.pdf-list .btn-lists > li > a {
	display: block;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #dae0e5;
	border-radius: 5px;
	color: #000;
}

.pdf-list .btn-lists > li:first-child > a {
	background-color: #005BAB;
	color: #fff;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
    .row > .col-xs-12.col-md-6.col-xl-6{
        width: 90%;
    }
    body.mainpage > main .widgets > .container > .row > [class^="col"]{
        margin: 1.5rem auto !important;
    }
}

@media (min-width: 576px) {
  .container, .container-sm, .row > .col-xs-12.col-md-6.col-xl-5 > .board, .row > .col-xs-12.col-md-6.col-xl-5 > .recent-gallery{
    max-width: 556px;
  }
  .row > .col-xs-12.col-md-6.col-xl-5 > .board {
    margin: 0 auto;
    padding: 0 15px;
  }

  .row > .col-xs-12.col-md-6.col-xl-5 > .recent-gallery{
    margin: 0 auto;
    padding: 0 15px;
  }

}

@media (max-width: 575px) {
    .row > .col-xs-12.col-md-6.col-xl-5 > .board{
        padding: 0 15px;
    }
    .row > .col-xs-12.col-md-6.col-xl-5 > .recent-gallery{
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 95%;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 95%;
  }
}

@media (min-width: 1260px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1250px;
  }
}

@media (min-width: 1480px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1300px;
  }
}

.row > section.recent-people > .recent-people-title{
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bg-light.py-5 > .form-signin > .row{
    flex-wrap: wrap;
}

.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-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-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: 768px) {
  .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 90%;
            flex: 0 0 90%;
    max-width: 100%;
  }

  body.mainpage > main .widgets > .container > .row > [class^="col"]{
    margin: 1.5rem auto !important;
  }

  .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: 992px) {
  .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: 1260px) {
  .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 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .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 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.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%;
  }
}

@media (min-width: 1480px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.halloffame-title {
  background-repeat: no-repeat;
  background-position: center;
}

.halloffame-title > img {
  display: block;
  margin: 0 auto;
}

.halloffame-content {
  background-color: #f0f0f0;
  padding: 3rem;
}

.halloffame-content > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.halloffame-content > nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

@media (min-width: 0) {
  .halloffame-content > nav > ul > li {
    width: 50%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .halloffame-content > nav > ul > li {
    width: 25%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .halloffame-content > nav > ul > li {
    width: 14.28571%;
  }
}

.halloffame-content > nav > ul > li > a {
  display: block;
  background-color: white;
  border: 1px solid #b4a894;
  margin: 0 -1px;
  color: #646464;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
}

@media (min-width: 0) {
  .halloffame-content > nav > ul > li > a {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .halloffame-content > nav > ul > li > a {
    padding: 1rem .5rem;
    font-size: 14px;
  }
}

.halloffame-content > nav > ul > li.is-active > a {
  background-color: #b4a894;
  color: white;
}

.halloffame-content-list {
  margin-top: 3rem;
}

.halloffame-content-list > h4 {
  font-size: 2.125rem;
  color: #ae7e32;
  text-align: center;
  margin: 0;
  padding: 0;
}

.halloffame-content-list > img {
  display: block;
  margin: 1rem auto;
}

.halloffame-content-list > p {
  text-align: center;
  font-size: 1.133rem;
  margin: 0;
  padding: 0;
}

.halloffame-content-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0;
  margin: -1rem;
  list-style: none;
}

.halloffame-content-list > ul > li {
  padding: 1.5rem 1rem;
  max-width: 350px;
}

@media (min-width: 0) {
  .halloffame-content-list > ul > li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .halloffame-content-list > ul > li {
    width: 50%;
  }
}

.halloffame-content-list__box {
  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;
  background-color: white;
  border: 1px solid #ccc;
  height: 100%;
  padding: 1rem;
}

.halloffame-content-list__box > figure {
  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: 120px;
  height: 120px;
  background-color: #f1f1f1;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
}

.halloffame-content-list__box > figure > img {
  max-width: 100%;
  max-height: 100%;
}

.halloffame-content-list__box > figure > figcaption {
  display: none;
}

.halloffame-content-list__box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0;
}

.halloffame-content-list__box > div:first-child:last-child {
  text-align: center;
}

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
  color: #cf000d;
  font-weight: 600;
}

h1.heading-line, h2.heading-line, h3.heading-line, h4.heading-line, h5.heading-line, h6.heading-line {
  color: #111;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
}

h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span, h5.heading-line span, h6.heading-line span {
  display: inline-block;
  font-size: 0.85rem;
}

@media (min-width: 0) {
  h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span, h5.heading-line span, h6.heading-line span {
    display: block;
  }
}

@media (min-width: 576px) {
  h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span, h5.heading-line span, h6.heading-line span {
    display: inline-block;
  }
}

h1.heading-line:before, h2.heading-line:before, h3.heading-line:before, h4.heading-line:before, h5.heading-line:before, h6.heading-line:before {
  display: block;
  content: "";
  font-size: inherit;
  width: 3.375rem;
  height: 0.25rem;
  background-color: #1543A0;
  margin-bottom: 1rem;
}

h1.heading-line-sm, h2.heading-line-sm, h3.heading-line-sm, h4.heading-line-sm, h5.heading-line-sm, h6.heading-line-sm {
  font-weight: 600;
  color: #2c302e;
  margin: 1.5rem 0 1rem 0;
}

h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span, h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span {
  display: inline-block;
}

@media (min-width: 0) {
  h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span, h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span {
    display: block;
  }
}

@media (min-width: 576px) {
  h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span, h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span {
    display: inline-block;
  }
}

h1.heading-line-sm:before, h2.heading-line-sm:before, h3.heading-line-sm:before, h4.heading-line-sm:before, h5.heading-line-sm:before, h6.heading-line-sm:before {
  display: block;
  content: "";
  width: 2.5em;
  height: 2px;
  background-color: #cf000d;
  margin-bottom: 0.3em;
}

h1.heading-circle, h2.heading-circle, h3.heading-circle, h4.heading-circle, h5.heading-circle, h6.heading-circle {
  line-height: 1.5em;
  padding: 0 0 0 1.3em;
  margin: 0.5em 0;
  position: relative;
  font-weight: 600;
}

h1.heading-circle:before, h2.heading-circle:before, h3.heading-circle:before, h4.heading-circle:before, h5.heading-circle:before, h6.heading-circle:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.375em;
  border-width: 0.2em;
  border-style: solid;
  border-color: #1543A0;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    /* content: "";
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 26px;
    height: 26px;
    background: url(../../../resources/images/theme/base/head-icon.png) no-repeat 0 0/100%; */
}

.identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #cbd3da;
  padding: 3rem 1.5rem;
}

@media screen and (max-width: 991px) {
  .identity {
    height: auto !important;
  }
}

.identity > img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.identity-grid {
  background-image: url(../../../resources/images/module/identity-grid-bg.png);
  background-position: center;
}

.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(: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(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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: 1.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: 0.875rem;
  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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
}

.introduce-figure {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 40%;
}

.introduce-figure img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.introduce-figure figcaption {
  display: none;
}

.introduce-text {
  position: relative;
  z-index: 1;
  background-color: white;
}

@media (min-width: 0) {
  .introduce-text {
    margin: -1rem 1rem 0 1rem;
  }
}

@media (min-width: 576px) {
  .introduce-text {
    margin: -3rem 1.5rem 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .introduce-text {
    margin: -6rem 3rem 0 3rem;
  }
}

.introduce-text h2 {
  position: relative;
  font-weight: 700;
  text-align: center;
  padding: 2.25rem 0;
}

@media (min-width: 0) {
  .introduce-text h2 {
    font-size: 1.05rem;
    margin: 0 1rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2 {
    font-size: 1.3rem;
    margin: 0 4.5rem;
  }
}

@media (min-width: 992px) {
  .introduce-text h2 {
    font-size: 1.625rem;
    margin: 0 4.5rem;
  }
}

.introduce-text h2 > span {
  display: block;
  color: #6c757d;
}

@media (min-width: 0) {
  .introduce-text h2 > span {
    font-size: 0.95rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2 > span {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .introduce-text h2 > span {
    font-size: 1.188rem;
  }
}

.introduce-text h2:before, .introduce-text h2:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media (min-width: 0) {
  .introduce-text h2:before, .introduce-text h2:after {
    width: 26.625px;
    height: 17.25px;
  }
}

@media (min-width: 576px) {
  .introduce-text h2:before, .introduce-text h2:after {
    width: 35.5px;
    height: 23px;
  }
}

@media (min-width: 992px) {
  .introduce-text h2:before, .introduce-text h2:after {
    width: 71px;
    height: 46px;
  }
}

.introduce-text h2:before {
  background-image: url(../../../resources/images/module/introduce-before.png);
}

@media (min-width: 0) {
  .introduce-text h2:before {
    left: -2rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2:before {
    left: -35.5px;
  }
}

@media (min-width: 1260px) {
  .introduce-text h2:before {
    left: 0;
  }
}

.introduce-text h2:after {
  background-image: url(../../../resources/images/module/introduce-after.png);
}

@media (min-width: 0) {
  .introduce-text h2:after {
    right: -2rem;
  }
}

@media (min-width: 576px) {
  .introduce-text h2:after {
    right: -35.5px;
  }
}

@media (min-width: 1260px) {
  .introduce-text h2:after {
    right: 0;
  }
}

@media (min-width: 0) {
  .introduce-text p {
    font-size: 0.9rem;
    line-height: 1.75em;
  }
}

@media (min-width: 576px) {
  .introduce-text p {
    font-size: 0.95rem;
    line-height: 1.75em;
  }
}

@media (min-width: 992px) {
  .introduce-text p {
    font-size: 1rem;
    line-height: 1.75em;
  }
}

ul.list-disc, ul.list-dashed, ul.list-decimal, ul.list-decimal-bracket, ul.list-reference, ol.list-disc, ol.list-dashed, ol.list-decimal, ol.list-decimal-bracket, ol.list-reference {
  margin-bottom: 1rem;
}

ul.list-disc:last-child, ul.list-dashed:last-child, ul.list-decimal:last-child, ul.list-decimal-bracket:last-child, ul.list-reference:last-child, ol.list-disc:last-child, ol.list-dashed:last-child, ol.list-decimal:last-child, ol.list-decimal-bracket:last-child, ol.list-reference:last-child {
  margin-bottom: 0;
}

ul.list-disc > li, ul.list-dashed > li, ul.list-decimal > li, ul.list-decimal-bracket > li, ul.list-reference > li, ol.list-disc > li, ol.list-dashed > li, ol.list-decimal > li, ol.list-decimal-bracket > li, ol.list-reference > li {
  margin: 0.25rem 0;
  text-align: left;
}

ul.list-disc > li.no-marker:before, ul.list-dashed > li.no-marker:before, ul.list-decimal > li.no-marker:before, ul.list-decimal-bracket > li.no-marker:before, ul.list-reference > li.no-marker:before, ol.list-disc > li.no-marker:before, ol.list-dashed > li.no-marker:before, ol.list-decimal > li.no-marker:before, ol.list-decimal-bracket > li.no-marker:before, ol.list-reference > li.no-marker:before {
  display: none;
}

ul.list-disc > li > .table, ul.list-disc > li .table-scroll, ul.list-dashed > li > .table, ul.list-dashed > li .table-scroll, ul.list-decimal > li > .table, ul.list-decimal > li .table-scroll, ul.list-decimal-bracket > li > .table, ul.list-decimal-bracket > li .table-scroll, ul.list-reference > li > .table, ul.list-reference > li .table-scroll, ol.list-disc > li > .table, ol.list-disc > li .table-scroll, ol.list-dashed > li > .table, ol.list-dashed > li .table-scroll, ol.list-decimal > li > .table, ol.list-decimal > li .table-scroll, ol.list-decimal-bracket > li > .table, ol.list-decimal-bracket > li .table-scroll, ol.list-reference > li > .table, ol.list-reference > li .table-scroll {
  margin-top: 0.5rem;
}

ul.list-disc, ol.list-disc {
  line-height: 1.55rem;
  padding: 0 0 0 0.5rem;
}

ul.list-disc > li, ol.list-disc > li {
  list-style: none;
  position: relative;
}

ul.list-disc > li:before, ol.list-disc > li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.775rem;
  margin-top: -0.094rem;
  margin-left: -0.5rem;
  width: 0.188rem;
  height: 0.188rem;
  background-color: #2c302e;
  border-radius: 100%;
}

ul.list-dashed, ol.list-dashed {
  line-height: 1.55rem;
  padding: 0 0 0 0.75rem;
}

ul.list-dashed > li, ol.list-dashed > li {
  list-style: none;
  position: relative;
}

ul.list-dashed > li:before, ol.list-dashed > li:before {
  display: block;
  content: "-";
  position: absolute;
  left: -0.75rem;
  top: 0;
}

ul.list-decimal, ol.list-decimal {
  line-height: 1.55rem;
  padding: 0 0 0 1.15rem;
  counter-reset: decimal 0;
}

ul.list-decimal > li, ol.list-decimal > li {
  list-style: none;
  position: relative;
}

ul.list-decimal > li:before, ol.list-decimal > li:before {
  display: block;
  counter-increment: decimal;
  content: counter(decimal) ".";
  position: absolute;
  left: -1.15rem;
  text-align: right;
  top: 0;
}

ul.list-decimal-bracket, ol.list-decimal-bracket {
  line-height: 1.55rem;
  padding: 0 0 0 1.15rem;
  counter-reset: decimal_bracket 0;
}

ul.list-decimal-bracket > li, ol.list-decimal-bracket > li {
  list-style: none;
  position: relative;
}

ul.list-decimal-bracket > li:before, ol.list-decimal-bracket > li:before {
  display: block;
  counter-increment: decimal_bracket;
  content: counter(decimal_bracket) ")";
  position: absolute;
  left: -1.15rem;
  text-align: right;
  top: 0;
}

ul.list-reference, ol.list-reference {
  line-height: 1.55em;
  padding: 0 0 0 1.15em;
}

ul.list-reference > li, ol.list-reference > li {
  margin: 0.5em 0;
  list-style: none;
  position: relative;
}

ul.list-reference > li:before, ol.list-reference > li:before {
  display: block;
  content: "※";
  position: absolute;
  left: -1.15em;
}

ul.list-webzine, ol.list-webzine {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 2px solid #2c302e;
}

ul.list-webzine > li, ol.list-webzine > li {
  padding: 1.5rem 0;
  overflow: hidden;
  border-bottom: 1px solid #dae0e5;
}

ul.list-webzine > li > a, ol.list-webzine > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 0) {
  ul.list-webzine > li > a, ol.list-webzine > li > a {
    padding-left: 100px;
  }
}

@media (min-width: 576px) {
  ul.list-webzine > li > a, ol.list-webzine > li > a {
    padding-left: 150px;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a, ol.list-webzine > li > a {
    padding-left: 230px;
  }
}

ul.list-webzine > li > a:hover, ol.list-webzine > li > a:hover {
  color: inherit;
}

ul.list-webzine > li > a > em, ol.list-webzine > li > a > em {
  width: 80px;
  font-style: normal;
  margin-left: -230px;
  text-align: center;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > em, ol.list-webzine > li > a > em {
    display: none;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > em, ol.list-webzine > li > a > em {
    display: block;
  }
}

ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
  padding: 0;
  margin: 0;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
    margin-left: -100px;
    width: 100px;
  }
}

@media (min-width: 576px) {
  ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
    margin-left: -150px;
    width: 150px;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > figure, ol.list-webzine > li > a > figure {
    margin-left: 0;
    width: 150px;
  }
}

ul.list-webzine > li > a > figure > img, ol.list-webzine > li > a > figure > img {
  display: block;
  width: 100%;
  height: auto;
}

ul.list-webzine > li > a > figure > figcaption, ol.list-webzine > li > a > figure > figcaption {
  display: none;
}

ul.list-webzine > li > a > div, ol.list-webzine > li > a > div {
  width: 100%;
  padding-left: 1.5rem;
}

ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
  font-weight: 700;
  color: #2c302e;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  ul.list-webzine > li > a > div > h3, ol.list-webzine > li > a > div > h3 {
    font-size: 1.5rem;
  }
}

ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
  font-size: 55%;
  padding: 0;
}

@media (min-width: 0) {
  ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  ul.list-webzine > li > a > div > h3 > .badge, ol.list-webzine > li > a > div > h3 > .badge {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0.5rem;
  }
}

ul.list-webzine > li > a > div > p, ol.list-webzine > li > a > div > p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  height: 3rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul.list-webzine > li > a > div > div, ol.list-webzine > li > a > div > div {
  font-size: 0.8rem;
  margin: 0 -0.5rem;
}

ul.list-webzine > li > a > div > div > p, ol.list-webzine > li > a > div > div > p {
  position: relative;
  padding: 0 0.5rem;
  margin: 0;
  float: left;
}

ul.list-webzine > li > a > div > div > p:before, ol.list-webzine > li > a > div > div > p:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5px;
  margin: auto 0;
  width: 1px;
  height: 0.6rem;
  background-color: #dae0e5;
}

ul.list-webzine > li > a > div > div > p:first-child:before, ol.list-webzine > li > a > div > div > p:first-child:before {
  display: none;
}

.qna-text {
  margin-bottom: 50px;
  padding: 15px 50px;
  background-color: #fafafa;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991px) {
  .qna-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .qna-text {
    margin-bottom: 15px;
    padding: 30px 15px;
  }
}

.qna-text__img {
  width: 185px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .qna-text__img {
    width: 100%;
    text-align: center;
  }
}

.qna-text__img img {
  display: inline-block;
}

.qna-text__text {
  width: calc(100% - 185px);
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .qna-text__text {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

.qna-text__text p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: -.3px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .qna-text__text p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .qna-text__text p {
    font-size: 14px;
    line-height: 28px;
  }
}

.qna-text__text a {
  font-weight: 700;
  color: #b40428;
  text-decoration: underline;
}

.location-map {
  margin-bottom: 3rem;
}

.location-map-frame {
  position: relative;
}

.location ul{
    border-top: 1px solid #eeee;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    padding-bottom: 1rem;
}

.location li{
  display: flex;
  height: 5.5rem;
  padding: 1rem;
  margin: 1rem;
}

.location li dl{
  font-size: 1.3rem;
  padding-left: 1rem;
}

@media (min-width: 0) {
  .location-map-frame {
    padding-bottom: 80%;
  }
}

@media (min-width: 576px) {
  .location-map-frame {
    padding-bottom: 65%;
  }
}

@media (min-width: 992px) {
  .location-map-frame {
    padding-bottom: 50%;
  }
}

@media (min-width: 1260px) {
  .location-map-frame {
    padding-bottom: 40%;
  }
}

@media (max-width:576px){
    .location ul{
        padding-left: 0;
    }
    .location li{
        align-items: flex-start;
        padding: 0;
    }
    .location dd{
        font-size: 1.2rem;
    }
    .location li:first-child{
        padding-top: 1rem;
        height: 10rem;
    }
}

.location-map-frame > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 0;
}

.location-map-overview {
  position: relative;
  background-color: #cf000d;
}

.location-map-overview > dl {
  margin: 0;
  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;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  color: white;
}

@media (min-width: 0) {
  .location-map-overview > dl {
    height: auto;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .location-map-overview > dl {
    height: 100px;
    padding: 28.5px;
    padding-left: 1rem;
    padding-right: 116px;
  }
}

@media (min-width: 1260px) {
  .location-map-overview > dl {
    height: 100px;
    padding: 28.5px;
    padding-left: 3rem;
    padding-right: 148px;
  }
}

.location-map-overview > dl:after {
  display: block;
  content: "";
  clear: both;
}

.location-map-overview > dl > dt {
  width: 43px;
  height: 43px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0.25rem 0;
  border-radius: 100%;
  background-color: #9c000a;
}

.location-map-overview > dl > dd {
  margin: 0.25rem 0;
  padding-left: 59px;
  margin-left: -43px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .location-map-overview > dl > dd {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .location-map-overview > dl > dd {
    width: 50%;
  }
}

.location-map-overview > a {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 0) {
  .location-map-overview > a {
    width: 100%;
    height: auto;
    text-indent: 0;
    position: static;
    background-image: none;
  }
}

@media (min-width: 768px) {
  .location-map-overview > a {
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    background-image: url(../../../resources/images/module/location-map-overview-map.png);
  }
}

.location-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 3rem;
}

.location-list > li {
  position: relative;
  margin-bottom: 0.5rem;
}

.location-list > li:last-child {
  margin-bottom: 0;
}

.location-list > li:before {
  display: block;
  position: absolute;
  left: -3rem;
  top: 4.2px;
  content: "";
  width: 40px;
  height: 14px;
  background-image: url(../../../resources/images/module/location-list.png);
}

.manager {
  list-style: none;
  background-color: #f8f9fa;
  border: 1px solid #cbd3da;
  padding: 1.5rem;
  margin: 0;
  margin-top: 6rem;
  font-size: 0.933rem;
  line-height: 1.933rem;
}

.manager > li {
  border-top: 1px solid #dae0e5;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

.manager > li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.manager > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.manager > li > ul:after {
  display: block;
  content: "";
  clear: both;
}

.manager > li > ul > li {
  float: left;
  margin-right: 1.5rem;
}

.manager > li > ul > li:last-child {
  margin-right: 0;
}

.manager > li > ul > li > dl {
  padding: 0;
  margin: 0;
}

.manager > li > ul > li > dl:after {
  display: block;
  content: "";
  clear: both;
}

.manager > li > ul > li > dl > dt, .manager > li > ul > li > dl dd {
  padding: 0;
  margin: 0;
  float: left;
}

.manager > li > ul > li > dl > dt {
  color: #444b48;
  margin-right: 1rem;
  font-weight: 700;
}

.manager > li > ul > li > dl > dd {
  color: #383d3b;
}

.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.5;
}

.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: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1260px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal {
  z-index: 9999;
}

.modal-header .close {
  background: none;
  border: 0;
  width: 1.5rem;
  background-image: url(../../../resources/images/module/btn-close.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}

.modal-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.modal-primary .modal-header {
  background-color: #005BAB;
  padding: 1.5rem;
}

.modal-primary .modal-header .close {
  padding: inherit;
  margin: -1.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url(../../../resources/images/module/modal-primary-close.png);
  background-color: #0e2146;
}

.modal-primary .modal-title {
  color: white;
}

.modal-primary .modal-content {
  border: 0 !important;
}

.modal-primary .modal-body > article {
  display: block;
}

.modal-primary .modal-body > ul.files {
  padding: 0;
  margin: 1.5rem 0 0 0;
  list-style: none;
}

.modal-rounded-0 .modal-content, .modal-rounded-0 .modal-header, .modal-rounded-0 .modal-body, .modal-rounded-0 .modal-footer {
  border-radius: 0 !important;
}

.modal-content > .modal-body.text-left > ul > li > a{
    color: #0400ed;
}

.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-link {
  margin-bottom: -1px;
  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: #cf000d;
}

.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;
}

.nav-justified .nav-item {
  white-space: nowrap;
}

.nav-default {
  border-bottom: 0;
  margin-bottom: 1.5rem;
}

.nav-default .nav-link, .nav-default .nav-link.active, .nav-default .nav-item.show .nav-default .nav-link {
  border-color: #dae0e5;
}

.nav-default .nav-link {
  color: #5d6561;
  background-color: #f5f6f8;
  border-radius: 0;
  position: relative;
  margin: 0 -0.5px;
  padding: 1rem 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


@media (min-width: 0) {
  .nav-default .nav-link {
    font-size: 0.825rem;
  }
}

@media (min-width: 576px) {
  .nav-default .nav-link {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .nav-default .nav-link {
    font-size: 1.125rem;
  }
}

.nav-default .nav-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #f5f6f8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-default .nav-link.active {
  color: #0068BD;
}

.nav-default .nav-link.active:before {
  background-color: #0068BD;
}

.orgchart {
  overflow: hidden;
}

.orgchart > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 -1rem;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}

@media (min-width: 0) {
  .orgchart > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .orgchart > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.orgchart > ul:first-child {
  margin-top: -1rem;
}

.orgchart > ul:before, .orgchart > ul > li:not(.empty):before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 1rem;
  background: #cbd3da;
}

.orgchart > ul:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: #cbd3da;
}

.orgchart > ul:last-child:after {
  display: none;
}

.orgchart > ul > li {
  padding-top: 1rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 0) {
  .orgchart > ul > li {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .orgchart > ul > li {
    width: 100%;
    max-width: 20rem;
  }
}

.orgchart > ul > li:not(.empty):after {
  position: absolute;
  content: "";
  width: auto;
  height: 1px;
  content: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #cbd3da;
  z-index: 1;
}

@media (min-width: 0) {
  .orgchart > ul > li:not(.empty):after {
    display: none;
  }
}

@media (min-width: 768px) {
  .orgchart > ul > li:not(.empty):after {
    display: block;
  }
}

.orgchart > ul > li:not(.empty):first-child:after {
  left: 50%;
}

.orgchart > ul > li:not(.empty):last-child:after {
  right: 50%;
}

.orgchart > ul > li > em {
  display: block;
  margin: 0 1rem;
  background-color: #2c302e;
  color: white;
  font-style: normal;
  text-align: center;
}

.orgchart > ul > li > em[class^="bg-"] {
  font-weight: 700;
}

@media (min-width: 0) {
  .orgchart > ul > li > em {
    padding: 1rem;
    font-size: 1.1rem;
  }
  .orgchart > ul > li > em[class^="bg-"] {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  .orgchart > ul > li > em {
    padding: 1rem;
    font-size: 1.175rem;
  }
  .orgchart > ul > li > em[class^="bg-"] {
    font-size: 1.275rem;
  }
}

@media (min-width: 1260px) {
  .orgchart > ul > li > em {
    padding: 1.5rem;
    font-size: 1.25rem;
  }
  .orgchart > ul > li > em[class^="bg-"] {
    font-size: 1.4rem;
  }
}

.orgchart > ul > li > div {
  background-color: white;
  padding: 1rem;
  border: 1px solid #cbd3da;
  border-top: 0;
  margin: 0 1rem;
}

.orgchart > ul:first-child > li {
  padding-top: 0;
}

.orgchart > ul:last-child > li {
  padding-bottom: 0;
}

.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: #cf000d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #2359C6;
  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(207, 0, 13, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 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: #cf000d;
  border-color: #cf000d;
}

.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: 1.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: 0.875rem;
  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;
}

.pagination-custom {
  display: inline-block;
  padding: 0;
  list-style: none;
}

@media (min-width: 0) {
  .pagination-custom {
    margin: 0 -0.0625rem;
  }
}

@media (min-width: 576px) {
  .pagination-custom {
    margin: 0 -0.08333rem;
  }
}

@media (min-width: 768px) {
  .pagination-custom {
    margin: 0 -0.125rem;
  }
}

.pagination-custom .page-item {
  float: left;
}

@media (min-width: 0) {
  .pagination-custom .page-item {
    padding: 0 0.0625rem;
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item {
    padding: 0 0.08333rem;
  }
}

@media (min-width: 768px) {
  .pagination-custom .page-item {
    padding: 0 0.125rem;
  }
}

@media (min-width: 0) {
  .pagination-custom .page-item:first-child, .pagination-custom .page-item:last-child {
    display: block;
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item:first-child, .pagination-custom .page-item:last-child {
    display: block;
  }
}

.pagination-custom .page-item.bd-item > a {
  border: none;
}

.pagination-custom .page-item > a {
  display: block;
  color: inherit;
  text-align: center;
  border: 1px solid #e9ecef;
  text-decoration: none;
}

@media (min-width: 0) {
  .pagination-custom .page-item > a {
    font-size: 0.65rem;
    width: 3em;
    height: 3em;
    line-height: 3em;
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item > a {
    font-size: 0.825rem;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25em;
  }
}

@media (min-width: 768px) {
  .pagination-custom .page-item > a {
    font-size: 1rem;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
  }
}

@media (min-width: 0) {
  .pagination-custom .page-item > a > i {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}

@media (min-width: 576px) {
  .pagination-custom .page-item > a > i {
    -webkit-transform: scale(0.825);
            transform: scale(0.825);
  }
}

@media (min-width: 768px) {
  .pagination-custom .page-item > a > i {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pagination-custom .page-item.is-active > a {
  color: white;
  border: 1px solid #2c302e;
  background-color: #2c302e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 0.875rem;
  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: 1rem;
  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;
}

.popover-body > li > a{
  color: #005bab;
}

.popover-body > li > a:hover{
  color: #003167;
}

a.calendar-table-day-popover{
  color: #005bab;
}

.popover {
  z-index: 999;
}

.process-title {
  color: white;
  background-color: #141a6f;
  border-radius: 100rem;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 0) {
  .process-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .process-title {
    font-size: 1.75rem;
  }
}

.process-list {
  word-break: keep-all;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 0) {
  .process-list {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .process-list {
    font-size: 1rem;
  }
}

@media (min-width: 1480px) {
  .process-list {
    font-size: 1.1rem;
  }
}

.process-list > li > dl {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  .process-list > li > dl {
    display: block;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 0) {
  .process-list > li > dl > dt {
    width: auto;
    margin-right: 0;
    color: white;
    background-color: #0c1044;
    border-radius: 100rem;
    padding: 1rem;
    font-size: 1.15rem;
    font-weight: normal;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dt {
    width: 7rem;
    margin-right: 0.5rem;
    color: inherit;
    background-color: white;
    border-radius: 0;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
  }
}

@media (min-width: 0) {
  .process-list > li > dl > dt > br {
    display: none;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dt > br {
    display: inline;
  }
}

.process-list > li > dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  margin: 0;
}

@media (min-width: 0) {
  .process-list > li > dl > dd {
    width: auto;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd {
    width: calc(100% - 7rem);
  }
}

.process-list > li > dl > dd > * {
  margin-top: 1rem !important;
}

.process-list > li > dl > dd > *:first-child {
  margin-top: 0.25rem !important;
}

.process-list > li > dl > dd dt, .process-list > li > dl > dd dd, .process-list > li > dl > dd li > span, .process-list > li > dl > dd p, .process-list > li > dl > dd div, .process-list > li > dl > dd > strong {
  padding: 0;
  margin: 0.25rem 0;
  text-align: center;
}

.process-list > li > dl > dd dt ol[class^="list-"], .process-list > li > dl > dd dt ul[class^="list-"], .process-list > li > dl > dd dd ol[class^="list-"], .process-list > li > dl > dd dd ul[class^="list-"], .process-list > li > dl > dd li > span ol[class^="list-"], .process-list > li > dl > dd li > span ul[class^="list-"], .process-list > li > dl > dd p ol[class^="list-"], .process-list > li > dl > dd p ul[class^="list-"], .process-list > li > dl > dd div ol[class^="list-"], .process-list > li > dl > dd div ul[class^="list-"], .process-list > li > dl > dd > strong ol[class^="list-"], .process-list > li > dl > dd > strong ul[class^="list-"] {
  width: 96%;
}

.process-list > li > dl > dd dt:not(dd), .process-list > li > dl > dd dd:not(dd), .process-list > li > dl > dd li > span:not(dd), .process-list > li > dl > dd p:not(dd), .process-list > li > dl > dd div:not(dd), .process-list > li > dl > dd > strong:not(dd) {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process-list > li > dl > dd dt:not(dd) > strong, .process-list > li > dl > dd dt:not(dd) > h1, .process-list > li > dl > dd dt:not(dd) > h2, .process-list > li > dl > dd dt:not(dd) > h3, .process-list > li > dl > dd dt:not(dd) > h4, .process-list > li > dl > dd dt:not(dd) > h5, .process-list > li > dl > dd dt:not(dd) > h6, .process-list > li > dl > dd dd:not(dd) > strong, .process-list > li > dl > dd dd:not(dd) > h1, .process-list > li > dl > dd dd:not(dd) > h2, .process-list > li > dl > dd dd:not(dd) > h3, .process-list > li > dl > dd dd:not(dd) > h4, .process-list > li > dl > dd dd:not(dd) > h5, .process-list > li > dl > dd dd:not(dd) > h6, .process-list > li > dl > dd li > span:not(dd) > strong, .process-list > li > dl > dd li > span:not(dd) > h1, .process-list > li > dl > dd li > span:not(dd) > h2, .process-list > li > dl > dd li > span:not(dd) > h3, .process-list > li > dl > dd li > span:not(dd) > h4, .process-list > li > dl > dd li > span:not(dd) > h5, .process-list > li > dl > dd li > span:not(dd) > h6, .process-list > li > dl > dd p:not(dd) > strong, .process-list > li > dl > dd p:not(dd) > h1, .process-list > li > dl > dd p:not(dd) > h2, .process-list > li > dl > dd p:not(dd) > h3, .process-list > li > dl > dd p:not(dd) > h4, .process-list > li > dl > dd p:not(dd) > h5, .process-list > li > dl > dd p:not(dd) > h6, .process-list > li > dl > dd div:not(dd) > strong, .process-list > li > dl > dd div:not(dd) > h1, .process-list > li > dl > dd div:not(dd) > h2, .process-list > li > dl > dd div:not(dd) > h3, .process-list > li > dl > dd div:not(dd) > h4, .process-list > li > dl > dd div:not(dd) > h5, .process-list > li > dl > dd div:not(dd) > h6, .process-list > li > dl > dd > strong:not(dd) > strong, .process-list > li > dl > dd > strong:not(dd) > h1, .process-list > li > dl > dd > strong:not(dd) > h2, .process-list > li > dl > dd > strong:not(dd) > h3, .process-list > li > dl > dd > strong:not(dd) > h4, .process-list > li > dl > dd > strong:not(dd) > h5, .process-list > li > dl > dd > strong:not(dd) > h6 {
  display: block;
  width: 100%;
}

.process-list > li > dl > dd dt:not(dd)[class^="bg-"], .process-list > li > dl > dd dd:not(dd)[class^="bg-"], .process-list > li > dl > dd li > span:not(dd)[class^="bg-"], .process-list > li > dl > dd p:not(dd)[class^="bg-"], .process-list > li > dl > dd div:not(dd)[class^="bg-"], .process-list > li > dl > dd > strong:not(dd)[class^="bg-"] {
  color: white;
  border-width: 0;
}

@media (min-width: 0) {
  .process-list > li > dl > dd dt:not(dd) > br, .process-list > li > dl > dd dd:not(dd) > br, .process-list > li > dl > dd li > span:not(dd) > br, .process-list > li > dl > dd p:not(dd) > br, .process-list > li > dl > dd div:not(dd) > br, .process-list > li > dl > dd > strong:not(dd) > br {
    display: none;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd dt:not(dd) > br, .process-list > li > dl > dd dd:not(dd) > br, .process-list > li > dl > dd li > span:not(dd) > br, .process-list > li > dl > dd p:not(dd) > br, .process-list > li > dl > dd div:not(dd) > br, .process-list > li > dl > dd > strong:not(dd) > br {
    display: inline;
  }
}

@media (min-width: 0) {
  .process-list > li > dl > dd dt:not(dd), .process-list > li > dl > dd dd:not(dd), .process-list > li > dl > dd li > span:not(dd), .process-list > li > dl > dd p:not(dd), .process-list > li > dl > dd div:not(dd), .process-list > li > dl > dd > strong:not(dd) {
    padding: 1rem;
    border-radius: 1rem;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd dt:not(dd), .process-list > li > dl > dd dd:not(dd), .process-list > li > dl > dd li > span:not(dd), .process-list > li > dl > dd p:not(dd), .process-list > li > dl > dd div:not(dd), .process-list > li > dl > dd > strong:not(dd) {
    padding: 1.5rem;
    border-radius: 100rem;
  }
}

.process-list > li > dl > dd > p,
.process-list > li > dl > dd > strong,
.process-list > li > dl > dd > dl > dd > p,
.process-list > li > dl > dd > div,
.process-list > li > dl > dd > dl > dd > div {
  border-width: 0.375rem !important;
}

.process-list > li > dl > dd > strong {
  background-color: #32415e !important;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  border: none !important;
}

.process-list > li > dl > dd > ul, .process-list > li > dl > dd > dl > dd > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  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;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.process-list > li > dl > dd > ul > li, .process-list > li > dl > dd > dl > dd > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.process-list > li > dl > dd > ul > li > span, .process-list > li > dl > dd > dl > dd > ul > li > span {
  height: 100%;
  border-radius: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.process-list > li > dl > dd > dl {
  padding: 0;
  margin: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 0) {
  .process-list > li > dl > dd > dl {
    display: block;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.process-list > li > dl > dd > dl > dt,
.process-list > li > dl > dd > dl > dd > ul > li {
  border-radius: 2rem;
}

.process-list > li > dl > dd > dl > dt {
  padding: 1rem;
  background-color: #2c302e;
  color: white;
  border-width: 0;
}

@media (min-width: 0) {
  .process-list > li > dl > dd > dl > dt {
    width: auto;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd > dl > dt {
    width: 7rem;
    margin-right: 0.5rem;
  }
}

.process-list > li > dl > dd > dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 0) {
  .process-list > li > dl > dd > dl > dd {
    width: auto;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl > dd > dl > dd {
    width: calc(100% - 7rem);
  }
}

.process-list > li > dl > dd > dl > dd > p, .process-list > li > dl > dd > dl > dd > div {
  margin-top: 0;
  margin-bottom: 0;
}

.process-list > li > dl > dd > p, .process-list > li > dl > dd > div {
  border-width: 0.375rem;
}

.process-list > li > dl[data-arrow="true"] {
  margin-bottom: 0;
}

@media (min-width: 0) {
  .process-list > li > dl[data-arrow="true"] > dt, .process-list > li > dl[data-arrow="true"] > dd > dl > dt {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl[data-arrow="true"] > dt, .process-list > li > dl[data-arrow="true"] > dd > dl > dt {
    margin-bottom: 5rem;
  }
}

.process-list > li > dl[data-arrow="true"] > dd > p,
.process-list > li > dl[data-arrow="true"] > dd > div,
.process-list > li > dl[data-arrow="true"] > dd > ul > li,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > p,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > ul > li {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.process-list > li > dl[data-arrow="true"] > dd > p:after,
.process-list > li > dl[data-arrow="true"] > dd > div:after,
.process-list > li > dl[data-arrow="true"] > dd > ul > li:after,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > p:after,
.process-list > li > dl[data-arrow="true"] > dd > dl > dd > ul > li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  background-image: url(../../../resources/images/module/process-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: -5rem;
}

@media (min-width: 0) {
  .process-list > li > dl[data-diffusion] > dt {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .process-list > li > dl[data-diffusion] > dt {
    margin-bottom: 5rem;
  }
}

.process-list > li > dl[data-diffusion] > dd {
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

.process-list > li > dl[data-diffusion] > dd:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 8rem;
  background-image: url(../../../resources/images/module/process-diffusion.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.process-list > li > dl[data-diffusion][data-diffusion="up"] > dd:after {
  bottom: -8rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.process-list > li > dl[data-diffusion][data-diffusion="down"] > dd:after {
  bottom: -5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.process-colorful .process-list > li:nth-child(2n + 1) > dl > dt:after {
  background-image: url(../../../resources/images/module/process-colorful-dt-after-01.png);
}

.process-colorful .process-list > li:nth-child(2n + 2) > dl > dt:after {
  background-image: url(../../../resources/images/module/process-colorful-dt-after-02.png);
}

.process-colorful .process-list > li > dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.process-colorful .process-list > li > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  border-radius: 0;
  font-weight: 700;
  background-image: url(../../../resources/images/module/process-colorful-dt-bg.png);
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dt {
    width: 100%;
    margin-right: 0;
    font-size: 1.135rem;
    font-style: normal;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dt {
    width: 8rem;
    margin-right: 2rem;
    font-size: 1.25rem;
    font-style: italic;
  }
}

.process-colorful .process-list > li > dl > dt:after {
  display: block;
  content: "";
  width: 40px;
  height: 30px;
  position: absolute;
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dt:after {
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dt:after {
    bottom: 0;
    right: -20px;
  }
}

.process-colorful .process-list > li > dl > dd {
  background-color: #f8f9fa;
  border: 1px solid #cbd3da;
  padding: 1.5rem;
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dd {
    width: 100;
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dd {
    width: calc(100% - 10rem);
    margin-top: 0;
  }
}

.process-colorful .process-list > li > dl > dd > p, .process-colorful .process-list > li > dl > dd > dl > dd > p {
  background-color: transparent;
  border: none;
  padding: 0.5rem 0 !important;
  margin: 0 !important;
}

@media (min-width: 0) {
  .process-colorful .process-list > li > dl > dd dt:not(dd), .process-colorful .process-list > li > dl > dd dd:not(dd), .process-colorful .process-list > li > dl > dd li > span:not(dd), .process-colorful .process-list > li > dl > dd p:not(dd), .process-colorful .process-list > li > dl > dd div:not(dd), .process-colorful .process-list > li > dl > dd > strong:not(dd) {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 992px) {
  .process-colorful .process-list > li > dl > dd dt:not(dd), .process-colorful .process-list > li > dl > dd dd:not(dd), .process-colorful .process-list > li > dl > dd li > span:not(dd), .process-colorful .process-list > li > dl > dd p:not(dd), .process-colorful .process-list > li > dl > dd div:not(dd), .process-colorful .process-list > li > dl > dd > strong:not(dd) {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}

.process-colorful .process-list > li > dl > dd > ul > li > span, .process-colorful .process-list > li > dl > dd > dl > dd > ul > li > span {
  border: 0;
  color: white;
  font-weight: 700;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 1) > span, .process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 1) > span {
  background-color: #72b026 !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 2) > span, .process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 2) > span {
  background-color: #59a05a !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 3) > span, .process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 3) > span {
  background-color: #47aac2 !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 4) > span, .process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 4) > span {
  background-color: #216ab0 !important;
}

.process-colorful .process-list > li > dl > dd > ul > li:nth-child(5n + 5) > span, .process-colorful .process-list > li > dl > dd > dl > dd > ul > li:nth-child(5n + 5) > span {
  background-color: #ff5a00 !important;
}

.process-colorful .process-list > li > dl > dd > strong, .process-colorful .process-list > li > dl > dd > dl > dd > strong {
  font-size: 1.75rem;
}

.sitemap a {
  color: inherit;
}

.sitemap > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sitemap > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: between;
      -ms-flex-pack: between;
          justify-content: between;
}

@media (min-width: 0) {
  .sitemap > ul > li {
    min-height: auto;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li {
    min-height: 16.25rem;
  }
}

.sitemap > ul > li > h3 {
  display: block;
  border-top: 0.313rem solid #005bab;
  padding: 0;
  margin: 0;
  padding-top: 2.687rem;
}

@media (min-width: 0) {
  .sitemap > ul > li > h3 {
    width: auto;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > h3 {
    width: 25%;
  }
}

.sitemap > ul > li > h3 > a {
  font-size: 2.5rem;
  color: #005bab;
  text-decoration: none;
}

.sitemap > ul > li > ul {
  padding-bottom: 2rem;
  margin: 0;
  padding-right: 0;
  margin-right: -1rem;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0) {
  .sitemap > ul > li > ul {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > ul {
    width: 75%;
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

.sitemap > ul > li > ul:before {
  border-top: 1px solid #dae0e5;
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  right: 0;
}

@media (min-width: 0) {
  .sitemap > ul > li > ul:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > ul:before {
    display: block;
  }
}

.sitemap > ul > li > ul > li {
  padding: 1rem;
}

@media (min-width: 0) {
  .sitemap > ul > li > ul > li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .sitemap > ul > li > ul > li {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .sitemap > ul > li > ul > li {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .sitemap > ul > li > ul > li {
    width: 33.33333%;
  }
}

@media (min-width: 1260px) {
  .sitemap > ul > li > ul > li {
    width: 25%;
  }
}

@media (min-width: 1480px) {
  .sitemap > ul > li > ul > li {
    width: 20%;
  }
}

.sitemap > ul > li > ul > li > a {
  font-size: 1.188rem;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.staff > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.staff > ul > li {
  border-bottom: 1px solid #cbd3da;
}

.staff > ul > li:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  .staff > ul > li {
    padding: 3rem 0;
  }
}

@media (min-width: 576px) {
  .staff > ul > li {
    padding: 3rem 0 3rem 10rem;
  }
}

.staff > ul > li:first-child {
  padding-top: 0 !important;
}

.staff > ul > li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.staff-figure {
  padding: 0;
  margin: 0;
  max-width: 8.75rem;
}

@media (min-width: 0) {
  .staff-figure {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .staff-figure {
    float: left;
    margin-left: -10rem;
    margin-bottom: 0;
  }
}

.staff-figure > img {
  display: block;
  width: 100%;
}

.staff-figure > figcaption {
  display: none;
}

@media (min-width: 0) {
  .staff-text {
    width: auto;
    float: none;
  }
}

@media (min-width: 576px) {
  .staff-text {
    width: 100%;
    float: left;
  }
}

.staff-text-title {
  margin: 0 0 1rem 0;
}

.staff-text-define {
  line-height: 1.55rem;
  margin: 0;
}

@media (min-width: 0) {
  .staff-text-define {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .staff-text-define {
    padding: 0 0 0 8rem;
  }
}

.staff-text-define > dt {
  padding: 0 0 0 0.75rem;
  position: relative;
  list-style: none;
  color: #cf000d;
}

@media (min-width: 0) {
  .staff-text-define > dt {
    float: none;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .staff-text-define > dt {
    float: left;
    margin: 0 0 0 -8rem;
  }
}

.staff-text-define > dt:before {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 2px;
  background-color: #cf000d;
  float: left;
  top: 0.775rem;
  left: 0;
  margin-top: -1px;
}

.staff-text-contact {
  background-color: #e9ecef;
  margin: 1.5rem 0 0 0;
  list-style: none;
}

@media (min-width: 0) {
  .staff-text-contact {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .staff-text-contact {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}

.staff-text-contact:after {
  display: block;
  content: "";
  clear: both;
}

.staff-text-contact > li {
  float: left;
  margin: 0.5rem 0;
}

@media (min-width: 0) {
  .staff-text-contact > li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .staff-text-contact > li {
    width: 50%;
  }
}

.staff-text-contact > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.staff-text-contact > li > dl > dt {
  color: #cf000d;
  float: left;
  padding-right: 1.5rem;
  white-space: nowrap;
}

.staff-text-contact > li > dl > dt > img {
  margin-right: 0.25rem;
}

.staff-text-contact > li > dl > dd {
  padding: 0;
  margin: 0;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.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: #f2b8bb;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #e67a81;
}

.table-hover .table-primary:hover {
  background-color: #eea2a6;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #eea2a6;
}

.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: #fbdec1;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f7c28c;
}

.table-hover .table-warning:hover {
  background-color: #f9d1a9;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9d1a9;
}

.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: #c4c5c4;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #919392;
}

.table-hover .table-dark:hover {
  background-color: #b7b8b7;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b7b8b7;
}

.table-link,
.table-link > th,
.table-link > td {
  background-color: #b8d0ea;
}

.table-link th,
.table-link td,
.table-link thead th,
.table-link tbody + tbody {
  border-color: #7aa7d7;
}

.table-hover .table-link:hover {
  background-color: #a4c3e4;
}

.table-hover .table-link:hover > td,
.table-hover .table-link:hover > th {
  background-color: #a4c3e4;
}

.table-muted,
.table-muted > th,
.table-muted > td {
  background-color: #d6d8db;
}

.table-muted th,
.table-muted td,
.table-muted thead th,
.table-muted tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-muted:hover {
  background-color: #c8cbcf;
}

.table-hover .table-muted:hover > td,
.table-hover .table-muted:hover > th {
  background-color: #c8cbcf;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.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: #dee2e6;
}

.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: 767.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: 991.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: 1259.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table thead th, .table thead td, .table tbody th, .table tbody td {
  vertical-align: inherit;
}

.table thead th > ul:last-child, .table thead th ol:last-child, .table thead td > ul:last-child, .table thead td ol:last-child, .table tbody th > ul:last-child, .table tbody th ol:last-child, .table tbody td > ul:last-child, .table tbody td ol:last-child {
  margin-bottom: 0;
}

.table-default {
  border: none;
}

.table-default thead > tr th, .table-default tbody > tr th {
  background-color: #eff1f4;
}

.table-default thead > tr > th, .table-default thead > tr > td, .table-default tbody > tr > th, .table-default tbody > tr > td {
  border: 1px solid #cbd3da;
  word-break: keep-all;
}

.table-default thead > tr:first-child th, .table-default thead > tr:first-child td, .table-default tbody > tr:first-child th, .table-default tbody > tr:first-child td {
  border-top: 2px solid black;
}

.table-default thead + tbody tr:first-child th, .table-default thead + tbody tr:first-child td {
  border-top: 1px solid #cbd3da;
}

.table-default thead + tbody th {
  background-color: #f8f9fa;
}

.table-scroll {
  overflow-x: auto;
  overflow-y: visible;
}

.table-scroll table {
  min-width: 700px;
}

.table-board {
  border-top: 2px solid #444b48;
}

.table-board > :not(:last-child) > :last-child > * {
  border-bottom-color: #75807b;
}

.table-board th {
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
}

@media (min-width: 0) {
  .table-board colgroup {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-board colgroup {
    display: table-column-group;
  }
}

@media (min-width: 0) {
  .table-board colgroup col {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-board colgroup col {
    display: table-column;
  }
}

@media (min-width: 0) {
  .table-board thead {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-board thead {
    display: table-header-group;
  }
}

.table-board thead tr th {
  padding: 1rem 0;
  background-color: #f8f9fa;
  text-align: center;
}

@media (min-width: 0) {
  .table-board tbody {
    display: block;
  }
}

@media (min-width: 768px) {
  .table-board tbody {
    display: table-row-group;
  }
}

.table-board tbody tr {
  position: relative;
}

.table-board tbody tr:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  .table-board tbody tr {
    display: block;
    border-bottom: 1px solid #dae0e5;
    padding: 1rem 1rem;
  }
  .table-board tbody tr:after {
    display: block;
  }
}

@media (min-width: 768px) {
  .table-board tbody tr {
    display: table-row;
    border-bottom: 0;
    padding: 0;
  }
  .table-board tbody tr:after {
    display: none;
  }
}

.table-board tbody tr td {
  color: #75807b;
  padding: 1rem 1rem;
  text-align: center;
}

@media (min-width: 0) {
  .table-board tbody tr td {
    display: block;
    border: 0;
  }
  .table-board tbody tr td.sort, .table-board tbody tr td.tit, .table-board tbody tr td.date, .table-board tbody tr td.num, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell, .table-board tbody tr td.buttons, .table-board tbody tr td.remark {
    padding: 0;
    text-align: left;
  }
  .table-board tbody tr td.sort, .table-board tbody tr td.tit, .table-board tbody tr td.date, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell, .table-board tbody tr td.buttons {
    display: block;
  }
  .table-board tbody tr td.num, .table-board tbody tr td.remark {
    display: none;
  }
  .table-board tbody tr td.empty {
    display: none !important;
  }
  .table-board tbody tr td.sort, .table-board tbody tr td.tit {
    font-size: 1rem;
    color: #2c302e;
    font-weight: 500;
  }
  .table-board tbody tr td.sort {
    display: block;
    padding: 0 0.33333rem;
    margin: 0 5px 0 0;
    background-color: #cf000d;
    color: white;
    font-size: 0.8rem;
    height: 20px;
    float: left;
  }
  .table-board tbody tr td.view:before {
    content: "조회: ";
  }
  .table-board tbody tr td.id:before {
    content: "작성자: ";
  }
  .table-board tbody tr td.date, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell {
    float: left;
    font-size: 0.8rem;
    position: relative;
    padding-right: 0.4rem;
    margin-right: 5px;
  }
  .table-board tbody tr td.date:after, .table-board tbody tr td.view:after, .table-board tbody tr td.id:after, .table-board tbody tr td.cell:after {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e9ecef;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .table-board tbody tr td.date.no-divider:after, .table-board tbody tr td.view.no-divider:after, .table-board tbody tr td.id.no-divider:after, .table-board tbody tr td.cell.no-divider:after {
    display: none;
  }
  .table-board tbody tr td.date:last-child:after, .table-board tbody tr td.view:last-child:after, .table-board tbody tr td.id:last-child:after, .table-board tbody tr td.cell:last-child:after {
    display: none;
  }
  .table-board tbody tr td.buttons {
    clear: both;
    float: none;
    padding: 1rem 0 0 0;
  }
  .table-board tbody tr td.buttons .btn {
    color: white;
  }
}

@media (min-width: 768px) {
  .table-board tbody tr td {
    display: table-cell;
    border-bottom: 1px solid #dae0e5;
  }
  .table-board tbody tr td.num, .table-board tbody tr td.sort, .table-board tbody tr td.tit, .table-board tbody tr td.date, .table-board tbody tr td.view, .table-board tbody tr td.id, .table-board tbody tr td.cell, .table-board tbody tr td.buttons, .table-board tbody tr td.remark, .table-board tbody tr td.empty {
    padding: 0;
    margin: 0;
    text-align: center;
    display: table-cell;
    position: static;
    color: inherit;
    font-weight: normal;
    font-size: inherit;
    background: none;
    color: inherit;
    padding: 1rem 1rem;
    float: none;
  }
  .table-board tbody tr td.num:before, .table-board tbody tr td.sort:before, .table-board tbody tr td.tit:before, .table-board tbody tr td.date:before, .table-board tbody tr td.view:before, .table-board tbody tr td.id:before, .table-board tbody tr td.cell:before, .table-board tbody tr td.buttons:before, .table-board tbody tr td.remark:before, .table-board tbody tr td.empty:before {
    content: none;
  }
  .table-board tbody tr td.empty {
    display: table-cell !important;
  }
  .table-board tbody tr td.tit {
    text-align: left;
  }
  .table-board tbody tr td.buttons {
    padding: 1rem 1rem;
  }
  .table-board tbody tr td.buttons .btn {
    color: white;
  }
  .table-board tbody tr td a:not(.btn) {
    padding: 0;
  }
}

.table-board tbody tr td a:not(.btn) {
  display: block;
  color: inherit;
  text-decoration: none;
}

[class|="table-responsive"] {
  word-break: keep-all;
}

.tabslider {
  margin-bottom: 1rem;
}

.tabslider-list.is-animate .slick-list {
  margin: 0 3.376rem;
}

.tabslider-list:not(.is-animate) {
  border-left: 0.063rem solid #cbd3da;
  border-right: 0.063rem solid #cbd3da;
}

.tabslider-list:not(.is-animate) .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
}

.tabslider-list:not(.is-animate) .slick-slide {
  width: auto !important;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tabslider-list-item > a {
  display: block;
  position: relative;
  color: #6c757d;
  background-color: #f8f9fa;
  line-height: 1.25rem;
  padding: 1rem;
  text-align: center;
  border: 0.063rem solid #cbd3da;
  margin: 0 -0.063rem;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tabslider-list-item > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  height: 0.188rem;
  background-color: transparent;
}

.tabslider-list-item.is-active > a {
  background-color: white;
  color: #005BAB;
}

.tabslider-list-item.is-active > a:before {
  background-color: #005BAB;
}

.tabslider-list .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.376rem;
  height: 3.376rem;
  border: 0.063rem solid #cbd3da;
  background: white;
}

.tabslider-list .slick-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #005BAB;
  border-left: 0.125rem solid #005BAB;
}

.tabslider-list .slick-arrow.slick-prev {
  left: 0;
  text-indent: -9999px;
}

.tabslider-list .slick-arrow.slick-prev:before {
  left: 0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tabslider-list .slick-arrow.slick-next {
  right: 0;
  text-indent: -9999px;
}

.tabslider-list .slick-arrow.slick-next:before {
  right: 0.25rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.vision {
  word-break: keep-all;
}

.vision-title-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 110px;
  padding: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  color: white;
  background-image: url(../../../resources/images/module/vision-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}

.sub-contents-maintext > .mb-5{
  position: relative;
  padding: 40px;
  background: #f9f9f9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: -2;
}

.sub-contents-maintext > .mb-5 .title{width: 20%;padding-top: 20px;color: #0C5E35;}
.sub-contents-maintext > .mb-5 .txt{text-align: center; width: 80%;font-size: 1.5em;}
.sub-contents-maintext > .mb-5 h3::after{content: "";display: block;clear: both; width: 50px; height: 1px; border: 1px dashed #ccc;left: 15%;position: absolute; margin-top: -24px;}

.sub-contents-maintext > .mb-5 > .vision{
  display: flex;
}

.sub-contents-maintext > .mb-5 > .vision > .txt{
  border: 5px solid #087D2C;
  border-radius: 16px;
  margin-left: 10%;
  height: 4rem;
  width: 80%;
  padding-top: 12px;
}

.sub-contents-maintext > .mb-5 > .target{
  padding-top: 20px;
}

.sub-contents-maintext > .mb-5 > .target > h3.title{
  float: left;
}

.sub-contents-maintext > .mb-5 > .target > .txt{
  display: inline-block;
  padding-top: 15px;
}

/* .sub-contents-maintext > .mb-5 > .target > ul > li{   
  width: calc((100% - 200px)/3);
  height: 15rem;
  border-radius: 100%;
  background: rebeccapurple;
  margin-left: -25px;
  display: inline-block;
} */


.sub-contents-maintext > .mb-5 > .propulsion{
  display: flex;
}


@media (min-width: 0) {
  .vision-title-bg {
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) {
  .vision-title-bg {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .vision-title-bg {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .vision-title-bg {
    font-size: 1.625rem;
  }
}

@media (min-width: 1260px) {
  .vision-title-bg {
    font-size: 1.75rem;
  }
}

@media (min-width: 1480px) {
  .vision-title-bg {
    font-size: 1.875rem;
  }
}

.vision-title-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 150px;
  padding: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 3rem;
}

@media (min-width: 0) {
  .vision-title-around {
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) {
  .vision-title-around {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .vision-title-around {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .vision-title-around {
    font-size: 1.625rem;
  }
}

@media (min-width: 1260px) {
  .vision-title-around {
    font-size: 1.75rem;
  }
}

@media (min-width: 1480px) {
  .vision-title-around {
    font-size: 1.875rem;
  }
}

.vision-title-around:before, .vision-title-around:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(../../../resources/images/module/vision-title-around.png);
}

.vision-title-around:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #3069d0;
}

.vision-title-around:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #01aaad;
}

.vision-title-around > span {
  position: relative;
  display: block;
  z-index: 1;
}

.vision-title-strategy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 70px;
  padding: 1rem;
  line-height: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #30347d;
  background-image: url(../../../resources/images/module/vision-title-strategy.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 0) {
  .vision-title-strategy {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .vision-title-strategy {
    font-size: 1.625rem;
  }
}

.vision-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vision-list > li {
  list-style: none;
  padding: 1rem;
}

@media (min-width: 0) {
  .vision-list > li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .vision-list > li {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .vision-list > li {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .vision-list > li {
    width: 20%;
  }
}

.vision-list > li > strong {
  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-line-pack: center;
      align-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 1.1rem;
  border-radius: 100%;
  color: white;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 0) {
  .vision-list > li > strong {
    width: 7.2rem;
    height: 7.2rem;
  }
}

@media (min-width: 768px) {
  .vision-list > li > strong {
    width: 9rem;
    height: 9rem;
  }
}

.vision-list > li:nth-child(1) > strong {
  background-color: #ee2f52;
}

.vision-list > li:nth-child(2) > strong {
  background-color: #c1082a;
}

.vision-list > li:nth-child(3) > strong {
  background-color: #9e0b26;
}

.vision-list > li:nth-child(4) > strong {
  background-color: #770f22;
}

.vision-dl-circle {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}

.vision-dl-circle > dt, .vision-dl-circle > dd {
  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;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.vision-dl-circle > dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #087D2C;
  border-radius: 100%;
  text-align: center;
}

.mb-6 > .vision-dl-circle > dt{color: #0056b3;}

@media (min-width: 0) {
  .vision-dl-circle > dt {
    width: 7.2rem;
    height: 7.2rem;
  }
}

@media (min-width: 768px) {
  .vision-dl-circle > dt {
    width: 9rem;
    height: 9rem;
  }
}

.vision-dl-circle > dt > strong {
  display: block;
  width: 100%;
  font-size: 1.5rem;
}

.vision-dl-circle > dt > strong::after{content: "";display: block;clear: both; width: 30px; height: 1px; border: 1px dashed #ccc;left:90%;position: absolute; margin-top: -24px;}

@media (min-width: 0) {
  .vision-dl-circle > dt > strong {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .vision-dl-circle > dt > strong {
    margin-top: 1rem;
  }
}

/* .vision-dl-circle > dt:nth-child(1) {
  background-color: #ee2f52;
}

.vision-dl-circle > dt:nth-child(3) {
  background-color: #c1082a;
}

.vision-dl-circle > dt:nth-child(5) {
  background-color: #9e0b26;
}

.vision-dl-circle > dt:nth-child(7) {
  background-color: #770f22;
} */

.vision-dl-circle > dd {
  min-height: 6rem;
  background-color: white;
  font-weight: 700;
}

.vision-dl-circle > dd.border01{
  border: 5px solid #087D2C;
}

.mb-6 > .vision-dl-circle > dd.border01{
  border: 5px solid #0056b3;
}

.mb-6 > .vision-dl-circle > dd > h2{
    width: 33.3333%;
    padding-left:3rem;
}

.mb-6 > .vision-dl-circle > dd > ul{
    width: 33.33333%;
    padding-left: 1.5rem;
}

.mb-6 > .vision-dl-circle > dd.align{
  align-items: flex-start;
}

.mb-6 > .vision-dl-circle > dt.height{
    height: 4rem;
}

.mb-6 > .vision-dl-circle > dd.width{
    padding: 0rem 0rem 1.5rem 0rem;
    align-items: flex-start
}

.mb-6 > .vision-dl-circle > dd.width > ul{
    width: 20%;
}

.vision-dl-circle > dd.txtbox{
  text-align: center;
  background: #efefef;
  border-radius: 0;
  padding: 2rem;
}

/* .mb-7 > .vision-dl-circle > dd.dashed > ul{
  display: flex;
  width: 100%;
}

.mb-7 > .vision-dl-circle > dd.dashed > ul > li{
  width: 15%;
  border: 2px dashed #397DEA;
  border-radius: 100px;
  text-align: center;
  margin-left: 7rem;
  font-size: 1.3rem;
  padding: 1rem;
  color: #000;
}

.mb-7 > .vision-dl-circle > dd.dashed > ul > li::before{
  display: none;
}

.mb-7 > .vision-dl-circle > dt{
  color: #0056b3;
}

.mb-7 > .vision-dl-circle > dd.border01{
  border: 5px solid #0056b3;
}

.mb-7 > .vision-dl-circle > dd.logobox > ul{
    width: 100%;
    display: flex;
}

.mb-7 > .vision-dl-circle > dd.logobox > ul > li{
    width: 25%;
    padding: 1rem;
    text-align: center;
    margin-right: 4rem;
}

.mb-7 > .vision-dl-circle > dd.logobox > ul > li{
  border: 1px solid #ccc;
}

.mb-7 > .vision-dl-circle > dd.logobox > ul > li::after{
    content: "";
    display: inline-block;
    clear: both;
    background-image: url(../../../resources/images/theme/base/plus.png);
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: -34%;
    top: 35%;
}

.mb-7 > .vision-dl-circle > dd.logobox > ul > li:last-child:after{
    display: none;
}

.mb-7 > .vision-dl-circle > dd.logobox > ul > li::before{
  display: none;
}

.mb-7 > .vision-dl-circle > dt{width: 13rem;}

.mb-7 > .vision-dl-circle > dd > .titlebox{
  width: 30%;
  text-align: center;
}

.mb-7 > .vision-dl-circle > dd.lastbox01 > .titlebox > h2{
    padding-top: 1rem;
  }

.mb-7 > .vision-dl-circle > dd.lastbox02 > .titlebox > h2{
    padding-top: 1rem;
}

.mb-7 > .vision-dl-circle > dd > ul{
  width: 65%;
}

.mb-7 > .vision-dl-circle > dd.lastbox01,dd.lastbox02{
  border-radius: 0;
  border: 1px solid;
  border-left: 0;
  border-right: 0;
}

.mb-7 > .vision-dl-circle > dd.lastbox02{
  border: 0;
}

.mb-6 > .vision-dl-circle > dd > ul > li{
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}

.mb-7 > .vision-dl-circle > dd > ul > li{
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
} */

.vision-dl-circle > dd > ul > li.separation::before{
    display: none;
  }

.vision-dl-circle > dd > ul > li.separation{
    height: 1px;
    width: 105%;
    background: #000;
    margin: 1rem 0;
    left: -12px;
    padding: 0;
  }

@media (min-width: 0) {
  .vision-dl-circle > dd {
    width: 100%;
    margin-top: -4.5rem;
    margin-left: 0;
    padding: 4.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 1rem;
  }
}

@media (min-width: 768px) {
  .vision-dl-circle > dd {
    width: calc(100% - 21.5rem);
    margin-top: 0;
    margin-left: 4.5rem;
    padding: 1.5rem 0rem 1.5rem 0rem;
    font-size: 1.1rem;
    border-radius: 50rem;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .vision-dl-circle > dd {
    font-size: 1.3rem;
  }
}

.vision-dl-circle > dd > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1rem;
  padding-left: 0.5rem;
}

.vision-dl-circle > dd > ul > li {
  color: #000;
  position: relative;
  padding: 0.125rem 0;
  line-height: 1.35em;
}

.vision-dl-circle > dd > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: -0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-radius: 100%;
  background-color: #828c87;
}

.vision-dl-strategy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0) {
  .vision-dl-strategy br {
    display: none;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy br {
    display: inline;
  }
}

.vision-dl-strategy > dt, .vision-dl-strategy dd {
  position: relative;
}

.vision-dl-strategy > dt:after, .vision-dl-strategy dd:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-image: url(../../../resources/images/module/vision-dl-strategy-pattern.png);
}

.vision-dl-strategy > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
  padding: 0.5rem 0;
}

@media (min-width: 0) {
  .vision-dl-strategy > dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy > dt {
    width: 15%;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}

.vision-dl-strategy > dt:nth-child(1) {
  background-color: #cc1717;
}

.vision-dl-strategy > dt:nth-child(3) {
  background-color: #ef5621;
}

.vision-dl-strategy > dt:nth-child(5) {
  background-color: #ef8a21;
}

.vision-dl-strategy > dt:nth-child(7) {
  background-color: #d77c1e;
}

.vision-dl-strategy > dt:nth-child(9) {
  background-color: #3d505c;
}

.vision-dl-strategy > dt:after {
  background-position: bottom right;
  bottom: -4px;
}

@media (min-width: 0) {
  .vision-dl-strategy > dt:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy > dt:after {
    display: block;
  }
}

.vision-dl-strategy > dd {
  position: relative;
  width: 85%;
  margin-bottom: 0.5rem;
  border: 1px solid #cbd3da;
  border-left: 0;
  padding: 1rem 1.5rem;
}

@media (min-width: 0) {
  .vision-dl-strategy > dd {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .vision-dl-strategy > dd {
    width: 85%;
  }
}

.vision-dl-strategy > dd img {
  max-width: 100%;
}

.vision-dl-strategy > dd ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.vision-dl-strategy > dd:after {
  background-position: bottom left;
  bottom: -5px;
}

.vision-dl-strategy > dd:last-child {
  background-color: #f5f5f5;
  padding: 1.5rem 0.5rem;
}

.vision-dl-strategy > dd table {
  border-collapse: separate;
  border-spacing: 0.5rem;
  margin-top: 0.5rem;
}

.vision-dl-strategy > dd table > thead > tr > th, .vision-dl-strategy > dd table > tbody > tr > th {
  font-size: 0.938rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
}

.vision-dl-strategy > dd table > thead > tr > th:first-child, .vision-dl-strategy > dd table > tbody > tr > th:first-child {
  background-color: #30347d;
  color: white;
  line-height: 1.3em;
}

@media (min-width: 0) {
  .vision-dl-strategy > dd table > thead > tr > th:first-child, .vision-dl-strategy > dd table > tbody > tr > th:first-child {
    font-size: 1rem;
  }
}

@media (min-width: 1260px) {
  .vision-dl-strategy > dd table > thead > tr > th:first-child, .vision-dl-strategy > dd table > tbody > tr > th:first-child {
    font-size: 1.25rem;
  }
}

.vision-dl-strategy > dd table > thead > tr > th {
  background-color: #777;
  color: white;
}

.vision-dl-strategy > dd table > tbody > tr > td {
  background-color: white;
  vertical-align: top;
  padding: 1rem;
}

.vision-dl-strategy > dd table > tbody > tr > td > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.85rem;
  line-height: 1rem;
  padding-left: 0.5rem;
}

.vision-dl-strategy > dd table > tbody > tr > td > ul > li {
  line-height: 1.35em;
  color: #828c87;
  position: relative;
  padding: 0.125rem 0;
}

.vision-dl-strategy > dd table > tbody > tr > td > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: -0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-radius: 100%;
  background-color: #828c87;
}

.hamburger {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #005BAB;
}

.hamburger a {
  text-decoration: none;
}

.hamburger-close {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px -71px;
  background-image: url("../../../resources/images/sprite.png");
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 13px;
  margin-right: 0;
}

.hamburger-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #114572;
}

.hamburger-top:after {
  display: block;
  content: "";
  clear: both;
}

.hamburger-top > ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hamburger-top > ul > li {
  position: relative;
  float: left;
  padding: 0 0.5rem;
}

.hamburger-top > ul > li > a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 1rem 0;
  color: white;
}

.hamburger-top > ul > li:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hamburger-top > ul > li:first-child:before {
  display: none;
}

.hamburger-top > ul > li.is-child {
  padding-right: 0;
}

.hamburger-top > ul > li.is-child > a {
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #831800;
}

.hamburger-top > ul > li.is-child > a:after {
  margin-left: 10px;
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -187px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 9px;
  min-width: 9px;
  height: 5px;
}

.hamburger-top > ul > li.is-child.is-active > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hamburger-top > ul > li.is-child:before {
  display: none;
}

.hamburger-top > ul > li.is-child > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  background-color: white;
  left: 0.5rem;
  right: 0;
  z-index: 99999;
  border: 1px solid #dae0e5;
  border-top: 0;
}

.hamburger-top > ul > li.is-child > ul > li {
  border-bottom: 1px dotted #e9ecef;
}

.hamburger-top > ul > li.is-child > ul > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #2c302e;
  font-size: 0.8rem;
  background-color: #f2f4f6;
}

.hamburger-top > ul > li.is-child > ul > li > a:hover {
  background-color: white;
}

.hamburger-top > ul > li:after {
  display: block;
  content: "";
  clear: both;
}

.hamburger-list {
  padding-top: 2.875rem;
  height: 100%;
  margin-left: 8rem;
  background-color: white;
}

.hamburger-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hamburger-list > ul {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
}

.hamburger-list > ul > li {
  margin-left: -8rem;
}

.hamburger-list > ul > li > a {
  display: block;
  font-size: 0.875rem;
  width: 8rem;
  color: white;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hamburger-list > ul > li.is-active > a {
  background-color: rgba(0, 0, 0, 0.1);
}

.hamburger-list > ul > li > ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.hamburger-list > ul > li > ul > li {
  border-bottom: 1px solid #cbd3da;
}

.hamburger-list > ul > li > ul > li > a {
  display: block;
  font-size: 0.875rem;
  color: inherit;
  padding: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hamburger-list > ul > li > ul > li > ul {
  border-top: 2px solid #cf000d;
  background-color: #f8f9fa;
  padding: 1rem;
}

.hamburger-list > ul > li > ul > li > ul > li {
  margin: 0.25rem 0;
}

.hamburger-list > ul > li > ul > li > ul > li > a {
  display: block;
  position: relative;
  font-size: 0.813rem;
  padding-left: 0.75rem;
  color: #6c757d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hamburger-list > ul > li > ul > li > ul > li > a:before {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.125rem;
  background-color: #cf000d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

header {
  position: relative;
  z-index: 1000;
}

header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header a {
  color: inherit;
  text-decoration: none;
}

header > .container-fluid, header > .container-sm, header > .container-md, header > .container-lg, header > .container-xl, header > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0) {
  header > .container-sm, header > .container-md, header > .container-lg, header > .container-xl, header > .container-xxl {
    height: 66.66667px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  header > .container-fluid{
    height: 66.66667px;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}

@media (min-width: 992px) {
  header > .container-sm, header > .container-md, header > .container-lg, header > .container-xl, header > .container-xxl {
    height: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  header > .container-fluid{
    height: 100px;
    padding-left: 6.25%;
    padding-right: 6.25%;
    border-bottom:1px solid #ddd;
  }
}

@media (min-width: 1260px) {
  header > .container-sm, header > .container-md, header > .container-lg, header > .container-xl, header > .container-xxl {
    height: 100px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1480px) {
  header > .container-sm, header > .container-md, header > .container-lg, header > .container-xl, header > .container-xxl {
    height: 100px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

header > .container-fluid > *, header > .container-sm > *, header > .container-md > *, header > .container-lg > *, header > .container-xl > *, header > .container-xxl > * {
  float: left;
}

body header.is-active { background: #fff; transition: all .2s; }
body header.is-active .header-menu > ul > li > a { color: #000; }

header .header-top-navigation-bg{
  background:#000;
}

header .header-top-navigation {
  color: #858585;
  padding : 0 6.25%;
}

@media (min-width: 0) {
  header .header-top-navigation {
    display: none;
  }
}

@media (min-width: 992px) {
  header .header-top-navigation {
    display: block;
  }
}

header .header-top-navigation a {
  color: inherit;
  text-decoration: none;
}

header .header-top-navigation a:hover {
  color: inherit;
}

header .header-top-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .header-top-navigation nav:first-child {
  float: left;
}

header .header-top-navigation nav:first-child > ul > li {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
}

header .header-top-navigation nav:first-child > ul > li:first-child, header .header-top-navigation nav:first-child > ul > li.is-active, header .header-top-navigation nav:first-child > ul > li.is-active + li {
  border-left: 0;
}

header .header-top-navigation nav:first-child > ul > li.is-active {
  background-color: white;
  color: #2c302e;
}

header .header-top-navigation nav:first-child > ul > li > a {
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 1rem 1.5rem;
}

header .header-top-navigation nav:first-child > ul:after {
  display: block;
  content: "";
  clear: both;
}

header .header-top-navigation nav:last-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

header .header-top-navigation nav:last-child > ul > li {
  position: relative;
  float: left;
  padding: 0 0.5rem;
}

header .header-top-navigation nav:last-child > ul.link > li:first-child{
    background: #49526d;
    color: #fff;
}

header .header-top-navigation nav:last-child > ul.link > li:last-child{
    background: #317fff;
    color: #fff;
}

header .header-top-navigation nav:last-child > ul > li::after{
  width: 1px;
  height: 19px;
  background: #858585;
  position: absolute;
  top: 10px;
  margin-left: -8px;
}

header .header-top-navigation nav:last-child > ul > li:first-child:after{
  display: none;
}

header .header-top-navigation nav:last-child > ul > li > a {
  display: block;
  font-size: 1rem;
  line-height: 0.5rem;
  padding: 1rem 0;
}

header .header-top-navigation nav:last-child > ul.link > li > a {
    padding: 1rem;
}

header .header-top-navigation nav:last-child > ul.link > li:last-child > a {
    padding: 1rem 2rem;
}

header .header-top-navigation nav:last-child > ul > li > ul {
  display: none;
}

/* header .header-top-navigation nav:last-child > ul > li:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
} */

header .header-top-navigation nav:last-child > ul > li:first-child:before {
  display: none;
}

header .header-top-navigation nav:last-child > ul > li.is-child {
  padding-right: 0;
}

header .header-top-navigation nav:last-child > ul > li.is-child > a {
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #831800;
}

header .header-top-navigation nav:last-child > ul > li.is-child > a:after {
  margin-left: 10px;
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -187px -540px;
  background-image: url("../../../resources/images/sprite.png");
  width: 9px;
  min-width: 9px;
  height: 5px;
}

header .header-top-navigation nav:last-child > ul > li.is-child.is-active > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .header-top-navigation nav:last-child > ul > li.is-child:before {
  display: none;
}

header .header-top-navigation nav:last-child > ul > li.is-child > ul {
  position: absolute;
  background-color: white;
  left: 0.5rem;
  right: 0;
  z-index: 99999;
  border: 1px solid #dae0e5;
  border-top: 0;
}

header .header-top-navigation nav:last-child > ul > li.is-child > ul > li {
  border-bottom: 1px dotted #e9ecef;
}

header .header-top-navigation nav:last-child > ul > li.is-child > ul > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #2c302e;
  font-size: 0.8rem;
  background-color: #f2f4f6;
}

header .header-top-navigation nav:last-child > ul > li.is-child > ul > li > a:hover {
  background-color: white;
}

header .header-top-navigation nav:last-child > ul > li:after {
  display: block;
  content: "";
  clear: both;
}

header .header-top-navigation nav:last-child > ul.link > li:after{
    display: none;
}

header .header-top-navigation:after {
  display: block;
  content: "";
  clear: both;
}

header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  margin-right:20px;
}

header .header-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 0) {
  header .header-logo > a {
    padding: 13.33333px 0;
  }
  header .header-logo > a:lang(en) {
    padding: -0.66667px 0;
  }
}

@media (min-width: 992px) {
  header .header-logo > a {
    padding: 30px 0;
  }
  header .header-logo > a:lang(en) {
    padding: 16px 0;
  }
}

header .header-logo > a > span {
  display: block;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0px;
}

@media (min-width: 0) {
  header .header-logo > a > span {
    width: 173.33333px;
  }
  header .header-logo > a > span:lang(en) {
    width: 173.33333px;
  }
}

@media (min-width: 992px) {
  header .header-logo > a > span {
    width: 260px;
  }
  header .header-logo > a > span:lang(en) {
    width: 208px;
  }
}

header .header-logo > a > span:before {
  display: block;
  content: "";
  height: 0;
  padding-bottom: 19.23077%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url(../../../resources/images/theme/base/header-logo-color.png);
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
}

@media (min-width: 0) {
  header .header-logo > a > span:before {
    width: 173.33333px;
  }
}

@media (min-width: 992px) {
  header .header-logo > a > span:before {
    width: 260px;
  }
}

header .header-logo > a > span:lang(en):before {
  padding-bottom: 32.69231%;
  background-image: url(../../../resources/images/theme/base/header-logo-en-color.png);
}

@media (min-width: 0) {
  header .header-logo > a > span:lang(en):before {
    width: 173.33333px;
  }
}

@media (min-width: 992px) {
  header .header-logo > a > span:lang(en):before {
    width: 208px;
  }
}

header .header-logo > a > em {
  position: relative;
  font-style: normal;
  font-weight: bold;
}


@media (min-width: 0) {
  header .header-logo > a > em {
    font-size: 0.9rem;
    margin-left: 0.5rem;
    padding-left: 9px;
  }
}

@media (min-width: 576px) {
  header .header-logo > a > em {
    font-size: 1.05rem;
    margin-left: 0.5rem;
    padding-left: 9px;
  }
}

@media (min-width: 768px) {
  header .header-logo > a > em {
    font-size: 1.2rem;
    margin-left: 1rem;
    padding-left: 18px;
  }
}

@media (min-width: 992px) {
  header .header-logo > a > em {
    font-size: 1.25rem;
    margin-left: 1rem;
    padding-left: 18px;
  }
}

@media (min-width: 1260px) {
  header .header-logo > a > em {
    font-size: 1.3rem;
    margin-left: 1rem;
    padding-left: 18px;
  }
}

@media (min-width: 1480px) {
  header .header-logo > a > em {
    font-size: 1.35rem;
    margin-left: 1rem;
    padding-left: 18px;
  }
}

@media (min-width: 0) {
  header .header-logo > a > em br {
    display: inline;
  }
}

@media (min-width: 576px) {
  header .header-logo > a > em br {
    display: none;
  }
}

header .header-logo > a > em:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ccc;
}

@media (min-width: 0) {
  header .header-logo > a > em:before {
    width: 1px;
    height: 1.25rem;
  }
}

@media (min-width: 768px) {
  header .header-logo > a > em:before {
    width: 2px;
    height: 1.5rem;
  }
}

header .header-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 0) {
  header .header-menu {
    display: none;
    padding: 0;
  }
}

@media (min-width: 992px) {
  header .header-menu {
    display: block;
    /* padding: 0 3rem; */
  }
}

@media (min-width: 1480px) {
  header .header-menu {
    display: block;
    /* padding: 0 6rem; */
  }
}

header .header-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width:80%;
    margin: 0 auto;
    /* max-width: 50rem; */
}

header .header-menu > ul:lang(en) {
  max-width: 70rem;
}

header .header-menu > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  width:20%
}

header .header-menu ul li a.click { position:relative }
header .header-menu ul li a.click:after { display:inline-block; content:""; width:10px; height:2px; border-ridius:100px; background:#6e7fa1; position:absolute; top:50%; right: -15px }
header .header-menu ul li a.on { color:#014489; font-weight:800 }
header .header-menu ul.menu3 {margin-top: 15px;position: relative; opacity:0.8}
header .header-menu ul.menu3:after { display:block; content:""; clear:both; width:5px; height:5px; background:#14429f; border-radius:100%; position:absolute; left:50%; top:-10px; }
header .header-menu ul.menu3 li { margin-bottom:6px }

header .header-menu > ul > li::after { display: block; content: ""; width: 8px; height: 8px; border-radius: 100%; background: #00448d; position: absolute; opacity: 0; bottom: -4px; left: 0; z-index: 999; }
header .header-menu > ul > li:hover::after { left: 50%; transform: translate(-50%); transition: all .2s; opacity: 1;}
header .header-menu > ul > li:focus::after { left: 50%; transform: translate(-50%); transition: all .2s; opacity: 1;}


header .header-menu > ul > li > a {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  header .header-menu > ul > li > a {
    font-size: 1rem;
  }
}

@media (min-width: 1260px) {
  header .header-menu > ul > li > a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1480px) {
  header .header-menu > ul > li > a {
    font-size: 1.38rem;
  }
}

header .header-menu > ul > li > a:hover {
  color: #1543A0;
}

header .header-menu > ul > li > ul {
  display: none;
  width: 100%;
  padding: 0;
  margin: 1px auto 0 auto;
  padding: 0.5rem 1rem;
  list-style: none;
  position: absolute;
  background-color: white;
  border: 0;
  border-top: 0;
  text-align: center;
  line-height: 1.2rem;
  z-index: 100;
}

header .header-menu > ul > li > ul > li {
  padding: 0.5rem 0;
}

header .header-menu > ul > li > ul > li > a {
  color: inherit;
  font-size: 1.1rem;
  word-break: keep-all;
}

header .header-menu > ul > li > ul > li > ul {
  display: none;
}

header .today { display: flex; justify-content: center; align-items: center; overflow: hidden;}
header .today h3 { color: #fff; padding-left: 30px; font-size:18px; font-weight: 600; position: relative; margin-right: 15px; }
header .today h3::before { content: "\e8b5"; display: block; position: absolute; top: 0; left: 0; color: #fff; font-size: 24px; font-family: 'Material Icons'; line-height: 1; }
header .today .swiper-wrapper {   }
header .today .swiper-slide { display: flex; align-items: center;  }

header div.link { display: flex; }
header div.link .sns_link { display: flex; align-items: center; margin-right: 10px;}
header div.link .sns_link li a { padding: 0 10px; }
header div.link .site_link { display: flex; }
header div.link .site_link li a { display: block; padding:12px 20px; background: #eee; color: #005BAB;}
header div.link .site_link li:last-child a { background: #005BAB; color: #fff; }

header .hd_back {width: 100%;position: absolute;top: 148px;left: 0;height: 430px;background: #fff;box-shadow: 10px 10px 10px #00000010; overflow: hidden;display: none;}
header .back_img {width: 20.83%;text-align: right;background: #00448d;height: 100%;top: 0;position: absolute;left: 0;color: #fff;padding: 30px;box-sizing: border-box;}
header .back_img::before {display: block;content: "";width: 9rem;height: 9rem;border: 30px solid #ffffff14;border-radius: 100%;position: absolute;left: 20%;top: 70%;}
header .back_img p {font-size: 18px;margin-bottom: 10px;}
header .back_img h2 {font-size: 30px;font-weight: 800;}
header .back_img img {width: 55%;position: relative;z-index: 1;}

header .header-menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  text-align: left;
  background-color: white;
}

header .header-menu-dropdown:before {
  display: block;
  content: "";
  width: 240px;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 312px;
  background-color: #57040a;
}

header .header-menu-dropdown > div {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-top: 1px solid #dae0e5;
}

header .header-menu-dropdown-title {
  width: 312px;
  background-color: #7f0c12;
  color: white;
  padding: 2rem;
  background-image: url(../../../resources/images/theme/base/header-menu-dropdown-title-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

header .header-menu-dropdown-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  opacity: 0.3;
  margin-bottom: 3rem;
}

header .header-menu-dropdown-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

header .header-menu-dropdown-title p {
  opacity: 0.8;
  word-break: keep-all;
}

header .header-menu-dropdown-list {
  position: relative;
  width: calc(100% - 312px);
  z-index: 1;
}

header .header-menu-dropdown-list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

header .header-menu-dropdown-list > li > a {
  width: 240px;
  display: block;
  border-bottom: 1px solid #761d25;
  padding: 1.5rem 1.5rem;
  color: white;
}

header .header-menu-dropdown-list > li > a:hover {
  color: white;
}

header .header-menu-dropdown-list > li > ul {
  width: calc(100% - 240px);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dae0e5;
}

header .header-menu-dropdown-list > li > ul > li {
  float: left;
  padding: 0.5rem;
}

header .header-menu-dropdown-list > li > ul > li > a {
  color: #69736e;
}

header .header-menu-dropdown-list > li > ul > li > a:hover {
  color: #2c302e;
}

header .header-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 60px;
}

@media (min-width: 0) {
  header .header-icon {
    margin: 3.33333px 0;
  }
}

@media (min-width: 992px) {
  header .header-icon {
    margin: 20px 0;
  }
}

@media (max-width: 992px){
    header .header-icon {
    display: block;
  }
}

header .header-icon > ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0) {
  header .header-icon > ul > li {
    display: none;
  }
  header .header-icon > ul > li:last-child {
    display: block;
  }
}

@media (min-width: 576px) {
  header .header-icon > ul > li {
    display: block;
  }
  header .header-icon > ul > li:last-child {
    display: block;
  }
}

@media (min-width: 0) {
  header .header-icon > ul > li {
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  header .header-icon > ul > li {
    margin-left: -1px;
  }
}

header .header-icon > ul > li:first-child {
  margin-left: 0 !important;
}

header .header-icon > ul > li > a {
  display: block;
  line-height: 60px;
  text-align: center;
}

@media (min-width: 0) {
  header .header-icon > ul > li > a {
    width: auto;
    height: auto;
    border-style: none;
  }
}

@media (min-width: 992px) {
  header .header-icon > ul > li > a {
    width: 60px;
    height: 60px;
  }
}

header .header-icon > ul > li > a > i {
  text-indent: -9999px;
  overflow: hidden;
}

body header {
  -webkit-transition: 1s;
  transition: 1s;
  background-color: transparent;
}

/*
body header .header-logo > a > span:before {
  background-image: url(../../../resources/images/theme/base/header-logo-white.png);
}
*/

body header .header-logo > a > span:before {
  background-image: url(../../../resources/images/theme/base/header-logo-color.png);
}

body header.is-active .header-logo > a > span:before {
  background-image: url(../../../resources/images/theme/base/header-logo-color.png);
}

body header .header-logo > a > span:lang(en):before {
  background-image: url(../../../resources/images/theme/base/header-logo-en-color.png);
}

body header.is-active .header-logo > a > span:lang(en):before {
  background-image: url(../../../resources/images/theme/base/header-logo-en-white.png);
}

body header .header-menu > ul > li > a {
  color: #fff;
  display: block;
}

body header .header-icon > ul > li > a {
}


body header .header-icon > ul > li > a.search-open > i {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -511px -227px;
    background-image: url("../../../resources/images/sprite.png");
    width: 24px;
    min-width: 24px;
    height: 25px;
  }
  
  body header .header-icon > ul > li > a.hamburger-open > i {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -74px -467px;
    background-image: url("../../../resources/images/sprite.png");
    width: 24px;
    min-width: 24px;
    height: 23px;
  }

body header.is-active .header-icon > ul > li > a.search-open > i {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -511px -302px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 25px;
}

body header.is-active .header-icon > ul > li > a.hamburger-open > i {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -74px -467px;
  background-image: url("../../../resources/images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 23px;
}

@media (min-width: 1480px) {
  main > .container {
    padding-left: 0;
    padding-right: 0;
  }
   body header .header-icon > ul > li > a.hamburger-open > i {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px -467px;
    background-image: url("../../../resources/images/sprite.png");
    width: 24px;
    min-width: 24px;
    height: 23px;
  }

}

@media (min-width: 0) {
  body.subpage main {
    margin-top: -100px;
  }
}

@media (min-width: 992px) {
  body.subpage main {
    margin-top: -100px;
  }
}

footer {
  background-color: #2a2e39;
  color: #fff;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-nav {
  background: #fff;
  border-top: 1px solid #eef1f2;
  padding: 10px 0;
}

footer .footer-nav > .container > .banner-controller{
    display: flex;
    padding: 1rem;
    align-items: baseline;
}

footer .footer-nav > .container > .banner-controller ul{
    display: flex;
    padding-left: 1rem;
}

footer .footer-nav > .container > .footer-banner{
    display: flex;
    width: calc(100% - 243px);
}

footer .footer-nav > .container > .footer-banner > .slick-list{
	width: 100%;
}

footer .footer-nav > .container{
    display: flex;
}

footer .footer-nav > .container:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-nav a {
  text-decoration: none;
}

footer .footer-nav-list, footer .footer-nav-family {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .footer-nav-list > li, footer .footer-nav-family > li {
  float: left;
}

footer .footer-nav-list:after, footer .footer-nav-family:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  footer .footer-nav-list {
    float: none;
    line-height: normal;
    margin: 0 -3px;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  footer .footer-nav-list {
    margin: 0 -10px;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  footer .footer-nav-list {
    float: left;
    margin: 0 -15px;
  }
}

@media (min-width: 0) {
  footer .footer-nav-list > li {
    height: auto;
    line-height: normal;
    font-size: 0.75em;
    padding: 0 3px;
  }
}

@media (min-width: 576px) {
  footer .footer-nav-list > li {
    font-size: 0.8em;
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  footer .footer-nav-list > li {
    font-size: 0.9em;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  footer .footer-nav-list > li {
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    padding: 0 15px;
  }
}

footer .footer-nav-list > li a {
  color: inherit;
}

footer .footer-nav-list > li a:hover {
  font-weight: 700;
  color: #ff7e41;
}

footer .footer-nav-list:after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 0) {
  footer .footer-nav-family {
    float: none;
    width: 100%;
    font-size: 0.85em;
  }
}

@media (min-width: 576px) {
  footer .footer-nav-family {
    width: 60%;
    font-size: 0.9em;
  }
}

@media (min-width: 768px) {
  footer .footer-nav-family {
    width: 40%;
    font-size: 0.95em;
  }
}

@media (min-width: 992px) {
  footer .footer-nav-family {
    float: right;
    width: 20%;
    font-size: 1em;
  }
}

footer .footer-nav > .container > .footer-banner img{
  width: 55%;
  margin: 1rem auto;
}

@media (max-width: 890px){
    footer .footer-nav > .container > .footer-banner img{
        width: 90%;
        margin: 1rem 0;
    }
}

@media (max-width: 675px){
    footer .footer-nav > .container > .footer-banner img{
        width: 100%;
    }
    footer .footer-nav .slick-slide{
      padding: 0 10px;
    }
}

@media (max-width: 600px){
    footer .footer-nav > .container > .banner-controller{
        display: none !important;
    }
    footer .footer-nav > .container > .footer-banner{
        width: 100%;
    }
}

footer .footer-nav-family > li {
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
}

footer .footer-nav-family > li > a {
  display: block;
  color: #75807b;
  position: relative;
}

footer .footer-nav-family > li > a i {
  margin-right: 1rem;
}

footer .footer-nav-family > li > a:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -591px 0px;
  background-image: url("../../../resources/images/sprite.png");
  width: 21px;
  min-width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .footer-nav-family > li > ul {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0.25rem;
  right: 0.25rem;
  background-color: #eff1f4;
  z-index: 9;
}

footer .footer-nav-family > li > ul > li > a {
  display: block;
  padding: 0 1rem;
  font-size: 0.8em;
  color: #5d6561;
  border-bottom: 1px dotted #c5c9c7;
}

footer .footer-nav-family > li > ul > li:last-child a {
  border-bottom: 0;
}

footer .footer-nav-family:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-nav:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-copyright {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

footer .footer-copyright-address {
  display: block;
  margin: 0;
  line-height: 24px;
  font-size: 1em;
}

@media (min-width: 0) {
  footer .footer-copyright-address {
    float: none;
  }
}

@media (min-width: 768px) {
  footer .footer-copyright-address {

  }
}

@media (min-width: 1260px) {
  footer .footer-copyright-address {

  }
}

footer .footer-copyright-address > h2 {
  height: 100%;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  float: left;
}

@media (min-width: 0) {
  footer .footer-copyright-address > h2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  footer .footer-copyright-address > h2 {
    float: left;
    margin-left: -238px;
    margin-bottom: 0;
  }
}

footer .footer-copyright-address > h2 img {
  display: block;
  width: 208px;
  height: auto;
}

footer .footer-copyright-address > ul{margin-bottom: 13px;}

footer .footer-copyright-address > ul li {
  display: inline-block;
  padding-right: 0.5rem;
}

footer .footer-copyright-address > ul li strong {
  font-weight: inherit;
}

footer .footer-copyright-address > ul li strong:after {
  content: " :";
}

footer .footer-copyright-address > ul li:first-child strong {
  display: none;
}

footer .footer-copyright-address > ul li a{color:#aeaeae ;}

footer .footer-copyright-address > p {
  color: #aeaeae;
  font-size: 1em;
  margin-bottom: 0;
}

@media (min-width: 0) {
  footer .footer-copyright-sns {
    float: none;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  footer .footer-copyright-sns {
    padding-left: 238px;
  }
}

@media (min-width: 1260px) {
  footer .footer-copyright-sns {
    float: right;
    padding-left: 0;
  }
}

footer .footer-copyright-sns ul {
  margin: 0 -0.25rem;
}

footer .footer-copyright-sns ul li {
  padding: 0 0.25rem;
  float: left;
}

footer .footer-copyright-sns ul:after {
  display: block;
  content: "";
  clear: both;
}

footer .footer-copyright:after {
  display: block;
  content: "";
  clear: both;
}

.sub-visual {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  line-height: 1.5;
}

.sub-visual-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 0) {
  .sub-visual-content {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media (min-width: 992px) {
  .sub-visual-content {
    padding-top: 200px;
    padding-bottom: 75px;
  }
}

.sub-visual-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.sub-visual-text {
  font-size: 1rem;
  opacity: 0.8;
}

@media (min-width: 0) {
  .sub-container {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .sub-container {
    padding-left: 230px;
  }
}

@media (min-width: 1480px) {
  .sub-container {
    padding-left: 265px;
  }
}

@media (min-width: 1480px) {
  .sub-container {
    padding-left: 300px;
  }
}

.sub-container:after {
  width: 100%;
}

.sub-container:after {
  display: block;
  content: "";
  clear: both;
}

.sub-navigation {
  float: left;
}

@media (min-width: 0) {
  .sub-navigation {
    display: none;
    width: 0;
  }
}

@media (min-width: 992px) {
  .sub-navigation {
    display: block;
    width: 200px;
    margin-left: -230px;
  }
}

@media (min-width: 1480px) {
  .sub-navigation {
    display: block;
    width: 225px;
    margin-left: -265px;
  }
}

@media (min-width: 1480px) {
  .sub-navigation {
    display: block;
    width: 250px;
    margin-left: -300px;
  }
}

.sub-navigation {
  padding-bottom: 6rem;
}

.sub-navigation a {
  text-decoration: none;
}

.sub-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-navigation-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #1543a0;
  background-image: url(../../../resources/images/theme/dep/sub-navigation-title.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 135px;
  padding: 2.063rem 1rem;
}

.sub-navigation-title h2 {
  margin: auto;
  font-weight: 700;
  line-height: 1.25em;
  color: white;
}

@media (min-width: 0) {
  .sub-navigation-title h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .sub-navigation-title h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1480px) {
  .sub-navigation-title h2 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1480px) {
  .sub-navigation-title h2 {
    font-size: 1.75rem;
  }
}

.sub-navigation-list > li {
  border-bottom: 1px solid #dae0e5;
}

.sub-navigation-list > li:last-child {
  border-bottom: 0;
}

.sub-navigation-list > li > a {
  display: block;
  position: relative;
  padding: 1rem 1.5rem;
  padding-right: 39px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-navigation-list > li > a:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-navigation-list > li.is-child > a:after {
  background-image: url(../../../resources/images/theme/base/sub-navigation-plus.png);
}

.sub-navigation-list > li.is-active > a {
  color: white;
  background-color: #0e2146;
}

.sub-navigation-list > li.is-active.is-child > a:after {
  background-image: url(../../../resources/images/theme/base/sub-navigation-minus.png);
}

.sub-navigation-list > li > ul {
  display: none;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
}

.sub-navigation-list > li > ul > li {
  margin: 0.5rem 0;
}

.sub-navigation-list > li > ul > li > a {
  display: block;
  color: #69736e;
  padding-left: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-underline-offset: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-navigation-list > li > ul > li > a:before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #69736e;
}

.sub-navigation-list > li > ul > li > a:hover {
  text-decoration: underline;
}

.sub-navigation-list > li > ul > li.is-active > a:before {
  background-color: #cf000d;
  border: 1px solid #cf000d;
}

.sub-contents {
  width: 100%;
  padding: 1rem 0 6rem 0;
}

@media (min-width: 0) {
  .sub-contents {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .sub-contents {
    text-align: left;
  }
}

.sub-contents-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-bottom: 1px solid #cbd3da;
  padding: 1.5rem 0 1.5rem 0;
}

@media (min-width: 0) {
  .sub-contents-title {
    display: block;
  }
}

@media (min-width: 992px) {
  .sub-contents-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-contents-title > h2 {
  font-size: 1.75em;
  height: 1em;
  line-height: 1em;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .sub-contents-title > h2 {
    float: none;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .sub-contents-title > h2 {
    float: left;
    margin-bottom: 0;
  }
}

.sub-contents-title > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 0) {
  .sub-contents-title > div {
    display: block;
  }
}

@media (min-width: 992px) {
  .sub-contents-title > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-contents-breadcrumbs {
  font-size: 0.9375em;
  margin: 0 0 0 -1rem;
  padding: 0 1rem;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs {
    display: inline-block;
    float: none;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs {
    display: block;
    float: right;
  }
}

.sub-contents-breadcrumbs a {
  color: #69736e;
  text-decoration: none;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs a {
    cursor: default;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs a {
    cursor: pointer;
  }
}

.sub-contents-breadcrumbs ol, .sub-contents-breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-contents-breadcrumbs > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol {
    margin: 0 -0.33333rem;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol {
    margin: 0 -0.5rem;
  }
}

.sub-contents-breadcrumbs > ol > li {
  position: relative;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li {
    height: 1em;
    line-height: 1em;
    padding: 0 0.33333rem;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li {
    height: 1.75em;
    line-height: 1.75em;
    padding: 0 0.5rem;
  }
}

.sub-contents-breadcrumbs > ol > li > a {
  display: block;
  position: relative;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.8em;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li > a {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.9em;
  }
}

.sub-contents-breadcrumbs > ol > li > a:after {
  display: none;
  position: absolute;
  content: "";
  width: 1.75em;
  height: 1.75em;
  background-image: url(../../../resources/images/theme/base/sub-breadcrumbs-more.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sub-contents-breadcrumbs > ol > li.is-child > a {
  cursor: pointer;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li.is-child > a {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-contents-breadcrumbs > ol > li.is-child > a:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li.is-child > a {
    padding-left: 0;
    padding-right: 4.5rem;
  }
  .sub-contents-breadcrumbs > ol > li.is-child > a:after {
    display: block;
  }
}

.sub-contents-breadcrumbs > ol > li:first-child > a {
  padding-right: 0;
}

.sub-contents-breadcrumbs > ol > li:first-child > a:after {
  display: none;
}

.sub-contents-breadcrumbs > ol > li > ul {
  display: none;
  position: absolute;
  background-color: #f8f9fa;
  left: 0.5rem;
  right: 0.5rem;
  border: 1px solid #dae0e5;
}

.sub-contents-breadcrumbs > ol > li > ul > li > a {
  display: block;
  position: relative;
  padding: 0.5rem;
  border-bottom: 1px solid #dae0e5;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-contents-breadcrumbs > ol > li > ul > li > a:after {
  display: none;
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(../../../resources/images/theme/base/sub-breadcrumbs-child-arrow.png);
}

.sub-contents-breadcrumbs > ol > li > ul > li > a:hover {
  background-color: #cf000d;
  color: white;
  padding-right: 1.5rem;
}

.sub-contents-breadcrumbs > ol > li > ul > li > a:hover:after {
  display: block;
}

.sub-contents-breadcrumbs > ol > li > ul > li:last-child > a {
  border-bottom: 0;
}

.sub-contents-breadcrumbs > ol > li:after {
  display: block;
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../../../resources/images/theme/base/sub-breadcrumbs-arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  margin: auto;
}

@media (min-width: 0) {
  .sub-contents-breadcrumbs > ol > li:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-width: 992px) {
  .sub-contents-breadcrumbs > ol > li:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sub-contents-breadcrumbs > ol > li:last-child > a {
  color: inherit;
  font-weight: 700;
}

.sub-contents-breadcrumbs > ol > li:last-child:after {
  display: none;
}

.sub-contents-maintext {
  text-align: left;
  padding-top: 3rem;
}

.sub-contents-maintext img {
  max-width: 100%;
}

.sub-contents-icons {
  padding: 0;
  margin: 0;
}

@media (min-width: 0) {
  .sub-contents-icons {
    height: 38px;
  }
  .sub-contents-icons > ul {
    height: 38px;
  }
  .sub-contents-icons > ul > li > a {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .sub-contents-icons {
    height: 44px;
  }
  .sub-contents-icons > ul {
    height: 44px;
  }
  .sub-contents-icons > ul > li > a {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }
}

.sub-contents-icons > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 -0.25rem;
  list-style: none;
}

.sub-contents-icons > ul > li {
  padding: 0 0.25rem;
}

.sub-contents-icons > ul > li > a {
  display: block;
  border: 1px solid #aab1ae;
  border-radius: 100%;
  text-align: center;
}

.col-xs-12.col-md-6.col-xl-5 .schedule ul{
    padding-top: 23px;
    padding-left: 0;
}

.col-xs-12.col-md-6.col-xl-5 .schedule ul li{
    display: flex;
    height: 41px;
    margin: 6px 0;
    border-bottom: 1px solid #eef1f2;
}

.col-xs-12.col-md-6.col-xl-5 .schedule ul li:hover{
    text-decoration: underline;
    text-underline-position: under;
}

.col-xs-12.col-md-6.col-xl-5 .schedule ul li .schedule-date{
    padding: 0.5rem 1rem;
    border-right: 1px solid #eef1f2;
    letter-spacing: 0.5px;
    width: 165px;
}

.col-xs-12.col-md-6.col-xl-5 .schedule ul li .schedule-date a{
    padding: 0.7rem;
    color: #1c357e;
    font-weight: 700;
}

.col-xs-12.col-md-6.col-xl-5 .schedule ul li .schedule-tit{
    padding: 0.5rem 1rem;
}

.col-xs-12.col-md-6.col-xl-5 .schedule ul li .schedule-tit a{
    padding: 0.7rem;
    color: #000;
}

.col-xs-12.col-md-6.col-xl-5 .schedule .schedule-title{
    background: #f5f6f6;
    border-radius: 30px;
}

.col-xs-12.col-md-6.col-xl-5 .schedule .schedule-title a{
    padding: 0.5rem 1.2rem;
    float: right;
}

.col-xs-12.col-md-6.col-xl-5 .schedule .schedule-title h2{
    font-weight: bold;
    font-size: 1.7rem;
    display: inline-block;
    margin-bottom: 0;
    background-color: #2359c6;
    border-radius: 30px 30px 30px 0;
    color: #fff;
    padding: 0.38rem 1.5rem;
    
}

.col-xs-12.col-md-6.col-xl-5 .schedule .schedule-title h2 span{
    font-weight: 500;
    font-size: 1.3rem;
}

.col-xs-12.col-md-6.col-xl-5 .schedule .schedule-empty{
    text-align: center;
    padding-top: 6rem;
}

.col-xs-12.col-md-6.col-xl-5 .board .notice-empty{
    text-align: center;
    padding-top: 5rem;
}

.col-xs-12.col-md-6.col-xl-6 .board .notice-empty{
    text-align: center;
    padding-top: 6.5rem;
}

@media (max-width: 1480px) {
    .col-xs-12.col-md-6.col-xl-5 .schedule ul li .schedule-date {
        padding: 0.5rem 0;
        width: 140px;
    }
    .col-xs-12.col-md-6.col-xl-5 .schedule ul li .schedule-tit {
        padding: 0.5rem 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        flex: 1;
    }
}

@media (max-width: 390px) {
    .col-xs-12.col-md-6.col-xl-5 .schedule ul li .schedule-date{
        width: 130px;
        font-size: 0.9rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        flex: 1;

    }
}


/*main*/

main { margin-top:-100px; width: 100%; height: 100%; }
a { color:#000; text-decoration: none; }
a:hover { color:#000; }
div { box-sizing: border-box; }
ul { padding:0 }

.content { margin: 0; padding: 0; }
.inner { width:100%; max-width:1850px; margin:0 auto; position: relative }
@media(max-width: 2400px){
    .inner { width:100%; max-width:1650px; margin:0 auto; position: relative }
}

@font-face {
    font-family: 'omyu_pretty';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/omyu_pretty.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.section { width:100%; height:100%; }
.section01 { width:100%; position: relative; color: #003d80;}
.section01 .wea_day { position: absolute; bottom: 200px; right:120px;  font-family: 'omyu_pretty'; font-size: 19px; z-index: 999; }
.section01 .wea_day .box { padding:20px; border-radius: 20px; background: #fff; box-shadow: 0px 0px 10px #00000030; }
.section01 .weather a {  color: #003d80; display: flex; align-items: center; text-decoration: none; }
.section01 .weather p {  font-weight: 600; }
.section01 .weather p span { font-weight: 500; color: #002d5d; }
.section01 .weather .w_icon { width:45px; height: 45px; margin-left:20px }
.section01 .weather .w_icon.sunny { background: url(../../../resources/images/theme/base/sunny.png) no-repeat center; }
.section01 .weather .w_icon.cloud { background: url(../../../resources/images/theme/base/cloud.png) no-repeat center; }
.section01 .weather .w_icon.rain { background: url(../../../resources/images/theme/base/rain.png) no-repeat center; }
.section01 .weather .w_icon.snow { background: url(../../../resources/images/theme/base/snow.png) no-repeat center; }
.section01 .D-day { width: 100%; text-align: center; margin-top: 10px;padding-left: 10px; border-top:1px solid #eee; padding-top:10px}
.section01 .D-day h4 { font-size:18px }
.section01 .D-day p { position: relative; display:inline-block;font-size:32px; display:flex; justify-content: center; align-items: center; }
.section01 .D-day i {font-size:28px}
.section01 .banner_y * { max-height:100%; }

.section01 .main_banner { width:100%; }
.section01 .main_banner .banner_img img { width:100% }
.section01 .main_banner::after { display: none; content: ""; position: absolute; left:0; bottom:0; width:100%; height:100%; max-height:171px; background:url(../../../resources/images/theme/base/main_banner_bottom.png) no-repeat left; background-size: cover; }
.section01 .main_banner .banner_con { z-index:1; position:absolute; width:100%; max-width:1650px; left:50%; top:39%; transform: translate(-50%,-50%); }
.section01 .hello { position: absolute; right:0; top:-200px; z-index: 9; display: block;}

.side_menu { position: fixed; bottom: 20px; left: 6.25%; z-index: 9999; transition: all .2s;}
.side_menu.on { bottom: 300px; }
.side_menu ul { display: flex; align-items: center;}
.side_menu ul li:first-child { all: unset; margin-right: 20px; }
.side_menu ul li { width: 87px; height: 87px; background: rgba(101,177,231,.8); outline:4px solid rgba(255,255,255,.8); margin-right: 15px; border-radius: 15px; text-align: center; padding: 10px; }
.side_menu ul li .side_icon { width: 45px; height: 45px; border-radius: 100%; margin: 0 auto 5px; }
.side_menu ul li .side_icon.side_icon01 { background: #fff url(../../../resources/images/theme/base/side01.png) no-repeat center; }
.side_menu ul li .side_icon.side_icon02 { background: #fff url(../../../resources/images/theme/base/side02.png) no-repeat center; }
.side_menu ul li .side_icon.side_icon03 { background: #fff url(../../../resources/images/theme/base/side03.png) no-repeat center; }
.side_menu ul li .side_icon.side_icon04 { background: #fff url(../../../resources/images/theme/base/side04.png) no-repeat center; }
.side_menu ul li .side_icon.side_icon05 { background: #fff url(../../../resources/images/theme/base/side05.png) no-repeat center; }
.side_menu ul li a { color: #fff; display: block;}

.section02 {}
.section02::after { display: block; content: ""; clear: both; }
.section02 .inner {display: flex; flex-wrap: nowrap; justify-content: space-between; }
.section02 .latest_con { width:50.38%; max-width:980px; position: relative;}
.section02 .latest_con .la_hd { display: flex; justify-content: space-between; align-items: center; width: calc(100% - 260px);}
.section02 .h2_tit { font-weight: 700; font-size: 1.6rem; }
.section02 .latest_con .la_hd .line {width: 415px;height: 4px;background: #efefef;display: inline-block;}

.section02 .latest_con .tab-menu { width: 100%; background-color: #fff; position: absolute; right: 0; top: 0px; text-align: right; z-index: 9;}
.section02 .latest_con .tab-menu ul { }
.section02 .latest_con .tab-menu ul li { display: inline-block; }

.section02 .latest_con .tablist { display: flex; align-items: center; }
.section02 .latest_con .tab { position: relative;padding:5px;padding-left: 20px;margin-right: 30px;font-size: 18px;font-weight: 600;color: #aaa; border:0; background:transparent}
.section02 .latest_con .tab::after { display: block; content: ""; width:10px; height:10px; background: #aaa; border-radius: 100%; position: absolute; left:0;top: 50%; transform: translateY(-50%);  }
.section02 .latest_con .active .tab { color: #000; }
.section02 .latest_con .active .tab::after { background: #014c92; }

.section02 .latest_con .tabpanel { position: absolute; left: 0; top: 100px; background: #fff; box-sizing: border-box; overflow: hidden; width: 100%; text-align: left;}
.section02 .latest_con .tabpanel.active { display:block } 
.section02 .latest_con .tabpanel { display: flex; justify-content: space-between; }
.section02 .latest_con .tabpanel::after { display: block; content: ""; clear: both; }
.section02 .latest_con .tabpanel li { width:40%;  }
.section02 .latest_con .tabpanel li:hover { }
.section02 .latest_con .tabpanel li abbr { display: block; }
.section02 .latest_con .tabpanel li h3 { font-size:22px; font-weight: 600; margin-bottom: 15px; width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.section02 .latest_con .tabpanel li p { font-size: 17px;margin-bottom: 20px;height: 50px;width: 100%;overflow: hidden;white-space: normal;
  display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.section02 .latest_con .tabpanel li p.date { color: #aaa; margin-bottom: 0; }
.section02 .latest_con a.more { position: absolute; width:15px; height:15px; right:0; top:6px; z-index: 99;}
.section02 .latest_con a.more::after { display: block; content: ""; width:15px; height: 2px; background: #000; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.section02 .latest_con a.more::before { display: block; content: ""; width:2px; height: 15px; background: #000; position: absolute; top: 0%; left: 50%; transform: translateX(-50%); }

.section02 .popup_zone { width:46.77%; max-width:770px }
.section02 .popup_zone .pop_hd { display: flex; justify-content: space-between;  justify-content: space-between; align-items: center; margin-bottom: 30px;}
.section02 .popup_zone .pop_hd .slide_btn { display: flex; align-items: center; }
.section02 .popup_zone .pop_hd .slide_btn button { background: transparent; border: 0; font-family: 'Material Icons';  }
.section02 .popup_zone .pop_hd .slide_btn button.prev_btn { background: url(../../../resources/images/theme/base/prev_arrow.png) no-repeat; width:20px; height:12px;} 
.section02 .popup_zone .pop_hd .slide_btn button.next_btn { background: url(../../../resources/images/theme/base/next_arrow.png) no-repeat; width:20px; height:12px} 
.section02 .popup_zone .pop_hd .slide_btn button.stop_btn::after { content: "\e034"; line-height: 1; display: block;}
.section02 .popup_zone .pop_hd .slide_btn button.play_btn::after { content: "\e037"; line-height: 1; display: block;} 

.section02 .popup_zone .pop { width:100%; height:180px; overflow:hidden }
.section02 .popup_zone .pop a { display: block; border: 5px solid #eeeeee; margin-right:10px}
.section02 .popup_zone .pop img { width: 100%; height: auto; margin: 0 auto; display: block; }

.section03 {margin-top:100px}
.section03 .h1_tit { font-size: 2rem; font-weight: 500; margin-bottom: 30px;}
.section03 .vr_slide { width: 100%; height:480px; overflow: hidden;}
.section03 .vr_slide div { width:100%; height: 100%; }

.section03 .vr_prev_btn { border: 0; width: 104px; height: 20px; background: url(../../../resources/images/theme/base/slide_arrow00.png) no-repeat; }
.section03 .vr_next_btn { border: 0; width: 104px; height: 20px; background: url(../../../resources/images/theme/base/slide_arrow01.png) no-repeat; float: right;}

.section03 .vr_bg { background-size: cover; background-position-y: center; }
.section03 .VR_content { background-image: url(../../../resources/images/theme/base/vr_img01.jpg); }
.section03 .VR_content01 { background-image: url(../../../resources/images/theme/base/vr_img02.jpg); }
.section03 .VR_content02 { background-image: url(../../../resources/images/theme/base/vr_img03.jpg); }
.section03 .VR_content03 { background-image: url(../../../resources/images/theme/base/vr_img04.jpg); }
.section03 .VR_content04 { background-image: url(../../../resources/images/theme/base/vr_img05.jpg); }
.section03 .VR_content05 { background-image: url(../../../resources/images/theme/base/vr_img06.jpg); }
.section03 .VR_content06 { background-image: url(../../../resources/images/theme/base/vr_img07.jpg); }
.section03 .VR_content07 { background-image: url(../../../resources/images/theme/base/vr_img09.jpg); }
.section03 .VR_content08 { background-image: url(../../../resources/images/theme/base/vr_img10.jpg); }
.section03 .VR_content09 { background-image: url(../../../resources/images/theme/base/vr_img11.jpg); }
.section03 .VR_content10 { background-image: url(../../../resources/images/theme/base/vr_img12.jpg); }
.section03 .VR_content11 { background-image: url(../../../resources/images/theme/base/vr_img13.jpg); }
.section03 .VR_content12 { background-image: url(../../../resources/images/theme/base/vr_img14.jpg); }
.section03 .VR_content13 { background-image: url(../../../resources/images/theme/base/vr_img15.jpg); }


.section04 { margin-top: 100px; }
.section04 .content { background: url(../../../resources/images/theme/base/even_bg.png) no-repeat bottom; background-size: cover; padding-bottom:100px; padding-top: 100px; }
.section04 .event { width: calc(100vw - 6.5rem); height: 605px; position: relative; }
.section04 .event_hd { position: relative; text-align: center; }
.section04 .event_hd h2 { font-size: 50px; font-weight: 800; }
.section04 .event_hd p { font-size: 20px; margin-top:15px}
.section04 .event_hd button.slick_nav.next { background: url(../../../resources/images/theme/base/slide_arrow01.png) no-repeat; width:104px; height:20px;border: 0;
  position: absolute; right: 300px; top: 50%; transform: translateY(-50%);
}
.section04 .event_hd button.slick_nav.prev { background: url(../../../resources/images/theme/base/slide_arrow00.png) no-repeat; width:104px; height:20px; border: 0;
  position: absolute; left: 300px; top: 50%; transform: translateY(-50%);
}

.section04 .event_slide { overflow: hidden; }
.section04 .event_slide .slick-list { margin: 0 -35px; padding: 20px 0; }
.section04 .event_slide .slick-slide > div { margin:0 35px; }
.section04 .event_slide { padding: 30px 0; }
.section04 .event_slide li { background:#fff; box-shadow: 0px 0px 15px rgba(0,0,0,.1); width:385px !important; }
.section04 .event_slide .slick-active { margin-top: 40px;  transition: all .3s;}
.section04 .event_slide .slick-current.slick-active { }
.section04 .event_slide .slick-current.slick-active +.slick-active { margin-top: 100px }
.section04 .event_slide .slick-current.slick-active +.slick-active +.slick-active { margin-top: 0px; }
.section04 .event_slide .slick-current.slick-active +.slick-active +.slick-active > div { margin-right:105px; }
.section04 .event button.slick_nav.next { background: url(../../../resources/images/theme/base/slide_arrow01.png) no-repeat; width:104px; height:20px;border: 0;
  position: absolute; right: 610px; top: 0; /*right: 205px; top: 50%;*/ transform: translateY(-50%);
}
.section04 .event button.slick_nav.prev { background: url(../../../resources/images/theme/base/slide_arrow00.png) no-repeat; width:104px; height:20px; border: 0;
  position: absolute; left: 300px; top: 0; /*left: -130px; top: 50%;*/ transform: translateY(-50%);
}

.section04 .event_thm { width:100%; height: 250px; }
.section04 .event_txt { background: #fff; padding:30px}
.section04 .event_txt h3 { font-size:20px; font-weight: 600; margin-bottom: 15px;}
.section04 .event_txt p { }
.section04 .event_txt a.gobtn { display: block; width:50px; height:8px; background: url(../../../resources/images/theme/base/go_arrow.png) no-repeat center; float: right;}

.section05 { position: relative; margin-bottom:100px}
.section05 .inner {  }
.section05 h2.h2_you { font-weight: 600; margin-bottom: 30px; position: relative; display: inline-block;}
.section05 h2.h2_you span { color: #ce2c4e; font-weight: 700; }
.section05 .you_slide {  }
.section05 .you_slide .slick-list { margin: 0 -10px; }
.section05 .you_slide .slick-slide > div { margin: 0 10px;  }
.section05 .you_slide li { border-radius: 0 0 50px 0; overflow: hidden; }
.section05 .you_slide li a { display: block; background: #555; position: relative; }
/*
.section05 .you_slide li a:after { content: "\e039"; position: absolute; font-family: 'Material Icons'; color: #fff; top: 48%; left: 50%; transform: translate(-50%,-50%); opacity: 0; font-size: 60px; }
.section05 .you_slide li a:hover:after { opacity: 1; transition: all .2s; } 
.section05 .you_slide li a #yu_wrap { width: 100%; height: 100%; }
*/
.section05 .you_slide a embed { display:block; width: 100%; height: 223px; }
.section05 .you_slide li a .you_tit { background: #00448d; color: #fff; /*position: absolute; bottom: 0; left: 0;*/ z-index: 1; width: 100%; padding: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:17px}
.section05 .you_btn { position: absolute; top: 0px; right: 0; display: flex; align-items: center;}
.section05 .you_btn button { background: transparent; font-family: 'Material Icons'; width:40px; height:40px; border: 1px solid #ddd; text-align: center;}
.section05 .you_btn button.you-arrow-prev { background: url(../../../resources/images/theme/base/prev_arrow.png) no-repeat center;} 
.section05 .you_btn button.you-arrow-next { background: url(../../../resources/images/theme/base/next_arrow.png) no-repeat center;} 
.section05 .you_btn button.you_stop_btn::after { content: "\e034"; line-height: 1; display: block;}
.section05 .you_btn button.you_play_btn::after { content: "\e037"; line-height: 1; display: block;} 

.section05 .land-wrap { position: relative;margin-top: 50px;padding-top: 50px;border-top: 1px dashed #ddd;}
.section05 .land-head {display: flex;align-items: center;}
.section05 .land-head ul.land-tab { position:relative; margin-left:15px; margin-bottom: 30px; }
.section05 .land-head ul.land-tab:after { display:block; content:""; clear:both }
.section05 .land-head ul.land-tab li { display: inline-block; margin-right:15px; position: relative;}
.section05 .land-head ul.land-tab li::after { display:block; content:""; width:1px; height:28px; background: #ddd; position: absolute; bottom: 0; right: -10px; }
.section05 .land-head ul.land-tab li::last-child::after { display: none; }
.section05 .land-head ul.land-tab li a { font-size: 22px; position: relative; }
.section05 .land-head ul.land-tab li.active a::before { content: ""; display: block; width:8px; height:8px; border-radius: 100%; background: #ce2c4e; position: relative; top: -2px; left: 50%; transform: translate(-50%); }

.section05 .land_slide .slick-list { margin: 0 -10px; }
.section05 .land_slide .slick-slide > div { margin: 0 10px;  }
.section05 .land_slide .land-list { border-radius: 0 0 50px 0; overflow: hidden; }
.section05 .land_slide .land-list a { display: block; /*height: 250px;*/ background: #555; position: relative; }
.section05 .land_slide .land-list a:after { content: "\e039"; position: absolute; font-family: 'Material Icons'; color: #fff; top: 48%; left: 50%; transform: translate(-50%,-50%); opacity: 0; font-size: 60px; }
.section05 .land_slide .land-list a:hover:after { opacity: 1; transition: all .2s; } 
.section05 .land_slide .land-list a embed { display:block; width: 100%; height: 223px; }
.section05 .land_slide .land-list a .you_tit { background: #00448d; color: #fff; /*position: absolute; bottom: 0; left: 0;*/ z-index: 1; width: 100%; padding: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:17px}
.section05 .land_btn { position: absolute; top: 50px; right: 0; display: flex; align-items: center;}
.section05 .land_btn button { background: transparent; font-family: 'Material Icons'; width:40px; height:40px; border: 1px solid #ddd; text-align: center;}
.section05 .land_btn button.land-arrow-prev { background: url(../../../resources/images/theme/base/prev_arrow.png) no-repeat center;} 
.section05 .land_btn button.land-arrow-next { background: url(../../../resources/images/theme/base/next_arrow.png) no-repeat center;} 
.section05 .land_btn button.land_stop_btn::after { content: "\e034"; line-height: 1; display: block;}
.section05 .land_btn button.land_play_btn::after { content: "\e037"; line-height: 1; display: block;}

.section06 {}
.section06 .inner { display: flex; justify-content: space-between; }
.section06 .content { border-radius: 150px 0 0 0; background-image: url(../../../resources/images/theme/base/sns_back.png),url(../../../resources/images/theme/base/mv_back.png),linear-gradient(to right, rgba(238, 241, 248, 1) 39%, rgba(23, 47, 79, 1) 39%);
background-repeat: no-repeat,no-repeat,no-repeat; background-position: top left, top right; padding: 100px 0 120px; background-size:39% 100%,61% 100%,100%;}

.section06 .sns-box { width: 33.5%; /* width: 63.5%; */max-width:825px }
.section06 .sns-box h2 { font-weight: 600; margin-bottom: 30px; position: relative; display: inline-block; font-size:3rem}
.section06 .sns-box h2 span { font-weight: 800; color: #044e8f; }
.section06 .sns-box h2:after { display: block; content: ""; background: url(../../../resources/images/theme/base/sns_cha.png) no-repeat; width: 103px; height: 130px; position: absolute; right: -115px; bottom: 0; }
.section06 .sns-box ul { margin: 0; }
.section06 .sns-box ul::after { display: block; content: ""; clear: both; }
.section06 .sns-box ul li { position: relative; float: left; width: 275px; height: 230px; overflow: hidden; }
.section06 .sns-box ul li a { display: flex; justify-content: center; align-items: center; }
.section06 .sns-box ul li .sns_title { position: absolute; z-index: 9; top:0; left:0; font-size: 18px; background: rgba(0,0,0,.6); width: 100%; height:100%; color: #fff; opacity: 0; padding:20px;
 display: flex; justify-content: center; align-items: center;}
.section06 .sns-box ul li .sns_title p { max-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align:center}
.section06 .sns-box ul li a:hover > .sns_title { opacity: 1; transition: all .3s; } 
.section06 .sns-box ul li a:focus > .sns_title { opacity: 1; transition: all .3s; }

.section06 .goystour { width: 59.5%; max-width: 1130px; margin-top:65px; position: relative;}
.section06 .goystour::before { display: block; content: ""; width: 150px; height: 150px; background: url(../../../resources/images/theme/base/c_icon02.png) no-repeat; position: absolute; right: -100px; bottom: -30px;z-index: 1; } 
.section06 .goystour::after { display: block; content: ""; clear: both; }
.section06 .goystour ul { height: 100%;  border-radius: 30px 0 30px 0; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,.2);border: 1px solid #ddd; margin-bottom: 0;}
.section06 .goystour ul li { height: 50%; width: 16.666%; float: left; border-left: 1px solid #fff; border-bottom: 1px solid #fff; background: #fff; position: relative;overflow: hidden;}
.section06 .goystour ul li a { display: block; }
.section06 .goystour ul li a img { opacity: 1;  transition: .2s; width: 100%;}
.section06 .goystour ul li a span { position: absolute; width: 100%; top: 0; left: 0; background: linear-gradient(#002c67d9, transparent);color: #fff; height: 45%; padding:20px 0; transition: all .4s; display: flex; align-items: center; justify-content: center; font-size:18px; font-weight: 600; word-break: keep-all; line-height:1.4rem; text-align:center }
.section06 .goystour ul li a:hover img { filter: blur(1px); transition: .2s;  }
/*.section06 .goystour ul li a img { opacity: .7; filter: blur(3px);  transition: .2s; width: 100%;}
.section06 .goystour ul li a span { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(#ffffff88, #ffffff88); display: flex; align-items: center; justify-content: center; color: #002c67d9; font-size:18px; font-weight: 600; word-break: keep-all; }
.section06 .goystour ul li a:hover img { opacity: 1; filter: unset; transition: .2s;}
.section06 .goystour ul li a:hover span { background: linear-gradient(#002c67d9, transparent);color: #fff; height: 30%; padding:20px 0; transition: all .4s; }*/


.section06 .mv-box { width: 59.5%; max-width: 980px; border: 1px solid #fff; color: #fff; padding: 20px 45px; color: #fff; margin-top:65px; position: relative; 
    background:#ffffff95;border-radius: 30px 0 0 0; box-shadow: 0 0 15px rgba(0,0,0,.1); text-align: right; }
.section06 .mv-box h2 { font-weight: 800; font-size:1.9rem; color: #004397; }
.section06 .mv-box a { color: #fff; display: block;}
.section06 .mv-box .box { margin:20px 0 0 }
.section06 .mv-box .box p { font-size:18px; width:100%; text-overflow: ellipsis; overflow: hidden; white-space:nowrap; }
.section06 .mv-box .mv_img { width:100%; height:170px; background: #fff; position: relative; font-family: 'Material Icons'; margin-bottom: 10px; overflow: hidden;}
.section06 .mv-box .mv_img img { width: 100%; }
.section06 .mv-box .mv_img:after { content:"\e039"; display: flex; justify-content: center; align-items: center; font-size:38px; position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; background: rgba(0,0,0,.4);}
.section06 .mv-box .go_you { background: #024c93; padding:20px; width: 100%; border-radius: 0 0 40px 0; margin-top:14px; display: inline-block;}
.section06 #yu_wrap { width: 100%; height: 320px; }

footer {  }
footer .ft_ab { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
footer .ft_ab .ft_select { border: 1px solid #828493; background: transparent; padding:10px 20px; color: #828493; font-size:15px }
footer .ft_link { display: flex; justify-content: space-between; align-items: center; }
footer ul.ft_link > li a { padding: 0 10px; }
footer ul.ft_link > li a img { opacity: .5; }
footer .ft_site { margin:20px 0 }
footer .ft_site li { display: inline-block; margin-right: 25px; font-size:18px}
footer .ft_site li a { color: #fff; font-weight: 600;}
footer .ft_site li:first-child a { color: #62bec9; }
footer .ft_sns { display: flex; justify-content: space-between; align-items: center; }
footer .ft_sns > li a { padding: 0 10px; }
footer .ft_sns > li a img { opacity: .5; }

/*서브페이지*/

.basic { font-size:18px }
.scroll { overflow: auto; }
.scroll table { min-width: 1000px; }
.sub_con { margin-bottom:30px; }
.sub_hd {margin-bottom: 40px; align-items:flex-end; padding-top: 20px; border-top: 1px dashed #ddd;}
.sub_hd .sub_tit { font-size:2.5rem; font-weight:800 }
.sub_hd .mini_tit { font-size:1.1rem; font-weight:300; margin-top:5px; margin-left:5px }
p.attention { color: #b40428; padding-left:28px; position: relative; display: inline-block; }
p.attention::before { content: "\e87f"; font-family: 'Material Icons'; position: absolute; left: 0; top: -2px; font-size:24px; }

h1.sub_tit00 { font-size: 2.2rem; font-weight: 700; margin-top:10px; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px dashed #ddd; }
h1.sub_tit00 span { font-weight: 300; font-size:2.3rem; color: #0056b3; }

h2.sub_tit01 { font-size:1.7rem; font-weight:600; padding-left:50px; margin-top:50px; margin-bottom:20px; position:relative; display: flex; align-items: center; }
h2.sub_tit01 span.sub { padding-right:15px; position: relative;}
h2.sub_tit01 span.sub::after { display: block; content: ""; width:1px; height:15px; position:absolute; top:9px; right:6px; background:#dee0e3; }
h2.sub_tit01.first { margin-top:0 }
h2.sub_tit01:before { display:block; content:"\e9f6"; position:absolute; font-family: 'Material Icons'; left:0; color:#305890; font-size: 40px;}

h3.sub_tit02 { font-size:1.35rem; font-weight:600; padding-left:30px; margin-top:40px; margin-bottom:15px; position:relative }
h3.sub_tit02.first { margin-top:0 }
h3.sub_tit02:before { display:block; content:"\e9a7"; position:absolute; font-family: 'Material Icons'; left:0; color:#305890; opacity: .6;}

ul.nemo { padding-left: 35px; padding-right: 15px; margin-bottom: 25px; text-align: left; }
ul.nemo > li { position: relative; list-style: disc;}

.btn_box { padding:20px; width:100%; text-align: center;}
.btn_box a { display: inline-block; }
a.down_btn { border:1px solid #ccc; background:#eee; padding: 10px 70px 10px 60px; position:relative}
a.down_btn:after { content: "\e2c4"; display: block; font-family: 'Material Icons'; position:absolute; top:50%; right:50px; transform: translateY(-50%); }
a.btn01 { }
a.btn02 { }
a.link_btn { padding:10px 40px 10px 30px; position:relative; background: #00142a; color: #fff; }
a.link_btn::after {  content: "\e895"; display: block; font-family: 'Material Icons'; position:absolute; top:50%; right:20px; transform: translateY(-50%);  }

.tit_box {margin:20px auto; background:url("../images/common/tit_bg.gif") repeat; border:1px solid #ddd;vertical-align: middle;}
.tit_box span.tel_ic { float:none; display:block; margin: 0 auto; width: 140px; height: 110px;background:url("../images/middle/tel_ic.png") no-repeat center bottom;}
.tit_box span.email { float:none; display:block; margin: 0 auto; width: 150px; min-height: 130px;background: url("../images/middle/email.png") no-repeat center bottom;}
.tit_box span.copyright { float:none; display:block; margin: 0 auto; width: 150px; min-height: 130px;background: url("../images/middle/copyright.png") no-repeat center bottom;}
.con_box span.copyright2 { float:none; display:block; margin: 0 auto; width: 150px; min-height: 130px;background: url("../images/middle/copyright2.png") no-repeat center bottom;}
.con_box span.charter { float:none; display:block; margin: 0 auto; width: 150px; min-height: 130px;background: url("../images/middle/charter.png") no-repeat center bottom;}
.tit_box span.remote { float:none; display:block; margin: 0 auto; width: 150px; min-height: 130px;background: url("../images/middle/remote.png") no-repeat center bottom;}
.tit_box span.card { float:none; display:block; margin: 0 auto; width: 150px; min-height: 110px;background: url("../images/middle/card.png") no-repeat center 50%;}
.con_box span.org { float:none; display:block; margin: 0 auto; width: 100%; min-height: 230px;background: url("/main/08/images/org_bg.png") no-repeat right bottom;}
.con_box:after,
.con_box dl:after {clear:both; content:""; display:block;}


table { width:100%; border-collapse: collapse; word-break: keep-all;}
.tbl01 { text-align: center; margin-bottom: 30px; border-top: 2px solid #000;}
.tbl01 thead th { background: #f2f2f5;  }
.tbl01 th { padding: 15px 10px; font-weight:500; background: #919198; }
.tbl01 td { padding: 10px; border-bottom: 1px solid #f2f2f5; border-right: 1px solid #f2f2f5; }
.tbl01 tbody th { font-weight: 500; background: #919198 ;-webkit-print-color-adjust: exact !important;  color: #fff; border-top: 1px solid #84848d; border-right: 1px solid #84848d;}
.tbl01 tbody tr:first-child th { border-top: 0; }
.tbl01 .right { border-right: 1px solid #f2f2f5; }
.tbl01 ul { text-align: left; }
.tbl01 ul li { position: relative;  padding-left: 12px;}
.tbl01 ul li::before { content: "-"; position: absolute; top: auto; left: 0; }
table.tbl01 td.highlight01 { background: #ff9f2020; }
table.tbl01 td.highlight02 { background: #007bff20; }
table.tbl01 th.highlight01 { background: #ff9f20; color: #fff;}
table.tbl01 th.highlight02 { background: #007bff; color: #fff;}
.tbl01 .arrow { color: #007bff; }

.tbl01.cancel th, .tbl01.cancel td {color:#ddd}

.basic .tbl02 { text-align: center; margin-bottom: 30px; border-top: 2px solid #000;}
.basic .tbl02 th { padding: 15px 10px; font-weight:500; background: #f2f2f5;  }
.basic .tbl02 td { padding: 10px; border-bottom: 1px solid #f2f2f5;}
.basic .tbl02 tbody th { font-weight: 500; background: #f2f2f5; }
.basic .tbl02 .right { border-right: 1px solid #f2f2f5; }
.basic .tbl02 ul { text-align: left; }
.basic .tbl02 ul li { position: relative;  padding-left: 12px;}
.basic .tbl02 ul li::before { content: "-"; position: absolute; top: auto; left: 0; }

.tb_con { }
.tb_con::after { display: block; content: ""; clear: both; visibility: hidden; }
.tb_con .tit { width:280px; float: left; border-top:1px solid #000; word-break: keep-all;}
.tb_con .tit::after { display: block; content: ""; clear: both; visibility: hidden; }
.tb_con .tit h3 {font-size:20px; font-weight: 600; padding:20px 10px}
.tb_con .tb_conbox { width:calc(100% - 280px);float: left; border-top:1px solid #ddd;padding: 20px 20px 50px;min-height: 130px;}
.tb_con .tb_conbox h3 { font-size: 18px; font-weight: 700; }
.tb_con .tb_conbox::after { display: block; content: ""; clear: both; visibility: hidden; }
.tb_con .tb_conbox.full { width: 100%; border: 0; padding: 20px 0;}
.tb_con .tit.full { border-top: 0; /*border-bottom: 1px solid #000; */}

.tb_con02 { }
.tb_con02::after { display: block; content: ""; clear: both; visibility: hidden; }
.tb_con02 .tit { width:280px; float: left; border-top:1px solid #000; }
.tb_con02 .tit::after { display: block; content: ""; clear: both; visibility: hidden; }
.tb_con02 .tit h3 {font-size:20px; font-weight: 600; padding:20px 0px; color: #0068BD;}
.tb_con02 .tb_conbox { width:calc(100% - 280px);float: left; border-top:1px solid #ddd;padding: 20px 20px 50px;min-height: 130px;}
.tb_con02 .tb_conbox h3 { font-size: 18px; font-weight: 700; }
.tb_con02 .tb_conbox::after { display: block; content: ""; clear: both; visibility: hidden; }
.tb_con02 .tb_conbox.full { width: 100%; border: 0; padding: 20px 0;}
.tb_con02 .tit.full { border-top: 0; /*border-bottom: 1px solid #000; */}

.txt_box01 { width:100%; padding:30px; background: #f9f9f9; border: 1px dashed #aaa; margin-bottom: 30px; border-radius: 20px; }
.txt_box01 .tit_txt { text-align: center; font-size: 30px; font-weight: 800; color: #00448d; padding:30px; padding-top: 0; }
.txt_box01 p { padding:20px; background: #fff; text-align: center;}

.tab_link { margin-bottom:30px }
.tab_link li { display: inline-block; border: 1px dotted #ddd; width:49%; margin-bottom:5px }
.tab_link li a.on { background: #003d80; color: #fff; }
.tab_link li a { display: block; padding:10px; text-align: center;}
.tab_link li a:hover { background: #003d80; color: #fff; transition: .2s; }


.list_type01 { }
.list_type01 dl { display: flex; }
.list_type01 dl dt { margin-right:10px; }
.list_type01 dl dt::before { content: "-"; color: #aaa; display: inline-block; }

.list_type02 { display: flex; word-break: keep-all;}
.list_type02 li { width:23%; margin-right:1.5%}
.list_type02 li:last-child { margin-right: 0; }
.list_type02 li .img_box { width:100%; height:200px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.list_type02 li .img_box img { max-width: 150%; }
.list_type02 li h3 { font-size:18px; color: #004397; margin: 5px 0; font-weight: 600;}
.list_type02 li p { font-size:15px; word-break: keep-all; }

.list_type02.item03 { flex-wrap: wrap; } 
.list_type02.item03 li { flex: 1 1 31%;}

.list_type03 { display: flex; justify-content: space-between;}
.list_type03 > li { width: 24%; border: 1px solid #4a5677; padding: 20px 10px; border-radius: 10px; background: #fff; position: relative;}
.list_type03.cnt_02 > li { width:49%; margin-top: 20px; text-align: center; }
.list_type03 h3 { font-size:1.23rem; font-weight: 600; text-align: center; border: 2px solid #003d80; color: #003d80; border-radius: 40px; width: 70%; padding:5px 0; margin: 0 auto 20px;}

.line_04 { display: flex; justify-content: space-between;}
.line_04 > li { width: 32%; border: 1px dashed #ddd; padding: 20px 10px; border-radius: 10px; background: #fff; position: relative;}
.line_04.item02 > li { width: 48%; }
.line_04 h3 { font-size:1.23rem; font-weight: 600; text-align: center; border: 2px solid #003d80; color: #003d80; border-radius: 40px; width: 70%; padding:5px 0; margin: 0 auto 20px;}


ul.img_03 { display: flex; justify-content: space-between; margin-bottom: 30px; flex-wrap: wrap;}
ul.img_03 li { flex: 1 1; max-height:300px; background: #eee; border-radius: 50px 0 50px 0; position: relative; overflow: hidden;}
ul.img_03 li img { width: 100%; height: 100%; }
ul.img_03 li p { position: absolute; display: inline-block; left: 50%; bottom: 15px; transform: translate(-50%); width: 70%; text-align: center;
    background: #fff; border: 2px solid #003773; color: #003773; border-radius: 30px;padding:5px 30px; z-index: 1;
}

.dia_hd {padding: 25px 60px;border: 1px dashed #4a5677; border-radius: 70px;background: #f2f4f7;font-size: 1.3rem;text-align: center;word-break: keep-all;color: #4a5677;margin: 30px 0;}

/*박람회 소개*/

.ticket { text-align: center; margin-top: 50px;}
.ticket a { padding:8px 30px; border: 1px solid #ddd; background: #fff; }
.ticket a:hover { background: #005bab; color: #fff; transition: .2s; }
.basic .hello { margin-top: 60px; }
.basic .hello h3 { font-size: 28px; line-height: 1.4em; text-align: center; margin-bottom: 30px; position: relative; font-weight: 600;}
.basic .hello h3:before { content: ""; background: url('../../../resources/images/theme/base/sub_hello.png') no-repeat; width:1000px; height:100px; position: absolute; top: -60px; left: 50%; transform: translate(-50%); z-index: -1; opacity: .5; }
.basic .hello h3 span {font-size: 34px;color: #1455bd; font-weight: 700;}
.basic .hello p { margin-bottom: 15px; }
.basic .hello_img { border: 1px solid #ddd; padding: 10px; display: block; margin: 0 auto;}
.basic .sign { text-align: center; font-size: 24px; margin-top:100px; }
.basic .sign span { font-size: 28px; }

.vision { margin-bottom:40px }
.vision .sub_hd { border: 0; color: #14429f; text-align: center; padding-bottom:20px }
.vision dl { margin-bottom:20px; display:flex; align-items:center;}
.vision dl dt { font-size:20px; width:120px; margin-right:150px; position:relative;}
.vision dl dt:before { display:block; content:""; width:10px; height:10px; background:#253bad; border-radius:100%; position:absolute;
top:50%; right:0; transform:translateY(-50%); z-index:1;}
.vision dl dt:after { display:block; content:""; width:100%; height:1px; background:#dadada; border-radius:100%; position:absolute;
top:50%; right:-120px; transform:translateY(-50%);}
.vision dl dd { border:2px solid #253bad; width:calc(100% - 270px); padding:20px; text-align:center; border-radius:100px}

.mission {}
.mission .sub_hd { background: #004397; text-align: center; color: #fff; justify-content: center; position:relative; padding:40px 0 90px 0 }
.mission .sub_hd:after { width:50%; height:50px; display:block; content:""; position:absolute; background:#fff; bottom:0; left:0;border-radius:0 50px 0 0}
.mission .sub_hd:before { width:50%; height:50px; display:block; content:""; position:absolute; background:#fff; bottom:0; right:0;border-radius:50px 0 0 0}
.mission ul { display:flex; text-align:center; align-items:center; word-break:keep-all;}
.mission ul li { margin-right:20px; border-radius: 10px; padding:20px; width:calc(25% - 20px)}
.mission ul li:nth-child(1) {border:3px solid #274ab3;}
.mission ul li:nth-child(2) {border:3px solid #619bc4;}
.mission ul li:nth-child(3) {border:3px solid #83bec0;}
.mission ul li:last-child { margin-right:0; border:3px solid #d59393 }

.ICO { padding: 40px; border: 1px dashed #aaa; border-radius: 30px; margin-bottom: 40px; background: #eee; position: relative;}
.ICO::after { width: 20px; height: 20px; background: #004397; border-radius: 100%; display: block; content: ""; position: absolute; top: -10px; left: 50%; transform: translate(-50%); }
.ICO p { position: relative; background: #fff; border-radius: 50px; padding: 10px; padding-left: 60px; margin-bottom: 10px; }
.ICO p span { width: 40px; height: 40px; border-radius: 100%; background: #4a5677; color: #fff; display: inline-block; text-align: center; line-height: 40px; margin-right: 10px; position: absolute; top: 3px; left: 5px;}

.symbol { }
.symbol_img { border: 1px solid #ddd; margin-bottom: 20px; text-align: center;}

/*박람회 정보*/

.map_box { }
.map_box ul { display: flex; flex-wrap: wrap; padding:20px 40px; background: #f9f9f9; }
.map_box ul li { width:25%; margin-bottom: 5px; }
.map_box ul li span { margin-right:10px; font-size:15px; width:25px; height:25px; text-align: center; line-height:25px; color:#fff; background: #004397; display: inline-block; border-radius:5px }

/*행사정보*/

.ctt { }
.ctt > ul { display: flex; justify-content: space-between;}
.ctt > ul > li { border: 1px solid #ddd; border-radius: 10px; width:32%; padding:20px; text-align: center;}
.ctt > ul > li img { width: 70px; }
.ctt > ul > li h3 { font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 15px; margin-top: 15px; }
.ctt > ul > li > p { margin-bottom: 15px; }
.ctt > ul > li > p span { color: #b3b7bb; display: block; font-size: 16px; }

.program_img {position: relative;}
.program_txt {position: absolute;z-index: 1;bottom: 0;right: 0;background: #455264;color: #fff;padding: 50px;box-shadow: 0px 8px 15px rgb(66 67 79 / 30%);padding-left: 55px;}
.program_txt:before {    display: block;content: "";width: 40px;height: 40px;background: #ffb548;position: absolute;top: 0;left: 0;}
.program_txt h3 {font-weight: 700;margin-bottom: 10px; color: #ff9f20;}
.program_txt ul { margin-top: 15px; margin-bottom:0}

.program02 {  }
.program02 header { padding:20px 0 30px; text-align: center;  }
.program02 header p { opacity: .8; }
.program02 header h3 { display: inline-block; padding: 5px 80px; border: 2px solid #003d80; font-size:28px; border-radius: 100px; margin-top: 5px; position: relative; font-weight: 700; color: #003d80; }

.program02 table.tbl01 td { position: relative; height: 90px; width: 130px;}
.program02 table.tbl01 .tb_date { position: absolute; top: 5px; right: 5px; font-size:14px }


.program02 table { width: 100%; border-collapse: collapse; border-top: 1px solid #000;}
.program02 table tbody th { background:#003167; color: #fff; text-align: center; padding:10px; width:200px}
.program02 table tbody td { padding:15px; border-bottom: 1px solid #ddd;}

.icon_list { display: flex; justify-content: space-between; }
.icon_list li { width: 32%; border: 1px solid #4a5677; border-radius: 20px; padding:30px 20px;  text-align: center;}
.icon_list li .op_icon { width:100px; height:100px; border-radius: 100%; border: 1px solid #ddd; margin: 0 auto 20px; }
.icon_list li .op_icon.icon01 {background: url('../../../resources/images/theme/base/op_icon01.png') no-repeat center;}
.icon_list li .op_icon.icon02 {background: url('../../../resources/images/theme/base/op_icon02.png') no-repeat center;}
.icon_list li .op_icon.icon03 {background: url('../../../resources/images/theme/base/op_icon03.png') no-repeat center;}
.icon_list li .op_icon.icon04 {background: url('../../../resources/images/theme/base/op_icon04.png') no-repeat center;}
.icon_list li p { font-size: 15px; color: #4a5677; }
.icon_list li h4 { font-size: 21px; font-weight: 700; color: #003d80; }

.pro_list {width:100%; margin:10px 0px;}
.pro_list::after { display: block; content: ""; clear: both; }
.pro_list .title {position: relative; border: 1px dashed #dee0e3; padding-left:40px; padding-right:40px; height:50px; font-size:1.3rem;line-height:50px;font-weight:bold;vertical-align:middle;}
.pro_list .title a {display:block; color:#272727; display: flex; justify-content: space-between; align-items: center;}
.pro_list .title a:hover {text-decoration:underline;color:#476b8f;}
.pro_list .title.on{background: #014c92; border: 0; border-bottom: 2px solid #fff; }
.pro_list .title.on a { color: #fff; }
.pro_list .title a span { float: right; font-weight: 300; font-size: 15px; background: #fff; color: #014c92; border-radius: 50px; padding: 0 30px; height: 30px; line-height: 30px; }
.pro_list .con {display:none; position:relative;width:100%;padding:10px 20px 30px 20px;overflow:hidden;border:1px dashed #dee0e3;}
.pro_list .con.open {display:block;}
.pro_list .con .sub_tit00 { text-align: center; }

.day { display: flex; border-radius: 80px; border: 2px solid #d0d1d2; background: #fff; padding: 10px; margin: 30px 0;}
.day > span {display: flex;width: 12%;background: #014c92;border-radius: 100%;color: #fff;font-size: 22px;justify-content: center;align-items: center;}
.day ul { margin-bottom: 0; }

.list_box { display: flex; justify-content: space-between; padding: 30px; border: 1px dashed #aaa; border-radius: 30px; margin: 30px 0; flex-wrap: nowrap; background: #f9f9f9;}
.list_box .list_con { padding: 20px; border: 1px solid #ddd; width: 48%; border-radius: 20px; background: #fff; }
.list_box .list_con h3 {color: #fff;background: #4a5677;padding: 10px;font-size: 1.2rem;text-align: center;font-weight: 600;border-radius: 50px;margin-bottom: 15px;}
.list_box .list_con h3 span { display: block; font-size:15px; font-weight: 500; }

.conference {}
.conference ul { margin-bottom: 0; }
.conference .con_c {background: #d46723;color: #fff;text-align: center;width: 120px;height: 120px;border-radius: 100%;line-height: 120px;margin-right: 80px; position: relative;}
.conference .con_c::before { display: block; content: ""; width: 1px; height: 198%; background: #ddd; position: absolute; right: -41px; top: 72%; transform: translateY(-50%); }
.conference .con_c:after { display: block; content: ""; width: 80px; height:1px; background: #ddd; position: absolute; right: -40PX; top: 50%; transform: translateY(-50%); z-index: -1;}
.conference .con_s {text-align: center;background: #46638b;color: #fff;padding: 40px 20px;border-radius: 10px;margin-right: 50px; position: relative;}
.conference .con_s::before { display: block; content: ""; width:200px; height: 1px; background: #ddd; position: absolute; left: -43px; top: 50%; transform: translateY(-50%); z-index: -1;}
.conference .con_s.sec { background: #0068BD; }
.conference .con_t {font-size: 20px;font-weight: 700;padding: 10px;text-align: center;margin-bottom: 10px;background: #eee;border-radius: 50px;}
.conference td { border: 1px solid #ddd; padding: 20px; background: #fff;}
.conference td.no_line { padding: 20px; border: 0;}

.Dialogue { padding: 40px; background: #fff; border: 1px dashed #aaa; border-radius: 30px; }
.Dialogue .d_head { padding:20px 50px; background: #eee; color: #4a5677; border-radius: 100px; display: flex; flex-wrap: nowrap; align-items: center; margin-bottom: 20px;}
.Dialogue .d_head .KIDI { width:35%; font-weight: 700; margin-right: 15px;}
.Dialogue .d_head p { width: 65%; }
.Dialogue .d_head::after { display: block; content: ""; clear: both; }
.Dialogue .d_inner ul { display: flex; margin-bottom: 50px; }
.Dialogue .d_inner ul li { width: 33.333%; text-align: center;}
.Dialogue .d_inner ul li h4 { font-size: 20px; font-weight: 600; width: calc(100% + 1rem); border-radius: 50px; padding: 15px 10px; mix-blend-mode: multiply; margin: 0 -0.5rem;}
.Dialogue .d_inner ul li:first-child h4 { background: #007bff; color: #fff; }
.Dialogue .d_inner ul li:nth-child(2) h4 { background: #007bff; color: #fff; }
.Dialogue .d_inner ul li:last-child h4 { background: #007bff; color: #fff; }
.Dialogue .d_ft { padding:20px 50px; background: #eee; color: #4a5677; border-radius: 100px; display: flex; flex-wrap: nowrap; align-items: center; margin-top: 20px;}
.Dialogue .d_ft .PIF { width:50%; font-weight: 700; margin-left: 15px;}
.Dialogue .d_ft > p { width: 50%; }

/*이용안내*/

ul.ticket { display: flex; justify-content: space-between; text-align: center; }
ul.ticket .ticket_price h4 { font-size: 20px; display: inline-block; padding:5px 30px; background: #00448d; color: #fff; text-align: center; margin-bottom: 5px;}

.qna { max-width: 1000px; margin: 0 auto;} 
.qna_wrap { clear: both; text-align: center; font-size: 2rem; font-weight: 700; color: #333; margin: 70px 0 120px; position: relative;}
.qna_wrap::before { width: 15px; height: 15px; border-radius: 100%; background: #2270e5; display: block; content: ""; position: absolute; left: 50%; transform: translate(-50%); bottom: -25px; z-index: 1;}
.qna_wrap::after { width: 2px; height: 40px; background: #ccc; display: block; content: ""; position: absolute; left: 50%; transform: translate(-50%); bottom: -50px;}

.qna_box { width: 100%; border-top: 2px solid #000; border-bottom: 1px solid #999;}
.qna_q { width: 100%;  border-bottom: 1px solid #999; }
.qna_q .q_wr { padding: 2% 0; cursor: pointer; }
.qna_q span { display: inline-block; width: 10%;  text-align: center; font-weight: 700;}
.qna_q strong { display: inline-block; width: 80%;}
.qna_q button { display: inline-block; width: 10%; border: none; background: none; cursor: pointer;}
.qna_a { width: 100%; padding: 4% 0; border-top: 1px solid #999; display: flex;  align-items: center; background: #f8f9fa;}
.qna_a span { color: #a81513;}
.qna_a .Watch { display: block; width: 100px; padding: 5px;}


/*음식점 안내*/

.map_info { border-top:3px solid #0056b3; border-bottom:1px solid #ddd; }
.map_info .right { width:60%; max-width:600px; overflow: hidden;}
.map_info .right .map { height: 100%; }

.map_info .left { width:40%; max-width:400px; }
.map_info .left .hot_list {}

.map_info .left .hot_list > div { padding:20px;}
.map_info .left .hot_list > div > ul { display: flex; margin-bottom: 0; }
.map_info .left .hot_list > div > ul li { width:33.333%; text-align: center; }
.map_info .left .hot_list h3 { font-size:20px; margin-bottom:15px}
.map_info .left .hot_list > div > ul li .hot_img { width:100px; height:100px; border-radius: 100%; background: #e1e1e1; margin: 0 auto; margin-bottom:10px; display: flex; justify-content: center; align-items: center; }
.map_info .left .hot_list > div > ul li .hot_img.no_img:after { display: block; content: "\e561"; font-family: 'Material Icons'; color: #aaa; font-size: 40px; line-height: 1; }
.map_info .left .hot_list .hot01 { border-bottom:1px solid #ddd; }

.food_list { position: relative; }
.food_list .list_type { text-align: right; border-bottom:1px solid #ddd; margin:20px 0; padding-bottom:5px; font-size:15px; }
.food_list .list_type a { margin-right: 10px; padding-right:10px; border-right:1px solid #ddd }
.food_list .list_type a:last-child { border:0; margin:0; padding:0 }
.food_list .gall_list { display: flex; flex-wrap: wrap;}
.food_list .gall_list .gall_item { width:32.66%; margin-right:1%; margin-bottom:15px; border:1px solid #ddd; border-radius: 5px; overflow: hidden;}
.food_list .gall_list .gall_item:hover { box-shadow: 0px 0px 15px #ddddddb8; transition: all .2s; }
.food_list .gall_list .gall_item:nth-child(3n) { margin-right: 0; }
.food_list .gall_list .gall_item .img_box { height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; background: #fafafa; border-bottom:1px solid #eee}
.food_list .gall_list .gall_item .img_box.no_img:after { display: block; content: "\e561"; font-family: 'Material Icons'; color: #999; font-size: 60px; line-height: 1; }
.food_list .gall_list .gall_item .img_box .mark_box { display: flex; position: absolute; top: 0; left: 10px; }
.food_list .gall_list .gall_item .img_box .mark_box li { font-size:13px; margin-right:3px; width:40px; height:30px; text-align: center; line-height: 30px; }
.food_list .gall_list .gall_item .img_box .mark_box li.kind { background: #014c92; color: #fff; }
.food_list .gall_list .gall_item .img_box .mark_box li.price { background: #cd1255; color: #fff; }
.food_list .gall_list .gall_item .img_box .mark_box li.hygiene { background: #4e63d1; color: #fff; }
.food_list .gall_list .gall_item .img_box .mark_box li.domin { background: #1fa180; color: #fff; }   
.food_list .gall_list .gall_item .title_box { padding:10px; }
.food_list .gall_list .gall_item .title_box a { display: block; font-size:18px; font-weight: 600; color: #003d80; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; border-bottom: 1px dotted #d4d4d4; padding-bottom: 10px;}
.food_list .gall_list .gall_item .title_box a span { padding:2px 10px; border:2px solid #003d80; margin-right:5px; font-size: 12px; border-radius: 50px; color: #003d80; }
.food_list .gall_list .gall_item .title_box .review { font-size:14px; text-align: right; }
.food_list .gall_list .gall_item .gall_info { padding: 10px; font-size: 15px;}
.food_list .gall_list .gall_item .gall_info dl { margin-bottom: 5px; display: flex; }
.food_list .gall_list .gall_item .gall_info dl dd { margin-bottom: 0; }
.food_list .gall_list .gall_item .gall_info dl dt { width:70px}
.food_list .gall_list .gall_item .gall_info a.more_view { width:100%; display: block; padding:5px; text-align: center; background: #003d80; color: #fff; margin-top:15px; }
.food_list .gall_list .gall_item .gall_info a.more_view:hover { background: #002d5d; }

.food_info_box {border: 1px solid #ddd;display: flex;flex-wrap: wrap; height: 300px; overflow: hidden;}
.img_info {width: 30%;max-width: 300px; height: 100%; background: #fafafa; display: flex; justify-content: center; align-items: center;}
.img_info.no_img:after { display: block; content: "\e561"; font-family: 'Material Icons'; color: #999; font-size: 60px; line-height: 1; }

.food_info {width: 40%;max-width: 400px; padding: 20px; font-size: 15px;}
.food_info h3 { font-size:22px; margin-bottom:5px; padding-bottom:5px; border-bottom: 1px solid #ddd; font-weight: 600; color: #003d80;}
.food_info dl { margin-bottom: 5px; display: flex; flex-wrap: wrap;}
.food_info dl dd { margin-bottom: 0; width:calc(100% - 70px);}
.food_info dl dt { width:70px; color: #0056b3;}
.food_info .view_tit { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; color:#aaa}
.food_info .view_tit .boom span { color: #e4606d; margin-right: 5px; }
.map_view { width:30%; max-width:300px; height: 100%; overflow: hidden;}
.q_info { background: #f9f9f9; text-align: center; padding:20px 0 }
.q_info ul { margin-bottom: 0; }
.q_info ul li { display: inline-block; margin-right: 5%;}
.q_info ul li:last-child { margin-right:0 }
.q_info ul li .icon01::before { display: block; content: "\e53f"; font-size:40px; color: #aaa;font-family: 'Material Icons'; }
.q_info ul li .icon01.on::before {color: #01aaad;}
.q_info ul li .icon02::before { display: block; content: "\e588"; font-size:40px; color: #aaa;font-family: 'Material Icons'; }
.q_info ul li .icon02.on::before { color: #01aaad;}
.q_info ul li .icon03::before { display: block; content: "\e8b1"; font-size:40px; color: #aaa;font-family: 'Material Icons'; }
.q_info ul li .icon03.on::before { color: #01aaad; }
.q_info ul li .icon04::before { display: block; content: "\e63e"; font-size:40px; color: #aaa;font-family: 'Material Icons';}
.q_info ul li .icon04.on::before { color: #01aaad;}
.q_info ul li .icon05::before { display: block; content: "\e561"; font-size:40px; color: #aaa;font-family: 'Material Icons'; }
.q_info ul li .icon05.on::before { color: #01aaad; }

/*여행정보*/
.tour_list { position: relative; }
.tour_list .list_type { text-align: right; border-bottom:1px solid #ddd; margin:20px 0; padding-bottom:5px; font-size:15px; }
.tour_list .list_type a { margin-right: 10px; padding-right:10px; border-right:1px solid #ddd }
.tour_list .list_type a:last-child { border:0; margin:0; padding:0 }
.tour_list .gall_list { display: flex; flex-wrap: wrap;}
.tour_list .gall_list .gall_item { width:32.66%; margin-right:1%; margin-bottom:15px; border:1px solid #ddd; border-radius: 5px; overflow: hidden; position: relative;}
.tour_list .gall_list .gall_item:hover { box-shadow: 0px 0px 15px #ddddddb8; transition: all .2s; }
.tour_list .gall_list .gall_item:nth-child(3n) { margin-right: 0; }
.tour_list .gall_list .gall_item .img_box { height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; background: #fafafa; border-bottom:1px solid #eee}
.tour_list .gall_list .gall_item .img_box.no_img:after { display: block; content: "\e549"; font-family: 'Material Icons'; color: #999; font-size: 60px; line-height: 1; }
.tour_list .gall_list .gall_item .img_num { position: absolute; top: -15px; left: 10px; width:30px; height:30px; background: #007bff; color: #fff; display: flex; justify-content: center; align-items: center;}
.tour_list .gall_list .gall_item .img_num::after { display: block; content: ""; position: absolute; top:30px; border-top:15px solid #007bff; border-bottom: 15px solid transparent; border-left: 15px solid transparent; border-right: 15px solid transparent;}

.tour_list .gall_list .gall_item .title_box { padding:10px; position: relative; }
.tour_list .gall_list .gall_item .title_box a { display: block; font-size:18px; font-weight: 600; color: #003d80; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; border-bottom: 1px dotted #d4d4d4; padding-bottom: 10px; padding-left:40px}
.tour_list .gall_list .gall_item .title_box a span { padding:2px 10px; border:2px solid #003d80; margin-right:5px; font-size: 12px; border-radius: 50px; color: #003d80; }
.tour_list .gall_list .gall_item .title_box .review { font-size:14px; text-align: right; }
.tour_list .gall_list .gall_item .gall_info { padding: 10px; font-size: 15px;}
.tour_list .gall_list .gall_item .gall_info dl { margin-bottom: 5px; display: flex; flex-wrap: wrap;}
.tour_list .gall_list .gall_item .gall_info dl dd { margin-bottom: 0; width:calc(100% - 70px); }
.tour_list .gall_list .gall_item .gall_info dl dt { width:70px}
.tour_list .gall_list .gall_item .gall_info a.more_view { width:100%; display: block; padding:5px; text-align: center; background: #003d80; color: #fff; margin-top:15px; }
.tour_list .gall_list .gall_item .gall_info a.more_view:hover { background: #002d5d; }

.tour_info_box {border: 1px solid #ddd;display: flex;flex-wrap: wrap; height: 300px; overflow: hidden;}
.img_info {width: 30%;max-width: 300px; height: 100%; background: #fafafa; display: flex; justify-content: center; align-items: center;}
.img_info.no_img:after { display: block; content: "\e549"; font-family: 'Material Icons'; color: #999; font-size: 60px; line-height: 1; }

.tour_info {width: 40%;max-width: 400px; padding: 20px; font-size: 15px;}
.tour_info h3 { font-size:22px; margin-bottom:5px; padding-bottom:5px; border-bottom: 1px solid #ddd; font-weight: 600; color: #003d80;}
.tour_info dl { margin-bottom: 5px; display: flex; }
.tour_info dl dd { margin-bottom: 0; }
.tour_info dl dt { width:70px; color: #0056b3;}
.tour_info .view_tit { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; color:#aaa}
.tour_info .view_tit .boom span { color: #e4606d; margin-right: 5px; }
.map_view { width:30%; max-width:300px; height: 100%; overflow: hidden;}

.pc_view { display: block; }
.m_view { display: none; }

@media(min-width:2460px){
	.section06 .sns-box .inner { width: 65%; margin: 0 auto; }

	.section06 .mv-box > .inner { margin-top: 0px; max-width: unset; }

	.section06 .mv-box > .inner #yu_wrap { width: 100%; height: 500px; }

}

@media(max-width:1620px){
	
	.inner { width: 90%; }
	
	.section04 .event_hd button.slick_nav.prev { left: 150px; }
	.section04 .event_hd button.slick_nav.next { right: 150px; }
		
    .section06 .sns-box ul li { width:50%; height:auto; max-height:154px; }
	.section06 .sns-box .inner { width: 80%; margin: 0 auto; }
	
}

@media(max-width: 1040px){
	
	/* 퀵메뉴 */
	.side_menu ul { display: block; }
	.side_menu ul li:first-child { margin-right: 0px }
	.side_menu ul li img { width: 87px; }
	.side_menu ul li { width: 80px; height: 80px; margin-right: 0px; margin-bottom: 10px; font-size: 13px;}

	.section01 .main_banner {  }
	
	.section01 .main_banner .banner_con { width: 80%; }
	.section01 .main_banner .banner_con img { width: 100%; }
	
	.section01 .main_banner .banner_img,
	.section01 .main_banner .banner_img li { height: 100%; }
	
	.section01 .main_banner .banner_img img { width: 100%; height: 100%; }
	
	.section01 .main_banner .hello { width: 70%; }
	.section01 .main_banner .hello img { width: 100%; }
	
    .section02 { margin-top: 40px; }
	.section02 .inner { display: block; }
	
	.section02 .latest_con { width: 100%; height: 220px; }
	.section02 .latest_con .tabpanel { top: 50px; }
	
	.section02 .popup_zone { width: 100%; max-width: 100%; margin-top: 30px;}
	
    .section03 { margin-top: 40px; }
	.section03 .vr_slide { width: 100%; }
    .section03 .h1_tit { font-size: 1.5rem; }

    .section04 { margin-top: 40px; }
    .section04 .content { padding: 40px 0; } 
	.section04 .event { width: 100%; }
	.section04 .event_hd button.slick_nav.prev,
	.section04 .event_hd button.slick_nav.next { display: none; visibility: hidden; opacity: 0; }
    .section04 .event_hd h2 { font-size: 28px; }
    .section04 .event_hd p { margin-top: 10px; }
    .section04 .event_slide .slick-list { margin: 0; }
    
	.section05 .land-head { flex-wrap: nowrap; align-items: flex-start; flex-direction: column;}
    .section05 h2.h2_you { font-size: 1.5rem; }
    
    .section06 > .content { display: block; background: rgba(238, 241, 248, 1); }
	.section06 > .content > div { width: 100%; display: block; width: 90%;}
	.section06 .sns-box { padding-top: 40px; width: 100%; max-width: 100%; }
	.section06 .sns-box h2 { font-size: 1.5rem; }
	.section06 .sns-box ul li { width: 25%; height: 100%; max-height: 315px;}
	.section06 .goystour ul li a span { text-align: center; }

	.section06 .goystour { width: 100%; }
	.section06 .goystour::before { display: none; }
	.section06 .goystour ul li { width: 25%; }
	
	.section06 .mv-box { width: 100%; padding: 20px; }
	.section06 .mv-box > .inner { margin-top: 0px; }
	
	footer .footer-copyright-address { padding: 0 10px; }
	footer .footer-copyright-address > p { margin-bottom: 15px; }
	
	footer .ft_site { margin: 10px 0; }
	footer .ft_site li { margin-right: 7px; font-size: 1rem; }
		
	footer .ft_link { display: block; }
	
	footer .ft_sns { justify-content: start; margin-bottom: 15px; }
	footer .ft_sns > li a { padding: 0 5px; }
	
	
	.tour_list .gall_list .gall_item { width: 49%; }
	.tour_list .gall_list .gall_item:nth-child(2n) { margin-right: 0; }
	.tour_list .gall_list .gall_item:nth-child(3n) { margin-right: 5px; }
    .sub-contents { padding:0 20px; }
}

@media(max-width: 768px){
    .pc_view { display: none; }
    .m_view { display: block; }

    .side_menu.on { bottom: 435px; }
	.side_menu ul li { width: 75px; height: 75px; }
	.side_menu ul li a { font-size: 0.8rem; }
	.side_menu ul li .side_icon { width: 30px; height: 30px; }
	
	.section02 .latest_con { height: 350px; }
	.section02 .latest_con .tabpanel { display: block; }
	.section02 .latest_con .tabpanel li { width: 100%; }
	
	.section03 .h1_tit { font-size: 1.5rem; text-align: center;}
    .section03 .vr_next_btn { width: 50px; background-size: contain; }
    .section03 .vr_prev_btn { width: 50px; background-size: contain; }
    
	.section04 .event { height: 525px; }
	.section04 .event_hd h2 { font-size: 30px; }
	.section04 .event_hd p { font-size: 16px; }

    .section06 .sns-box ul li { width: 25%; max-height: 181px; }
	.section06 .sns-box ul li img { width: 100%; }
	
	/* 광광,음식점,숙발시설 */
	.tour_list .gall_list { padding: 0 10px; }
	.tour_list .gall_list .gall_item { width: 100%; }
	footer .footer-copyright { padding: 2rem 0; }
	footer .ft_ab { display: block; margin-bottom: 15px; }
	footer .ft_ab > h2 { margin-bottom: 30px; text-align: center; }
	footer .ft_ab .ft_select { width: 100%; }
	
	footer .ft_site li { font-size: 0.8em; }

    .tab_link li { width:49%; }
    h1.sub_tit00,h1.sub_tit00 span { font-size: 2rem; }
    
	
}

@media(max-width: 640px){
    .section06 .sns-box ul li { width:50%; }
    .section06 .goystour ul li { width:33.333% }
    .section06 .goystour ul li a span { font-size:14px; }
    .section05 .land-head ul.land-tab { margin-left:0 }
    .section05 .land-head ul.land-tab li { width:49%; text-align: center; margin-right:0 }
    .section05 .land-head ul.land-tab li a { font-size: 18px; margin-right:0}
    .section05 .land-head ul.land-tab li::after { height:15px; }
    .section05 .land-head ul.land-tab li:nth-child(2n)::after { display:none; }
    .section05 .land_btn,.section05 .you_btn { position: relative; justify-content: flex-end; top:0 }
    .tab_link li { width:100%; }
    h1.sub_tit00,h1.sub_tit00 span { font-size: 1.8rem; }
    ul.img_03 li { flex:auto; height:auto }
    h2.sub_tit01 { font-size:1.8rem }
    .sub-visual-content { padding-top: 111px; }
    .sub-visual-title { font-size:2rem }

    .dia_hd { font-size:1.2rem }
    .dia_hd h3 { font-size:1.5rem }
    .ICO { padding: 25px; }
    .vision dl { flex-direction: column; align-items: baseline; }
    .vision dl dt:after { width: 30%; right: 0; }
    .vision dl dt,.vision dl dd { width: 100%; }
    .list_type02 { flex-wrap: wrap; }
    .list_type02 li { width:48%; }
}

@media(max-width: 520px){

    h1.sub_tit00,h1.sub_tit00 span,h2.sub_tit01 { font-size: 1.5rem; }
    .list_type02 li { width:100%; }

}

/*# sourceMappingURL=../maps/theme/dep.css.map */

/* 성준 추가 css { */
@media (max-width: 1200px) {

}

@media (max-width: 1040px) {

    .section01 .main_banner {

    }
    .section01 .wea_day { position:relative; top:-22px; bottom:0; left:0 }
    .section01 .wea_day .box { box-shadow: none; border:none; width: 100%; padding:0; margin:0 }
    header div.link .site_link { display:none; }
    .section01 .D-day h4 { font-size:20px }
    .section01 .D-day h4 br { display:none }
    main { margin-top:0 }
}

@media (max-width: 768px) {
    .section01 .wea_day {
        right: 0;
        left: 0;
        top: 100%;
        width: 100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
   
    .section01 .weather a { flex-direction: column-reverse; }
    .section01 .banner_y * { height:100% !important }

}
@media (max-width: 560px) {
	.section01 .D-day h4 { font-size:18px }
}
/* } 성준 추가 css */