@charset "UTF-8";
/*基本設定*/
/*カラー定義*/
/*ブレークポイント*/
/*グリッド間隔*/
/*スペース*/
/*行間*/
/*角丸*/
/*ボタンサイズ*/
/*バッジサイズ*/
/*リンク周り*/
:root {
  --blue: #004098;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #E60039;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #F8FC00;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #848484;
  --primary: #004098;
  --secondary: #14132F;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #F8FC00;
  --danger: #dc3545;
  --light: rgba(223, 225, 229, 0.35);
  --dark: #454545;
  --white: #fff;
  --black: #000;
  --blue: #004098;
  --lightblue: rgba(0, 64, 152, 0.1);
  --pink: #E60039;
  --red: #dc3545;
  --red-dark: #990000;
  --yellow: #F8FC00;
  --gold: #B68933;
  --gold-dark: #9F792E;
  --navy: #14132F;
  --white-op35: rgba(255, 255, 255, 0.35);
  --white-op65: rgba(255, 255, 255, 0.65);
  --blue-op35: rgba(0, 64, 152, 0.35);
  --blue-op65: rgba(0, 64, 152, 0.65);
  --red-op65: rgba(153, 0, 0, 0.65);
  --dark-op85: rgba(69, 69, 69, 0.85);
  --gray-100: rgba(223, 225, 229, 0.35);
  --gray-300: rgba(223, 225, 229, 0.65);
  --gray-400: #dfe1e5;
  --gray-700: #AAACAF;
  --gray-800: #848484;
  --gray-900: #454545;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1029px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #004098;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #00204c;
    text-decoration: none; }

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

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

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

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid rgba(223, 225, 229, 0.65);
  border-radius: 4px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1029px) {
    .container {
      max-width: 997px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

@media (min-width: 1029px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 997px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-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: 1029px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #454545; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(223, 225, 229, 0.65); }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(223, 225, 229, 0.65); }
  .table tbody + tbody {
    border-top: 2px solid rgba(223, 225, 229, 0.65); }

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

.table-bordered {
  border: 1px solid rgba(223, 225, 229, 0.65); }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgba(223, 225, 229, 0.65); }
  .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: #454545;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

.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: #fdfeb8; }

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

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

.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: rgba(253, 253, 253, 0.818); }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgba(249, 249, 250, 0.662); }

.table-hover .table-light:hover {
  background-color: rgba(240, 240, 240, 0.818); }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: rgba(240, 240, 240, 0.818); }

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

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

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

.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-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

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

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8cae2; }

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

.table-hover .table-blue:hover {
  background-color: #a6bcdb; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #a6bcdb; }

.table-lightblue,
.table-lightblue > th,
.table-lightblue > td {
  background-color: rgba(250, 251, 253, 0.748); }

.table-lightblue th,
.table-lightblue td,
.table-lightblue thead th,
.table-lightblue tbody + tbody {
  border-color: rgba(241, 245, 249, 0.532); }

.table-hover .table-lightblue:hover {
  background-color: rgba(232, 236, 246, 0.748); }
  .table-hover .table-lightblue:hover > td,
  .table-hover .table-lightblue:hover > th {
    background-color: rgba(232, 236, 246, 0.748); }

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f8b8c8; }

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

