@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Dosis&subset=latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=optional);
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #1096db;
  --color-green: #008827;
  --color-primary: #00a1e0;
  --color-red: #ee0303;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #7ed0ee;
  --color-grey1: #f3f3f3;
  --color-grey2: #ddd;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #747474;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0, 0, 0, 0.65);
  --color-grey-transparent-2: rgba(0, 0, 0, 0.25);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: #444;
  --skin-main-text-color-2: #444;
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-white);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: #444;
  --skin-banner-background-color-2: #222;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: "Noto Sans JP", sans-serif;
  --skin-body-font: "Noto Sans JP", sans-serif;
  --blue: #1096db;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ee0303;
  --orange: #fd7e14;
  --yellow: #ffc600;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00a1e0;
  --secondary: #64afc8;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc600;
  --danger: #f22;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}
address {
  font-style: normal;
  line-height: inherit
}
address, dl, ol, ul {
  margin-bottom: 1rem
}
dl, ol, ul {
  margin-top: 0
}
ol ol, ol ul, ul ol, ul ul {
  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: #444;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #1e1e1e;
  text-decoration: underline
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  border-style: none
}
img, svg {
  vertical-align: middle
}
svg {
  overflow: hidden
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button, input, optgroup, select, 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
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .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
}
.display-1, .display-2 {
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 5.5rem
}
.display-3 {
  font-size: 4.5rem
}
.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 3.5rem
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc
}
.small, small {
  font-size: 80%;
  font-weight: 400
}
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .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, .img-thumbnail {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #f3f3f3;
  border: 1px solid #dee2e6;
  border-radius: 2px
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: 90%;
  color: #6c757d
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 2px
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container, .container-fluid, .container-lg, .container-md, .container-xl {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:769px) {
  .container, .container-md, .container-sm {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 940px
  }
}
@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1176px
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col, .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-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1, .col-auto {
  -webkit-box-flex: 0
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-2, .col-3 {
  -webkit-box-flex: 0
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-4, .col-5 {
  -webkit-box-flex: 0
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-6, .col-7 {
  -webkit-box-flex: 0
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-8, .col-9 {
  -webkit-box-flex: 0
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-10, .col-11 {
  -webkit-box-flex: 0
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.33333%
}
.offset-2 {
  margin-left: 16.66667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333%
}
.offset-5 {
  margin-left: 41.66667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333%
}
.offset-8 {
  margin-left: 66.66667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333%
}
.offset-11 {
  margin-left: 91.66667%
}
@media (min-width:544px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #ccc
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc
}
.table tbody + tbody {
  border-top: 2px solid #ccc
}
.table-sm td, .table-sm th {
  padding: .3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #ccc
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8e5f6
}
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7aceef
}
.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #a1ddf3
}
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d4e9f0
}
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #aed5e2
}
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c1dfe9
}
.table-success, .table-success > td, .table-success > th {
  background-color: #b8dec3
}
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #7ac18f
}
.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #a7d6b4
}
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb
}
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda
}
.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5
}
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffefb8
}
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffe17a
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe99f
}
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #ffc1c1
}
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ff8c8c
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ffa8a8
}
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe
}
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc
}
.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6
}
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca
}
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe
}
.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc
}
.table-dark {
  color: #fff;
  background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075)
}
@media (max-width:543.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media (max-width:768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media (max-width: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 + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #61d2ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 2px
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #008827
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 136, 39, .9);
  border-radius: 2px
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px
}
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #008827;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23008827' 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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #008827;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #008827;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #008827;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #008827
}
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #008827
}
.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #008827
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  border-color: #00bb36;
  background-color: #00bb36
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #008827
}
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #008827;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #f22
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 34, 34, .9);
  border-radius: 2px
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px
}
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #f22;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f22'%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='%23f22' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #f22;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25);
  box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #f22;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f22'%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='%23f22' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #f22;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25);
  box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25)
}
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f22
}
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f22
}
.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #f22
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  border-color: #f55;
  background-color: #f55
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25);
  box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25)
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #f22
}
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f22;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25);
  box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .25)
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:544px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .form-inline .form-group, .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    -webkit-transition: none;
    transition: none
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none
}
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.btn-primary {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #0086ba;
  border-color: #007cad
}
.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007cad;
  border-color: #0073a0
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5)
}
.btn-secondary {
  color: #212529;
  background-color: #64afc8;
  border-color: #64afc8
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background-color: #48a0be;
  border-color: #419ab8
}
.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(90, 154, 176, .5);
  box-shadow: 0 0 0 .2rem rgba(90, 154, 176, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #64afc8;
  border-color: #64afc8
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #419ab8;
  border-color: #3e92ae
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(90, 154, 176, .5);
  box-shadow: 0 0 0 .2rem rgba(90, 154, 176, .5)
}
.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #00621c;
  border-color: #005518
}
.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5)
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008827;
  border-color: #008827
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005518;
  border-color: #004815
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5)
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
  color: #212529;
  background-color: #ffc600;
  border-color: #ffc600
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #212529;
  background-color: #d9a800;
  border-color: #cc9e00
}
.btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 174, 6, .5);
  box-shadow: 0 0 0 .2rem rgba(222, 174, 6, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc600;
  border-color: #ffc600
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cc9e00;
  border-color: #bf9500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 174, 6, .5);
  box-shadow: 0 0 0 .2rem rgba(222, 174, 6, .5)
}
.btn-danger {
  color: #fff;
  background-color: #f22;
  border-color: #f22
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #fb0000;
  border-color: #e00
}
.btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 67, 67, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 67, 67, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f22;
  border-color: #f22
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e00;
  border-color: #e10000
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 67, 67, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 67, 67, .5)
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light.focus, .btn-light:focus, .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
  color: #00a1e0;
  border-color: #00a1e0
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00a1e0;
  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: #00a1e0;
  border-color: #00a1e0
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5)
}
.btn-outline-secondary {
  color: #64afc8;
  border-color: #64afc8
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #64afc8;
  border-color: #64afc8
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(100, 175, 200, .5);
  box-shadow: 0 0 0 .2rem rgba(100, 175, 200, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #64afc8;
  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: #212529;
  background-color: #64afc8;
  border-color: #64afc8
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(100, 175, 200, .5);
  box-shadow: 0 0 0 .2rem rgba(100, 175, 200, .5)
}
.btn-outline-success {
  color: #008827;
  border-color: #008827
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #008827;
  border-color: #008827
}
.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #008827;
  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: #008827;
  border-color: #008827
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
  color: #ffc600;
  border-color: #ffc600
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc600;
  border-color: #ffc600
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 198, 0, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 198, 0, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc600;
  background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc600;
  border-color: #ffc600
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 198, 0, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 198, 0, .5)
}
.btn-outline-danger {
  color: #f22;
  border-color: #f22
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f22;
  border-color: #f22
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f22;
  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: #f22;
  border-color: #f22
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .5)
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
  font-weight: 400;
  color: #444;
  text-decoration: none
}
.btn-link:hover {
  color: #1e1e1e
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
  text-decoration: underline
}
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px
}
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 2px
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty:after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px
}
.dropdown-menu-left {
  right: auto;
  left: 0
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
@media (min-width:544px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}
@media (min-width:769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropright .dropdown-toggle:after {
  vertical-align: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00a1e0
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.btn-toolbar .input-group {
  width: auto
}
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}
.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%
}
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0
}
.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3
}
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px
}
.input-group-prepend {
  margin-right: -1px
}
.input-group-append {
  margin-left: -1px
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0
}
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}
.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px
}
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 2px
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem
}
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #00a1e0;
  background-color: #00a1e0
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #61d2ff
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #94e1ff;
  border-color: #94e1ff
}
.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 {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd
}
.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}
.custom-control-label:after {
  background: 50%/50% 50% no-repeat
}
.custom-checkbox .custom-control-label:before {
  border-radius: 2px
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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: #00a1e0;
  background-color: #00a1e0
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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, 161, 224, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 161, 224, .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;charset=utf-8,%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, 161, 224, .5)
}
.custom-switch {
  padding-left: 2.25rem
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}
.custom-switch .custom-control-label:after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    -webkit-transition: none;
    transition: none
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 161, 224, .5)
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-select:focus {
  border-color: #61d2ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}
.custom-select::-ms-expand {
  display: none
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}
.custom-file {
  display: inline-block;
  margin-bottom: 0
}
.custom-file, .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + .75rem + 2px)
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  overflow: hidden;
  opacity: 0
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #61d2ff;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .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 {
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px
}
.custom-file-label, .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 2px 2px 0
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-range:focus {
  outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 .2rem rgba(0, 161, 224, .25);
  box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.custom-range::-moz-focus-outer {
  border: 0
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #00a1e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #94e1ff
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00a1e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #94e1ff
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #00a1e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none
  }
}
.custom-range::-ms-thumb:active {
  background-color: #94e1ff
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}
.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range::-ms-fill-upper {
  margin-right: 15px
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
  cursor: default
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}
.custom-control-label:before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
.nav-tabs {
  border-bottom: 0 solid #dee2e6
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f3f3f3;
  border-color: #dee2e6 #dee2e6 #f3f3f3
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-pills .nav-link {
  border-radius: 2px
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a1e0
}
.nav-fill .nav-item, .nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}
.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  padding: .5rem 1rem
}
.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}
@media (max-width:543.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:544px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media (max-width:768.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:769px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-md, .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5);
  border-color: hsla(0, 0%, 100%, .1)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .5)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 2px
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -.375rem
}
.card-subtitle, .card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
  border-radius: 1px 1px 0 0
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
  border-radius: 0 0 1px 1px
}
.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0
}
.card-header-pills, .card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 1px
}
.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}
.card-img, .card-img-top {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px
}
.card-deck .card {
  margin-bottom: 7.5px
}
@media (min-width:544px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px
  }
}
.card-group > .card {
  margin-bottom: 7.5px
}
@media (min-width:544px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}
.card-columns .card {
  margin-bottom: .75rem
}
@media (min-width:544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}
.accordion {
  overflow-anchor: none
}
.accordion > .card {
  overflow: hidden
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 2px
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: #1e1e1e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    -webkit-transition: none;
    transition: none
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}
.badge-primary {
  color: #fff;
  background-color: #00a1e0
}
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #007cad
}
a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5)
}
.badge-secondary {
  color: #212529;
  background-color: #64afc8
}
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #212529;
  background-color: #419ab8
}
a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(100, 175, 200, .5);
  box-shadow: 0 0 0 .2rem rgba(100, 175, 200, .5)
}
.badge-success {
  color: #fff;
  background-color: #008827
}
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #005518
}
a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}
.badge-info {
  color: #fff;
  background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}
a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
  color: #212529;
  background-color: #ffc600
}
a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #cc9e00
}
a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 198, 0, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 198, 0, .5)
}
.badge-danger {
  color: #fff;
  background-color: #f22
}
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #e00
}
a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 34, 34, .5)
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}
a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
  color: #fff;
  background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 2px
}
@media (min-width:544px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 4rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit
}
.alert-primary {
  color: #005474;
  background-color: #ccecf9;
  border-color: #b8e5f6
}
.alert-primary hr {
  border-top-color: #a1ddf3
}
.alert-primary .alert-link {
  color: #002f41
}
.alert-secondary {
  color: #345b68;
  background-color: #e0eff4;
  border-color: #d4e9f0
}
.alert-secondary hr {
  border-top-color: #c1dfe9
}
.alert-secondary .alert-link {
  color: #233d46
}
.alert-success {
  color: #004714;
  background-color: #cce7d4;
  border-color: #b8dec3
}
.alert-success hr {
  border-top-color: #a7d6b4
}
.alert-success .alert-link {
  color: #001406
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}
.alert-info hr {
  border-top-color: #abdde5
}
.alert-info .alert-link {
  color: #062c33
}
.alert-warning {
  color: #856700;
  background-color: #fff4cc;
  border-color: #ffefb8
}
.alert-warning hr {
  border-top-color: #ffe99f
}
.alert-warning .alert-link {
  color: #524000
}
.alert-danger {
  color: #851212;
  background-color: #ffd3d3;
  border-color: #ffc1c1
}
.alert-danger hr {
  border-top-color: #ffa8a8
}
.alert-danger .alert-link {
  color: #580c0c
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}
.alert-light hr {
  border-top-color: #ececf6
}
.alert-light .alert-link {
  color: #686868
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}
.alert-dark hr {
  border-top-color: #b9bbbe
}
.alert-dark .alert-link {
  color: #040505
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 2px
}
.progress, .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}
.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a1e0;
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0
}
.list-group-item + .list-group-item {
  border-top-width: 0
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}
@media (min-width:544px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media (min-width:769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
.list-group-flush {
  border-radius: 0
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0
}
.list-group-item-primary {
  color: #005474;
  background-color: #b8e5f6
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #005474;
  background-color: #a1ddf3
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005474;
  border-color: #005474
}
.list-group-item-secondary {
  color: #345b68;
  background-color: #d4e9f0
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #345b68;
  background-color: #c1dfe9
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #345b68;
  border-color: #345b68
}
.list-group-item-success {
  color: #004714;
  background-color: #b8dec3
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #004714;
  background-color: #a7d6b4
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004714;
  border-color: #004714
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}
.list-group-item-warning {
  color: #856700;
  background-color: #ffefb8
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856700;
  background-color: #ffe99f
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856700;
  border-color: #856700
}
.list-group-item-danger {
  color: #851212;
  background-color: #ffc1c1
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #851212;
  background-color: #ffa8a8
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #851212;
  border-color: #851212
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
.close:hover {
  color: #000;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}
a.close.disabled {
  pointer-events: none
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(-50%, -50%) scale(.9);
  transform: translate(-50%, -50%) scale(.9)
}


/* まとめて購入ボタン */
.all-cart-in{
  margin:0 auto 3em;
  text-align:center;
}
.all-cart-in p{
  font-size:2em;
  font-weight:bold;
}
#post-style td{
  margin-bottom:0;
}
#post-style td p{
  margin:0;
}

/* 一括購入modal */
#all-cart-in .modal-dialog{
  padding-bottom: 6em;
  height:80vh !important;
}

#all-cart-in .modal-dialog .modal-content{
  position:relative;
}

#all-cart-in .modal-dialog .modal-content .cart-btn{
  position:fixed;
  bottom:1em;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width:90% !important;
}
#all-cart-in .modal-dialog .modal-content .cart-btn::after{
  content:'\f218'; /* fontawesomeのアイコン表示 */
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width:0;
  z-index:0;
  color:#fff;
  position:absolute;
  top:50%;
  right:50px;
  transform:translateY(-50%);
  pointer-events:none
}
#all-cart-in .modal-dialog .modal-body{
  margin:0 auto 2em;
}
#all-cart-in .modal-dialog .modal-body h2{
  margin:0 auto 1.5em;
  font-size:23px;
  text-align:center;
}
@media screen and (max-width: 768px) {
  /* #all-cart-in .modal-dialog .modal-body h2{
    font-size:17px !important;
  } */
}
#all-cart-in .modal-dialog .modal-body .pop-item-area{
  border-bottom:1px solid #ccc;
}
#all-cart-in .modal-dialog .modal-body .pop-item-area .pop-item-cartin{
  margin:0 0 0.3em 7%;
  color:#155ad8;
  font-size:1.2em;
}
#all-cart-in .modal-dialog .modal-body .pop-item-area .pop-item-error{
  margin:0 0 0.3em 7%;
  color:#da4453;
  font-size:1.2em;
}
#all-cart-in .modal-dialog .modal-body .pop-item{
  padding:1em 0 0.3rem 0 !important;
  display:flex;
  align-items: center;
}



#all-cart-in .modal-dialog .modal-body .pop-item input{
  width:5%;
  min-width:30px;
  padding:auto 10px;
}

#all-cart-in .modal-dialog .modal-body .pop-item input[type=checkbox] {
  transform: scale(1.5);
}

#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info{
  width:71%;
}
#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-title{
  margin-bottom:0.5em;
  width:100%;
}
@media (max-width:769px) {
  #all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-size{
  margin-bottom:0.4em;
  position:relative;
  width:20%;
  min-width:190px;
}

#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-size select{
  width:100%;
  padding:0.2em 0.5em;
  background:#efefef;
}
#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-size::after{
  content:'\f078'; /* fontawesomeのアイコン表示 */
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width:0;
  z-index:0;
  position:absolute;
  top:50%;
  right:25px;
  transform:translateY(-50%);
  pointer-events:none
}

#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-color{
  line-height:1.2;
}
#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-imagearea{
  width:20%;
  margin:0 2%;
  min-width:100px;
  line-height:0;
}
#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-imagearea img{
  margin:0 !important;
}
#all-cart-in .modal-dialog .modal-body .pop-item .pop-item-img img{
  width:100% !important;
}

/* 購入できない場合 */
#all-cart-in .modal-dialog .modal-body .possession .pop-item-imagearea{
  position:relative;
}
#all-cart-in .modal-dialog .modal-body .possession .pop-item-imagearea .pop-item-img{
  background:#000;
  line-height:0;
}
#all-cart-in .modal-dialog .modal-body .possession .pop-item-imagearea img{
  background:#000;
  position:relative;
  width:100%;
  opacity:0.4;

}


#all-cart-in .modal-dialog .modal-body p.pop-possession{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display:block;
  font-size:1.1em;
  font-weight:bold;
  color:#fff;
  z-index:333;
}
#all-cart-in .modal-dialog .modal-body p.pop-possession span{
  display:block;
  white-space:nowrap;
  line-height:1;
}


@media (max-width:769px) {
  #all-cart-in .modal-dialog .modal-body p.pop-possession{
    font-size:0.8em;
  }
  #all-cart-in .modal-dialog .modal-body .pop-item-area .pop-item-error,
  #all-cart-in .modal-dialog .modal-body .pop-item-area .pop-item-cartin{
    font-size:1em;
  }
}

@media (max-width:544px){
  #all-cart-in .modal-dialog .modal-body .pop-item{
    margin-left:5px;
  }
  #all-cart-in .modal-dialog .modal-body .pop-item input{
    width:2% !important;
    min-width:20px !important;
    padding:0 !important;
  }
  #all-cart-in .modal-dialog .modal-body .pop-item input[type=checkbox] {
    transform: scale(1.2);
  }

  #all-cart-in .modal-dialog .modal-body .pop-item .pop-item-imagearea{
    min-width:75px !important;
    max-width:80px !important;
  }

  button.cart-btn{
    font-size: 0.8rem !important;
    padding:10px  !important;
  }

  #all-cart-in .modal-dialog .modal-content .cart-btn::after{
   right:21px;
  }
  
  #all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-size{
    min-width:170px;
  }
  #all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-color{
    line-height:1.2;
    font-size:0.8em;
  }

}

@media (max-width:380px){
  .modal-dialog{
    padding:10px !important;
  }
  /* #all-cart-in .modal-dialog .modal-body .pop-item{
    margin-left:5px;
  }
  #all-cart-in .modal-dialog .modal-body .pop-item input{
    width:2% !important;
    min-width:20px !important;
    padding:0 !important;
  }
  #all-cart-in .modal-dialog .modal-body .pop-item input[type=checkbox] {
    transform: scale(1.2);
  } */

  #all-cart-in .modal-dialog .modal-body .pop-item .pop-item-imagearea{
    min-width:70px !important;
    max-width:70px !important;
  }

  
  #all-cart-in .modal-dialog .modal-body .pop-item .pop-item-info .pop-item-size{
    min-width:auto;
    width:100%;
  }

  #all-cart-in .modal-dialog .modal-content .cart-btn{
    width:100%;
  }

}


@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%
}
.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%
}
.modal-dialog-centered:before {
  display: block;
  height: 100vh;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, .2);
  border-radius: 2px;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .7
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}
.modal-footer > * {
  margin: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:544px) {
  .modal-dialog {
    max-width: 500px;
    margin: 0 auto
  }
  .modal-dialog-scrollable {
    max-height: 100%
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100vh
  }
  .modal-dialog-centered {
    min-height: 100%
  }
  .modal-dialog-centered:before {
    height: 100vh;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px
}
.popover, .popover .arrow {
  position: absolute;
  display: block
}
.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 2px
}
.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: 2px 0
}
.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: 2px 0
}
.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
.align-baseline {
  vertical-align: baseline !important
}
.align-top {
  vertical-align: top !important
}
.align-middle {
  vertical-align: middle !important
}
.align-bottom {
  vertical-align: bottom !important
}
.align-text-bottom {
  vertical-align: text-bottom !important
}
.align-text-top {
  vertical-align: text-top !important
}
.bg-primary {
  background-color: #00a1e0 !important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #007cad !important
}
.bg-secondary {
  background-color: #64afc8 !important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #419ab8 !important
}
.bg-success {
  background-color: #008827 !important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #005518 !important
}
.bg-info {
  background-color: #17a2b8 !important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important
}
.bg-warning {
  background-color: #ffc600 !important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #cc9e00 !important
}
.bg-danger {
  background-color: #f22 !important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #e00 !important
}
.bg-light {
  background-color: #f8f9fa !important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important
}
.bg-dark {
  background-color: #343a40 !important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important
}
.bg-white {
  background-color: #fff !important
}
.bg-transparent {
  background-color: transparent !important
}
.border {
  border: 1px solid #dee2e6 !important
}
.border-top {
  border-top: 1px solid #dee2e6 !important
}
.border-right {
  border-right: 1px solid #dee2e6 !important
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}
.border-left {
  border-left: 1px solid #dee2e6 !important
}
.border-0 {
  border: 0 !important
}
.border-top-0 {
  border-top: 0 !important
}
.border-right-0 {
  border-right: 0 !important
}
.border-bottom-0 {
  border-bottom: 0 !important
}
.border-left-0 {
  border-left: 0 !important
}
.border-primary {
  border-color: #00a1e0 !important
}
.border-secondary {
  border-color: #64afc8 !important
}
.border-success {
  border-color: #008827 !important
}
.border-info {
  border-color: #17a2b8 !important
}
.border-warning {
  border-color: #ffc600 !important
}
.border-danger {
  border-color: #f22 !important
}
.border-light {
  border-color: #f8f9fa !important
}
.border-dark {
  border-color: #343a40 !important
}
.border-white {
  border-color: #fff !important
}
.rounded, .rounded-sm {
  border-radius: 2px !important
}
.rounded-top {
  border-top-left-radius: 2px !important
}
.rounded-right, .rounded-top {
  border-top-right-radius: 2px !important
}
.rounded-bottom, .rounded-right {
  border-bottom-right-radius: 2px !important
}
.rounded-bottom, .rounded-left {
  border-bottom-left-radius: 2px !important
}
.rounded-left {
  border-top-left-radius: 2px !important
}
.rounded-lg {
  border-radius: 2px !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-pill {
  border-radius: 50rem !important
}
.rounded-0 {
  border-radius: 0 !important
}
.clearfix:after {
  display: block;
  clear: both;
  content: ""
}
.d-none {
  display: none !important
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-table {
  display: table !important
}
.d-table-row {
  display: table-row !important
}
.d-table-cell {
  display: table-cell !important
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}
@media (min-width:544px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:769px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width: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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media print {
  .d-print-none {
    display: none !important
  }
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive:before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%
}
.embed-responsive-16by9:before {
  padding-top: 56.25%
}
.embed-responsive-4by3:before {
  padding-top: 75%
}
.embed-responsive-1by1:before {
  padding-top: 100%
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}
.flex-column, .flex-row {
  -webkit-box-direction: normal !important
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}
.flex-column-reverse, .flex-row-reverse {
  -webkit-box-direction: reverse !important
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}
@media (min-width:544px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-sm-column, .flex-sm-row {
    -webkit-box-direction: normal !important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-md-column, .flex-md-row {
    -webkit-box-direction: normal !important
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-lg-column, .flex-lg-row {
    -webkit-box-direction: normal !important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-xl-column, .flex-xl-row {
    -webkit-box-direction: normal !important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-none {
  float: none !important
}
@media (min-width:544px) {
  .float-sm-left {
    float: left !important
  }
  .float-sm-right {
    float: right !important
  }
  .float-sm-none {
    float: none !important
  }
}
@media (min-width:769px) {
  .float-md-left {
    float: left !important
  }
  .float-md-right {
    float: right !important
  }
  .float-md-none {
    float: none !important
  }
}
@media (min-width:992px) {
  .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 {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: sticky !important
}
.fixed-top {
  top: 0
}
.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  bottom: 0
}
@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.sr-only {
  white-space: nowrap
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  white-space: normal
}
.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.shadow {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.mw-100 {
  max-width: 100% !important
}
.mh-100 {
  max-height: 100% !important
}
.min-vw-100 {
  min-width: 100vw !important
}
.min-vh-100 {
  min-height: 100vh !important
}
.vw-100 {
  width: 100vw !important
}
.vh-100 {
  height: 100vh !important
}
.m-0 {
  margin: 0 !important
}
.mt-0, .my-0 {
  margin-top: 0 !important
}
.mr-0, .mx-0 {
  margin-right: 0 !important
}
.mb-0, .my-0 {
  margin-bottom: 0 !important
}
.ml-0, .mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: .25rem !important
}
.mt-1, .my-1 {
  margin-top: .25rem !important
}
.mr-1, .mx-1 {
  margin-right: .25rem !important
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
  margin-left: .25rem !important
}
.m-2 {
  margin: .5rem !important
}
.mt-2, .my-2 {
  margin-top: .5rem !important
}
.mr-2, .mx-2 {
  margin-right: .5rem !important
}
.mb-2, .my-2 {
  margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
  margin-left: .5rem !important
}
.m-3 {
  margin: 1rem !important
}
.mt-3, .my-3 {
  margin-top: 1rem !important
}
.mr-3, .mx-3 {
  margin-right: 1rem !important
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
  margin-left: 1rem !important
}
.m-4 {
  margin: 1.5rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}
.m-5 {
  margin: 3rem !important
}
.mt-5, .my-5 {
  margin-top: 3rem !important
}
.mr-5, .mx-5 {
  margin-right: 3rem !important
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
  margin-left: 3rem !important
}
.p-0 {
  padding: 0 !important
}
.pt-0, .py-0 {
  padding-top: 0 !important
}
.pr-0, .px-0 {
  padding-right: 0 !important
}
.pb-0, .py-0 {
  padding-bottom: 0 !important
}
.pl-0, .px-0 {
  padding-left: 0 !important
}
.p-1 {
  padding: .25rem !important
}
.pt-1, .py-1 {
  padding-top: .25rem !important
}
.pr-1, .px-1 {
  padding-right: .25rem !important
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important
}
.pl-1, .px-1 {
  padding-left: .25rem !important
}
.p-2 {
  padding: .5rem !important
}
.pt-2, .py-2 {
  padding-top: .5rem !important
}
.pr-2, .px-2 {
  padding-right: .5rem !important
}
.pb-2, .py-2 {
  padding-bottom: .5rem !important
}
.pl-2, .px-2 {
  padding-left: .5rem !important
}
.p-3 {
  padding: 1rem !important
}
.pt-3, .py-3 {
  padding-top: 1rem !important
}
.pr-3, .px-3 {
  padding-right: 1rem !important
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important
}
.pl-3, .px-3 {
  padding-left: 1rem !important
}
.p-4 {
  padding: 1.5rem !important
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.pt-5, .py-5 {
  padding-top: 3rem !important
}
.pr-5, .px-5 {
  padding-right: 3rem !important
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important
}
.pl-5, .px-5 {
  padding-left: 3rem !important
}
.m-n1 {
  margin: -.25rem !important
}
.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}
.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}
.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}
.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}
.m-n2 {
  margin: -.5rem !important
}
.mt-n2, .my-n2 {
  margin-top: -.5rem !important
}
.mr-n2, .mx-n2 {
  margin-right: -.5rem !important
}
.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important
}
.ml-n2, .mx-n2 {
  margin-left: -.5rem !important
}
.m-n3 {
  margin: -1rem !important
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important
}
.m-n4 {
  margin: -1.5rem !important
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important
}
.m-n5 {
  margin: -3rem !important
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important
}
.m-auto {
  margin: auto !important
}
.mt-auto, .my-auto {
  margin-top: auto !important
}
.mr-auto, .mx-auto {
  margin-right: auto !important
}
.mb-auto, .my-auto {
  margin-bottom: auto !important
}
.ml-auto, .mx-auto {
  margin-left: auto !important
}
@media (min-width:544px) {
  .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: .25rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }
  .m-sm-2 {
    margin: .5rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
  }
  .m-sm-3 {
    margin: 1rem !important
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
  }
  .m-sm-4 {
    margin: 1.5rem !important
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
  }
  .m-sm-5 {
    margin: 3rem !important
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }
  .p-sm-0 {
    padding: 0 !important
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }
  .p-sm-1 {
    padding: .25rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }
  .p-sm-2 {
    padding: .5rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
  }
  .p-sm-3 {
    padding: 1rem !important
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }
  .p-sm-4 {
    padding: 1.5rem !important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }
  .m-sm-n1 {
    margin: -.25rem !important
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important
  }
  .m-sm-n2 {
    margin: -.5rem !important
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important
  }
  .m-sm-n3 {
    margin: -1rem !important
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important
  }
  .m-sm-n4 {
    margin: -1.5rem !important
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important
  }
  .m-sm-n5 {
    margin: -3rem !important
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important
  }
  .m-sm-auto {
    margin: auto !important
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
  }
}
@media (min-width:769px) {
  .m-md-0 {
    margin: 0 !important
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }
  .m-md-1 {
    margin: .25rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }
  .m-md-2 {
    margin: .5rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
  }
  .m-md-3 {
    margin: 1rem !important
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
  }
  .m-md-4 {
    margin: 1.5rem !important
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
  }
  .m-md-5 {
    margin: 3rem !important
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }
  .p-md-0 {
    padding: 0 !important
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }
  .p-md-1 {
    padding: .25rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }
  .p-md-2 {
    padding: .5rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important
  }
  .p-md-3 {
    padding: 1rem !important
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }
  .p-md-4 {
    padding: 1.5rem !important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }
  .m-md-n1 {
    margin: -.25rem !important
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important
  }
  .m-md-n2 {
    margin: -.5rem !important
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important
  }
  .m-md-n3 {
    margin: -1rem !important
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important
  }
  .m-md-n4 {
    margin: -1.5rem !important
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important
  }
  .m-md-n5 {
    margin: -3rem !important
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important
  }
  .m-md-auto {
    margin: auto !important
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }
  .m-lg-1 {
    margin: .25rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }
  .m-lg-2 {
    margin: .5rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
  }
  .m-lg-3 {
    margin: 1rem !important
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
  }
  .m-lg-4 {
    margin: 1.5rem !important
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
  }
  .m-lg-5 {
    margin: 3rem !important
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }
  .p-lg-0 {
    padding: 0 !important
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }
  .p-lg-1 {
    padding: .25rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }
  .p-lg-2 {
    padding: .5rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
  }
  .p-lg-3 {
    padding: 1rem !important
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }
  .p-lg-4 {
    padding: 1.5rem !important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }
  .m-lg-n1 {
    margin: -.25rem !important
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important
  }
  .m-lg-n2 {
    margin: -.5rem !important
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important
  }
  .m-lg-n3 {
    margin: -1rem !important
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important
  }
  .m-lg-n4 {
    margin: -1.5rem !important
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important
  }
  .m-lg-n5 {
    margin: -3rem !important
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important
  }
  .m-lg-auto {
    margin: auto !important
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
  }
}
@media (min-width: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: .25rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }
  .m-xl-2 {
    margin: .5rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
  }
  .m-xl-3 {
    margin: 1rem !important
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
  }
  .m-xl-4 {
    margin: 1.5rem !important
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
  }
  .m-xl-5 {
    margin: 3rem !important
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }
  .p-xl-0 {
    padding: 0 !important
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }
  .p-xl-1 {
    padding: .25rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }
  .p-xl-2 {
    padding: .5rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
  }
  .p-xl-3 {
    padding: 1rem !important
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }
  .p-xl-4 {
    padding: 1.5rem !important
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }
  .m-xl-n1 {
    margin: -.25rem !important
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important
  }
  .m-xl-n2 {
    margin: -.5rem !important
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important
  }
  .m-xl-n3 {
    margin: -1rem !important
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important
  }
  .m-xl-n4 {
    margin: -1.5rem !important
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important
  }
  .m-xl-n5 {
    margin: -3rem !important
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important
  }
  .m-xl-auto {
    margin: auto !important
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent
}
.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:544px) {
  .text-sm-left {
    text-align: left !important
  }
  .text-sm-right {
    text-align: right !important
  }
  .text-sm-center {
    text-align: center !important
  }
}
@media (min-width:769px) {
  .text-md-left {
    text-align: left !important
  }
  .text-md-right {
    text-align: right !important
  }
  .text-md-center {
    text-align: center !important
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }
  .text-lg-right {
    text-align: right !important
  }
  .text-lg-center {
    text-align: center !important
  }
}
@media (min-width: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: #00a1e0 !important
}
a.text-primary:focus, a.text-primary:hover {
  color: #006a94 !important
}
.text-secondary {
  color: #64afc8 !important
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #3b8aa5 !important
}
.text-success {
  color: #008827 !important
}
a.text-success:focus, a.text-success:hover {
  color: #003c11 !important
}
.text-info {
  color: #17a2b8 !important
}
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important
}
.text-warning {
  color: #ffc600 !important
}
a.text-warning:focus, a.text-warning:hover {
  color: #b38b00 !important
}
.text-danger {
  color: #f22 !important
}
a.text-danger:focus, a.text-danger:hover {
  color: #d50000 !important
}
.text-light {
  color: #f8f9fa !important
}
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important
}
.text-dark {
  color: #343a40 !important
}
a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important
}
.text-body {
  color: #212529 !important
}
.text-muted {
  color: #6c757d !important
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}
.text-white-50 {
  color: hsla(0, 0%, 100%, .5) !important
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.text-decoration-none {
  text-decoration: none !important
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important
}
.text-reset {
  color: inherit !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media print {
  *, :after, :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  pre {
    white-space: pre-wrap !important
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  .container, body {
    min-width: 992px !important
  }
  .navbar {
    display: none
  }
  .badge {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table td, .table th {
    background-color: #fff !important
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
  }
  .table-dark {
    color: inherit
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #ccc
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc
  }
}
.carousel .icon-next, .carousel .icon-prev {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: .24em;
  width: 3rem
}
.carousel .icon-next:before, .carousel .icon-prev:before {
  color: #000;
  font-family: FontAwesome
}
.carousel .icon-prev:before {
  content: "\f104"
}
.carousel .icon-next:before {
  content: "\f105"
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.nav-tabs {
  border-bottom: 1px solid #ccc
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.active {
  border-bottom: .188em solid var(--skin-primary-color-1)
}
.card {
  margin-bottom: 1em
}
.card-header h4 {
  margin-bottom: 0
}
.modal .modal-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
dt {
  color: #495057;
  font-weight: 400
}
@media (min-width:992px) {
  .custom-control-inline + .custom-control-inline {
    margin-left: 4%
  }
}
.custom-checkbox {
  padding: 7px 0 7px 52px;
  font-size: 14px;
  cursor: pointer
}
.custom-checkbox input {
  left: 5px;
  top: 1px;
  width: 32px;
  height: 32px;
  z-index: auto
}
@media (max-width:768.98px) {
  .custom-checkbox {
    padding-left: 42px
  }
}
.custom-checkbox .custom-control-label:before {
  left: -47px;
  margin: -10px 0 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 3px solid #c6c6c6;
  border-radius: 50%;
  cursor: pointer
}
@media (max-width:768.98px) {
  .custom-checkbox .custom-control-label:before {
    left: -37px
  }
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background: #00a1e0;
  border: 3px solid #00a1e0
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  left: -47px;
  margin: -10px 0 0;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%224%22%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20d%3D%22M2.5%204a.47.47%200%2001-.35-.15l-2-2a.48.48%200%20010-.7.48.48%200%2001.7%200L2.5%202.79%205.15.15a.48.48%200%2001.7%200%20.48.48%200%20010%20.7l-3%203A.47.47%200%20012.5%204z%22%20fill%3D%22%23fff%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 50%, 50%;
  background-position-y: 53%;
  border-radius: 50%
}
@media (max-width:768.98px) {
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    left: -37px
  }
}
.custom-radio {
  padding: 7px 0 7px 52px;
  font-size: 14px;
  cursor: pointer
}
.custom-radio input {
  left: 5px;
  top: 1px;
  width: 32px;
  height: 32px;
  z-index: auto
}
@media (max-width:768.98px) {
  .custom-radio {
    padding-left: 42px
  }
}
.custom-radio .custom-control-label:before {
  left: -47px;
  margin: -10px 0 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 3px solid #c6c6c6;
  cursor: pointer
}
@media (max-width:768.98px) {
  .custom-radio .custom-control-label:before {
    left: -37px
  }
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background: #00a1e0;
  border: 3px solid #00a1e0
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  left: -47px;
  margin: -10px 0 0;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%224%22%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20d%3D%22M2.5%204a.47.47%200%2001-.35-.15l-2-2a.48.48%200%20010-.7.48.48%200%2001.7%200L2.5%202.79%205.15.15a.48.48%200%2001.7%200%20.48.48%200%20010%20.7l-3%203A.47.47%200%20012.5%204z%22%20fill%3D%22%23fff%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 50%, 50%;
  background-position-y: 53%
}
@media (max-width:768.98px) {
  .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    left: -37px
  }
}
.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
  background-image: none
}
.form-control {
  border-color: #bdc5cd
}
.form-control.is-invalid {
  background-image: none;
  background-color: #fdf5f5
}
@media (max-width:768.98px) {
  .form-group {
    margin-bottom: 8px
  }
}
.form-row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .5);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .5);
  width: calc(100% - 48px)
}
@media (min-width:769px) {
  .modal-dialog {
    padding: 48px;
    max-width: 886px;
    height: 462px
  }
}
@media (max-width:768.98px) {
  .modal-dialog {
    padding: 24px;
    height: 70vh
  }
}
.modal-content {
  position: static;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}