.table-hover .table-pink:hover {
  background-color: #f6a1b6; }
  .table-hover .table-pink:hover > td,
  .table-hover .table-pink:hover > th {
    background-color: #f6a1b6; }

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

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

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

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

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

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

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fdfeb8; }

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

.table-hover .table-yellow:hover {
  background-color: #fcfe9f; }
  .table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #fcfe9f; }

.table-gold,
.table-gold > th,
.table-gold > td {
  background-color: #ebdec6; }

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

.table-hover .table-gold:hover {
  background-color: #e4d3b3; }
  .table-hover .table-gold:hover > td,
  .table-hover .table-gold:hover > th {
    background-color: #e4d3b3; }

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

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

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

.table-navy,
.table-navy > th,
.table-navy > td {
  background-color: #bdbdc5; }

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

.table-hover .table-navy:hover {
  background-color: #afafb9; }
  .table-hover .table-navy:hover > td,
  .table-hover .table-navy:hover > th {
    background-color: #afafb9; }

.table-white-op35,
.table-white-op35 > th,
.table-white-op35 > td {
  background-color: rgba(255, 255, 255, 0.818); }

.table-white-op35 th,
.table-white-op35 td,
.table-white-op35 thead th,
.table-white-op35 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.662); }

.table-hover .table-white-op35:hover {
  background-color: rgba(242, 242, 242, 0.818); }
  .table-hover .table-white-op35:hover > td,
  .table-hover .table-white-op35:hover > th {
    background-color: rgba(242, 242, 242, 0.818); }

.table-white-op65,
.table-white-op65 > th,
.table-white-op65 > td {
  background-color: rgba(255, 255, 255, 0.902); }

.table-white-op65 th,
.table-white-op65 td,
.table-white-op65 thead th,
.table-white-op65 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.818); }

.table-hover .table-white-op65:hover {
  background-color: rgba(242, 242, 242, 0.902); }
  .table-hover .table-white-op65:hover > td,
  .table-hover .table-white-op65:hover > th {
    background-color: rgba(242, 242, 242, 0.902); }

.table-blue-op35,
.table-blue-op35 > th,
.table-blue-op35 > td {
  background-color: rgba(236, 240, 247, 0.818); }

.table-blue-op35 th,
.table-blue-op35 td,
.table-blue-op35 thead th,
.table-blue-op35 tbody + tbody {
  border-color: rgba(207, 219, 236, 0.662); }

.table-hover .table-blue-op35:hover {
  background-color: rgba(218, 226, 239, 0.818); }
  .table-hover .table-blue-op35:hover > td,
  .table-hover .table-blue-op35:hover > th {
    background-color: rgba(218, 226, 239, 0.818); }

.table-blue-op65,
.table-blue-op65 > th,
.table-blue-op65 > td {
  background-color: rgba(215, 225, 239, 0.902); }

.table-blue-op65 th,
.table-blue-op65 td,
.table-blue-op65 thead th,
.table-blue-op65 tbody + tbody {
  border-color: rgba(168, 190, 220, 0.818); }

.table-hover .table-blue-op65:hover {
  background-color: rgba(197, 211, 232, 0.902); }
  .table-hover .table-blue-op65:hover > td,
  .table-hover .table-blue-op65:hover > th {
    background-color: rgba(197, 211, 232, 0.902); }

.table-red-op65,
.table-red-op65 > th,
.table-red-op65 > td {
  background-color: rgba(239, 215, 215, 0.902); }

.table-red-op65 th,
.table-red-op65 td,
.table-red-op65 thead th,
.table-red-op65 tbody + tbody {
  border-color: rgba(220, 168, 168, 0.818); }

.table-hover .table-red-op65:hover {
  background-color: rgba(232, 197, 197, 0.902); }
  .table-hover .table-red-op65:hover > td,
  .table-hover .table-red-op65:hover > th {
    background-color: rgba(232, 197, 197, 0.902); }

.table-dark-op85,
.table-dark-op85 > th,
.table-dark-op85 > td {
  background-color: rgba(213, 213, 213, 0.958); }

.table-dark-op85 th,
.table-dark-op85 td,
.table-dark-op85 thead th,
.table-dark-op85 tbody + tbody {
  border-color: rgba(172, 172, 172, 0.922); }

.table-hover .table-dark-op85:hover {
  background-color: rgba(200, 200, 200, 0.958); }
  .table-hover .table-dark-op85:hover > td,
  .table-hover .table-dark-op85:hover > th {
    background-color: rgba(200, 200, 200, 0.958); }

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: rgba(253, 253, 253, 0.818); }

.table-gray-100 th,
.table-gray-100 td,
.table-gray-100 thead th,
.table-gray-100 tbody + tbody {
  border-color: rgba(249, 249, 250, 0.662); }

.table-hover .table-gray-100:hover {
  background-color: rgba(240, 240, 240, 0.818); }
  .table-hover .table-gray-100:hover > td,
  .table-hover .table-gray-100:hover > th {
    background-color: rgba(240, 240, 240, 0.818); }

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: rgba(250, 250, 251, 0.902); }

.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: rgba(244, 245, 246, 0.818); }

.table-hover .table-gray-300:hover {
  background-color: rgba(236, 236, 240, 0.902); }
  .table-hover .table-gray-300:hover > td,
  .table-hover .table-gray-300:hover > th {
    background-color: rgba(236, 236, 240, 0.902); }

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #f6f7f8; }

.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: #eeeff1; }

.table-hover .table-gray-400:hover {
  background-color: #e8eaed; }
  .table-hover .table-gray-400:hover > td,
  .table-hover .table-gray-400:hover > th {
    background-color: #e8eaed; }

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #e7e8e9; }

.table-gray-700 th,
.table-gray-700 td,
.table-gray-700 thead th,
.table-gray-700 tbody + tbody {
  border-color: #d3d4d5; }

.table-hover .table-gray-700:hover {
  background-color: #dadbdd; }
  .table-hover .table-gray-700:hover > td,
  .table-hover .table-gray-700:hover > th {
    background-color: #dadbdd; }

.table-gray-800,
.table-gray-800 > th,
.table-gray-800 > td {
  background-color: #dddddd; }

.table-gray-800 th,
.table-gray-800 td,
.table-gray-800 thead th,
.table-gray-800 tbody + tbody {
  border-color: #bfbfbf; }

.table-hover .table-gray-800:hover {
  background-color: #d0d0d0; }
  .table-hover .table-gray-800:hover > td,
  .table-hover .table-gray-800:hover > th {
    background-color: #d0d0d0; }

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #cbcbcb; }

.table-gray-900 th,
.table-gray-900 td,
.table-gray-900 thead th,
.table-gray-900 tbody + tbody {
  border-color: #9e9e9e; }

.table-hover .table-gray-900:hover {
  background-color: #bebebe; }
  .table-hover .table-gray-900:hover > td,
  .table-hover .table-gray-900:hover > th {
    background-color: #bebebe; }

.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: #848484;
  border-color: #979797; }

.table .thead-light th {
  color: #AAACAF;
  background-color: #e9ecef;
  border-color: rgba(223, 225, 229, 0.65); }

.table-dark {
  color: #fff;
  background-color: #848484; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #979797; }
  .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: 1028.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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 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: #AAACAF;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfe1e5;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #AAACAF; }
  .form-control:focus {
    color: #AAACAF;
    background-color: #fff;
    border-color: #197aff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.25); }
  .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 {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #AAACAF;
  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: #454545;
  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: 2px; }

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

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: flex;
  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: inline-flex;
  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%;
  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: 4px; }

.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);
  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;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.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);
  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='%23848484' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    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 {
  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;
  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%;
  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: 4px; }

.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);
  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;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #454545;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 4px;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #454545;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 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: #004098;
  border-color: #004098; }
  .btn-primary:hover {
    color: #fff;
    background-color: #003072;
    border-color: #002b65; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #003072;
    border-color: #002b65;
    box-shadow: 0 0 0 0.2rem rgba(38, 93, 167, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #004098;
    border-color: #004098; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002b65;
    border-color: #002558; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 93, 167, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #14132F;
  border-color: #14132F; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #080814;
    border-color: #05040b; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #080814;
    border-color: #05040b;
    box-shadow: 0 0 0 0.2rem rgba(55, 54, 78, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #14132F;
    border-color: #14132F; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #05040b;
    border-color: #010102; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 54, 78, 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;
    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 {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

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

.btn-warning {
  color: #454545;
  background-color: #F8FC00;
  border-color: #F8FC00; }
  .btn-warning:hover {
    color: #454545;
    background-color: #d2d600;
    border-color: #c6c900; }
  .btn-warning:focus, .btn-warning.focus {
    color: #454545;
    background-color: #d2d600;
    border-color: #c6c900;
    box-shadow: 0 0 0 0.2rem rgba(221, 225, 10, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #454545;
    background-color: #F8FC00;
    border-color: #F8FC00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #454545;
    background-color: #c6c900;
    border-color: #b9bc00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 225, 10, 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;
    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 {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.35);
  border-color: rgba(223, 225, 229, 0.35); }
  .btn-light:hover {
    color: #454545;
    background-color: rgba(202, 205, 212, 0.35);
    border-color: rgba(195, 199, 206, 0.35); }
  .btn-light:focus, .btn-light.focus {
    color: #454545;
    background-color: rgba(202, 205, 212, 0.35);
    border-color: rgba(195, 199, 206, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(153, 154, 156, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.35);
    border-color: rgba(223, 225, 229, 0.35); }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #454545;
    background-color: rgba(195, 199, 206, 0.35);
    border-color: rgba(188, 192, 200, 0.35); }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 154, 156, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #454545;
  border-color: #454545; }
  .btn-dark:hover {
    color: #fff;
    background-color: #323232;
    border-color: #2c2c2c; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #323232;
    border-color: #2c2c2c;
    box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #454545;
    border-color: #454545; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #252525; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.5); }

.btn-white {
  color: #454545;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #454545;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #454545;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #454545;
    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: #454545;
    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 {
      box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #004098;
  border-color: #004098; }
  .btn-blue:hover {
    color: #fff;
    background-color: #003072;
    border-color: #002b65; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background-color: #003072;
    border-color: #002b65;
    box-shadow: 0 0 0 0.2rem rgba(38, 93, 167, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #004098;
    border-color: #004098; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #002b65;
    border-color: #002558; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 93, 167, 0.5); }

.btn-lightblue {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.1);
  border-color: rgba(0, 64, 152, 0.1); }
  .btn-lightblue:hover {
    color: #fff;
    background-color: rgba(0, 48, 114, 0.1);
    border-color: rgba(0, 43, 101, 0.1); }
  .btn-lightblue:focus, .btn-lightblue.focus {
    color: #fff;
    background-color: rgba(0, 48, 114, 0.1);
    border-color: rgba(0, 43, 101, 0.1);
    box-shadow: 0 0 0 0.2rem rgba(196, 211, 231, 0.5); }
  .btn-lightblue.disabled, .btn-lightblue:disabled {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.1);
    border-color: rgba(0, 64, 152, 0.1); }
  .btn-lightblue:not(:disabled):not(.disabled):active, .btn-lightblue:not(:disabled):not(.disabled).active,
  .show > .btn-lightblue.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 43, 101, 0.1);
    border-color: rgba(0, 37, 88, 0.1); }
    .btn-lightblue:not(:disabled):not(.disabled):active:focus, .btn-lightblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(196, 211, 231, 0.5); }

.btn-pink {
  color: #fff;
  background-color: #E60039;
  border-color: #E60039; }
  .btn-pink:hover {
    color: #fff;
    background-color: #c00030;
    border-color: #b3002c; }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #c00030;
    border-color: #b3002c;
    box-shadow: 0 0 0 0.2rem rgba(234, 38, 87, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #E60039;
    border-color: #E60039; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #b3002c;
    border-color: #a60029; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(234, 38, 87, 0.5); }

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

.btn-red-dark {
  color: #fff;
  background-color: #990000;
  border-color: #990000; }
  .btn-red-dark:hover {
    color: #fff;
    background-color: #730000;
    border-color: #660000; }
  .btn-red-dark:focus, .btn-red-dark.focus {
    color: #fff;
    background-color: #730000;
    border-color: #660000;
    box-shadow: 0 0 0 0.2rem rgba(168, 38, 38, 0.5); }
  .btn-red-dark.disabled, .btn-red-dark:disabled {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
  .btn-red-dark:not(:disabled):not(.disabled):active, .btn-red-dark:not(:disabled):not(.disabled).active,
  .show > .btn-red-dark.dropdown-toggle {
    color: #fff;
    background-color: #660000;
    border-color: #590000; }
    .btn-red-dark:not(:disabled):not(.disabled):active:focus, .btn-red-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 38, 38, 0.5); }

.btn-yellow {
  color: #454545;
  background-color: #F8FC00;
  border-color: #F8FC00; }
  .btn-yellow:hover {
    color: #454545;
    background-color: #d2d600;
    border-color: #c6c900; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #454545;
    background-color: #d2d600;
    border-color: #c6c900;
    box-shadow: 0 0 0 0.2rem rgba(221, 225, 10, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #454545;
    background-color: #F8FC00;
    border-color: #F8FC00; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #454545;
    background-color: #c6c900;
    border-color: #b9bc00; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 225, 10, 0.5); }

.btn-gold {
  color: #fff;
  background-color: #B68933;
  border-color: #B68933; }
  .btn-gold:hover {
    color: #fff;
    background-color: #98732b;
    border-color: #8e6b28; }
  .btn-gold:focus, .btn-gold.focus {
    color: #fff;
    background-color: #98732b;
    border-color: #8e6b28;
    box-shadow: 0 0 0 0.2rem rgba(193, 155, 82, 0.5); }
  .btn-gold.disabled, .btn-gold:disabled {
    color: #fff;
    background-color: #B68933;
    border-color: #B68933; }
  .btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active,
  .show > .btn-gold.dropdown-toggle {
    color: #fff;
    background-color: #8e6b28;
    border-color: #846425; }
    .btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gold.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(193, 155, 82, 0.5); }

.btn-gold-dark {
  color: #fff;
  background-color: #9F792E;
  border-color: #9F792E; }
  .btn-gold-dark:hover {
    color: #fff;
    background-color: #816225;
    border-color: #775b23; }
  .btn-gold-dark:focus, .btn-gold-dark.focus {
    color: #fff;
    background-color: #816225;
    border-color: #775b23;
    box-shadow: 0 0 0 0.2rem rgba(173, 141, 77, 0.5); }
  .btn-gold-dark.disabled, .btn-gold-dark:disabled {
    color: #fff;
    background-color: #9F792E;
    border-color: #9F792E; }
  .btn-gold-dark:not(:disabled):not(.disabled):active, .btn-gold-dark:not(:disabled):not(.disabled).active,
  .show > .btn-gold-dark.dropdown-toggle {
    color: #fff;
    background-color: #775b23;
    border-color: #6e5320; }
    .btn-gold-dark:not(:disabled):not(.disabled):active:focus, .btn-gold-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gold-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(173, 141, 77, 0.5); }

.btn-navy {
  color: #fff;
  background-color: #14132F;
  border-color: #14132F; }
  .btn-navy:hover {
    color: #fff;
    background-color: #080814;
    border-color: #05040b; }
  .btn-navy:focus, .btn-navy.focus {
    color: #fff;
    background-color: #080814;
    border-color: #05040b;
    box-shadow: 0 0 0 0.2rem rgba(55, 54, 78, 0.5); }
  .btn-navy.disabled, .btn-navy:disabled {
    color: #fff;
    background-color: #14132F;
    border-color: #14132F; }
  .btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active,
  .show > .btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #05040b;
    border-color: #010102; }
    .btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus,
    .show > .btn-navy.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 54, 78, 0.5); }

.btn-white-op35 {
  color: #454545;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.35); }
  .btn-white-op35:hover {
    color: #454545;
    background-color: rgba(236, 236, 236, 0.35);
    border-color: rgba(230, 230, 230, 0.35); }
  .btn-white-op35:focus, .btn-white-op35.focus {
    color: #454545;
    background-color: rgba(236, 236, 236, 0.35);
    border-color: rgba(230, 230, 230, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(171, 171, 171, 0.5); }
  .btn-white-op35.disabled, .btn-white-op35:disabled {
    color: #454545;
    background-color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.35); }
  .btn-white-op35:not(:disabled):not(.disabled):active, .btn-white-op35:not(:disabled):not(.disabled).active,
  .show > .btn-white-op35.dropdown-toggle {
    color: #454545;
    background-color: rgba(230, 230, 230, 0.35);
    border-color: rgba(223, 223, 223, 0.35); }
    .btn-white-op35:not(:disabled):not(.disabled):active:focus, .btn-white-op35:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white-op35.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(171, 171, 171, 0.5); }

.btn-white-op65 {
  color: #454545;
  background-color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.65); }
  .btn-white-op65:hover {
    color: #454545;
    background-color: rgba(236, 236, 236, 0.65);
    border-color: rgba(230, 230, 230, 0.65); }
  .btn-white-op65:focus, .btn-white-op65.focus {
    color: #454545;
    background-color: rgba(236, 236, 236, 0.65);
    border-color: rgba(230, 230, 230, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }
  .btn-white-op65.disabled, .btn-white-op65:disabled {
    color: #454545;
    background-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.65); }
  .btn-white-op65:not(:disabled):not(.disabled):active, .btn-white-op65:not(:disabled):not(.disabled).active,
  .show > .btn-white-op65.dropdown-toggle {
    color: #454545;
    background-color: rgba(230, 230, 230, 0.65);
    border-color: rgba(223, 223, 223, 0.65); }
    .btn-white-op65:not(:disabled):not(.disabled):active:focus, .btn-white-op65:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white-op65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }

.btn-blue-op35 {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.35);
  border-color: rgba(0, 64, 152, 0.35); }
  .btn-blue-op35:hover {
    color: #fff;
    background-color: rgba(0, 48, 114, 0.35);
    border-color: rgba(0, 43, 101, 0.35); }
  .btn-blue-op35:focus, .btn-blue-op35.focus {
    color: #fff;
    background-color: rgba(0, 48, 114, 0.35);
    border-color: rgba(0, 43, 101, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(116, 151, 199, 0.5); }
  .btn-blue-op35.disabled, .btn-blue-op35:disabled {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.35);
    border-color: rgba(0, 64, 152, 0.35); }
  .btn-blue-op35:not(:disabled):not(.disabled):active, .btn-blue-op35:not(:disabled):not(.disabled).active,
  .show > .btn-blue-op35.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 43, 101, 0.35);
    border-color: rgba(0, 37, 88, 0.35); }
    .btn-blue-op35:not(:disabled):not(.disabled):active:focus, .btn-blue-op35:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-op35.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 151, 199, 0.5); }

.btn-blue-op65 {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.65);
  border-color: rgba(0, 64, 152, 0.65); }
  .btn-blue-op65:hover {
    color: #fff;
    background-color: rgba(0, 48, 114, 0.65);
    border-color: rgba(0, 43, 101, 0.65); }
  .btn-blue-op65:focus, .btn-blue-op65.focus {
    color: #fff;
    background-color: rgba(0, 48, 114, 0.65);
    border-color: rgba(0, 43, 101, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(68, 115, 180, 0.5); }
  .btn-blue-op65.disabled, .btn-blue-op65:disabled {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.65);
    border-color: rgba(0, 64, 152, 0.65); }
  .btn-blue-op65:not(:disabled):not(.disabled):active, .btn-blue-op65:not(:disabled):not(.disabled).active,
  .show > .btn-blue-op65.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 43, 101, 0.65);
    border-color: rgba(0, 37, 88, 0.65); }
    .btn-blue-op65:not(:disabled):not(.disabled):active:focus, .btn-blue-op65:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-op65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(68, 115, 180, 0.5); }

.btn-red-op65 {
  color: #fff;
  background-color: rgba(153, 0, 0, 0.65);
  border-color: rgba(153, 0, 0, 0.65); }
  .btn-red-op65:hover {
    color: #fff;
    background-color: rgba(115, 0, 0, 0.65);
    border-color: rgba(102, 0, 0, 0.65); }
  .btn-red-op65:focus, .btn-red-op65.focus {
    color: #fff;
    background-color: rgba(115, 0, 0, 0.65);
    border-color: rgba(102, 0, 0, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(180, 68, 68, 0.5); }
  .btn-red-op65.disabled, .btn-red-op65:disabled {
    color: #fff;
    background-color: rgba(153, 0, 0, 0.65);
    border-color: rgba(153, 0, 0, 0.65); }
  .btn-red-op65:not(:disabled):not(.disabled):active, .btn-red-op65:not(:disabled):not(.disabled).active,
  .show > .btn-red-op65.dropdown-toggle {
    color: #fff;
    background-color: rgba(102, 0, 0, 0.65);
    border-color: rgba(89, 0, 0, 0.65); }
    .btn-red-op65:not(:disabled):not(.disabled):active:focus, .btn-red-op65:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-op65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(180, 68, 68, 0.5); }

.btn-dark-op85 {
  color: #fff;
  background-color: rgba(69, 69, 69, 0.85);
  border-color: rgba(69, 69, 69, 0.85); }
  .btn-dark-op85:hover {
    color: #fff;
    background-color: rgba(50, 50, 50, 0.85);
    border-color: rgba(44, 44, 44, 0.85); }
  .btn-dark-op85:focus, .btn-dark-op85.focus {
    color: #fff;
    background-color: rgba(50, 50, 50, 0.85);
    border-color: rgba(44, 44, 44, 0.85);
    box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5); }
  .btn-dark-op85.disabled, .btn-dark-op85:disabled {
    color: #fff;
    background-color: rgba(69, 69, 69, 0.85);
    border-color: rgba(69, 69, 69, 0.85); }
  .btn-dark-op85:not(:disabled):not(.disabled):active, .btn-dark-op85:not(:disabled):not(.disabled).active,
  .show > .btn-dark-op85.dropdown-toggle {
    color: #fff;
    background-color: rgba(44, 44, 44, 0.85);
    border-color: rgba(37, 37, 37, 0.85); }
    .btn-dark-op85:not(:disabled):not(.disabled):active:focus, .btn-dark-op85:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-op85.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5); }

.btn-gray-100 {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.35);
  border-color: rgba(223, 225, 229, 0.35); }
  .btn-gray-100:hover {
    color: #454545;
    background-color: rgba(202, 205, 212, 0.35);
    border-color: rgba(195, 199, 206, 0.35); }
  .btn-gray-100:focus, .btn-gray-100.focus {
    color: #454545;
    background-color: rgba(202, 205, 212, 0.35);
    border-color: rgba(195, 199, 206, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(153, 154, 156, 0.5); }
  .btn-gray-100.disabled, .btn-gray-100:disabled {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.35);
    border-color: rgba(223, 225, 229, 0.35); }
  .btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active,
  .show > .btn-gray-100.dropdown-toggle {
    color: #454545;
    background-color: rgba(195, 199, 206, 0.35);
    border-color: rgba(188, 192, 200, 0.35); }
    .btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 154, 156, 0.5); }

.btn-gray-300 {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.65);
  border-color: rgba(223, 225, 229, 0.65); }
  .btn-gray-300:hover {
    color: #454545;
    background-color: rgba(202, 205, 212, 0.65);
    border-color: rgba(195, 199, 206, 0.65); }
  .btn-gray-300:focus, .btn-gray-300.focus {
    color: #454545;
    background-color: rgba(202, 205, 212, 0.65);
    border-color: rgba(195, 199, 206, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(182, 183, 186, 0.5); }
  .btn-gray-300.disabled, .btn-gray-300:disabled {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.65);
    border-color: rgba(223, 225, 229, 0.65); }
  .btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-gray-300.dropdown-toggle {
    color: #454545;
    background-color: rgba(195, 199, 206, 0.65);
    border-color: rgba(188, 192, 200, 0.65); }
    .btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(182, 183, 186, 0.5); }

.btn-gray-400 {
  color: #454545;
  background-color: #dfe1e5;
  border-color: #dfe1e5; }
  .btn-gray-400:hover {
    color: #454545;
    background-color: #cacdd4;
    border-color: #c3c7ce; }
  .btn-gray-400:focus, .btn-gray-400.focus {
    color: #454545;
    background-color: #cacdd4;
    border-color: #c3c7ce;
    box-shadow: 0 0 0 0.2rem rgba(200, 202, 205, 0.5); }
  .btn-gray-400.disabled, .btn-gray-400:disabled {
    color: #454545;
    background-color: #dfe1e5;
    border-color: #dfe1e5; }
  .btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-gray-400.dropdown-toggle {
    color: #454545;
    background-color: #c3c7ce;
    border-color: #bcc0c8; }
    .btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(200, 202, 205, 0.5); }

.btn-gray-700 {
  color: #454545;
  background-color: #AAACAF;
  border-color: #AAACAF; }
  .btn-gray-700:hover {
    color: #454545;
    background-color: #96999c;
    border-color: #909296; }
  .btn-gray-700:focus, .btn-gray-700.focus {
    color: #454545;
    background-color: #96999c;
    border-color: #909296;
    box-shadow: 0 0 0 0.2rem rgba(155, 157, 159, 0.5); }
  .btn-gray-700.disabled, .btn-gray-700:disabled {
    color: #454545;
    background-color: #AAACAF;
    border-color: #AAACAF; }
  .btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active,
  .show > .btn-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #909296;
    border-color: #898c90; }
    .btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(155, 157, 159, 0.5); }

.btn-gray-800 {
  color: #fff;
  background-color: #848484;
  border-color: #848484; }
  .btn-gray-800:hover {
    color: #fff;
    background-color: #717171;
    border-color: #6b6b6b; }
  .btn-gray-800:focus, .btn-gray-800.focus {
    color: #fff;
    background-color: #717171;
    border-color: #6b6b6b;
    box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }
  .btn-gray-800.disabled, .btn-gray-800:disabled {
    color: #fff;
    background-color: #848484;
    border-color: #848484; }
  .btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active,
  .show > .btn-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #646464; }
    .btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-800.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }

.btn-gray-900 {
  color: #fff;
  background-color: #454545;
  border-color: #454545; }
  .btn-gray-900:hover {
    color: #fff;
    background-color: #323232;
    border-color: #2c2c2c; }
  .btn-gray-900:focus, .btn-gray-900.focus {
    color: #fff;
    background-color: #323232;
    border-color: #2c2c2c;
    box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.5); }
  .btn-gray-900.disabled, .btn-gray-900:disabled {
    color: #fff;
    background-color: #454545;
    border-color: #454545; }
  .btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active,
  .show > .btn-gray-900.dropdown-toggle {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #252525; }
    .btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-900.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.5); }

.btn-outline-primary {
  color: #004098;
  border-color: #004098; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #004098;
    border-color: #004098; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #004098;
    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: #004098;
    border-color: #004098; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.btn-outline-secondary {
  color: #14132F;
  border-color: #14132F; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #14132F;
    border-color: #14132F; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 19, 47, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #14132F;
    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: #14132F;
    border-color: #14132F; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(20, 19, 47, 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 {
    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 {
      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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #F8FC00;
  border-color: #F8FC00; }
  .btn-outline-warning:hover {
    color: #454545;
    background-color: #F8FC00;
    border-color: #F8FC00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 252, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F8FC00;
    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: #454545;
    background-color: #F8FC00;
    border-color: #F8FC00; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(248, 252, 0, 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 {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: rgba(223, 225, 229, 0.35);
  border-color: rgba(223, 225, 229, 0.35); }
  .btn-outline-light:hover {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.35);
    border-color: rgba(223, 225, 229, 0.35); }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: rgba(223, 225, 229, 0.35);
    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: #454545;
    background-color: rgba(223, 225, 229, 0.35);
    border-color: rgba(223, 225, 229, 0.35); }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.btn-outline-dark {
  color: #454545;
  border-color: #454545; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #454545;
    border-color: #454545; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #454545;
    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: #454545;
    border-color: #454545; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5); }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #454545;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    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: #454545;
    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 {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

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

.btn-outline-blue {
  color: #004098;
  border-color: #004098; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #004098;
    border-color: #004098; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #004098;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #004098;
    border-color: #004098; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.btn-outline-lightblue {
  color: rgba(0, 64, 152, 0.1);
  border-color: rgba(0, 64, 152, 0.1); }
  .btn-outline-lightblue:hover {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.1);
    border-color: rgba(0, 64, 152, 0.1); }
  .btn-outline-lightblue:focus, .btn-outline-lightblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }
  .btn-outline-lightblue.disabled, .btn-outline-lightblue:disabled {
    color: rgba(0, 64, 152, 0.1);
    background-color: transparent; }
  .btn-outline-lightblue:not(:disabled):not(.disabled):active, .btn-outline-lightblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightblue.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.1);
    border-color: rgba(0, 64, 152, 0.1); }
    .btn-outline-lightblue:not(:disabled):not(.disabled):active:focus, .btn-outline-lightblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.btn-outline-pink {
  color: #E60039;
  border-color: #E60039; }
  .btn-outline-pink:hover {
    color: #fff;
    background-color: #E60039;
    border-color: #E60039; }
  .btn-outline-pink:focus, .btn-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 0, 57, 0.5); }
  .btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #E60039;
    background-color: transparent; }
  .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #E60039;
    border-color: #E60039; }
    .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 0, 57, 0.5); }

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

.btn-outline-red-dark {
  color: #990000;
  border-color: #990000; }
  .btn-outline-red-dark:hover {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
  .btn-outline-red-dark:focus, .btn-outline-red-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }
  .btn-outline-red-dark.disabled, .btn-outline-red-dark:disabled {
    color: #990000;
    background-color: transparent; }
  .btn-outline-red-dark:not(:disabled):not(.disabled):active, .btn-outline-red-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-dark.dropdown-toggle {
    color: #fff;
    background-color: #990000;
    border-color: #990000; }
    .btn-outline-red-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

.btn-outline-yellow {
  color: #F8FC00;
  border-color: #F8FC00; }
  .btn-outline-yellow:hover {
    color: #454545;
    background-color: #F8FC00;
    border-color: #F8FC00; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 252, 0, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #F8FC00;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #454545;
    background-color: #F8FC00;
    border-color: #F8FC00; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 252, 0, 0.5); }

.btn-outline-gold {
  color: #B68933;
  border-color: #B68933; }
  .btn-outline-gold:hover {
    color: #fff;
    background-color: #B68933;
    border-color: #B68933; }
  .btn-outline-gold:focus, .btn-outline-gold.focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 137, 51, 0.5); }
  .btn-outline-gold.disabled, .btn-outline-gold:disabled {
    color: #B68933;
    background-color: transparent; }
  .btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gold.dropdown-toggle {
    color: #fff;
    background-color: #B68933;
    border-color: #B68933; }
    .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gold.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(182, 137, 51, 0.5); }

.btn-outline-gold-dark {
  color: #9F792E;
  border-color: #9F792E; }
  .btn-outline-gold-dark:hover {
    color: #fff;
    background-color: #9F792E;
    border-color: #9F792E; }
  .btn-outline-gold-dark:focus, .btn-outline-gold-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(159, 121, 46, 0.5); }
  .btn-outline-gold-dark.disabled, .btn-outline-gold-dark:disabled {
    color: #9F792E;
    background-color: transparent; }
  .btn-outline-gold-dark:not(:disabled):not(.disabled):active, .btn-outline-gold-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gold-dark.dropdown-toggle {
    color: #fff;
    background-color: #9F792E;
    border-color: #9F792E; }
    .btn-outline-gold-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gold-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gold-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(159, 121, 46, 0.5); }

.btn-outline-navy {
  color: #14132F;
  border-color: #14132F; }
  .btn-outline-navy:hover {
    color: #fff;
    background-color: #14132F;
    border-color: #14132F; }
  .btn-outline-navy:focus, .btn-outline-navy.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 19, 47, 0.5); }
  .btn-outline-navy.disabled, .btn-outline-navy:disabled {
    color: #14132F;
    background-color: transparent; }
  .btn-outline-navy:not(:disabled):not(.disabled):active, .btn-outline-navy:not(:disabled):not(.disabled).active,
  .show > .btn-outline-navy.dropdown-toggle {
    color: #fff;
    background-color: #14132F;
    border-color: #14132F; }
    .btn-outline-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-navy:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-navy.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(20, 19, 47, 0.5); }

.btn-outline-white-op35 {
  color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.35); }
  .btn-outline-white-op35:hover {
    color: #454545;
    background-color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.35); }
  .btn-outline-white-op35:focus, .btn-outline-white-op35.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white-op35.disabled, .btn-outline-white-op35:disabled {
    color: rgba(255, 255, 255, 0.35);
    background-color: transparent; }
  .btn-outline-white-op35:not(:disabled):not(.disabled):active, .btn-outline-white-op35:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white-op35.dropdown-toggle {
    color: #454545;
    background-color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.35); }
    .btn-outline-white-op35:not(:disabled):not(.disabled):active:focus, .btn-outline-white-op35:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white-op35.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-white-op65 {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.65); }
  .btn-outline-white-op65:hover {
    color: #454545;
    background-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.65); }
  .btn-outline-white-op65:focus, .btn-outline-white-op65.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white-op65.disabled, .btn-outline-white-op65:disabled {
    color: rgba(255, 255, 255, 0.65);
    background-color: transparent; }
  .btn-outline-white-op65:not(:disabled):not(.disabled):active, .btn-outline-white-op65:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white-op65.dropdown-toggle {
    color: #454545;
    background-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.65); }
    .btn-outline-white-op65:not(:disabled):not(.disabled):active:focus, .btn-outline-white-op65:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white-op65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-blue-op35 {
  color: rgba(0, 64, 152, 0.35);
  border-color: rgba(0, 64, 152, 0.35); }
  .btn-outline-blue-op35:hover {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.35);
    border-color: rgba(0, 64, 152, 0.35); }
  .btn-outline-blue-op35:focus, .btn-outline-blue-op35.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }
  .btn-outline-blue-op35.disabled, .btn-outline-blue-op35:disabled {
    color: rgba(0, 64, 152, 0.35);
    background-color: transparent; }
  .btn-outline-blue-op35:not(:disabled):not(.disabled):active, .btn-outline-blue-op35:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-op35.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.35);
    border-color: rgba(0, 64, 152, 0.35); }
    .btn-outline-blue-op35:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-op35:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-op35.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.btn-outline-blue-op65 {
  color: rgba(0, 64, 152, 0.65);
  border-color: rgba(0, 64, 152, 0.65); }
  .btn-outline-blue-op65:hover {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.65);
    border-color: rgba(0, 64, 152, 0.65); }
  .btn-outline-blue-op65:focus, .btn-outline-blue-op65.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }
  .btn-outline-blue-op65.disabled, .btn-outline-blue-op65:disabled {
    color: rgba(0, 64, 152, 0.65);
    background-color: transparent; }
  .btn-outline-blue-op65:not(:disabled):not(.disabled):active, .btn-outline-blue-op65:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-op65.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 64, 152, 0.65);
    border-color: rgba(0, 64, 152, 0.65); }
    .btn-outline-blue-op65:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-op65:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-op65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.btn-outline-red-op65 {
  color: rgba(153, 0, 0, 0.65);
  border-color: rgba(153, 0, 0, 0.65); }
  .btn-outline-red-op65:hover {
    color: #fff;
    background-color: rgba(153, 0, 0, 0.65);
    border-color: rgba(153, 0, 0, 0.65); }
  .btn-outline-red-op65:focus, .btn-outline-red-op65.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }
  .btn-outline-red-op65.disabled, .btn-outline-red-op65:disabled {
    color: rgba(153, 0, 0, 0.65);
    background-color: transparent; }
  .btn-outline-red-op65:not(:disabled):not(.disabled):active, .btn-outline-red-op65:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-op65.dropdown-toggle {
    color: #fff;
    background-color: rgba(153, 0, 0, 0.65);
    border-color: rgba(153, 0, 0, 0.65); }
    .btn-outline-red-op65:not(:disabled):not(.disabled):active:focus, .btn-outline-red-op65:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-op65.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

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

.btn-outline-gray-100 {
  color: rgba(223, 225, 229, 0.35);
  border-color: rgba(223, 225, 229, 0.35); }
  .btn-outline-gray-100:hover {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.35);
    border-color: rgba(223, 225, 229, 0.35); }
  .btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }
  .btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
    color: rgba(223, 225, 229, 0.35);
    background-color: transparent; }
  .btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-100.dropdown-toggle {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.35);
    border-color: rgba(223, 225, 229, 0.35); }
    .btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.btn-outline-gray-300 {
  color: rgba(223, 225, 229, 0.65);
  border-color: rgba(223, 225, 229, 0.65); }
  .btn-outline-gray-300:hover {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.65);
    border-color: rgba(223, 225, 229, 0.65); }
  .btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }
  .btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
    color: rgba(223, 225, 229, 0.65);
    background-color: transparent; }
  .btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-300.dropdown-toggle {
    color: #454545;
    background-color: rgba(223, 225, 229, 0.65);
    border-color: rgba(223, 225, 229, 0.65); }
    .btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.btn-outline-gray-400 {
  color: #dfe1e5;
  border-color: #dfe1e5; }
  .btn-outline-gray-400:hover {
    color: #454545;
    background-color: #dfe1e5;
    border-color: #dfe1e5; }
  .btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }
  .btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
    color: #dfe1e5;
    background-color: transparent; }
  .btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-400.dropdown-toggle {
    color: #454545;
    background-color: #dfe1e5;
    border-color: #dfe1e5; }
    .btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.btn-outline-gray-700 {
  color: #AAACAF;
  border-color: #AAACAF; }
  .btn-outline-gray-700:hover {
    color: #454545;
    background-color: #AAACAF;
    border-color: #AAACAF; }
  .btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
    box-shadow: 0 0 0 0.2rem rgba(170, 172, 175, 0.5); }
  .btn-outline-gray-700.disabled, .btn-outline-gray-700:disabled {
    color: #AAACAF;
    background-color: transparent; }
  .btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-700.dropdown-toggle {
    color: #454545;
    background-color: #AAACAF;
    border-color: #AAACAF; }
    .btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-700.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(170, 172, 175, 0.5); }

.btn-outline-gray-800 {
  color: #848484;
  border-color: #848484; }
  .btn-outline-gray-800:hover {
    color: #fff;
    background-color: #848484;
    border-color: #848484; }
  .btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5); }
  .btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled {
    color: #848484;
    background-color: transparent; }
  .btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-800.dropdown-toggle {
    color: #fff;
    background-color: #848484;
    border-color: #848484; }
    .btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-800.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #004098;
  text-decoration: none; }
  .btn-link:hover {
    color: #00204c;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 6px; }

.btn-sm {
  padding: 0.3rem 0.3rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 2px; }

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

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

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

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

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

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

.input-group-prepend,
.input-group-append {
  display: 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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #AAACAF;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dfe1e5;
  border-radius: 4px; }
  .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: 6px; }

.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: 2px; }

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

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #004098;
    background-color: #004098; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #197aff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #4c97ff;
    border-color: #4c97ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

.custom-checkbox .custom-control-label::before {
  border-radius: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      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.75rem;
  padding-left: 0.75rem;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #004098; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #002b65; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #14132F; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #05040b; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 19, 47, 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;
    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;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #454545;
  background-color: #F8FC00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #454545;
    background-color: #c6c900; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 252, 0, 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;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.35); }
  a.badge-light:hover, a.badge-light:focus {
    color: #454545;
    background-color: rgba(195, 199, 206, 0.35); }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #454545; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #2c2c2c; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5); }

.badge-white {
  color: #454545;
  background-color: #fff; }
  a.badge-white:hover, a.badge-white:focus {
    color: #454545;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-blue {
  color: #fff;
  background-color: #004098; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #002b65; }
  a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.badge-lightblue {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.1); }
  a.badge-lightblue:hover, a.badge-lightblue:focus {
    color: #fff;
    background-color: rgba(0, 43, 101, 0.1); }
  a.badge-lightblue:focus, a.badge-lightblue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.badge-pink {
  color: #fff;
  background-color: #E60039; }
  a.badge-pink:hover, a.badge-pink:focus {
    color: #fff;
    background-color: #b3002c; }
  a.badge-pink:focus, a.badge-pink.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230, 0, 57, 0.5); }

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

.badge-red-dark {
  color: #fff;
  background-color: #990000; }
  a.badge-red-dark:hover, a.badge-red-dark:focus {
    color: #fff;
    background-color: #660000; }
  a.badge-red-dark:focus, a.badge-red-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

.badge-yellow {
  color: #454545;
  background-color: #F8FC00; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #454545;
    background-color: #c6c900; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 252, 0, 0.5); }

.badge-gold {
  color: #fff;
  background-color: #B68933; }
  a.badge-gold:hover, a.badge-gold:focus {
    color: #fff;
    background-color: #8e6b28; }
  a.badge-gold:focus, a.badge-gold.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(182, 137, 51, 0.5); }

.badge-gold-dark {
  color: #fff;
  background-color: #9F792E; }
  a.badge-gold-dark:hover, a.badge-gold-dark:focus {
    color: #fff;
    background-color: #775b23; }
  a.badge-gold-dark:focus, a.badge-gold-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(159, 121, 46, 0.5); }

.badge-navy {
  color: #fff;
  background-color: #14132F; }
  a.badge-navy:hover, a.badge-navy:focus {
    color: #fff;
    background-color: #05040b; }
  a.badge-navy:focus, a.badge-navy.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 19, 47, 0.5); }

.badge-white-op35 {
  color: #454545;
  background-color: rgba(255, 255, 255, 0.35); }
  a.badge-white-op35:hover, a.badge-white-op35:focus {
    color: #454545;
    background-color: rgba(230, 230, 230, 0.35); }
  a.badge-white-op35:focus, a.badge-white-op35.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-white-op65 {
  color: #454545;
  background-color: rgba(255, 255, 255, 0.65); }
  a.badge-white-op65:hover, a.badge-white-op65:focus {
    color: #454545;
    background-color: rgba(230, 230, 230, 0.65); }
  a.badge-white-op65:focus, a.badge-white-op65.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-blue-op35 {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.35); }
  a.badge-blue-op35:hover, a.badge-blue-op35:focus {
    color: #fff;
    background-color: rgba(0, 43, 101, 0.35); }
  a.badge-blue-op35:focus, a.badge-blue-op35.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.badge-blue-op65 {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.65); }
  a.badge-blue-op65:hover, a.badge-blue-op65:focus {
    color: #fff;
    background-color: rgba(0, 43, 101, 0.65); }
  a.badge-blue-op65:focus, a.badge-blue-op65.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 152, 0.5); }

.badge-red-op65 {
  color: #fff;
  background-color: rgba(153, 0, 0, 0.65); }
  a.badge-red-op65:hover, a.badge-red-op65:focus {
    color: #fff;
    background-color: rgba(102, 0, 0, 0.65); }
  a.badge-red-op65:focus, a.badge-red-op65.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5); }

.badge-dark-op85 {
  color: #fff;
  background-color: rgba(69, 69, 69, 0.85); }
  a.badge-dark-op85:hover, a.badge-dark-op85:focus {
    color: #fff;
    background-color: rgba(44, 44, 44, 0.85); }
  a.badge-dark-op85:focus, a.badge-dark-op85.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5); }