.modal-content .close {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  width: 26px;
  height: 40px;
  z-index: 999;
}
.modal-content .close:focus {
  outline: none
}
.modal-content .close span {
  display: none
}
.modal-content .close:after, .modal-content .close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  height: 3px;
  width: 33px;
  background: #f9f9f9
}
.modal-content .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}
.modal-content .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}
.modal-header {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.modal-header .full-pdp-link {
  display: none
}
.modal-header .modal-title {
  color: #000;
  font-size: 1.5rem
}
.modal-header .modal-lead {
  margin-top: 1em
}
.modal-body {
  padding: 0
}
@media (max-width:768.98px) {
  .modal-body .col {
    padding: 0
  }
}
.modal-footer {
  padding: 0
}
.font-weight-medium {
  font-weight: 500
}
.pull-left-xs {
  float: left
}
.pull-right-xs {
  float: right
}
@media (min-width:544px) and (max-width:768.98px) {
  .pull-left-sm {
    float: left
  }
  .pull-right-sm {
    float: right
  }
}
@media (min-width:769px) and (max-width:991.98px) {
  .pull-left-md {
    float: left
  }
  .pull-right-md {
    float: right
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .pull-left-lg {
    float: left
  }
  .pull-right-lg {
    float: right
  }
}
@media (min-width:1200px) {
  .pull-left-xl {
    float: left
  }
  .pull-right-xl {
    float: right
  }
}
@media (max-width:543.98px) {
  .hidden-xs-down {
    display: none !important
  }
}
@media (max-width:768.98px) {
  .hidden-sm-down {
    display: none !important
  }
}
@media (max-width:991.98px) {
  .hidden-md-down {
    display: none !important
  }
}
@media (max-width:1199.98px) {
  .hidden-lg-down {
    display: none !important
  }
}
.hidden-xl-down {
  display: none !important
}
.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-fw {
  width: 1.28571em;
  text-align: center
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none
}
.fa-ul > li {
  position: relative
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center
}
.fa-li.fa-lg {
  left: -1.85714em
}
.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}
.fa-pull-left {
  float: left
}
.fa-pull-right {
  float: right
}
.fa.fa-pull-left {
  margin-right: .3em
}
.fa.fa-pull-right {
  margin-left: .3em
}
.pull-right {
  float: right
}
.pull-left {
  float: left
}
.fa.pull-left {
  margin-right: .3em
}
.fa.pull-right {
  margin-left: .3em
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-glass:before {
  content: ""
}
.fa-music:before {
  content: ""
}
.fa-search:before {
  content: ""
}
.fa-envelope-o:before {
  content: ""
}
.fa-heart:before {
  content: ""
}
.fa-star:before {
  content: ""
}
.fa-star-o:before {
  content: ""
}
.fa-user:before {
  content: ""
}
.fa-film:before {
  content: ""
}
.fa-th-large:before {
  content: ""
}
.fa-th:before {
  content: ""
}
.fa-th-list:before {
  content: ""
}
.fa-check:before {
  content: ""
}
.fa-close:before, .fa-remove:before, .fa-times:before {
  content: ""
}
.fa-search-plus:before {
  content: ""
}
.fa-search-minus:before {
  content: ""
}
.fa-power-off:before {
  content: ""
}
.fa-signal:before {
  content: ""
}
.fa-cog:before, .fa-gear:before {
  content: ""
}
.fa-trash-o:before {
  content: ""
}
.fa-home:before {
  content: ""
}
.fa-file-o:before {
  content: ""
}
.fa-clock-o:before {
  content: ""
}
.fa-road:before {
  content: ""
}
.fa-download:before {
  content: ""
}
.fa-arrow-circle-o-down:before {
  content: ""
}
.fa-arrow-circle-o-up:before {
  content: ""
}
.fa-inbox:before {
  content: ""
}
.fa-play-circle-o:before {
  content: ""
}
.fa-repeat:before, .fa-rotate-right:before {
  content: ""
}
.fa-refresh:before {
  content: ""
}
.fa-list-alt:before {
  content: ""
}
.fa-lock:before {
  content: ""
}
.fa-flag:before {
  content: ""
}
.fa-headphones:before {
  content: ""
}
.fa-volume-off:before {
  content: ""
}
.fa-volume-down:before {
  content: ""
}
.fa-volume-up:before {
  content: ""
}
.fa-qrcode:before {
  content: ""
}
.fa-barcode:before {
  content: ""
}
.fa-tag:before {
  content: ""
}
.fa-tags:before {
  content: ""
}
.fa-book:before {
  content: ""
}
.fa-bookmark:before {
  content: ""
}
.fa-print:before {
  content: ""
}
.fa-camera:before {
  content: ""
}
.fa-font:before {
  content: ""
}
.fa-bold:before {
  content: ""
}
.fa-italic:before {
  content: ""
}
.fa-text-height:before {
  content: ""
}
.fa-text-width:before {
  content: ""
}
.fa-align-left:before {
  content: ""
}
.fa-align-center:before {
  content: ""
}
.fa-align-right:before {
  content: ""
}
.fa-align-justify:before {
  content: ""
}
.fa-list:before {
  content: ""
}
.fa-dedent:before, .fa-outdent:before {
  content: ""
}
.fa-indent:before {
  content: ""
}
.fa-video-camera:before {
  content: ""
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: ""
}
.fa-pencil:before {
  content: ""
}
.fa-map-marker:before {
  content: ""
}
.fa-adjust:before {
  content: ""
}
.fa-tint:before {
  content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: ""
}
.fa-share-square-o:before {
  content: ""
}
.fa-check-square-o:before {
  content: ""
}
.fa-arrows:before {
  content: ""
}
.fa-step-backward:before {
  content: ""
}
.fa-fast-backward:before {
  content: ""
}
.fa-backward:before {
  content: ""
}
.fa-play:before {
  content: ""
}
.fa-pause:before {
  content: ""
}
.fa-stop:before {
  content: ""
}
.fa-forward:before {
  content: ""
}
.fa-fast-forward:before {
  content: ""
}
.fa-step-forward:before {
  content: ""
}
.fa-eject:before {
  content: ""
}
.fa-chevron-left:before {
  content: ""
}
.fa-chevron-right:before {
  content: ""
}
.fa-plus-circle:before {
  content: ""
}
.fa-minus-circle:before {
  content: ""
}
.fa-times-circle:before {
  content: ""
}
.fa-check-circle:before {
  content: ""
}
.fa-question-circle:before {
  content: ""
}
.fa-info-circle:before {
  content: ""
}
.fa-crosshairs:before {
  content: ""
}
.fa-times-circle-o:before {
  content: ""
}
.fa-check-circle-o:before {
  content: ""
}
.fa-ban:before {
  content: ""
}
.fa-arrow-left:before {
  content: ""
}
.fa-arrow-right:before {
  content: ""
}
.fa-arrow-up:before {
  content: ""
}
.fa-arrow-down:before {
  content: ""
}
.fa-mail-forward:before, .fa-share:before {
  content: ""
}
.fa-expand:before {
  content: ""
}
.fa-compress:before {
  content: ""
}
.fa-plus:before {
  content: ""
}
.fa-minus:before {
  content: ""
}
.fa-asterisk:before {
  content: ""
}
.fa-exclamation-circle:before {
  content: ""
}
.fa-gift:before {
  content: ""
}
.fa-leaf:before {
  content: ""
}
.fa-fire:before {
  content: ""
}
.fa-eye:before {
  content: ""
}
.fa-eye-slash:before {
  content: ""
}
.fa-exclamation-triangle:before, .fa-warning:before {
  content: ""
}
.fa-plane:before {
  content: ""
}
.fa-calendar:before {
  content: ""
}
.fa-random:before {
  content: ""
}
.fa-comment:before {
  content: ""
}
.fa-magnet:before {
  content: ""
}
.fa-chevron-up:before {
  content: ""
}
.fa-chevron-down:before {
  content: ""
}
.fa-retweet:before {
  content: ""
}
.fa-shopping-cart:before {
  content: ""
}
.fa-folder:before {
  content: ""
}
.fa-folder-open:before {
  content: ""
}
.fa-arrows-v:before {
  content: ""
}
.fa-arrows-h:before {
  content: ""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: ""
}
.fa-twitter-square:before {
  content: ""
}
.fa-facebook-square:before {
  content: ""
}
.fa-camera-retro:before {
  content: ""
}
.fa-key:before {
  content: ""
}
.fa-cogs:before, .fa-gears:before {
  content: ""
}
.fa-comments:before {
  content: ""
}
.fa-thumbs-o-up:before {
  content: ""
}
.fa-thumbs-o-down:before {
  content: ""
}
.fa-star-half:before {
  content: ""
}
.fa-heart-o:before {
  content: "♡"
}
.fa-sign-out:before {
  content: ""
}
.fa-linkedin-square:before {
  content: ""
}
.fa-thumb-tack:before {
  content: ""
}
.fa-external-link:before {
  content: ""
}
.fa-sign-in:before {
  content: ""
}
.fa-trophy:before {
  content: ""
}
.fa-github-square:before {
  content: ""
}
.fa-upload:before {
  content: ""
}
.fa-lemon-o:before {
  content: ""
}
.fa-phone:before {
  content: ""
}
.fa-square-o:before {
  content: ""
}
.fa-bookmark-o:before {
  content: ""
}
.fa-phone-square:before {
  content: ""
}
.fa-twitter:before {
  content: ""
}
.fa-facebook-f:before, .fa-facebook:before {
  content: ""
}
.fa-github:before {
  content: ""
}
.fa-unlock:before {
  content: ""
}
.fa-credit-card:before {
  content: ""
}
.fa-feed:before, .fa-rss:before {
  content: ""
}
.fa-hdd-o:before {
  content: ""
}
.fa-bullhorn:before {
  content: ""
}
.fa-bell:before {
  content: ""
}
.fa-certificate:before {
  content: ""
}
.fa-hand-o-right:before {
  content: ""
}
.fa-hand-o-left:before {
  content: ""
}
.fa-hand-o-up:before {
  content: ""
}
.fa-hand-o-down:before {
  content: ""
}
.fa-arrow-circle-left:before {
  content: ""
}
.fa-arrow-circle-right:before {
  content: ""
}
.fa-arrow-circle-up:before {
  content: ""
}
.fa-arrow-circle-down:before {
  content: ""
}
.fa-globe:before {
  content: ""
}
.fa-wrench:before {
  content: ""
}
.fa-tasks:before {
  content: ""
}
.fa-filter:before {
  content: ""
}
.fa-briefcase:before {
  content: ""
}
.fa-arrows-alt:before {
  content: ""
}
.fa-group:before, .fa-users:before {
  content: ""
}
.fa-chain:before, .fa-link:before {
  content: ""
}
.fa-cloud:before {
  content: ""
}
.fa-flask:before {
  content: ""
}
.fa-cut:before, .fa-scissors:before {
  content: ""
}
.fa-copy:before, .fa-files-o:before {
  content: ""
}
.fa-paperclip:before {
  content: ""
}
.fa-floppy-o:before, .fa-save:before {
  content: ""
}
.fa-square:before {
  content: ""
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: ""
}
.fa-list-ul:before {
  content: ""
}
.fa-list-ol:before {
  content: ""
}
.fa-strikethrough:before {
  content: ""
}
.fa-underline:before {
  content: ""
}
.fa-table:before {
  content: ""
}
.fa-magic:before {
  content: ""
}
.fa-truck:before {
  content: ""
}
.fa-pinterest:before {
  content: ""
}
.fa-pinterest-square:before {
  content: ""
}
.fa-google-plus-square:before {
  content: ""
}
.fa-google-plus:before {
  content: ""
}
.fa-money:before {
  content: ""
}
.fa-caret-down:before {
  content: ""
}
.fa-caret-up:before {
  content: ""
}
.fa-caret-left:before {
  content: ""
}
.fa-caret-right:before {
  content: ""
}
.fa-columns:before {
  content: ""
}
.fa-sort:before, .fa-unsorted:before {
  content: ""
}
.fa-sort-desc:before, .fa-sort-down:before {
  content: ""
}
.fa-sort-asc:before, .fa-sort-up:before {
  content: ""
}
.fa-envelope:before {
  content: ""
}
.fa-linkedin:before {
  content: ""
}
.fa-rotate-left:before, .fa-undo:before {
  content: ""
}
.fa-gavel:before, .fa-legal:before {
  content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
  content: ""
}
.fa-comment-o:before {
  content: ""
}
.fa-comments-o:before {
  content: ""
}
.fa-bolt:before, .fa-flash:before {
  content: ""
}
.fa-sitemap:before {
  content: ""
}
.fa-umbrella:before {
  content: ""
}
.fa-clipboard:before, .fa-paste:before {
  content: ""
}
.fa-lightbulb-o:before {
  content: ""
}
.fa-exchange:before {
  content: ""
}
.fa-cloud-download:before {
  content: ""
}
.fa-cloud-upload:before {
  content: ""
}
.fa-user-md:before {
  content: ""
}
.fa-stethoscope:before {
  content: ""
}
.fa-suitcase:before {
  content: ""
}
.fa-bell-o:before {
  content: ""
}
.fa-coffee:before {
  content: ""
}
.fa-cutlery:before {
  content: ""
}
.fa-file-text-o:before {
  content: ""
}
.fa-building-o:before {
  content: ""
}
.fa-hospital-o:before {
  content: ""
}
.fa-ambulance:before {
  content: ""
}
.fa-medkit:before {
  content: ""
}
.fa-fighter-jet:before {
  content: ""
}
.fa-beer:before {
  content: ""
}
.fa-h-square:before {
  content: ""
}
.fa-plus-square:before {
  content: ""
}
.fa-angle-double-left:before {
  content: ""
}
.fa-angle-double-right:before {
  content: ""
}
.fa-angle-double-up:before {
  content: ""
}
.fa-angle-double-down:before {
  content: ""
}
.fa-angle-left:before {
  content: ""
}
.fa-angle-right:before {
  content: ""
}
.fa-angle-up:before {
  content: ""
}
.fa-angle-down:before {
  content: ""
}
.fa-desktop:before {
  content: ""
}
.fa-laptop:before {
  content: ""
}
.fa-tablet:before {
  content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: ""
}
.fa-circle-o:before {
  content: ""
}
.fa-quote-left:before {
  content: ""
}
.fa-quote-right:before {
  content: ""
}
.fa-spinner:before {
  content: ""
}
.fa-circle:before {
  content: ""
}
.fa-mail-reply:before, .fa-reply:before {
  content: ""
}
.fa-github-alt:before {
  content: ""
}
.fa-folder-o:before {
  content: ""
}
.fa-folder-open-o:before {
  content: ""
}
.fa-smile-o:before {
  content: ""
}
.fa-frown-o:before {
  content: ""
}
.fa-meh-o:before {
  content: ""
}
.fa-gamepad:before {
  content: ""
}
.fa-keyboard-o:before {
  content: ""
}
.fa-flag-o:before {
  content: ""
}
.fa-flag-checkered:before {
  content: ""
}
.fa-terminal:before {
  content: ""
}
.fa-code:before {
  content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: ""
}
.fa-location-arrow:before {
  content: ""
}
.fa-crop:before {
  content: ""
}
.fa-code-fork:before {
  content: ""
}
.fa-chain-broken:before, .fa-unlink:before {
  content: ""
}
.fa-question:before {
  content: ""
}
.fa-info:before {
  content: ""
}
.fa-exclamation:before {
  content: ""
}
.fa-superscript:before {
  content: ""
}
.fa-subscript:before {
  content: ""
}
.fa-eraser:before {
  content: ""
}
.fa-puzzle-piece:before {
  content: ""
}
.fa-microphone:before {
  content: ""
}
.fa-microphone-slash:before {
  content: ""
}
.fa-shield:before {
  content: ""
}
.fa-calendar-o:before {
  content: ""
}
.fa-fire-extinguisher:before {
  content: ""
}
.fa-rocket:before {
  content: ""
}
.fa-maxcdn:before {
  content: ""
}
.fa-chevron-circle-left:before {
  content: ""
}
.fa-chevron-circle-right:before {
  content: ""
}
.fa-chevron-circle-up:before {
  content: ""
}
.fa-chevron-circle-down:before {
  content: ""
}
.fa-html5:before {
  content: ""
}
.fa-css3:before {
  content: ""
}
.fa-anchor:before {
  content: ""
}
.fa-unlock-alt:before {
  content: ""
}
.fa-bullseye:before {
  content: ""
}
.fa-ellipsis-h:before {
  content: ""
}
.fa-ellipsis-v:before {
  content: ""
}
.fa-rss-square:before {
  content: ""
}
.fa-play-circle:before {
  content: ""
}
.fa-ticket:before {
  content: ""
}
.fa-minus-square:before {
  content: ""
}
.fa-minus-square-o:before {
  content: ""
}
.fa-level-up:before {
  content: ""
}
.fa-level-down:before {
  content: ""
}
.fa-check-square:before {
  content: ""
}
.fa-pencil-square:before {
  content: ""
}
.fa-external-link-square:before {
  content: ""
}
.fa-share-square:before {
  content: ""
}
.fa-compass:before {
  content: ""
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: ""
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: ""
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: ""
}
.fa-eur:before, .fa-euro:before {
  content: ""
}
.fa-gbp:before {
  content: ""
}
.fa-dollar:before, .fa-usd:before {
  content: ""
}
.fa-inr:before, .fa-rupee:before {
  content: ""
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: ""
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: ""
}
.fa-krw:before, .fa-won:before {
  content: ""
}
.fa-bitcoin:before, .fa-btc:before {
  content: ""
}
.fa-file:before {
  content: ""
}
.fa-file-text:before {
  content: ""
}
.fa-sort-alpha-asc:before {
  content: ""
}
.fa-sort-alpha-desc:before {
  content: ""
}
.fa-sort-amount-asc:before {
  content: ""
}
.fa-sort-amount-desc:before {
  content: ""
}
.fa-sort-numeric-asc:before {
  content: ""
}
.fa-sort-numeric-desc:before {
  content: ""
}
.fa-thumbs-up:before {
  content: ""
}
.fa-thumbs-down:before {
  content: ""
}
.fa-youtube-square:before {
  content: ""
}
.fa-youtube:before {
  content: ""
}
.fa-xing:before {
  content: ""
}
.fa-xing-square:before {
  content: ""
}
.fa-youtube-play:before {
  content: ""
}
.fa-dropbox:before {
  content: ""
}
.fa-stack-overflow:before {
  content: ""
}
.fa-instagram:before {
  content: ""
}
.fa-flickr:before {
  content: ""
}
.fa-adn:before {
  content: ""
}
.fa-bitbucket:before {
  content: ""
}
.fa-bitbucket-square:before {
  content: ""
}
.fa-tumblr:before {
  content: ""
}
.fa-tumblr-square:before {
  content: ""
}
.fa-long-arrow-down:before {
  content: ""
}
.fa-long-arrow-up:before {
  content: ""
}
.fa-long-arrow-left:before {
  content: ""
}
.fa-long-arrow-right:before {
  content: ""
}
.fa-apple:before {
  content: ""
}
.fa-windows:before {
  content: ""
}
.fa-android:before {
  content: ""
}
.fa-linux:before {
  content: ""
}
.fa-dribbble:before {
  content: ""
}
.fa-skype:before {
  content: ""
}
.fa-foursquare:before {
  content: ""
}
.fa-trello:before {
  content: ""
}
.fa-female:before {
  content: ""
}
.fa-male:before {
  content: ""
}
.fa-gittip:before, .fa-gratipay:before {
  content: ""
}
.fa-sun-o:before {
  content: ""
}
.fa-moon-o:before {
  content: ""
}
.fa-archive:before {
  content: ""
}
.fa-bug:before {
  content: ""
}
.fa-vk:before {
  content: ""
}
.fa-weibo:before {
  content: ""
}
.fa-renren:before {
  content: ""
}
.fa-pagelines:before {
  content: ""
}
.fa-stack-exchange:before {
  content: ""
}
.fa-arrow-circle-o-right:before {
  content: ""
}
.fa-arrow-circle-o-left:before {
  content: ""
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: ""
}
.fa-dot-circle-o:before {
  content: ""
}
.fa-wheelchair:before {
  content: ""
}
.fa-vimeo-square:before {
  content: ""
}
.fa-try:before, .fa-turkish-lira:before {
  content: ""
}
.fa-plus-square-o:before {
  content: ""
}
.fa-space-shuttle:before {
  content: ""
}
.fa-slack:before {
  content: ""
}
.fa-envelope-square:before {
  content: ""
}
.fa-wordpress:before {
  content: ""
}
.fa-openid:before {
  content: ""
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: ""
}
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: ""
}
.fa-yahoo:before {
  content: ""
}
.fa-google:before {
  content: ""
}
.fa-reddit:before {
  content: ""
}
.fa-reddit-square:before {
  content: ""
}
.fa-stumbleupon-circle:before {
  content: ""
}
.fa-stumbleupon:before {
  content: ""
}
.fa-delicious:before {
  content: ""
}
.fa-digg:before {
  content: ""
}
.fa-pied-piper-pp:before {
  content: ""
}
.fa-pied-piper-alt:before {
  content: ""
}
.fa-drupal:before {
  content: ""
}
.fa-joomla:before {
  content: ""
}
.fa-language:before {
  content: ""
}
.fa-fax:before {
  content: ""
}
.fa-building:before {
  content: ""
}
.fa-child:before {
  content: ""
}
.fa-paw:before {
  content: ""
}
.fa-spoon:before {
  content: ""
}
.fa-cube:before {
  content: ""
}
.fa-cubes:before {
  content: ""
}
.fa-behance:before {
  content: ""
}
.fa-behance-square:before {
  content: ""
}
.fa-steam:before {
  content: ""
}
.fa-steam-square:before {
  content: ""
}
.fa-recycle:before {
  content: ""
}
.fa-automobile:before, .fa-car:before {
  content: ""
}
.fa-cab:before, .fa-taxi:before {
  content: ""
}
.fa-tree:before {
  content: ""
}
.fa-spotify:before {
  content: ""
}
.fa-deviantart:before {
  content: ""
}
.fa-soundcloud:before {
  content: ""
}
.fa-database:before {
  content: ""
}
.fa-file-pdf-o:before {
  content: ""
}
.fa-file-word-o:before {
  content: ""
}
.fa-file-excel-o:before {
  content: ""
}
.fa-file-powerpoint-o:before {
  content: ""
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: ""
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: ""
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: ""
}
.fa-file-code-o:before {
  content: ""
}
.fa-vine:before {
  content: ""
}
.fa-codepen:before {
  content: ""
}
.fa-jsfiddle:before {
  content: ""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: ""
}
.fa-circle-o-notch:before {
  content: ""
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: ""
}
.fa-empire:before, .fa-ge:before {
  content: ""
}
.fa-git-square:before {
  content: ""
}
.fa-git:before {
  content: ""
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: ""
}
.fa-tencent-weibo:before {
  content: ""
}
.fa-qq:before {
  content: ""
}
.fa-wechat:before, .fa-weixin:before {
  content: ""
}
.fa-paper-plane:before, .fa-send:before {
  content: ""
}
.fa-paper-plane-o:before, .fa-send-o:before {
  content: ""
}
.fa-history:before {
  content: ""
}
.fa-circle-thin:before {
  content: ""
}
.fa-header:before {
  content: ""
}
.fa-paragraph:before {
  content: ""
}
.fa-sliders:before {
  content: ""
}
.fa-share-alt:before {
  content: ""
}
.fa-share-alt-square:before {
  content: ""
}
.fa-bomb:before {
  content: ""
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: ""
}
.fa-tty:before {
  content: ""
}
.fa-binoculars:before {
  content: ""
}
.fa-plug:before {
  content: ""
}
.fa-slideshare:before {
  content: ""
}
.fa-twitch:before {
  content: ""
}
.fa-yelp:before {
  content: ""
}
.fa-newspaper-o:before {
  content: ""
}
.fa-wifi:before {
  content: ""
}
.fa-calculator:before {
  content: ""
}
.fa-paypal:before {
  content: ""
}
.fa-google-wallet:before {
  content: ""
}
.fa-cc-visa:before {
  content: ""
}
.fa-cc-mastercard:before {
  content: ""
}
.fa-cc-discover:before {
  content: ""
}
.fa-cc-amex:before {
  content: ""
}
.fa-cc-paypal:before {
  content: ""
}
.fa-cc-stripe:before {
  content: ""
}
.fa-bell-slash:before {
  content: ""
}
.fa-bell-slash-o:before {
  content: ""
}
.fa-trash:before {
  content: ""
}
.fa-copyright:before {
  content: ""
}
.fa-at:before {
  content: ""
}
.fa-eyedropper:before {
  content: ""
}
.fa-paint-brush:before {
  content: ""
}
.fa-birthday-cake:before {
  content: ""
}
.fa-area-chart:before {
  content: ""
}
.fa-pie-chart:before {
  content: ""
}
.fa-line-chart:before {
  content: ""
}
.fa-lastfm:before {
  content: ""
}
.fa-lastfm-square:before {
  content: ""
}
.fa-toggle-off:before {
  content: ""
}
.fa-toggle-on:before {
  content: ""
}
.fa-bicycle:before {
  content: ""
}
.fa-bus:before {
  content: ""
}
.fa-ioxhost:before {
  content: ""
}
.fa-angellist:before {
  content: ""
}
.fa-cc:before {
  content: ""
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: ""
}
.fa-meanpath:before {
  content: ""
}
.fa-buysellads:before {
  content: ""
}
.fa-connectdevelop:before {
  content: ""
}
.fa-dashcube:before {
  content: ""
}
.fa-forumbee:before {
  content: ""
}
.fa-leanpub:before {
  content: ""
}
.fa-sellsy:before {
  content: ""
}
.fa-shirtsinbulk:before {
  content: ""
}
.fa-simplybuilt:before {
  content: ""
}
.fa-skyatlas:before {
  content: ""
}
.fa-cart-plus:before {
  content: ""
}
.fa-cart-arrow-down:before {
  content: ""
}
.fa-diamond:before {
  content: ""
}
.fa-ship:before {
  content: ""
}
.fa-user-secret:before {
  content: ""
}
.fa-motorcycle:before {
  content: ""
}
.fa-street-view:before {
  content: ""
}
.fa-heartbeat:before {
  content: ""
}
.fa-venus:before {
  content: ""
}
.fa-mars:before {
  content: ""
}
.fa-mercury:before {
  content: ""
}
.fa-intersex:before, .fa-transgender:before {
  content: ""
}
.fa-transgender-alt:before {
  content: ""
}
.fa-venus-double:before {
  content: ""
}
.fa-mars-double:before {
  content: ""
}
.fa-venus-mars:before {
  content: ""
}
.fa-mars-stroke:before {
  content: ""
}
.fa-mars-stroke-v:before {
  content: ""
}
.fa-mars-stroke-h:before {
  content: ""
}
.fa-neuter:before {
  content: ""
}
.fa-genderless:before {
  content: ""
}
.fa-facebook-official:before {
  content: ""
}
.fa-pinterest-p:before {
  content: ""
}
.fa-whatsapp:before {
  content: ""
}
.fa-server:before {
  content: ""
}
.fa-user-plus:before {
  content: ""
}
.fa-user-times:before {
  content: ""
}
.fa-bed:before, .fa-hotel:before {
  content: ""
}
.fa-viacoin:before {
  content: ""
}
.fa-train:before {
  content: ""
}
.fa-subway:before {
  content: ""
}
.fa-medium:before {
  content: ""
}
.fa-y-combinator:before, .fa-yc:before {
  content: ""
}
.fa-optin-monster:before {
  content: ""
}
.fa-opencart:before {
  content: ""
}
.fa-expeditedssl:before {
  content: ""
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: ""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: ""
}
.fa-battery-2:before, .fa-battery-half:before {
  content: ""
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: ""
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: ""
}
.fa-mouse-pointer:before {
  content: ""
}
.fa-i-cursor:before {
  content: ""
}
.fa-object-group:before {
  content: ""
}
.fa-object-ungroup:before {
  content: ""
}
.fa-sticky-note:before {
  content: ""
}
.fa-sticky-note-o:before {
  content: ""
}
.fa-cc-jcb:before {
  content: ""
}
.fa-cc-diners-club:before {
  content: ""
}
.fa-clone:before {
  content: ""
}
.fa-balance-scale:before {
  content: ""
}
.fa-hourglass-o:before {
  content: ""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: ""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: ""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: ""
}
.fa-hourglass:before {
  content: ""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: ""
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: ""
}
.fa-hand-scissors-o:before {
  content: ""
}
.fa-hand-lizard-o:before {
  content: ""
}
.fa-hand-spock-o:before {
  content: ""
}
.fa-hand-pointer-o:before {
  content: ""
}
.fa-hand-peace-o:before {
  content: ""
}
.fa-trademark:before {
  content: ""
}
.fa-registered:before {
  content: ""
}
.fa-creative-commons:before {
  content: ""
}
.fa-gg:before {
  content: ""
}
.fa-gg-circle:before {
  content: ""
}
.fa-tripadvisor:before {
  content: ""
}
.fa-odnoklassniki:before {
  content: ""
}
.fa-odnoklassniki-square:before {
  content: ""
}
.fa-get-pocket:before {
  content: ""
}
.fa-wikipedia-w:before {
  content: ""
}
.fa-safari:before {
  content: ""
}
.fa-chrome:before {
  content: ""
}
.fa-firefox:before {
  content: ""
}
.fa-opera:before {
  content: ""
}
.fa-internet-explorer:before {
  content: ""
}
.fa-television:before, .fa-tv:before {
  content: ""
}
.fa-contao:before {
  content: ""
}
.fa-500px:before {
  content: ""
}
.fa-amazon:before {
  content: ""
}
.fa-calendar-plus-o:before {
  content: ""
}
.fa-calendar-minus-o:before {
  content: ""
}
.fa-calendar-times-o:before {
  content: ""
}
.fa-calendar-check-o:before {
  content: ""
}
.fa-industry:before {
  content: ""
}
.fa-map-pin:before {
  content: ""
}
.fa-map-signs:before {
  content: ""
}
.fa-map-o:before {
  content: ""
}
.fa-map:before {
  content: ""
}
.fa-commenting:before {
  content: ""
}
.fa-commenting-o:before {
  content: ""
}
.fa-houzz:before {
  content: ""
}
.fa-vimeo:before {
  content: ""
}
.fa-black-tie:before {
  content: ""
}
.fa-fonticons:before {
  content: ""
}
.fa-reddit-alien:before {
  content: ""
}
.fa-edge:before {
  content: ""
}
.fa-credit-card-alt:before {
  content: ""
}
.fa-codiepie:before {
  content: ""
}
.fa-modx:before {
  content: ""
}
.fa-fort-awesome:before {
  content: ""
}
.fa-usb:before {
  content: ""
}
.fa-product-hunt:before {
  content: ""
}
.fa-mixcloud:before {
  content: ""
}
.fa-scribd:before {
  content: ""
}
.fa-pause-circle:before {
  content: ""
}
.fa-pause-circle-o:before {
  content: ""
}
.fa-stop-circle:before {
  content: ""
}
.fa-stop-circle-o:before {
  content: ""
}
.fa-shopping-bag:before {
  content: ""
}
.fa-shopping-basket:before {
  content: ""
}
.fa-hashtag:before {
  content: ""
}
.fa-bluetooth:before {
  content: ""
}
.fa-bluetooth-b:before {
  content: ""
}
.fa-percent:before {
  content: ""
}
.fa-gitlab:before {
  content: ""
}
.fa-wpbeginner:before {
  content: ""
}
.fa-wpforms:before {
  content: ""
}
.fa-envira:before {
  content: ""
}
.fa-universal-access:before {
  content: ""
}
.fa-wheelchair-alt:before {
  content: ""
}
.fa-question-circle-o:before {
  content: ""
}
.fa-blind:before {
  content: ""
}
.fa-audio-description:before {
  content: ""
}
.fa-volume-control-phone:before {
  content: ""
}
.fa-braille:before {
  content: ""
}
.fa-assistive-listening-systems:before {
  content: ""
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: ""
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: ""
}
.fa-glide:before {
  content: ""
}
.fa-glide-g:before {
  content: ""
}
.fa-sign-language:before, .fa-signing:before {
  content: ""
}
.fa-low-vision:before {
  content: ""
}
.fa-viadeo:before {
  content: ""
}
.fa-viadeo-square:before {
  content: ""
}
.fa-snapchat:before {
  content: ""
}
.fa-snapchat-ghost:before {
  content: ""
}
.fa-snapchat-square:before {
  content: ""
}
.fa-pied-piper:before {
  content: ""
}
.fa-first-order:before {
  content: ""
}
.fa-yoast:before {
  content: ""
}
.fa-themeisle:before {
  content: ""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: ""
}
.fa-fa:before, .fa-font-awesome:before {
  content: ""
}
.fa-handshake-o:before {
  content: ""
}
.fa-envelope-open:before {
  content: ""
}
.fa-envelope-open-o:before {
  content: ""
}
.fa-linode:before {
  content: ""
}
.fa-address-book:before {
  content: ""
}
.fa-address-book-o:before {
  content: ""
}
.fa-address-card:before, .fa-vcard:before {
  content: ""
}
.fa-address-card-o:before, .fa-vcard-o:before {
  content: ""
}
.fa-user-circle:before {
  content: ""
}
.fa-user-circle-o:before {
  content: ""
}
.fa-user-o:before {
  content: ""
}
.fa-id-badge:before {
  content: ""
}
.fa-drivers-license:before, .fa-id-card:before {
  content: ""
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: ""
}
.fa-quora:before {
  content: ""
}
.fa-free-code-camp:before {
  content: ""
}
.fa-telegram:before {
  content: ""
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: ""
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: ""
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: ""
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: ""
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: ""
}
.fa-shower:before {
  content: ""
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: ""
}
.fa-podcast:before {
  content: ""
}
.fa-window-maximize:before {
  content: ""
}
.fa-window-minimize:before {
  content: ""
}
.fa-window-restore:before {
  content: ""
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: ""
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: ""
}
.fa-bandcamp:before {
  content: ""
}
.fa-grav:before {
  content: ""
}
.fa-etsy:before {
  content: ""
}
.fa-imdb:before {
  content: ""
}
.fa-ravelry:before {
  content: ""
}
.fa-eercast:before {
  content: ""
}
.fa-microchip:before {
  content: ""
}
.fa-snowflake-o:before {
  content: ""
}
.fa-superpowers:before {
  content: ""
}
.fa-wpexplorer:before {
  content: ""
}
.fa-meetup:before {
  content: ""
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
.flag-icon, .flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em
}
.flag-icon:before {
  content: "\00a0"
}
.flag-icon.flag-icon-squared {
  width: 1em
}
.flag-icon-ad {
  background-image: url(../fonts/flags/4x3/ad.svg)
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ad.svg)
}
.flag-icon-ae {
  background-image: url(../fonts/flags/4x3/ae.svg)
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ae.svg)
}
.flag-icon-af {
  background-image: url(../fonts/flags/4x3/af.svg)
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/af.svg)
}
.flag-icon-ag {
  background-image: url(../fonts/flags/4x3/ag.svg)
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ag.svg)
}
.flag-icon-ai {
  background-image: url(../fonts/flags/4x3/ai.svg)
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ai.svg)
}
.flag-icon-al {
  background-image: url(../fonts/flags/4x3/al.svg)
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/al.svg)
}
.flag-icon-am {
  background-image: url(../fonts/flags/4x3/am.svg)
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/am.svg)
}
.flag-icon-ao {
  background-image: url(../fonts/flags/4x3/ao.svg)
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ao.svg)
}
.flag-icon-aq {
  background-image: url(../fonts/flags/4x3/aq.svg)
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/aq.svg)
}
.flag-icon-ar {
  background-image: url(../fonts/flags/4x3/ar.svg)
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ar.svg)
}
.flag-icon-as {
  background-image: url(../fonts/flags/4x3/as.svg)
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/as.svg)
}
.flag-icon-at {
  background-image: url(../fonts/flags/4x3/at.svg)
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/at.svg)
}
.flag-icon-au {
  background-image: url(../fonts/flags/4x3/au.svg)
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/au.svg)
}
.flag-icon-aw {
  background-image: url(../fonts/flags/4x3/aw.svg)
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/aw.svg)
}
.flag-icon-ax {
  background-image: url(../fonts/flags/4x3/ax.svg)
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ax.svg)
}
.flag-icon-az {
  background-image: url(../fonts/flags/4x3/az.svg)
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/az.svg)
}
.flag-icon-ba {
  background-image: url(../fonts/flags/4x3/ba.svg)
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ba.svg)
}
.flag-icon-bb {
  background-image: url(../fonts/flags/4x3/bb.svg)
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bb.svg)
}
.flag-icon-bd {
  background-image: url(../fonts/flags/4x3/bd.svg)
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bd.svg)
}
.flag-icon-be {
  background-image: url(../fonts/flags/4x3/be.svg)
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/be.svg)
}
.flag-icon-bf {
  background-image: url(../fonts/flags/4x3/bf.svg)
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bf.svg)
}
.flag-icon-bg {
  background-image: url(../fonts/flags/4x3/bg.svg)
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bg.svg)
}
.flag-icon-bh {
  background-image: url(../fonts/flags/4x3/bh.svg)
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bh.svg)
}
.flag-icon-bi {
  background-image: url(../fonts/flags/4x3/bi.svg)
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bi.svg)
}
.flag-icon-bj {
  background-image: url(../fonts/flags/4x3/bj.svg)
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bj.svg)
}
.flag-icon-bl {
  background-image: url(../fonts/flags/4x3/bl.svg)
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bl.svg)
}
.flag-icon-bm {
  background-image: url(../fonts/flags/4x3/bm.svg)
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bm.svg)
}
.flag-icon-bn {
  background-image: url(../fonts/flags/4x3/bn.svg)
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bn.svg)
}
.flag-icon-bo {
  background-image: url(../fonts/flags/4x3/bo.svg)
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bo.svg)
}
.flag-icon-bq {
  background-image: url(../fonts/flags/4x3/bq.svg)
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bq.svg)
}
.flag-icon-br {
  background-image: url(../fonts/flags/4x3/br.svg)
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/br.svg)
}
.flag-icon-bs {
  background-image: url(../fonts/flags/4x3/bs.svg)
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bs.svg)
}
.flag-icon-bt {
  background-image: url(../fonts/flags/4x3/bt.svg)
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bt.svg)
}
.flag-icon-bv {
  background-image: url(../fonts/flags/4x3/bv.svg)
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bv.svg)
}
.flag-icon-bw {
  background-image: url(../fonts/flags/4x3/bw.svg)
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bw.svg)
}
.flag-icon-by {
  background-image: url(../fonts/flags/4x3/by.svg)
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/by.svg)
}
.flag-icon-bz {
  background-image: url(../fonts/flags/4x3/bz.svg)
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/bz.svg)
}
.flag-icon-ca {
  background-image: url(../fonts/flags/4x3/ca.svg)
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ca.svg)
}
.flag-icon-cc {
  background-image: url(../fonts/flags/4x3/cc.svg)
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cc.svg)
}
.flag-icon-cd {
  background-image: url(../fonts/flags/4x3/cd.svg)
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cd.svg)
}
.flag-icon-cf {
  background-image: url(../fonts/flags/4x3/cf.svg)
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cf.svg)
}
.flag-icon-cg {
  background-image: url(../fonts/flags/4x3/cg.svg)
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cg.svg)
}
.flag-icon-ch {
  background-image: url(../fonts/flags/4x3/ch.svg)
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ch.svg)
}
.flag-icon-ci {
  background-image: url(../fonts/flags/4x3/ci.svg)
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ci.svg)
}
.flag-icon-ck {
  background-image: url(../fonts/flags/4x3/ck.svg)
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ck.svg)
}
.flag-icon-cl {
  background-image: url(../fonts/flags/4x3/cl.svg)
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cl.svg)
}
.flag-icon-cm {
  background-image: url(../fonts/flags/4x3/cm.svg)
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cm.svg)
}
.flag-icon-cn {
  background-image: url(../fonts/flags/4x3/cn.svg)
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cn.svg)
}
.flag-icon-co {
  background-image: url(../fonts/flags/4x3/co.svg)
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/co.svg)
}
.flag-icon-cr {
  background-image: url(../fonts/flags/4x3/cr.svg)
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cr.svg)
}
.flag-icon-cu {
  background-image: url(../fonts/flags/4x3/cu.svg)
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cu.svg)
}
.flag-icon-cv {
  background-image: url(../fonts/flags/4x3/cv.svg)
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cv.svg)
}
.flag-icon-cw {
  background-image: url(../fonts/flags/4x3/cw.svg)
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cw.svg)
}
.flag-icon-cx {
  background-image: url(../fonts/flags/4x3/cx.svg)
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cx.svg)
}
.flag-icon-cy {
  background-image: url(../fonts/flags/4x3/cy.svg)
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cy.svg)
}
.flag-icon-cz {
  background-image: url(../fonts/flags/4x3/cz.svg)
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/cz.svg)
}
.flag-icon-de {
  background-image: url(../fonts/flags/4x3/de.svg)
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/de.svg)
}
.flag-icon-dj {
  background-image: url(../fonts/flags/4x3/dj.svg)
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/dj.svg)
}
.flag-icon-dk {
  background-image: url(../fonts/flags/4x3/dk.svg)
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/dk.svg)
}
.flag-icon-dm {
  background-image: url(../fonts/flags/4x3/dm.svg)
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/dm.svg)
}
.flag-icon-do {
  background-image: url(../fonts/flags/4x3/do.svg)
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/do.svg)
}
.flag-icon-dz {
  background-image: url(../fonts/flags/4x3/dz.svg)
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/dz.svg)
}
.flag-icon-ec {
  background-image: url(../fonts/flags/4x3/ec.svg)
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ec.svg)
}
.flag-icon-ee {
  background-image: url(../fonts/flags/4x3/ee.svg)
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ee.svg)
}
.flag-icon-eg {
  background-image: url(../fonts/flags/4x3/eg.svg)
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/eg.svg)
}
.flag-icon-eh {
  background-image: url(../fonts/flags/4x3/eh.svg)
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/eh.svg)
}
.flag-icon-er {
  background-image: url(../fonts/flags/4x3/er.svg)
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/er.svg)
}
.flag-icon-es {
  background-image: url(../fonts/flags/4x3/es.svg)
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/es.svg)
}
.flag-icon-et {
  background-image: url(../fonts/flags/4x3/et.svg)
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/et.svg)
}
.flag-icon-fi {
  background-image: url(../fonts/flags/4x3/fi.svg)
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/fi.svg)
}
.flag-icon-fj {
  background-image: url(../fonts/flags/4x3/fj.svg)
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/fj.svg)
}
.flag-icon-fk {
  background-image: url(../fonts/flags/4x3/fk.svg)
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/fk.svg)
}
.flag-icon-fm {
  background-image: url(../fonts/flags/4x3/fm.svg)
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/fm.svg)
}
.flag-icon-fo {
  background-image: url(../fonts/flags/4x3/fo.svg)
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/fo.svg)
}
.flag-icon-fr {
  background-image: url(../fonts/flags/4x3/fr.svg)
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/fr.svg)
}
.flag-icon-ga {
  background-image: url(../fonts/flags/4x3/ga.svg)
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ga.svg)
}
.flag-icon-gb {
  background-image: url(../fonts/flags/4x3/gb.svg)
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gb.svg)
}
.flag-icon-gd {
  background-image: url(../fonts/flags/4x3/gd.svg)
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gd.svg)
}
.flag-icon-ge {
  background-image: url(../fonts/flags/4x3/ge.svg)
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ge.svg)
}
.flag-icon-gf {
  background-image: url(../fonts/flags/4x3/gf.svg)
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gf.svg)
}
.flag-icon-gg {
  background-image: url(../fonts/flags/4x3/gg.svg)
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gg.svg)
}
.flag-icon-gh {
  background-image: url(../fonts/flags/4x3/gh.svg)
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gh.svg)
}
.flag-icon-gi {
  background-image: url(../fonts/flags/4x3/gi.svg)
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gi.svg)
}
.flag-icon-gl {
  background-image: url(../fonts/flags/4x3/gl.svg)
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gl.svg)
}
.flag-icon-gm {
  background-image: url(../fonts/flags/4x3/gm.svg)
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gm.svg)
}
.flag-icon-gn {
  background-image: url(../fonts/flags/4x3/gn.svg)
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gn.svg)
}
.flag-icon-gp {
  background-image: url(../fonts/flags/4x3/gp.svg)
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gp.svg)
}
.flag-icon-gq {
  background-image: url(../fonts/flags/4x3/gq.svg)
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gq.svg)
}
.flag-icon-gr {
  background-image: url(../fonts/flags/4x3/gr.svg)
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gr.svg)
}
.flag-icon-gs {
  background-image: url(../fonts/flags/4x3/gs.svg)
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gs.svg)
}
.flag-icon-gt {
  background-image: url(../fonts/flags/4x3/gt.svg)
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gt.svg)
}
.flag-icon-gu {
  background-image: url(../fonts/flags/4x3/gu.svg)
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gu.svg)
}
.flag-icon-gw {
  background-image: url(../fonts/flags/4x3/gw.svg)
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gw.svg)
}
.flag-icon-gy {
  background-image: url(../fonts/flags/4x3/gy.svg)
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gy.svg)
}
.flag-icon-hk {
  background-image: url(../fonts/flags/4x3/hk.svg)
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/hk.svg)
}
.flag-icon-hm {
  background-image: url(../fonts/flags/4x3/hm.svg)
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/hm.svg)
}
.flag-icon-hn {
  background-image: url(../fonts/flags/4x3/hn.svg)
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/hn.svg)
}
.flag-icon-hr {
  background-image: url(../fonts/flags/4x3/hr.svg)
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/hr.svg)
}
.flag-icon-ht {
  background-image: url(../fonts/flags/4x3/ht.svg)
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ht.svg)
}
.flag-icon-hu {
  background-image: url(../fonts/flags/4x3/hu.svg)
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/hu.svg)
}
.flag-icon-id {
  background-image: url(../fonts/flags/4x3/id.svg)
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/id.svg)
}
.flag-icon-ie {
  background-image: url(../fonts/flags/4x3/ie.svg)
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ie.svg)
}
.flag-icon-il {
  background-image: url(../fonts/flags/4x3/il.svg)
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/il.svg)
}
.flag-icon-im {
  background-image: url(../fonts/flags/4x3/im.svg)
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/im.svg)
}
.flag-icon-in {
  background-image: url(../fonts/flags/4x3/in.svg)
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/in.svg)
}
.flag-icon-io {
  background-image: url(../fonts/flags/4x3/io.svg)
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/io.svg)
}
.flag-icon-iq {
  background-image: url(../fonts/flags/4x3/iq.svg)
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/iq.svg)
}
.flag-icon-ir {
  background-image: url(../fonts/flags/4x3/ir.svg)
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ir.svg)
}
.flag-icon-is {
  background-image: url(../fonts/flags/4x3/is.svg)
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/is.svg)
}
.flag-icon-it {
  background-image: url(../fonts/flags/4x3/it.svg)
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/it.svg)
}
.flag-icon-je {
  background-image: url(../fonts/flags/4x3/je.svg)
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/je.svg)
}
.flag-icon-jm {
  background-image: url(../fonts/flags/4x3/jm.svg)
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/jm.svg)
}
.flag-icon-jo {
  background-image: url(../fonts/flags/4x3/jo.svg)
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/jo.svg)
}
.flag-icon-jp {
  background-image: url(../fonts/flags/4x3/jp.svg)
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/jp.svg)
}
.flag-icon-ke {
  background-image: url(../fonts/flags/4x3/ke.svg)
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ke.svg)
}
.flag-icon-kg {
  background-image: url(../fonts/flags/4x3/kg.svg)
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/kg.svg)
}
.flag-icon-kh {
  background-image: url(../fonts/flags/4x3/kh.svg)
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/kh.svg)
}
.flag-icon-ki {
  background-image: url(../fonts/flags/4x3/ki.svg)
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ki.svg)
}
.flag-icon-km {
  background-image: url(../fonts/flags/4x3/km.svg)
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/km.svg)
}
.flag-icon-kn {
  background-image: url(../fonts/flags/4x3/kn.svg)
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/kn.svg)
}
.flag-icon-kp {
  background-image: url(../fonts/flags/4x3/kp.svg)
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/kp.svg)
}
.flag-icon-kr {
  background-image: url(../fonts/flags/4x3/kr.svg)
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/kr.svg)
}
.flag-icon-kw {
  background-image: url(../fonts/flags/4x3/kw.svg)
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/kw.svg)
}
.flag-icon-ky {
  background-image: url(../fonts/flags/4x3/ky.svg)
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ky.svg)
}
.flag-icon-kz {
  background-image: url(../fonts/flags/4x3/kz.svg)
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/kz.svg)
}
.flag-icon-la {
  background-image: url(../fonts/flags/4x3/la.svg)
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/la.svg)
}
.flag-icon-lb {
  background-image: url(../fonts/flags/4x3/lb.svg)
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/lb.svg)
}
.flag-icon-lc {
  background-image: url(../fonts/flags/4x3/lc.svg)
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/lc.svg)
}
.flag-icon-li {
  background-image: url(../fonts/flags/4x3/li.svg)
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/li.svg)
}
.flag-icon-lk {
  background-image: url(../fonts/flags/4x3/lk.svg)
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/lk.svg)
}
.flag-icon-lr {
  background-image: url(../fonts/flags/4x3/lr.svg)
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/lr.svg)
}
.flag-icon-ls {
  background-image: url(../fonts/flags/4x3/ls.svg)
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ls.svg)
}
.flag-icon-lt {
  background-image: url(../fonts/flags/4x3/lt.svg)
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/lt.svg)
}
.flag-icon-lu {
  background-image: url(../fonts/flags/4x3/lu.svg)
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/lu.svg)
}
.flag-icon-lv {
  background-image: url(../fonts/flags/4x3/lv.svg)
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/lv.svg)
}
.flag-icon-ly {
  background-image: url(../fonts/flags/4x3/ly.svg)
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ly.svg)
}
.flag-icon-ma {
  background-image: url(../fonts/flags/4x3/ma.svg)
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ma.svg)
}
.flag-icon-mc {
  background-image: url(../fonts/flags/4x3/mc.svg)
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mc.svg)
}
.flag-icon-md {
  background-image: url(../fonts/flags/4x3/md.svg)
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/md.svg)
}
.flag-icon-me {
  background-image: url(../fonts/flags/4x3/me.svg)
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/me.svg)
}
.flag-icon-mf {
  background-image: url(../fonts/flags/4x3/mf.svg)
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mf.svg)
}
.flag-icon-mg {
  background-image: url(../fonts/flags/4x3/mg.svg)
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mg.svg)
}
.flag-icon-mh {
  background-image: url(../fonts/flags/4x3/mh.svg)
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mh.svg)
}
.flag-icon-mk {
  background-image: url(../fonts/flags/4x3/mk.svg)
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mk.svg)
}
.flag-icon-ml {
  background-image: url(../fonts/flags/4x3/ml.svg)
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ml.svg)
}
.flag-icon-mm {
  background-image: url(../fonts/flags/4x3/mm.svg)
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mm.svg)
}
.flag-icon-mn {
  background-image: url(../fonts/flags/4x3/mn.svg)
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mn.svg)
}
.flag-icon-mo {
  background-image: url(../fonts/flags/4x3/mo.svg)
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mo.svg)
}
.flag-icon-mp {
  background-image: url(../fonts/flags/4x3/mp.svg)
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mp.svg)
}
.flag-icon-mq {
  background-image: url(../fonts/flags/4x3/mq.svg)
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mq.svg)
}
.flag-icon-mr {
  background-image: url(../fonts/flags/4x3/mr.svg)
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mr.svg)
}
.flag-icon-ms {
  background-image: url(../fonts/flags/4x3/ms.svg)
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ms.svg)
}
.flag-icon-mt {
  background-image: url(../fonts/flags/4x3/mt.svg)
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mt.svg)
}
.flag-icon-mu {
  background-image: url(../fonts/flags/4x3/mu.svg)
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mu.svg)
}
.flag-icon-mv {
  background-image: url(../fonts/flags/4x3/mv.svg)
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mv.svg)
}
.flag-icon-mw {
  background-image: url(../fonts/flags/4x3/mw.svg)
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mw.svg)
}
.flag-icon-mx {
  background-image: url(../fonts/flags/4x3/mx.svg)
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mx.svg)
}
.flag-icon-my {
  background-image: url(../fonts/flags/4x3/my.svg)
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/my.svg)
}
.flag-icon-mz {
  background-image: url(../fonts/flags/4x3/mz.svg)
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/mz.svg)
}
.flag-icon-na {
  background-image: url(../fonts/flags/4x3/na.svg)
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/na.svg)
}
.flag-icon-nc {
  background-image: url(../fonts/flags/4x3/nc.svg)
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/nc.svg)
}
.flag-icon-ne {
  background-image: url(../fonts/flags/4x3/ne.svg)
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ne.svg)
}
.flag-icon-nf {
  background-image: url(../fonts/flags/4x3/nf.svg)
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/nf.svg)
}
.flag-icon-ng {
  background-image: url(../fonts/flags/4x3/ng.svg)
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ng.svg)
}
.flag-icon-ni {
  background-image: url(../fonts/flags/4x3/ni.svg)
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ni.svg)
}
.flag-icon-nl {
  background-image: url(../fonts/flags/4x3/nl.svg)
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/nl.svg)
}
.flag-icon-no {
  background-image: url(../fonts/flags/4x3/no.svg)
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/no.svg)
}
.flag-icon-np {
  background-image: url(../fonts/flags/4x3/np.svg)
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/np.svg)
}
.flag-icon-nr {
  background-image: url(../fonts/flags/4x3/nr.svg)
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/nr.svg)
}
.flag-icon-nu {
  background-image: url(../fonts/flags/4x3/nu.svg)
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/nu.svg)
}
.flag-icon-nz {
  background-image: url(../fonts/flags/4x3/nz.svg)
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/nz.svg)
}
.flag-icon-om {
  background-image: url(../fonts/flags/4x3/om.svg)
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/om.svg)
}
.flag-icon-pa {
  background-image: url(../fonts/flags/4x3/pa.svg)
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pa.svg)
}
.flag-icon-pe {
  background-image: url(../fonts/flags/4x3/pe.svg)
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pe.svg)
}
.flag-icon-pf {
  background-image: url(../fonts/flags/4x3/pf.svg)
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pf.svg)
}
.flag-icon-pg {
  background-image: url(../fonts/flags/4x3/pg.svg)
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pg.svg)
}
.flag-icon-ph {
  background-image: url(../fonts/flags/4x3/ph.svg)
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ph.svg)
}
.flag-icon-pk {
  background-image: url(../fonts/flags/4x3/pk.svg)
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pk.svg)
}
.flag-icon-pl {
  background-image: url(../fonts/flags/4x3/pl.svg)
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pl.svg)
}
.flag-icon-pm {
  background-image: url(../fonts/flags/4x3/pm.svg)
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pm.svg)
}
.flag-icon-pn {
  background-image: url(../fonts/flags/4x3/pn.svg)
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pn.svg)
}
.flag-icon-pr {
  background-image: url(../fonts/flags/4x3/pr.svg)
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pr.svg)
}
.flag-icon-ps {
  background-image: url(../fonts/flags/4x3/ps.svg)
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ps.svg)
}
.flag-icon-pt {
  background-image: url(../fonts/flags/4x3/pt.svg)
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pt.svg)
}
.flag-icon-pw {
  background-image: url(../fonts/flags/4x3/pw.svg)
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/pw.svg)
}
.flag-icon-py {
  background-image: url(../fonts/flags/4x3/py.svg)
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/py.svg)
}
.flag-icon-qa {
  background-image: url(../fonts/flags/4x3/qa.svg)
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/qa.svg)
}
.flag-icon-re {
  background-image: url(../fonts/flags/4x3/re.svg)
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/re.svg)
}
.flag-icon-ro {
  background-image: url(../fonts/flags/4x3/ro.svg)
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ro.svg)
}
.flag-icon-rs {
  background-image: url(../fonts/flags/4x3/rs.svg)
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/rs.svg)
}
.flag-icon-ru {
  background-image: url(../fonts/flags/4x3/ru.svg)
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ru.svg)
}
.flag-icon-rw {
  background-image: url(../fonts/flags/4x3/rw.svg)
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/rw.svg)
}
.flag-icon-sa {
  background-image: url(../fonts/flags/4x3/sa.svg)
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sa.svg)
}
.flag-icon-sb {
  background-image: url(../fonts/flags/4x3/sb.svg)
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sb.svg)
}
.flag-icon-sc {
  background-image: url(../fonts/flags/4x3/sc.svg)
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sc.svg)
}
.flag-icon-sd {
  background-image: url(../fonts/flags/4x3/sd.svg)
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sd.svg)
}
.flag-icon-se {
  background-image: url(../fonts/flags/4x3/se.svg)
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/se.svg)
}
.flag-icon-sg {
  background-image: url(../fonts/flags/4x3/sg.svg)
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sg.svg)
}
.flag-icon-sh {
  background-image: url(../fonts/flags/4x3/sh.svg)
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sh.svg)
}
.flag-icon-si {
  background-image: url(../fonts/flags/4x3/si.svg)
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/si.svg)
}
.flag-icon-sj {
  background-image: url(../fonts/flags/4x3/sj.svg)
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sj.svg)
}
.flag-icon-sk {
  background-image: url(../fonts/flags/4x3/sk.svg)
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sk.svg)
}
.flag-icon-sl {
  background-image: url(../fonts/flags/4x3/sl.svg)
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sl.svg)
}
.flag-icon-sm {
  background-image: url(../fonts/flags/4x3/sm.svg)
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sm.svg)
}
.flag-icon-sn {
  background-image: url(../fonts/flags/4x3/sn.svg)
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sn.svg)
}
.flag-icon-so {
  background-image: url(../fonts/flags/4x3/so.svg)
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/so.svg)
}
.flag-icon-sr {
  background-image: url(../fonts/flags/4x3/sr.svg)
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sr.svg)
}
.flag-icon-ss {
  background-image: url(../fonts/flags/4x3/ss.svg)
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ss.svg)
}
.flag-icon-st {
  background-image: url(../fonts/flags/4x3/st.svg)
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/st.svg)
}
.flag-icon-sv {
  background-image: url(../fonts/flags/4x3/sv.svg)
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sv.svg)
}
.flag-icon-sx {
  background-image: url(../fonts/flags/4x3/sx.svg)
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sx.svg)
}
.flag-icon-sy {
  background-image: url(../fonts/flags/4x3/sy.svg)
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sy.svg)
}
.flag-icon-sz {
  background-image: url(../fonts/flags/4x3/sz.svg)
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/sz.svg)
}
.flag-icon-tc {
  background-image: url(../fonts/flags/4x3/tc.svg)
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tc.svg)
}
.flag-icon-td {
  background-image: url(../fonts/flags/4x3/td.svg)
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/td.svg)
}
.flag-icon-tf {
  background-image: url(../fonts/flags/4x3/tf.svg)
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tf.svg)
}
.flag-icon-tg {
  background-image: url(../fonts/flags/4x3/tg.svg)
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tg.svg)
}
.flag-icon-th {
  background-image: url(../fonts/flags/4x3/th.svg)
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/th.svg)
}
.flag-icon-tj {
  background-image: url(../fonts/flags/4x3/tj.svg)
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tj.svg)
}
.flag-icon-tk {
  background-image: url(../fonts/flags/4x3/tk.svg)
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tk.svg)
}
.flag-icon-tl {
  background-image: url(../fonts/flags/4x3/tl.svg)
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tl.svg)
}
.flag-icon-tm {
  background-image: url(../fonts/flags/4x3/tm.svg)
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tm.svg)
}
.flag-icon-tn {
  background-image: url(../fonts/flags/4x3/tn.svg)
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tn.svg)
}
.flag-icon-to {
  background-image: url(../fonts/flags/4x3/to.svg)
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/to.svg)
}
.flag-icon-tr {
  background-image: url(../fonts/flags/4x3/tr.svg)
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tr.svg)
}
.flag-icon-tt {
  background-image: url(../fonts/flags/4x3/tt.svg)
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tt.svg)
}
.flag-icon-tv {
  background-image: url(../fonts/flags/4x3/tv.svg)
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tv.svg)
}
.flag-icon-tw {
  background-image: url(../fonts/flags/4x3/tw.svg)
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tw.svg)
}
.flag-icon-tz {
  background-image: url(../fonts/flags/4x3/tz.svg)
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/tz.svg)
}
.flag-icon-ua {
  background-image: url(../fonts/flags/4x3/ua.svg)
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ua.svg)
}
.flag-icon-ug {
  background-image: url(../fonts/flags/4x3/ug.svg)
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ug.svg)
}
.flag-icon-um {
  background-image: url(../fonts/flags/4x3/um.svg)
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/um.svg)
}
.flag-icon-us {
  background-image: url(../fonts/flags/4x3/us.svg)
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/us.svg)
}
.flag-icon-uy {
  background-image: url(../fonts/flags/4x3/uy.svg)
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/uy.svg)
}
.flag-icon-uz {
  background-image: url(../fonts/flags/4x3/uz.svg)
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/uz.svg)
}
.flag-icon-va {
  background-image: url(../fonts/flags/4x3/va.svg)
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/va.svg)
}
.flag-icon-vc {
  background-image: url(../fonts/flags/4x3/vc.svg)
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/vc.svg)
}
.flag-icon-ve {
  background-image: url(../fonts/flags/4x3/ve.svg)
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ve.svg)
}
.flag-icon-vg {
  background-image: url(../fonts/flags/4x3/vg.svg)
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/vg.svg)
}
.flag-icon-vi {
  background-image: url(../fonts/flags/4x3/vi.svg)
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/vi.svg)
}
.flag-icon-vn {
  background-image: url(../fonts/flags/4x3/vn.svg)
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/vn.svg)
}
.flag-icon-vu {
  background-image: url(../fonts/flags/4x3/vu.svg)
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/vu.svg)
}
.flag-icon-wf {
  background-image: url(../fonts/flags/4x3/wf.svg)
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/wf.svg)
}
.flag-icon-ws {
  background-image: url(../fonts/flags/4x3/ws.svg)
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ws.svg)
}
.flag-icon-ye {
  background-image: url(../fonts/flags/4x3/ye.svg)
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/ye.svg)
}
.flag-icon-yt {
  background-image: url(../fonts/flags/4x3/yt.svg)
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/yt.svg)
}
.flag-icon-za {
  background-image: url(../fonts/flags/4x3/za.svg)
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/za.svg)
}
.flag-icon-zm {
  background-image: url(../fonts/flags/4x3/zm.svg)
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/zm.svg)
}
.flag-icon-zw {
  background-image: url(../fonts/flags/4x3/zw.svg)
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/zw.svg)
}
.flag-icon-es-ca {
  background-image: url(../fonts/flags/4x3/es-ca.svg)
}
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/es-ca.svg)
}
.flag-icon-es-ga {
  background-image: url(../fonts/flags/4x3/es-ga.svg)
}
.flag-icon-es-ga.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/es-ga.svg)
}
.flag-icon-eu {
  background-image: url(../fonts/flags/4x3/eu.svg)
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/eu.svg)
}
.flag-icon-gb-eng {
  background-image: url(../fonts/flags/4x3/gb-eng.svg)
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gb-eng.svg)
}
.flag-icon-gb-nir {
  background-image: url(../fonts/flags/4x3/gb-nir.svg)
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gb-nir.svg)
}
.flag-icon-gb-sct {
  background-image: url(../fonts/flags/4x3/gb-sct.svg)
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gb-sct.svg)
}
.flag-icon-gb-wls {
  background-image: url(../fonts/flags/4x3/gb-wls.svg)
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/gb-wls.svg)
}
.flag-icon-un {
  background-image: url(../fonts/flags/4x3/un.svg)
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/un.svg)
}
.flag-icon-xk {
  background-image: url(../fonts/flags/4x3/xk.svg)
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(../fonts/flags/1x1/xk.svg)
}
[class*=dc-layout] {
  overflow: hidden;
  margin-bottom: 1rem
}
.dc-container {
  margin: 0 auto
}
.dc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.dc-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 0;
  max-width: 100%
}
.dc-layout-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0
}
@media (min-width:769px) {
  .dc-container {
    padding: 0 58px;
    max-width: 1292px
  }
  .dc-container .dc-container {
    padding: 0
  }
  .dc-container.dc-container--tight {
    max-width: 866px;
    margin-bottom: 26px
  }
  .dc-container.dc-container--medium {
    max-width: 1018px;
    margin-bottom: 26px
  }
  .dc-row {
    margin-left: -8.5px;
    margin-right: -8.5px
  }
  .dc-col, .dc-layout-footer {
    padding-left: 8.5px;
    padding-right: 8.5px
  }
  .dc-layout-footer {
    margin-top: 50px
  }
}
@media (max-width:768.98px) {
  .dc-container {
    padding: 0 24px
  }
  .dc-container .dc-container {
    padding: 0
  }
  .dc-row {
    margin-left: -8px;
    margin-right: -8px
  }
  .dc-col, .dc-layout-footer {
    padding-left: 8px;
    padding-right: 8px
  }
  .dc-layout-footer {
    margin-top: 25px
  }
  .dc-container--tight {
    margin-bottom: 32px
  }
  /*ランキング3カラムここから*/
  #coordinate-top-ranking .dc-row {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
}
#coordinate-top-ranking .dc-col {
    margin: 0;
    padding: 0;
    width: 31.5%;
}
#coordinate-top-ranking .dc-col img {
    height: 175px;
    object-fit: cover;
}
/*キャプション削除*/
#coordinate-top-ranking .dc-article-tile__caption {
    display: none;
}
/*ランキング3カラムここまで*/ 
}
.dc-layout-head {
  position: relative;
  margin-top: 3rem
}
.dc-layout-head .dc-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-layout-head .dc-col:nth-of-type(2) {
  text-align: right
}
.dc-layout-head.dc-layout-head--note {
  margin: 0 0 1em
}
@media (min-width:769px) {
  .dc-layout-head {
    margin-bottom: 40px
  }
  .dc-layout-head .dc-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%
  }
}
@media (max-width:768.98px) {
  .dc-layout-head {
    margin-bottom: 25px
  }
  .dc-layout-head .dc-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .dc-layout-head .dc-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .dc-layout-head .dc-col:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%
  }
}
@media (min-width:769px) {
  .dc-layout-wide-1 .dc-container {
    padding: 0;
    max-width: none
  }
  .dc-layout-wide-1 .dc-col {
    width: 100%
  }
}
@media (max-width:768.98px) {
  .dc-layout-wide-1 .dc-col {
    width: 100%
  }
}
@media (min-width:769px) {
  .dc-layout-1-1 .dc-col {
    width: 100%
  }
}
@media (max-width:768.98px) {
  .dc-layout-1-1 .dc-col {
    width: 100%
  }
}
@media (min-width:769px) {
  .dc-layout-2-1 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 30px
  }
  .dc-layout-2-1 .dc-col:first-of-type, .dc-layout-2-1 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (max-width:768.98px) {
  .dc-layout-2-1 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin-top: 30px
  }
  .dc-layout-2-1 .dc-col:first-of-type {
    margin-top: 0
  }
}
@media (min-width:769px) {
  .dc-layout-2-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 30px
  }
  .dc-layout-2-2 .dc-col:first-of-type, .dc-layout-2-2 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (max-width:768.98px) {
  .dc-layout-2-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 30px
  }
  .dc-layout-2-2 .dc-col:first-of-type, .dc-layout-2-2 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (min-width:769px) {
  .dc-layout-3-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333%;
    margin-top: 30px
  }
  .dc-layout-3-2 .dc-col:first-of-type, .dc-layout-3-2 .dc-col:nth-of-type(2), .dc-layout-3-2 .dc-col:nth-of-type(3) {
    margin-top: 0
  }
}
@media (max-width:768.98px) {
  .dc-layout-3-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 30px
  }
  .dc-layout-3-2 .dc-col:first-of-type, .dc-layout-3-2 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (min-width:769px) {
  .dc-layout-4-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
    margin-top: 30px
  }
  .dc-layout-4-2 .dc-col:first-of-type, .dc-layout-4-2 .dc-col:nth-of-type(2), .dc-layout-4-2 .dc-col:nth-of-type(3), .dc-layout-4-2 .dc-col:nth-of-type(4) {
    margin-top: 0
  }
}
@media (max-width:768.98px) {
  .dc-layout-4-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 30px
  }
  .dc-layout-4-2 .dc-col:first-of-type, .dc-layout-4-2 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (min-width:769px) {
  .dc-layout-4-2-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
    margin-top: 30px
  }
  .dc-layout-4-2-2 .dc-col:first-of-type, .dc-layout-4-2-2 .dc-col:nth-of-type(2), .dc-layout-4-2-2 .dc-col:nth-of-type(3), .dc-layout-4-2-2 .dc-col:nth-of-type(4) {
    margin-top: 0
  }
}
@media (max-width:1199.98px) {
  .dc-layout-4-2-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 30px
  }
  .dc-layout-4-2-2 .dc-col:first-of-type, .dc-layout-4-2-2 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (max-width:768.98px) {
  .dc-layout-4-2-2 .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 30px
  }
  .dc-layout-4-2-2 .dc-col:first-of-type, .dc-layout-4-2-2 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (min-width:769px) {
  .dc-layout-5-slide .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }
}
@media (max-width:768.98px) {
  .dc-layout-5-slide .dc-row {
    display: block;
    margin: 0;
    overflow: visible
  }
  .dc-layout-5-slide .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    padding: 0
  }
}
.dc-layout-5-slide.dc-new-arrival, .dc-layout-5-slide.dc-ranking, .dc-layout-5-slide.dc-recent, .dc-layout-5-slide.dc-recommend {
  overflow: visible
}
.dc-layout-5-slide.dc-new-arrival .dc-container, .dc-layout-5-slide.dc-ranking .dc-container, .dc-layout-5-slide.dc-recent .dc-container, .dc-layout-5-slide.dc-recommend .dc-container {
  overflow: hidden
}
.dc-layout-5-slide.dc-new-arrival .dc-container, .dc-layout-5-slide.dc-new-arrival .dc-row, .dc-layout-5-slide.dc-ranking .dc-container, .dc-layout-5-slide.dc-ranking .dc-row, .dc-layout-5-slide.dc-recent .dc-container, .dc-layout-5-slide.dc-recent .dc-row, .dc-layout-5-slide.dc-recommend .dc-container, .dc-layout-5-slide.dc-recommend .dc-row {
  padding-top: 40px;
  margin-top: -40px
}
.dc-layout-5-slide.dc-new-arrival .dc-row > *, .dc-layout-5-slide.dc-ranking .dc-row > *, .dc-layout-5-slide.dc-recent .dc-row > *, .dc-layout-5-slide.dc-recommend .dc-row > * {
  counter-reset: item
}
.dc-layout-5-slide.dc-new-arrival .dc-col, .dc-layout-5-slide.dc-ranking .dc-col, .dc-layout-5-slide.dc-recent .dc-col, .dc-layout-5-slide.dc-recommend .dc-col {
  position: relative
}
.dc-layout-5-slide.dc-new-arrival .dc-col:before, .dc-layout-5-slide.dc-ranking .dc-col:before, .dc-layout-5-slide.dc-recent .dc-col:before, .dc-layout-5-slide.dc-recommend .dc-col:before {
  display: inline-block;
  position: absolute;
  top: -.8em;
  left: 0;
  margin-left: 5px;
  color: #000;
  font-weight: 700;
  z-index: 1
}
@media (min-width:769px) {
  .dc-layout-5-slide.dc-new-arrival .dc-col:before, .dc-layout-5-slide.dc-ranking .dc-col:before, .dc-layout-5-slide.dc-recent .dc-col:before, .dc-layout-5-slide.dc-recommend .dc-col:before {
    font-size: 24px;
    font-size: 1.5rem;
    left: 8.5px
  }
}
@media (max-width:768.98px) {
  .dc-layout-5-slide.dc-new-arrival .dc-col:before, .dc-layout-5-slide.dc-ranking .dc-col:before, .dc-layout-5-slide.dc-recent .dc-col:before, .dc-layout-5-slide.dc-recommend .dc-col:before {
    font-size: 20px;
    font-size: 1.25rem
  }
}
.dc-layout-5-slide.dc-ranking .dc-col:before {
  counter-increment: item;
  content: "0"counter(item)
}
.dc-layout-5-slide.dc-new-arrival .dc-col:before {
  top: -22px;
  width: 44px;
  height: 44px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.35%22%20height%3D%2243.57%22%20viewBox%3D%220%200%2043.35%2043.57%22%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M14.2%2C42.12l1.31-5.45%2C1%2C.25L18.23%2C41l.85-3.49%2C1.13.27L18.9%2C43.25l-1-.25-1.69-4.1-.84%2C3.49Z%22%2F%3E%20%3Cpath%20d%3D%22M11.74%2C41%2C8.5%2C39l.55-.87%2C2.24%2C1.4L12%2C38.42%2C9.83%2C37.1l.55-.87%2C2.12%2C1.32.67-1.08L10.88%2C35l.55-.86%2C3.28%2C2Z%22%2F%3E%20%3Cpath%20d%3D%22M1.59%2C30.79l5.5-1.93L7.88%2C30%2C5.39%2C33.3l4-1.28.78%2C1.09L6.54%2C37.7l-.74-1%2C2.68-3.26L4.42%2C34.74l-.71-1%2C2.58-3.42-4%2C1.5Z%22%2F%3E%20%3Cpath%20d%3D%22M0%2C19.48l5.6-.08v1.07L2.07%2C23.11l3.58-.05%2C0%2C1.16-5.6.09V23.25L3.6%2C20.59%2C0%2C20.65Z%22%2F%3E%20%3Cpath%20d%3D%22M.52%2C16.73%2C1.7%2C13.11l1%2C.32-.81%2C2.51%2C1.19.39L3.82%2C14l1%2C.32L4%2C16.64l1.21.4.83-2.57%2C1%2C.32L5.85%2C18.46Z%22%2F%3E%20%3Cpath%20d%3D%22M8%2C4.41%2C11.17%2C9.3l-.87%2C1L6.46%2C8.71l2.18%2C3.54-.87%2C1-5.31-2.4.82-1%2C3.81%2C1.83L4.82%2C8.11l.8-.93L9.55%2C8.87%2C7.16%2C5.39Z%22%2F%3E%20%3Cpath%20d%3D%22M16.64.53%2C18.52%2C5.8l-1%2C.36-3.64-2.5L15.07%2C7l-1.1.4L12.09%2C2.15l1-.36L16.75%2C4.3%2C15.54.92Z%22%2F%3E%20%3Cpath%20d%3D%22M19.3.13%2C23.11.05l0%2C1-2.64.06%2C0%2C1.26L23%2C2.33l0%2C1-2.5.06%2C0%2C1.27%2C2.7-.06%2C0%2C1-3.86.09Z%22%2F%3E%20%3Cpath%20d%3D%22M33.4%2C3.07%2C29.85%2C7.7l-1.26-.49.25-4.16L26.22%2C6.3%2C25%2C5.81%2C25.46%2C0l1.19.46-.45%2C4.2%2C2.66-3.35L30%2C1.75%2C29.71%2C6%2C32.2%2C2.6Z%22%2F%3E%20%3Cpath%20d%3D%22M39.94%2C10l-4.35%2C3.52-.68-.83%2C1.16-4.27-2.79%2C2.26-.73-.91L36.9%2C6.21l.66.83-1.14%2C4.27L39.2%2C9.06Z%22%2F%3E%20%3Cpath%20d%3D%22M41.21%2C12.37l1.35%2C3.57-1%2C.36-.93-2.48-1.18.45.88%2C2.33-1%2C.37-.88-2.34-1.19.45.95%2C2.52-1%2C.36L36%2C14.34Z%22%2F%3E%20%3Cpath%20d%3D%22M43.09%2C26.61%2C37.55%2C24.8l0-1.34%2C4-1.15-3.92-1.39%2C0-1.34%2C5.64-1.46%2C0%2C1.27-4.11%2C1%2C4%2C1.4%2C0%2C1.23-4.12%2C1.14%2C4.05%2C1.22Z%22%2F%3E%20%3Cpath%20d%3D%22M38.74%2C35.09l-4.76-3%2C.56-.91L39%2C30.91l-3-1.89.61-1L41.28%2C31l-.56.9-4.41.33%2C3%2C1.89Z%22%2F%3E%20%3Cpath%20d%3D%22M36.9%2C37.07%2C34%2C39.52l-.66-.78%2C2-1.7-.8-1-1.92%2C1.6L32%2C36.9l1.92-1.61-.82-1L31%2C36.05l-.65-.79%2C3-2.48Z%22%2F%3E%20%3Cpath%20d%3D%22M24.05%2C43.57l-.12-5.83%2C1.29-.41%2C2.4%2C3.41%2C0-4.17%2C1.28-.4L32.16%2C41l-1.22.38-2.26-3.56v4.27l-1.17.37L25.08%2C39l.19%2C4.22Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
}
@media (max-width:768.98px) {
  .dc-layout-5-slide.dc-new-arrival .dc-col:before {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}
@media (min-width:769px) {
  .dc-layout-4-slide .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
}
@media (max-width:768.98px) {
  .dc-layout-4-slide {
    overflow: visible
  }
  .dc-layout-4-slide .dc-row {
    display: block;
    margin: 0;
    overflow: visible
  }
  .dc-layout-4-slide .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    padding: 0
  }
  .dc-layout-4-slide .dc-container {
    overflow: hidden
  }
  .dc-layout-4-slide .dc-row {
    padding: 0
  }
}
@media (min-width:769px) {
  .dc-layout-3-slide .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3%
  }
}
@media (max-width:768.98px) {
  .dc-layout-3-slide {
    overflow: visible
  }
  .dc-layout-3-slide .dc-row {
    display: block;
    margin: 0;
    overflow: visible
  }
  .dc-layout-3-slide .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    padding: 0
  }
  .dc-layout-3-slide .dc-container {
    overflow: hidden
  }
  .dc-layout-3-slide .dc-container, .dc-layout-3-slide .dc-row {
    padding: 0
  }
}
@media (min-width:769px) {
  .dc-layout-basic-2col {
    margin-bottom: 65px
  }
  .dc-layout-basic-2col > .dc-container > .dc-row {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .dc-layout-basic-2col > .dc-container > .dc-row > .dc-col {
    padding: 0
  }
  .dc-layout-basic-2col__aside {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 218px;
    flex: 1 0 218px;
    max-width: 218px;
    margin-right: 5%;
    margin-bottom: 0
  }
  .dc-layout-basic-2col__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-bottom: 0
  }
}
@media (max-width:768.98px) {
  .dc-layout-basic-2col {
    margin-bottom: 32px
  }
  .dc-layout-basic-2col > .dc-container > .dc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .dc-layout-basic-2col__main {
    overflow: visible
  }
}
@media (min-width:992px) {
  .dc-layout-main-2-1 .dc-row {
    margin-left: -16px;
    margin-right: -16px
  }
  .dc-layout-main-2-1 .dc-col {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 32px
  }
  .dc-layout-main-2-1 .dc-col:first-of-type, .dc-layout-main-2-1 .dc-col:nth-of-type(2) {
    margin-top: 0
  }
}
@media (max-width:991.98px) {
  .dc-layout-main-2-1 .dc-row {
    margin-left: -8px;
    margin-right: -8px
  }
  .dc-layout-main-2-1 .dc-col {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin-top: 24px
  }
  .dc-layout-main-2-1 .dc-col:first-of-type {
    margin-top: 0
  }
}
@media (min-width:992px) {
  .dc-layout-main-1-1 .dc-row {
    margin-left: -16px;
    margin-right: -16px
  }
  .dc-layout-main-1-1 .dc-col {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%
  }
  .dc-layout-main-1-1 .dc-col + .dc-col {
    border-top: 1px solid #ddd
  }
}
@media (max-width:991.98px) {
  .dc-layout-main-1-1 .dc-row {
    margin-left: -8px;
    margin-right: -8px
  }
  .dc-layout-main-1-1 .dc-col {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin-top: 24px
  }
  .dc-layout-main-1-1 .dc-col:first-of-type {
    margin-top: 0
  }
}
.dc-layout-grid-2-1 {
  margin: 0 auto;
  padding: 5px;
  width: 90%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0
}
.dc-layout-grid-2-1 .dc-grid-item {
  margin: 0 16px 16px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block
}
.dc-layout-2-2--space {
  overflow: inherit
}
@media (min-width:992px) {
  .dc-layout-2-2--space .dc-row {
    margin-right: -23px;
    margin-left: -23px
  }
  .dc-layout-2-2--space .dc-col {
    padding: 0 23px
  }
}
@media (max-width:991.98px) {
  .dc-layout-2-2--space .dc-row {
    margin-right: -10px;
    margin-left: -10px
  }
  .dc-layout-2-2--space .dc-col {
    padding: 0 10px
  }
}
.dummy-asset {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  background: #ccc
}
.dummy-asset:after {
  display: inline-block;
  content: "dummy asset";
  font-size: 10px;
  font-size: .625rem;
  color: #f3f3f3
}
.dc-headline p {
  color: #747474;
  margin-bottom: 0
}
@media (min-width:769px) {
  .dc-headline p {
    font-size: 14px;
    font-size: .875em
  }
}
@media (max-width:768.98px) {
  .dc-headline p {
    font-size: 10px;
    font-size: .71429em
  }
}
.dc-headline-more p {
  margin-bottom: 0
}
.dc-headline-more p a {
  color: #1096db;
  display: inline-block
}
.dc-headline-more p img {
  margin-left: .5em;
  width: auto;
  max-width: 100%
}
@media (min-width:769px) {
  .dc-headline-more p {
    font-size: 14px;
    font-size: .875em
  }
}
@media (max-width:768.98px) {
  .dc-headline-more p {
    font-size: 12px;
    font-size: .85714em
  }
}
@media (min-width:769px) {
  .dc-headline-page {
    margin-bottom: 46px
  }
}
@media (max-width:768.98px) {
  .dc-headline-page {
    margin-bottom: 23px
  }
}
.dc-headline-title {
  color: #000;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media (min-width:769px) {
  .dc-headline-title {
    font-size: 2.5rem;
    line-height: 1.3
  }
}
@media (max-width:768.98px) {
  .dc-headline-title {
    font-size: 2rem;
    line-height: 1.3
  }
}
.dc-headline-lead {
  font-size: 14px;
  color: #323232
}
@media (min-width:769px) {
  .dc-headline-lead {
    margin-bottom: 46px;
    line-height: 2
  }
}
@media (max-width:768.98px) {
  .dc-headline-lead {
    margin-bottom: 23px;
    line-height: 1.5
  }
}
.dc-headline-h2 {
  color: #000;
  margin-bottom: 1em
}
@media (min-width:769px) {
  .dc-headline-h2 {
    font-size: 20px
  }
}
@media (max-width:768.98px) {
  .dc-headline-h2 {
    font-size: 18px
  }
}
@media (min-width:769px) {
  .dc-head-24 {
    font-size: 24px
  }
}
@media (max-width:768.98px) {
  .dc-head-24 {
    font-size: 18px
  }
}
@media (min-width:769px) {
  .dc-head-20 {
    font-size: 20px
  }
}
@media (max-width:768.98px) {
  .dc-head-20 {
    font-size: 18px
  }
}
@media (min-width:769px) {
  .dc-head-16 {
    font-size: 16px
  }
}
@media (max-width:768.98px) {
  .dc-head-16 {
    font-size: 14px
  }
}
[class*=dc-background] {
  margin-top: 3rem
}
[class*=dc-background] .dc-layout-head:not(:first-of-type) {
  margin-top: 0
}
@media (min-width:769px) {
  [class*=dc-background] {
    padding: 30px 0
  }
}
@media (max-width:768.98px) {
  [class*=dc-background] {
    padding: 30px 0
  }
}
.dc-background-a {
  background-color: #f3f3f3
}
@media (min-width:769px) {
  .dc-background-md-a {
    background-color: #f3f3f3
  }
}
@media (max-width:768.98px) {
  .dc-background-sm-a {
    background-color: #f3f3f3
  }
}
.dc-background-b {
  background-color: #ddd
}
@media (min-width:769px) {
  .dc-background-md-b {
    background-color: #ddd
  }
}
@media (max-width:768.98px) {
  .dc-background-sm-b {
    background-color: #ddd
  }
}
@media (min-width:769px) {
  .dc-background-md-none {
    background-color: transparent;
    padding: 0
  }
}
@media (max-width:768.98px) {
  .dc-background-sm-none {
    background-color: transparent;
    padding: 0
  }
}
.dc-link-color, .dc-link-color:hover {
  color: #1096db
}
.dc-link-chev {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  width: 100%
}
.dc-link-chev::after {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;	
}
.dc-link-chev.is-current:after {
  color: #1096db;
  -webkit-transform: translate(17px, -50%);
  transform: translate(17px, -50%)
}
.dc-link-chev:hover {
  text-decoration: none
}
.dc-link-chev:hover:after {
  color: #1096db;
  -webkit-transform: translate(17px, -50%);
  transform: translate(17px, -50%)
}
.dc-link-chev-inline {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  width: auto
}
.dc-link-chev-inline:after {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  font-size: 10px
}
.dc-link-chev-inline.is-current:after {
  color: #1096db;
  -webkit-transform: translate(17px, -50%);
  transform: translate(17px, -50%)
}
.dc-link-unerline {
  text-decoration: underline
}
.icon-back {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: .5em
}
.dc-link-square-collapse {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  width: 100%
}
.dc-link-square-collapse:after {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  font-size: 14px
}
.dc-link-square-collapse.is-current:after {
  color: #1096db;
  -webkit-transform: translate(17px, -50%);
  transform: translate(17px, -50%)
}
.dc-link-square-collapse[aria-expanded=false]:after {
  content: "+";
}
.dc-link-square-collapse[aria-expanded=true]:after {
  content: "-";
}
.dc-link-square-collapse[aria-expanded=false]:after {
    content: "\f196";
}
.dc-link-square-collapse[aria-expanded=true]:after {
    content: "\f147";
}
.dc-text-annotation {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: .75rem;
  color: #6d6d6d
}
.dc-text-description {
  color: #9b9b9b;
  font-size: .875rem
}
del {
  color: #9b9b9b
}
.dc-dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left
}
.dc-dl:last-of-type {
  margin-bottom: 0
}
.dc-dl dt {
  color: currentColor
}
.dc-dl dt:after {
  content: "：";
  display: inline-block
}
.dc-dl dd:last-of-type {
  margin-bottom: 0
}
@media (min-width:769px) {
  .dc-dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .dc-dl dt:after {
    margin: 0 1em
  }
}
@media (max-width:768.98px) {
  .dc-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#quickViewModal .modal-footer {
  display: none
}
#deletePaymentModal .modal-dialog {
  height: auto
}
.dc-modal-tight {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto
}
.dc-section {
  font-size: 14px;
  line-height: 1.7
}
@media (min-width:769px) {
  .dc-section__head {
    font-size: 20px
  }
  .dc-section:first-of-type {
    margin-top: 50px
  }
  .dc-section + .dc-section {
    margin-top: 2em
  }
}
@media (max-width:768.98px) {
  .dc-section__head {
    font-size: 18px
  }
  .dc-section + .dc-section {
    margin-top: 2em
  }
}
.dc-list, .dc-list--dot {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0
}
.dc-list--dot > li:not(:first-child), .dc-list > li:not(:first-child) {
  margin-top: .5em
}
.dc-list--dot {
  position: relative
}
.dc-list--dot li {
  padding-left: 1em
}
.dc-list--dot li:before {
  display: inline-block;
  content: "・";
  position: absolute;
  left: 0
}
.dc-list--dot li + li {
  margin-top: .5em
}
.default-toast-message {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 200
}
.default-toast-message .default-toast-alert {
  -webkit-animation: fade 5s linear forwards;
  animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
  z-index: 200
}
@-webkit-keyframes fade {
  0% {
    opacity: 0
  }
  10% {
    opacity: 1
  }
  90% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.default-toast-message .default-toast-alert.show {
  display: block
}
.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: .5;
  width: 100%;
  top: 0;
  left: 0
}
input[placeholder] {
  text-overflow: ellipsis
}
@media (max-width:768.98px) {
  header {
    height: 113px;
    background-color: #fff
  }
}
.hide-order-discount, .hide-shipping-discount {
  display: none
}
.order-discount, .shipping-discount {
  color: #008827
}
.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1
}
.error-hero {
  background-image: url(../images/storelocator.jpg);
  margin-bottom: .625em
}
.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem
}
.error.continue-shopping {
  margin-bottom: 6.25em
}
.error-unassigned-category {
  color: #ee0303
}
.skip {
  position: absolute;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em
}
.skip, a.skip:active, a.skip:focus, a.skip:hover {
  left: 0;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
a.skip:active, a.skip:focus, a.skip:hover {
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000
}
.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0
}
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px
}
.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0
}
@media (min-width:544px) {
  .slant-down:after {
    bottom: 0;
    right: 0;
    border-bottom: 0 solid transparent;
    border-color: transparent transparent #f3f3f3;
    border-width: 0 0 4vw 90vw
  }
}
@media (min-width:544px) {
  .slant-down:after, .slant-up:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
  }
  .slant-up:after {
    top: 0;
    left: 0;
    border-top: 0 solid transparent;
    border-color: #f3f3f3 transparent transparent;
    border-width: 4vw 90vw 0 0
  }
}
h1.page-title {
  position: relative;
  color: #fff;
  padding: .3125em .625em .3125em 7.5px;
  background-color: var(--skin-primary-color-1);
  display: inline-block;
  margin: .9375em 0;
  font-size: 1.5rem
}
@media (min-width:544px) {
  h1.page-title {
    font-size: 2rem
  }
}
@media (min-width:769px) {
  h1.page-title {
    font-size: 3rem
  }
}
h1.page-title:before {
  content: "";
  background-color: var(--skin-primary-color-1);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0
}
@media (min-width:1200px) {
  h1.page-title:before {
    width: calc(50vw - 588px);
    left: calc(-50vw - -588px)
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  h1.page-title:before {
    width: calc(50vw - 470px);
    left: calc(-50vw - -470px)
  }
}
@media (min-width:769px) and (max-width:991.98px) {
  h1.page-title:before {
    width: calc(50vw - 360px);
    left: calc(-50vw - -360px)
  }
}
@media (min-width:1200px) {
  h1.page-title {
    left: calc(50% - 588px)
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  h1.page-title {
    left: calc(50% - 470px)
  }
}
@media (min-width:769px) and (max-width:991.98px) {
  h1.page-title {
    left: calc(50% - 360px)
  }
}
@media (max-width:768.98px) {
  h1.page-title {
    left: 0
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: Dosis, sans-serif
}
.notify {
  position: fixed;
  top: 0
}
.price {
  color: #222
}
.price .strike-through {
  text-decoration: line-through;
  color: #999;
  margin-right: .938rem
}
.price .range, .price .sales, .price .starting {
  font-weight: 700
}
.price .tiered {
  color: #222
}
.price .tiered table {
  border-top: 1px solid #ccc;
  margin: 0 auto
}
.price .tiered table tr:nth-child(odd) {
  background-color: #ddd
}
.price .tiered span.price, .price .tiered td {
  font-size: .875rem;
  font-weight: 700
}
.price .tiered td {
  padding: .313rem
}
.price .tiered td.quantity {
  font-weight: 400;
  text-align: right
}
.price .tiered td.value {
  text-align: left
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: .313rem
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: .313rem;
  font-weight: 400
}
.price .tiered .column-header.quantity {
  text-align: right
}
.attribute {
  margin-top: .938em
}
.attribute label {
  display: block
}
.swatch a {
  text-decoration: none
}
@media (max-width:543.98px) {
  .primary-images {
    margin: 0;
    padding: 0
  }
}
.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0
}
@media (max-width:543.98px) {
  .prices-add-to-cart-actions {
    background-color: hsla(0, 0%, 100%, .95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
  }
}
@media (min-width:544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 .9375em
  }
}
.prices, .prices-add-to-cart-actions .price {
  text-align: center
}
.prices {
  padding-bottom: .5em;
  padding-top: .5em
}
.cart-and-ipay {
  text-align: center
}
@media (max-width:543.98px) {
  .cart-and-ipay {
    padding-bottom: 26px
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block
  }
}
.add-to-cart-messages {
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 200
}
.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
  animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
  z-index: 200
}
.add-to-basket-alert.show {
  display: block
}
.main-attributes, .simple-quantity {
  margin-top: 1em
}
.size-chart, div.availability {
  margin-top: 1.071em
}
.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc
}
.bundle-item:last-child {
  border-bottom: none
}
.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em
}
@media (max-width:543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0
  }
}
.product-option:not(:first-child) {
  margin-top: 1.071em
}
.add-to-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 200 !important
}
.add-to-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
  animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
  z-index: 200 !important
}
@keyframes fade {
  0% {
    opacity: 0
  }
  10% {
    opacity: 1
  }
  90% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.add-to-wishlist-alert.show {
  display: block
}
.choose-bonus-product-dialog .selectable-bonus-product-line-item, .quick-view-dialog .selectable-bonus-product-line-item {
  margin-top: .2em;
  margin-bottom: .2em;
  padding-top: .3em;
  padding-bottom: .3em
}
.choose-bonus-product-dialog .beenSelected, .quick-view-dialog .beenSelected {
  background-color: #ddd
}
.choose-bonus-product-dialog .modal-header .close, .quick-view-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem
}
.choose-bonus-product-dialog .modal-title, .quick-view-dialog .modal-title {
  font-size: 1em
}
@media (min-width:769px) {
  .choose-bonus-product-dialog .product-name, .quick-view-dialog .product-name {
    font-size: 24px
  }
}
@media (max-width:768.98px) {
  .choose-bonus-product-dialog .product-name, .quick-view-dialog .product-name {
    font-size: 22px
  }
}
.choose-bonus-product-dialog .swatch-circle, .quick-view-dialog .swatch-circle {
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 2px solid transparent;
  display: inline-block;
  margin-right: .313em;
  position: relative
}
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]:after, .quick-view-dialog .swatch-circle.color-value[data-selected=true]:after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: .295em;
  position: absolute
}
.choose-bonus-product-dialog .swatch-circle.color-value.selected:after, .quick-view-dialog .swatch-circle.color-value.selected:after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  height: .75em;
  left: .31em;
  line-height: .8em;
  position: absolute;
  top: .35em;
  width: .8em
}
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle, .quick-view-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: .75em;
  line-height: .8em;
  width: .8em
}
.choose-bonus-product-dialog a[disabled] .swatch-circle, .quick-view-dialog a[disabled] .swatch-circle {
  cursor: not-allowed
}
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected:after, .quick-view-dialog a[disabled] .swatch-circle.color-value.selected:after {
  background-color: #495057
}
.choose-bonus-product-dialog .availablity-container, .quick-view-dialog .availablity-container {
  text-align: right
}
.choose-bonus-product-dialog .availablity-container, .choose-bonus-product-dialog .size-chart, .quick-view-dialog .availablity-container, .quick-view-dialog .size-chart {
  margin-top: .938em
}
.choose-bonus-product-dialog button.close, .quick-view-dialog button.close {
  font-size: 1.25em
}
.choose-bonus-product-dialog .modal-footer, .quick-view-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: .1875rem;
  border-bottom-left-radius: .1875rem
}
.choose-bonus-product-dialog .modal-footer .prices .price, .quick-view-dialog .modal-footer .prices .price {
  font-size: 1.6em
}
.choose-bonus-product-dialog .prices .sales, .quick-view-dialog .prices .sales {
  font-size: 1.5rem
}
.choose-bonus-product-dialog .promotions, .quick-view-dialog .promotions {
  text-align: left;
  color: #ee0303
}
@media (max-width:768.98px) {
  .choose-bonus-product-dialog .bonus-summary, .quick-view-dialog .bonus-summary {
    font-size: .625em
  }
}
@media (max-width:768.98px) {
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name, .quick-view-dialog .bonus-summary .bonus-product-name {
    padding: 0
  }
}
.choose-bonus-product-dialog .pre-cart-products, .quick-view-dialog .pre-cart-products {
  margin-right: .125em
}
.choose-bonus-product-dialog .color-attribute, .quick-view-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none
}
.choose-bonus-product-dialog .non-input-label, .quick-view-dialog .non-input-label {
  display: block;
  margin-bottom: .5rem
}
.product-tile {
  border: 0;
  margin-bottom: 0
}
@media (max-width:991.98px) {
  .product-tile {
    min-height: 23.4375em
  }
}
@media (max-width:768.98px) {
  .product-tile {
    min-height: 19.6875em
  }
}
@media (max-width:543.98px) {
  .product-tile {
    min-height: 13.4375em
  }
}
.product-tile .tile-body {
  padding: 15px 0 49px
}
@media (max-width:768.98px) {
  .product-tile .tile-body {
    padding: 8px 0 32px
  }
}
.product-tile .tile-body .dc-product-info__marks {
  margin: 0 0 8px
}
.product-tile .tile-body .color-swatches {
  min-height: 2.25em
}
.product-tile .tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em
}
@media (max-width:991.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: .9375em
  }
}
@media (max-width:768.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: .8125em
  }
}
.product-tile .tile-body .price {
  font-size: 20px;
  margin-bottom: 0
}
@media (max-width:991.98px) {
  .product-tile .tile-body .price {
    font-size: 20px
  }
}
@media (max-width:768.98px) {
  .product-tile .tile-body .price {
    font-size: 1em
  }
}
.product-tile .tile-body .price .tiered {
  font-size: .875em
}
.product-tile .tile-body .price .tiered .value {
  font-weight: 700
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center
}
.product-tile .tile-body .pdp-link {
  line-height: 1.2;
  margin-bottom: .5em
}
.product-tile .tile-body .pdp-link a {
  font-size: 1em;
  text-decoration: none
}
@media (min-width:769px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 14px
  }
}
@media (max-width:768.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 13px
  }
}
.product-tile .tile-body .ratings {
  font-size: .9em
}
.product-tile .image-container {
  position: relative;
  overflow: auto
}
.product-tile .image-container .quickview, .product-tile .image-container .wishlistTile {
  position: absolute
}
.product-tile .image-container .quickview .fa-circle, .product-tile .image-container .wishlistTile .fa-circle {
  display: none
}
.product-tile .image-container .quickview .fa-stack, .product-tile .image-container .wishlistTile .fa-stack {
  background: hsla(0, 0%, 100%, .4);
  border: 2px solid #fff;
  border-radius: 50%
}
.product-tile .image-container .wishlistTile {
  left: 8px;
  bottom: 8px
}
.product-tile .image-container .wishlistTile i.fa-heart, .product-tile .image-container .wishlistTile i.fa-heart-o {
  color: #fff
}
.product-tile .image-container .quickview {
  right: 8px;
  bottom: 8px
}
.product-tile .image-container .quickview i.fa-expand {
  color: #fff
}
@media (min-width:769px) {
  .product-tile .image-container .quickview .fa-stack, .product-tile .image-container .wishlistTile .fa-stack {
    width: 40px;
    height: 40px
  }
  .product-tile .image-container .quickview i, .product-tile .image-container .wishlistTile i {
    font-size: 20px;
    line-height: 36px
  }
}
@media (max-width:768.98px) {
  .product-tile .image-container .quickview .fa-stack, .product-tile .image-container .wishlistTile .fa-stack {
    width: 28px;
    height: 28px
  }
  .product-tile .image-container .quickview i, .product-tile .image-container .wishlistTile i {
    font-size: 14px;
    line-height: 24px
  }
}
.product-tile .image-container a {
  display: block
}
.product-tile .image-container a .tile-image {
  width: 100%;
  height: auto
}
.product-tile .swatches a {
  text-decoration: none
}
.product-tile .swatch-circle {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 7.5px;
  border: 2px solid transparent;
  display: inline-block;
  margin-right: .313em;
  position: relative
}
.product-tile .swatch-circle.color-value[data-selected=true]:after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: .295em;
  position: absolute
}
.product-tile .swatch-circle.color-value.selected:after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: .31em;
  position: absolute;
  top: .35em
}
.product-tile .swatch-circle.color-value.selected:after, .product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: .75em;
  line-height: .8em;
  width: .8em
}
.product-tile .swatch-circle-border {
  display: inline-block;
  border-color: #ccc;
  vertical-align: middle
}
#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%
}
#chooseBonusProductModal .bonus-option, #chooseBonusProductModal .bonus-quantity {
  margin-top: .938em
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #ccc
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em
}
.form-nav .nav-tabs .nav-link {
  color: #333
}
.form-nav .nav-tabs .nav-link.active, .form-nav .nav-tabs .nav-link.active:focus, .form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333
}
.nav-tabs .nav-link.active {
  background-color: transparent
}
@media (min-width:992px) {
  .form-nav .nav-item > .nav-link {
    color: #333
  }
}
.container .breadcrumb {
  border-radius: 0;
  border-bottom: 1px solid #ccc
}
.veil {
  z-index: 100;
  text-align: center
}
.veil, .veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.veil .underlay {
  opacity: .5;
  background-color: #000
}
.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: sk-rotate 2s linear infinite;
  animation: sk-rotate 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s ease-in-out infinite;
  animation: sk-bounce 2s ease-in-out infinite
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
@-webkit-keyframes sk-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes sk-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@-webkit-keyframes sk-bounce {
  0%, to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes sk-bounce {
  0%, to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.item-attributes {
  vertical-align: top;
  padding-left: 0
}
.line-item-attributes, .line-item-option {
  font-size: .813rem;
  margin: 0
}
.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: .313em
}
.line-item-pricing-info {
  margin-bottom: 0
}
.line-item-pricing-info + .price, .line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder
}
.line-item-price-quantity-info {
  margin-top: .625em;
  border-top: 1px solid #ccc
}
.line-item-total-text {
  font-size: .813em
}
.pricing {
  font-size: 1em;
  font-weight: bolder
}
.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: .938em;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em
}
.non-adjusted-price {
  display: none
}
.line-item-promo {
  color: #008827;
  font-size: .813em
}
.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.bundled-line-item + .bundled-line-item {
  margin-top: .625em
}
.bundle-includes {
  font-size: .813em;
  margin-bottom: .625em
}
.line-item-divider {
  margin: .625em -1.225em .625em -1.325em
}
.line-dotted {
  border-top: .063em dashed #ccc
}
.line-item-availability {
  font-size: .813rem
}
.product-line-item-details {
  overflow-y: auto
}
.minicart {
  position: relative
}
.minicart h1 {
  font-size: 1rem
}
.minicart .cart {
  padding-top: .625em;
  padding-bottom: .625em;
  background-color: #f3f3f3
}
.minicart .remove-btn {
  color: #999;
  float: right;
  background-color: #fff;
  border: none;
  font-size: 1.625em;
  margin-top: -.313em;
  padding: 0
}
.minicart .product-summary {
  margin-right: -.938em;
  max-height: 21.875em;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: .938em
}
.minicart .card-body {
  padding: .625em
}
.minicart .quantity-label {
  font-size: .813em
}
.minicart .quantity {
  width: 100%
}
.minicart .popover {
  top: 100%;
  margin-top: 10px;
  left: auto;
  right: 0;
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 22.7rem;
  display: none
}
.minicart .popover:before {
  left: auto;
  right: 15px
}
.minicart .popover:after {
  left: auto;
  right: 16px
}
.minicart .popover.show {
  display: block
}
.minicart .minicart-footer {
  border-top: 1px solid #ccc
}
.minicart .estimated-total {
  margin-top: .625em
}
.minicart .sub-total, .minicart .sub-total-label {
  font-size: 1em;
  font-weight: 600
}
.minicart .line-item-divider {
  margin: .625em -.625em .625em -1.325em
}
.minicart .line-item-name {
  width: 90%
}
@media (min-width:544px) and (max-width:768.98px) {
  .hide-link-med {
    display: none
  }
}
@media (min-width:769px) {
  .hide-no-link {
    display: none
  }
}
@media (max-width:543.98px) {
  .hide-no-link {
    display: none
  }
}
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: .312rem;
  border-radius: 2px;
  background-color: #444;
  color: #fff;
  font-size: .928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -.625em);
  transform: translate(-50%, -.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in .5s linear forwards;
  animation: fade-in .5s linear forwards
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.info-icon .tooltip:before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em;
  left: 0;
  bottom: -1.25em;
  width: 100%
}
.info-icon .tooltip:after {
  border-left: .625em solid transparent;
  border-right: .625em solid transparent;
  border-top: .625em solid #444;
  bottom: -.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0
}
.swatch-circle-beige {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: beige;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-beige.disabled {
  opacity: .2
}
.swatch-filter-beige {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: beige;
  border-radius: .69em;
  background-color: beige;
  display: block;
  position: relative
}
.swatch-filter-beige.disabled {
  opacity: .2
}
.swatch-circle-black {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-black.disabled {
  opacity: .2
}
.swatch-filter-black {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: .69em;
  background-color: #000;
  display: block;
  position: relative
}
.swatch-filter-black.disabled {
  opacity: .2
}
.swatch-circle-blue {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: #1096db;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-blue.disabled {
  opacity: .2
}
.swatch-filter-blue {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: #1096db;
  border-radius: .69em;
  background-color: #1096db;
  display: block;
  position: relative
}
.swatch-filter-blue.disabled {
  opacity: .2
}
.swatch-circle-brown {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: brown;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-brown.disabled {
  opacity: .2
}
.swatch-filter-brown {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: brown;
  border-radius: .69em;
  background-color: brown;
  display: block;
  position: relative
}
.swatch-filter-brown.disabled {
  opacity: .2
}
.swatch-circle-green {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-green.disabled {
  opacity: .2
}
.swatch-filter-green {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: .69em;
  background-color: #008827;
  display: block;
  position: relative
}
.swatch-filter-green.disabled {
  opacity: .2
}
.swatch-circle-grey {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-grey.disabled {
  opacity: .2
}
.swatch-filter-grey {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: .69em;
  background-color: #8f979d;
  display: block;
  position: relative
}
.swatch-filter-grey.disabled {
  opacity: .2
}
.swatch-circle-navy {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: navy;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-navy.disabled {
  opacity: .2
}
.swatch-filter-navy {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: navy;
  border-radius: .69em;
  background-color: navy;
  display: block;
  position: relative
}
.swatch-filter-navy.disabled {
  opacity: .2
}
.swatch-circle-orange {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: orange;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-orange.disabled {
  opacity: .2
}
.swatch-filter-orange {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: orange;
  border-radius: .69em;
  background-color: orange;
  display: block;
  position: relative
}
.swatch-filter-orange.disabled {
  opacity: .2
}
.swatch-circle-pink {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-pink.disabled {
  opacity: .2
}
.swatch-filter-pink {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: .69em;
  background-color: #fe249a;
  display: block;
  position: relative
}
.swatch-filter-pink.disabled {
  opacity: .2
}
.swatch-circle-purple {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: purple;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-purple.disabled {
  opacity: .2
}
.swatch-filter-purple {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: purple;
  border-radius: .69em;
  background-color: purple;
  display: block;
  position: relative
}
.swatch-filter-purple.disabled {
  opacity: .2
}
.swatch-circle-red {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: red;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-red.disabled {
  opacity: .2
}
.swatch-filter-red {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: red;
  border-radius: .69em;
  background-color: red;
  display: block;
  position: relative
}
.swatch-filter-red.disabled {
  opacity: .2
}
.swatch-circle-white {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-white.disabled {
  opacity: .2
}
.swatch-filter-white {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: .69em;
  background-color: #fff;
  display: block;
  position: relative
}
.swatch-filter-white.disabled {
  opacity: .2
}
.swatch-circle-yellow {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative
}
.swatch-circle-yellow.disabled {
  opacity: .2
}
.swatch-filter-yellow {
  border: .063em solid rgba(0, 0, 0, .3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: .69em;
  background-color: #ff0;
  display: block;
  position: relative
}
.swatch-filter-yellow.disabled {
  opacity: .2
}
.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, #ff0), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91, #821e91 25%, #edd134 0, #ff0 50%, #edd134 0, #59ba00 0, #59ba00 76%, #111 0, #111), linear-gradient(0deg, #0e5cd1, #0e5cd1 50%, #e20b0b 0, #e20b0b);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 2.5em
}
.swatch-circle-miscellaneous.disabled {
  opacity: .2
}
.swatch-circle-miscellaneous.selected:after {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg)
}
.site-search {
  position: relative;
  height: 2.5em
}
@media (min-width:544px) {
  .site-search {
    margin-right: .5em
  }
}
@media (min-width:1200px) {
  .site-search {
    width: 20em
  }
}
@media (min-width:769px) and (max-width:991.98px) {
  .site-search {
    width: 14.0625em
  }
}
@media (min-width:544px) and (max-width:768.98px) {
  .site-search {
    width: 12.5em
  }
}
.site-search .fa-close, .site-search .fa-search {
  right: .5625em
}
.site-search .fa-close, .site-search .fa-search, .site-search .reset-button {
  position: absolute;
  border: none;
  top: .5625em;
  padding: 0;
  background-color: transparent
}
.site-search .reset-button {
  right: 2em
}
.site-search input {
  padding-right: 2rem;
  height: 100%
}
@media (max-width:543.98px) {
  .header-search .site-search {
    display: none
  }
}
.suggestions-wrapper {
  position: relative
}
.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  top: 0;
  left: 0;
  width: 21.875rem;
  z-index: 3;
  padding: 20px 30px 10px
}
@media (max-width:991.98px) {
  .suggestions {
    overflow-y: scroll;
    height: calc(100vh - 115px)
  }
}
@media (max-width:543.98px) {
  .suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px
  }
  .suggestions .items:nth-last-child(2) {
    padding-bottom: 130px !important
  }
}
.suggestions .swatch-circle {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  border-radius: 0;
  border: 0;
  margin-right: 1em
}
.suggestions .swatch-circle.color-value[data-selected=true]:after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: .295em;
  position: absolute
}
.suggestions .swatch-circle.color-value.selected:after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: .31em;
  position: absolute;
  top: .35em
}
.suggestions .swatch-circle.color-value.selected:after, .suggestions .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: .75em;
  line-height: .8em;
  width: .8em
}
.suggestions .header {
  color: #999;
  font-size: .875em;
  padding-top: .625em
}
.suggestions .header:not(:first-child) {
  border-top: 1px solid #ccc
}
.suggestions .items {
  padding: .313em 0;
  font-size: 14px
}
.suggestions .item {
  padding-bottom: .625em
}
.suggestions .item .name {
  margin-top: .313em
}
.suggestions .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:543.98px) {
  .suggestions .item {
    padding-bottom: .938em
  }
}
.suggestions .category-parent {
  color: #999;
  font-size: .875em
}
.suggestions .selected {
  background-color: #ddd
}
.suggestions .container {
  list-style-type: none
}
.more-below {
  -moz-border-radius: 1.25em;
  background: #ccc;
  border: .063em solid rgba(0, 0, 0, .1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: .75em;
  font-size: 1.5rem;
  left: .57em;
  line-height: .8em;
  position: absolute;
  top: .4em;
  width: .8em
}
body {
  background: #fff
}
body, html {
  font-family: Noto Sans JP, sans-serif
}
html {
  font-size: .875rem
}
@media (min-width:544px) {
  html {
    font-size: 14px;
    font-size: .875rem
  }
}
@media (min-width:769px) {
  html {
    font-size: 16px;
    font-size: 1rem
  }
}
@media (max-width:768.98px) {
  body, html {
    font-family: sans-serif !important
  }
}
h1 {
  font-size: 1.67rem
}
h1, h2 {
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif
}
h2 {
  font-size: 1.5rem
}
h3 {
  font-weight: 900
}
h3, h4 {
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif
}
h4, h5 {
  font-weight: 600
}
h5 {
  font-family: Noto Sans JP, sans-serif
}
.dc-promo-bar {
  padding: 1;
  font-weight: 400;
  background: #5e5e5e;
  color: #fff
}
.dc-promo-bar a {
  color: #fff
}
@media (max-width:768.98px) {
  .dc-promo-bar {
    font-size: 10px;
    font-size: .625rem
  }
}
.dc-header {
  position: relative;
  margin: 0 auto
}
.dc-header--brand {
  width: 100%
}
.dc-header--primary {
  width: 100%;
  position: relative;
  top: 0;
  background: #fff
}
.dc-header--secondary {
  width: 100%;
  position: relative;
  background: #ddd
}
.dc-header__wrapper {
  margin: 0 auto
}
@media (min-width:769px) {
  .dc-header__wrapper {
    max-width: 1292px;
    padding: 0 24px
  }
  .dc-header--brand {
    position: relative;
    z-index: 2
  }
  .dc-header--primary {
    height: 80px
  }
  .dc-header--primary .dc-header__wrapper {
    position: relative;
    top: 0;
    width: 100%
  }
  .dc-header--secondary {
    height: 50px
  }
  .dc-header--secondary .dc-header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    max-width: 952px
  }
}
@media (max-width:768.98px) {
  .dc-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 200
  }
  .dc-header__wrapper {
    padding: 0 24px
  }
  .dc-header--brand {
    height: 65px
  }
  .dc-header--primary {
    height: calc(100vh - 65px);
    overflow-y: scroll;
    padding-bottom: 65px
  }
  .dc-header__side {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200
  }
  .dc-header__side .dc-header--brand {
    background: #000
  }
}
.dc-header__brand {
  position: absolute;
  top: 23px
}
.dc-header__brand img {
  width: 100%
}
.dc-header__cart {
  position: absolute;
  right: 24px
}
.dc-header__cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-header__cart-button, .dc-header__cart-button:hover {
  text-decoration: none;
  color: #fff
}
.dc-header__cart-button img {
  width: 25px
}
@media (min-width:769px) {
  .dc-header__brand {
    width: 171px
  }
  .dc-header__cart {
    top: 24px;
    padding-bottom: 10px
  }
  .dc-header__cart-button {
    width: 32px;
    height: 32px;
    font-size: 11px;
    font-size: .6875rem
  }
}
@media (max-width:768.98px) {
  .dc-header__brand {
    width: 128px
  }
  .dc-header__cart {
    top: 20px;
    right: 24px
  }
  .dc-header__cart-button {
    width: 24px;
    height: 24px;
    font-size: 10px;
    font-size: .625rem
  }
}
@media (min-width:769px) {
  .dc-header-user {
    position: absolute;
    top: 24px;
    right: 80px
  }
  .dc-header-user, .dc-header-user .dc-header-user__fav, .dc-header-user .dc-header-user__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .dc-header-user .dc-header-user__fav, .dc-header-user .dc-header-user__login {
    height: 32px;
    margin-left: 24px;
    font-size: 11px;
    font-size: .6875rem;
    text-decoration: none
  }
}
@media (max-width:768.98px) {
  .dc-header-user {
    margin: 0 -24px;
    padding: 10px 40px
  }
  .dc-header-user .dc-dropdown__wrapper ul.dc-dropdown-links li:first-child {
    border-top: 1px solid #ddd;
    padding-top: .7em
  }
  .dc-header-user .dc-dropdown__wrapper ul.dc-dropdown-links li:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: .7em
  }
  .dc-header-user a.dc-header-user__login, .dc-header-user a.dc-header-user__newuser {
    display: block;
    padding: 1em 0;
    border-radius: 5px;
    text-align: center
  }
  .dc-header-user a.dc-header-user__login {
    background: #1b1b1b;
    color: #fff
  }
  .dc-header-user a.dc-header-user__newuser {
    margin-top: 1em;
    border: 1px solid #1b1b1b
  }
}
@media (max-width:768.98px) {
  header [role=navigation] {
    height: 65px
  }
}
.dc-navbar-mobile {
  padding-top: 1.5rem
}
.dc-navbar-mobile__header {
  background-color: #c1c1c1;
  padding: 1rem 2rem;
  margin-top: 1rem;
  font-weight: 700
}
.dc-navbar-mobiledc-navbar-mobile__shopguide {
  margin: 1rem auto 0;
  background-color: #ddd;
  border-radius: 10px;
  padding: .5rem 1.25rem;
  width: calc(100% - 20px)
}
.dc-navbar-mobiledc-navbar-mobile__shopguide ul {
  list-style: none;
  margin: 0
}
.dc-navbar-mobiledc-navbar-mobile__shopguide ul li {
  margin: .3rem 0;
  position: relative;
  display: block;
  padding-right: 1em
}
.dc-navbar-mobiledc-navbar-mobile__shopguide ul li:before {
  display: block;
  font: normal normal normal 14px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f046";
  color: currentColor;
  position: absolute;
  top: 50%;
  left: -1.25em;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  font-size: 14px
}
.dc-navbar-mobile ul.dc-dropdown-mobile-menu {
  list-style: none;
  padding: 0 40px;
  font-weight: 400;
  margin-top: 1rem
}
.dc-navbar-mobile ul.dc-dropdown-mobile-menu li a, .dc-navbar-mobile ul.dc-dropdown-mobile-menu li span {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: .7rem 0 .3rem .7rem
}
.dc-navbar-mobile ul.dc-dropdown-mobile-menu li span.dc-dropdown-mobile-menu__title {
  padding: .7rem 0 .7rem .7rem;
  border-bottom: none
}
.dc-navbar-mobile ul.dc-dropdown-mobile-menu li > ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0
}
.dc-navbar-mobile ul.dc-dropdown-mobile-menu li > ul > li {
  border-bottom: 1px solid #ddd
}
.dc-navbar-mobile ul.dc-dropdown-mobile-menu li > ul > li > a {
  padding-left: 2rem;
  border-bottom: none
}
.dc-navbar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.dc-navbar__items {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-sub-item {
  padding-left: 0
}
@media (min-width:769px) {
  .dc-sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600
  }
  .dc-sub-item .fa {
    margin-left: .25em
  }
  .dc-sub-item .fa:after {
    content: "\f078"
  }
  .dc-sub-item > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 18px
  }
  .dc-sub-item > a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #1096db;
    opacity: 0;
    z-index: 1
  }
  .dc-sub-item.is-current .fa:after {
    content: "\F077"
  }
  .dc-sub-item.is-current > a {
    color: #ddd
  }
  .dc-sub-item.is-current > a:before {
    opacity: 1
  }
}
@media (max-width:768.98px) {
  .dc-sub-item {
    padding: 22px 0
  }
}
.dc-dropdown:hover {
  text-decoration: none
}
.dc-dropdown__body {
  display: none
}
@media (min-width:769px) {
  .dc-dropdown__body {
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    padding: 63px 24px 134px;
    background: #f6f6f6;
    z-index: 100
  }
  .is-current .dc-dropdown__body {
    display: block
  }
  .dc-dropdown__wrapper {
    margin: 0 auto;
    max-width: 976px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (max-width:768.98px) {
  .dc-dropdown {
    color: #999
  }
  .dc-dropdown__body {
    display: block
  }
  .dc-dropdown-banners {
    display: none
  }
  .dc-dropdown__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
}
.dc-dropdown-links {
  list-style: none;
  padding: 0;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
@media (min-width:769px) {
  .dc-dropdown-links {
    margin: 0 10px 0 0;
    font-size: 14px;
    font-size: .875rem
  }
  .dc-dropdown-links li {
    margin-bottom: .5em
  }
}
@media (max-width:768.98px) {
  .dc-dropdown-links {
    width: calc(100% - 12px)
  }
  .dc-dropdown-links li {
    margin: .7em 0 0
  }
  .dc-dropdown-links li:not(:first-child) {
    padding-top: .7em;
    border-top: 1px solid #ddd
  }
}
.dc-dropdown-banners {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.dc-dropdown-banners img {
  width: 100%
}
@media (min-width:769px) {
  .dc-dropdown-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-dropdown-banners__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 315px;
    width: auto
  }
  .dc-dropdown-banners__item:not(:first-child) {
    margin: 0 16px
  }
}
@media (min-width:769px) {
  .dc-header-other {
    display: none
  }
}
@media (max-width:768.98px) {
  .dc-header-other {
    padding: 0 40px 120px;
    background: #f6f6f6
  }
  .dc-header-other .dc-header-sns {
    margin: 0;
    padding: 22px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 10px;
    font-weight: 700
  }
  .dc-header-other .dc-header-sns li {
    margin-right: 1.5em
  }
  .dc-header-other .dc-header-sns a {
    color: #000
  }
  .dc-header-other .dc-header-sns span {
    display: inline-block;
    margin-left: .5em
  }
  .dc-header-other .dc-header-sns img {
    width: 1.5em
  }
  .dc-header-other .dc-header-company-lists {
    list-style: none;
    margin: 0;
    padding: 22px 0 0
  }
  .dc-header-other .dc-header-company-lists li:not(:first-child) {
    border-top: 1px solid #ddd
  }
  .dc-header-other .dc-header-company-lists a {
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
  }
  .dc-header-other .dc-header-company-lists a.dc-header-user__newuser {
    border-top: 1px solid #000
  }
  .dc-header-other .dc-header-company-lists a:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: currentColor
  }
  /*検索窓非表示*/
  .fs-p-searchForm {
      display: none;
  }
}
.dc-search {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px
}

.dc-search input {
  font-size: 16px;
  background-color: transparent;
  border: 0;
  padding: 0 25px
}
.dc-search input::-webkit-input-placeholder {
  color: #b0b0b0
}
.dc-search input:-ms-input-placeholder {
  color: #b0b0b0
}
.dc-search input::-moz-placeholder {
  color: #b0b0b0
}
.dc-search input:focus {
  background: transparent;
  border: 0;
  outline: none;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent
}
.dc-search .dc-search-button, .dc-search .dc-search-reset {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:992px) {
  .dc-search {
    margin-right: 10px
  }
  .dc-search .dc-search-reset {
    right: 0
  }
  .dc-search .dc-search-button {
    left: 0
  }
}
@media (max-width:768.98px) {
  .dc-search input {
    height: calc(1em + .5rem + 13px);
    width: calc(100% - 20px);
    background: #fff;
    margin: 0 auto 1rem;
    border: 1px solid #ddd;
    border-radius: 50px
  }
  .dc-search input:focus {
    background: #fff;
    border: 1px solid #888;
    border-radius: 50px
  }
  .dc-search input::-webkit-input-placeholder {
    color: #d1d1d1
  }
  .dc-search input:-ms-input-placeholder {
    color: #d1d1d1
  }
  .dc-search input::-moz-placeholder {
    color: #d1d1d1
  }
  .dc-search .dc-search-reset {
    right: 50px
  }
  .dc-search .dc-search-button {
    right: 25px
  }
}
.dc-search .dc-search-reset {
  right: 50px
}
.dc-keywords {
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: .75rem
}
.dc-keywords dt {
  color: #b0b0b0;
  -ms-flex-item-align: center;
  align-self: center
}
.dc-keywords dd {
  margin: 0
}
.dc-keywords__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0
}
.dc-keywords__list li {
  padding: 0
}
.dc-keywords__list li:not(:last-child) {
  margin-right: 8px
}
.dc-keywords__list a {
  display: inline-block;
  padding: 8px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  background: #999
}
.dc-keywords__list a:hover {
  text-decoration: none
}
@media (max-width:768.98px) {
  .dc-keywords {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .dc-keywords dt {
    margin-bottom: 10px
  }
  .dc-keywords__list li {
    margin: 0 8px 8px 0
  }
}
.dc-menu-open {
  position: absolute;
  top: 16px;
  right: 24px
}
.dc-menu-open button {
  position: relative;
  padding: 0;
  width: 24px;
  height: 31px;
  border: 0;
  background: 0
}
.dc-menu-open button img {
  width: 100%
}
.dc-menu-close {
  position: absolute;
  top: 16px;
  right: 30px
}
.dc-menu-close button {
  position: relative;
  padding: 0;
  width: 27px;
  height: 27px;
  border: 0;
  background: 0
}
.dc-menu-close button:focus {
  outline: none
}
.dc-menu-close button:after, .dc-menu-close button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff
}
.dc-menu-close button:before {
  top: 50%;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg)
}
.dc-menu-close button:after {
  top: 50%;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg)
}
.dc-footer {
  position: relative;
  margin: 0 auto
}
.dc-footer--nav {
  background: #fff
}
.dc-footer--annotation {
  background: #fafbfc;
  color: #ddd
}
.dc-footer--company {
  background: #000;
  color: #fff
}
.dc-footer--company a {
  color: #fff
}
.dc-footer__wrapper {
  position: relative;
  margin: 0 auto
}
@media (min-width:769px) {
  .dc-footer {
    font-size: 14px;
    font-size: .875rem
  }
  .dc-footer__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1292px
  }
  .dc-footer--nav {
    padding: 60px 0
  }
  .dc-footer--nav .dc-footer__wrapper {
    padding: 0 58px
  }
  .dc-footer--annotation {
    padding: 48px 0
  }
  .dc-footer--annotation .dc-footer__wrapper {
    padding: 0 58px
  }
  .dc-footer--company {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 28px 0;
    font-size: 12px;
    font-size: .75rem
  }
  .dc-footer--company .dc-footer__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 24px
  }
}
@media (max-width:768.98px) {
  .dc-footer__wrapper {
    padding: 0 24px
  }
}
.dc-footer-category__head {
  padding-bottom: 24px;
  color: #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  line-height: 1
}
.dc-footer-category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:769px) {
  .dc-footer-category {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    margin-right: 50px
  }
  .dc-footer-category--2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%
  }
  .dc-footer-category--2 .dc-footer-category-links {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
  }
  .dc-footer-category--2 .dc-footer-category-links:first-child {
    -ms-flex-negative: 1;
    flex-shrink: 1
  }
  .dc-footer-category__body {
    padding-top: 20px
  }
}
@media (max-width:768.98px) {
  .dc-footer-category + .dc-footer-category {
    margin-top: -1px;
    border-top: 1px solid #ddd
  }
  .dc-footer-category__head {
    padding: 20px 0;
    color: #999
  }
  .dc-footer-category__body {
    overflow: hidden
  }
}
.dc-footer-category-links {
  margin: 0;
  padding: 0;
  list-style: none
}
.dc-footer-category-links li:not(:first-child) {
  margin-top: .7em
}
@media (min-width:769px) {
  .dc-footer-category-links {
    margin-right: 20px
  }
}
@media (max-width:768.98px) {
  .dc-footer-category-links {
    padding: 16px 20px 30px;
    float: left;
    width: 100%
  }
  .dc-footer-category-links--half {
    width: 50%
  }
  .dc-footer-category-links li:not(:first-child) {
    padding-top: .7em;
    border-top: 1px solid #ddd
  }
}
@media (min-width:769px) {
  .dc-footer-sub {
    margin-top: 37px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
  }
  .dc-footer-sub li {
    margin-right: 15px
  }
}
.dc-footer-sns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:769px) {
  .dc-footer-sns li {
    margin-right: 1em
  }
  .dc-footer-sns a {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
  }
  .dc-footer-sns a:hover {
    opacity: .7
  }
}
@media (max-width:768.98px) {
  .dc-footer-sns {
    margin-top: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 10px;
    font-weight: 700
  }
  .dc-footer-sns li {
    margin-right: 2em
  }
  .dc-footer-sns a {
    color: #000
  }
  .dc-footer-sns span {
    display: inline-block;
    margin-left: .5em
  }
  .dc-footer-sns img {
    width: 3vmin;
  }
}
.dc-footer-user {
  margin: 0;
  padding: 0;
  list-style: none
}
.dc-footer-user a {
  display: block;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 2px;
  line-height: 1;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-footer-user a:hover {
  opacity: .7;
  text-decoration: none
}
@media (min-width:769px) {
  .dc-footer-user {
    margin: 25px 0 0;
    width: 200px
  }
  .dc-footer-user li {
    margin-bottom: 15px
  }
  .dc-footer-user a {
    padding: 1em
  }
}
@media (max-width:768.98px) {
  .dc-footer-user {
    padding: 15px 24px;
    margin: 25px -24px 0;
    background: #1b1b1b
  }
  .dc-footer-user li + li {
    border-top: 1px solid #333
  }
  .dc-footer-user a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 0;
    background: transparent
  }
  .dc-footer-user a:after {
    content: ">";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: currentColor
  }
}
.dc-company-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:769px) {
  .dc-company-lists li:not(:first-child) {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #fff
  }
}
@media (max-width:768.98px) {
  .dc-company-lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -24px;
    margin-right: -24px;
    padding: 13px 24px
  }
  .dc-company-lists li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
  .dc-company-lists li a {
    display: block;
    padding: 15px 0;
    border-top: 1px solid #333
  }
  .dc-company-lists li:first-child a, .dc-company-lists li:nth-child(2) a {
    border-top: 0
  }
  .dc-company-lists li:nth-child(odd) a {
    margin-right: 10px
  }
  .dc-company-lists li:nth-child(2n) a {
    margin-left: 10px
  }
}
.dc-copyright {
  margin: 0;
  padding: 0
}
@media (max-width:768.98px) {
  .dc-copyright {
    padding: 30px 0;
    border-top: 1px solid #333
  }
}
.dc-lists--annotation {
  margin: 0;
  padding: 0;
  list-style: none
}
.dc-lists--annotation li {
  position: relative;
  padding-left: 1em
}
.dc-lists--annotation li:before {
  position: absolute;
  content: "※";
  display: inline-block;
  left: 0
}
.dc-lists--annotation li:not(:first-child) {
  margin-top: .7em
}
.dc-back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: 0;
  display: inline-block
}
.dc-back-to-top:focus {
  outline: none
}
@media (max-width:768.98px) {
  .dc-back-to-top {
    display: none
  }
}
.js-dc-accordion__toggle {
  cursor: pointer;
  position: relative
}
.js-dc-accordion__toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-5.5px, -50%) rotate(0deg);
  transform: translate(-5.5px, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  transition: transform .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;	
}
.js-dc-accordion__toggle--cir:before {
  position: absolute;
  content: "";
  display: inline-block;
  border: 2px solid;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.js-dc-accordion__toggle--cir:after {
  right: 1px;
  font-size: .6em
}
.js-dc-accordion.is-active .js-dc-accordion__toggle:after {
  -webkit-transform: translate(-5.5px, -50%) rotate(180deg);
  transform: translate(-5.5px, -50%) rotate(180deg)
}
@media (min-width:769px) {
  .js-dc-accordion.js-dc-accordion--sm .js-dc-accordion__toggle {
    cursor: auto
  }
  .js-dc-accordion.js-dc-accordion--sm .js-dc-accordion__toggle:after, .js-dc-accordion.js-dc-accordion--sm .js-dc-accordion__toggle:before {
    display: none
  }
}
@media (max-width:768.98px) {
  .js-dc-accordion__body {
    display: none
  }
}
.dc-accordion--box .js-dc-accordion__toggle {
  border: 1px solid #ddd;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}
.dc-accordion--box .js-dc-accordion__toggle:before {
  border-color: #1096db
}
.dc-accordion--box .js-dc-accordion__toggle:after {
  color: #1096db
}
.dc-accordion--box .js-dc-accordion__body {
  display: none
}
.dc-accordion--box.is-active .js-dc-accordion__toggle {
  background: #f3f3f3
}
.dc-accordion--box.is-active .js-dc-accordion__toggle:before {
  border-color: currentColor
}
.dc-accordion--box.is-active .js-dc-accordion__toggle:after {
  color: currentColor
}
@media (min-width:769px) {
  .dc-accordion--box .js-dc-accordion__body, .dc-accordion--box .js-dc-accordion__toggle {
    padding: 20px 60px 20px 30px
  }
  .dc-accordion--box .js-dc-accordion__toggle {
    font-size: 20px
  }
  .dc-accordion--box .js-dc-accordion__toggle:before {
    right: 30px
  }
  .dc-accordion--box .js-dc-accordion__toggle:after {
    right: 29.5px
  }
}
@media (max-width:768.98px) {
  .dc-accordion--box .js-dc-accordion__body, .dc-accordion--box .js-dc-accordion__toggle {
    padding: 10px 40px 10px 15px
  }
  .dc-accordion--box .js-dc-accordion__toggle {
    font-size: 16px
  }
  .dc-accordion--box .js-dc-accordion__toggle:after, .dc-accordion--box .js-dc-accordion__toggle:before {
    right: 15px
  }
}
.dc-main-carousel__item {
  position: relative
}
.dc-main-carousel__image, .dc-main-carousel__image img {
  width: 100%
}
.dc-main-carousel .swiper-num {
  position: absolute;
  z-index: 1;
  font-weight: 700
}
.dc-main-carousel .swiper-pager-wrapper {
  position: absolute;
  z-index: 1
}
.dc-main-carousel .swiper-button-next, .dc-main-carousel .swiper-button-prev {
  position: static;
  margin: 0;
  outline: none;
  border: 1px solid #1096db;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.dc-main-carousel .swiper-button-next svg, .dc-main-carousel .swiper-button-prev svg {
  fill: #1096db
}
.dc-main-carousel .swiper-button-next:after, .dc-main-carousel .swiper-button-prev:after {
  display: none;
  content: ""
}
.dc-main-carousel .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.dc-main-carousel .swiper-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  left: auto
}
.dc-main-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0
}
.dc-main-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0;
  opacity: 1
}
@media (min-width:769px) {
  .dc-main-carousel {
    margin-top: 32px;
    margin-bottom: 47px;
    padding-bottom: 32px
  }
  .dc-main-carousel .swiper-pager-wrapper {
    bottom: 0;
    right: 48px;
    width: 197px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .dc-main-carousel .swiper-button-next, .dc-main-carousel .swiper-button-prev {
    width: 64px;
    height: 64px
  }
  .dc-main-carousel .swiper-button-next svg, .dc-main-carousel .swiper-button-prev svg {
    width: 28px;
    height: 10px
  }
  .dc-main-carousel .swiper-button-prev {
    left: 0
  }
  .dc-main-carousel .swiper-button-next {
    right: 0
  }
  .dc-main-carousel .swiper-num {
    bottom: -11px;
    left: 48px;
    font-size: 60px;
    font-size: 3.75rem
  }
  .dc-main-carousel .swiper-pagination {
    right: 276px;
    bottom: 31px
  }
  .dc-main-carousel .swiper-pagination-bullet {
    background: #000;
    height: 2px;
    width: 64px
  }
  .dc-main-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1096db
  }
}
@media (max-width:768.98px) {
  .dc-main-carousel {
    padding-bottom: 60px
  }
  .dc-main-carousel__wrapper {
    margin: 0 -24px 30px
  }
  .dc-main-carousel .swiper-pager-wrapper {
    bottom: 0;
    right: 24px;
    width: 197px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .dc-main-carousel .swiper-button-next, .dc-main-carousel .swiper-button-prev {
    width: 40px;
    height: 40px
  }
  .dc-main-carousel .swiper-button-next svg, .dc-main-carousel .swiper-button-prev svg {
    width: 21px;
    height: 9px
  }
  .dc-main-carousel .swiper-button-prev {
    margin: 0 10px 0 0
  }
  .dc-main-carousel .swiper-button-next {
    right: 0
  }
  .dc-main-carousel .swiper-fraction {
    display: none
  }
  .dc-main-carousel .swiper-num {
    bottom: 35px;
    left: 24px;
    font-size: 40px;
    font-size: 2.5rem
  }
  .dc-main-carousel .swiper-pagination {
    right: 20px;
    bottom: auto;
    width: 70%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .dc-main-carousel .swiper-pagination-bullet {
    background: #ccc;
    height: 2px;
    width: 32px
  }
  .dc-main-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1096db
  }
}
.dc-news__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0
}
.dc-news__list li {
  background: #f3f3f3
}
.dc-news__list li:not(:first-child) {
  border-top: 1px solid #ddd
}
.dc-news__date {
  font-weight: 500;
  color: #ccc
}
@media (min-width:1292px) {
  .dc-news {
    margin-left: calc(50% - 646px)
  }
}
@media (min-width:769px) {
  .dc-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
    padding: 0 58px
  }
  .dc-news__col:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
  }
  .dc-news__col:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .dc-news__list {
    width: 190%;
    font-size: 14px;
    font-size: .875rem
  }
  .dc-news__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 30px
  }
  .dc-news__list a {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%
  }
  .dc-news__date {
    margin-right: 55px
  }
}
@media (max-width:768.98px) {
  .dc-news {
    margin-bottom: 64px
  }
  .dc-news__list {
    margin-top: 25px;
    font-size: 13px;
    font-size: .8125rem
  }
  .dc-news__list li {
    padding: 24px
  }
  .dc-news__date {
    display: block;
    margin-bottom: .6em
  }
}
.dc-category {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0
}
.dc-category a {
  display: block;
  height: 100%
}
@media (min-width:769px) {
  .dc-category {
    grid-template-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-rows: 140px 8px 140px 8px 140px
  }
  .dc-category__1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    -ms-grid-row-span: 3
  }
  .dc-category__2 {
    grid-row-start: 1;
    grid-row-end: 2
  }
  .dc-category__2, .dc-category__3 {
    grid-column-start: 3;
    grid-column-end: 4
  }
  .dc-category__3 {
    grid-row-start: 3;
    grid-row-end: 4
  }
  .dc-category__4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6
  }
  .dc-category__5 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6
  }
  .dc-category__6 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2
  }
  .dc-category__7 {
    grid-column-start: 7;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 4;
    -ms-grid-row-span: 3
  }
  .dc-category__8 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 6;
    -ms-grid-row-span: 3
  }
  .dc-category__9 {
    grid-column-start: 7;
    grid-column-end: 8;
    grid-row-start: 5;
    grid-row-end: 6
  }
}
@media (max-width:768.98px) {
  .dc-category {
    grid-template-columns: 1fr 8px 1fr;
    grid-template-rows: 75px 8px 75px 8px 75px 8px 75px 8px 75px 8px 75px
  }
  .dc-category__1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    -ms-grid-row-span: 3
  }
  .dc-category__2 {
    grid-row-start: 1;
    grid-row-end: 2
  }
  .dc-category__2, .dc-category__3 {
    grid-column-start: 3;
    grid-column-end: 4
  }
  .dc-category__3 {
    grid-row-start: 3;
    grid-row-end: 4
  }
  .dc-category__4 {
    grid-column-start: 1;
    grid-column-end: 2
  }
  .dc-category__4, .dc-category__5 {
    grid-row-start: 11;
    grid-row-end: 12
  }
  .dc-category__5 {
    grid-column-start: 3;
    grid-column-end: 4
  }
  .dc-category__6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6
  }
  .dc-category__7 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 8;
    -ms-grid-row-span: 3
  }
  .dc-category__8 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 10;
    -ms-grid-row-span: 3
  }
  .dc-category__9 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 9;
    grid-row-end: 10
  }
}
.dc-category-item {
  height: 100%
}
.dc-category-item a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block
}
.dc-category-item a img {
  -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.dc-category-item a:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: .7
}
.dc-category-item a:hover {
  text-decoration: none
}
.dc-category-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.dc-category-item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500
}
@media (min-width:769px) {
  .dc-category-item__text {
    font-size: 18px;
    font-size: 1.125rem
  }
}
@media (max-width:768.98px) {
  .dc-category-item__text {
    font-size: 12px;
    font-size: .75rem
  }
}
.dc-category .dummy-asset {
  height: 100%
}
.dc-plusone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.dc-plusone__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
.dc-plusone__image {
  width: 67%
}
.dc-plusone__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 17%;
  object-position: 17%
}
.dc-plusone__product {
  width: 33%;
  background: #ddd
}
.dc-plusone__date {
  position: absolute;
  z-index: 1
}
.dc-plusone__date img {
  width: 100%
}
@media (min-width:769px) {
  .dc-plusone__head {
    margin-bottom: 40px
  }
  .dc-plusone__link {
    position: absolute;
    bottom: 64px;
    left: 64px;
    z-index: 1
  }
  .dc-plusone__product {
    padding: 4.3%
  }
  .dc-plusone__date {
    top: 50px;
    right: -20px;
    width: 107px;
    height: 122px
  }
  .dc-plusone .product-tile-pd .product-tile-body .product-name-caption {
    font-size: 18px
  }
}
@media (max-width:768.98px) {
  .dc-plusone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dc-plusone__head, .dc-plusone__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
  }
  .dc-plusone__link {
    text-align: right
  }
  .dc-plusone__image {
    display: none
  }
  .dc-plusone__product {
    width: 100%;
    min-width: 231px;
    margin-top: 20px;
    padding: 0 13%
  }
  .dc-plusone__date {
    top: 70vw;
    right: 13%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 75px;
    height: 85px
  }
  .dc-plusone .product-tile-pd .product-tile-body .product-name-caption {
    font-size: 14px
  }
}
.dc-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #000;
  border: 1px solid #000;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: background .3s cubic-bezier(.645, .045, .355, 1);
  transition: background .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-button:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff
}
.dc-button.disabled {
  -webkit-transition: none;
  transition: none;
  opacity: .3
}
.dc-button.disabled:hover {
  color: #fff
}
.dc-button:focus {
  outline: none
}
.dc-button.dc-button--decolor, .dc-button.is-active {
  background: #fff;
  color: #000
}
.dc-button.dc-button--decolor:hover, .dc-button.is-active:hover {
  background: #efefef
}
.dc-button--secondary {
  background: #999;
  border-color: #999
}
.dc-button--zip {
  width: 100%
}
.dc-button--amazon-pay {
  background-color: #f5d684;
  border-color: #f5d684
}
.dc-button--amazon {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7dfa1), to(#f1c24f));
  background: linear-gradient(#f7dfa1, #f1c24f);
  border-color: #cca957;
  color: #000
}
.dc-button--amazon .fa-amazon {
  margin-right: .5em;
  font-size: 2em
}
.dc-button--amazon:hover {
  color: #000
}
.dc-button--green {
  background: #22ac38;
  border-color: #22ac38
}
.dc-button--line {
  background: #00b900;
  border-color: #00b900
}
.dc-button--comment {
  background: #fff;
  border-color: #1096db;
  color: #1096db;
  width: 100%;
  max-width: 367px
}
.dc-button--comment:hover {
  color: #1096db
}
.dc-button--wish {
  margin-left: 8px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  color: #ddd;
  border-radius: 2px;
  font-size: 15px
}
.dc-button--wish.is-wish .icon-heart {
  fill: #ddd
}
.dc-button--wide {
  width: 100%
}
.dc-button--tight {
  padding: .5em 1.5em
}
@media (min-width:769px) {
  .dc-button {
    padding: 1em 1.5em;
    font-size: 14px
  }
  .dc-button--zip {
    padding: 1em 0;
    height: 57px
  }
  .dc-button--amazon-pay {
    padding: 1em 2em .6em
  }
  .dc-button--amazon-pay img {
    width: 106px
  }
  .dc-button--wish {
    padding: 14px 34px
  }
  .dc-button--wide {
    padding: 1.5em
  }
  .dc-button--tight {
    padding: .5em 1.5em
  }
}
@media (max-width:768.98px) {
  .dc-button {
    height: 56px;
    padding: 1em;
    font-size: 14px
  }
  .dc-button--zip {
    padding: 1em 0;
    height: 51px
  }
  .dc-button--amazon-pay {
    padding: 1.8em 1em 1.2em
  }
  .dc-button--amazon-pay img {
    width: 85px
  }
  .dc-button--wish {
    padding: 13px
  }
  .dc-button--wide {
    height: auto;
    font-size: 11px
  }
  .dc-button--comment {
    height: auto;
    max-width: 250px
  }
  .dc-button--tight {
    height: 48px;
    padding: .5em 1.5em;
    width: 100%;
    max-width: 246px
  }
}
.dc-button-ctrl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 1;
  color: #444;
  -webkit-transition: border .2s cubic-bezier(.645, .045, .355, 1);
  transition: border .2s cubic-bezier(.645, .045, .355, 1)
}
.dc-button-ctrl:focus {
  outline: none
}
.dc-button-ctrl i {
  pointer-events: none
}
@media (min-width:769px) {
  .dc-button-ctrl {
    padding: 0 20px;
    font-size: 13px;
    min-width: 110px;
    max-width: 160px;
    width: 100%;
    height: 40px
  }
  .dc-button-ctrl:hover {
    border-color: #000
  }
}
@media (max-width:768.98px) {
  .dc-button-ctrl {
    padding: 0 12px;
    font-size: 16px;
    min-width: 110px;
    max-width: 160px;
    width: 100%;
    height: 40px
  }
}
.dc-cutom-select {
  border-color: #ddd
}
.dc-cutom-select:focus {
  outline: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #ddd
}
@media (min-width:769px) {
  .dc-cutom-select {
    padding: 0 20px;
    font-size: 13px;
    min-width: 110px;
    max-width: 160px;
    width: 100%;
    height: 40px
  }
}
@media (max-width:768.98px) {
  .dc-cutom-select {
    padding: 0 12px;
    font-size: 16px;
    min-width: 110px;
    max-width: 160px;
    width: 100%;
    height: 40px
  }
}
.dc-button-delete {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  color: #000;
  width: 100%;
  -webkit-transition: background .3s cubic-bezier(.645, .045, .355, 1);
  transition: background .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-button-delete:after, .dc-button-delete:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background: #000
}
.dc-button-delete:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}
.dc-button-delete:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}
.dc-button-delete:focus {
  outline: none
}
@media (min-width:769px) {
  .dc-button-delete {
    min-height: 48px;
    max-width: 170px
  }
  .dc-button-delete:hover {
    background: #efefef
  }
}
@media (max-width:768.98px) {
  .dc-button-delete {
    min-height: 40px;
    max-width: 130px
  }
  .dc-button-delete:after, .dc-button-delete:before {
    width: 12px
  }
}
.dc-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.dc-button-container .dc-button {
  margin: 0 24px
}
@media (min-width:769px) {
  .dc-button-container .dc-button {
    width: 100%;
    height: 64px;
    max-width: 290px
  }
}
@media (max-width:768.98px) {
  .dc-button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .dc-button-container .dc-button {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 246px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .dc-button-container .dc-button.dc-button--decolor {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.dc-fade-hover {
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-fade-hover:hover {
  opacity: .7
}
@media (min-width:769px) {
  .dc-button-logout {
    width: 100%;
    max-width: 180px
  }
}
@media (max-width:768.98px) {
  .dc-button-logout {
    width: 100%;
    max-width: 246px
  }
}
.dc-coordinate-tile__image {
  position: relative
}
.dc-coordinate-tile__image img {
  width: 100%;
  height: auto
}
.dc-coordinate-tile__image .quickview, .dc-coordinate-tile__image .wishlistTile {
  position: absolute;
  right: 8px;
  bottom: 8px
}
.dc-coordinate-tile__image .quickview i.fa-expand, .dc-coordinate-tile__image .wishlistTile i.fa-expand {
  color: #fff;
  line-height: 36px
}
.dc-coordinate-tile__image .quickview .fa-circle, .dc-coordinate-tile__image .wishlistTile .fa-circle {
  display: none
}
.dc-coordinate-tile__image .quickview .fa-stack, .dc-coordinate-tile__image .wishlistTile .fa-stack {
  background: hsla(0, 0%, 100%, .4);
  border: 2px solid #fff;
  border-radius: 50%
}
.dc-coordinate-tile__imagelink {
  overflow: hidden;
  display: block
}
.dc-coordinate-tile__imagelink img {
  -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.dc-coordinate-tile__imagelink:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: .7
}
.dc-coordinate-tile__imagelink:hover {
  text-decoration: none
}
.dc-coordinate-tile__date {
  font-weight: 500;
  font-size: 12px
}
.dc-coordinate-tile__caption {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px
}
@media (min-width:769px) {
  .dc-coordinate-tile__date {
    margin-top: 24px
  }
  .dc-coordinate-tile__price {
    font-weight: 700;
    font-size: 20px
  }
}
@media (max-width:768.98px) {
  .dc-coordinate-tile__date {
    margin-top: 14px
  }
  .dc-coordinate-tile__price {
    font-size: 14px;
    font-weight: 700;
    font-family: Noto Sans JP, sans-serif
  }
}
@media (min-width:769px) {
  .dc-removable-items--tile .dc-coordinate-tile__date {
    margin-top: 17px
  }
}
@media (max-width:768.98px) {
  .dc-removable-items--tile .dc-coordinate-tile__date {
    margin-top: 14px
  }
}
.dc-fashionable-tile__image img {
  width: 100%;
  height: auto
}
.dc-fashionable-tile__imagelink {
  overflow: hidden;
  display: block
}
.dc-fashionable-tile__imagelink img {
  -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.dc-fashionable-tile__imagelink:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: .7
}
.dc-fashionable-tile__imagelink:hover {
  text-decoration: none
}
.dc-fashionable-tile__body {
  text-align: center
}
.dc-fashionable-tile__title {
  margin: .75em 0;
  font-weight: 500
}
.dc-fashionable-tile__link {
  margin-top: .5em
}
@media (min-width:769px) {
  .dc-fashionable-tile__title {
    font-size: 18px;
    font-size: 1.125rem
  }
}
@media (max-width:768.98px) {
  .dc-fashionable-tile__title {
    text-align: left;
    font-size: 14px;
    font-size: .875rem
  }
}
.dc-model-info {
  width: 100%
}
.dc-model-info:after {
  content: "";
  display: table;
  clear: both
}
.dc-model-info__image {
  float: left;
  width: 48px;
  border-radius: 50%
}
.dc-model-info__image img {
  width: 100%;
  height: auto
}
.dc-model-info__date {
  color: #727272
}
.dc-model-info__caption, .dc-model-info__data, .dc-model-info__name {
  padding-left: 58px;
  margin: 0 0 .3em
}
.dc-model-info__caption {
  font-size: 12px;
  color: #727272
}
.dc-model-info__text {
  text-align: left
}
@media (min-width:769px) {
  .dc-model-info {
    margin: 15px 0;
    font-size: 16px
  }
}
@media (max-width:768.98px) {
  .dc-model-info {
    margin: 10px 0;
    font-size: 13px
  }
}
.other-coordinate-list .dc-model-info {
  display: none
}
.dc-blog__menu {
  list-style: none;
  margin: 0;
  padding: 0
}
.dc-blog__item {
  display: none
}
.dc-blog__item.is-show {
  display: block
}
@media (min-width:769px) {
  .dc-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .dc-blog__menu {
    width: 21%
  }
  .dc-blog__menu li:not(:first-child) {
    margin-top: 16px
  }
  .dc-blog__menu .dc-button {
    width: 100%
  }
  .dc-blog__items {
    width: 75%
  }
  .dc-blog__items .dc-container {
    max-width: none;
    width: 100%;
    padding: 0
  }
}
@media (max-width:768.98px) {
  .dc-blog .dc-container {
    padding: 0;
    overflow: visible
  }
  .dc-blog__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 16px
  }
  .dc-blog__menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-bottom: 10px
  }
  .dc-blog__menu li:nth-of-type(odd) {
    padding-right: 5px
  }
  .dc-blog__menu li:nth-of-type(2n) {
    padding-left: 5px
  }
  .dc-blog__menu li .dc-button {
    width: 100%
  }
  .dc-blog__items {
    margin-top: 15px
  }
}
.dc-blog-tile__image img {
  width: 100%
}
.dc-blog-tile__imagelink {
  overflow: hidden;
  display: block
}
.dc-blog-tile__imagelink img {
  -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.dc-blog-tile__imagelink:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: .7
}
.dc-blog-tile__imagelink:hover {
  text-decoration: none
}
.dc-blog-tile__title {
  margin: 1em 0;
  font-weight: 500
}
@media (min-width:769px) {
  .dc-blog-tile {
    font-size: 14px
  }
  .dc-blog-tile__title {
    font-size: 16px;
    text-align: center
  }
}
@media (max-width:768.98px) {
  .dc-blog-tile {
    font-size: 12px
  }
  .dc-blog-tile__title {
    font-size: 14px;
    text-align: left
  }
}
@media (min-width:769px) {
  .dc-blog-tile--wide .dc-blog-tile__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-blog-tile--wide figcaption {
    width: 100%
  }
  .dc-blog-tile--wide .dc-blog-tile__image {
    width: 175px;
    margin-right: 22px
  }
  .dc-blog-tile--wide .dc-blog-tile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
  }
  .dc-blog-tile--wide .dc-blog-tile__title {
    margin-top: 0;
    text-align: left;
    font-weight: 700
  }
  .dc-blog-tile--wide .dc-blog-tile__lead {
    font-size: 14px;
    line-height: 1.5
  }
  .dc-blog-tile--wide .dc-model-info {
    margin: 0;
    -ms-flex-item-align: end;
    align-self: flex-end
  }
}
.dc-youtube-tile__image img {
  width: 100%
}
.dc-youtube-tile__imagelink {
  overflow: hidden;
  display: block
}
.dc-youtube-tile__imagelink img {
  -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.dc-youtube-tile__imagelink:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: .7
}
.dc-youtube-tile__imagelink:hover {
  text-decoration: none
}
.dc-youtube-tile__body {
  text-align: left
}
.dc-youtube-tile__title {
  margin: .75em 0;
  font-weight: 700
}
.dc-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.dc-breadcrumb__item {
  position: relative
}
.dc-breadcrumb__item:first-child {
  padding-left: 0
}
.dc-breadcrumb__item:first-child a:before {
  margin-right: 1em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053"
}
.dc-breadcrumb__item:not(:first-child) {
  margin-left: 1em
}
.dc-breadcrumb__item:not(:first-child):before {
  display: inline-block;
  margin-right: 1em;
  content: "/"
}
@media (min-width:769px) {
  .dc-breadcrumb {
    padding: 32px 0 50px;
    font-size: 12px;
    font-size: .75rem
  }
}
@media (max-width:768.98px) {
  .dc-breadcrumb {
    padding: 20px 0 28px;
    font-size: 10px;
    font-size: .625rem
  }
}
.dc-product-detail-root {
  position: relative
}
@media (min-width:769px) {
  .dc-product-detail--primary > .dc-container > .dc-row, .dc-product-detail--secondary > .dc-container > .dc-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .dc-product-detail__l {
    width: calc(95.6% - 390px)
  }
  .dc-product-detail__l, .dc-product-detail__s {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
  .dc-product-detail__s {
    width: 390px
  }
}
@media (max-width:991.98px) {
  .dc-product-detail__l, .dc-product-detail__s {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 47%
  }
}
@media (max-width:768.98px) {
  .dc-product-detail__l, .dc-product-detail__s {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%
  }
  .dc-product-detail--secondary {
    margin-top: 20px;
    overflow: hidden
  }
  .dc-product-detail--secondary .dc-product-detail__l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .dc-product-detail--secondary .dc-product-detail__s {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .dc-product-detail--secondary > .description-and-detail > .flex-column-reverse-mobile {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .dc-product-detail--primary > .dc-container > .dc-row, .dc-product-detail--secondary > .dc-container > .dc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.dc-product-detail-carousel__item img {
  width: 100%;
  height: auto
}
.dc-product-detail-carousel .swiper-button-next, .dc-product-detail-carousel .swiper-button-prev {
  outline: none;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0
}
.dc-product-detail-carousel .swiper-button-next svg, .dc-product-detail-carousel .swiper-button-prev svg {
  fill: #fff
}
.dc-product-detail-carousel .swiper-button-next:after, .dc-product-detail-carousel .swiper-button-prev:after {
  display: none;
  content: ""
}
.dc-product-detail-carousel .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.dc-product-detail-carousel .swiper-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  background: rgba(0, 0, 0, .5);
  padding: 8px;
  color: #fff;
  font-size: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1
}
.dc-product-detail-carousel .swiper-fraction span {
  margin: 0 3px
}
.dc-product-detail-carousel .swiper-fraction img {
  margin-right: 3px
}
.dc-product-detail-carousel .swiper-fraction p {
  margin: 0
}
@media (min-width:769px) {
  .dc-product-detail-carousel .swiper-fraction {
    display: none
  }
  .dc-product-detail-carousel figcaption {
    margin: 18px 0
  }
  .dc-product-detail-carousel .swiper-button-next, .dc-product-detail-carousel .swiper-button-prev {
    top: calc(50% - 40px);
    width: 64px;
    height: 64px
  }
}
@media (max-width:768.98px) {
  .dc-product-detail-carousel figcaption {
    margin: 1em 0;
    text-align: center;
    font-size: 12px
  }
  .dc-product-detail-carousel .swiper-button-next, .dc-product-detail-carousel .swiper-button-prev {
    top: calc(50% - 30px);
    width: 40px;
    height: 40px
  }
}
@media (min-width:769px) {
  .dc-product-detail-thumbs {
    margin: 0 0 0 -2%;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .dc-product-detail-thumbs__item {
    margin: 1% 0 1% 2%;
    width: 10.5%
  }
  .dc-product-detail-thumbs__item button {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #000
  }
  .dc-product-detail-thumbs__item button:focus {
    outline: none
  }
  .dc-product-detail-thumbs__item img {
    width: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1)
  }
  .dc-product-detail-thumbs__item.is-current img {
    opacity: .5
  }
}
@media (max-width:768.98px) {
  .dc-product-detail-thumbs {
    display: none
  }
}
@media (min-width:769px) {
  .dc-product-info .dc-rating-container, .dc-product-info__discount, .dc-product-info__marks, .dc-product-info__price, .dc-product-info__shiping, .dc-product-info__text {
    margin-bottom: 23px
  }
}
@media (max-width:768.98px) {
  .dc-product-info .dc-rating-container, .dc-product-info__discount, .dc-product-info__marks, .dc-product-info__price, .dc-product-info__shiping, .dc-product-info__text {
    margin-top: 15px;
    margin-bottom: 15px
  }
}
.dc-product-info .dc-modal {
  display: none
}
.dc-product-mark {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  display: inline-block;
  line-height: 1;
  padding: .6em .9em;
  border-radius: 2px
}
@media (max-width:768.98px) {
  .dc-product-mark {
    font-size: 10px
  }
}
.dc-product-caption {
  color: #444;
  font-size: 18px;
  font-size: 1.125rem
}
@media (max-width:768.98px) {
  .dc-product-caption {
    font-size: 14px
  }
}
.dc-product-name {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000
}
@media (max-width:768.98px) {
  .dc-product-name {
    font-size: 22px
  }
}
.dc-product-discount {
  background: #ee0303;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .6em .9em;
  border-radius: 2px
}
@media (max-width:768.98px) {
  .dc-product-discount {
    font-size: 10px
  }
}
.dc-product-default-price {
  margin-left: .5em;
  color: #444
}
.dc-product-price {
  font-size: 28px;
  font-size: 1.75rem
}
.dc-tax {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: .5em
}
.dc-ratings__star {
  color: #ffc600
}
.dc-ratings__num {
  margin-left: .5em
}
.dc-ratings__appraisal {
  margin-left: 1em;
  color: #1096db
}
.dc-product-shiping {
  background: #a8a8a8;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .6em .9em;
  border-radius: 2px;
  font-weight: 500;
  margin-right: 8px
}
@media (max-width:768.98px) {
  .dc-product-shiping {
    font-size: 10px
  }
}
.icon-heart {
  fill: none;
  stroke: #ddd;
  stroke-miterlimit: 10;
  stroke-width: 2px
}
.is-wish .icon-heart {
  fill: #ddd
}
.dc-product-select {
  margin: 23px 0;
  padding: 23px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb
}
.dc-product-select__item {
  position: relative;
  margin-bottom: .5em
}
.dc-product-select__item:last-of-type {
  margin-bottom: 0
}
.dc-product-select__item:after {
  content: "";
  display: block;
  clear: both
}
.dc-product-select__color {
  font-size: 10px;
  font-size: .625rem;
  text-align: center
}
.dc-product-select__color figure {
  margin-bottom: 0;
  max-width: 64px
}
.dc-product-select__color figure img {
  width: 100%
}
.dc-product-select__color figcaption {
  margin-top: .3em
}
.dc-product-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dc-product-select__list:last-child {
  margin-bottom: 0
}
.dc-product-select__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 64px;
  flex: 0 1 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.dc-product-select__addcart, .dc-product-select__updateproduct {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 198px;
  flex: 1 1 198px
}
.dc-product-select__addwish {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  margin-left: 8px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 2px
}
.dc-product-select__addwish:focus {
  outline: none
}
.dc-product-select__buttons {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: #ececec;
  z-index: 150;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dc-product-select__buttons .dc-button {
  height: 56px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px
}
.dc-product-select__buttons .dc-product-select__addwish {
  padding: 0;
  height: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px
}
@media (min-width:769px) {
  .dc-product-select__color {
    float: left
  }
  .dc-product-select__list {
    float: right;
    width: calc(100% - 64px)
  }
}
@media (max-width:768.98px) {
  .dc-product-select {
    margin-top: 0;
    padding: 0;
    border: 0
  }
  .dc-product-select p {
    margin-bottom: 24px
  }
  .dc-product-select__item {
    margin-bottom: 15px
  }
  .dc-product-select__color {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
  }
  .dc-product-select__color figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none
  }
  .dc-product-select__color figure img {
    width: 48px;
    margin-right: 15px
  }
  .dc-product-select__list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
  }
  .dc-product-select__size {
    margin-right: 15px
  }
  .dc-product-select__addcart, .dc-product-select__updateproduct {
    height: 43px
  }
  .dc-product-select__addwish {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
    margin-left: 15px
  }
  .dc-product-select__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media (min-width:769px) {
  .dc-product-info2 .dc-material-detail {
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ebebeb
  }
}
@media (max-width:768.98px) {
  .dc-product-info2 .dc-item-size, .dc-product-info2 .dc-material-detail {
    border-top: 1px solid #ebebeb
  }
  .dc-product-info2 .dc-item-size__head, .dc-product-info2 .dc-material-detail__head {
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb
  }
  .dc-product-info2 .dc-item-size__body, .dc-product-info2 .dc-material-detail__body {
    padding: 24px
  }
  .dc-product-info2 .dc-material-detail {
    margin-top: -1px
  }
}
.dc-material-detail .dc-material-list {
  margin-top: 23px;
  padding-top: 23px;
  border-top: 1px solid #ebebeb
}
@media (max-width:768.98px) {
  .dc-material-detail .dc-material-list:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
  }
}
.dc-material-head {
  margin-bottom: 1em;
  text-align: left;
  font-weight: 700
}
.dc-material-head .dc-annotation {
  margin-left: 1em;
  font-size: 10px;
  font-weight: 400
}
@media (min-width:769px) {
  .dc-material-head {
    font-size: 20px
  }
}
@media (max-width:768.98px) {
  .dc-material-head {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 14px
  }
  .dc-material-head .dc-annotation {
    display: none
  }
}
.dc-material-link {
  margin-top: 1em;
  font-size: 14px
}
.dc-material-link img {
  margin-left: .5em
}
.dc-material-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 14px
}
.dc-material-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.dc-material-list__item:not(:first-child) {
  margin-top: .8em
}
.dc-material-list__d, .dc-material-list__h {
  display: inline-block
}
.dc-material-list__h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 103px;
  flex: 0 1 103px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dc-material-list__h:after {
  content: "：";
  display: inline-block
}
.dc-material-list__d {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0
}
.dc-material-list--s .dc-material-list__h {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 53px;
  flex: 0 1 53px
}
@media (max-width:768.98px) {
  .dc-material-list__h {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .dc-material-list__d, .dc-material-list__h, .dc-material-list__item {
    display: block
  }
  .dc-material-list__item:not(:first-child) {
    margin-top: 1em
  }
}
.dc-material-param {
  position: relative;
  max-width: 262px;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  padding-bottom: 20px;
  font-size: 12px
}
.dc-material-param__line {
  position: relative;
  background: #ddd;
  height: 2px
}
.dc-material-param__1, .dc-material-param__2, .dc-material-param__3 {
  position: absolute;
  padding-top: 8px;
  margin-top: -5px
}
.dc-material-param__1:before, .dc-material-param__2:before, .dc-material-param__3:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd
}
.dc-material-param__1.is-active:before, .dc-material-param__2.is-active:before, .dc-material-param__3.is-active:before {
  background: #000
}
.dc-material-param__1 {
  left: 0;
  text-align: left;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.dc-material-param__1:before {
  top: 0;
  left: 0
}
.dc-material-param__2 {
  text-align: center
}
.dc-material-param__2, .dc-material-param__2:before {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}
.dc-material-param__2:before {
  top: 0
}
.dc-material-param__3 {
  right: 0;
  text-align: right;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.dc-material-param__3:before {
  top: 0;
  right: 0
}
@media (max-width:768.98px) {
  .dc-material-param {
    margin-left: 0;
    max-width: none
  }
}
@media (max-width:768.98px) {
  .dc-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100
  }
  .dc-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
  }
  .dc-modal__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 48px);
    height: 100%;
    max-height: 70%;
    padding: 24px;
    background: #fff;
    border-radius: 2px
  }
  .dc-modal__wrapper {
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
  }
}
@media (max-width:768.98px) {
  .dc-modal-addcart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200
  }
  .dc-modal-addcart__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
  }
  .dc-modal-addcart__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 48px);
    height: 100%;
    max-height: 70%;
    padding: 24px;
    background: #fff;
    border-radius: 2px
  }
  .dc-modal-addcart__wrapper {
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
  }
}
.dc-banners {
  margin: 0;
  padding: 0;
  list-style: none
}
.dc-banners img {
  width: 100%;
  max-width: 100%
}
.dc-banners a {
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-banners a:hover {
  opacity: .7
}
@media (min-width:769px) {
  .dc-banners li:not(:first-child) {
    margin-top: 24px
  }
}
@media (max-width:768.98px) {
  .dc-banners li:not(:first-child) {
    margin-top: 24px
  }
}
@media (min-width:769px) {
  .dc-layout-basic-2col__aside .dc-banners {
    padding: 30px 0 0;
    border-top: 1px solid #ddd
  }
}
@media (min-width:769px) {
  .dc-note-section + .dc-note-section {
    margin-top: 66px
  }
}
@media (max-width:768.98px) {
  .dc-note-section {
    margin-top: 30px
  }
  .dc-note-section + .dc-note-section {
    margin-top: 43px
  }
}
.dc-figure {
  margin-bottom: 0
}
.dc-figure img {
  width: auto;
  max-width: 100%
}
.dc-figure figcaption {
  margin-top: .5em
}
.dc-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.dc-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}
.dc-style-view-container {
  position: relative
}
@media (min-width:769px) {
  .dc-style-view-container {
    margin-bottom: 45px
  }
}
.dc-style-view__staff {
  position: relative;
  display: block;
  padding: 20px 10px;
  margin-bottom: 8px;
  color: #fff;
  background: #999;
  border: 0;
  border-radius: 2px;
  text-align: center;
  line-height: 1
}
.dc-style-view__staff:focus {
  outline: none
}
.dc-style-view__image img {
  width: 100%
}
@media (min-width:1200px) {
  .dc-style-view {
    width: 100%
  }
  .dc-style-view__staff {
    width: 27%;
    z-index: 10;
    font-size: 14px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
  }
  .dc-style-view__staff:hover {
    opacity: .7
  }
  .dc-style-view__staff .dc-style-view__chev {
    display: none
  }
  .dc-style-view__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    display: none
  }
  .dc-style-view__image figcaption {
    margin-top: 20px;
    font-size: 14px
  }
  .dc-style-view.is-active .dc-style-view__staff {
    background: #1096db
  }
  .dc-style-view.is-active .dc-style-view__staff:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: -23px;
    width: 15px;
    height: 15px;
    background: #1096db;
    border-radius: 2px;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
  }
  .dc-style-view.is-active .dc-style-view__staff:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -23px;
    width: 25px;
    height: 100%;
    z-index: 5;
    background: #1096db;
    border-radius: 2px
  }
  .dc-style-view.is-active .dc-style-view__image {
    display: block
  }
}
@media (max-width:1199.98px) {
  .dc-style-view__staff {
    width: 100%;
    text-align: left
  }
  .dc-style-view__staff .dc-style-view__chev {
    display: block;
    position: absolute;
    content: "";
    display: inline-block;
    border: 2px solid;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .dc-style-view__staff .dc-style-view__chev:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    font-size: 10px;
    margin-top: -5px
  }
  .dc-style-view__image {
    display: none
  }
  .dc-style-view__image figcaption {
    margin-top: 10px;
    font-size: 13px
  }
  .dc-style-view.is-active .dc-style-view__staff {
    background: #1096db
  }
  .dc-style-view.is-active .dc-style-view__staff:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: 2px;
    width: 25px;
    height: 25px;
    background: #1096db;
    border-radius: 2px;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg)
  }
  .dc-style-view.is-active .dc-style-view__chev:after {
    -webkit-transform: translate(-50%) rotate(180deg);
    transform: translate(-50%) rotate(180deg)
  }
  .dc-style-view.is-active .dc-style-view__image {
    display: none
  }
}
.dc-staff-review {
  margin-bottom: 1em;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 2px
}
.dc-staff-review__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-staff-review__image img {
  width: 100%
}
.dc-staff-review__name {
  margin: 0
}
@media (min-width:769px) {
  .dc-staff-review {
    padding: 8px 23px
  }
  .dc-staff-review__image {
    margin-right: 15px;
    width: 45px
  }
  .dc-staff-review__text {
    margin: 8px 0 0;
    border-top: 1px solid #ddd;
    padding: 20px 0 12px;
    font-size: 14px
  }
}
@media (max-width:768.98px) {
  .dc-staff-review {
    padding: 16px 22px;
    font-size: 13px
  }
  .dc-staff-review__image {
    margin-right: 15px;
    width: 48px
  }
  .dc-staff-review__text {
    margin: 16px 0 0;
    border-top: 1px solid #ddd;
    padding: 16px 0 0
  }
}
.dc-product-blog .dc-row {
  display: block
}
@media (min-width:769px) {
  .dc-product-blog .swiper-wrapper {
    display: block
  }
  .dc-product-blog .dc-col {
    width: 100%
  }
  .dc-product-blog .dc-col:nth-last-of-type {
    margin-bottom: 14px
  }
}
@media (max-width:768.98px) {
  .dc-product-blog {
    overflow: visible
  }
  .dc-product-blog .dc-row {
    margin: 0;
    overflow: visible
  }
  .dc-product-blog .dc-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    padding: 0
  }
  .dc-product-blog .dc-container {
    overflow: visible
  }
  .dc-product-blog .dc-container, .dc-product-blog .dc-row {
    padding: 0
  }
}
.dc-user-review .dc-ratings__star {
  display: block
}
.dc-user-review__text {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 2px
}
@media (min-width:769px) {
  .dc-user-review {
    margin-bottom: 24px
  }
  .dc-user-review__name {
    margin-bottom: 5px
  }
  .dc-user-review__date, .dc-user-review__spec {
    font-size: 12px
  }
  .dc-user-review .dc-ratings__star {
    margin: 12px 0
  }
  .dc-user-review__text {
    margin: 16px 0 0;
    padding: 24px;
    font-size: 14px
  }
}
@media (max-width:768.98px) {
  .dc-user-review {
    margin-top: 24px
  }
  .dc-user-review__name {
    margin-bottom: 5px
  }
  .dc-user-review__date, .dc-user-review__spec {
    font-size: 12px
  }
  .dc-user-review .dc-ratings__star {
    margin: 16px 0
  }
  .dc-user-review__text {
    margin: 16px 0 0;
    padding: 24px;
    font-size: 14px
  }
}
.dc-aside-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1
}
.dc-aside-head__title {
  margin: 0;
  font-weight: 700
}
.dc-aside-head__num {
  margin: 0 auto;
  display: inline-block
}
@media (min-width:769px) {
  .dc-aside-head {
    min-height: 50px
  }
  .dc-aside-head__num {
    font-size: 14px;
    -ms-flex-item-align: center;
    align-self: center
  }
}
@media (max-width:768.98px) {
  .dc-aside-head {
    padding-top: 8px;
    height: 36px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
  .dc-aside-head__num {
    font-size: 10px;
    margin-left: 23px;
    -ms-flex-item-align: auto;
    align-self: auto
  }
}
.dc-aside-links {
  margin: 0;
  padding: 0;
  list-style: none
}
.dc-aside-links__num {
  color: #bebebe;
  font-size: .7em
}
@media (min-width:769px) {
  .dc-aside-links {
    margin: 0 0 30px;
    padding: 30px 17px 0;
    border-top: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.2
  }
  .dc-aside-links__item:not(:first-of-type) {
    margin-top: 1.3em
  }
  .dc-aside-links + .dc-aside-links {
    margin-top: 25px
  }
}
.dc-filter-bar, .dc-filter-bar__l, .dc-filter-bar__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-filter-bar__l, .dc-filter-bar__r {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.dc-filter-bar__r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media (min-width:769px) {
  .dc-filter-bar {
    height: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (max-width:768.98px) {
  .dc-filter-bar {
    margin-bottom: 24px
  }
}
.dc-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.dc-pager__all, .dc-pager__more, .dc-pager__scope {
  margin: 0 10px;
  padding: 1.3em 2em;
  color: #595959;
  background: #fff;
  font-size: 12px;
  line-height: 1
}
.dc-pager__more {
  border: 1px solid #ddd;
  -webkit-transition: border .3s cubic-bezier(.645, .045, .355, 1);
  transition: border .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-pager__all {
  border: 0
}
.dc-pager button:focus {
  outline: none
}
@media (min-width:769px) {
  .dc-pager__more:hover {
    border-color: #000
  }
}
@media (max-width:768.98px) {
  .dc-pager__all, .dc-pager__more, .dc-pager__scope {
    padding: 1.3em 1em
  }
}
.dc-pulldown__content {
  display: none
}
.dc-pulldown.is-open > .dc-pulldown__content {
  display: block
}
@media (min-width:769px) {
  .dc-pulldown {
    min-width: 110px;
    max-width: 160px;
    width: 100%
  }
  .dc-pulldown__content {
    padding: 1em;
    position: absolute;
    margin-top: 5px;
    z-index: 1;
    background: #fff;
    border: 1px solid #ddd
  }
}
@media (max-width:768.98px) {
  .dc-pulldown {
    min-width: 110px;
    max-width: 160px;
    width: 100%
  }
}
@media (min-width:769px) {
  .dc-narrow__backdrop {
    display: none
  }
  .dc-narrow__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-narrow__close {
    display: none
  }
}
@media (max-width:768.98px) {
  .dc-narrow__body {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -70%;
    padding: 40px 24px 24px;
    width: 70%;
    max-width: 360px;
    background: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 2;
    border-right: 1px solid #f3f3f3;
    -webkit-transition: left .6s cubic-bezier(.645, .045, .355, 1);
    transition: left .6s cubic-bezier(.645, .045, .355, 1);
    z-index: 300
  }
  .dc-narrow__close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    border: 0;
    padding: 0;
    background: none
  }
  .dc-narrow__close:focus {
    outline: none
  }
  .dc-narrow__close:after, .dc-narrow__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    background: #000
  }
  .dc-narrow__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
  }
  .dc-narrow__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
  }
  .dc-narrow .dc-pulldown {
    min-width: inherit;
    max-width: inherit
  }
  .dc-narrow .dc-pulldown + .dc-pulldown {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd
  }
  .dc-narrow.is-active .dc-narrow__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
  }
  .dc-narrow.is-active .dc-narrow__body {
    left: 0
  }
  .dc-narrow .dc-button-ctrl {
    border: 0;
    height: auto;
    min-width: inherit;
    max-width: inherit;
    padding: 1em 0;
    font-size: 1rem;
    background: transparent
  }
  .dc-narrow .dc-button-ctrl .icon-narrow {
    display: none
  }
  .dc-narrow .dc-button-ctrl:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .7em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078"
  }
  .dc-narrow .is-open .dc-button-ctrl:after {
    content: "\f077"
  }
}
.dc-refinement-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px
}
.dc-refinement-list button {
  border: 0;
  background: transparent;
  color: #444
}
.dc-refinement-list button:focus {
  outline: none
}
.dc-refinement-list--size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.5em -.5em 0;
  max-width: 300px
}
.dc-refinement-list--size li {
  display: inline-block;
  padding: 1px 0 0 1px;
  width: 20%
}
.dc-refinement-list--size button {
  min-width: 3em;
  padding: 11px;
  line-height: 1;
  border: 1px solid #ddd;
  width: 100%
}
.dc-refinement-list--size button.is-active {
  border-color: #999
}
.dc-refinement-list--size span {
  display: block;
  padding: 11px 0;
  margin: -11px
}
@media (min-width:769px) {
  .dc-refinement-list--size span {
    width: 59px;
    height: 36px
  }
}
.dc-refinement-list--size span.selected {
  background: #000;
  color: #fff
}
@media (max-width:768.98px) {
  .dc-refinement-list--size li {
    width: 25%
  }
}
.dc-refinement-list--color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.5em -.5em 0;
  max-width: 300px
}
.dc-refinement-list--color li {
  display: inline-block;
  padding: .5em .5em 0;
  width: 20%;
  text-align: center
}
.dc-refinement-list--color button {
  padding: 0
}
.dc-refinement-list--color .swatch-mark.color-value.selected:after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  height: .75em;
  left: .31em;
  line-height: .8em;
  position: absolute;
  top: .35em;
  width: .8em
}
@media (max-width:768.98px) {
  .dc-refinement-list--color li {
    width: 25%
  }
}
.dc-refinement-list--order li + li {
  margin-top: .5em
}
@media (min-width:769px) {
  .dc-refinement-list--order {
    width: 126px
  }
}
.dc-refinement-list--check li + li {
  margin-top: .5em
}
.dc-refinement-list--check button {
  position: relative;
  padding-left: 2em
}
.dc-refinement-list--check button i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ddd;
  width: 1.2rem;
  height: 1.2rem;
  font-size: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.dc-username {
  color: #595959;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 30px
}
.dc-main-head {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1
}
.dc-main-head, .dc-main-head__sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-main-head__sub a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:769px) {
  .dc-main-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .dc-main-head__sub {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}
@media (max-width:768.98px) {
  .dc-main-head {
    margin-bottom: 24px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .dc-main-head .dc-headline-title {
    margin-bottom: 0
  }
  .dc-main-head__sub {
    margin-top: 20px
  }
}
@media (min-width:769px) {
  .dc-main-body {
    margin-top: 30px
  }
  .dc-tabs + .dc-main-body {
    margin-top: 15px
  }
  .dc-main-body .dc-main-wrapper {
    padding: 0 32px
  }
}
.dc-form-container {
  margin-bottom: 30px
}
.dc-form-section h2 {
  font-size: 20px
}
.dc-form-section p {
  color: #6d6d6d;
  font-size: 14px
}
@media (min-width:769px) {
  .dc-form-section + .dc-form-section {
    margin-top: 64px
  }
  .dc-form-section h2 {
    margin-bottom: 24px
  }
}
@media (max-width:768.98px) {
  .dc-form-section + .dc-form-section {
    margin-top: 48px
  }
  .dc-form-section h2 {
    margin-bottom: 18px
  }
}
.dc-form-wrapper input::-webkit-input-placeholder, .dc-form input::-webkit-input-placeholder {
  color: #bdc5cd
}
.dc-form-wrapper input:-ms-input-placeholder, .dc-form input:-ms-input-placeholder {
  color: #bdc5cd
}
.dc-form-wrapper input::-moz-placeholder, .dc-form input::-moz-placeholder {
  color: #bdc5cd
}
.dc-form-wrapper input[type=email], .dc-form-wrapper input[type=number], .dc-form-wrapper input[type=password], .dc-form-wrapper input[type=tel], .dc-form-wrapper input[type=text], .dc-form input[type=email], .dc-form input[type=number], .dc-form input[type=password], .dc-form input[type=tel], .dc-form input[type=text] {
  height: auto;
  padding: 1em 1.5em;
  font-size: 16px
}
.dc-form-wrapper select, .dc-form-wrapper textarea, .dc-form select, .dc-form textarea {
  height: auto;
  padding: 1em 2em 1em 1.5em;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-color: #bdc5cd
}
.dc-form-wrapper select::-webkit-input-placeholder, .dc-form-wrapper textarea::-webkit-input-placeholder, .dc-form select::-webkit-input-placeholder, .dc-form textarea::-webkit-input-placeholder {
  color: #bdc5cd
}
.dc-form-wrapper select:-ms-input-placeholder, .dc-form-wrapper textarea:-ms-input-placeholder, .dc-form select:-ms-input-placeholder, .dc-form textarea:-ms-input-placeholder {
  color: #bdc5cd
}
.dc-form-wrapper select::-moz-placeholder, .dc-form-wrapper textarea::-moz-placeholder, .dc-form select::-moz-placeholder, .dc-form textarea::-moz-placeholder {
  color: #bdc5cd
}
@media (min-width:769px) {
  .dc-form, .dc-form-wrapper {
    font-size: 14px;
    margin: 0
  }
  .dc-form-wrapper .form-row, .dc-form .form-row {
    margin: 0 -12px
  }
  .dc-form-wrapper .form-row > [class*=col-], .dc-form .form-row > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px
  }
}
@media (max-width:768.98px) {
  .dc-form, .dc-form-wrapper {
    font-size: 12px;
    margin-bottom: 8px
  }
  .dc-form-wrapper textarea, .dc-form textarea {
    height: 141px
  }
}
@media (min-width:769px) {
  .dc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
  }
  .dc-form + .dc-form {
    margin-top: -1px
  }
  .dc-form .dc-form__d, .dc-form .dc-form__h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px
  }
  .dc-form .dc-form__h {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
    max-width: 28%;
    padding: 40px 5.4%;
    background: #f9f9f9
  }
  .dc-form .dc-form__d {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 72%;
    flex: 1 0 72%;
    max-width: 72%;
    padding: 24px 3.6% calc(24px - 1rem)
  }
  .dc-form .dc-form__inner {
    width: 100%
  }
}
@media (max-width:768.98px) {
  .dc-form .dc-form__h {
    display: none;
    margin: 23px 0 10px;
    font-size: 14px
  }
}
.dc-form-wrapper:last-child {
  margin-bottom: -1rem
}
@media (min-width:769px) {
  .dc-form-wrapper {
    margin-top: calc(24px - 1rem)
  }
}
@media (max-width:768.98px) {
  .dc-form-wrapper {
    margin-top: calc(16px - 1rem)
  }
}
.dc-select {
  position: relative
}
.dc-select:after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  top: 50%;
  right: 4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .5em
}
.dc-select select {
  color: #bdc5cd
}
.dc-select select option {
  color: #444
}
.dc-form--single input::-webkit-input-placeholder {
  color: #bdc5cd
}
.dc-form--single input:-ms-input-placeholder {
  color: #bdc5cd
}
.dc-form--single input::-moz-placeholder {
  color: #bdc5cd
}
.dc-form--single input[type=email], .dc-form--single input[type=number], .dc-form--single input[type=password], .dc-form--single input[type=tel], .dc-form--single input[type=text] {
  height: auto;
  padding: 1em 1.5em
}
.dc-required:after {
  content: "*";
  display: inline;
  vertical-align: top;
  color: #f22
}
.dc-table-input {
  width: 100%
}
.dc-table-input__th {
  background: #f9f9f9;
  font-weight: 400
}
.dc-table-input__td {
  background: #fff;
  font-weight: 400
}
@media (min-width:769px) {
  .dc-table-input {
    font-size: 14px
  }
  .dc-table-input__td, .dc-table-input__th {
    border: 1px solid #ddd
  }
  .dc-table-input__th {
    width: 28%
  }
  .dc-table-input__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 24px 32px
  }
}
.dc-password {
  border-right: 0
}
.btn-outline-secondary {
  border-color: #bdc5cd;
  border-left: 0;
  color: #bdc5cd
}
.btn-outline-secondary:active, .btn-outline-secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-outline-secondary:hover {
  background-color: #bdc5cd;
  border-color: #bdc5cd
}
.dc-text--annotation {
  color: #9b9b9b
}
.dc-text-underline {
  text-decoration: underline
}
@media (min-width:769px) {
  .dc-text-wrapper {
    margin: 0 auto;
    max-width: 750px
  }
}
.dc-card {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px
}
.dc-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd
}
.dc-card__body p:last-child, .dc-card__header > h1, .dc-card__header > h2, .dc-card__header > h3, .dc-card__header > h4 {
  margin-bottom: 0
}
.dc-card__footer {
  border-top: 1px solid #ddd
}
.dc-card__footer.no-border {
  border: 0
}
@media (min-width:769px) {
  .dc-card {
    position: relative;
    padding: 0 30px
  }
  .dc-card__header {
    min-height: 75px;
    padding: 20px 0
  }
  .dc-card__header > h2 {
    font-size: 20px
  }
  .dc-card__body, .dc-card__footer {
    padding: 24px 0;
    font-size: 14px
  }
  .dc-card__cancel {
    position: absolute;
    top: 20px;
    right: 30px
  }
  .dc-card__cancel .dc-button {
    padding: .5em 1.5em
  }
}
@media (max-width:768.98px) {
  .dc-card {
    padding: 0 24px
  }
  .dc-card__header {
    min-height: 60px;
    padding: 15px 0;
    font-size: 12px
  }
  .dc-card__header > h2, .dc-card__header > h3 {
    font-size: 16px
  }
  .dc-card__body {
    padding: 23px 0;
    font-size: 14px
  }
  .dc-card__footer {
    padding: 15px 0
  }
  .dc-card__cancel {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    text-align: center
  }
  .dc-card__cancel .dc-button {
    height: 48px;
    padding: .5em 1.5em;
    width: 100%;
    max-width: 246px
  }
}
.dc-card-tag {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500
}
.dc-card-tag + .dc-card-tag {
  margin-left: 8px
}
@media (min-width:769px) {
  .dc-card-tag {
    padding: 9px 14px;
    font-size: 14px
  }
}
@media (max-width:768.98px) {
  .dc-card-tag {
    padding: 8px;
    font-size: 12px
  }
}
@media (min-width:769px) {
  .dc-card-address {
    font-size: 14px
  }
}
@media (max-width:768.98px) {
  .dc-card-address {
    font-size: 16px
  }
}
.dc-card-edit, .dc-icon-plus {
  display: inline-block
}
.dc-icon-plus {
  position: relative;
  margin-left: 7px;
  width: 28px;
  height: 28px;
  border: 2px solid;
  border-radius: 50%;
  vertical-align: middle
}
.dc-icon-plus:after, .dc-icon-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 2px;
  background: currentColor
}
.dc-icon-plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg)
}
.dc-icon-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}
.dc-icon-plus2 {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background: hsla(0, 0%, 100%, .4);
  border-radius: 50%;
  vertical-align: middle
}
.dc-icon-plus2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%208%206%208%206%2010%204%2010%204%2012%206%2012%206%2014%208%2014%208%2012%2010%2012%2010%2010%208%2010%208%208%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M18%2C0H4V4H0V18H14V14h4ZM12%2C16H2V6H12V16Zm4-4H14V4H6V2H16Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat
}
.dc-icon-plus2:focus {
  outline: none
}
.dc-order-number {
  display: inline-block;
  font-size: 12px;
  color: #9b9b9b
}
.dc-order-number span {
  color: #000
}
@media (min-width:769px) {
  .dc-order-number span {
    font-size: 16px
  }
}
@media (max-width:768.98px) {
  .dc-order-number span {
    font-size: 15px
  }
}
@media (min-width:769px) {
  .dc-order-detail .dc-card-tag {
    margin-bottom: 10px
  }
}
@media (max-width:768.98px) {
  .dc-order-detail .dc-card-tag {
    margin-bottom: 17px
  }
}
.dc-order-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px
}
.dc-order-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.dc-order-list__item:not(:first-child) {
  margin-top: 1em
}
.dc-order-list__d, .dc-order-list__h {
  display: inline-block
}
.dc-order-list__h {
  position: relative;
  color: #9b9b9b;
  padding-right: 1em
}
.dc-order-list__h:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
  display: inline-block;
  color: currentColor
}
.dc-order-list__d {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  color: #000
}
@media (min-width:769px) {
  .dc-order-list__h {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 144px
  }
  .dc-order-list__d {
    margin-left: 1em
  }
}
@media (max-width:768.98px) {
  .dc-order-list__h {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: top
  }
  .dc-order-list__d, .dc-order-list__h {
    display: inline-block
  }
  .dc-order-list__item {
    display: block
  }
  .dc-order-list__item:not(:first-child) {
    margin-top: .5em
  }
  .dc-order-list.dc-order-list--sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-order-list.dc-order-list--sm-flex .dc-order-list__item {
    width: 50%;
    margin-top: .5em
  }
  .dc-order-list.dc-order-list--sm-flex .dc-order-list__item:first-of-type, .dc-order-list.dc-order-list--sm-flex .dc-order-list__item:nth-of-type(2) {
    margin-top: 0
  }
}
.dc-tabs {
  list-style: none;
  margin: 0;
  padding: 4px;
  border-radius: 2px;
  background: #666;
  line-height: 1
}
.dc-tabs__item:not(:first-child) {
  margin-left: 4px
}
.dc-tabs a.dc-tabs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  color: #939393;
  font-weight: 500;
  cursor: pointer
}
.dc-tabs a.dc-tabs__link:hover {
  color: #fff;
  text-decoration: none
}
.dc-tabs a.dc-tabs__link.is-active {
  background: #000;
  color: #fff
}
.dc-tabs a.dc-tabs__link.is-active:hover {
  color: #fff
}
@media (min-width:769px) {
  .dc-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px
  }
  .dc-tabs__link {
    padding: 11px 24px
  }
}
@media (max-width:768.98px) {
  .dc-tabs {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
  }
  .dc-tabs__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .dc-tabs__link {
    padding: 11px 24px
  }
}
@media (min-width:769px) {
  .dc-buy-root .dc-container {
    width: 100%
  }
}
@media (max-width:768.98px) {
  .dc-buy-root {
    position: relative
  }
}
.dc-buy {
  overflow: hidden
}
.dc-buy .dc-annotation {
  color: #6d6d6d
}
.dc-buy__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:769px) {
  .dc-buy--primary > .dc-container > .dc-row, .dc-buy--secondary > .dc-container > .dc-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .dc-buy__l, .dc-buy__s {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .dc-buy__l {
    width: calc(100% - 378px)
  }
  .dc-buy__l .dc-buy__inner {
    padding-right: 5.1%
  }
  .dc-buy__s {
    position: relative;
    width: 378px
  }
  .dc-buy__s .dc-buy__inner {
    padding-left: 10.6%
  }
  .dc-buy__s:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 200%;
    background: #f6f6f6;
    z-index: -1
  }
  .dc-buy__buttons {
    margin: 3rem 0
  }
}
@media (max-width:991.98px) {
  .dc-buy__l, .dc-buy__s {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%
  }
  .dc-buy__s .dc-buy__inner {
    padding-left: 5.1%
  }
  .dc-buy .dc-annotation {
    font-size: 14px
  }
}
@media (max-width:768.98px) {
  .dc-buy__l, .dc-buy__s {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%
  }
  .dc-buy__s .dc-buy__inner {
    padding-left: 0
  }
  .dc-buy__buttons {
    margin-top: -30px;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    background: #f6f6f6;
    z-index: 150
  }
  .dc-buy__buttons .dc-button {
    margin-bottom: 0;
    height: 56px;
    width: 100%;
    font-size: 14px;
    max-width: none
  }
}
.dc-buy-list__head {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #deddd9;
  font-size: 13px
}
@media (min-width:992px) {
  .dc-buy-list .col1, .dc-buy-list .dc-buy-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 150px
  }
  .dc-buy-list .col2, .dc-buy-list .dc-buy-item__attributes {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 19%;
    flex: 1 1 19%;
    width: 19%
  }
  .dc-buy-list .col3, .dc-buy-list .dc-buy-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%
  }
  .dc-buy-list .col4, .dc-buy-list .dc-quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    max-width: 60px
  }
  .dc-buy-list .col5, .dc-buy-list .dc-buy-item__total {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%
  }
  .dc-buy-list .col6, .dc-buy-list .dc-buy-item__remove {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48px;
    flex: 0 1 48px;
    width: 48px
  }
  .dc-buy-list .col1, .dc-buy-list .col2, .dc-buy-list .col3, .dc-buy-list .col4, .dc-buy-list .col5, .dc-buy-list .col6 {
    text-align: center
  }
  .dc-buy-list__head {
    height: 20px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #deddd9
  }
}
@media (max-width:991.98px) {
  .dc-buy-list__head {
    display: none
  }
}
.dc-buy-item__head {
  font-size: 16px
}
.dc-buy-item__image {
  position: relative
}
.dc-buy-item__image .quickview, .dc-buy-item__image .wishlistTile {
  position: absolute
}
.dc-buy-item__image .quickview .fa-circle, .dc-buy-item__image .wishlistTile .fa-circle {
  display: none
}
.dc-buy-item__image .quickview .fa-stack, .dc-buy-item__image .wishlistTile .fa-stack {
  background: hsla(0, 0%, 100%, .4);
  border: 2px solid #fff;
  border-radius: 50%
}
.dc-buy-item__image .wishlistTile {
  left: 8px;
  bottom: 8px
}
.dc-buy-item__image .wishlistTile i.fa-heart, .dc-buy-item__image .wishlistTile i.fa-heart-o {
  color: #fff
}
.dc-buy-item__image .quickview {
  right: 8px;
  bottom: 8px
}
.dc-buy-item__image .quickview i.fa-expand {
  color: #fff
}
@media (min-width:769px) {
  .dc-buy-item__image .quickview .fa-stack, .dc-buy-item__image .wishlistTile .fa-stack {
    width: 40px;
    height: 40px
  }
  .dc-buy-item__image .quickview i, .dc-buy-item__image .wishlistTile i {
    font-size: 20px;
    line-height: 36px
  }
}
@media (max-width:768.98px) {
  .dc-buy-item__image .quickview .fa-stack, .dc-buy-item__image .wishlistTile .fa-stack {
    width: 28px;
    height: 28px
  }
  .dc-buy-item__image .quickview i, .dc-buy-item__image .wishlistTile i {
    font-size: 14px;
    line-height: 24px
  }
}
.dc-buy-item__attributes {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000
}
.dc-buy-item__attributes span {
  color: #9b9b9b
}
.dc-buy-item__price {
  -ms-flex-item-align: center;
  align-self: center;
  color: #000
}
.dc-buy-item__price span {
  color: #9b9b9b
}
.dc-buy-item__total {
  -ms-flex-item-align: center;
  align-self: center
}
.dc-buy-item__remove {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  text-align: center
}
.dc-buy-item__remove:focus {
  outline: none
}
.dc-buy-item__remove:after, .dc-buy-item__remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background: #000
}
.dc-buy-item__remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}
.dc-buy-item__remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}
.dc-buy-item__edit a {
  margin-right: 2em
}
@media (min-width:992px) {
  .dc-buy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #deddd9
  }
  .dc-buy-item__head {
    margin-bottom: 22px;
    width: 100%;
    font-weight: 700
  }
  .dc-buy-item__image img {
    width: 100%;
    max-width: 100%
  }
  .dc-buy-item__attributes {
    font-size: 14px;
    padding-left: 3%
  }
  .dc-buy-item__color, .dc-buy-item__size {
    line-height: 1;
    margin-bottom: 1em
  }
  .dc-buy-item__price {
    text-align: center
  }
  .dc-buy-item__price span {
    display: none
  }
  .dc-buy-item__total {
    text-align: center
  }
  .dc-buy-item__total span {
    display: none
  }
  .dc-buy-item__remove {
    width: 48px;
    -webkit-transition: background .3s cubic-bezier(.645, .045, .355, 1);
    transition: background .3s cubic-bezier(.645, .045, .355, 1)
  }
  .dc-buy-item__remove:hover {
    background: #efefef
  }
  .dc-buy-item__edit {
    margin-top: 20px;
    width: 100%;
    font-size: 15px
  }
}
@media (max-width:991.98px) {
  .dc-buy-item {
    display: grid;
    grid-template-columns: minmax(139px, .5fr) auto;
    grid-template-rows: auto auto 1fr auto auto auto;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px
  }
  .dc-buy-item__head {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
    font-weight: 500;
    padding-bottom: 16px
  }
  .dc-buy-item__image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
    -ms-grid-row-span: 2
  }
  .dc-buy-item__image img {
    width: 100%
  }
  .dc-buy-item__attributes {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-row-span: 1;
    padding-left: 16px
  }
  .dc-buy-item__color, .dc-buy-item__inventory, .dc-buy-item__size {
    line-height: 1;
    margin-bottom: 1em
  }
  .dc-buy-item__price {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    -ms-grid-row-span: 1;
    -ms-flex-item-align: start;
    align-self: start;
    padding-left: 16px
  }
  .dc-buy-item .dc-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px
  }
  .dc-buy-item__total {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    -ms-grid-row-span: 1;
    padding: 16px 0 0 16px
  }
  .dc-buy-item__remove {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
    -ms-grid-row-span: 1;
    height: 40px;
    width: 130px;
    justify-self: center
  }
  .dc-buy-item__remove:after, .dc-buy-item__remove:before {
    width: 12px
  }
  .dc-buy-item__edit {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    -ms-grid-row-span: 1;
    padding: 25px 0
  }
}
.dc-quantity {
  -ms-flex-item-align: center;
  align-self: center
}
.dc-quantity__button, .dc-quantity__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  text-align: center;
  width: 60px;
  height: 40px
}
.dc-quantity__button:focus, .dc-quantity__num:focus {
  outline: none
}
@media (min-width:992px) {
  .dc-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .dc-quantity__button, .dc-quantity__num {
    width: 100%;
    height: 40px
  }
  .dc-quantity__button {
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: background .3s cubic-bezier(.645, .045, .355, 1);
    transition: background .3s cubic-bezier(.645, .045, .355, 1)
  }
  .dc-quantity__button:hover {
    background: #efefef
  }
  .dc-quantity__num {
    margin: -1px 0
  }
}
@media (max-width:991.98px) {
  .dc-quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px
  }
  .dc-quantity__num {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    width: 30%;
    margin: 0 -1px;
    font-size: 16px
  }
}
.dc-buy-products__head {
  margin-top: 50px;
  color: #000
}
.dc-buy-products .dc-buy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-buy-products .dc-buy-item__head {
  padding-bottom: 0
}
.dc-buy-products .dc-buy-item__attributes {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.dc-buy-products .dc-buy-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}
@media (min-width:769px) {
  .dc-buy-products__head {
    margin-bottom: 32px
  }
  .dc-buy-products__head:first-child {
    margin-top: 20px
  }
  .dc-buy-products__head h2 {
    font-size: 20px
  }
  .dc-buy-products .dc-buy-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 92px;
    flex: 0 1 92px;
    max-width: 92px
  }
  .dc-buy-products .dc-buy-item__attribute {
    padding-left: 14px;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .dc-buy-products .dc-buy-item__color-size, .dc-buy-products .dc-buy-item__head, .dc-buy-products .dc-buy-item__quantity {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px
  }
  .dc-buy-products .dc-buy-item__head {
    padding-bottom: 0;
    font-weight: 700
  }
  .dc-buy-products .dc-buy-item__price {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: auto;
    font-size: 16px;
    text-align: right
  }
}
@media (max-width:768.98px) {
  .dc-buy-products {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px
  }
  .dc-buy-products__head h2 {
    font-size: 18px
  }
  .dc-buy-products .dc-buy-products__head {
    display: block;
    margin-bottom: 16px
  }
  .dc-buy-products .dc-buy-item {
    border-bottom: 0;
    padding-bottom: 0
  }
  .dc-buy-products .dc-buy-item__color-size, .dc-buy-products .dc-buy-item__head, .dc-buy-products .dc-buy-item__quantity {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px
  }
  .dc-buy-products .dc-buy-item__image {
    max-width: 139px
  }
  .dc-buy-products .dc-buy-item__price {
    text-align: left;
    padding: 0
  }
}
span.sales.reduced-price {
  color: #ee0303 !important
}
.dc-totals__couponlink {
  text-align: right;
  font-weight: 700
}
.dc-totals__couponcode {
  position: relative
}
.dc-totals__couponsubmit {
  position: absolute;
  top: 0;
  right: 7.5px
}
.dc-totals__couponsubmit .dc-button {
  background: #000;
  border: 1px solid #000;
  height: auto
}
@media (min-width:769px) {
  .dc-totals {
    padding-top: 16px
  }
  .dc-totals__couponlink {
    margin-bottom: 16px;
    font-size: 15px
  }
  .dc-totals__couponcode input {
    height: 51px;
    padding-right: 90px
  }
  .dc-totals__couponcode .coupon-error {
    margin-top: .25em;
    color: #f22;
    font-size: 80%
  }
}
@media (max-width:768.98px) {
  .dc-totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .dc-totals .checkout-btn {
    padding: 1.5em
  }
  .dc-totals__couponcode input {
    height: 51px;
    padding-right: 60px;
    font-size: 16px
  }
  .dc-totals__couponcode .coupon-error {
    margin-top: .25em;
    color: #f22;
    font-size: 80%
  }
  .dc-totals__couponlink {
    margin-top: 12px;
    font-size: 14px
  }
  .dc-totals__wrapper {
    margin: 40px -24px 0;
    padding: 20px 24px;
    background: #f6f6f6
  }
}
.dc-coupon-item__inner {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #64afc8;
  color: #fff;
  border-top-left-radius: 2px
}
.dc-coupon-item__inner, .dc-coupon-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-coupon-item__name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 1
}
.dc-coupon-item__name span {
  margin-top: 14px;
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: #fff;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1em;
  padding: 10px;
  border-radius: 2px
}
.dc-coupon-item__name .coupon-promotion-relationship {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .7em
}
.dc-coupon-item__name .coupon-promotion-relationship li {
  position: relative;
  padding-left: 1em;
  margin-top: 7px
}
.dc-coupon-item__name .coupon-promotion-relationship li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  display: inline-block
}
.dc-coupon-item__remove {
  position: relative;
  background: none;
  border: 0;
  border-left: 1px solid #fff;
  padding: 0 29px
}
.dc-coupon-item__remove:focus {
  outline: none
}
.dc-coupon-item__remove:after, .dc-coupon-item__remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  background: #fff
}
.dc-coupon-item__remove:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}
.dc-coupon-item__remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}
.dc-coupon-item .coupon-promotion-relationship {
  width: 100%
}
@media (min-width:769px) {
  .dc-coupon-item {
    margin-top: 10px
  }
  .dc-coupon-item__inner {
    padding: 24px 0 24px 24px
  }
}
@media (max-width:768.98px) {
  .dc-coupon-item {
    margin-top: 15px
  }
  .dc-coupon-item__inner {
    padding: 24px 0 24px 24px
  }
  .dc-coupon-item__name {
    font-size: 14px
  }
  .dc-coupon-item__name span {
    padding: 8px;
    font-size: 12px
  }
}
.dc-total-price, .dc-total-text {
  margin: 0;
  line-height: 1
}
.dc-total-price > *, .dc-total-text > * {
  padding-left: 0;
  padding-right: 0
}
.dc-total-price p, .dc-total-text p {
  margin-bottom: 0
}
.dc-total-price > [class*=col-], .dc-total-text > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-total-price > [class*=col-] .text-right, .dc-total-text > [class*=col-] .text-right {
  width: 100%
}
@media (min-width:769px) {
  .dc-total-price, .dc-total-text {
    padding: 23px 0
  }
}
@media (max-width:768.98px) {
  .dc-total-price, .dc-total-text {
    margin: 20px 0
  }
}
.dc-total-text {
  font-weight: 400;
  color: #444
}
@media (min-width:769px) {
  .dc-total-text {
    padding: 23px 0;
    border-bottom: 1px solid #ddd
  }
  .dc-total-text .dc-subtotal, .dc-total-text .order-discount-total, .dc-total-text .shipping-cost, .dc-total-text .shipping-discount-total, .dc-total-text .tax-total {
    font-size: 20px
  }
  .dc-total-text.subtotal-item {
    color: #000
  }
}
@media (max-width:768.98px) {
  .dc-total-text {
    color: #595959
  }
  .dc-total-text .dc-subtotal, .dc-total-text .order-discount-total, .dc-total-text .shipping-cost, .dc-total-text .shipping-discount-total, .dc-total-text .tax-total {
    color: #323232;
    font-size: 18px
  }
  .dc-total-text.subtotal-item {
    color: #000
  }
}
.dc-total-price {
  color: #000
}
@media (min-width:769px) {
  .dc-total-price {
    padding: 23px 0
  }
  .dc-total-price .grand-total {
    font-size: 20px;
    font-weight: 700
  }
}
@media (max-width:768.98px) {
  .dc-total-price {
    padding: 24px 0;
    margin-top: 24px;
    border-top: 1px solid #ddd;
    color: #595959
  }
  .dc-total-price .grand-total {
    font-size: 22px;
    color: #323232
  }
}
.dc-discount-annotation {
  text-align: center;
  font-size: 14px;
  color: #6d6d6d
}
@media (max-width:768.98px) {
  .dc-button-checkout {
    max-width: 246.5px
  }
}
.order-discount, .shipping-discount {
  color: #6d6d6d
}
.dc-cart-banner--pc, .dc-cart-banner--sp {
  list-style: none;
  padding: 0;
  margin-left: 0
}
.dc-cart-banner--pc {
  border: 1px solid #ddd
}
@media (min-width:992px) {
  .dc-cart-banner--pc {
    padding: 34px 0;
    margin-top: 63px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .dc-cart-banner--pc, .dc-cart-banner--pc li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-cart-banner--pc li {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .dc-cart-banner--pc li + li {
    border-left: 1px solid #ddd
  }
  .dc-cart-banner--pc img {
    width: auto;
    max-width: 100%
  }
}
@media (max-width:991.98px) {
  .dc-cart-banner--pc {
    display: none
  }
}
.dc-cart-banner--sp {
  margin-top: 25px;
  border: 1px solid #ddd;
  background: #fff
}
@media (min-width:992px) {
  .dc-cart-banner--sp {
    display: none
  }
}
@media (max-width:991.98px) {
  .dc-cart-banner--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
  }
  .dc-cart-banner--sp, .dc-cart-banner--sp li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-cart-banner--sp li {
    padding: 22px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dc-cart-banner--sp li + li {
    border-top: 1px solid #ddd
  }
  .dc-cart-banner--sp img {
    width: 100%;
    max-width: 284px
  }
}
.dc-buy-step {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #ddd;
  font-weight: 500;
  counter-reset: item
}
.dc-buy-step__item, .dc-buy-step__item:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-buy-step__item:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-increment: item;
  content: counter(item);
  color: #fff;
  border-radius: 50%;
  background-color: #ddd
}
.dc-buy-step__item.is-current {
  color: #1096db
}
.dc-buy-step__item.is-current:before {
  background: #1096db
}
@media (min-width:992px) {
  .dc-buy-step {
    margin: 0 0 46px
  }
  .dc-buy-step__pc {
    display: inline
  }
  .dc-buy-step__sp {
    display: none
  }
  .dc-buy-step__item:not(:first-of-type) {
    margin-left: 30px
  }
  .dc-buy-step__item:before {
    margin-right: 1em;
    width: 48px;
    height: 48px;
    font-size: 14px
  }
}
@media (max-width:991.98px) {
  .dc-buy-step {
    margin: 0 0 26px
  }
  .dc-buy-step__pc {
    display: none
  }
  .dc-buy-step__sp {
    display: inline
  }
  .dc-buy-step__item:not(:first-of-type) {
    margin-left: 16px
  }
  .dc-buy-step__item:before {
    margin-right: 1em;
    width: 40px;
    height: 40px;
    font-size: 12px
  }
}
.dc-login {
  font-size: 14px
}
@media (min-width:769px) {
  .dc-login {
    margin-bottom: 50px
  }
  .dc-login .dc-remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .dc-login .dc-remember .remember-me {
    margin-bottom: 0
  }
  .dc-login .dc-remember .forgot-password {
    display: inline-block;
    font-size: 14px
  }
  .dc-login__l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%
  }
  .dc-login__l .dc-login__inner {
    padding-right: 7%
  }
  .dc-login__r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    border-left: 1px solid #ddd
  }
  .dc-login__r .dc-login__inner {
    padding-left: 7%
  }
  .dc-login .dc-annotation {
    font-size: 12px
  }
}
@media (max-width:768.98px) {
  .dc-login {
    margin-bottom: 32px
  }
  .dc-login .dc-remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .dc-login .forgot-password {
    margin: 16px 0 23px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: inline-block
  }
  .dc-login .dc-button-container .dc-button {
    padding: 18px 0
  }
  .dc-login__r {
    margin-top: 56px
  }
}
.dc-removable-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.dc-removable-items--tile {
  margin-right: -8px;
  margin-left: -8px
}
@media (min-width:769px) {
  .dc-removable-items--tile {
    margin-top: 48px
  }
}
@media (min-width:992px) {
  .dc-removable--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%
  }
  .dc-removable--line + .dc-removable--line {
    border-top: 1px solid #ddd
  }
  .dc-removable--line .dc-removable__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 33px 33px 33px 0
  }
  .dc-removable--line .dc-removable__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    background: #f9f9f9
  }
  .dc-removable--tile {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333%;
    margin-top: 65px
  }
  .dc-removable--tile:first-of-type, .dc-removable--tile:nth-of-type(2), .dc-removable--tile:nth-of-type(3) {
    margin-top: 0
  }
  .dc-removable--tile .dc-removable__remove {
    margin-top: 12px;
    text-align: center
  }
  .dc-removable--tile .dc-removable__remove .dc-button-delete {
    max-width: 170px
  }
}
@media (max-width:991.98px) {
  .dc-removable {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    margin-top: 48px
  }
  .dc-removable:first-of-type, .dc-removable:nth-of-type(2) {
    margin-top: 0
  }
  .dc-removable--wide {
    width: 100%
  }
  .dc-removable--wide:nth-of-type(2) {
    margin-top: 48px
  }
  .dc-removable--wide + .dc-removable--wide {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd
  }
  .dc-removable .dc-removable__remove {
    margin-top: 12px;
    text-align: center
  }
  .dc-removable .dc-removable__remove .dc-button-delete {
    max-width: 80px
  }
}
.dc-product-row__figure {
  margin-bottom: 0
}
.dc-product-row__image img {
  width: 100%
}
.dc-product-row__attributes {
  list-style: none;
  padding: 0;
  margin: .4em 0 0;
  font-size: 14px
}
.dc-product-row__edit, .dc-product-row__edit2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.dc-product-row__name {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 16px
}
.dc-product-row__price {
  font-size: 18px
}
.dc-product-row span:not(.dc-tax) {
  color: #9b9b9b
}
@media (min-width:992px) {
  .dc-product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-product-row__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    width: 170px;
    margin-right: 30px
  }
  .dc-product-row__figure a {
    overflow: hidden;
    display: block
  }
  .dc-product-row__figure a img {
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  .dc-product-row__figure a:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    opacity: .7
  }
  .dc-product-row__attributes, .dc-product-row__attributes2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .dc-product-row__attributes2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 18px
  }
  .dc-product-row__attributes2, .dc-product-row__edit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .dc-product-row__edit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 220px;
    flex: 1 0 220px;
    justify-self: flex-end
  }
  .dc-product-row__edit .dc-button {
    width: 100%;
    max-width: 220px
  }
  .dc-product-row__edit2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1.3;
    -ms-flex: 1.3 1 auto;
    flex: 1.3 1 auto
  }
  .dc-product-row__edit2 .dc-button {
    margin-top: 24px;
    padding-right: 0;
    padding-left: 0;
    max-width: 230px;
    height: 48px
  }
  .dc-product-row__price {
    margin-top: 1em
  }
  .dc-product-row.dc-product-row--tile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__figure {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 170px
  }
  .dc-product-row.dc-product-row--tile figcaption {
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7 1 30%;
    flex: 0.7 1 30%
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__review {
    margin-top: 16px;
    width: 100%
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__review .dc-button {
    width: 170px
  }
  .dc-product-row.dc-product-row--single {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
  }
  .dc-product-row.dc-product-row--single .dc-product-row__figure {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    width: 200px
  }
  .dc-product-row.dc-product-row--single .dc-product-row__name {
    font-size: 18px;
    color: #444;
    line-height: 1.3;
    margin-bottom: 1em
  }
  .dc-product-row.dc-product-row--single .dc-product-row__attribute {
    font-size: 14px;
    color: #595959
  }
  .dc-product-row.dc-product-row--single .dc-product-row__price {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500
  }
  .dc-product-row.dc-product-row--single .dc-button {
    width: 200px
  }
}
@media (max-width:991.98px) {
  .dc-product-row__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 16px
  }
  .dc-product-row__attributes {
    margin-top: 16px
  }
  .dc-product-row__attributes2 {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    font-size: 16px
  }
  .dc-product-row__edit .dc-button {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .dc-product-row__edit {
    margin-top: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .dc-product-row__edit .dc-link-color {
    margin-top: 16px;
    -ms-flex-item-align: center;
    align-self: center
  }
  .dc-product-row__edit .dc-button {
    height: 48px
  }
  .dc-product-row__edit2 {
    margin-top: 16px;
    padding: 0 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
  }
  .dc-product-row__edit2 .dc-button {
    height: 48px;
    width: 100%;
    max-width: 246px
  }
  .dc-product-row__edit2 .dc-button + .dc-button {
    margin-top: 12px
  }
  .dc-product-row__price {
    margin-top: .4em;
    font-size: 16px
  }
  .dc-product-row.dc-product-row--tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 155px;
    margin-right: 15px;
    margin-bottom: 0
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__image {
    margin-bottom: 0
  }
  .dc-product-row.dc-product-row--tile figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__attributes {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__edit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    justify-self: flex-end
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__edit .dc-button {
    width: 100%;
    max-width: 220px
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__price {
    margin-top: 1em
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__review {
    margin-top: 20px;
    width: 100%;
    text-align: center
  }
  .dc-product-row.dc-product-row--tile .dc-product-row__review .dc-button {
    width: 100%;
    max-width: 246px
  }
  .dc-product-row.dc-product-row--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .dc-product-row.dc-product-row--single .dc-product-row__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 155px;
    margin-right: 15px;
    margin-bottom: 0
  }
  .dc-product-row.dc-product-row--single .dc-product-row__image {
    margin-bottom: 0
  }
  .dc-product-row.dc-product-row--single figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .dc-product-row.dc-product-row--single .dc-product-row__attributes {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex
  }
  .dc-product-row.dc-product-row--single .dc-product-row__edit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    justify-self: flex-end
  }
  .dc-product-row.dc-product-row--single .dc-product-row__edit .dc-button {
    width: 100%;
    max-width: 220px
  }
  .dc-product-row.dc-product-row--single .dc-product-row__price {
    margin-top: 1em
  }
  .dc-product-row.dc-product-row--single .dc-product-row__review {
    margin-top: 20px;
    width: 100%;
    text-align: center
  }
  .dc-product-row.dc-product-row--single .dc-product-row__review .dc-button {
    width: 100%;
    max-width: 246px
  }
}
.dc-blog-row {
  color: #000
}
.dc-blog-row__image img {
  width: 100%
}
.dc-blog-row__body {
  list-style: none;
  margin: 0;
  padding: 0
}
.dc-blog-row__date {
  font-size: 12px
}
.dc-blog-row__title {
  margin-top: .4em;
  font-size: 18px;
  font-weight: 700
}
.dc-blog-row__author {
  font-size: 14px
}
.dc-blog-row__author .dc-model-info {
  margin: 0
}
@media (min-width:992px) {
  .dc-blog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-blog-row__figure {
    margin-right: 30px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    width: 170px
  }
  .dc-blog-row__figure a {
    overflow: hidden;
    display: block
  }
  .dc-blog-row__figure a img {
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  .dc-blog-row__figure a:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    opacity: .7
  }
  .dc-blog-row__body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
  }
  .dc-blog-row__author, .dc-blog-row__body {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dc-blog-row__author {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
@media (max-width:991.98px) {
  .dc-blog-row__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 16px
  }
  .dc-blog-row__body {
    margin-top: 16px
  }
  .dc-blog-row__date {
    font-size: 10px
  }
  .dc-blog-row__title {
    margin-top: 10px;
    font-size: 14px
  }
  .dc-blog-row__author {
    margin-top: 15px
  }
}
@media (min-width:769px) {
  .dc-mypage {
    position: relative
  }
  .dc-mypage .dc-button-logout {
    position: absolute;
    top: 0;
    right: 0
  }
  .dc-mypage .dc-card {
    margin-bottom: 32px
  }
}
@media (max-width:768.98px) {
  .dc-mypage .dc-col + .dc-col {
    margin-top: 0
  }
  .dc-mypage .dc-card {
    margin-bottom: 16px
  }
}
.dc-mypage-head__user {
  color: #595959;
  font-weight: 700
}
.dc-mypage-head__user span {
  display: inline-block;
  margin: 0 1em
}
@media (min-width:769px) {
  .dc-mypage-head__user {
    margin-top: 26px;
    font-size: 20px
  }
}
@media (max-width:768.98px) {
  .dc-mypage-head__user {
    font-size: 19px
  }
}
.dc-order-totals {
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
  text-align: right;
  line-height: 1
}
.dc-order-totals__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-order-totals__h {
  color: #595959
}
.dc-order-totals__d {
  color: #333
}
.dc-order-totals__total {
  border-top: 1px solid #ddd
}
@media (min-width:769px) {
  .dc-order-totals {
    margin-top: 48px;
    padding: 22px 0
  }
  .dc-order-totals__item {
    padding: 10px 0;
    margin-left: auto
  }
  .dc-order-totals__h {
    font-size: 16px
  }
  .dc-order-totals__d {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    font-size: 20px
  }
  .dc-order-totals__total {
    margin-top: 12px;
    padding-top: 32px
  }
  .dc-order-totals__total .dc-order-totals__d {
    font-size: 24px
  }
}
@media (max-width:768.98px) {
  .dc-order-totals {
    margin-top: 31px;
    padding: 16px 0
  }
  .dc-order-totals__item {
    padding: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dc-order-totals__h {
    font-size: 14px;
    text-align: left
  }
  .dc-order-totals__d, .dc-order-totals__h {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 200px
  }
  .dc-order-totals__d {
    font-size: 18px
  }
  .dc-order-totals__total {
    margin-top: 16px;
    padding-top: 23px
  }
  .dc-order-totals__total .dc-order-totals__d {
    font-size: 22px
  }
}
.dc-coupon-container__name {
  font-size: 16px;
  font-weight: 400
}
.dc-coupon-container__text {
  font-size: 14px
}
@media (min-width:769px) {
  .dc-coupon-container__name {
    margin-bottom: 32px
  }
  .dc-coupon-container__text {
    margin-top: 24px
  }
}
@media (max-width:768.98px) {
  .dc-coupon-container__name {
    margin-bottom: 16px
  }
  .dc-coupon-container__text {
    margin-top: 24px
  }
}
.dc-coupon-card {
  position: relative;
  border-radius: 16px;
  background: #999;
  color: #fff;
  overflow: hidden
}
.dc-coupon-card a {
  color: #fff
}
.dc-coupon-card__footer {
  border-top: 1px solid hsla(0, 0%, 100%, .8);
  font-size: 14px
}
.dc-coupon-card__brand {
  width: 100px;
  margin: 0 auto
}
.dc-coupon-card__brand img {
  width: 100%
}
.dc-coupon-card__code, .dc-coupon-card__effect, .dc-coupon-card__scope {
  text-align: center
}
.dc-coupon-card__code > * {
  vertical-align: middle
}
.dc-coupon-card--birthday {
  background-color: #555
}
.dc-coupon-card--birthday:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2292.76%22%20viewBox%3D%220%200%2074%2092.76%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63.77%2C62.48a37%2C37%2C0%2C1%2C0-53.48.05L.8%2C84.06a.88.88%2C0%2C0%2C0%2C1%2C1.21l10.76-2.38%2C5.26%2C9.43a.87.87%2C0%2C0%2C0%2C.76.44h0a.85.85%2C0%2C0%2C0%2C.76-.52l8.55-19.41a35.8%2C35.8%2C0%2C0%2C0%2C18.23%2C0l8.56%2C19.43a.84.84%2C0%2C0%2C0%2C.76.52h0a.88.88%2C0%2C0%2C0%2C.76-.44l5.26-9.43%2C10.75%2C2.38a.9.9%2C0%2C0%2C0%2C.87-.3.89.89%2C0%2C0%2C0%2C.13-.91ZM18.48%2C89.93l-4.72-8.47A.86.86%2C0%2C0%2C0%2C13%2C81a.58.58%2C0%2C0%2C0-.19%2C0L3.1%2C83.19l8.52-19.34A36.85%2C36.85%2C0%2C0%2C0%2C26.2%2C72.38Zm27.2-41h-17V47h17Zm-7-8h-8V23h8c3%2C0%2C7%2C3.25%2C7%2C9S41.7%2C41%2C38.68%2C41ZM61.27%2C81a.89.89%2C0%2C0%2C0-1%2C.42L55.6%2C89.93%2C47.87%2C72.37A36.94%2C36.94%2C0%2C0%2C0%2C62.44%2C63.8L71%2C83.19Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat
}
.dc-coupon-card--discount {
  background-color: #c86464
}
.dc-coupon-card--postagefree {
  background-color: #64afc8
}
@media (min-width:769px) {
  .dc-coupon-card {
    padding: 36px
  }
  .dc-coupon-card__brand {
    margin-bottom: 32px
  }
  .dc-coupon-card__effect {
    font-size: 22px;
    font-weight: 700
  }
  .dc-coupon-card__scope {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700
  }
  .dc-coupon-card__code {
    font-size: 12px
  }
  .dc-coupon-card__code span {
    font-size: 20px;
    font-weight: 700
  }
  .dc-coupon-card__footer {
    margin-top: 24px;
    padding-top: 27px
  }
  .dc-coupon-card--birthday:before {
    top: -13px;
    left: 36px;
    width: 74px;
    height: 91px
  }
}
@media (max-width:768.98px) {
  .dc-coupon-card {
    padding: 24px
  }
  .dc-coupon-card__brand {
    margin-bottom: 25px
  }
  .dc-coupon-card__effect {
    font-size: 18px
  }
  .dc-coupon-card__scope {
    font-size: 13px
  }
  .dc-coupon-card__code {
    margin-top: 25px;
    font-size: 14px
  }
  .dc-coupon-card__code span {
    font-size: 16px
  }
  .dc-coupon-card__footer {
    margin-top: 20px;
    padding-top: 23px;
    padding-bottom: 13px
  }
  .dc-coupon-card .dc-icon-plus2 {
    display: block;
    margin: 10px auto;
    height: 56px;
    width: 56px
  }
  .dc-coupon-card .dc-icon-plus2:after {
    width: 28px;
    height: 28px
  }
  .dc-coupon-card--birthday:before {
    top: -15px;
    left: 15px;
    width: 64px;
    height: 81px
  }
}
@media (min-width:769px) {
  .dc-footer-banner {
    margin-top: 119px
  }
}
@media (max-width:768.98px) {
  .dc-footer-banner {
    margin-top: 64px
  }
}
.dc-app-download {
  background: #e2e2e2;
  color: #fff
}
.dc-app-download__display img {
  max-width: 100%;
  width: 100%
}
.dc-app-download__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.dc-app-download__content, .dc-app-download__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-app-download__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dc-app-download__texts {
  font-weight: 700;
  -ms-flex-item-align: center;
  align-self: center
}
.dc-app-download__text1, .dc-app-download__text2 {
  margin-bottom: 0
}
.dc-app-download__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}
.dc-app-download__links a {
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-app-download__links a:hover {
  opacity: .7
}
@media (min-width:769px) {
  .dc-app-download__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 34px
  }
  .dc-app-download__display {
    margin-right: 4.3%
  }
  .dc-app-download__head img {
    width: 82px;
    height: 82px;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
  }
  .dc-app-download__texts {
    line-height: 1.3;
    padding: 0 24px 0 30px
  }
  .dc-app-download__text1 {
    font-size: 15px
  }
  .dc-app-download__text2 {
    font-size: 30px
  }
  .dc-app-download__links {
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dc-app-download__links li {
    margin: 0 14px
  }
  .dc-app-download__links li img {
    width: auto;
    height: 43px
  }
}
@media (max-width:768.98px) {
  .dc-app-download__wrapper {
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .dc-app-download__display {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 250px;
    margin: 32px auto 0
  }
  .dc-app-download__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .dc-app-download__head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dc-app-download__head img {
    width: 52px;
    height: 52px
  }
  .dc-app-download__texts {
    padding-left: 15px
  }
  .dc-app-download__text1 {
    font-size: 11px
  }
  .dc-app-download__text2 {
    margin-bottom: 0;
    font-size: 20px
  }
  .dc-app-download__links {
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dc-app-download__links li {
    margin: 0 11px
  }
  .dc-app-download__links li img {
    width: auto;
    height: 35px
  }
}
.dc-consultation__wrapper {
  position: relative;
  padding: 64px 0 52px
}
.dc-consultation__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0
}
.dc-consultation__text {
  position: relative;
  text-align: center;
  z-index: 1
}
.dc-consultation__text img {
  width: 100%;
  max-width: 298px
}
.dc-consultation__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  width: 231px;
  margin: 15px auto 0
}
.dc-consultation__link .dc-button {
  height: 40px;
  width: 100%;
  font-size: 12px
}
@media (min-width:769px) {
  .dc-consultation {
    display: none
  }
}
.dc-minicart h1 {
  font-size: 1rem
}
.dc-minicart .cart {
  padding: 30px;
  background-color: #f3f3f3
}
.dc-minicart .remove-btn {
  color: #999;
  float: right;
  background-color: #fff;
  border: none;
  font-size: 1.625em;
  margin-top: -.313em;
  padding: 0
}
.dc-minicart .dc-buy-item__remove {
  margin-top: 8px;
  height: 32px;
  width: 100%
}
.dc-minicart .product-summary {
  margin-right: -.938em;
  max-height: 326px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: .938em
}
.dc-minicart .product-summary .row + .row {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #ccc
}
.dc-minicart .card-body {
  padding: .625em
}
.dc-minicart .quantity-label {
  font-size: .813em
}
.dc-minicart .quantity {
  width: 100%
}
.dc-minicart .popover {
  top: 100%;
  left: auto;
  right: 0;
  width: 314px;
  max-width: 314px;
  display: none;
  min-height: 250px
}
.dc-minicart .popover:before {
  left: auto;
  right: 15px
}
.dc-minicart .popover:after {
  left: auto;
  right: 16px
}
.dc-minicart .popover.show {
  display: block
}
.dc-minicart .minicart-footer {
  margin-top: 32px
}
.dc-minicart .checkout-continue a {
  padding: 11px
}
.dc-minicart .estimated-total {
  margin-top: .625em
}
.dc-minicart .sub-total, .dc-minicart .sub-total-label {
  font-size: 1em;
  font-weight: 600
}
.dc-minicart .line-item-divider {
  margin: .625em -.625em .625em -1.325em
}
.dc-minicart .line-item-name {
  width: 90%
}
.dc-minicart .dc-buy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-minicart .dc-buy-item__head {
  padding-bottom: 0;
  font-weight: 700;
  font-family: var(--skin-body-font)
}
.dc-minicart .dc-buy-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}
.dc-minicart .dc-buy-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 92px;
  flex: 0 1 92px;
  max-width: 92px
}
.dc-minicart .dc-buy-item__attributes {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  padding-left: 14px;
  font-size: 14px;
  flex: 1
}
.dc-minicart .dc-buy-item__color-size, .dc-minicart .dc-buy-item__head, .dc-minicart .dc-buy-item__price, .dc-minicart .dc-buy-item__quantity {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left
}
.dc-minicart .dc-buy-item__price {
  font-size: 15px
}
.dc-minicart .dc-buy-item__total {
  margin-top: 10px;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: auto;
  font-size: 14px;
  text-align: left
}
.dc-minicart .dc-buy-item__total em {
  display: inline;
  font-size: 16px;
  font-style: normal
}
.dc-minicart .dc-header-user__num {
  position: absolute;
  background: #d24d06;
  top: -2px;
  right: -3px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center
}
@media (max-width:768.98px) {
  .dc-minicart .dc-header-user__num {
    top: -4px;
    right: -8px;
    line-height: 19px
  }
}
.dc-tags {
  list-style: none;
  margin: -4px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.dc-tags__item {
  display: inline-block;
  margin: 4px
}
.dc-tags a.dc-tags__link {
  display: inline-block;
  text-align: center;
  padding: 1em;
  line-height: 1;
  background: #f3f3f3;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer
}
.dc-tags a.dc-tags__link.is-active {
  background: #000;
  border-color: #000;
  color: #fff
}
.dc-tags--type2 a.dc-tags__link {
  background: #fff;
  color: #ddd
}
@media (max-width:768.98px) {
  .dc-tags {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 16px;
    white-space: nowrap;
    padding: 0 24px
  }
  .dc-tags__link {
    font-weight: 400
  }
}
@media (max-width:768.98px) {
  .dc-tags-wrapper {
    margin: 0 -24px
  }
}
.dc-main-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dc-main-sub__r {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.dc-coordinate-slide .dc-product-detail-carousel .swiper-button-next, .dc-coordinate-slide .dc-product-detail-carousel .swiper-button-prev {
  top: calc(50% - 10px);
  border-color: #1096db
}
.dc-coordinate-slide .dc-product-detail-carousel .swiper-button-next svg, .dc-coordinate-slide .dc-product-detail-carousel .swiper-button-prev svg {
  fill: #1096db
}
.dc-coordinate-slide__text {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.5
}
@media (min-width:769px) {
  .dc-coordinate-slide {
    max-width: 752px;
    margin: 0 auto
  }
}
@media (max-width:768.98px) {
  .dc-coordinate-slide {
    margin: 0 -24px;
    padding: 0 5%;
  }
  .dc-coordinate-slide__caption {
/*    margin: 0 24px*/
margin: 0;
  }
}
.dc-stylist-info {
  position: relative;
  z-index: 1
}
.dc-stylist-info__image {
  float: left;
  border-radius: 50%
}
.dc-stylist-info:after {
  content: "";
  display: table;
  clear: both
}
@media (min-width:769px) {
  .dc-stylist-info {
    margin-left: 37px
  }
  .dc-stylist-info__image {
    margin-top: -50px;
    width: 96px;
    height: 96px
  }
  .dc-stylist-info__data, .dc-stylist-info__name {
    margin-left: 110px;
    margin-bottom: 0
  }
  .dc-stylist-info__name {
    font-size: 12px
  }
  .dc-stylist-info__data {
    font-size: 16px
  }
}
@media (max-width:768.98px) {
  .dc-stylist-info__image {
    margin-top: -30px;
    width: 78px;
    height: 78px
  }
  .dc-stylist-info__data, .dc-stylist-info__name {
    margin-left: 110px;
    margin-bottom: 0
  }
  .dc-stylist-info__name {
    font-size: 12px
  }
  .dc-stylist-info__data {
    font-size: 16px
  }
}
.dc-push {
  margin: 0 auto;
  max-width: 750px;
  border: 1px solid #ddd
}
@media (min-width:769px) {
  .dc-push {
    padding: 25px
  }
  .dc-push__image {
    float: left;
    width: 200px
  }
  .dc-push__image a {
    display: block
  }
  .dc-push__image img {
    width: 100%
  }
  .dc-push__attribute, .dc-push__link, .dc-push__name, .dc-push__price {
    padding-left: 240px
  }
  .dc-push__name {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px
  }
  .dc-push__attribute {
    font-size: 14px;
    color: #595959
  }
  .dc-push__price {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1
  }
  .dc-push .dc-button {
    width: 100%;
    max-width: 200px
  }
  .dc-push__wrapper:after {
    content: "";
    clear: both;
    display: block
  }
}
@media (max-width:768.98px) {
  .dc-push {
    padding: 22px
  }
  .dc-push__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
  .dc-push__image {
    padding-right: 11px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 5
  }
  .dc-push__image img {
    width: 100%
  }
  .dc-push__name {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 13px;
    color: #000
  }
  .dc-push__attribute {
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 13px;
    color: #595959
  }
  .dc-push__attribute, .dc-push__price {
    padding-left: 11px;
    grid-column-start: 2;
    grid-column-end: 3
  }
  .dc-push__price {
    grid-row-start: 3;
    grid-row-end: 4;
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #000
  }
  .dc-push__link {
    padding-left: 11px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5
  }
  .dc-push .dc-button {
    height: auto
  }
}
@media (min-width:769px) {
  .dc-no-breadcrumb {
    margin: 100px auto
  }
}
@media (max-width:768.98px) {
  .dc-no-breadcrumb {
    margin: 50px auto
  }
}
.dc-article-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.dc-article-hero__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
.dc-article-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 17%;
  object-position: 17%
}
.dc-article-hero__product {
  width: 39.8%;
  background: #ddd
}
.dc-article-hero__date {
  position: absolute;
  z-index: 1
}
.dc-article-hero__date img {
  width: 100%
}
@media (min-width:769px) {
  .dc-article-hero__head {
    margin-bottom: 40px
  }
  .dc-article-hero__link {
    position: absolute;
    bottom: 64px;
    left: 64px;
    z-index: 1
  }
  .dc-article-hero__image {
    width: 60.1%
  }
  .dc-article-hero__product {
    padding: 4.3%
  }
  .dc-article-hero__date {
    top: -50px;
    right: calc(39.8% - 50px);
    width: 107px;
    height: 122px
  }
  .dc-article-hero .product-tile-pd .product-tile-body .product-name-caption {
    font-size: 18px
  }
}
@media (max-width:768.98px) {
  .dc-article-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dc-article-hero__head, .dc-article-hero__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
  }
  .dc-article-hero__link {
    text-align: right
  }
  .dc-article-hero__product {
    position: relative;
    width: 100%;
    min-width: 231px;
    padding: 48px 48px 30px
  }
  .dc-article-hero__date {
    top: calc(100vw - 144px);
    right: 42px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 75px;
    height: 85px
  }
  .dc-article-hero .product-tile-pd .product-tile-body .product-name-caption {
    font-size: 14px
  }
}
.dc-image img {
  width: 100%;
  height: auto
}
.dc-article-tile__image {
  position: relative
}
.dc-article-tile__image img {
  width: 100%;
  height: auto
}
.dc-article-tile__image .quickview, .dc-article-tile__image .wishlistTile {
  position: absolute;
  right: 8px;
  bottom: 8px
}
.dc-article-tile__image .quickview i.fa-expand, .dc-article-tile__image .wishlistTile i.fa-expand {
  color: #fff;
  line-height: 36px
}
.dc-article-tile__image .quickview .fa-circle, .dc-article-tile__image .wishlistTile .fa-circle {
  display: none
}
.dc-article-tile__image .quickview .fa-stack, .dc-article-tile__image .wishlistTile .fa-stack {
  background: hsla(0, 0%, 100%, .4);
  border: 2px solid #fff;
  border-radius: 50%
}
.dc-article-tile__imagelink {
  overflow: hidden;
  display: block
}
.dc-article-tile__imagelink img {
  -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.dc-article-tile__imagelink:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: .7
}
.dc-article-tile__imagelink:hover {
  text-decoration: none
}
.dc-article-tile__date {
  font-weight: 500;
  font-size: 12px;
  color: #727272
}
.dc-article-tile__caption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width:769px) {
  .dc-article-tile__date {
    margin-top: 14px;
    margin-bottom: 0;
  }
  .dc-article-tile__price {
    font-weight: 700;
    font-size: 20px
  }
}
@media (max-width:768.98px) {
  .dc-article-tile__date {
    margin-top: 0;
  }
  .dc-article-tile__price {
    font-size: 16px;
  }
}
@media (min-width:769px) {
  .dc-removable-items--tile .dc-article-tile__date {
    margin-top: 17px
  }
}
@media (max-width:768.98px) {
  .dc-removable-items--tile .dc-article-tile__date {
    margin-top: 14px
  }
}
.dc-wish {
  display: inline-block;
  color: #a8a8a8
}
.dc-wish .fa {
  margin-right: .2em
}
.dc-wish__active {
  display: none
}
.dc-wish.is-wish {
  color: #000
}
.dc-wish.is-wish .dc-wish__default {
  display: none
}
.dc-wish.is-wish .dc-wish__active {
  display: block
}
.dc-list-index__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  border-left: 16px solid #1096db;
  padding-left: 14px;
  font-size: 10px;
  color: #1096db;
  font-weight: 700
}
.dc-list-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item
}
.dc-list-index__list li {
  position: relative;
  padding-left: 40px
}
.dc-list-index__list li:not(:first-child) {
  margin-top: .5em
}
.dc-list-index__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  counter-increment: item;
  content: "#0"counter(item);
  color: #a8a8a8
}
.dc-speech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-speech__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.dc-speech__image img {
  border-radius: 50%
}
.dc-speech__image figcaption {
  text-align: center;
  margin-top: 1px;
  font-size: 12px
}
.dc-speech__text {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  line-height: 2;
  font-size: 14px;
  display: block;
  width: 100%
}
.dc-speech__text:after {
  content: "";
  top: 32px;
  right: -16px;
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.68%22%20height%3D%2215.45%22%20viewBox%3D%220%200%2018.68%2015.45%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke%3A%20%23ddd%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.33.5h17L.33%2C15.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 17px;
  height: 14.5px
}
@media (min-width:769px) {
  .dc-speech__image {
    margin-left: 32px
  }
  .dc-speech__image img {
    width: 64px
  }
  .dc-speech__text {
    padding: 33px
  }
}
@media (max-width:768.98px) {
  .dc-speech__image {
    margin-left: 25px
  }
  .dc-speech__image img {
    width: 47px
  }
  .dc-speech__text {
    padding: 25px;
    line-height: 1.7
  }
}
.dc-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd
}
.dc-related__image img {
  width: 100%
}
.dc-related__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.dc-related__tag {
  display: inline-block;
  background: #a8a8a8;
  padding: .3em 1em;
  color: #fff
}
.dc-related__time {
  color: #727272
}
.dc-related__title {
  color: #444
}
@media (min-width:769px) {
  .dc-related {
    padding: 32px
  }
  .dc-related__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px
  }
  .dc-related__body {
    margin-left: 32px
  }
  .dc-related__tag {
    margin-right: 7px;
    font-size: 14px
  }
  .dc-related__time {
    font-size: 12px
  }
  .dc-related__title {
    margin-top: 16px;
    font-size: 18px
  }
}
@media (max-width:768.98px) {
  .dc-related {
    padding: 25px
  }
  .dc-related__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 131px;
    flex: 0 0 131px
  }
  .dc-related__body {
    margin-left: 11px
  }
  .dc-related__tag {
    margin-right: 8px;
    font-size: 10px
  }
  .dc-related__time {
    font-size: 13px
  }
  .dc-related__title {
    margin-top: 13px;
    font-size: 13px
  }
}
.dc-box {
  border: 1px solid #ddd;
  border-radius: 5px
}
.dc-box--bg {
  background: #f9f9f9
}
.dc-box > p:first-child {
  margin: 0
}
@media (min-width:769px) {
  .dc-box {
    padding: 32px
  }
}
@media (max-width:768.98px) {
  .dc-box {
    padding: 25px
  }
}
.dc-paragraph {
  font-size: 14px;
  line-height: 1.8
}
.dc-person {
  border: 1px solid #ddd
}
.dc-person__image img {
  width: 100%;
  border-radius: 50%
}
.dc-person__description {
  margin-bottom: 0;
  color: #727272
}
@media (min-width:769px) {
  .dc-person {
    padding: 32px 46px;
    position: relative;
    min-height: 230px
  }
  .dc-person__image {
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px
  }
  .dc-person__group {
    margin-left: 200px
  }
  .dc-person__caption {
    font-size: 12px
  }
  .dc-person__name {
    font-size: 16px
  }
  .dc-person__description {
    margin-left: 200px;
    margin-top: 29px;
    font-size: 14px
  }
}
@media (max-width:768.98px) {
  .dc-person {
    display: grid;
    padding: 20px;
    grid-template-columns: 78px auto
  }
  .dc-person__image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 78px
  }
  .dc-person__group {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: center;
    flex-direction: center
  }
  .dc-person__caption {
    font-size: 12px
  }
  .dc-person__name {
    font-size: 16px
  }
  .dc-person__description {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 13px;
    font-size: 14px
  }
}
.dc-share {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.dc-share, .dc-share__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dc-share__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px
}
.dc-share__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}
.dc-share__facebook, .dc-share__hatena, .dc-share__line, .dc-share__twitter {
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.dc-share__facebook:hover, .dc-share__hatena:hover, .dc-share__line:hover, .dc-share__twitter:hover {
  opacity: .7
}
.dc-share__facebook a, .dc-share__hatena a, .dc-share__line a, .dc-share__twitter a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative
}
.dc-share__facebook img, .dc-share__hatena img, .dc-share__line img, .dc-share__twitter img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}
.dc-share__twitter {
  background: #1da1f2
}
.dc-share__facebook {
  background: #3b5998
}
.dc-share__hatena {
  background: #00a4de
}
.dc-share__line {
  background: #00b900
}
@media (max-width:768.98px) {
  .dc-share__title {
    display: none
  }
}
.dc-registration--custom-checkbox .custom-control-input:checked ~ .custom-control-label:after, .dc-registration--custom-checkbox .custom-control-label:before {
  width: 22px;
  height: 22px;
  margin: -5px 5px 0
}
.dc-registration--custom-checkbox .custom-control-label {
  color: #888
}
.dc-registration--custom-term {
  background-color: #e9ecef;
  margin-top: 2rem !important;
  padding: 1rem
}
.css-page-designer-header-text-h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: .375em;
  margin-top: 2.75em
}
.css-page-designer-header-text-h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 1.75em
}
.css-page-designer-header-text-h4 {
  margin-top: 1.25em
}
.dc-layout-basic-2col__main h2 {
  /* margin-top: 3em; */
}
.dc-layout-basic-2col__main h3, .dc-layout-basic-2col__main h4 {
  margin-top: 2em
}
.experience-region.experience-index, .experience-region.experience-mainBottom, .experience-region.experience-mainTop {
  max-width: 750px;
  margin: auto
}
.css-stylist-image {
  max-width: 165px
}
.experience-component.experience-commerce_assets-editorialRichText img:not([class]) {
  max-width: 100%
}
.css-sp-menu-icon {
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 40px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #000
}
.css-sp-menu-icon .css-menu-bar {
  display: inline-block;
  position: absolute;
  left: 9px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  width: 55%
}
.css-sp-menu-icon .css-menu-bar:first-of-type {
  top: 5px
}
.css-sp-menu-icon .css-menu-bar:nth-of-type(2) {
  top: 10px
}
.css-sp-menu-icon .css-menu-bar:nth-of-type(3) {
  top: 15px
}
.css-sp-menu-icon .css-menu-label {
  position: relative;
  font-size: .9rem;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  color: #000;
  top: 16px;
  width: 39px;
  margin: auto;
  text-align: center;
  text-transform: uppercase
}
.css-sp-menu-icon .css-menu-label:after {
  content: "Menu"
}
.css-sale-price-label, .css-sale-price-label-sp {
  display: none;
  font-size: 16px
}
@media (max-width:991.98px) {
  .css-sale-price-label, .css-sale-price-label-sp {
    font-size: 10px;
    font-weight: 400
  }
}
.css-product-thumbnail {
  font-size: 14px
}
@media (max-width:991.98px) {
  .css-product-thumbnail {
    font-size: 9px;
    vertical-align: middle
  }
}
.css-sale-price span {
  color: red !important
}
.css-sale-price .css-sale-price-label {
  display: inline-block !important
}
@media (max-width:991.98px) {
  .css-sale-price .css-sale-price-label {
    display: none !important
  }
}
.css-sale-price .css-sale-price-label-sp {
  padding-left: 4px;
  padding-right: 4px;
  color: #fff !important;
  background-color: red !important
}
@media (max-width:991.98px) {
  .css-sale-price .css-sale-price-label-sp {
    display: inline-block !important
  }
}