.badge-gray-100 {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.35); }
  a.badge-gray-100:hover, a.badge-gray-100:focus {
    color: #454545;
    background-color: rgba(195, 199, 206, 0.35); }
  a.badge-gray-100:focus, a.badge-gray-100.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.badge-gray-300 {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.65); }
  a.badge-gray-300:hover, a.badge-gray-300:focus {
    color: #454545;
    background-color: rgba(195, 199, 206, 0.65); }
  a.badge-gray-300:focus, a.badge-gray-300.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.badge-gray-400 {
  color: #454545;
  background-color: #dfe1e5; }
  a.badge-gray-400:hover, a.badge-gray-400:focus {
    color: #454545;
    background-color: #c3c7ce; }
  a.badge-gray-400:focus, a.badge-gray-400.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(223, 225, 229, 0.5); }

.badge-gray-700 {
  color: #454545;
  background-color: #AAACAF; }
  a.badge-gray-700:hover, a.badge-gray-700:focus {
    color: #454545;
    background-color: #909296; }
  a.badge-gray-700:focus, a.badge-gray-700.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(170, 172, 175, 0.5); }

.badge-gray-800 {
  color: #fff;
  background-color: #848484; }
  a.badge-gray-800:hover, a.badge-gray-800:focus {
    color: #fff;
    background-color: #6b6b6b; }
  a.badge-gray-800:focus, a.badge-gray-800.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(132, 132, 132, 0.5); }

.badge-gray-900 {
  color: #fff;
  background-color: #454545; }
  a.badge-gray-900:hover, a.badge-gray-900:focus {
    color: #fff;
    background-color: #2c2c2c; }
  a.badge-gray-900:focus, a.badge-gray-900.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5); }

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #14132F !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #05040b !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: #F8FC00 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c6c900 !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: rgba(223, 225, 229, 0.35) !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgba(195, 199, 206, 0.35) !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #2c2c2c !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-black {
  background-color: #000 !important; }

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

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

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #002b65 !important; }

.bg-lightblue {
  background-color: rgba(0, 64, 152, 0.1) !important; }

a.bg-lightblue:hover, a.bg-lightblue:focus,
button.bg-lightblue:hover,
button.bg-lightblue:focus {
  background-color: rgba(0, 43, 101, 0.1) !important; }

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

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

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

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

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

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

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

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

.bg-gold {
  background-color: #B68933 !important; }

a.bg-gold:hover, a.bg-gold:focus,
button.bg-gold:hover,
button.bg-gold:focus {
  background-color: #8e6b28 !important; }

.bg-gold-dark {
  background-color: #9F792E !important; }

a.bg-gold-dark:hover, a.bg-gold-dark:focus,
button.bg-gold-dark:hover,
button.bg-gold-dark:focus {
  background-color: #775b23 !important; }

.bg-navy {
  background-color: #14132F !important; }

a.bg-navy:hover, a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
  background-color: #05040b !important; }

.bg-white-op35 {
  background-color: rgba(255, 255, 255, 0.35) !important; }

a.bg-white-op35:hover, a.bg-white-op35:focus,
button.bg-white-op35:hover,
button.bg-white-op35:focus {
  background-color: rgba(230, 230, 230, 0.35) !important; }

.bg-white-op65 {
  background-color: rgba(255, 255, 255, 0.65) !important; }

a.bg-white-op65:hover, a.bg-white-op65:focus,
button.bg-white-op65:hover,
button.bg-white-op65:focus {
  background-color: rgba(230, 230, 230, 0.65) !important; }

.bg-blue-op35 {
  background-color: rgba(0, 64, 152, 0.35) !important; }

a.bg-blue-op35:hover, a.bg-blue-op35:focus,
button.bg-blue-op35:hover,
button.bg-blue-op35:focus {
  background-color: rgba(0, 43, 101, 0.35) !important; }

.bg-blue-op65 {
  background-color: rgba(0, 64, 152, 0.65) !important; }

a.bg-blue-op65:hover, a.bg-blue-op65:focus,
button.bg-blue-op65:hover,
button.bg-blue-op65:focus {
  background-color: rgba(0, 43, 101, 0.65) !important; }

.bg-red-op65 {
  background-color: rgba(153, 0, 0, 0.65) !important; }

a.bg-red-op65:hover, a.bg-red-op65:focus,
button.bg-red-op65:hover,
button.bg-red-op65:focus {
  background-color: rgba(102, 0, 0, 0.65) !important; }

.bg-dark-op85 {
  background-color: rgba(69, 69, 69, 0.85) !important; }

a.bg-dark-op85:hover, a.bg-dark-op85:focus,
button.bg-dark-op85:hover,
button.bg-dark-op85:focus {
  background-color: rgba(44, 44, 44, 0.85) !important; }

.bg-gray-100 {
  background-color: rgba(223, 225, 229, 0.35) !important; }

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: rgba(195, 199, 206, 0.35) !important; }

.bg-gray-300 {
  background-color: rgba(223, 225, 229, 0.65) !important; }

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: rgba(195, 199, 206, 0.65) !important; }

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

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #c3c7ce !important; }

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

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #909296 !important; }

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

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #6b6b6b !important; }

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

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #2c2c2c !important; }

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

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

.bg-blueYacht {
  background-color: #4083AF;
}
.bg-F2F2F2 {
  background-color: #F2F2F2;
}

.bg-redDarkBrown {
  background-color: #A11D1B;
}

.border {
  border: 1px solid rgba(223, 225, 229, 0.65) !important; }

.border-top {
  border-top: 1px solid rgba(223, 225, 229, 0.65) !important; }

.border-right {
  border-right: 1px solid rgba(223, 225, 229, 0.65) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(223, 225, 229, 0.65) !important; }

.border-left {
  border-left: 1px solid rgba(223, 225, 229, 0.65) !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: #004098 !important; }

.border-secondary {
  border-color: #14132F !important; }

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

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

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

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

.border-light {
  border-color: rgba(223, 225, 229, 0.35) !important; }

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

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

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

.border-blue {
  border-color: #004098 !important; }

.border-lightblue {
  border-color: rgba(0, 64, 152, 0.1) !important; }

.border-pink {
  border-color: #E60039 !important; }

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

.border-red-dark {
  border-color: #990000 !important; }

.border-yellow {
  border-color: #F8FC00 !important; }

.border-gold {
  border-color: #B68933 !important; }

.border-gold-dark {
  border-color: #9F792E !important; }

.border-navy {
  border-color: #14132F !important; }

.border-white-op35 {
  border-color: rgba(255, 255, 255, 0.35) !important; }

.border-white-op65 {
  border-color: rgba(255, 255, 255, 0.65) !important; }

.border-blue-op35 {
  border-color: rgba(0, 64, 152, 0.35) !important; }

.border-blue-op65 {
  border-color: rgba(0, 64, 152, 0.65) !important; }

.border-red-op65 {
  border-color: rgba(153, 0, 0, 0.65) !important; }

.border-dark-op85 {
  border-color: rgba(69, 69, 69, 0.85) !important; }

.border-gray-100 {
  border-color: rgba(223, 225, 229, 0.35) !important; }

.border-gray-300 {
  border-color: rgba(223, 225, 229, 0.65) !important; }

.border-gray-400 {
  border-color: #dfe1e5 !important; }

.border-gray-700 {
  border-color: #AAACAF !important; }

.border-gray-800 {
  border-color: #848484 !important; }

.border-gray-900 {
  border-color: #454545 !important; }

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

.rounded-sm {
  border-radius: 2px !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-lg {
  border-radius: 6px !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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1029px) {
  .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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    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 {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1029px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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: 1029px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

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

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  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: 4rem !important; }

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 6rem !important; }

.mt-8,
.my-8 {
  margin-top: 6rem !important; }

.mr-8,
.mx-8 {
  margin-right: 6rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 6rem !important; }

.ml-8,
.mx-8 {
  margin-left: 6rem !important; }

.m-9 {
  margin: 7rem !important; }

.mt-9,
.my-9 {
  margin-top: 7rem !important; }

.mr-9,
.mx-9 {
  margin-right: 7rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 7rem !important; }

.ml-9,
.mx-9 {
  margin-left: 7rem !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: 4rem !important; }

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 6rem !important; }

.pt-8,
.py-8 {
  padding-top: 6rem !important; }

.pr-8,
.px-8 {
  padding-right: 6rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 6rem !important; }

.pl-8,
.px-8 {
  padding-left: 6rem !important; }

.p-9 {
  padding: 7rem !important; }

.pt-9,
.py-9 {
  padding-top: 7rem !important; }

.pr-9,
.px-9 {
  padding-right: 7rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 7rem !important; }

.pl-9,
.px-9 {
  padding-left: 7rem !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: -4rem !important; }

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

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

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

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

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

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

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

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

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

.m-n8 {
  margin: -6rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -6rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -6rem !important; }

.m-n9 {
  margin: -7rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -7rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -7rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -7rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -7rem !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: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important; }
  .m-sm-8 {
    margin: 6rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important; }
  .m-sm-9 {
    margin: 7rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7rem !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: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important; }
  .p-sm-8 {
    padding: 6rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important; }
  .p-sm-9 {
    padding: 7rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7rem !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: -4rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important; }
  .m-sm-n7 {
    margin: -5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important; }
  .m-sm-n8 {
    margin: -6rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6rem !important; }
  .m-sm-n9 {
    margin: -7rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -7rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -7rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -7rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -7rem !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: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important; }
  .m-md-8 {
    margin: 6rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important; }
  .m-md-9 {
    margin: 7rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 7rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 7rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 7rem !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: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important; }
  .p-md-8 {
    padding: 6rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important; }
  .p-md-9 {
    padding: 7rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 7rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 7rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 7rem !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: -4rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important; }
  .m-md-n7 {
    margin: -5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important; }
  .m-md-n8 {
    margin: -6rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6rem !important; }
  .m-md-n9 {
    margin: -7rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -7rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -7rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -7rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -7rem !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: 1029px) {
  .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: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important; }
  .m-lg-8 {
    margin: 6rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important; }
  .m-lg-9 {
    margin: 7rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7rem !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: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important; }
  .p-lg-8 {
    padding: 6rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important; }
  .p-lg-9 {
    padding: 7rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7rem !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: -4rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important; }
  .m-lg-n7 {
    margin: -5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important; }
  .m-lg-n8 {
    margin: -6rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6rem !important; }
  .m-lg-n9 {
    margin: -7rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7rem !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: 1200px) {
  .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: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important; }
  .m-xl-8 {
    margin: 6rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important; }
  .m-xl-9 {
    margin: 7rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7rem !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: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important; }
  .p-xl-8 {
    padding: 6rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important; }
  .p-xl-9 {
    padding: 7rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7rem !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: -4rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important; }
  .m-xl-n7 {
    margin: -5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important; }
  .m-xl-n8 {
    margin: -6rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6rem !important; }
  .m-xl-n9 {
    margin: -7rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -7rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -7rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -7rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -7rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 1029px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-secondary {
  color: #14132F !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: black !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: #F8FC00 !important; }

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

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

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

.text-light {
  color: rgba(223, 225, 229, 0.35) !important; }

a.text-light:hover, a.text-light:focus {
  color: rgba(181, 185, 195, 0.35) !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #1f1f1f !important; }

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

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

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-blue {
  color: #004098 !important; }

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

.text-lightblue {
  color: rgba(0, 64, 152, 0.1) !important; }

a.text-lightblue:hover, a.text-lightblue:focus {
  color: rgba(0, 32, 76, 0.1) !important; }

.text-pink {
  color: #E60039 !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #9a0026 !important; }

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

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

.text-red-dark {
  color: #990000 !important; }

a.text-red-dark:hover, a.text-red-dark:focus {
  color: #4d0000 !important; }

.text-yellow {
  color: #F8FC00 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #adb000 !important; }

.text-gold {
  color: #B68933 !important; }

a.text-gold:hover, a.text-gold:focus {
  color: #7a5c22 !important; }

.text-gold-dark {
  color: #9F792E !important; }

a.text-gold-dark:hover, a.text-gold-dark:focus {
  color: #644c1d !important; }

.text-navy {
  color: #14132F !important; }

a.text-navy:hover, a.text-navy:focus {
  color: black !important; }

.text-white-op35 {
  color: rgba(255, 255, 255, 0.35) !important; }

a.text-white-op35:hover, a.text-white-op35:focus {
  color: rgba(217, 217, 217, 0.35) !important; }

.text-white-op65 {
  color: rgba(255, 255, 255, 0.65) !important; }

a.text-white-op65:hover, a.text-white-op65:focus {
  color: rgba(217, 217, 217, 0.65) !important; }

.text-blue-op35 {
  color: rgba(0, 64, 152, 0.35) !important; }

a.text-blue-op35:hover, a.text-blue-op35:focus {
  color: rgba(0, 32, 76, 0.35) !important; }

.text-blue-op65 {
  color: rgba(0, 64, 152, 0.65) !important; }

a.text-blue-op65:hover, a.text-blue-op65:focus {
  color: rgba(0, 32, 76, 0.65) !important; }

.text-red-op65 {
  color: rgba(153, 0, 0, 0.65) !important; }

a.text-red-op65:hover, a.text-red-op65:focus {
  color: rgba(77, 0, 0, 0.65) !important; }

.text-dark-op85 {
  color: rgba(69, 69, 69, 0.85) !important; }

a.text-dark-op85:hover, a.text-dark-op85:focus {
  color: rgba(31, 31, 31, 0.85) !important; }

.text-gray-100 {
  color: rgba(223, 225, 229, 0.35) !important; }

a.text-gray-100:hover, a.text-gray-100:focus {
  color: rgba(181, 185, 195, 0.35) !important; }

.text-gray-300 {
  color: rgba(223, 225, 229, 0.65) !important; }

a.text-gray-300:hover, a.text-gray-300:focus {
  color: rgba(181, 185, 195, 0.65) !important; }

.text-gray-400 {
  color: #dfe1e5 !important; }

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #b5b9c3 !important; }

.text-gray-700 {
  color: #AAACAF !important; }

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #83868a !important; }

.text-gray-800 {
  color: #848484 !important; }

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #5e5e5e !important; }

.text-gray-900 {
  color: #454545 !important; }

a.text-gray-900:hover, a.text-gray-900:focus {
  color: #1f1f1f !important; }

.text-body {
  color: #454545 !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-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

body {
  padding-top: 100px; }
  @media (min-width: 1029px) {
    body {
      padding-top: 116px; } }

body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  position: fixed; }

::selection {
  background: #004098;
  color: #fff; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: #848484; }

a.text-dark:hover,
.item-hover.text-dark:hover {
  color: #848484 !important; }

a.text-white:hover,
.item-hover.text-white:hover {
  color: rgba(223, 225, 229, 0.65) !important; }

a.text-navy:hover,
.item-hover.text-navy:hover {
  color: #848484 !important; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: inherit; }

.no-decoration {
  text-decoration: none; }

.underline {
  text-decoration: underline; }

.underline:hover {
  text-decoration: underline !important; }

.no-decoration:hover {
  text-decoration: none !important; }

.pointer,
.item-hover {
  cursor: pointer; }

.outline-none {
  outline: 0 !important;
  box-shadow: none !important; }

.is-scroll-x {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.is-hidden {
  display: none !important; }

.is-disable {
  opacity: 0.5; }

.is-rotate45 {
  transform: rotate(45deg); }

.is-nopointer {
  pointer-events: none; }

.is-nowrap {
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

.relative {
  position: relative; }

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

.list-decimal {
  list-style-type: decimal; }

.list-decimal-zero {
  list-style-type: decimal-leading-zero; }

.list-disc {
  list-style-type: disc; }

.list-no-pd {
  padding-left: 1rem; }

.no-focus {
  outline: none; }

.circle {
  border-radius: 50%; }

.shadow-bottom {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }

.w-33 {
  width: 33.333%; }

.w-49 {
  width: 49%; }

.w-48 {
  width: 48%; }

/*bootstrap未使用のボタンなどで使用*/
.transition-short {
  transition: 0.15s; }

/*要素を上下中央センタリング*/
.item-flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

/*SNS用カラー*/
.text-fb {
  color: #1877F2; }

.text-tw {
  color: #1DA1F2; }

.text-line {
  color: #00B900; }

/*文字省略*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*360px以下の端末のみ*/
@media screen and (max-width: 359px) {
  .d-only-smalldevice {
    display: block; }
  .d-only-smalldevice-none {
    display: none; } }

@media screen and (min-width: 360px) {
  .d-only-smalldevice {
    display: none; }
  .d-only-smalldevice-none {
    display: block; } }

.container {
  max-width: 1194px; }

.container.is-lg {
  max-width: calc(990px + 2rem); }

.container.is-snsMedia {
  max-width: calc(868px + 2rem); }

.container.is-md {
  max-width: calc(786px + 2rem); }

.container.is-sm {
  max-width: calc(582px + 2rem); }

.container.is-xsm {
  max-width: calc(378px + 2rem); }

.row.is-sm {
  margin-right: -7.5px;
  margin-left: -7.5px; }

.row.is-sm .col,
.row.is-sm [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px; }

@media (max-width: 767.98px) {
  .container-fluid.is-no-pd, .is-no-pd.container-sm, .is-no-pd.container-md, .is-no-pd.container-lg, .is-no-pd.container-xl,
  .container.is-no-pd {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .container.is-no-pd .row {
    margin-right: 0px;
    margin-left: 0px; } }

@media (max-width: 575.98px) {
  .container-fluid.is-no-pd-xs, .is-no-pd-xs.container-sm, .is-no-pd-xs.container-md, .is-no-pd-xs.container-lg, .is-no-pd-xs.container-xl,
  .container.is-no-pd-xs {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575.98px) {
  .container.is-no-pd-xs .row {
    margin-right: 0px;
    margin-left: 0px; } }

@media (max-width: 575.98px) {
  .col-no-pd-xs {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (max-width: 767.98px) {
  .col-no-pd-sm {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.container-common {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 576px) {
    .container-common {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.containet-timeline {
  height: 300px;
  overflow: scroll;
  overflow-scrolling: touch;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .containet-timeline {
      height: 500px; } }

.containet-timeline-fb {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 300px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .containet-timeline-fb {
      height: 300px; } }

.p-common-outer {
  margin-bottom: 3.25rem; }
  @media (min-width: 576px) {
    .p-common-outer {
      margin-bottom: 4.5rem; } }

.p-common-outer:last-child {
  margin-bottom: 0rem; }
  @media (min-width: 576px) {
    .p-common-outer:last-child {
      margin-bottom: 0rem; } }

.p-common-inner {
  margin-bottom: 2.25rem;
  font-size: 0.875rem; }
  @media (min-width: 576px) {
    .p-common-inner {
      margin-bottom: 3rem; } }
  @media (min-width: 768px) {
    .p-common-inner {
      margin-bottom: 3rem;
      font-size: 1rem; } }

.p-common-inner:last-child {
  margin-bottom: 0rem; }
  @media (min-width: 576px) {
    .p-common-inner:last-child {
      margin-bottom: 0rem; } }

.p-common-note {
  color: #848484;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .p-common-note {
      font-size: 0.875rem; } }

.p-common-note.is-sm {
  font-size: 0.625rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

/*ストライプ*/
.bg-stripe {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #003390, #003390 70px, #004098 70px, #004098 140px); }

/*ランキングロゴ*/
.logo-ranking {
  width: 30px; }
  @media (min-width: 576px) {
    .logo-ranking {
      width: 50px; } }
  @media (min-width: 768px) {
    .logo-ranking {
      width: 70px; } }

.logo-ranking-image {
  width: 50px; }

.is-marinos .logo-ranking-image {
  width: 70px; }

/*スケジュールリストロゴ*/
.logo-schedule-list {
  width: 100px; }

/*インラインブロック要素*/
.item-inline-block {
  display: inline-block;
  margin-bottom: 0.25rem; }

.item-inline-block:last-child {
  margin-bottom: 0; }

/*警告カード*/
.card {
  display: inline-block;
  width: 10px;
  height: 13px;
  vertical-align: middle;
  margin: 0 0.1rem; }
  @media (min-width: 768px) {
    .card {
      width: 13px;
      height: 20px; } }

.card.is-red {
  background-color: #dc3545; }

.card.is-yellow {
  background-color: #F8FC00; }

/*動画埋め込み*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*パートナーロゴ*/
.item-partner {
  display: flex;
  align-items: center;
  justify-content: center; }

.item-partner img {
  max-width: 150px;
  width: 100%; }

.item-partner.is-lg img {
  max-width: 300px; }

/*電話番号*/
.text-phonenumber {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px; }
  @media (min-width: 576px) {
    .text-phonenumber {
      font-size: 40px; } }

/*マップ*/
.map {
  width: 100%;
  height: 200px; }
  @media (min-width: 768px) {
    .map {
      height: 440px; } }

@font-face {
  font-family: 'icomarinos';
  src: url("fonts/icomarinos.eot?ujcnam");
  src: url("fonts/icomarinos.eot?ujcnam#iefix") format("embedded-opentype"), url("fonts/icomarinos.ttf?ujcnam") format("truetype"), url("fonts/icomarinos.woff?ujcnam") format("woff"), url("fonts/icomarinos.svg?ujcnam#icomarinos") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomarinos' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-xxs {
  font-size: 10px; }

.icon-xs {
  font-size: 14px; }

.icon-sm {
  font-size: 18px; }

.icon-md {
  font-size: 24px; }

.icon-lg {
  font-size: 28px; }

.icon-xl {
  font-size: 40px; }

.icon-rank {
  font-size: 10px; }
  @media (min-width: 768px) {
    .icon-rank {
      font-size: 14px; } }

.icon-rank.is-down {
  color: #004098; }

.icon-rank.is-up {
  color: #990000; }

.icon-member-contents {
  font-size: 60px; }

.icon-nav-sp {
  font-size: 46px; }

.icon-absolute-left {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 359px) {
    .icon-absolute-left {
      left: 0.5rem; } }

.icon-absolute-right {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 359px) {
    .icon-absolute-right {
      right: 0.5rem; } }

.btn-sm .icon-absolute-left {
  left: 10px; }

.btn-sm .icon-absolute-right {
  right: 10px; }

.icon-sns-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .icon-sns-circle {
      width: 62px;
      height: 62px; } }

.icon-comment-after:before {
  content: "\e901"; }

.icon-comment-before:before {
  content: "\e902"; }

.icon-text_live:before {
  content: "\e903"; }

.icon-mom:before {
  content: "\e904"; }

.icon-standby_screen:before {
  content: "\e905"; }

.icon-mini-ticket:before {
  content: "\e906"; }

.icon-goods:before {
  content: "\e907"; }

.icon-external:before {
  content: "\e908"; }

.icon-mypage:before {
  content: "\e909"; }

.icon-circle-tw:before {
  content: "\e90a"; }

.icon-circle-insta:before {
  content: "\e90b"; }

.icon-circle-fb:before {
  content: "\e90c"; }

.icon-circle-youtube:before {
  content: "\e90d"; }

.icon-tw:before {
  content: "\e90e"; }

.icon-insta:before {
  content: "\e90f"; }

.icon-fb:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

.icon-dazn:before {
  content: "\e912"; }

.icon-circle-arrow-down:before {
  content: "\e913"; }

.icon-plus:before {
  content: "\e914"; }

.icon-bar:before {
  content: "\e915"; }

.icon-angle-up:before {
  content: "\e916"; }

.icon-angle-down:before {
  content: "\e917"; }

.icon-bar-b:before {
  content: "\e918"; }

.icon-alert-circle:before {
  content: "\e919"; }

.icon-arrow-down:before {
  content: "\e91a"; }

.icon-arrow-up:before {
  content: "\e91b"; }

.icon-arrow-left:before {
  content: "\e91c"; }

.icon-arrow-right:before {
  content: "\e91d"; }

.icon-arrow-right_b:before {
  content: "\e91e"; }

.icon-cross:before {
  content: "\e91f"; }

.icon-news:before {
  content: "\e920"; }

.icon-match:before {
  content: "\e921"; }

.icon-result:before {
  content: "\e922"; }

.icon-ticket-info:before {
  content: "\e923"; }

.icon-player:before {
  content: "\e924"; }

.icon-ticket:before {
  content: "\e925"; }

.icon-fanclub:before {
  content: "\e926"; }

.icon-cart:before {
  content: "\e927"; }

.icon-club:before {
  content: "\e928"; }

.icon-event:before {
  content: "\e929"; }

.icon-hometown:before {
  content: "\e92a"; }

.icon-school:before {
  content: "\e92b"; }

.icon-academy:before {
  content: "\e92c"; }

.icon-etc:before {
  content: "\e92d"; }

.icon-star:before {
  content: "\e92e"; }

.icon-trophy:before {
  content: "\e92f"; }

.icon-rule:before {
  content: "\e930"; }

.icon-question:before {
  content: "\e931"; }

.icon-binoculars:before {
  content: "\e932"; }

.icon-poncho:before {
  content: "\e933"; }

.icon-tissue:before {
  content: "\e934"; }

.icon-uv:before {
  content: "\e935"; }

.icon-play:before {
  content: "\e936"; }

.icon-search:before {
  content: "\e937"; }

.icon-menu:before {
  content: "\e938"; }

.icon-schedule:before {
  content: "\e939"; }

.icon-access:before {
  content: "\e93a"; }

.icon-stadium:before {
  content: "\e93b"; }

.icon-close-thin:before {
  content: "\e93c"; }

.icon-line:before {
  content: "\e900"; }

.font-size-xs {
  font-size: 0.625rem; }

.font-size-sm {
  font-size: 0.75rem; }

.font-size-md {
  font-size: 0.875rem; }

.font-size-lg {
  font-size: 1rem; }

.font-size-xl {
  font-size: 1.125rem; }

.font-size-xxl {
  font-size: 1.5rem; }

@media (min-width: 768px) {
  .font-size-md-xs {
    font-size: 0.625rem; } }

@media (min-width: 768px) {
  .font-size-md-sm {
    font-size: 0.75rem; } }

@media (min-width: 768px) {
  .font-size-md-md {
    font-size: 0.875rem; } }

@media (min-width: 768px) {
  .font-size-md-lg {
    font-size: 1rem; } }

@media (min-width: 768px) {
  .font-size-md-xl {
    font-size: 1.125rem; } }

@media (min-width: 768px) {
  .font-size-md-xxl {
    font-size: 1.5rem; } }

.heading-en {
    font-size: 2.25rem;
    font-family: Teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin-bottom: -0.5rem; }
  @media (min-width: 768px) {
    .heading-en {
      font-size: 3.25rem; } }

.lh-1 {
  line-height: 1; }

.line-height-lg {
  line-height: 2; }

.line-height-md {
  line-height: 1.5; }

.line-height-sm {
  line-height: 1.2; }

.letter-spacing-md {
  letter-spacing: 0.25rem; }

.letter-spacing-sm {
  letter-spacing: 0.15rem; }

a.is-ticket {
  color: #B68933; }

a.is-match,
a.is-practice,
a.is-club,
a.is-hometown,
a.is-school,
a.is-academy {
  color: #004098; }

a.is-event,
a.is-media,
a.is-goods,
a.is-fan {
  color: #E60039; }

a.is-other {
  color: #AAACAF; }

/*   animation setting
   ========================================================================== */
.change-opacity {
  opacity: 1;
  transition: 0.3s; }

.change-opacity.is-transparent {
  opacity: 0.4; }

.change-bg-scale {
  background-size: 100%;
  transition: 0.3s; }

.change-bg-scale.is-scale {
  background-size: 110%; }

.change-scale {
  transform: scale(1);
  transition: 0.3s; }

.change-scale.is-scale {
  transform: scale(1.1); }

.translate-x {
  transform: translateX(0);
  transition: 0.3s; }

.translate-x.is-translate {
  transform: translateX(15px); }

.btn-push {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transition: box-shadow 0.3s; }

.btn-push.is-push {
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.btn-variable {
  height: auto !important; }

.btn-with-icon-left {
  padding-left: 1rem; }

.btn-sm .btn-with-icon-left {
  padding-left: 2rem; }

.btn-with-icon-right {
  padding-right: 1rem; }

.btn-sm .btn-with-icon-right {
  padding-right: 2rem; }

.btn-full {
  width: 100% !important;
  max-width: none !important; }

.btn-lg {
  font-weight: 700;
  height: 55px;
  width: 100%;
  max-width: 378px; }
  @media (max-width: 767.98px) {
    .btn-lg {
      font-size: 0.875rem; } }

/*固定幅*/
.btn-lg.is-fixed {
  width: 378px; }

/*可変幅*/
.btn-lg.is-variable {
  width: 100%;
  max-width: 378px; }

.btn-md {
  height: 40px;
  font-weight: 500;
  max-height: none; }

/*固定幅*/
.btn-md.is-fixed {
  width: 155px; }
  @media (min-width: 768px) {
    .btn-md.is-fixed {
      width: 174px; } }

/*可変幅*/
.btn-md.is-variable {
  max-width: 155px; }
  @media (min-width: 768px) {
    .btn-md.is-variable {
      max-width: 174px; } }

.btn-sm {
  height: 26px;
  font-size: 0.625rem;
  font-weight: 500;
  max-height: none; }
  @media (min-width: 768px) {
    .btn-sm {
      font-size: 0.75rem; } }
  @media (min-width: 1029px) {
    .btn-sm {
      font-size: 0.875rem; } }

/*固定幅*/
.btn-sm.is-fixed {
  width: 86px; }
  @media (min-width: 768px) {
    .btn-sm.is-fixed {
      width: 110px; } }
  @media (min-width: 1029px) {
    .btn-sm.is-fixed {
      width: 142px; } }

/*可変幅*/
.btn-sm.is-variable {
  max-width: 86px; }
  @media (min-width: 768px) {
    .btn-sm.is-variable {
      max-width: 110px; } }
  @media (min-width: 1029px) {
    .btn-sm.is-variable {
      max-width: 142px; } }

.btn.is-circle {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

.btn.is-circle.is-sm {
  width: 32px;
  height: 32px; }

.btn.is-circle.is-sm {
  width: 36px;
  height: 36px; }

.btn.btn-link {
  padding: 0; }

.btn-flex {
  display: inline-flex !important;
  align-items: center;
  justify-content: center; }

.btn-dazn {
  border: 1px solid #F8FC00;
  background: #000;
  color: #fff; }
  @media (min-width: 768px) {
    .btn-dazn {
      max-height: none; } }

.btn-dazn:hover {
  background: #4a4a4a;
  color: #fff; }

[class*="btn-outline-"].is-fillwhite {
  background-color: #fff; }

.btn-sns-square {
  width: 86px;
  height: 86px;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.btn-multirow {
  border: 1px solid #004098;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: stretch; }
  @media (min-width: 576px) {
    .btn-multirow {
      flex-direction: column;
      align-items: center; } }

.btn-multirow-icon {
  padding: 1rem;
  text-align: center;
  color: #004098; }

.btn-multirow-text {
  background: #004098;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  padding-left: 1rem; }
  @media (min-width: 576px) {
    .btn-multirow-text {
      height: 60px;
      text-align: center;
      justify-content: center;
      padding-left: 0rem; } }

@media (min-width: 576px) {
  .btn-multirow.is-lg .btn-multirow-text {
    height: 90px; } }

.btn-multicol {
  border: 1px solid #004098;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 576px) {
    .btn-multicol {
      align-items: stretch;
      flex-direction: row; } }

.btn-multicol-icon {
  padding: 1rem;
  text-align: center;
  color: #004098; }

.btn-multicol-text {
  background: #004098;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  height: 60px;
  text-align: center;
  justify-content: center;
  padding-left: 0rem; }
  @media (min-width: 576px) {
    .btn-multicol-text {
      height: auto; } }

.btn-multicol.is-lg .btn-multicol-text {
  height: 70px; }
  @media (min-width: 576px) {
    .btn-multicol.is-lg .btn-multicol-text {
      height: auto; } }

.btn-hover-noicon:hover span {
  display: none; }

/*フローティングボタン*/
.btn-floating {
  position: relative;
  width: 100%;
  display: flex; }
  @media (min-width: 1029px) {
    .btn-floating {
      width: auto;
      position: fixed;
      left: 0;
      bottom: 3rem;
      border-radius: 0 6px 6px 0;
      overflow: hidden;
      z-index: 1000;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } }

.btn-floating-item {
  width: 50%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 500; }
  @media (min-width: 1029px) {
    .btn-floating-item {
      font-size: 0.625rem;
      width: 55px;
      height: 72px;
      font-weight: bold; } }

/*    font settings
   ========================================================================== */
body {
  font-family: 'Noto Sans JP', sans-serif; }

.font-weight-md {
  font-weight: 500; }

.noto {
  font-family: 'Noto Sans JP', sans-serif; }

.agency-fb-bold {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal; }

.barlow {
  font-family: 'Barlow', sans-serif; }

.swiper-container {
  padding-bottom: 40px; }

.swiper-container.slider-no-contoroller {
  padding-bottom: 0; }

/*ページネーション*/
.swiper-pagination {
  bottom: 0 !important;
  height: 40px; }

.swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 90px;
  background: #454545;
  opacity: 1; }
  @media (min-width: 768px) {
    .swiper-pagination-bullet {
      width: 45px; } }

.swiper-pagination-bullet-active {
  background: #fff; }

.slider-light .swiper-pagination-bullet {
  background: #dfe1e5; }

.slider-light .swiper-pagination-bullet-active {
  background: #454545; }

/*ナビゲーション*/
.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 80px;
  background: #14132F;
  margin-top: calc(-22.5px - 30px); }

.slider-no-contoroller .swiper-button-prev,
.slider-no-contoroller .swiper-button-next {
  margin-top: -40px; }

.slider-light .swiper-button-prev,
.slider-light .swiper-button-next {
  background: #fff;
  box-shadow: 0px 1px 3px #aaacaf; }

.slider-light .swiper-button-prev::before,
.slider-light .swiper-button-next::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(223, 225, 229, 0.35); }

.slider-minimum .swiper-button-prev,
.slider-minimum .swiper-button-next {
  background: transparent !important;
  box-shadow: none !important;
  height: 100%;
  top: 0;
  margin-top: 0;
  outline: none; }

.slider-minimum .swiper-button-prev::before,
.slider-minimum .swiper-button-next::before {
  background: transparent !important; }

.swiper-button-prev {
  left: 0;
  border-radius: 0px 4px 4px 0px; }

.swiper-button-next {
  right: 0;
  border-radius: 4px 0px 0px 4px; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
  transition: 0.15s; }

.swiper-button-next:hover:after {
  margin-left: 15px; }

.swiper-button-prev:hover:after {
  margin-right: 15px; }

.slider-light .swiper-button-next:after,
.slider-light .swiper-button-prev:after {
  color: #14132F; }

/*スクロールバー*/
.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  bottom: 20px;
  z-index: 50;
  border-radius: 0;
  background: #dfe1e5;
  width: 100%; }

.slider-schedule.swiper-container-horizontal > .swiper-scrollbar {
  left: 50%;
  width: calc(100% - 20px);
  transform: translateX(-50%); }

.slider-goods.swiper-container-horizontal > .swiper-scrollbar {
  left: 50%;
  width: calc(100% - 2rem);
  transform: translateX(-50%); }

.slider-playergallery.swiper-container-horizontal > .swiper-scrollbar {
  left: 50%;
  width: calc(100% - 20px);
  transform: translateX(-50%); }

.slider-ticket-homegame.swiper-container-horizontal > .swiper-scrollbar {
  left: 50%;
  width: calc(100% - 20px);
  transform: translateX(-50%); }

.slider-sns.swiper-container-horizontal > .swiper-scrollbar {
  left: 50%;
  width: calc(100% - 20px);
  transform: translateX(-50%); }

.slider-esports-award.swiper-container-horizontal > .swiper-scrollbar {
  left: 50%;
  width: calc(100% - 20px);
  transform: translateX(-50%); }

.swiper-scrollbar-drag {
  background: #454545;
  border-radius: 0; }

.swiper-slide {
  width: auto;
  height: auto; }

.slide-inn {
  height: 100%;
  width: 100%;
  background: #F8FC00; }

/*マッチスライド*/
.slide-match {
  width: 330px;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }
  @media screen and (max-width: 359px) {
    .slide-match {
      width: 280px; } }

.slide-match-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover; }

.slide-match-content {
  padding: 0.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media screen and (max-width: 359px) {
    .slide-match-content {
      padding: 0.75rem 1rem; } }

.slide-match-detail {
  width: calc(100% - 85px);
  margin-top: 0.25rem; }

.slide-match-desc > div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.slide-match-teamlogo {
  width: 85px;
  flex: 0 0 auto; }

.slide-match-bottom {
  height: 40px;
  width: 100%; }

.slide-match-bottom .btn {
  height: 40px; }

.slide-match-bg.is-matchresult {
  background-image: url(/img/bg_btn_matchresult.png); }

.item-skew.is-matchresult {
  width: 80px;
  height: 135px;
  background: #14132F; }

.slide-match-bg.is-matchschedule {
  background-image: url(/img/bg_btn_matchschedule.png); }

.item-skew.is-matchschedule {
  width: 80px;
  height: 135px;
  background: #14132F; }

/*バナースライド*/
.slide-bnr {
  width: 276px;
  border-radius: 6px;
  overflow: hidden;
  display: block; }
  @media screen and (max-width: 359px) {
    .slide-bnr {
      width: 240px; } }

/*チケットバナースライド*/
.slide-bnr-ticket {
  width: 276px;
  border-radius: 6px;
  overflow: hidden;
  display: block; }
  @media screen and (max-width: 359px) {
    .slide-bnr-ticket {
      width: 240px; } }
  @media (min-width: 768px) {
    .slide-bnr-ticket {
      width: 554px; } }

/*ホームゲームチケットスライド*/
.slide-ticket-homegame {
  margin-left: 10px; }

.slide-ticket-homegame .slide-match {
  border: 1px solid #454545; }

/*eSPORTSアワードスライド*/
.slider-esports-award .swiper-button-disabled {
  display: none !important; }

.slider-esports-award .swiper-slide {
  margin-left: 10px;
  background: #fff; }

.slider-esports-award .swiper-slide:last-child {
  margin-right: 10px; }

/*SNSスライド*/
.slider-sns .swiper-button-disabled {
  display: none !important; }

.slider-sns .swiper-slide {
  margin-left: 10px;
  background: #fff; }

.slider-sns .swiper-slide:last-child {
  margin-right: 10px; }

/*eSPORTSアワードスライド*/
.slide-esports-award {
  width: 90vw;
  overflow: hidden;
  display: block;
  position: relative; }
  @media (min-width: 576px) {
    .slide-esports-award {
      width: 45vw; } }
  @media (min-width: 1029px) {
    .slide-esports-award {
      width: 480px; } }

/*SNSスライド youtube*/
.slide-sns-youtube {
  width: 90vw;
  overflow: hidden;
  display: block;
  position: relative; }
  @media (min-width: 576px) {
    .slide-sns-youtube {
      width: 45vw; } }
  @media (min-width: 1029px) {
    .slide-sns-youtube {
      width: 480px; } }

/*SNSスライド instagram*/
.slide-sns-ig {
  width: 40vw;
  overflow: hidden;
  display: block;
  position: relative; }
  @media (min-width: 576px) {
    .slide-sns-ig {
      width: 20vw; } }
  @media (min-width: 1029px) {
    .slide-sns-ig {
      width: 270px; } }

.slide-sns-ig img {
  width: 100%; }

/*ビデオスライド*/
.slide-video {
  width: 276px;
  overflow: hidden;
  display: block;
  position: relative; }
  @media screen and (max-width: 359px) {
    .slide-video {
      width: 240px; } }

.slide-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px; }

/*スケジュールスライド*/
.slider-scroll .swiper-wrapper {
  display: flex;
  align-items: stretch; }

.slider-schedule .swiper-slide {
  margin-left: 10px;
  background: #fff; }

.slider-schedule .swiper-slide:last-child {
  margin-right: 10px; }

.slide-schedule {
  width: 240px; }
  @media (min-width: 768px) {
    .slide-schedule {
      width: 276px; } }

.slider-scroll .swiper-button-disabled {
  display: none !important; }

.slide-schedule-head {
  background: #AAACAF;
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

.slide-schedule-head.is-sat {
  background: rgba(0, 64, 152, 0.65); }

.slide-schedule-head.is-sun {
  background: rgba(153, 0, 0, 0.65); }

.slide-schedule-head span {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: -5px; }

.slide-schedule-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #dfe1e5;
  font-size: 0.875rem; }

.slide-schedule-item:last-child {
  border-bottom: 0px; }

/*グッズスライド*/
.slider-goods .swiper-slide {
  margin-left: 2rem; }

.slider-goods .swiper-slide:first-child {
  margin-left: 1rem; }

.slider-goods .swiper-slide:last-child {
  margin-right: 1rem; }

.slide-goods {
  width: 204px;
  display: block; }

.slide-goods-photo {
  margin-bottom: 1rem; }

.slide-goods-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.15s;
  border: 1px solid #14132F;
  border-radius: 2px;
  background: #fff;
  padding: 0.2rem 0.5rem 0.1rem;
  color: #14132F; }

.slide-goods-price {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1; }

.slide-goods-price span {
  font-size: 0.625rem; }

.slide-goods:hover .slide-goods-btn {
  background: #14132F;
  color: #fff; }

.slide-goods:hover .slide-goods-photo {
  opacity: 0.7; }

/*プレイヤーギャラリー*/
.slider-playergallery .swiper-slide {
  margin-left: 10px; }

.slider-playergallery .swiper-slide:last-child {
  margin-right: 10px; }

.slide-playergallery {
  width: 280px;
  display: block;
  overflow: hidden; }
  @media (min-width: 768px) {
    .slide-playergallery {
      width: 480px; } }

/*イベントバナー*/
.slider-eventbanner .swiper-slide,
.slider-gourmetbanner .swiper-slide {
  margin-left: 10px; }

.slider-eventbanner .swiper-slide:last-child,
.slider-gourmetbanner .swiper-slide:last-child {
  margin-right: 10px; }

.slide-eventbanner,
.slide-gourmetbanner {
  border-radius: 6px;
  width: 280px;
  display: block;
  overflow: hidden; }
  @media (min-width: 768px) {
    .slide-eventbanner,
    .slide-gourmetbanner {
      width: 480px; } }

/*レポートギャラリー*/
.slide-reportgallery {
  width: 115px;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px; }
  @media (min-width: 768px) {
    .slide-reportgallery {
      width: 150px;
      padding-top: 0px;
      padding-bottom: 0px; } }

.tab {
  overflow: hidden; }

.tab-head {
  width: 100%;
  height: 55px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px; }

.tab-head.is-no-shadow {
  height: 45px;
  padding-bottom: 0; }

.tab-head-inn {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 100%; }

.tab-head-inn.ticket-schedule {
  box-shadow: none !important;
  border-bottom: 1px solid #dfe1e5; }

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

.tab-head-lg {
  height: 70px; }

.tab-item {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  color: #14132F;
  margin: 0 0.75rem;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .tab-item {
      margin: 0 1.5rem;
      font-size: 1rem; } }

.tab-item:hover {
  color: #004098;
  opacity: 1 !important; }

.tab-item:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #004098;
  left: 0;
  bottom: 0; }

.tab-item.is-sm {
  font-size: 0.75rem;
  margin: 0 0.75rem; }
  @media (min-width: 768px) {
    .tab-item.is-sm {
      margin: 0 1rem; } }

.tab-item.is-active {
  color: #004098;
  pointer-events: none;
  opacity: 1 !important; }

.tab-item.is-active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #004098;
  left: 0;
  bottom: 0; }

.btn-tab-multirow-outer {
  z-index: 1; }

.btn-tab-multirow {
  margin-bottom: 1rem;
  border: 1px solid #14132F;
  color: #14132F;
  background: #fff;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.15s; }
  @media (min-width: 576px) {
    .btn-tab-multirow {
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .btn-tab-multirow {
      font-size: 1rem; } }

.btn-tab-multirow.is-active {
  border: 1px solid #004098;
  color: #004098;
  padding-bottom: 1rem;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  pointer-events: none; }

.btn-tab-multirow:hover {
  background: #004098;
  color: #fff;
  border: 1px solid #004098; }

.btn-tab-multirow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 46px;
  font-weight: bold; }

.multirow-content-outer {
  background: #fff;
  top: calc(-1rem - 1px);
  position: relative;
  border-top: 1px solid #004098;
  z-index: 0; }

/*アンカーボタン*/
.btn-anchor-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: bold;
  color: #14132F;
  border-bottom: 1px solid #dfe1e5;
  cursor: pointer; }

.btn-anchor-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  color: #14132F;
  cursor: pointer; }
  @media (min-width: 1029px) {
    .btn-anchor-center {
      font-size: 1rem; } }

.btn-anchor-horizontal-outer {
  border-left: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
  margin-left: -1px;
  margin-right: 1px; }
  @media (min-width: 768px) {
    .btn-anchor-horizontal-outer {
      border-left: 1px solid #dfe1e5;
      border-bottom: 0;
      margin-left: 0px;
      margin-right: 0px; } }

.btn-anchor-horizontal-outer:last-child {
  border-right: 0px; }
  @media (min-width: 768px) {
    .btn-anchor-horizontal-outer:last-child {
      border-right: 1px solid #dfe1e5; } }

.acc-outer {
  position: relative; }

.acc-head {
  cursor: pointer;
  position: relative; }

.acc-mask {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0) 30%, #fff 100%);
  transition: 0.3s; }

.acc-center-outer.is-active .acc-mask {
  height: 0px; }

.acc-content {
  display: none; }

/*よくある質問*/
.acc-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #14132F;
  position: relative; }

.acc-question::before {
  content: 'Q';
  font-size: 30px;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 0.75rem;
  top: 0.2rem; }

.acc-question-text {
  padding-right: 1rem; }

.acc-answer {
  position: relative;
  background: rgba(223, 225, 229, 0.35);
  padding: 1rem 0.5rem 1rem 2.5rem;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .acc-answer {
      font-size: 1rem;
      padding: 1rem 1rem 1rem 2.5rem; } }

.acc-answer::before {
  content: 'A';
  font-size: 30px;
  color: #E60039;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 0.75rem;
  top: 0.2rem; }

/*左寄せアコーディオン*/
.acc-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: bold;
  color: #14132F; }

.acc-between.acc-seat {
  padding: 0;
  height: 60px;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .acc-between.acc-seat {
      height: 50px; } }

.acc-seat-row {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  padding-right: 2rem; }

.acc-seat-item {
  display: flex;
  align-items: center;
  height: 30px;
  position: relative;
  padding-left: 1rem; }
  @media (min-width: 768px) {
    .acc-seat-item {
      padding-left: 2rem;
      height: 100%; } }

.acc-seat-desc {
  font-weight: normal;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: start;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .acc-seat-desc {
      justify-content: flex-end;
      font-size: 0.875rem; } }

.acc-seat-icon {
  height: 30px;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .acc-seat-icon {
      height: 100%; } }

/*中央のアコーディオン*/
.acc-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #14132F;
  margin: 0 auto; }

.acc-center-title {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: #fff;
  z-index: 1; }

.acc-center-line {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #dfe1e5; }

.acc-center-line.is-top {
  top: 20px; }

.acc-center-line.is-bottom {
  bottom: 20px; }

.acc-center-outer.is-active {
  padding-bottom: 1rem; }

.acc-center-outer.is-active .acc-center-line.is-bottom {
  bottom: 0; }

.acc-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

/*セレクトボックス*/
.select-name {
  font-size: 0.75rem; }

.select-item-outer {
  border-left: 1px solid #dfe1e5;
  border-right: 1px solid #dfe1e5;
  margin-left: -1px; }

.select-item {
  padding: 0.5rem 1rem; }

.custom-select-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #14132F;
  vertical-align: middle;
  border: 1px solid #dfe1e5;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  transition: color 0.15s;
  cursor: pointer;
  position: relative;
  z-index: 1; }

.custom-select-icon {
  position: absolute;
  right: 0;
  background: #14132F;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-left: 1rem;
  transition: 0.15s; }

/*チェックボックス*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 0; }

.custom-control-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center; }

.custom-control-label::before {
  position: relative;
  top: 0rem;
  left: 0rem;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #454545 solid 1px;
  margin-right: 0.5rem;
  flex: 0 0 auto; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0px; }

.custom-control-label::after {
  display: none; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  display: none; }

/*カテゴリー別アイコンカラー*/
.news-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

.news-icon.is-ticket {
  background-color: #B68933; }

.news-icon.is-match,
.news-icon.is-club,
.news-icon.is-hometown,
.news-icon.is-school,
.news-icon.is-academy {
  background-color: #004098; }

.news-icon.is-event,
.news-icon.is-goods,
.news-icon.is-fanclub {
  background-color: #E60039; }

.news-icon.is-other {
  background-color: #AAACAF; }

/*カテゴリー別テキストカラー*/
.news-cat.is-ticket {
  color: #B68933; }

.news-cat.is-match,
.news-cat.is-club,
.news-cat.is-hometown,
.news-cat.is-school,
.news-cat.is-academy,
.news-cat.is-team {
  color: #004098; }

.news-cat.is-event,
.news-cat.is-goods,
.news-cat.is-fan {
  color: #E60039; }

.news-cat.is-other {
  color: #AAACAF; }

/*カテゴリー別背景色*/
.news-bg {
  width: 100%;
  height: 196px;
  position: absolute;
  left: 0;
  top: 0; }

.news-bg.is-ticket {
  background-color: #B68933; }

.news-bg.is-match,
.news-bg.is-club,
.news-bg.is-hometown,
.news-bg.is-school,
.news-bg.is-academy,
.news-bg.is-team {
  background-color: #004098; }

.news-bg.is-event,
.news-bg.is-goods,
.news-bg.is-fan {
  background-color: #E60039; }

.news-bg.is-other {
  background-color: #AAACAF; }

/*ニュースページ要素*/
.news-title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.5rem; }

.news-info {
  font-size: 0.75rem; }

.news-share {
  text-align: right;
  font-size: 0.875rem; }

.news-data {
  margin-bottom: 1rem; }

.news-image {
  margin-bottom: 1.5rem; }

.news-paragraph {
  margin-bottom: 0;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .news-paragraph {
      font-size: 1rem; } }

.content-paragraph {
  margin-bottom: 3rem; }

.blog-bg {
  width: 100%;
  height: 196px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #AAACAF; }

.blog-bg.is-tricolore {
    background-color: #E60039; }

.badge.is-ticket {
  background-color: #B68933;
  color: #fff; }

.badge.is-match,
.badge.is-practice,
.badge.is-club,
.badge.is-hometown,
.badge.is-school,
.badge.is-academy {
  background-color: #004098;
  color: #fff; }

.badge.is-event,
.badge.is-media,
.badge.is-goods,
.badge.is-fan {
  background-color: #E60039;
  color: #fff; }

.badge.is-other {
  background-color: #AAACAF;
  color: #fff; }

.mask.is-player-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.mask.is-player-half {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mask.is-player-page {
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mask.is-player-1-4 {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  left: 0; }

.mask.is-player-1-4 {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  left: 0; }

.player {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff; }

.player-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.player-visual-outer {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%; }

.player-visual-inn {
  height: 100%; }

.player-visual-info {
  position: relative;
  top: 60px;
  transform: translate(0, 0);
  padding-left: 35px; }
  @media (min-width: 576px) {
    .player-visual-info {
      top: 30px;
      transform: translate(0, 0);
      padding-left: 40px; } }
  @media (min-width: 768px) {
    .player-visual-info {
      top: 50px;
      transform: translate(0, 0);
      padding-left: 15%; } }
  @media (min-width: 1029px) {
    .player-visual-info {
      top: 50%;
      transform: translate(0, -50%);
      padding-left: 15%; } }

.player.player-page .player-visual-info {
  position: relative;
  top: 45px;
  transform: translate(0, 0);
  padding-left: 0; }
  @media (min-width: 576px) {
    .player.player-page .player-visual-info {
      top: 15px;
      transform: translate(0, 0); } }
  @media (min-width: 768px) {
    .player.player-page .player-visual-info {
      top: 15px;
      transform: translate(0, 0); } }
  @media (min-width: 1029px) {
    .player.player-page .player-visual-info {
      top: 15px;
      transform: translate(0, 0);
      padding-left: 15%; } }

.player-visual-number {
  font-size: 150px;
  line-height: 1;
  margin-bottom: -2rem; }
  @media (min-width: 576px) {
    .player-visual-number {
      font-size: 170px;
      margin-bottom: -2rem; } }
  @media (min-width: 768px) {
    .player-visual-number {
      font-size: 210px;
      margin-bottom: -3rem; } }
  @media (min-width: 1029px) {
    .player-visual-number {
      font-size: 300px;
      margin-bottom: -4rem; } }

.player-visual-position {
  width: 100px; }
  @media (min-width: 576px) {
    .player-visual-position {
      width: 100px; } }
  @media (min-width: 768px) {
    .player-visual-position {
      width: 130px; } }
  @media (min-width: 1029px) {
    .player-visual-position {
      width: 180px; } }

.player-visual-image {
  width: 70%;
  position: absolute;
  right: 0;
  top: 60px; }
  @media (min-width: 576px) {
    .player-visual-image {
      width: 65%;
      top: 0; } }
  @media (min-width: 768px) {
    .player-visual-image {
      width: 65%;
      top: 0; } }
  @media (min-width: 1029px) {
    .player-visual-image {
      width: auto;
      top: 0; } }

.player.player-page .player-visual-image {
  width: 70%;
  position: absolute;
  right: 0;
  top: 40px; }
  @media (min-width: 576px) {
    .player.player-page .player-visual-image {
      width: 75%;
      top: 0; } }
  @media (min-width: 768px) {
    .player.player-page .player-visual-image {
      width: 80%;
      top: 0; } }
  @media (min-width: 1029px) {
    .player.player-page .player-visual-image {
      width: auto;
      top: 0; } }

.player-visual-image img {
  width: 100%; }

.player-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 220px;
  line-height: 1; }
  @media (min-width: 576px) {
    .player-title {
      text-align: left;
      margin-bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .player-title {
      font-size: 44px; } }

.player.player-page .player-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 220px;
  line-height: 1; }
  @media (min-width: 576px) {
    .player.player-page .player-title {
      text-align: left;
      margin-bottom: 3rem; } }
  @media (min-width: 768px) {
    .player.player-page .player-title {
      margin-bottom: 2rem; } }
  @media (min-width: 1029px) {
    .player.player-page .player-title {
      margin-bottom: 2rem; } }

.player.player-page .player-detail {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 576px) {
    .player.player-page .player-detail {
      padding-top: 2rem; } }
  @media (min-width: 1029px) {
    .player.player-page .player-detail {
      padding-bottom: 2rem; } }

.player-detail {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  z-index: 4;
  position: relative; }
  @media (min-width: 576px) {
    .player-detail {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 40px; } }
  @media (min-width: 768px) {
    .player-detail {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 0;
      padding-right: 40px; } }
  @media (min-width: 1029px) {
    .player-detail {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 0;
      padding-right: 40px; } }

.player-detail-name {
  font-size: 48px;
  margin-bottom: 0.5rem;
  line-height: 1; }
  @media (min-width: 576px) {
    .player-detail-name {
      font-size: 52px;
      line-height: 0.85; } }
  @media (min-width: 768px) {
    .player-detail-name {
      font-size: 84px;
      line-height: 0.85; } }

@media (min-width: 768px) {
  .player.player-page .player-detail-name {
    font-size: 74px; } }

.player-detail-name-sub {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.player.player-page .player-detail-name-sub {
  font-size: 1.125rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .player.player-page .player-detail-name-sub {
      font-size: 1.5rem; } }

@media (min-width: 768px) {
  .player-detail-btn .btn-lg.is-fixed {
    min-width: 300px; } }

@media (min-width: 576px) {
  .player.player-page .table-h {
    width: calc(200% + 1.75rem);
    left: calc(-100% - 1.75rem);
    position: relative; } }

@media (min-width: 768px) {
  .player.player-page .table-h {
    width: auto;
    left: 0; } }

/*横組試合情報*/
.matchdate {
  display: flex;
  align-items: baseline;
  line-height: 0.75;
  font-size: 1px; }

.matchdate.is-xlg {
  font-size: 1.25px; }
  @media (min-width: 768px) {
    .matchdate.is-xlg {
      font-size: 1.5px; } }

.matchdate.is-lg {
  font-size: 0.75px; }
  @media (min-width: 1029px) {
    .matchdate.is-lg {
      font-size: 1.25px; } }

.matchdate.is-md {
  font-size: 0.6px; }

.matchdate.is-sm {
  font-size: 0.5px; }
  @media (min-width: 768px) {
    .matchdate.is-sm {
      font-size: 0.6px; } }
  @media (min-width: 1029px) {
    .matchdate.is-sm {
      font-size: 0.7px; } }

.matchdate.is-xsm {
  font-size: 0.35px; }

.matchdate-date {
  font-size: 105em; }

.matchdate-date.is-schedule {
  font-size: 120em; }

.matchdate-week {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  top: -6em; }

.matchdate-week-divider {
  font-size: 36em;
  font-weight: 400; }

.matchdate-week-en {
  font-size: 36em;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal; }

.matchdate-time {
  font-size: 53em; }

.matchdate-or {
  font-size: 53em;
  font-weight: 400;
  margin: 0 0.25rem; }

/*対戦形式試合情報*/
.matchinfo-score {
  display: flex;
  align-items: center; }

.matchinfo.is-resultlist .matchinfo-score {
  align-items: flex-start; }
  @media (min-width: 576px) {
    .matchinfo.is-resultlist .matchinfo-score {
      width: 80%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .matchinfo.is-resultlist .matchinfo-score {
      width: 100%; } }

.matchinfo.is-main .matchinfo-score {
  align-items: center;
  margin-bottom: 0rem; }
  @media (min-width: 768px) {
    .matchinfo.is-main .matchinfo-score {
      align-items: flex-start;
      margin-bottom: 0.5rem; } }

.matchinfo.is-main.is-nextmatch .matchinfo-score {
  align-items: center;
  margin-bottom: 0;
  margin-top: 1rem; }

.matchinfo-team {
  width: 30%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }

.matchinfo.is-main .matchinfo-team,
.matchinfo.is-main .matchinfo-info-top-team {
  width: 26%; }
  @media (min-width: 1029px) {
    .matchinfo.is-main .matchinfo-team,
    .matchinfo.is-main .matchinfo-info-top-team {
      width: 200px; } }

@media (max-width: 767.98px) {
  .matchinfo.is-main .matchinfo-info-top-team.is-long {
    width: 45%; } }

.matchinfo-team-logo-sm {
  width: 80px; }

.matchinfo.is-resultlist .matchinfo-team {
  width: 35%; }
  @media (min-width: 576px) {
    .matchinfo.is-resultlist .matchinfo-team {
      width: 40%; } }
  @media (min-width: 768px) {
    .matchinfo.is-resultlist .matchinfo-team {
      width: 35%; } }

.matchinfo.is-resultlist .matchinfo-team-logo {
  width: 70px; }

.matchinfo-score-detail {
  font-size: 0.9px;
  width: 40%;
  flex: 1 1 auto;
  position: relative;
  text-align: center;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1; }

.matchinfo.is-main .matchinfo-score-detail {
  font-size: 2.2px;
  width: 50%; }
  @media screen and (max-width: 359px) {
    .matchinfo.is-main .matchinfo-score-detail {
      font-size: 2.2px; } }
  @media (min-width: 576px) {
    .matchinfo.is-main .matchinfo-score-detail {
      font-size: 3px;
      width: 50%; } }
  @media (min-width: 768px) {
    .matchinfo.is-main .matchinfo-score-detail {
      font-size: 4px;
      width: 40%; } }

.matchinfo.is-resultlist .matchinfo-score-detail {
  width: 30%; }

.matchinfo-score-detail-top {
  font-size: 16em; }

.matchinfo-score-detail-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -1rem; }

.matchinfo-score-num {
  width: 40%;
  font-size: 50em; }

.matchinfo-score-num.is-winner {
  color: #004098; }

.matchinfo-score-divider {
  width: 20%; }

.matchinfo-score-divider-rect {
  width: 80%;
  height: 5em;
  background: #454545;
  margin: 0 auto; }

.matchinfo.is-main .matchinfo-score-divider-rect {
  background: #fff; }

.matchinfo-score-detail-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 1px; }

.matchinfo.is-main .matchinfo-score-detail-bottom {
  font-size: 2.5px; }

.matchinfo-score-pk-num {
  font-size: 16em; }

.matchinfo-score-pk-num.is-winner {
  color: #004098; }

.matchinfo-score-pk-name {
  font-size: 10em;
  padding-bottom: 3%;
  border-bottom: 1px solid #454545;
  margin: 0 0.5rem; }

.matchinfo.is-main .matchinfo-score-pk-name {
  padding-bottom: 1%;
  border-bottom: 2px solid #fff; }

.matchinfo-team-name {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center; }

.matchinfo.is-resultlist .matchinfo-team-name {
  font-size: 0.625rem;
  font-weight: normal; }
  @media (min-width: 1029px) {
    .matchinfo.is-resultlist .matchinfo-team-name {
      font-size: 0.75rem; } }

.matchinfo-progress {
  display: flex; }

.matchinfo-progress-player {
  font-size: 0.625rem;
  flex: 1 1 auto;
  width: 100%; }
  @media (min-width: 768px) {
    .matchinfo-progress-player {
      font-size: 0.75rem; } }

.matchinfo-progress-score {
  width: 150px;
  flex: 0 0 auto;
  max-width: 200px; }
  @media screen and (max-width: 359px) {
    .matchinfo-progress-score {
      width: 130px; } }
  @media (min-width: 576px) {
    .matchinfo-progress-score {
      width: 150px; } }
  @media (min-width: 768px) {
    .matchinfo-progress-score {
      width: 25%; } }

.matchinfo-progress-score-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  line-height: 1; }

.matchinfo-progress-score-num {
  width: 50px;
  flex: 0 0 auto;
  font-size: 26px;
  text-align: center; }
  @media (min-width: 768px) {
    .matchinfo-progress-score-num {
      width: 60px; } }

.matchinfo-progress-score-time {
  text-align: center;
  flex: 1 1 auto;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .matchinfo-progress-score-time {
      font-size: 0.875rem; } }

.heading-xl {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }
  @media (min-width: 768px) {
    .heading-xl {
      font-size: 2.25rem; } }

.heading-1 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }
  @media (min-width: 768px) {
    .heading-1 {
      font-size: 1.5rem; } }

.heading-2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0; }
  @media (min-width: 768px) {
    .heading-2 {
      font-size: 1.375rem; } }

.heading-3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0; }
  @media (min-width: 768px) {
    .heading-3 {
      font-size: 1.125rem; } }

/*ブルーヘッダー*/
.heading-blue {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: #004098;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .heading-blue {
      font-size: 1.375rem;
      padding: 0.75rem 1rem;
      text-align: left; } }

/*ポジションヘッダー*/
.heading-position {
  display: flex;
  align-items: baseline; }

.heading-position-en {
  font-size: 52px;
  margin-right: 1rem;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.75; }

.heading-position-jp {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1; }

/*heading-skew-lg*/
.heading-skew-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2.2rem 0; }
  @media (min-width: 768px) {
    .heading-skew-lg {
      padding: 3rem 0; } }

.heading-skew-lg.is-dark {
  background-color: #004098; }

.heading-skew-title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #14132F;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }

.heading-skew-lg-sub {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  transform: translateY(0%);
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .heading-skew-lg-sub {
      transform: translateY(-50%);
      top: 50%;
      bottom: auto; } }

.heading-skew-lg-link {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  transform: translateY(0%);
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .heading-skew-lg-link {
      transform: translateY(-50%);
      top: 50%;
      bottom: auto; } }

.heading-skew-title.is-dark {
  color: #fff; }

.heading-skew-title-sub {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0.2rem;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .heading-skew-title-sub {
      margin-top: 0.5rem; } }

.content-paragraph {
  margin-bottom: 3rem; }

/*heading-skew-sm*/
.heading-skew-sm {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
  width: 100%; }

.heading-skew-sm-title {
  color: #14132F;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0; }
  @media (min-width: 768px) {
    .heading-skew-sm-title {
      font-size: 1.375rem; } }

/*heading-sideline*/
.heading-sideline {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem; }
  @media (min-width: 768px) {
    .heading-sideline {
      font-size: 1.125rem; } }

.heading-sideline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: rgba(0, 64, 152, 0.1); }

.heading-bottomline {
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  color: #004098;
  border-bottom: 1px solid #004098; }

/*heading-match*/
.match-header {
  width: 100%;
  height: 41px;
  background: rgba(223, 225, 229, 0.65);
  display: flex;
  align-items: center;
  border-radius: 6px 6px 0 0;
  overflow: hidden; }

.match-header-tag {
  padding: 0 0.5rem;
  height: 100%;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  padding-top: 0.3rem;
  font-size: 1.25rem; }

.match-header-tag::after {
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  content: ''; }

.match-header-tag.is-home::after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #004098 50.5%) no-repeat top left/100% 100%; }

.match-header-tag.is-away::after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #AAACAF 50.5%) no-repeat top left/100% 100%; }

.match-header-tag.is-result::after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #454545 50.5%) no-repeat top left/100% 100%; }

.match-header-tag.is-home {
  background: #004098; }

.match-header-tag.is-away {
  background: #AAACAF; }

.match-header-tag.is-result {
  background: #454545; }

.match-header-place {
  font-size: 0.875rem;
  margin-left: 1rem; }

/*次の試合がある時*/
.content-match-main.is-nextmatch {
  background-image: url(/img/bg_main_nextmatch.jpg?v=2);
  background-position: center top;
  background-size: cover;
  height: 450px; }
  @media (min-width: 1029px) {
    .content-match-main.is-nextmatch {
      height: 590px; } }

/*試合中*/
.content-match-main.is-progress {
  background-image: url(/img/bg_main_progress.jpg);
  background-position: center top;
  background-size: cover; }

/*試合結果*/
.content-match-main.is-result {
  background-image: url(/img/bg_main_result.jpg);
  background-position: center top;
  background-size: cover; }

/*スケジュール*/
.content-match-main.is-schedule {
  background-image: url(/img/bg_main_schedule.jpg);
  background-position: center top;
  background-size: cover; }

.bg-seat-main-sss {
  background: #c7a857; }

.bg-seat-main-sss-light {
  background: rgba(199, 168, 87, 0.3); }

.bg-seat-main-ss {
  background: #ae3246; }

.bg-seat-main-ss-light {
  background: rgba(174, 50, 70, 0.3); }

.bg-seat-main-sa {
  background: #77b8df; }

.bg-seat-main-sa-light {
  background: rgba(119, 184, 223, 0.3); }

.bg-seat-main-sb {
  background: #3c7e44; }

.bg-seat-main-sb-light {
  background: rgba(60, 126, 68, 0.3); }

.bg-seat-main-sc {
  background: #edc94b; }

.bg-seat-main-sc-light {
  background: rgba(237, 201, 75, 0.3); }

.bg-seat-backupper {
  background: #c17a16; }

.bg-seat-backupper-light {
  background: rgba(193, 122, 22, 0.3); }

.bg-seat-main-free {
  background: #804d85; }

.bg-seat-main-free-light {
  background: rgba(128, 77, 133, 0.3); }

.bg-seat-back-free {
  background: #6b2865; }

.bg-seat-back-free-light {
  background: rgba(107, 40, 101, 0.3); }

.bg-seat-supporters {
  background: #023e86; }

.bg-seat-supporters-light {
  background: rgba(2, 62, 134, 0.3); }

.bg-seat-family {
  background: #f37123; }

.bg-seat-family-light {
  background: rgba(243, 113, 35, 0.3); }

.bg-seat-pair {
  background: #ff7ea9; }

.bg-seat-pair-light {
  background: rgba(255, 126, 169, 0.3); }

.bg-seat-visitor {
  background: #a0a1a0; }

.bg-seat-visitor-light {
  background: rgba(160, 161, 160, 0.3); }

.bg-seat-visitorsupporter {
  background: #c1c1c1; }

.bg-seat-visitorsupporter-light {
  background: rgba(193, 193, 193, 0.3); }

.bg-seat-7eleven {
  background: #e83929; }

.bg-seat-7eleven-light {
  background: rgba(232, 57, 41, 0.3); }

.bg-groupseat-visitor-ss {
  background: #ae3246; }

.bg-groupseat-visitor-ss-light {
  background: rgba(174, 50, 70, 0.3); }

.bg-groupseat-visitor-sa {
  background: #77b8df; }

.bg-groupseat-visitor-sa-light {
  background: rgba(119, 184, 223, 0.3); }

.bg-groupseat-visitor-sb {
  background: #595757; }

.bg-groupseat-visitor-sb-light {
  background: rgba(89, 87, 87, 0.3); }

.bg-groupseat-visitor-supporters {
  background: #9fa0a0; }

.bg-groupseat-visitor-supporters-light {
  background: rgba(159, 160, 160, 0.3); }

.table-v {
  position: relative;
  width: 100%; }

/*テーブルヘッダー チーム名*/
.table-head-team {
  text-align: center;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .table-head-team {
      border-left: 1px solid #848484;
      border-right: 1px solid #848484; } }

.table-head-team-col {
  padding: 0.75rem;
  font-weight: bold;
  font-size: 0.875rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .table-head-team-col {
      padding: 2rem;
      font-size: 1rem; } }

.table-head-team-col-outer:first-child {
  border-right: 1px solid #848484; }

/*テーブルヘッダー ブルー*/
.table-head-blue {
  background: #004098;
  padding: 0.75rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }
  @media (min-width: 768px) {
    .table-head-blue {
      padding: 1rem; } }

/*テーブルヘッダー ダーク*/
.table-head-dark {
  padding: 0.5rem 0;
  background: #454545;
  color: #fff;
  font-size: 0.625rem;
  flex-wrap: nowrap; }
  @media (min-width: 768px) {
    .table-head-dark {
      font-size: 0.75rem; } }

.table-head-dark.table-align-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.table-head-dark-col {
  white-space: nowrap; }

.table-head-dark .table-head-dark-col {
  border-right: 1px solid #848484;
  padding-left: 1rem;
  padding-right: 1rem; }

.table-head-dark .table-head-dark-col:last-child {
  border-right: none; }

.table-head-dark:last-child .table-head-dark-col {
  border-right: none; }

.table-head-dark-no-divider .table-head-dark-col {
  border-right: 0; }

/******************************************************
******************************************************
ヘッダーが上にあるテーブル
******************************************************
******************************************************/
.table-v.is-border {
  border: 1px solid #454545;}

@media (max-width: 767.98px) {
  .is-no-pd .table-v.is-border {
    border-top: none;
    border-left: none;
    border-right: none; } }

/*縦方向のテーブル テキスト揃え*/
.table-v.table-align-center {
  text-align: center; }

/******************************************************/
/*縦方向のテーブル 行の余白*/
.table-v.is-sm .table-v-row {
  background: #fff;
  padding: 0;
  width: 100%; }

.table-v.is-lg .table-v-row {
  background: #fff;
  padding: 0.5rem 0;
  width: 100%; }

/******************************************************/
/*縦方向のテーブル 行のフォントサイズ*/
.table-v.is-sm .table-v-row {
  font-size: 0.625rem; }
  @media (min-width: 576px) {
    .table-v.is-sm .table-v-row {
      font-size: 0.75rem; } }
  @media (min-width: 768px) {
    .table-v.is-sm .table-v-row {
      font-size: 0.875rem; } }

.table-v.is-lg .table-v-row {
  font-size: 0.75rem; }
  @media (min-width: 576px) {
    .table-v.is-lg .table-v-row {
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .table-v.is-lg .table-v-row {
      font-size: 1rem; } }

/******************************************************/
/*縦方向のテーブル カラムの余白*/
.table-v.is-sm .table-v-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media (min-width: 768px) {
    .table-v.is-sm .table-v-col {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

/*固定幅は水平方向余白無し*/
.table-col-fixed-blank,
.table-col-fixed-lg,
.table-col-fixed-md,
.table-col-fixed-sm,
.table-col-fixed-xsm {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.table-v.is-lg .table-v-col {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem; }

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

.table-v.is-align-items-center .table-v-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

/******************************************************/
/*縦方向のテーブル 行の背景カラー*/
.table-v .table-v-row:nth-child(even) {
  background: #fff; }

.table-v .table-v-row:nth-child(odd) {
  background: #dfe1e5; }

.table-v .table-v-row.is-marinos {
  background: #004098; }

.table-v .table-v-row.is-active {
  background: #004098 !important;
  color: #fff !important; }

.table-v.is-commoncolor .table-v-row:nth-child(even) {
  background: #fff; }

.table-v.is-commoncolor .table-v-row:nth-child(odd) {
  background: #fff; }

/******************************************************/
/*縦方向のテーブル 行ボーダー指定*/
.table-v-row:last-child {
  border-bottom: 0; }

/*縦方向のテーブル カラムボーダー指定*/
.table-v-col {
  border-right: 1px solid #848484; }

.table-v-row.is-marinos .table-v-col {
  border-right: 1px solid #454545; }

.table-v-col:last-child {
  border-right: 0; }

.table-v.is-light .table-v-col {
  border-right: 1px solid #dfe1e5; }

.table-v.is-light .table-v-col:last-child {
  border-right: 0; }

/******************************************************/
/*固定幅テーブルカラム*/
.table-col-fixed-xsm {
  width: 12px;
  flex: 0 0 auto; }
  @media (min-width: 768px) {
    .table-col-fixed-xsm {
      width: 20px; } }

.table-col-fixed-sm {
  width: 25px;
  flex: 0 0 auto; }
  @media (min-width: 576px) {
    .table-col-fixed-sm {
      width: 35px; } }
  @media (min-width: 768px) {
    .table-col-fixed-sm {
      width: 50px; } }

.table-col-fixed-md {
  width: 35px;
  flex: 0 0 auto; }
  @media (min-width: 768px) {
    .table-col-fixed-md {
      width: 70px; } }

.table-col-fixed-lg {
  width: 25px;
  flex: 0 0 auto; }
  @media (min-width: 576px) {
    .table-col-fixed-lg {
      width: 45px; } }
  @media (min-width: 768px) {
    .table-col-fixed-lg {
      width: 60px; } }
  @media (min-width: 1029px) {
    .table-col-fixed-lg {
      width: 90px; } }

.table-col-fixed-blank {
  width: 25px;
  flex: 0 0 auto;
  background: #454545;
  color: #fff;
  font-size: 0.625rem; }
  @media (min-width: 576px) {
    .table-col-fixed-blank {
      width: 45px; } }
  @media (min-width: 768px) {
    .table-col-fixed-blank {
      font-size: 0.875rem;
      width: 125px; } }

/******************************************************/
/*選手交代行のカラム*/
.table-col-change {
  display: flex; }
  @media (min-width: 768px) {
    .table-col-change {
      padding-left: 2rem;
      padding-right: 2rem; } }

.table-col-change-time {
  padding-right: 0.75rem;
  flex: 0 0 auto; }

.table-col-change-in-out {
  display: flex;
  padding-right: 0;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .table-col-change-in-out {
      padding-right: 0.75rem;
      flex-wrap: nowrap; } }

.table-col-change-out {
  padding-right: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .table-col-change-out {
      padding-right: 0.75rem;
      width: auto; } }

.table-col-change-in {
  display: flex; }

.table-col-change-arrow {
  padding-right: 0.75rem; }

/******************************************************/
/*順位表のカラム*/
.table-col-ranking-lg {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1; }
  @media (min-width: 768px) {
    .table-col-ranking-lg {
      font-size: 30px; } }

.table-v-row.is-marinos .table-col-ranking-lg {
  font-size: 20px; }
  @media (min-width: 768px) {
    .table-v-row.is-marinos .table-col-ranking-lg {
      font-size: 36px; } }

.table-col-ranking-md {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1; }
  @media (min-width: 576px) {
    .table-col-ranking-md {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .table-col-ranking-md {
      font-size: 22px; } }

.table-v-row.is-marinos .table-col-ranking-md {
  font-size: 14px; }
  @media (min-width: 576px) {
    .table-v-row.is-marinos .table-col-ranking-md {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .table-v-row.is-marinos .table-col-ranking-md {
      font-size: 28px; } }

.table-v-row.is-marinos .table-v-col {
  color: #fff; }

/******************************************************/
/*空白セルのタイトル*/
.table-col-fixed-blank-title {
  position: absolute;
  color: #fff;
  font-size: 0.625rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }
  @media (min-width: 768px) {
    .table-col-fixed-blank-title {
      font-size: 0.875rem; } }

/******************************************************/
/*区切り*/
.table-divider {
  width: 100%;
  height: 15px;
  background: #AAACAF; }

/******************************************************
******************************************************
ヘッダーが横にあるテーブル
******************************************************
******************************************************/
/*横方向のテーブル テキスト揃え*/
.table-h.table-align-left .table-h-col {
  display: block;
  text-align: left; }

/******************************************************/
/*横方向のテーブル 行の背景色*/
.table-h-blue .table-h-row {
  background: transparent;
  color: #fff; }

.table-h-dark .table-h-row {
  background: #fff; }

/******************************************************/
/*横方向のテーブル 行のフォントサイズ*/
.table-h.is-sm .table-h-row {
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .table-h.is-sm .table-h-row {
      font-size: 0.875rem; } }

/******************************************************/
/*横方向のテーブル 行の余白*/
.table-h-row {
  background: #fff;
  padding: 0; }

/******************************************************/
/*横方向のテーブル 行のボーダー指定*/
.table-h-blue {
  border: 1px solid rgba(255, 255, 255, 0.65); }

.table-h-dark {
  border: 1px solid #454545; }

.table-h-row {
  border-bottom: 1px solid #848484; }

.table-h-blue .table-h-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65); }

.table-h-dark .table-h-row {
  border-bottom: 1px solid #dfe1e5; }

.table-h-blue .table-h-row:last-child,
.table-h-dark .table-h-row:last-child {
  border-bottom: 0px; }

/******************************************************/
/*横方向のテーブル カラムの余白*/
.table-h-col {
  padding: 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .table-h-col {
      padding: 0.75rem !important; } }

.table-h-blue .table-h-col,
.table-h-dark .table-h-col {
  padding: 0.75rem !important; }

/******************************************************/
/*横方向のテーブル カラムボーダー指定*/
.table-h-col {
  border-right: 1px solid #848484; }

.table-h-blue .table-h-col,
.table-h-dark .table-h-col {
  border-right: 0px; }

.table-h-col:last-child {
  border-right: 0; }

/******************************************************/
/*横方向のテーブル カラムヘッダー*/
.table-h-head {
  background: #dfe1e5; }

.table-h-blue .table-h-head {
  background: #004098; }

.table-h-dark .table-h-head {
  background: #454545;
  color: #fff; }

.table-ranking {
  font-size: 0.75rem; }
  @media (min-width: 576px) {
    .table-ranking {
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .table-ranking {
      font-size: 1rem; } }

table {
  border: 1px solid #454545;}

table.is-sm {
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    table.is-sm {
      font-size: 0.875rem; } }

th {
  background: #454545;
  color: #fff;
  border: 1px solid #dfe1e5;
  padding: 0.5rem 0.75rem;
  font-weight: normal;
  font-size: 0.875rem; }

table.is-sm th {
  font-size: 0.75rem;
  padding: 0.25rem; }
  @media (min-width: 768px) {
    table.is-sm th {
      padding: 0.5rem; } }

td {
  border: 1px solid #dfe1e5;
  padding: 0.5rem 0.75rem; }

table.is-sm td {
  padding: 0.25rem; }
  @media (min-width: 768px) {
    table.is-sm td {
      padding: 0.5rem; } }

.td-divider {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #dfe1e5; }
  @media (min-width: 768px) {
    .td-divider {
      padding-bottom: 0;
      padding-right: 0.75rem;
      margin-bottom: 0;
      margin-right: 0.75rem;
      border-right: 1px solid #dfe1e5;
      border-bottom: none; } }

table.is-sm .td-divider {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #dfe1e5; }
  @media (min-width: 768px) {
    table.is-sm .td-divider {
      padding-bottom: 0;
      padding-right: 0.5rem;
      margin-bottom: 0;
      margin-right: 0.5rem;
      border-right: 1px solid #dfe1e5;
      border-bottom: none; } }

table.is-multicolor tr:not(.is-blank):nth-child(even) {
  background: #fff; }

table.is-multicolor tr:not(.is-blank):nth-child(odd) {
  background: rgba(223, 225, 229, 0.35); }

table.is-no-border,
table.is-no-border th,
table.is-no-border td {
  border: none; }

/*シートテーブル*/
.td-seat-name {
  position: relative;
  padding-left: 1rem !important;
  width: 45%; }
  @media (min-width: 768px) {
    .td-seat-name {
      padding-left: 2rem !important;
      width: 40%; } }

.colortip-seat {
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  @media (min-width: 768px) {
    .colortip-seat {
      width: 15px; } }

/*カードバナー*/
.bnr-card {
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.bnr-card-image {
  overflow: hidden;
  flex: 0 0 auto; }

.bnr-card-image img {
  width: 100%; }

.bnr-card-text {
  background: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  flex: 1 1 auto; }

/*プレイヤーカード*/
.card-player {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1;
  height: 280px; }
  @media screen and (max-width: 359px) {
    .card-player {
      height: 240px; } }
  @media (min-width: 576px) {
    .card-player {
      height: 300px; } }
  @media (min-width: 768px) {
    .card-player {
      height: 300px; } }
  @media (min-width: 1029px) {
    .card-player {
      height: 340px; } }

.card-player:hover {
  color: #fff; }

.card-player-number-outer {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1; }

.card-player-number {
  font-size: 56px;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: -0.75rem;
  line-height: 0.9; }
  @media (min-width: 576px) {
    .card-player-number {
      font-size: 84px; } }

.card-player-position {
  font-size: 28px;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media (min-width: 576px) {
    .card-player-position {
      font-size: 52px; } }

.card-player-visual {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transform-origin: top; }
  @media (min-width: 576px) {
    .card-player-visual {
      width: 70%; } }
  @media (min-width: 1029px) {
    .card-player-visual {
      width: 80%; } }

.card-player-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  z-index: 5; }

.card-player-name-jp {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.card-player-name-en {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem; }
  @media (min-width: 576px) {
    .card-player-name-en {
      font-size: 1.25rem; } }

/*スタッフカード*/
.card-staff {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1;
  height: 280px; }
  @media screen and (max-width: 359px) {
    .card-staff {
      height: 240px; } }
  @media (min-width: 576px) {
    .card-staff {
      height: 300px; } }
  @media (min-width: 768px) {
    .card-staff {
      height: 300px; } }
  @media (min-width: 1029px) {
    .card-staff {
      height: 340px; } }

.card-staff:hover {
  color: #fff; }

.card-staff-visual {
  width: 100%; }

.card-staff-visual img {
  transform-origin: top;
  width: 100%; }

.card-staff-visual img.logo {
  border: 1px solid #164198;
  border-radius: 6px; }

.card-staff-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  z-index: 2; }

.card-staff-info-bg {
  position: absolute;
  left: 0;
  top: 0; }

.card-staff-post {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 0.875rem; }

.card-staff-name-jp {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.card-staff-name-en {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .card-staff-name-en {
      font-size: 1rem; } }

/*メディカルスタッフカード*/
.card-staff-medical {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1; }

.card-staff-medical-info {
  padding: 1rem; }

.card-staff-medical-info .card-staff-name-jp {
  margin: 0 0.5rem 0 0; }

/*期限付き移籍選手*/
.card-player-transfer {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  position: relative;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column; }

.card-player-transfer-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  flex: 1 1 auto; }

.card-player-transfer-position {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  margin-right: 0.5rem; }

.card-player-transfer-name-jp {
  font-weight: bold;
  margin-right: 0.5rem; }

.card-player-transfer-name-en {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem; }

.card-player-transfer-club {
  font-size: 0.75rem;
  font-weight: normal;
  flex: 0 0 auto; }

.card-academy-outer {
  overflow: hidden; }

.card-academy {
  height: 100%; }

.card-academy-image {
  position: relative;
  border: 1px solid #004098; }

.card-academy-number-outer {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  color: #848484;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1; }

.card-academy-number {
  font-size: 56px;
  margin-bottom: -0.75rem;
  line-height: 0.9; }
  @media (min-width: 768px) {
    .card-academy-number {
      font-size: 84px; } }

.card-academy-position {
  font-size: 26px; }
  @media (min-width: 768px) {
    .card-academy-position {
      font-size: 44px; } }

.card-academy-detail {
  color: #fff;
  padding: 0 1rem;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .card-academy-detail {
      font-size: 0.875rem; } }

.card-academy-detail-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65); }

.card-academy-detail-item:last-child {
  border-bottom: 0; }

.card-academy-name {
  font-weight: bold;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .card-academy-name {
      font-size: 1.125rem; } }

.card-academy-name-en {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media (min-width: 768px) {
    .card-academy-name-en {
      font-size: 1rem; } }

.card-academy-detail-head {
  font-weight: bold;
  font-size: 0.75rem; }

/*スタジアムカード*/
.card-studium {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  color: #fff;
  text-align: center; }

.card-studium.is-active {
  pointer-events: none; }

.card-studium.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #E60039; }

.card-studium:hover {
  color: #fff; }

.card-studium-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.card-studium-text-jp {
  z-index: 1;
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .card-studium-text-jp {
      font-size: 1.5rem; } }

.card-studium-text-en {
  font-size: 0.875rem;
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal; }

.card-studium-icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translate(-50%, 0%); }

/*タグ*/
.tag {
  border: 1px solid rgba(223, 225, 229, 0.65);
  padding: 0.1rem;
  display: inline-block;
  margin-right: 0.2rem; }

.tag-btn {
  background-color: #D9E2F0;
  display: inline-block;
  color: #004098;
  transition: 0.15s;
  cursor: pointer; }

.tag-btn.is-sm {
  padding: 0.1rem;
  font-size: 0.625rem;
  border-radius: 2px; }

.tag-btn.is-lg {
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  border-radius: 4px;
  margin: 0.3rem 0.15rem; }

.tag-btn:hover {
  background-color: #004098;
  color: #fff; }

.tag-btn.is-active {
  pointer-events: none;
  background-color: #004098;
  color: #fff; }

/*skew*/
.item-skew {
  transform: skewX(-30deg) translate(-50%, -50%);
  transform-origin: top;
  width: 51px;
  height: 100px;
  background: #14132F;
  position: absolute;
  left: 50%;
  top: 50%; }
  @media (min-width: 768px) {
    .item-skew {
      width: 70px;
      height: 135px; } }

.item-skew.is-heading-lg {
  transform: skewX(-30deg) translate(0%, 0%);
  position: relative;
  transform-origin: center;
  left: 0;
  top: 0; }

.item-skew.is-heading-sm {
  transform: skewX(-35deg) translate(0%, 0%);
  position: relative;
  transform-origin: bottom;
  left: 0;
  top: 0;
  width: 15px;
  height: 28px;
  margin-right: 1.75rem;
  flex: 0 0 auto; }
  @media (min-width: 768px) {
    .item-skew.is-heading-sm {
      transform: skewX(-30deg) translate(0%, 0%);
      width: 17px;
      height: 33.75px;
      margin-right: 2rem; } }

.item-skew.is-light {
  background: rgba(0, 64, 152, 0.15); }

.item-skew.is-blue {
  background: #4070b2; }

/*マスク*/
.mask {
  position: absolute; }

.mask.is-navy {
  background: linear-gradient(rgba(20, 19, 47, 0) 0%, #14132f 100%); }

.mask.is-blue {
  background: linear-gradient(rgba(0, 7, 62, 0) 0%, rgba(0, 7, 62, 0.85) 100%); }

.mask.is-blue-dark {
  background: linear-gradient(rgba(0, 7, 62, 0) 0%, #00073e 10%); }

.mask.is-gray {
  background: linear-gradient(rgba(1, 1, 15, 0) 0%, rgba(1, 1, 15, 0.5) 100%, #454545 100%); }

/*リスト*/
ul {
  padding-left: 1.5rem; }

.list-disc {
  list-style-type: disc; }

.list-disc li {
  margin-bottom: 0.2rem; }

.list-counter {
  list-style-type: decimal; }

.list-counter li {
  margin-bottom: 0.2rem; }

.list-companylist {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }

.list-companylist li {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0; }
  @media (min-width: 576px) {
    .list-companylist li {
      width: 50%; } }
  @media (min-width: 768px) {
    .list-companylist li {
      width: 50%; } }
  @media (min-width: 1029px) {
    .list-companylist li {
      width: 50%; } }

.list-companylist li a {
  text-decoration: underline; }

.list-playerlist {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }

.list-playerlist li {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0; }
  @media (min-width: 576px) {
    .list-playerlist li {
      width: 50%; } }
  @media (min-width: 768px) {
    .list-playerlist li {
      width: 33%; } }
  @media (min-width: 1029px) {
    .list-playerlist li {
      width: 33%; } }

.nav {
  height: 46px;
  position: relative;
  padding-right: 60px; }

.nav-inn {
  height: 100%; }

.nav-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dfe1e5;
  font-weight: bold;
  transition: 0.15s;
  font-size: 0.875rem;
  padding: 0 1rem;
  cursor: pointer;
  border-bottom: 1px solid #dfe1e5; }

.nav-item:hover,
a.nav-item:hover,
.nav-search-icon:hover,
.nav-search-close:hover {
  background-color: #14132F;
  color: #fff !important; }

.nav-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #dfe1e5; }

.nav-search.is-active {
  width: 100%; }

.nav-search-icon {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  cursor: pointer;
  transition: 0.3s; }

.nav-search-form {
  flex: 1 1 auto;
  width: 100%; }

.nav-search-form-input {
  width: 100%;
  border: none;
  caret-color: #004098; }

.nav-nest {
  color: #14132F;
  padding: 2rem 4rem;
  transition: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dfe1e5;
  display: none; }

.nav-nest a {
  color: #14132F;
  text-decoration: none;
  font-size: 0.75rem;
  margin: 0 3rem 0.5rem 0; }

.nav-nest a:last-child {
  margin: 0; }

.nav-nest a:hover {
  background-color: rgba(223, 225, 229, 0.35); }

/*傾きありナビゲーション*/
.nav-skew-outer {
  cursor: pointer; }

.nav-skew-outer.is-active {
  pointer-events: none; }

.nav-skew-outer.no-data {
  pointer-events: none; }

.nav-skew-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
  position: relative; }

.nav-skew-item-inn {
  font-size: 0.875rem;
  color: #AAACAF;
  position: relative; }

.is-active .nav-skew-item-inn {
  color: #fff;
  font-weight: bold; }

.nav-skew-item-icon {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%); }

.nav-skew-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid rgba(223, 225, 229, 0.65);
  transform: skewX(-15deg);
  background: #fff;
  width: 100%;
  height: 100%; }

@media (max-width: 767.98px) {
  .nav-skew-item-bg.is-left {
    left: auto;
    right: 0;
    width: 120%; } }

@media (max-width: 767.98px) {
  .nav-skew-item-bg.is-right {
    left: 0;
    width: 120%; } }

.is-active .nav-skew-item-bg {
  background: #004098; }

/*スマホ向けナビゲーション*/
.nav-sp-inn {
  height: calc(100vh - 100px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 80px; }

.nav-item-sp {
  font-weight: normal !important;
  font-size: 0.875rem !important;
  padding: 1rem 0 !important; }

.nav-item-title-sp {
  font-size: 0.75rem;
  padding: 0.1rem 0.15rem; }

.nav-item-nest-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  padding: 0.75rem 0; }

header {
  position: relative;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: top 0.5s;
  z-index: 99; }

.header {
  height: 50px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dfe1e5; }
  @media (min-width: 1029px) {
    .header {
      height: 70px; } }

.header-logo {
  width: 60px;
  display: inline-block; }
  @media (min-width: 1029px) {
    .header-logo {
      width: 70px; } }

.header-nav {
  position: absolute;
  top: 0;
  right: calc(120px + 2rem); }

.header-nav.is-second {
  right: 1rem; }

.header-nav-item {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 0.75rem; }

.header-nav-item-sp {
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.jleague-info {
  width: 100%;
  position: relative;
  z-index: 3; }

.jleague-info-btn {
  width: 120px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid rgba(223, 225, 229, 0.65);
  border-top: 0px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  position: absolute;
  right: 1rem; }

.jleague-info-btn.is-active {
  background-color: rgba(223, 225, 229, 0.65); }

.jleague-info-btn img {
  width: 90px; }

.jleague-info-contents {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid rgba(223, 225, 229, 0.65); }

footer {
  background-color: #004098;
  color: #fff;
  padding: 1rem 0 5rem; }
  @media (min-width: 768px) {
    footer {
      padding: 2rem 0; } }
  @media (min-width: 1029px) {
    footer {
      padding: 2rem; } }

.footer-item-outer {
  width: 85%; }
  @media (min-width: 1029px) {
    .footer-item-outer {
      width: 75%; } }

.footer-item-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75rem; }

.footer-item {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0; }
  @media (min-width: 1029px) {
    .footer-item {
      font-size: 0.875rem; } }

.acc-between.footer-item {
  color: #fff;
  font-weight: 400; }

.footer-item.is-external {
  justify-content: flex-start; }

.footer-item-nest {
  font-size: 0.75rem;
  display: block;
  margin: 0.75rem 0; }

.logo-footer {
  width: 80px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .logo-footer {
      width: 50px;
      flex: 0 0 auto;
      margin-right: 2rem; } }

a.footer-bottom-item {
  font-size: 0.625rem;
  padding: 0.35rem; }
  @media (min-width: 768px) {
    a.footer-bottom-item {
      font-size: 0.75rem; } }
  @media (min-width: 1029px) {
    a.footer-bottom-item {
      font-size: 0.875rem; } }

.btn-pageTop {
  width: 44px;
  height: 44px;
  background: #ffffff;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004098;
  opacity: 0; }

.btn-pageTop.is-show {
  opacity: 1; }

.nextmatch-item-title {
  font-size: 28px; }
  @media (min-width: 1029px) {
    .nextmatch-item-title {
      font-size: 38px; } }

.mask.is-nextmatch {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px; }

.content-match-status-title {
  font-size: 30px; }
  @media (min-width: 768px) {
    .content-match-status-title {
      font-size: 36px; } }

.content-match-main-vs {
  font-weight: bold;
  font-size: 1rem; }
  @media (min-width: 1029px) {
    .content-match-main-vs {
      font-size: 1.5rem; } }

.content-match-main-place {
  font-size: 0.875rem; }
  @media (min-width: 1029px) {
    .content-match-main-place {
      font-size: 1.125rem; } }

/*その他*/
.content-home-kansen {
  background-image: url(/img/bg_kansen.png);
  background-size: cover; }


  @media (max-width: 768px) {
    .content-home-kansen img {
      width: 58vw;
    }
    .content-home-kansen.py-5 {
      padding-bottom: 1.5rem !important;
      padding-top: 1.5rem !important;
    }
 }

.content-home-title {
  font-size: 36px; }
  @media (min-width: 768px) {
    .content-home-title {
      font-size: 52px; } }

.content-home-news-pickup {
  width: 40px;
  flex: 0 0 auto; }

/*トリコロール*/
.parts-tricolor {
  width: 30px;
  height: 24px;
  display: flex; }

.parts-tricolor-red {
  width: 10px;
  height: 24px;
  background-color: #9A0401; }

.parts-tricolor-white {
  width: 10px;
  height: 24px;
  background-color: #DFE1E5; }

.parts-tricolor-blue {
  width: 10px;
  height: 24px;
  background-color: #14132F; }

/*インフォメーションリンク*/
.link-list-information {
  position: relative;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  display: block; }

.link-list-information::before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #E60039; }

/*スケジュール-時間*/
.schecule-time {
  display: flex;
  align-items: stretch;
  background: rgba(223, 225, 229, 0.35);
  position: relative;
  align-items: center;
  margin-bottom: 0.75rem; }

.schecule-time-name {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight:bold;
  padding-left: 2rem;
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .schecule-time-name {
      font-size: 18px;
      padding: 0.75rem 0rem 0.75rem 0.5rem; } }

.schecule-time-name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%; }

.schecule-time-time {
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight:bold;
  padding: 0.3rem 2rem;
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .schecule-time-time {
      font-size: 1.2rem;
      padding: 0.75rem 0rem 0.75rem 0.5rem; } }

.schecule-time-time::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%; }

  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.schecule-time-sameday-schedule-pc {
  flex: 0 0 auto;
  width: 78px;
  height: 100%;
  padding: 0.75rem 0rem;
  position: relative;
  display: flex;
  align-items: center;
}

.schecule-time-sameday-schedule-sp{
  flex: 0 0 auto;
  width: 30px;
  height: 100%;
  padding: 0.75rem 0rem;
  padding-left: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
}

/*試合放送レイアウト*/
.result-broadcast {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .result-broadcast {
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end; } }

.result-broadcast-btn {
  flex: 0 0 auto; }

.result-broadcast-btn .btn {
  width: 86px !important; }
  @media (min-width: 576px) {
    .result-broadcast-btn .btn {
      width: 100px !important; } }
  @media (min-width: 1029px) {
    .result-broadcast-btn .btn {
      width: 130px !important; } }

.result-broadcast-text {
  font-size: 0.625rem;
  padding-right: 0.75rem;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .result-broadcast-text {
      text-align: right;
      padding-right: 0; } }
  @media (min-width: 1029px) {
    .result-broadcast-text {
      font-size: 0.875rem; } }

.result-broadcast-text-tag {
  flex: 0 0 auto; }

.result-broadcast-text-item span {
  display: inline-block; }

/*スケジュールリスト*/
.list-schedule {
  display: flex;
  border-bottom: 1px solid rgba(223, 225, 229, 0.65);
  position: relative;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .list-schedule {
      font-size: 1rem; } }

.list-schedule:last-child {
  border-bottom: 0; }

.list-schedule-head,
.list-schedule-detail {
  padding: 0.75rem 1rem;
  position: relative; }

.list-schedule-head {
  padding-left: 1.5rem;
  padding-right: 2rem;
  border-right: 1px solid rgba(223, 225, 229, 0.65);
  white-space: nowrap;
  width: 30%;
  flex: 0 0 auto;
  max-width: 180px; }

.list-schedule-head::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 6px;
  height: 100%; }

.list-schedule-head.is-sun::before {
  background: #990000;
  opacity: 0.65; }

.list-schedule-head.is-sat::before {
  background: #004098;
  opacity: 0.65; }

.champion-title {
  font-size: 32px; }
  @media (min-width: 768px) {
    .champion-title {
      font-size: 44px; } }

.champion-star {
  margin: 0rem; }
  @media (min-width: 576px) {
    .champion-star {
      margin: 0 1rem; } }

.champion-star-icon {
  font-size: 60px; }
  @media (min-width: 768px) {
    .champion-star-icon {
      font-size: 120px; } }

.champion-star-division {
  line-height: 1;
  margin-top: -0.5rem;
  font-size: 14px; }
  @media (min-width: 768px) {
    .champion-star-division {
      font-size: 22px; } }

.champion-star-year {
  font-size: 18px; }
  @media (min-width: 768px) {
    .champion-star-year {
      font-size: 32px; } }

.champion-trophy {
  border: 1px solid #B68933;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  flex: 0 0 auto; }

.champion-trophy-icon {
  font-size: 40px; }
  @media (min-width: 1029px) {
    .champion-trophy-icon {
      font-size: 56px; } }

.champion-trophy-number {
  font-size: 52px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  line-height: 1; }

.champion-trophy-number span {
  font-size: 14px;
  margin-left: 0.25rem; }
  @media (min-width: 1029px) {
    .champion-trophy-number span {
      font-size: 18px; } }

.champion-trophy-text {
  flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  text-align: left;
  padding-left: 0.25rem; }
  @media (min-width: 1029px) {
    .champion-trophy-text {
      font-size: 18px; } }

.history-row {
  background: rgba(223, 225, 229, 0.35);
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.3rem; }

.history-row.is-champion {
  background: #004098;
  color: #fff; }

.history-row-top {
  display: flex;
  align-items: center; }

.history-row-year {
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  width: 70px;
  flex: 0 0 auto;
  margin-bottom: -0.3rem; }
  @media (min-width: 576px) {
    .history-row-year {
      font-size: 1.5rem; } }

.history-row-text {
  font-size: 0.75rem; }

.history-row-photo {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem; }

@media (min-width: 768px) {
  .history-row-photo img {
    padding: 0 4rem; } }

@media (min-width: 1029px) {
  .history-row-photo img {
    padding: 0 6rem; } }

.record-th {
  padding: 0 0.25rem; }
  @media (min-width: 768px) {
    .record-th {
      padding: 0 2rem; } }

.record-star {
  color: #B68933;
  font-size: 40px; }
  @media (min-width: 768px) {
    .record-star {
      font-size: 50px; } }

.record-order {
  color: #B68933;
  font-size: 0.75rem;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .record-order {
      font-size: 1rem; } }

.record-year {
  font-size: 30px;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1; }
  @media (min-width: 768px) {
    .record-year {
      font-size: 44px; } }

.record-order-num {
  font-size: 20px;
  display: block;
  line-height: 1; }
  @media (min-width: 768px) {
    .record-order-num {
      display: inline-block;
      font-size: 28px; } }

/*パートナーロゴ*/
.partner-item {
  text-align: center;
  padding: 0.25rem; }

.partner-lg .partner-item {
  width: 50%; }

.partner-lg .partner-item img {
  width: 100%;
  max-width: 300px; }

.partner-md .partner-item {
  width: 33.333%; }

.partner-md .partner-item img {
  width: 100%;
  max-width: 210px; }

.partner-sm .partner-item {
  width: 25%; }

.partner-sm .partner-item img {
  width: 100%;
  max-width: 180px; }

.club-sponsor-title {
  width: 100%;
  padding: 4rem 1rem;
  background-image: url(/img/static/club/sponsor/bg_main.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .club-sponsor-title {
      padding: 5rem 0; } }

.club-sponsor-title-logo {
  width: 200px;
  margin: 0 auto 2rem; }
  @media (min-width: 768px) {
    .club-sponsor-title-logo {
      width: 300px; } }

.club-sponsor-title-logo-en {
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .club-sponsor-title-logo-en {
      font-size: 2.75rem; } }

.club-sponsor-title-logo-jp {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .club-sponsor-title-logo-jp {
      font-size: 2.75rem; } }

.club-sponsor-merit-outer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) {
    .club-sponsor-merit-outer {
      justify-content: space-around; } }

.club-sponsor-merit {
  width: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0.25rem; }
  @media (min-width: 576px) {
    .club-sponsor-merit {
      width: 30%; } }
  @media (min-width: 768px) {
    .club-sponsor-merit {
      width: 17%; } }

.club-sponsor-merit::before {
  display: block;
  content: '';
  padding-top: 100%; }

.club-sponsor-merit-inner {
  width: 100%;
  height: 100%;
  background-color: #29d632;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .club-sponsor-merit-inner {
      font-size: 0.875rem; } }
  @media (min-width: 1029px) {
    .club-sponsor-merit-inner {
      font-size: 1rem; } }

.club-sponsor-value-col {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 0.75rem; }
  @media (min-width: 1029px) {
    .club-sponsor-value-col {
      font-size: 0.875rem; } }

.club-sponsor-value-icon {
  width: 50%;
  margin: 0 auto;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .club-sponsor-value-icon {
      width: 40%; } }

.club-sponsor-value-text span {
  font-family: Teko, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #004098; }

.club-sponsor-value-title {
  font-weight: bold;
  margin-bottom: 0.25rem; }

.club-sponsor-value-sub {
  font-size: 0.625rem; }
  @media (min-width: 1029px) {
    .club-sponsor-value-sub {
      font-size: 0.75rem; } }

.club-sponsor-value-symbol {
  color: #004098;
  font-weight: bold;
  font-size: 60px;
  margin: 1rem 0;
  text-align: center; }

.espors-main {
  background: #000; }
  @media (min-width: 768px) {
    .espors-main {
      display: flex;
      justify-content: center;
      position: relative; } }

.espors-main-visual {
  position: relative;
  max-width: 1600px; }

.espors-main-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%); }
  @media (min-width: 768px) {
    .espors-main-mask {
      width: 148px;
      height: 100%;
      background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%); } }

.espors-main-logo {
  z-index: 3;
  width: 280px;
  margin: 0 auto;
  padding: 1rem 0 0; }
  @media (min-width: 768px) {
    .espors-main-logo {
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5%;
      width: 240px; } }
  @media (min-width: 1029px) {
    .espors-main-logo {
      left: 10%;
      width: 280px; } }
  @media (min-width: 1200px) {
    .espors-main-logo {
      width: 320px; } }

.color-esports {
  color: #d6e3f1; }

.color-esports-light {
  color: rgba(214, 227, 241, 0.3); }

.bg-esports {
  background-color: #d6e3f1; }

.bg-esports-light {
  background-color: rgba(214, 227, 241, 0.3); }

.esports-news-container {
  background-color: #fff;
  height: 370px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .esports-news-container {
      border-radius: 6px; } }

.esports-tweet-container {
  height: 100%; }
  @media (max-width: 767.98px) {
    .esports-tweet-container {
      height: 400px; } }

.esports-tweet-container-inn {
  height: 100%; }

.esports-tweet-container-inn iframe {
  height: 100% !important; }

.esports-member-name {
  text-align: right;
  font-size: 56px;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1; }
  @media (min-width: 768px) {
    .esports-member-name {
      font-size: 56px;
      text-align: left; } }
  @media (min-width: 1029px) {
    .esports-member-name {
      text-align: right; } }

.esports-member-account {
  display: flex;
  align-items: center;
  position: absolute;
  top: -15px;
  left: 110%;
  transform: rotate(90deg);
  transform-origin: left;
  width: 100%; }
  @media (min-width: 768px) {
    .esports-member-account {
      top: -10px; } }

.esports-member-account .icon-tw {
  color: #3FA1F2;
  flex: 0 0 auto;
  margin-right: 0.25rem; }

.esports-member-account-text {
  color: rgba(223, 225, 229, 0.65);
  font-size: 0.75rem;
  width: 100%;
  flex: 1 1 auto; }

.esports-member-account-birth {
  color: #fff;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  flex: 0 0 auto; }
  @media (min-width: 768px) {
    .esports-member-account-birth {
      font-size: 0.875rem; } }

.esports-member-photo {
  width: 80%; }
  @media (min-width: 768px) {
    .esports-member-photo {
      width: 60%; } }
  @media (min-width: 1029px) {
    .esports-member-photo {
      width: 85%; } }

.hometown-main {
  height: 440px;
  background-image: url(/img/static/club/hometown/img_main.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hometown-main {
      height: 500px; } }

.hometown-main-triangle {
  position: absolute; }

.hometown-main-triangle.is-top {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 100vw 0 0;
  border-color: #004098 transparent transparent transparent; }
  @media (min-width: 768px) {
    .hometown-main-triangle.is-top {
      border-width: 300px 600px 0 0; } }

.hometown-main-triangle.is-bottom {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 100vw;
  border-color: transparent transparent #004098 transparent; }
  @media (min-width: 768px) {
    .hometown-main-triangle.is-bottom {
      border-width: 0 0 300px 600px; } }

.hometown-main-title {
  position: relative;
  z-index: 1; }

.hometown-main-title-top {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .hometown-main-title-top {
      font-size: 36px; } }

.hometown-main-title-bottom {
  font-size: 18px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .hometown-main-title-bottom {
      font-size: 24px; } }

.hometown-main-title-sub {
  font-size: 16px;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal; }

.bg-darkblue-guide-a {
  background-color: #003288; }

.bg-darkblue-guide-b {
  background-color: #081E76; }

.bg-gray-guide {
  background-color: #E5E5E5; }

.guide-main {
  background-image: url(/img/static/watching_information/guide/bg_main.png);
  background-size: cover;
  padding: 2rem 0; }
  @media (min-width: 576px) {
    .guide-main {
      padding: 5rem 0; } }

.guide-main-title {
  overflow: hidden;
  text-align: center;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 576px) {
    .guide-main-title {
      padding: 0 3rem;
      margin: 0 auto 4rem; } }

.guide-main-title img {
  width: 103%;
  max-width: 380px; }
  @media (min-width: 576px) {
    .guide-main-title img {
      width: 100%;
      max-width: 100%; } }

/*イントロ*/
.guide-intro {
  line-height: 2;
  background-color: #14132F;
  color: #fff; }

.guide-acc-head-studium {
  position: relative;
  display: inline-block; }

.guide-acc-head-studium .icon-stadium {
  font-size: 80px; }

.guide-acc-head-studium .icon-onpu {
  position: absolute;
  width: 29px;
  right: -30px;
  top: 0; }

/*ナビゲーション*/
.guide-nav {
  background-image: url(/img/static/watching_information/guide/bg_nav.png);
  background-size: cover;
  padding: 2rem 0;
  position: relative; }
  @media (min-width: 576px) {
    .guide-nav {
      padding: 5rem 0; } }

.guide-nav::after {
  content: '';
  position: absolute;
  background-image: url(/img/static/watching_information/guide/img_tricolore.png);
  background-size: 100%;
  width: 216px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .guide-nav::after {
      width: 288px; } }

.guide-nav-title {
  width: 174px; }

.guide-nav-item {
  border-radius: 6px;
  border: 1px solid #AAACAF;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem 0.75rem 0;
  cursor: pointer; }

.guide-nav-item-catch {
  width: 15px;
  height: 15px;
  margin-right: 0.5rem; }

.guide-nav-item-catch > div {
  width: 100%;
  height: 5px; }

.guide-nav-item-num {
  font-family: 'Barlow', sans-serif;
  margin-right: 0.5rem; }

/*共通要素*/
.guide-container {
  overflow: hidden;
  line-height: 2;
  padding: 3rem 0;
  position: relative; }
  @media (min-width: 576px) {
    .guide-container {
      padding: 5rem 0; } }

.guide-container::before,
.guide-container::after {
  content: '';
  position: absolute;
  background-image: url(/img/static/watching_information/guide/img_tricolore.png);
  background-size: 100%;
  width: 216px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .guide-container::before,
    .guide-container::after {
      width: 288px; } }

.guide-container::before {
  top: 0; }

.guide-container::after {
  bottom: 0; }

.guide-step-num {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem; }
  @media (min-width: 576px) {
    .guide-step-num {
      font-size: 0.875rem; } }

.guide-num-bg {
  position: absolute;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  top: 0; }

.guide-num-bg img {
  max-width: 1400px;
  width: 102%; }
  @media (min-width: 768px) {
    .guide-num-bg img {
      width: 98%; } }

.guide-fukidashi {
  border-radius: 6px;
  padding: 1rem;
  display: inline-block;
  position: relative;
  background: #fff; }

.guide-fukidashi.is-left::before {
  content: '';
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 22px;
  border-color: transparent transparent #ffffff transparent; }

.guide-fukidashi.is-right::before {
  content: '';
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 22px;
  border-color: transparent transparent #ffffff transparent; }
  @media (min-width: 576px) {
    .guide-fukidashi.is-right::before {
      left: auto;
      right: -16px;
      bottom: 0;
      width: 0;
      border-width: 15px 0 0 22px;
      border-color: transparent transparent transparent #ffffff; } }

/*STEP1*/
.guide-num-bg-1 {
  opacity: 0.18; }

/*STEP2*/
.guide-num-bg-2 {
  opacity: 0.41; }

/*STEP3*/
.guide-num-bg-3 {
  opacity: 0.18; }

.guide-ticket-slider-outer {
  border-radius: 0; }
  @media (min-width: 768px) {
    .guide-ticket-slider-outer {
      border-radius: 6px; } }

/*STEP4*/
.guide-num-bg-4 {
  opacity: 0.18; }

.guide-bring-items-icon {
  font-size: 90px; }
  @media (min-width: 768px) {
    .guide-bring-items-icon {
      font-size: 120px; } }

.guide-heading-line {
  width: 100%;
  height: 1px;
  background: #fff; }

.guide-heading-voice {
  position: relative;
  display: inline-block; }

.guide-heading-voice::before {
  content: '＼';
  position: absolute;
  left: -25px;
  bottom: 0px;
  opacity: 0.5; }

.guide-heading-voice::after {
  content: '／';
  position: absolute;
  right: -25px;
  bottom: 0px;
  opacity: 0.5; }

@media (max-width: 575.98px) {
  .guide-heading-voice.is-multiline::before,
  .guide-heading-voice.is-multiline::after {
    font-size: 1.5em; } }

@media (max-width: 1028.98px) {
  .guide-num-bg-triangle-blue {
    display: none; } }

@media (min-width: 1029px) {
  .guide-num-bg-triangle-blue {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 30px; } }

.guide-num-bg-triangle-blue img {
  width: 140%;
  max-width: 1800px; }

/*STEP5*/
.guide-num-bg-5 {
  opacity: 0.41; }

@media (max-width: 1028.98px) {
  .guide-num-bg-triangle-gray {
    display: none; } }

@media (min-width: 1029px) {
  .guide-num-bg-triangle-gray {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 15%; } }

.guide-num-bg-triangle-gray img {
  width: 140%;
  max-width: 1800px; }

/*STEP5*/
.guide-num-bg-6 {
  opacity: 0.18; }

.guide-map {
  width: 100%;
  height: 270px; }

/*Q&A*/
.guide-title-qa {
  width: 214px; }

/*フッター*/
.guide-footer {
  position: relative; }

.guide-footer-iamge {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .guide-footer-iamge {
      width: 520px; } }

.guide-footer-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(to top, #14132f 0%, rgba(20, 19, 47, 0) 100%); }
  @media (min-width: 768px) {
    .guide-footer-mask {
      background: linear-gradient(to left, #14132f 0%, rgba(20, 19, 47, 0) 100%); } }

.guide-footer-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-bottom: 3rem;
  margin-top: -3rem; }
  @media (min-width: 768px) {
    .guide-footer-content {
      position: absolute;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 0rem;
      padding-bottom: 0rem; } }

.bg-red-guide-watch-a {
  background-color: #C61A18; }

.bg-red-guide-watch-b {
  background-color: #FF1D22; }

.border-red-guide-watch-b {
  border-color: #FF1D22 !important; }

.bg-gray-guide-watch {
  background-color: #E5E5E5; }

.bg-darkblue-guide-watch-b {
  background-color: #081E76; }

.border-darkblue-guide-watch-b {
  border-color: #081E76 !important; }

.guide-watch-main {
  background-image: url(/img/static/watching_information/guide_watch/bg_main.png);
  background-size: cover;
  padding: 2rem 0; }
  @media (min-width: 576px) {
    .guide-watch-main {
      padding: 5rem 0; } }

.guide-watch-main-title {
  overflow: hidden;
  text-align: center;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 576px) {
    .guide-watch-main-title {
      padding: 0 3rem;
      margin: 0 auto 4rem; } }

.guide-watch-main-title img {
  width: 103%;
  max-width: 380px; }
  @media (min-width: 576px) {
    .guide-watch-main-title img {
      width: 100%;
      max-width: 100%; } }

/*ナビゲーション*/
.guide-watch-nav {
  background-image: url(/img/static/watching_information/guide_watch/bg_nav.png);
  background-size: cover;
  padding: 2rem 0;
  position: relative; }
  @media (min-width: 576px) {
    .guide-watch-nav {
      padding: 5rem 0; } }

.guide-watch-nav::after {
  content: '';
  position: absolute;
  background-image: url(/img/static/watching_information/guide_watch/img_tricolore.png);
  background-size: 100%;
  width: 216px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .guide-watch-nav::after {
      width: 288px; } }

.guide-watch-nav-title {
  width: 174px; }

.guide-watch-nav-item {
  border-radius: 6px;
  border: 1px solid #AAACAF;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem 0.75rem 0;
  cursor: pointer; }

.guide-watch-nav-item-catch {
  width: 15px;
  height: 15px;
  margin-right: 0.5rem; }

.guide-watch-nav-item-catch > div {
  width: 100%;
  height: 5px; }

.guide-watch-nav-item-num {
  font-family: 'Barlow', sans-serif;
  margin-right: 0.5rem; }

/*共通要素*/
.guide-watch-container {
  overflow: hidden;
  line-height: 2;
  padding: 3rem 0;
  position: relative; }
  @media (min-width: 576px) {
    .guide-watch-container {
      padding: 5rem 0; } }

.guide-watch-container::before,
.guide-watch-container::after {
  content: '';
  position: absolute;
  background-image: url(/img/static/watching_information/guide_watch/img_tricolore.png);
  background-size: 100%;
  width: 216px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .guide-watch-container::before,
    .guide-watch-container::after {
      width: 288px; } }

.guide-watch-container::before {
  top: 0; }

.guide-watch-container::after {
  bottom: 0; }

.guide-watch-step-num {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem; }
  @media (min-width: 576px) {
    .guide-watch-step-num {
      font-size: 0.875rem; } }

.guide-watch-num-bg {
  position: absolute;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  top: 0; }

.guide-watch-num-bg img {
  max-width: 1400px;
  width: 102%; }
  @media (min-width: 768px) {
    .guide-watch-num-bg img {
      width: 98%; } }

.guide-watch-fukidashi {
  border-radius: 6px;
  padding: 1rem;
  display: inline-block;
  position: relative;
  background: #fff; }

.guide-watch-fukidashi.is-left::before {
  content: '';
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 22px;
  border-color: transparent transparent #ffffff transparent; }

.guide-watch-fukidashi.is-right::before {
  content: '';
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 22px;
  border-color: transparent transparent #ffffff transparent; }
  @media (min-width: 576px) {
    .guide-watch-fukidashi.is-right::before {
      left: auto;
      right: -16px;
      bottom: 0;
      width: 0;
      border-width: 15px 0 0 22px;
      border-color: transparent transparent transparent #ffffff; } }

/*STEP7*/
.guide-watch-num-bg-7 {
  opacity: 0.18; }

.guide-watch-tab-item {
  height: 85px;
  width: calc(50% - 5px);
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  cursor: pointer; }

.guide-watch-tab-item.is-active {
  pointer-events: none;
  opacity: 1 !important; }

.guide-watch-tab-item-inner {
  color: #fff;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.5);
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .guide-watch-tab-item-inner {
      font-size: 1.25rem; } }

.guide-watch-tab-item.is-active .guide-watch-tab-item-inner {
  font-size: 1.125rem;
  background: #081E76;
  height: 65px; }
  @media (min-width: 768px) {
    .guide-watch-tab-item.is-active .guide-watch-tab-item-inner {
      font-size: 1.5rem; } }

/*STEP8*/
.guide-watch-num-bg-8 {
  opacity: 0.41; }

@media (max-width: 1028.98px) {
  .guide-watch-num-bg-triangle-gray {
    display: none; } }

@media (min-width: 1029px) {
  .guide-watch-num-bg-triangle-gray {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 20%; } }

/*STEP10*/
.guide-watch-num-bg-10 {
  opacity: 1; }

/*Q&A*/
.guide-watch-title-qa {
  width: 214px; }

/*フッター*/
.guide-watch-footer {
  position: relative; }

.guide-watch-footer-iamge {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .guide-watch-footer-iamge {
      width: 520px;
      left: calc(100% - 520px); } }

.guide-watch-footer-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(to top, #14132f 0%, rgba(20, 19, 47, 0) 100%); }
  @media (min-width: 768px) {
    .guide-watch-footer-mask {
      background: linear-gradient(to right, #14132f 0%, rgba(20, 19, 47, 0) 100%); } }

.guide-watch-footer-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-bottom: 3rem;
  margin-top: -3rem; }
  @media (min-width: 768px) {
    .guide-watch-footer-content {
      position: absolute;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 0rem;
      padding-bottom: 0rem; } }

/*ショップリスト店名*/
.shoplist-item {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .shoplist-item {
      font-size: 0.875rem; } }

.shoplist-item:hover {
  text-decoration: underline;
  color: #004098; }

.shoplist-item::before {
  content: "・"; }

.ticket-corporate-main {
  background-color: #002b5e; }

.ticket-corporate-intro {
  padding: 0.5rem 0 2rem; }
  @media (min-width: 768px) {
    .ticket-corporate-intro {
      padding: 2rem 0 4rem; } }

.ticket-corporate-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.ticket-corporate-desc {
  position: relative;
  z-index: 1; }

.ticket-corporate-title {
  padding: 1rem;
  margin-bottom: 10%; }
  @media (min-width: 768px) {
    .ticket-corporate-title {
      padding: 3rem 2rem; } }

.ticket-corporate-title-sub {
  padding: 0 2rem;
  margin-bottom: 3%; }

.ticket-group-main {
  height: 440px;
  background-image: url(/img/static/ticket/group/img_main_2.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .ticket-group-main {
      height: 500px; } }

.ticket-group-main-triangle {
  position: absolute; }

.ticket-group-main-triangle.is-top {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 100vw 0 0;
  border-color: #004098 transparent transparent transparent; }
  @media (min-width: 768px) {
    .ticket-group-main-triangle.is-top {
      border-width: 300px 600px 0 0; } }

.ticket-group-main-triangle.is-bottom {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 100vw;
  border-color: transparent transparent #004098 transparent; }
  @media (min-width: 768px) {
    .ticket-group-main-triangle.is-bottom {
      border-width: 0 0 300px 600px; } }

.ticket-group-main-title {
  position: relative;
  z-index: 1; }

.ticket-group-main-title-top {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .ticket-group-main-title-top {
      font-size: 44px; } }

.ticket-group-main-title-bottom {
  font-size: 22px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .ticket-group-main-title-bottom {
      font-size: 24px; } }

.ticket-group-main-title-sub {
  font-size: 16px;
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-style: normal; }

.badge-outline-primary {
  color: #004098;
  background-color: #ffffff;
  border: 1px solid #004098; }

.badge-outline-secondary {
  color: #14132F;
  background-color: #ffffff;
  border: 1px solid #14132F; }

.badge-outline-success {
  color: #28a745;
  background-color: #ffffff;
  border: 1px solid #28a745; }

.badge-outline-info {
  color: #17a2b8;
  background-color: #ffffff;
  border: 1px solid #17a2b8; }

.badge-outline-warning {
  color: #F8FC00;
  background-color: #ffffff;
  border: 1px solid #F8FC00; }

.badge-outline-danger {
  color: #dc3545;
  background-color: #ffffff;
  border: 1px solid #dc3545; }

.badge-outline-light {
  color: rgba(223, 225, 229, 0.35);
  background-color: #ffffff;
  border: 1px solid rgba(223, 225, 229, 0.35); }

.badge-outline-dark {
  color: #454545;
  background-color: #ffffff;
  border: 1px solid #454545; }

.badge-outline-white {
  color: #fff;
  background-color: #ffffff;
  border: 1px solid #fff; }

.badge-outline-black {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #000; }

.badge-outline-blue {
  color: #004098;
  background-color: #ffffff;
  border: 1px solid #004098; }

.badge-outline-lightblue {
  color: rgba(0, 64, 152, 0.1);
  background-color: #ffffff;
  border: 1px solid rgba(0, 64, 152, 0.1); }

.badge-outline-pink {
  color: #E60039;
  background-color: #ffffff;
  border: 1px solid #E60039; }

.badge-outline-red {
  color: #dc3545;
  background-color: #ffffff;
  border: 1px solid #dc3545; }

.badge-outline-red-dark {
  color: #990000;
  background-color: #ffffff;
  border: 1px solid #990000; }

.badge-outline-yellow {
  color: #F8FC00;
  background-color: #ffffff;
  border: 1px solid #F8FC00; }

.badge-outline-gold {
  color: #B68933;
  background-color: #ffffff;
  border: 1px solid #B68933; }

.badge-outline-gold-dark {
  color: #9F792E;
  background-color: #ffffff;
  border: 1px solid #9F792E; }

.badge-outline-navy {
  color: #14132F;
  background-color: #ffffff;
  border: 1px solid #14132F; }

.badge-outline-white-op35 {
  color: rgba(255, 255, 255, 0.35);
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35); }

.badge-outline-white-op65 {
  color: rgba(255, 255, 255, 0.65);
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.65); }

.badge-outline-blue-op35 {
  color: rgba(0, 64, 152, 0.35);
  background-color: #ffffff;
  border: 1px solid rgba(0, 64, 152, 0.35); }

.badge-outline-blue-op65 {
  color: rgba(0, 64, 152, 0.65);
  background-color: #ffffff;
  border: 1px solid rgba(0, 64, 152, 0.65); }

.badge-outline-red-op65 {
  color: rgba(153, 0, 0, 0.65);
  background-color: #ffffff;
  border: 1px solid rgba(153, 0, 0, 0.65); }

.badge-outline-dark-op85 {
  color: rgba(69, 69, 69, 0.85);
  background-color: #ffffff;
  border: 1px solid rgba(69, 69, 69, 0.85); }

.badge-outline-gray-100 {
  color: rgba(223, 225, 229, 0.35);
  background-color: #ffffff;
  border: 1px solid rgba(223, 225, 229, 0.35); }

.badge-outline-gray-300 {
  color: rgba(223, 225, 229, 0.65);
  background-color: #ffffff;
  border: 1px solid rgba(223, 225, 229, 0.65); }

.badge-outline-gray-400 {
  color: #dfe1e5;
  background-color: #ffffff;
  border: 1px solid #dfe1e5; }

.badge-outline-gray-700 {
  color: #AAACAF;
  background-color: #ffffff;
  border: 1px solid #AAACAF; }

.badge-outline-gray-800 {
  color: #848484;
  background-color: #ffffff;
  border: 1px solid #848484; }

.badge-outline-gray-900 {
  color: #454545;
  background-color: #ffffff;
  border: 1px solid #454545; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #004098 !important;
  border-color: #004098; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #14132F !important;
  border-color: #14132F; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745 !important;
  border-color: #28a745; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8 !important;
  border-color: #17a2b8; }

.btn-outline-warning:hover {
  color: #454545;
  background-color: #F8FC00 !important;
  border-color: #F8FC00; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545; }

.btn-outline-light:hover {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.35) !important;
  border-color: rgba(223, 225, 229, 0.35); }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #454545 !important;
  border-color: #454545; }

.btn-outline-white:hover {
  color: #454545;
  background-color: #fff !important;
  border-color: #fff; }

.btn-outline-black:hover {
  color: #fff;
  background-color: #000 !important;
  border-color: #000; }

.btn-outline-blue:hover {
  color: #fff;
  background-color: #004098 !important;
  border-color: #004098; }

.btn-outline-lightblue:hover {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.1) !important;
  border-color: rgba(0, 64, 152, 0.1); }

.btn-outline-pink:hover {
  color: #fff;
  background-color: #E60039 !important;
  border-color: #E60039; }

.btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545; }

.btn-outline-red-dark:hover {
  color: #fff;
  background-color: #990000 !important;
  border-color: #990000; }

.btn-outline-yellow:hover {
  color: #454545;
  background-color: #F8FC00 !important;
  border-color: #F8FC00; }

.btn-outline-gold:hover {
  color: #fff;
  background-color: #B68933 !important;
  border-color: #B68933; }

.btn-outline-gold-dark:hover {
  color: #fff;
  background-color: #9F792E !important;
  border-color: #9F792E; }

.btn-outline-navy:hover {
  color: #fff;
  background-color: #14132F !important;
  border-color: #14132F; }

.btn-outline-white-op35:hover {
  color: #454545;
  background-color: rgba(255, 255, 255, 0.35) !important;
  border-color: rgba(255, 255, 255, 0.35); }

.btn-outline-white-op65:hover {
  color: #454545;
  background-color: rgba(255, 255, 255, 0.65) !important;
  border-color: rgba(255, 255, 255, 0.65); }

.btn-outline-blue-op35:hover {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.35) !important;
  border-color: rgba(0, 64, 152, 0.35); }

.btn-outline-blue-op65:hover {
  color: #fff;
  background-color: rgba(0, 64, 152, 0.65) !important;
  border-color: rgba(0, 64, 152, 0.65); }

.btn-outline-red-op65:hover {
  color: #fff;
  background-color: rgba(153, 0, 0, 0.65) !important;
  border-color: rgba(153, 0, 0, 0.65); }

.btn-outline-dark-op85:hover {
  color: #fff;
  background-color: rgba(69, 69, 69, 0.85) !important;
  border-color: rgba(69, 69, 69, 0.85); }

.btn-outline-gray-100:hover {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.35) !important;
  border-color: rgba(223, 225, 229, 0.35); }

.btn-outline-gray-300:hover {
  color: #454545;
  background-color: rgba(223, 225, 229, 0.65) !important;
  border-color: rgba(223, 225, 229, 0.65); }

.btn-outline-gray-400:hover {
  color: #454545;
  background-color: #dfe1e5 !important;
  border-color: #dfe1e5; }

.btn-outline-gray-700:hover {
  color: #454545;
  background-color: #AAACAF !important;
  border-color: #AAACAF; }

.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #848484 !important;
  border-color: #848484; }

.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #454545 !important;
  border-color: #454545; }

.news_article_taxtarea h3 {
	border-left: 4px solid #dfe1e5;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.2rem;
}



.news_article_area .btn a.external_btn {
	border: 2px solid #e60039;
	color: #e60039;
	width: auto;
	padding: 10px 50px;
}

.news_article_taxtarea .txt_link_external {
	color: #e60039;
	margin-right: 22px;
}
.news_article_taxtarea .btn a.txt_link_external {
	margin-right: 0;
}


.news_article_area .btn a {
	border: 2px solid #003e88;
	color: #003e88;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
	text-align: center;
	padding: 10px;
	border-radius: 25px;
	letter-spacing: 0.05em;
	position: relative;
	padding: 10px 50px;
}

.news_article_taxtarea .txt_link_external::before {
	background: url(../img/common/icon_external_red.png) no-repeat center center;
    background-size: cover;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: -20px;
    bottom: 0.25vw;;
    margin: auto;
}
.news_article_taxtarea .btn .txt_link_external.external_btn::before {
    background: url(../img/common/icon_external_red.png) no-repeat center center;
    background-size: cover;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 30px;
    bottom: 11px;
    margin: auto;
}
.news_article_taxtarea .btn .txt_link_external.external_btn:hover:before {
    background: url(../img/common/icon_external_white.png) no-repeat center center;
    background-size: cover;
}
.news_article_area p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.news_article_area,.blog_article_taxtarea figure img {
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

.news_article_area,.blog_article_taxtarea p img {
	display: block;
	margin: 0 auto 20px auto;
}

.news_article_taxtarea a {
	position: relative;
	color: #003e88;
	display: inline-block;
}

.form_input_taxtarea .cRed {
	color: #e60039;
}

.form_input_taxtarea .mb15 {
	margin-bottom: 15px;
}

.nowrap {
white-space:nowrap;
}

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fZnVuY3Rpb25zLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fdmFyaWFibGVzLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fbWl4aW5zLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy92ZW5kb3IvX3Jmcy5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19kZXByZWNhdGUuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fYnJlYWtwb2ludHMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9faG92ZXIuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9faW1hZ2Uuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fYmFkZ2Uuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fcmVzaXplLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9taXhpbnMvX3NjcmVlbi1yZWFkZXIuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fc2l6ZS5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19yZXNldC10ZXh0LnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9taXhpbnMvX3RleHQtZW1waGFzaXMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fdGV4dC1oaWRlLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9taXhpbnMvX3RleHQtdHJ1bmNhdGUuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fdmlzaWJpbGl0eS5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19hbGVydC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19idXR0b25zLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9taXhpbnMvX2NhcmV0LnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9taXhpbnMvX3BhZ2luYXRpb24uc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fbGlzdHMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fbGlzdC1ncm91cC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19uYXYtZGl2aWRlci5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19mb3Jtcy5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL190YWJsZS1yb3cuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fYmFja2dyb3VuZC12YXJpYW50LnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9taXhpbnMvX2JvcmRlci1yYWRpdXMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fYm94LXNoYWRvdy5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19ncmFkaWVudHMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL21peGlucy9fdHJhbnNpdGlvbi5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19jbGVhcmZpeC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19ncmlkLWZyYW1ld29yay5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19ncmlkLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9taXhpbnMvX2Zsb2F0LnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fcm9vdC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvX3JlYm9vdC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvX3R5cGUuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL19pbWFnZXMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL19ncmlkLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fdGFibGVzLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fZm9ybXMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL19idXR0b25zLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fdHJhbnNpdGlvbnMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL19pbnB1dC1ncm91cC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvX2N1c3RvbS1mb3Jtcy5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvX2JhZGdlLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy9fY2Fyb3VzZWwuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL191dGlsaXRpZXMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fYWxpZ24uc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fYmFja2dyb3VuZC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvdXRpbGl0aWVzL19ib3JkZXJzLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy91dGlsaXRpZXMvX2NsZWFyZml4LnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy91dGlsaXRpZXMvX2Rpc3BsYXkuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fZW1iZWQuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fZmxleC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvdXRpbGl0aWVzL19mbG9hdC5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvdXRpbGl0aWVzL19pbnRlcmFjdGlvbnMuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fb3ZlcmZsb3cuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fcG9zaXRpb24uc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fc2NyZWVucmVhZGVycy5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvdXRpbGl0aWVzL19zaGFkb3dzLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy91dGlsaXRpZXMvX3NpemluZy5zY3NzIiwiLi4vYm9vdHN0cmFwL3Njc3MvdXRpbGl0aWVzL19zcGFjaW5nLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy91dGlsaXRpZXMvX3N0cmV0Y2hlZC1saW5rLnNjc3MiLCIuLi9ib290c3RyYXAvc2Nzcy91dGlsaXRpZXMvX3RleHQuc2NzcyIsIi4uL2Jvb3RzdHJhcC9zY3NzL3V0aWxpdGllcy9fdmlzaWJpbGl0eS5zY3NzIiwiX2Jhc2Uuc2NzcyIsIl9teS11dGlsaXRpZXMuc2NzcyIsIl9sYXlvdXQuc2NzcyIsIl9lbGVtZW50cy5zY3NzIiwiX2ljb24uc2NzcyIsIl90ZXh0LnNjc3MiLCJfYW5pbWF0aW9uLnNjc3MiLCJfYnV0dG9uLnNjc3MiLCJfYnV0dG9uLWZsb2F0aW5nLnNjc3MiLCJfZm9udC5zY3NzIiwiX3NsaWRlci5zY3NzIiwiX3RhYi5zY3NzIiwiX2FuY2hvci5zY3NzIiwiX2FjY29yZGlvbi5zY3NzIiwiX2Zvcm0uc2NzcyIsIl9uZXdzLnNjc3MiLCJfYmFkZ2Uuc2NzcyIsIl9wbGF5ZXIuc2NzcyIsIl9tYXRjaGRhdGEuc2NzcyIsIl9oZWFkaW5nLnNjc3MiLCJfbWFpbnZpc3VhbC5zY3NzIiwiX3NlYXQuc2NzcyIsIl90YWJsZS5zY3NzIiwiX3RhYmxlLXRhZy5zY3NzIiwiX2NhcmQuc2NzcyIsIl90YWcuc2NzcyIsIl9za2V3LnNjc3MiLCJfbWFzay5zY3NzIiwiX2xpc3Quc2NzcyIsIl9uYXYuc2NzcyIsIl9oZWFkZXIuc2NzcyIsIl9mb290ZXIuc2NzcyIsInBhZ2UvX3RvcC5zY3NzIiwicGFnZS9tYXRjaGVzL2V2ZW50L19zdHlsZS5zY3NzIiwicGFnZS9yZXN1bHQvX3N0eWxlLnNjc3MiLCJwYWdlL3RlYW0vc2NoZWR1bGUvdG9wdGVhbS9fc3R5bGUuc2NzcyIsInBhZ2UvY2x1Yi9oaXN0b3J5L19zdHlsZS5zY3NzIiwicGFnZS9jbHViL3JlY29yZC9fc3R5bGUuc2NzcyIsInBhZ2UvY2x1Yi9zcG9uc29yL2xpc3QvX3N0eWxlLnNjc3MiLCJwYWdlL2NsdWIvc3BvbnNvci9fc3R5bGUuc2NzcyIsInBhZ2UvY2x1Yi9lc3BvcnRzL19zdHlsZS5zY3NzIiwicGFnZS9jbHViL2hvbWV0b3duL19zdHlsZS5zY3NzIiwicGFnZS93YXRjaGluZ19pbmZvcm1hdGlvbi9ndWlkZS9fc3R5bGUuc2NzcyIsInBhZ2Uvd2F0Y2hpbmdfaW5mb3JtYXRpb24vZ3VpZGVfd2F0Y2gvX3N0eWxlLnNjc3MiLCJwYWdlL2ZhbnpvbmUvc3VwcG9ydHNob3AvX3N0eWxlLnNjc3MiLCJwYWdlL3RpY2tldC9jb3Jwb3JhdGUvX3N0eWxlLnNjc3MiLCJwYWdlL3RpY2tldC9ncm91cC9fc3R5bGUuc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKuWfuuacrOioreWumiovXG4kYm9keS1jb2xvcjogIzQ1NDU0NTtcbiRmb250LXNpemUtYmFzZTogMXJlbTsgLy8gQXNzdW1lcyB0aGUgYnJvd3NlciBkZWZhdWx0LCB0eXBpY2FsbHkgYDE2cHhgXG4kZm9udC13ZWlnaHQtYm9sZDo3MDA7XG5cbi8q44Kr44Op44O85a6a576pKi9cbiR3aGl0ZTogICAgI2ZmZjtcbiRncmF5LTEwMDogcmdiYSgyMjMsMjI1LDIyOSwwLjM1KTtcbiRncmF5LTMwMDogcmdiYSgyMjMsMjI1LDIyOSwwLjY1KTtcbiRncmF5LTQwMDogcmdiYSgyMjMsMjI1LDIyOSwxKTtcbiRncmF5LTcwMDogI0FBQUNBRjtcbiRncmF5LTgwMDogIzg0ODQ4NDtcbiRncmF5LTkwMDogIzQ1NDU0NTtcbiRibGFjazogICAgIzAwMDtcbiRibHVlOiAgICAjMDA0MDk4O1xuJHBpbms6ICAgICNFNjAwMzk7XG4kcmVkOiAgICAgI2RjMzU0NTtcbiR5ZWxsb3c6ICAjRjhGQzAwO1xuJG5hdnk6ICAjMTQxMzJGO1xuJHJlZC1kYXJrOiAgIzk5MDAwMDtcbiRnb2xkOiAgI0I2ODkzMztcbiRnb2xkLWRhcms6ICAjOUY3OTJFO1xuJHdoaXRlLW9wMzU6IHJnYmEoMjU1LDI1NSwyNTUsMC4zNSk7XG4kd2hpdGUtb3A2NTogcmdiYSgyNTUsMjU1LDI1NSwwLjY1KTtcbiRibHVlLW9wMzU6IHJnYmEoMCw2NCwxNTIsMC4zNSk7XG4kYmx1ZS1vcDY1OiByZ2JhKDAsNjQsMTUyLDAuNjUpO1xuJGxpZ2h0Ymx1ZTogcmdiYSgwLDY0LDE1MiwwLjEpO1xuJHJlZC1vcDY1OiByZ2JhKDE1MywwLDAsMC42NSk7XG4kcHJpbWFyeTogJGJsdWU7XG4kc2Vjb25kYXJ5OiAjMTQxMzJGO1xuJGxpZ2h0OiAkZ3JheS0xMDA7XG4kZGFyazogJGdyYXktOTAwO1xuJGRhcmstb3A4NTogcmdiYSg2OSw2OSw2OSwwLjg1KTtcblxuJHRoZW1lLWNvbG9yczogKFxuICBcIndoaXRlXCI6ICR3aGl0ZSxcbiAgXCJibGFja1wiOiAkYmxhY2ssXG4gIFwiYmx1ZVwiOiAkYmx1ZSxcbiAgXCJsaWdodGJsdWVcIjogJGxpZ2h0Ymx1ZSxcbiAgXCJwaW5rXCI6ICRwaW5rLFxuICBcInJlZFwiOiAkcmVkLFxuICBcInJlZC1kYXJrXCI6ICRyZWQtZGFyayxcbiAgXCJ5ZWxsb3dcIjogJHllbGxvdyxcbiAgXCJnb2xkXCI6ICRnb2xkLFxuICBcImdvbGQtZGFya1wiOiAkZ29sZC1kYXJrLFxuICBcIm5hdnlcIjogJG5hdnksXG4gIFwid2hpdGUtb3AzNVwiOiAkd2hpdGUtb3AzNSxcbiAgXCJ3aGl0ZS1vcDY1XCI6ICR3aGl0ZS1vcDY1LFxuICBcImJsdWUtb3AzNVwiOiAkYmx1ZS1vcDM1LFxuICBcImJsdWUtb3A2NVwiOiAkYmx1ZS1vcDY1LFxuICBcInJlZC1vcDY1XCI6ICRyZWQtb3A2NSxcbiAgXCJkYXJrLW9wODVcIjogJGRhcmstb3A4NSxcbiAgXCJncmF5LTEwMFwiOiAkZ3JheS0xMDAsXG4gIFwiZ3JheS0zMDBcIjogJGdyYXktMzAwLFxuICBcImdyYXktNDAwXCI6ICRncmF5LTQwMCxcbiAgXCJncmF5LTcwMFwiOiAkZ3JheS03MDAsXG4gIFwiZ3JheS04MDBcIjogJGdyYXktODAwLFxuICBcImdyYXktOTAwXCI6ICRncmF5LTkwMFxuXG4pO1xuXG4vKuODluODrOODvOOCr+ODneOCpOODs+ODiCovXG4kZ3JpZC1icmVha3BvaW50czogKFxuICB4czogMCxcbiAgc206IDU3NnB4LFxuICBtZDogNzY4cHgsXG4gIGxnOiAxMDI5cHgsXG4gIHhsOiAxMjAwcHhcbik7XG5cbiRjb250YWluZXItbWF4LXdpZHRoczogKFxuICBzbTogNTQwcHgsXG4gIG1kOiA3MjBweCxcbiAgbGc6IDk5N3B4LFxuICB4bDogMTE0MHB4XG4pO1xuXG4vKuOCsOODquODg+ODiemWk+malCovXG4kZ3JpZC1ndXR0ZXItd2lkdGg6IDMwcHg7XG5cbi8q44K544Oa44O844K5Ki9cbiRzcGFjZXI6IDFyZW07XG4kc3BhY2VyczogKFxuICA2OiAoJHNwYWNlciAqIDQpLFxuICA3OiAoJHNwYWNlciAqIDUpLFxuICA4OiAoJHNwYWNlciAqIDYpLFxuICA5OiAoJHNwYWNlciAqIDcpXG4pO1xuXG4vKuihjOmWkyovXG4kbGluZS1oZWlnaHQtbGc6IDEuNTtcbiRsaW5lLWhlaWdodC1zbTogMS41O1xuXG4vKuinkuS4uCovXG4kYm9yZGVyLXJhZGl1czogNHB4O1xuJGJvcmRlci1yYWRpdXMtbGc6IDZweDtcbiRib3JkZXItcmFkaXVzLXNtOiAycHg7XG5cbi8q44Oc44K/44Oz44K144Kk44K6Ki9cbiRidG4tcGFkZGluZy15OiAwLjY1cmVtO1xuJGJ0bi1wYWRkaW5nLXg6IDFyZW07XG4kYnRuLWZvbnQtc2l6ZTogKCRmb250LXNpemUtYmFzZSAqIDAuODc1KTtcbiRidG4tbGluZS1oZWlnaHQ6IDE7XG5cbiRidG4tcGFkZGluZy15LXNtOiAwLjNyZW07XG4kYnRuLXBhZGRpbmcteC1zbTogMC4zcmVtO1xuJGJ0bi1mb250LXNpemUtc206ICgkZm9udC1zaXplLWJhc2UgKiAwLjg3NSk7XG4kYnRuLWxpbmUtaGVpZ2h0LXNtOiAxO1xuXG4kYnRuLXBhZGRpbmcteS1sZzogMXJlbTtcbiRidG4tcGFkZGluZy14LWxnOiAxcmVtO1xuJGJ0bi1mb250LXNpemUtbGc6ICgkZm9udC1zaXplLWJhc2UgKiAxKTtcbiRidG4tbGluZS1oZWlnaHQtbGc6IDE7XG5cblxuJGJ0bi1ib3JkZXItcmFkaXVzOiA0cHg7XG4kYnRuLWJvcmRlci1yYWRpdXMtbGc6IDZweDtcbiRidG4tYm9yZGVyLXJhZGl1cy1zbTogMnB4O1xuXG4vKuODkOODg+OCuOOCteOCpOOCuiovXG4kYmFkZ2UtZm9udC1zaXplOiAoJGZvbnQtc2l6ZS1iYXNlICogMC43NSk7XG4kYmFkZ2UtZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiRiYWRnZS1wYWRkaW5nLXk6IDAuM3JlbTtcbiRiYWRnZS1wYWRkaW5nLXg6IDFyZW07XG4kYmFkZ2UtcGlsbC1wYWRkaW5nLXg6IDAuNzVyZW07XG5cbi8q44Oq44Oz44Kv5ZGo44KKKi9cbiRsaW5rLWhvdmVyLWRlY29yYXRpb246IG5vbmU7XG5cbi8vIFJlcXVpcmVkXG5AaW1wb3J0IFwiLi4vYm9vdHN0cmFwL3Njc3MvZnVuY3Rpb25zXCI7XG5AaW1wb3J0IFwiLi4vYm9vdHN0cmFwL3Njc3MvdmFyaWFibGVzXCI7XG5AaW1wb3J0IFwiLi4vYm9vdHN0cmFwL3Njc3MvbWl4aW5zXCI7XG5cbi8vIE9wdGlvbmFsXG5AaW1wb3J0IFwiLi4vYm9vdHN0cmFwL3Njc3Mvcm9vdFwiO1xuQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL3JlYm9vdFwiO1xuQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL3R5cGVcIjtcbkBpbXBvcnQgXCIuLi9ib290c3RyYXAvc2Nzcy9pbWFnZXNcIjtcbi8vIEBpbXBvcnQgXCIuLi9ib290c3RyYXAvc2Nzcy9jb2RlXCI7XG5AaW1wb3J0IFwiLi4vYm9vdHN0cmFwL3Njc3MvZ3JpZFwiO1xuQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL3RhYmxlc1wiO1xuQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL2Zvcm1zXCI7XG5AaW1wb3J0IFwiLi4vYm9vdHN0cmFwL3Njc3MvYnV0dG9uc1wiO1xuQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL3RyYW5zaXRpb25zXCI7XG4vLyBAaW1wb3J0IFwiLi4vYm9vdHN0cmFwL3Njc3MvZHJvcGRvd25cIjtcbi8vIEBpbXBvcnQgXCIuLi9ib290c3RyYXAvc2Nzcy9idXR0b24tZ3JvdXBcIjtcbkBpbXBvcnQgXCIuLi9ib290c3RyYXAvc2Nzcy9pbnB1dC1ncm91cFwiO1xuQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL2N1c3RvbS1mb3Jtc1wiO1xuLy8gQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL25hdlwiO1xuLy8gQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL25hdmJhclwiO1xuLy8gQGltcG9ydCBcIi4uL2Jvb3RzdHJhcC9zY3NzL2NhcmRcIjtcbi8vIEBpbXBvcnQgXCIuLi9ib290c3RyYXAvc2Nzcy9icmVhZ
