/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/












/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */













@charset "UTF-8";
:root {
  --primary: #ea6a00;
  --blue: #1977b5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ea6a00;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #666;
  --gray-dark: #343a40;
  --default: #4a4a4a;
  --accent: #1977b5;
  --accent-hover: #5dbfd0;
  --black: #0D1722;
  --darkest-gray: #273A42;
  --darker-gray: hsb(0, 0, 20);
  --dark-gray: hsb(0, 0, 35);
  --light-gray: #979797;
  --lighter-gray: #D8D8D8;
  --lightest-gray: #F4F4F4;
  --dark-blue: #135a88;
  --light-blue: #1aa8b4;
  --lighter-blue: #379fe3;
  --primary: #ea6a00;
  --secondary: #7ca8ba;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
  --font-family-monospace: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: ;
  text-align: left;
  background-color: #ffffff;
}

body.is_osx {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: lighter;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

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: #343a40;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  word-break: break-all;
}

a:hover {
  color: #ea6a00;
  text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

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-cancel-button,
[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: 1rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.4em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #494949;
  border-radius: 1px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #494949;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.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-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-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-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-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-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -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;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: center;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #f7c7a0;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c9dce3;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

.table-hover .table-active:hover {
  background-color: rgba(208, 208, 208, 0.075);
}

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #494949;
  border-color: #5c5c5c;
}

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

.table-dark {
  color: #ffffff;
  background-color: #494949;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5c5c5c;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(3.5rem + 2px);
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #494949;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.form-control {
  height: 100%;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 3.5rem;
  background-repeat: no-repeat;
  background-position: center right calc(3.5rem / 4);
  background-size: calc(3.5rem / 2) calc(3.5rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 3.5rem;
  background-position: top calc(3.5rem / 4) right calc(3.5rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.5rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") no-repeat center right 3.15rem/calc(3.5rem / 2) calc(3.5rem / 2);
}

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

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

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

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

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

.form-control {
  height: 100%;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 3.5rem;
  background-repeat: no-repeat;
  background-position: center right calc(3.5rem / 4);
  background-size: calc(3.5rem / 2) calc(3.5rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 3.5rem;
  background-position: top calc(3.5rem / 4) right calc(3.5rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.5rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 3.15rem/calc(3.5rem / 2) calc(3.5rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.form-inline button.submit {
  background-color: #ddd;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 106, 0, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #ffffff;
  background-color: #ea6a00;
  border-color: #ea6a00;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #c45900;
  border-color: #b75300;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 106, 0, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #ea6a00;
  border-color: #ea6a00;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #b75300;
  border-color: #aa4d00;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 106, 0, 0.5);
}

.btn-secondary {
  color: #494949;
  background-color: #7ca8ba;
  border-color: #7ca8ba;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #6397ad;
  border-color: #5b92a8;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 168, 186, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #494949;
  background-color: #7ca8ba;
  border-color: #7ca8ba;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #5b92a8;
  border-color: #558ba1;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 168, 186, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  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: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #494949;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #494949;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #494949;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #494949;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #494949;
  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: #494949;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  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: #ffffff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #ea6a00;
  background-color: transparent;
  background-image: none;
  border-color: #ea6a00;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #ea6a00;
  border-color: #ea6a00;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 106, 0, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ea6a00;
  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: #ffffff;
  background-color: #ea6a00;
  border-color: #ea6a00;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 106, 0, 0.5);
}

.btn-outline-secondary {
  color: #7ca8ba;
  background-color: transparent;
  background-image: none;
  border-color: #7ca8ba;
}

.btn-outline-secondary:hover {
  color: #494949;
  background-color: #7ca8ba;
  border-color: #7ca8ba;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 168, 186, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #7ca8ba;
  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: #494949;
  background-color: #7ca8ba;
  border-color: #7ca8ba;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 168, 186, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #494949;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #494949;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #494949;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #343a40;
  background-color: transparent;
}

.btn-link:hover {
  color: #ea6a00;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.btn-primary {
  min-width: 191px;
}

.btn.btn-big {
  min-width: 200px;
  padding: 0px 20px;
  line-height: 60px;
  font-size: 1.14rem;
}

.btn.btn-download {
  padding: 0.5em 5em;
}

.btn.btn-medium {
  padding: 0.7em 1.5em;
  font-size: 100%;
}

.btn.btn-small {
  padding: 0.4em 1em;
  font-size: 90%;
}

.btn.btn-default {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn.btn-default:hover {
  opacity: 0.7;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #494949;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #3c3c3c;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ea6a00;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2rem;
  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: 1px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1px;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ea6a00;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 106, 0, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ffca9e;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ea6a00;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ea6a00;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.5rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #ffae6b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 174, 107, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.5rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffae6b;
  box-shadow: 0 0 0 0.2rem rgba(234, 106, 0, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #ffae6b;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.5rem + 2px);
  padding: 1rem 2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 1px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 3.5rem;
  padding: 1rem 2rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 1px 1px 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 106, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 106, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 106, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ea6a00;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffca9e;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ea6a00;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffca9e;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ea6a00;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffca9e;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #ea6a00;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    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: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    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 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    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 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

.navbar-dark .navbar-brand {
  color: #ffffff;
}

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #4a4a4a;
  border-radius: 1px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

.card-tag {
  padding-left: 10px;
  font-size: 90%;
  line-height: 1.4;
  border-left: 3px solid #ea6a00;
  margin-bottom: 0.75rem;
}

.card-date {
  margin-bottom: .6rem;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

.card-date:before {
  font-family: "fontawesome";
  content: "\f274";
  font-size: .88em;
  margin-right: .3em;
  position: relative;
  top: -1px;
}

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

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

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

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

.card-header:first-child {
  border-radius: calc(1px - 1px) calc(1px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(1px - 1px) calc(1px - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(1px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(1px - 1px);
  border-top-right-radius: calc(1px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(1px - 1px);
  border-bottom-left-radius: calc(1px - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 1px;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-three {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-three .card {
  width: calc(100%/3 - 1.25%);
  margin-right: 1.25%;
}

.card-three .card-image {
  max-height: 150px;
  overflow: hidden;
}

.card-three .card:nth-child(n+4) {
  margin-top: 1.25%;
}

@media only screen and (max-width: 639px) {
  .card-three .card {
    width: calc(100%/2 - 1.25%);
    margin-top: 1.25%;
  }
  .card-three .card:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .card-three .card {
    width: 100%;
    margin-right: 0;
  }
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 1px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 1px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #343a40;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #ea6a00;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 106, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #ea6a00;
  border-color: #ea6a00;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1px;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #ea6a00;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #b75300;
}

.badge-secondary {
  color: #494949;
  background-color: #7ca8ba;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #5b92a8;
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #494949;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #494949;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #494949;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 1px;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #7a3700;
  background-color: #fbe1cc;
  border-color: #f9d5b8;
}

.alert-primary hr {
  border-top-color: #f7c7a0;
}

.alert-primary .alert-link {
  color: #472000;
}

.alert-secondary {
  color: #405761;
  background-color: #e5eef1;
  border-color: #dae7ec;
}

.alert-secondary hr {
  border-top-color: #c9dce3;
}

.alert-secondary .alert-link {
  color: #2c3b42;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 1px;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #ea6a00;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

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

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #494949;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #ea6a00;
  border-color: #ea6a00;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #7a3700;
  background-color: #f9d5b8;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7a3700;
  background-color: #f7c7a0;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #7a3700;
  border-color: #7a3700;
}

.list-group-item-secondary {
  color: #405761;
  background-color: #dae7ec;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #405761;
  background-color: #c9dce3;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #405761;
  border-color: #405761;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 1px;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1px 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1px 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -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: #ffffff;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.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: #ffffff;
  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: #ea6a00 !important;
}

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

.bg-secondary {
  background-color: #7ca8ba !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #ffffff !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: #ea6a00 !important;
}

.border-secondary {
  border-color: #7ca8ba !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !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: -ms-flexbox !important;
  display: flex !important;
}

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}

.text-monospace {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 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: #ffffff !important;
}

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

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

.text-secondary {
  color: #7ca8ba !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #494949 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.85rem;
  }
  h3, .h3 {
    font-size: 1.65rem;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.7rem;
  }
  h3, .h3 {
    font-size: 1.55rem;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.55rem;
  }
  h3, .h3 {
    font-size: 1.45rem;
  }
}

.color-primary {
  color: #ea6a00;
}

.color-blue {
  color: #1977b5;
}

.color-indigo {
  color: #6610f2;
}

.color-purple {
  color: #6f42c1;
}

.color-pink {
  color: #e83e8c;
}

.color-red {
  color: #dc3545;
}

.color-orange {
  color: #ea6a00;
}

.color-yellow {
  color: #ffc107;
}

.color-green {
  color: #28a745;
}

.color-teal {
  color: #20c997;
}

.color-cyan {
  color: #17a2b8;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #666;
}

.color-gray-dark {
  color: #343a40;
}

.color-default {
  color: #4a4a4a;
}

.color-accent {
  color: #1977b5;
}

.color-accent-hover {
  color: #5dbfd0;
}

.color-black {
  color: #0D1722;
}

.color-darkest-gray {
  color: #273A42;
}

.color-darker-gray {
  color: hsb(0, 0, 20);
}

.color-dark-gray {
  color: hsb(0, 0, 35);
}

.color-light-gray {
  color: #979797;
}

.color-lighter-gray {
  color: #D8D8D8;
}

.color-lightest-gray {
  color: #F4F4F4;
}

.color-dark-blue {
  color: #135a88;
}

.color-light-blue {
  color: #1aa8b4;
}

.color-lighter-blue {
  color: #379fe3;
}

/*--------------------------------------*/
/*---------- Padding -------------------*/
/*--------------------------------------*/
/*--------------------------------------*/
/*----------- Margin -------------------*/
/*--------------------------------------*/
/*---------- Padding Top ---------------*/
.pdtop-10,
.pdtop-xxsmall {
  padding-top: 10px !important;
}

.pdtop-20,
.pdtop-xsmall {
  padding-top: 20px !important;
}

.pdtop-30,
.pdtop-small {
  padding-top: 30px !important;
}

@media (max-width: 575px) {
  .pdtop-30,
  .pdtop-small {
    padding-top: 20px !important;
  }
}

.pdtop-40,
.pdtop-medium {
  padding-top: 40px !important;
}

@media (max-width: 575px) {
  .pdtop-40,
  .pdtop-medium {
    padding-top: 30px !important;
  }
}

.pdtop-60,
.pdtop-large {
  padding-top: 60px !important;
}

@media (max-width: 575px) {
  .pdtop-60,
  .pdtop-large {
    padding-top: 30px !important;
  }
}

.pdtop-70 {
  padding-top: 70px !important;
}

@media (max-width: 575px) {
  .pdtop-70 {
    padding-top: 35px !important;
  }
}

/*---------- Padding Bottom ---------------*/
.pdbottom-10,
.pdbottom-xxsmall {
  padding-bottom: 10px !important;
}

.pdbottom-20,
.pdbottom-xsmall {
  padding-bottom: 20px !important;
}

.pdbottom-30,
.pdbottom-small {
  padding-bottom: 30px !important;
}

@media (max-width: 575px) {
  .pdbottom-30,
  .pdbottom-small {
    padding-bottom: 20px !important;
  }
}

.pdbottom-40,
.pdbottom-medium {
  padding-bottom: 40px !important;
}

@media (max-width: 575px) {
  .pdbottom-40,
  .pdbottom-medium {
    padding-bottom: 30px !important;
  }
}

.pdbottom-60,
.pdbottom-large {
  padding-bottom: 60px !important;
}

@media (max-width: 575px) {
  .pdbottom-60,
  .pdbottom-large {
    padding-bottom: 30px !important;
  }
}

.pdbottom-70 {
  padding-bottom: 70px !important;
}

@media (max-width: 575px) {
  .pdbottom-70 {
    padding-bottom: 35px !important;
  }
}

/*---------- Padding Top-Bottom ---------------*/
.py-10,
.py-xxsmall {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-20,
.py-small {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-30,
.py-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 575px) {
  .py-30,
  .py-small {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.py-40,
.py-medium {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 575px) {
  .py-40,
  .py-medium {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.py-60,
.py-large {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 575px) {
  .py-60,
  .py-large {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

@media (max-width: 575px) {
  .py-70 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 575px) {
  .py-40 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pdtop-0_ {
  padding-top: 0px !important;
}

.pdbottom-0_ {
  padding-bottom: 0px !important;
}

/*---------- Padding Left ---------------*/
.pdleft-10,
.pdleft-xxsmall {
  padding-left: 10px !important;
}

.pdleft-15 {
  padding-left: 15px !important;
}

.pdleft-20,
.pdleft-xsmall {
  padding-left: 20px !important;
}

.pdleft-30,
.pdleft-small {
  padding-left: 30px !important;
}

@media (max-width: 575px) {
  .pdleft-30,
  .pdleft-small {
    padding-left: 20px !important;
  }
}

.pdleft-40,
.pdleft-medium {
  padding-left: 40px !important;
}

@media (max-width: 575px) {
  .pdleft-40,
  .pdleft-medium {
    padding-left: 30px !important;
  }
}

.pdleft-60,
.pdleft-large {
  padding-left: 60px !important;
}

@media (max-width: 575px) {
  .pdleft-60,
  .pdleft-large {
    padding-left: 30px !important;
  }
}

/*---------- Padding Right ---------------*/
.pdright-10,
.pdright-xxsmall {
  padding-right: 10px !important;
}

.pdright-20,
.pdright-xsmall {
  padding-right: 20px !important;
}

.pdright-30,
.pdright-small {
  padding-right: 30px !important;
}

@media (max-width: 575px) {
  .pdright-30,
  .pdright-small {
    padding-right: 20px !important;
  }
}

.pdright-40,
.pdright-medium {
  padding-right: 40px !important;
}

@media (max-width: 575px) {
  .pdright-40,
  .pdright-medium {
    padding-right: 30px !important;
  }
}

.pdright-60,
.pdright-large {
  padding-right: 60px !important;
}

@media (max-width: 575px) {
  .pdright-60,
  .pdright-large {
    padding-right: 30px !important;
  }
}

/*---------- Padding Vertical ---------------*/
.pdv-10,
.pdv-xxsmall {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdv-20,
.pdv-xsmall {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdv-30,
.pdv-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 575px) {
  .pdv-30,
  .pdv-small {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.pdv-40,
.pdv-medium {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 575px) {
  .pdv-40,
  .pdv-medium {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.pdv-60,
.pdv-large {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (max-width: 575px) {
  .pdv-60,
  .pdv-large {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/*---------- Padding Horizontal ---------------*/
.pdh-10,
.pdh-xxsmall {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pdh-20,
.pdh-xsmall {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pdh-30,
.pdh-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 575px) {
  .pdh-30,
  .pdh-small {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.pdh-40,
.pdh-medium {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 575px) {
  .pdh-40,
  .pdh-medium {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.pdh-60,
.pdh-large {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 575px) {
  .pdh-60,
  .pdh-large {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/*---------- Padding All ---------------*/
.pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

.pdv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pdh-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pd-10,
.pd-xxsmall {
  padding: 10px !important;
}

.pd-20,
.pd-xsmall {
  padding: 20px !important;
}

.pd-30,
.pd-small {
  padding: 30px !important;
}

.pd-40,
.pd-medium {
  padding: 40px !important;
}

.pd-60,
.pd-large {
  padding: 60px !important;
}

.pd-70,
.pd-xlarge {
  padding: 70px !important;
}

/*---------- Margin All ---------------*/
.mg-0 {
  margin: 0px !important;
}

.mg-10,
.mg-xxsmall {
  margin: 10px !important;
}

.mg-20,
.mg-xsmall {
  margin: 20px !important;
}

.mg-30,
.mg-small {
  margin: 30px !important;
}

.mg-40,
.mg-medium {
  margin: 40px !important;
}

.mg-60,
.mg-large {
  margin: 60px !important;
}

/*---------- Margin Top ---------------*/
.mgtop-0 {
  margin-top: 0px !important;
}

.mgtop-5 {
  margin-top: 5px !important;
}

.mgtop-10,
.mgtop-xxsmall {
  margin-top: 10px !important;
}

.mgtop-15 {
  margin-top: 15px !important;
}

.mgtop-20,
.mgtop-xsmall {
  margin-top: 20px !important;
}

.mgtop-30,
.mgtop-small {
  margin-top: 30px !important;
}

@media (max-width: 575px) {
  .mgtop-30,
  .mgtop-small {
    margin-top: 20px !important;
  }
}

.mgtop-40,
.mgtop-medium {
  margin-top: 40px !important;
}

@media (max-width: 575px) {
  .mgtop-40,
  .mgtop-medium {
    margin-top: 30px !important;
  }
}

.mgtop-60,
.mgtop-large {
  margin-top: 60px !important;
}

@media (max-width: 575px) {
  .mgtop-60,
  .mgtop-large {
    margin-top: 30px !important;
  }
}

/*---------- Margin Bottom ---------------*/
.mgbottom-0 {
  margin-bottom: 0px !important;
}

.mgbottom-10,
.mgbottom-xxsmall {
  margin-bottom: 10px !important;
}

.mgbottom-20,
.mgbottom-xsmall {
  margin-bottom: 20px !important;
}

.mgbottom-30,
.mgbottom-small {
  margin-bottom: 30px !important;
}

@media (max-width: 575px) {
  .mgbottom-30,
  .mgbottom-small {
    margin-bottom: 20px !important;
  }
}

.mgbottom-40,
.mgbottom-medium {
  margin-bottom: 40px !important;
}

@media (max-width: 575px) {
  .mgbottom-40,
  .mgbottom-medium {
    margin-bottom: 30px !important;
  }
}

.mgbottom-60,
.mgbottom-large {
  margin-bottom: 60px !important;
}

@media (max-width: 575px) {
  .mgbottom-60,
  .mgbottom-large {
    margin-bottom: 30px !important;
  }
}

/*---------- Margin Left ---------------*/
.mgleft-0 {
  margin-left: 0px !important;
}

.mgleft-10,
.mgleft-xxsmall {
  margin-left: 10px !important;
}

.mgleft-20,
.mgleft-xsmall {
  margin-left: 20px !important;
}

.mgleft-30,
.mgleft-small {
  margin-left: 30px !important;
}

@media (max-width: 575px) {
  .mgleft-30,
  .mgleft-small {
    margin-left: 20px !important;
  }
}

.mgleft-40,
.mgleft-medium {
  margin-left: 40px !important;
}

@media (max-width: 575px) {
  .mgleft-40,
  .mgleft-medium {
    margin-left: 30px !important;
  }
}

.mgleft-60,
.mgleft-large {
  margin-left: 60px !important;
}

@media (max-width: 575px) {
  .mgleft-60,
  .mgleft-large {
    margin-left: 30px !important;
  }
}

/*---------- Margin Right ---------------*/
.mgright-0 {
  margin-right: 0px !important;
}

.mgright-10,
.mgright-xxsmall {
  margin-right: 10px !important;
}

.mgright-20,
.mgright-xsmall {
  margin-right: 20px !important;
}

.mgright-30,
.mgright-small {
  margin-right: 30px !important;
}

@media (max-width: 575px) {
  .mgright-30,
  .mgright-small {
    margin-right: 20px !important;
  }
}

.mgright-40,
.mgright-medium {
  margin-right: 40px !important;
}

@media (max-width: 575px) {
  .mgright-40,
  .mgright-medium {
    margin-right: 30px !important;
  }
}

.mgright-60,
.mgright-large {
  margin-right: 60px !important;
}

@media (max-width: 575px) {
  .mgright-60,
  .mgright-large {
    margin-right: 30px !important;
  }
}

/*---------- Margin Vertical ---------------*/
.mgv-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mgv-10,
.mgv-xxsmall {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mgv-20,
.mgv-xsmall {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mgv-30,
.mgv-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 575px) {
  .mgv-30,
  .mgv-small {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.mgv-40,
.mgv-medium {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media (max-width: 575px) {
  .mgv-40,
  .mgv-medium {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.mgv-60,
.mgv-large {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (max-width: 575px) {
  .mgv-60,
  .mgv-large {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

/*---------- Margin Horizontal ---------------*/
.mgh-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mgh-10,
.mgh-xxsmall {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mgh-20,
.mgh-xsmall {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mgh-30,
.mgh-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

@media (max-width: 575px) {
  .mgh-30,
  .mgh-small {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.mgh-40,
.mgh-medium {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

@media (max-width: 575px) {
  .mgh-40,
  .mgh-medium {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.mgh-60,
.mgh-large {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

@media (max-width: 575px) {
  .mgh-60,
  .mgh-large {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .responsive {
    display: none;
  }
}

.table, .LP-Custom-Module table {
  width: 100%;
  margin-bottom: 35px;
  line-height: 1.5;
  border-left: #ddd solid 1px;
  border-top: #ddd solid 1px;
  border-collapse: collapse;
  border-spacing: 0;
}

.table th, .LP-Custom-Module table th {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  background-color: #f4f8f9;
  vertical-align: middle;
  text-align: center;
  font-size: 16px; 
}

.table td, .LP-Custom-Module table td {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  font-size: 16px;
}

.table-font-small th,
.table-font-small td {
  font-size: 14.5px;
} 
  
.text-small,
.font-small {
  font-size: small;
}

@media (max-width: 767px) {
  .hide-small {
    display: none !important;
  }
}

.block-iLarge,
.block-mobileLarge {
  display: none;
}

@media (max-width: 575px) {
  .block-iLarge,
  .block-mobileLarge {
    display: block !important;
  }
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

@media (max-width: 575px) {
  .f-right, .f-left {
    float: none;
    clear: both;
  }
}

.clear {
  clear: both;
}

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

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

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

@media (max-width: 575px) {
  .tac-mLarge,
  .tac-mobile {
    text-align: center;
  }
  .tac-mLarge.block,
  .tac-mobile.block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .tac-mMedium {
    text-align: center;
  }
  .tac-mMedium.block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 319px) {
  .tac-mSmall {
    text-align: center;
  }
  .tac-mSmall.block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .tac-tMedium {
    text-align: center;
  }
  .tac-tMedium.block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-medium-1020 {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .block-medium-1020 {
    width: 100%;
  }
}

.w-large {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .w-large {
    width: 100%;
  }
}

.w-medium {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .w-medium {
    width: 100%;
  }
}

.w-small {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .w-small {
    width: 100%;
  }
}

.block-mediumLarge {
  width: 576px;
  margin-left: auto;
  margin-right: auto;
}

.block-mediumLarge:before {
  clear: both;
}

@media (max-width: 575px) {
  .block-mediumLarge {
    width: 100%;
  }
}

.block-medium {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.block-medium:before {
  clear: both;
}

@media (max-width: 768px) {
  .block-medium {
    width: 100%;
  }
}

.block-mediumSmall {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.block-mediumSmall:before {
  clear: both;
}

@media (max-width: 480px) {
  .block-mediumSmall {
    width: 100%;
  }
}

.title-bg {
  background-color: #1aa8b4;
  color: #FFF;
  padding: 8px 12px;
}

/* No files to import found in animations//**/
/* */
.System-Page .Body {
  min-height: calc(100vh - 520px);
}

.System-Email .Body {
  min-height: calc(100vh - 245px);
}

.System-Email .Body-content {
  padding-top: 70px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 767px) {
  .responsive {
    display: none;
  }
}

.row-fluid [class*="span"] {
  min-height: 0;
}
@media (max-width: 576px) {
  .row-fluid [class*="span"] {
  width: 100%;
}
 
}
.mask {
  position: absolute;
  height: 100%;
  width: 100%;
}

.SchedulFont-Roboto {
  font-family: "Roboto", sans-serif !important;
}

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

.table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
}

.table th {
  font-weight: normal;
}

ul.list-arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

ul.list-arrow li {
  width: 50%;
  position: relative;
  margin-bottom: 15px;
}

ul.list-arrow li > a {
  color: #3c8cc8;
  text-decoration: underline;
}

ul.list-arrow li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: -20px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

ul.list-arrow li > a:hover {
  color: #ea6a00;
}

ul.list-arrow li > a:hover:after {
  border-color: #ea6a00;
}

ul.list-arrow li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  ul.list-arrow li {
    width: 100%;
  }
}

.bg-color-blue {
  background-color: #1977b5;
  color: #fff;
}

.bg-color-blue.hover:hover {
  color: #fff;
}

.bg-color-black {
  background-color: #0D1722;
  color: #fff;
}

.bg-color-black.hover:hover {
  color: #fff;
}

.color {
  color: #ea6a00;
}

[style^="color: #000"],
[style*="color: #000000"] {
  color: #494949 !important;
}

[style^="background-color: #fff"]:not(.LogoRowSection):not(.SliderSection) + [style^="background-color: #fff"] .container,
[style*="background-color: #ffffff"]:not(.LogoRowSection):not(.SliderSection) + [style*="background-color: #ffffff"] .container,
[style^="background-color: #FFF"]:not(.LogoRowSection):not(.SliderSection) + [style^="background-color: #FFF"] .container,
[style*="background-color: #FFFFFF"]:not(.LogoRowSection):not(.SliderSection) + [style*="background-color: #FFFFFF"] .container {
  border-top: 1px solid #1977b5;
}

[style^="background-color: #fff"].py-70 + [style^="background-color: #fff"].py-70 .container,
[style*="background-color: #ffffff"].py-70 + [style*="background-color: #ffffff"].py-70 .container,
[style^="background-color: #FFF"].py-70 + [style^="background-color: #FFF"].py-70 .container,
[style*="background-color: #FFFFFF"].py-70 + [style*="background-color: #FFFFFF"].py-70 .container {
  margin-top: -70px;
  padding-top: 70px !important;
}

@media (max-width: 575px) {
  [style^="background-color: #fff"].py-70 + [style^="background-color: #fff"].py-70 .container,
  [style*="background-color: #ffffff"].py-70 + [style*="background-color: #ffffff"].py-70 .container,
  [style^="background-color: #FFF"].py-70 + [style^="background-color: #FFF"].py-70 .container,
  [style*="background-color: #FFFFFF"].py-70 + [style*="background-color: #FFFFFF"].py-70 .container {
    margin-top: -35px;
    padding-top: 35px !important;
  }
}

#BreadCrumb .breadcrumb {
  margin-bottom: 0;
}

#BreadCrumb .breadcrumb .hs-breadcrumb-menu-item {
  padding-top: 0;
  padding-bottom: 0;
}

.BlogDetail #BreadCrumb .Wrap {
  position: inherit;
}

.BlogDetail #BreadCrumb .Wrap li {
  color: #4a4a4a;
}

.BlogDetail #BreadCrumb .Wrap li a {
  color: #1977b5;
}

@media (max-width: 767px) {
  .btn-primary {
    min-width: 200px;
  }
  .btn.btn-big {
    min-width: 220px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .container:not(.flex-1columns):not(.flex-2columns):not(.flex-3columns):not(.flex-4columns):not(.flex-5columns):not(.flex-6columns) .row .item:nth-child(n + 3) {
    margin-top: 2rem;
  }
    .container:not(.flex-1columns):not(.flex-2columns):not(.flex-3columns):not(.flex-4columns):not(.flex-5columns):not(.flex-6columns) .row .item.flex_image:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .container:not(.flex-1columns):not(.flex-2columns):not(.flex-3columns):not(.flex-4columns):not(.flex-5columns):not(.flex-6columns) .row .item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}

.flex-1columns .row .item:nth-child(n + 2) {
  margin-top: 2rem;
}

.flex-1columns .row .ColumnContentSection-content {
  margin-left: 2rem;
}

.flex-2columns .row .item:nth-child(n + 3) {
  margin-top: 2rem;
}

@media (max-width: 575px) {
  .flex-2columns .row .item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}

.flex-3columns .row .item:nth-child(n + 4) {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .flex-3columns .row .item:nth-child(n + 4) {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .flex-3columns .row .item:nth-child(n + 3) {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .flex-3columns .row .item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}

.flex-4columns .row .item:nth-child(n + 5) {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .flex-4columns .row .item:nth-child(n + 4) {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .flex-4columns .row .item:nth-child(n + 3) {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .flex-4columns .row .item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}

#pagetop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
}

#pagetop a {
  width: 60px;
  height: 60px;
  white-space: nowrap;
  background-color: rgb(73 73 73 / 80%);
  border-radius: 5px;
  text-align: center;
  display: block;
  margin-right: 1em;
}

#pagetop a i {
  font-size: 3rem;
  color: #fff;
  line-height: 55px;
}

.Footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Footer-top ul li {
  display: inline-block;
}

.Footer-top ul li a {
  padding-right: 1rem;
  color: #4a4a4a;
}

.Footer-top ul li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

@media (max-width: 767px) {
  .Footer-top {
    line-height: 1.7 !important;
  }
  .Footer-top a {
    font-size: 0.9em;
    line-height: 1.7;
  }
}

.Footer-between {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.Footer-between .line-height {
  line-height: 6px;
}

.Footer-between .social {
  display: block;
  font-family: 'Roboto',sans-serif;
}

.Footer-between .social i {
  width: 20px;
  height: 20px;
  background-color: #3b5998;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  margin-right: 5px;
}

.Footer-between .social a {
  display: inline-block;
  color: #3b5998;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}

.Footer-between .small {
  color: #707070;
  font-size: 12px;
}

.Footer-between .footer-banner {
  padding-left: 0;
}

@media (max-width: 575px) {
  .Footer-between .small {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .Footer-between {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .Footer-between .col-12 {
    text-align: center !important;
  }
  .Footer-between .col-12 + .col-12 {
    margin-top: 2em;
  }
  .Footer-between .text-right {
    display: flex;
    justify-content: center;
  }
  .Footer-between .footer-banner {
    float: none;
  }
}

.Footer-bottom {
  position: relative;
}

.Footer-bottom .border-gradient {
  background: linear-gradient(to right, #ea6a00, #f8f8f8) no-repeat top;
  background-size: 100% 3px !important;
}

.Footer-bottom .line-height {
  line-height: 18px;
}

.Footer-bottom .line-height b {
  letter-spacing: 1.5px;
}

.Footer-bottom .line-height span {
  font-size: 12px;
}

.Footer-bottom .company-list {
  width: 100%;
  bottom: 71px;
  position: absolute;
  z-index: 10;
  background: #f5f5f5;
  line-height: 1.7;
  padding: 20px 15px;
}

.Footer-bottom .company-list ul {
  margin: 0 auto;
  max-width: 1200px;
  text-align: right;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.Footer-bottom .company-list ul li {
  display: inline-block;
  margin-left: 15px;
}

.Footer-bottom .company-list ul li:first-child {
  margin-left: 0;
}

.Footer-bottom .company-list ul li a {
  padding-left: 15px;
  position: relative;
}

.Footer-bottom .company-list ul li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  border-left: 5px solid #999;
  top: 0;
  margin: auto;
  bottom: 0;
  left: 0;
}

.Footer .bg-color {
  background-color: #f8f8f8;
  line-height: 70px;
}

.mobile-open .Header-Main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 999;
}

.Header-Main.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 999;
}

.Header-Main a {
  color: #4a4a4a;
}

.Header-Main .Logo {
  display: block;
}

.Header-Main {
  transition: height 0.3s ease-in;
}

@media (max-width: 768px) {
  .mobile-open .Header-Main {
/*     height: 100%; */
  }
  .Header-Main .Logo {
    width: 250px;
  }
  .Header-Main .Logo-img-main {
    max-height: 60px;
  }
}

@media (max-width: 575px) {
  .Header-Main .Logo-company-name {
      max-width: 200px;
  }
  .Header-Main .Logo-img-main {
    max-height: 50px;
  }
  .Header-Main .Header-nav .mobile-trigger {
    top: -56px;
  }
}

.Header-Main .Menu-Horizontal ul {
  list-style: none;
}

.Header-Main .Menu-Horizontal > .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 52px;
  padding: 0;
  text-align: center;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}

.Header-Main .Menu-Horizontal > .hs-menu-wrapper > ul > li {
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  position: relative;
}

@media (min-width: 768px) {
  .Header-Main .Menu-Horizontal > .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    text-align: left;
    padding: 35px;
    z-index: 999;
    top: 52px;
    display: block;
    position: absolute;
    background-color: #fff;
  }
  .Header-Main .Menu-Horizontal > .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    min-width: 10em;
    white-space: nowrap;
    display: table-cell;
  }
  .Header-Main .Menu-Horizontal > .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:nth-child(n+2) {
    padding-left: 25px;
  }
}

.Header-Main #header-search-form #search-input {
  font-size: .75em;
  height: 32px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.Header-between .nav {
  margin-bottom: 15px;
}

.Header-between .nav .nav-link {
  padding: 0.2rem 0.8rem;
  font-weight: 300;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

.Header-between p {
  font-size: 12px;
  line-height: 16px;
  color: #494949;
}

.Header-nav {
  position: relative;
  line-height: 52px;
  background: linear-gradient(#ffffff, #f9f9f9);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 500;
}

.Header-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media (min-width: 768px) {
  .Header-nav .hs-menu-item.active-branch.hs-menu-depth-1 {
    background: linear-gradient(#dddddd 0%, #f9f9f9 50%);
  }
  .Header-nav .hs-menu-item.active-branch:after {
    content: "";
    background-color: #ea6a00;
    height: 2px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    left: 0;
    z-index: 1;
  }
}

.Header-nav .hs-menu-item.active-branch.active > a {
  color: #ea6a00;
}

.Header-nav .hs-menu-item.active-branch.active > a:after {
  border-color: #ea6a00 !important;
}

@media (max-width: 768px) {
  .Header-nav ,
  .Header-nav > nav {
/*     height: 100%; */
  }
  .Header-nav .main-menu.Menu-Horizontal {
    display: block;
  }
  .Header-nav .main-menu.Menu-Horizontal .hs-menu-depth-1.active-branch:after {
    content: "";
    background-color: #ea6a00;
    height: 2px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .Header-nav .main-menu.Menu-Horizontal .hs-menu-depth-1 > ul {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 1.2em;
  }
  .Header-nav .main-menu.Menu-Horizontal .hs-menu-depth-1 > ul > li:nth-child(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .Header-nav .main-menu.Menu-Horizontal .hs-menu-depth-2.active-branch > a {
    color: #ea6a00;
  }
  .Header-nav .main-menu.Menu-Horizontal .hs-menu-depth-2 > a {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .Header-nav .main-menu.Menu-Horizontal .hs-menu-depth-2 > a:before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 8px;
    height: 8px;
    left: 0;
    vertical-align: top;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
  }
}

.Header-nav .main-menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5em;
}

@media (max-width: 991px) {
  .Header-nav .main-menu a {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .Header-nav .main-menu a {
    font-size: 1rem;
  }
}

.Header-nav .main-menu a[href="javascript:;"], .Header-nav .main-menu a[href=""] {
  cursor: default;
  color: inherit;
  pointer-events: none !important;
}

.Header-nav .main-menu a[href="javascript:;"]:hover, .Header-nav .main-menu a[href=""]:hover {
  color: #4a4a4a;
}

@media (min-width: 768px) {
  .Header-nav .main-menu > .hs-menu-wrapper > ul > li:hover {
    background: linear-gradient(#dddddd 0%, #f9f9f9 50%);
  }
}

@media (min-width: 768px) {
  .Header-nav .main-menu > .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  }
}

.Header-nav .main-menu > .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: none;
  font-size: 90%;
}

@media (min-width: 768px) {
  .Header-nav .main-menu > .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    display: table !important;
  }
}

@media (min-width: 768px) {
  .Header-nav .main-menu > .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
    content: "";
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 12px;
  }
}

.Header-nav .main-menu .hs-menu-depth-1:nth-child(3) > .hs-menu-children-wrapper {
/*   right: -410px; */
}

.Header-nav .main-menu .hs-menu-depth-1:nth-child(4) > .hs-menu-children-wrapper {
/*   right: -300px; */
}

.Header-nav .main-menu .hs-menu-depth-1:nth-child(n+5) > .hs-menu-children-wrapper {
  right: 0;
}

.Header-nav .main-menu .hs-menu-depth-2 > a {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: block;
}

.Header-nav .main-menu .hs-menu-depth-2 > a {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 1.0em;
}

.Header-nav .main-menu .hs-menu-depth-2 > .hs-menu-children-wrapper {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .Header-nav .main-menu .hs-menu-depth-2 > .hs-menu-children-wrapper {
    padding-left: 0;
  }
}

.Header-nav .main-menu .hs-menu-depth-3 {
  line-height: 35px;
  margin-bottom: 0.9em;
  font-size: 1.0em;
}

.Header-nav .main-menu .hs-menu-depth-3 > a {
  position: relative;
}

.Header-nav .main-menu .hs-menu-depth-3 > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  margin: -3px 10px 0 0;
  vertical-align: top;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .Header-nav .main-menu .hs-menu-depth-3 > a:before {
    left: 20px;
  }
}

.Header-nav .main-menu .hs-menu-depth-3 > a[target=_blank]:before {
  content: '・';
  display: inline-block;
  text-indent: 100%;
  vertical-align: top;
  background-image: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_icons.png");
  background-position: -40px center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 5px 0 0px;
  width: 12px;
  height: auto;
  padding: 0;
  border: 0;
  top: auto;
  transform: rotate(0);
}

.Header.LP .Box-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .Header.LP .Box-right {
    display: none;
  }
}

/*==================================================
--                     Hero                       --
===================================================*/
.Hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Hero--small {
  height: auto;
  max-height: 200px;
}

.Hero--small .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.Hero--medium {
  width: 100%;
}

.Hero--medium .container {
  max-height: 430px;
  min-height: 330px;
  display: table;
}

.Hero--medium .Wrap--narrow {
  display: table-cell;
  vertical-align: middle;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 575px) {
  .Hero--medium {
    min-height: 230px;
  }
  .Hero--medium .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.Hero--overlay .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .Hero--overlay .container {
    padding: 30px;
  }
}

.Hero .Wrap {
  position: relative;
}

.Hero .Wrap .Hero-subtitle {
  color: #fff;
}

.Hero .Wrap h1 {
  font-weight: 500;
  color: #fff;
}

.Hero.bg-bottom-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_grad.png") center center no-repeat;
  background-size: 100% 100%;
}

.Resource {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.Resource-content {
  padding: 0 20px;
  max-width: 620px;
}

.Resource-aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 620px;
}

.Resource-form {
  padding: 40px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.Resource-form .ao-richtext-block p,
.Resource-form .ao-richtext-block ul,
.Resource-form .ao-richtext-block span,
.Resource-form .ao-form-label,
.Resource-form .ao-form-error-message {
  color: #fff !important;
}

.Resource-form:only-child {
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.Resource-form select {
  color: #4a4a4a;
}

.Resource-form .LoadingIcon {
  margin: auto;
}

.Resource-form #block-b1501788885926 span {
  display: block;
  font-size: !important;
  line-height: 16px !important;
  margin: 0 auto;
  max-width: 360px;
}

.Resource-video {
  background: #273A42;
}

.Resource-video:only-child {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Resource-secondaryContent {
  padding: 60px;
  background: #D8D8D8;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Resource-secondaryContent .media-wysiwyg-align-left img,
.Resource-secondaryContent .media-wysiwyg-align-right img {
  box-shadow: none;
}

.Sidebar {
  position: relative;
}

.Sidebar:after {
  content: '';
  display: block;
  clear: both;
}

.Sidebar.is-initial {
  overflow: auto;
  position: fixed;
  top: 40px;
  z-index: 20;
  width: 277px;
}

.Sidebar.is-final {
  bottom: 0;
  position: absolute;
  width: 277px;
}

.Sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Sidebar-menu ul {
  list-style-type: none;
  padding: 0;
}

.Sidebar-list .cta-content h3 {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.Sidebar-menu .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
}

.Sidebar-menu .span12 {
  margin-left: 0 !important;
}

.Sidebar-menu .widget-module .is-active {
  border-left: 3px solid #ea6a00;
}

.Sidebar-menu .widget-module .is-active a:before {
  transform: rotate(45deg);
}

.Sidebar-menu .widget-module > ul {
  border: 1px solid #ddd;
  margin-top: 20px;
}

.Sidebar-menu .widget-module > ul > li {
  position: relative;
  margin-bottom: -1px;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}

.Sidebar-menu .widget-module > ul > li > a {
  padding: .9em 20px .9em 36px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
}

.Sidebar-menu .widget-module > ul > li > a:before {
  content: '';
  position: absolute;
  left: 21px;
  top: 1.6em;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.Sidebar-menu .widget-module > ul > li > a .filter-link-count {
  display: none;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-1 > .hs-menu-children-wrapper {
  border: 1px solid #ddd;
  margin-top: 20px;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-1 > a {
  font-size: 1.2em;
  font-weight: bold;
  color: #4a4a4a
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-1 > a:hover {
  color: #ea6a00;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2 {
  position: relative;
  margin-bottom: -1px;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2 > a {
  padding: .9em 20px .9em 36px;
  font-size: 1.14em;
  line-height: 1.4em;
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2 > a:before {
  content: '';
  position: absolute;
  left: 21px;
  top: 1.6em;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2 > a:hover {
  color: #ea6a00;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2.active-branch > a {
  color: #ea6a00;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2.active-branch > a:before {
  transform: rotate(45deg);
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2 > .hs-menu-children-wrapper {
  margin: -.6em 20px 0 38px;
  padding-bottom: .5em;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2.active-branch {
  border-left: 3px solid #ea6a00;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2.active-branch ul {
  display: block;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2.hs-item-has-children ul {
  display: none;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2.hs-item-has-children.active-branch ul {
  display: block;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 > a {
  display: block;
  font-size: 1em;
  padding: .5em 0 .5em 0;
  position: relative;
  color: #333;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 > a:hover {
  color: #ea6a00;
}

/* .Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 > a:before {
  content: '';
  position: absolute;
  top: 1.2em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #999;
} */

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3.active-branch > a {
  color: #ea6a00;
}

.Sidebar-menu-edit .hs-menu-wrapper > ul {
  border: 1px solid #ddd;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1 {
  position: relative;
  z-index: 1;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1:nth-child(n+2) {
  border-top: 1px solid #ddd;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1 > a {
  padding: .9em 20px .9em 36px;
  font-size: 1.14em;
  line-height: 1.4em;
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1 > a:before {
  content: '';
  position: absolute;
  left: 21px;
  top: 1.6em;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1 > a:hover {
  color: #ea6a00;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.active-branch > a {
  color: #ea6a00;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.active-branch > a:before {
  transform: rotate(45deg);
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1 > .hs-menu-children-wrapper {
  margin: -.6em 20px 0 38px;
  padding-bottom: .5em;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1 > .hs-menu-children-wrapper li.hs-menu-depth-2 a {
  padding: .5em 0;
  display: block;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1 > .hs-menu-children-wrapper li.hs-menu-depth-2 a:hover {
  color: #ea6a00;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.active-branch {
  border-left: 3px solid #ea6a00;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.active-branch ul {
  display: block;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.hs-item-has-children ul {
  display: none;
}

.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.hs-item-has-children.active-branch  ul {
  display: block;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
  transition: 1s all;
  height: 100%;
  overflow: hidden auto;
}

.white-popup .inner {
  height: 100%;
}

.white-popup .inner .top-content {
  position: relative;
  margin-bottom: 35px;
}

.white-popup .inner .top-content .popup-title {
  padding: 0 30px;
  width: calc(200% / 3);
  float: left;
}

.white-popup .inner .top-content .popup-title h2 {
  margin-bottom: 22px;
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

.white-popup .inner .top-content .Section-image {
  padding: 0 30px;
  width: calc(100% / 3);
  float: left;
}

.white-popup .inner .top-content .Section-content {
  margin-top: 20px;
  text-align: center;
  float: left;
  width: 100%;
}

.white-popup .inner .top-content .Section-content .original-name {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.white-popup .inner .top-content .Section-content .latin-name {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.white-popup .inner .mid-content {
  padding-top: 35px;
  border-top: 1px solid #c8c8c8;
}

@media (min-width: 769px) {
  .white-popup .inner .top-content .Section-content {
    position: absolute;
    text-align: right;
    float: none;
    bottom: 0;
    right: 33.33%;
    width: inherit;
  }
}

@media (max-width: 767px) {
  .white-popup .inner .top-content .popup-title {
    width: 100%;
    text-align: center;
  }
  .white-popup .inner .top-content .Section-image {
    margin: auto;
    width: 70%;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .white-popup .inner .top-content .Section-image {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------
-----------------------------------Pop-up----------------------------------
-------------------------------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  height: 80%;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (max-width: 1199px) {
  .Header-Main .container {
    max-width: none;
  }
  .Header-Main .Logo-company-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .Header-Main .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .Header-Main .Logo-company-name {
    display: block;
  }
}

@media (max-width: 768px) {
  .Header-Main .Header-right,
  .Header-Main .business_maxim {
    display: none;
  }
}

@media (max-width: 359px) {
  .Header-Main .Logo-company-name {
      display: none;
  }
}
@media (max-width: 1199px) {
  .Header-Main .Header-between .nav .nav-link {
    padding: 0.1rem 0.5rem;
  }
}

@media (max-width: 991px) {
  .Header-Main .Right-content {
    display: none;
  }
}

.Header-nav {
  /* Fix menu disappearing on desktop after toggling mobile menu */
  /* ==========================================================================
	   Mobile Menu - Hubspot Standard Toggle Menu
	   ========================================================================== */
}

@media (min-width: 769px) {
  .Header-nav .main-menu {
    max-width: 1210px;
    margin: auto;
    width: 100%;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }
}

.Header-nav .mobile-trigger, .Header-nav .child-trigger {
  display: none;
  /* Hide button on Desktop */
}

@media (max-width: 768px) {
  .Header-nav {
    /* Toggle Button
		   ========================================================================== */
    /* Change button when menu is open */
    /* Toggle Button Icon
		   ========================================================================== */
    /* Child Toggle Button
		   ========================================================================== */
    /* Menu Styles on Mobile Devices
		   ========================================================================== */
    /* Hide menu on mobile */
    /* Make child lists appear below parent items */
    /* Mobile Menu Styles */
    /* Level 1 Menu List Styles */
    /* Level 1 and Higher Menu List Styles */
    /* Level 2 and Higher Menu List Styles */
    /* Level 3 and Higher Menu List Styles */
  }
  .Header-nav .custom-menu-primary,
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul,
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul li,
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul li a {
    position: relative;
    display: block;
    float: none;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }
  .Header-nav .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -60px;
    right: 1em;
    width: auto;
    height: auto;
    padding: 10px;
    background: #333;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
  }
  .Header-nav .mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
    color: #fff;
    background-color: #333;
    border-color: transparent;
  }
  .Header-nav .mobile-open .mobile-trigger {
    color: #fff;
    background-color: #333;
    border-color: transparent;
  }
  .Header-nav .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }
  .Header-nav .mobile-trigger i:before, .Header-nav .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .Header-nav .mobile-trigger i, .Header-nav .mobile-trigger i:before, .Header-nav .mobile-trigger i:after {
    width: 25px;
    /* Icon line width */
    height: 3px;
    /* Icon line height */
    border-radius: 1px;
    background-color: #fff;
    /* Icon color */
    display: inline-block;
  }
  .Header-nav .mobile-trigger i:before {
    top: -8px;
    /* Position top line */
  }
  .Header-nav .mobile-trigger i:after {
    top: 8px;
    /* Position bottom line */
  }
  .Header-nav .mobile-trigger:hover i,
  .Header-nav .mobile-trigger:hover i:before,
  .Header-nav .mobile-trigger:hover i:after,
  .Header-nav .mobile-open .mobile-trigger i,
  .Header-nav .mobile-open .mobile-trigger i:before,
  .Header-nav .mobile-open .mobile-trigger i:after {
    background-color: #fff;
    /* Icon color */
  }
  .Header-nav .child-trigger {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    /* Button width */
    min-width: 55px !important;
    height: 50px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
  }
  .Header-nav .child-trigger i:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
  }
  .Header-nav .child-trigger.child-open i:after {
    transform: rotate(45deg);
  }
  .Header-nav .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    height: 100%;
  }
  .Header-nav .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .Header-nav .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }
  .Header-nav .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .Header-nav .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    overflow-x: scroll;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper {
    background-color: #333;
    width: 100%;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul > li a {
    line-height: 52px;
    overflow: visible;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-top: 1px solid #ddd;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 20px;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #fff;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 1em;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 20px;
  }
  .Header-nav .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 50px;
  }
}

.TopMenu .hs-menu-wrapper > ul {
  display: inline-flex;
  padding: 0;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1 {
  display: inline-block;
  margin-right: 4px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1{
   display: block;
  }
  .Header-Main .business_maxim {
    margin: 6px 0;
    width: 80%;
  }
  .Header-Main .business_maxim p {
    text-align: left !important;
    line-height: 1.16rem;
  }
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1 > a {
  padding: .25rem 0.85rem;
  font-weight: 300;
  font-size: 0.9em;
  border-radius: 0.25rem;
}

@media (max-width: 1199px) {
  .TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1 > a {
    padding: .3rem 0.5rem;
    font-size: calc(12px * 1) !important;
  }
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:first-child > a {
  font-family: 'Roboto',sans-serif !important;
  color: #999;
  font-weight: bold;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:first-child > a::after {
  content: "";
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 12px;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1.logout > a::after {
  display: none !important;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:first-child > .hs-menu-children-wrapper {
  display: none;
  padding: 0;
  list-style: none;
  position: absolute;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 999;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:first-child:hover > .hs-menu-children-wrapper {
  display: block;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(n+2) a {
  color: white;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(n+2) a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(2) a {
  background-color: #1977b5;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(2) a:before {
  content: "\f0f6";
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(3) a {
  background-color: #ea6a00;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(3) a:before {
  content: "\f003";
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(4) a {
  background-color: #0D1722;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(4) a:before {
  content: "\f023";
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-2 a {
  display: inline-block;
  width: 100%;
  padding: 5px 5px;
  border-bottom: 1px solid #ddd;
  font-size: 90%;
}

.TopMenu .hs-menu-wrapper > ul .hs-menu-depth-2 a:before {
  content: '';
  position: relative;
  top: 15px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -3px 10px 0 0;
  vertical-align: top;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.contact a:before {
  display: none:
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.logout a:before {
  content: "\f08b" !important;
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.profile span {
 font-size: 13px;
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.contact a {
  background-color: #ea6a00;
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.contact a:before {
  content: "\f003";
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.register a {
  background-color: #1977b5;
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.register a:before {
  content: "\f2c0";
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1 a[href="/member/login"] {
  background-color: #1977b5;
  font-family: inherit !important;
  font-weight: normal;
  color: white;
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1 a[href="/member/login"]::after {
  display: none;  
}

.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1 a[href="/member/login"]::before {
  content: "\f2c0";
    display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
}


.TopMenu .hs-menu-wrapper > ul li.hs-menu-depth-1.profile > span::after {
  content: "";
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 12px;
}

.Hero--download {
  background-size: cover;
  background-position: center;
}

.Hero--download .container {
  position: inherit !important;
}

.Hero--download .container .Left-content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .Hero--download .container .Right-content {
    text-align: center;
    margin-top: 25px;
  }
}

body[class*='Blog-']:not(.is-standard) .Body > div > div.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body[class*='Blog-']:not(.is-standard) .Social li {
  margin: 0;
  line-height: 0.6em;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h1 {
  font-weight: 600;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h2, body[class*='Blog-']:not(.is-standard) .Blog-Detail h3, body[class*='Blog-']:not(.is-standard) .Blog-Detail h4, body[class*='Blog-']:not(.is-standard) .Blog-Detail h5, body[class*='Blog-']:not(.is-standard) .Blog-Detail h6 {
  margin-top: 2.2em;
  font-weight: 600;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h1 {
  font-size: 2em;
  line-height: 1.6em;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h2 {
  padding-bottom: .5em;
  font-size: 1.7em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h3 {
  padding-bottom: .8em;
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h4 {
  font-size: 1.3em;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h5, body[class*='Blog-']:not(.is-standard) .Blog-Detail h6 {
  font-size: 1em;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h4 {
  font-size: 1.14em;
  padding-left: 7px;
  border-left: 3px solid #ddd;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h5 {
  padding-left: 9px;
  border-left: 1px solid #ddd;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h4, body[class*='Blog-']:not(.is-standard) .Blog-Detail h5 {
  position: relative;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h4:before, body[class*='Blog-']:not(.is-standard) .Blog-Detail h4:after, body[class*='Blog-']:not(.is-standard) .Blog-Detail h5:before, body[class*='Blog-']:not(.is-standard) .Blog-Detail h5:after {
  content: '';
  position: absolute;
  left: -4px;
  display: block;
  width: 5px;
  height: 0.2em;
  padding-top: 1px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h4:before, body[class*='Blog-']:not(.is-standard) .Blog-Detail h5:before {
  top: -1px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h4:after, body[class*='Blog-']:not(.is-standard) .Blog-Detail h5:after {
  bottom: -1px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h6 {
  position: relative;
  padding-left: 20px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail h6:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  display: block;
  width: 10px;
  height: 0;
  margin-top: -1px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager {
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul {
  position: relative;
  height: 40px;
  list-style: none;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul li.prev {
  position: absolute;
  left: 0;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul li.prev a {
  padding-left: 30px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul li.prev a:after {
  left: 15px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul li.next {
  position: absolute;
  right: 0;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul li.next a {
  padding-right: 30px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul li.next a:after {
  right: 15px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul a {
  text-decoration: none;
  position: relative;
  padding: 15px;
  background: #f1f1f1;
  margin: 5px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .pager ul a:after {
  content: '';
  position: absolute;
  display: block;
  top: 45%;
  width: 7px;
  height: 7px;
  margin: 0;
  transform: rotate(-45deg);
}

body[class*='Blog-']:not(.is-standard) .pagination {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 50px !important;
}

#BreadCrumb {
  position: relative;
}

#BreadCrumb .breadcrumb {
  padding: 15px 0;
  background: none;
  border-radius: 0;
}

#BreadCrumb .breadcrumb li {
  font-size: 12px;
  font-weight: bold;
}

#BreadCrumb .breadcrumb li a {
  text-decoration: underline;
  color: #1977b5;
}

#BreadCrumb.CaseBreadCrumb nav {
  position: absolute;
  z-index: 10;
}

#BreadCrumb.CaseBreadCrumb nav li, #BreadCrumb.CaseBreadCrumb nav .breadcrumb-item + .breadcrumb-item::before {
  color: #4a4a4a;
}

#Pagination .pagination {
  margin-top: 2rem;
}

#Pagination .disabled {
  display: none;
}

#Pagination ul {
  margin-left: 0px;
  padding-left: 0px;
}

#Pagination ul li {
  display: inline-block;
  margin-right: 5px;
}

#Pagination ul li:last-child {
  margin-right: 0px;
}

#Pagination ul li a {
  cursor: pointer;
}

#Pagination ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#Pagination ul li a, #Pagination ul li.active span {
  display: block;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: solid 1px #ddd;
}

#Pagination ul li.active span {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.social-blog {
  left: 0;
  top: 50%;
  margin-top: -100px;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.social-blog ul {
  list-style: none;
  padding: 12px 10px;
  margin: 0;
}

.social-blog ul li a {
  display: block;
  text-align: center;
  padding: 2px 0;
}

.social-blog ul li a .fa {
  font-size: 1.6em;
}

.social-blog ul li.facebook .fa {
  color: #315096;
}

.social-blog ul li.twitter .fa {
  color: #55acee;
}

.social-blog ul li.hatena .fa {
  color: #1ba5dc;
}

.social-blog ul li.hatena .fa:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.social-blog ul li.pocket .fa {
  color: #ef3e56;
}

.social-blog ul li.email .fa {
  color: #5da7c6;
}

.social-blog ul li:nth-child(n+2) {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .social-blog {
    top: auto;
    bottom: 3em;
  }
}

@media (max-width: 575px) {
  .social-blog {
    bottom: 0;
    width: 100%;
    margin-top: 0;
  }
  .social-blog ul {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px 0px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-blog ul li {
    margin-top: 0 !important;
  }
  .social-blog ul li a {
    display: block;
    text-align: center;
    padding: 5px 12px;
  }
}

@media (min-width: 1200px) {
  .Blog-List {
    min-height: 100vh;
  }
}

#Navigation .pagination {
  width: 30%;
}

@media (max-width: 991px) {
  #Navigation .pagination {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #Navigation .pagination {
    width: 80%;
  }
}

#Navigation ul li {
  width: 50%;
}

#Navigation ul li a {
  display: inline-block;
}

#Navigation ul li a span {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}

#Navigation ul li.prev {
  text-align: left;
}

#Navigation ul li.next {
  text-align: right;
}

.Blog-Basic .ViewsExposedForm-blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.Blog-Basic .ViewsExposedForm-blog ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.Blog-Basic .ViewsExposedForm-blog ul li {
  display: inline-block;
  vertical-align: middle;
}

.Blog-Basic .ViewsExposedForm-blog ul li a {
  font-size: 0.9em;
  display: inline-block;
  margin: 0 0.5em;
  text-align: center;
  font-size: 12px;
  margin: 0px 10px 10px 0px;
  padding: 5px 7px;
  background-color: rgb(234, 106, 0);
  color: white;
  transition: all .2s;
}

.Blog-Basic .ViewsExposedForm-blog ul li a:after {
  display: block;
  content: "\f0d8";
  font-family: 'FontAwesome';
  line-height: 1;
  color: #ea6a00;
  display: none;
}
.Blog-Basic .ViewsExposedForm-blog ul li a:hover {
 opacity: 0.8; 
}
.Blog-Basic .ViewsExposedForm-fields {
  width: calc(100% - 346px);
}

.Blog-Basic .ViewsExposedForm-search {
  width: 346px;
}

.Blog-Basic .ViewsExposedForm-search form {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.Blog-Basic .ViewsExposedForm-search form .input {
  border: 1px solid #D8D8D8;
  height: 42px;
  line-height: 40px;
  padding: 0 15px;
  width: 250px;
  font-size: 90%;
}

.Blog-Basic .ViewsExposedForm-search form .btn--submit {
  cursor: pointer;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  background-color: rgb(234, 106, 0);
  color: white;
}

@media (max-width: 991px) {
  .Blog-Basic .ViewsExposedForm-fields {
    width: calc(100% - 280px);
  }
  .Blog-Basic .ViewsExposedForm-search {
    width: 280px;
  }
  .Blog-Basic .ViewsExposedForm-search form .input {
    width: 100%;
  }
  .Blog-Basic .ViewsExposedForm-search form .btn--submit {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .Blog-Basic .ViewsExposedForm-fields {
    width: 100%;
  }
  .Blog-Basic .ViewsExposedForm-search {
    width: 100%;
  }
  .Blog-Basic .ViewsExposedForm-search form {
    float: right;
    margin-top: 2em;
  }
}

@media (max-width: 575px) {
  .Blog-Basic .ViewsExposedForm-search form {
    width: 100%;
    float: none;
    margin-top: 2em;
  }
}

.Blog-Basic #BreadCrumb .breadcrumb li {
  color: #4a4a4a;
}

.Blog-Basic #BreadCrumb .breadcrumb li a {
  color: #1977b5;
}

.Blog-Basic dl dt {
  font-size: 90%;
}

.Blog-Basic dl dt span {
  margin-left: .5em;
}

.Blog-Basic dl * + dt {
  margin-top: 1em;
}

.Blog-Basic dl * + dd {
  margin-top: 0.2em;
}

.Blog-Basic dl dd a {
  text-decoration: underline;
}

.Blog-Basic .Social {
  line-height: 0.8;
}

.Blog-Basic .Blog-Detail {
  font-size: 1rem;
  line-height: 200%;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .Blog-Basic .Blog-Detail {
    padding-bottom: 40px;
  }
}

.Blog-Basic .Blog-Detail .post-body h2, .Blog-Basic .Blog-Detail .post-body h3,
.Blog-Basic .Blog-Detail .post-body h4 {
  font-weight: bold;
}

.Blog-Basic .Blog-Detail .post-body h2 {
  font-size: 1.75rem;
  padding-bottom: 18px;
  border-bottom: 2px solid #333;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 1.4em;
}

.Blog-Basic .Blog-Detail .post-body h3 {
  font-size: 1.55rem;
  margin-top: 50px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 18px;
  line-height: 1em;
}

.Blog-Basic .Blog-Detail .post-body h4 {
  line-height: 1.6em;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 30px;
  border-left: 3px solid #ccc;
  padding: 3px;
  padding-left: 7px;
}

.Blog-Basic .Blog-Detail .post-body h5 {
  line-height: 1;
  font-weight: bold;
  font-size: 1.05rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Blog-Basic .Blog-Detail .post-body * + p {
  margin-top: 1rem;
}

.Blog-Basic .Blog-Detail .post-body table {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.Blog-Basic .Blog-Detail .post-body table th, .Blog-Basic .Blog-Detail .post-body table td {
  padding: 15px 20px;
  border: #ccc solid 1px;
  border-collapse: collapse;
  vertical-align: middle;
}

.Blog-Basic .Blog-Detail .post-body table th {
  color: #fff;
  font-weight: bold;
  background: #7f7f7f;
}

.Blog-Basic .Blog-Detail .post-body ul {
  position: relative;
  margin-bottom: 12px;
  list-style: none;
}

.Blog-Basic .Blog-Detail .post-body table td ul:last-child {
  margin-bottom: 0px;
}

.Blog-Basic .Blog-Detail .post-body table td ul:last-child + p,
.Blog-Basic .Blog-Detail .post-body table td ul:last-child + div {
  margin-top: 12px;
}

.Blog-Basic .Blog-Detail .post-body ul:not(.social-ul) li {
  text-align: left; 
}

.Blog-Basic .Blog-Detail .post-body ul:not(.social-ul) li::before {
  content: "・";
  display: inline-block;
  width: 30px;
  vertical-align: top;
  text-indent: 100%;
  margin: -0.5em 0px -0.5em -30px;
  padding: 6px 0px;
  background: url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/image/bg_icons.png) -205px center no-repeat;
  overflow: hidden;
}


.Blog-Basic .Blog-Detail .post-body ol {
  list-style: none;
  counter-reset: li;
}

.Blog-Basic .Blog-Detail .post-body ol li.H2 {
  counter-increment: li;
}

.Blog-Basic .Blog-Detail .post-body ol li.H2::before {
  content: counter(li);
  color: #ea6a00;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.3em;
}

.Blog-Basic.is-standard #Blog-Page .Blog-Detail .blog-section {
  background-color: #fff;
  padding: 70px 30px;
}

@media (max-width: 767px) {
  .Blog-Basic.is-standard #Blog-Page .Blog-Detail .blog-section {
    padding: 50px 100px;
  }
}

@media (max-width: 575px) {
  .Blog-Basic.is-standard #Blog-Page .Blog-Detail .blog-section {
    padding: 20px 50px;
  }
}

@media (max-width: 479px) {
  .Blog-Basic.is-standard #Blog-Page .Blog-Detail .blog-section {
    padding: 20px 20px;
  }
}

.Blog-Basic.is-standard .body-container {
  background: linear-gradient(-50deg, rgba(166, 208, 230, 0.5) 0%, rgba(255, 214, 213, 0.5) 43.58%, rgba(255, 221, 216, 0.5) 48.06%, rgba(255, 237, 223, 0.5) 62.73%, rgba(255, 247, 227, 0.5) 79.02%, rgba(255, 250, 228, 0.5) 100%);
}

.Blog-Basic.is-standard .body-container .Post-Item .Post-Item-blog {
  transition: none;
}

.Blog-Basic.is-standard .body-container .Post-Item .Post-Item-blog:hover {
  opacity: 0.7;
}

.Blog-Basic.is-standard .Footer #pagetop {
  padding: 0;
  position: relative;
}

.Blog-Basic.is-standard .Footer #pagetop a {
  position: absolute;
  top: -5em;
  right: 0;
}

.Blog-Basic .HeroBlog-list #BreadCrumb {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.Blog-Basic .HeroBlog-list #BreadCrumb nav {
  padding: 0 20px;
}

.Blog-Basic .HeroBlog-list #BreadCrumb nav li {
  color: #FFF;
}

.Blog-Basic .HeroBlog-list #BreadCrumb nav li.active {
  font-weight: normal; 
}

.Blog-Basic .HeroBlog-list #BreadCrumb .breadcrumb-item +.breadcrumb-item::before {
  color: #FFF;
}

@media (max-width: 1199px) {
  .Blog-Basic .HeroBlog-list {
    padding-right: 0;
    padding-left: 0;
  }
}

.Blog-Basic .HeroBlog-detail .Hero-content {
  padding-top: 30px;
}

.Blog-Basic .HeroBlog-detail .entry-content {
  padding-top: 3em;
}

.Blog-Basic .HeroBlog-detail .entry-content .main-title {
  line-height: 1.4;
  font-size: 2em;
}

.Blog-Basic .HeroBlog-detail .entry-content .author {
  font-size: 0.95em;
}

.Blog-Basic .HeroBlog-detail .BlogBreadCrumb {
  padding-top: 3em;
}

@media (max-width: 767px) {
  .Blog-Basic .HeroBlog-detail {
    height: auto !important;
  }
  .Blog-Basic .HeroBlog-detail .Hero-content {
    padding-top: 20px;
  }
  .Blog-Basic .HeroBlog-detail .entry-content {
    padding-top: 2.5em;
  }
  .Blog-Basic .HeroBlog-detail .entry-content .main-title {
    font-size: 1.8em;
  }
  .Blog-Basic .HeroBlog-detail .BlogBreadCrumb {
    padding-top: 2.5em;
    padding-bottom: 1.5em;
  }
}

@media (max-width: 767px) {
  .Blog-Basic .HeroBlog-detail .entry-content {
    padding-top: 2em;
  }
  .Blog-Basic .HeroBlog-detail .entry-content .main-title {
    font-size: 1.5em;
  }
  .Blog-Basic .HeroBlog-detail .BlogBreadCrumb {
    padding-top: 2em;
  }
}

.Blog-Basic .Hero.big {
  height: 520px;
  position: relative;
}

@media (max-width: 767px) {
  .Blog-Basic .Hero.big {
    height: 420px;
  }
}

@media (max-width: 575px) {
  .Blog-Basic .Hero.big {
    height: 320px;
  }
}

.Blog-Basic .Hero.big a {
  width: 100%;
  height: 100%;
  display: block;
}

.Blog-Basic .Hero.big a .Wrap {
  padding: 20px 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.55);
  height: auto;
  width: 100%;
  transition-property: all;
  transition-duration: .5s;
}

.Blog-Basic .Hero.big a .Wrap .cat-name {
  border-left: 3px solid #cdc121;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .Blog-Basic .Hero.big a .Wrap {
    padding: 20px 20px;
  }
}

.Blog-Basic .Hero.Hero-List {
  height: 470px;
  position: relative;
}


.Blog-Basic .Hero.Hero-List .container {
  z-index: 9;
  position: relative;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.Blog-Basic .Hero.Hero-List .mask {
  background: rgba(0, 0, 0, 0.35);
  top: 0;
}

.Blog-Basic .Hero .Hero-content {
  color: #fff;
}

.Blog-Basic .Hero .Hero-content .byline .cat-name {
  display: block;
  border-left: 3px solid #ea6a00;
  padding-left: 1em;
  font-size: 0.85em;
}

.Blog-Basic .Hero .Hero-content .byline .date {
  font-size: 0.85em;
}

.Blog-Basic .Hero #BreadCrumb nav a, .Blog-Basic .Hero #BreadCrumb nav i, .Blog-Basic .Hero #BreadCrumb nav span {
  color: #ddd;
}

.Blog-Basic .Blog-Simple .Post-Item-blog .eyecatch {
  max-height: 210px;
  overflow: hidden;
}

.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content {
  color: rgba(74, 74, 74, 0.8);
}

.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .entry-meta {
  margin-bottom: 5px;
  line-height: 1.5rem;
}

.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .cat-name {
  border-left: 3px solid #bda8cb;
  padding-left: 10px;
  font-size: 80%;
  display: inline-block;
  line-height: 1.2rem;
  color: #888 !important;
}

.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .date {
  font-family: 'Oswald',sans-serif;
  font-weight: normal;
  font-size: 75%;
}

.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .date:before {
    font-family: "fontawesome";
    content: "\f274";
    font-size: .88em;
    margin-right: .5em;
    position: relative;
    top: -1px;
}

.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .entry-title {
  font-size: 95%;
}

.Blog-Basic .Blog-CTA .Post-Item-blog {
  background-repeat: repeat-y;
  text-align: center;
}

#Blog-Sidebar .Blog-Sidebar-top {
  background-color: #fff;
}

#Blog-Sidebar .box h3 {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #3E3E3E;
  position: relative;
}

#Blog-Sidebar .box h3 span {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #3E3E3E;
}

#Blog-Sidebar .box h3::after {
  content: "";
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

#Blog-Sidebar .box ul {
  font-size: 14px;
}

#Blog-Sidebar .top-post.box ul {
  padding: 0;
  margin: 0;
}

#Blog-Sidebar .top-post.box ul li:last-child {
  border-bottom: none;
}

#Blog-Sidebar .top-post.box ul li {
  min-height: 55px;
  padding-left: 40px;
  padding-right: 25px;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.6;
  border-bottom: #ccc dotted 1px;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

#Blog-Sidebar .top-post.box ul li a {
  display: block;
  color: #666;
}

#Blog-Sidebar .top-post.box ul li a:before {
  content: none;
}

#Blog-Sidebar .top-post.box ul li a:hover {
  text-decoration: none;
}

#Blog-Sidebar .top-post.box ul li a:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  top: 8px;
  right: 0.6em;
  font-size: 1em;
  color: #1977b5;
}

#Blog-Sidebar .top-post.box ul li a:hover:after {
  right: 0.5em;
  transform: translate(1px, 0);
}

#Blog-Sidebar .top-post.box ul li:before {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 2px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before {
  content: "1";
}

#Blog-Sidebar .top-post.box ul li:nth-child(2):before {
  content: "2";
}

#Blog-Sidebar .top-post.box ul li:nth-child(3):before {
  content: "3";
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before, #Blog-Sidebar .top-post.box ul li:nth-child(2):before, #Blog-Sidebar .top-post.box ul li:nth-child(3):before {
  color: #1977b5;
}

#Blog-Sidebar .top-post.box ul li:nth-child(4):before {
  content: "4";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(5):before {
  content: "5";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(6):before {
  content: "6";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(7):before {
  content: "7";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(8):before {
  content: "8";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(9):before {
  content: "9";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(10):before {
  content: "10";
  color: #3E3E3E;
}

#Blog-Sidebar .recent-post.box {
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .recent-post.box .list-recent {
  margin-top: 20px;
}

#Blog-Sidebar .recent-post.boxt .item:first-child {
  border-top: none;
}

#Blog-Sidebar .recent-post.box .item {
  clear: both;
  border-top: #ccc dotted 1px;
  padding: 10px;
  position: relative;
}

#Blog-Sidebar .recent-post.box .item .img {
  float: left;
  padding-right: 5px;
}

#Blog-Sidebar .recent-post.box .item.no-img {
  padding-left: 0px;
}

#Blog-Sidebar .recent-post.box .item a {
  display: block;
}

#Blog-Sidebar .recent-post.box .item:first-child {
  border-top: none;
}

#Blog-Sidebar .recent-post.box .item a .title-col {
  padding-right: 0px;
  padding-left: 0px;
}

#Blog-Sidebar .recent-post.box .item a .img-col {
  padding-right: 5px;
  padding-left: 5px;
}

#Blog-Sidebar .recent-post.box .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Blog-Sidebar .recent-post.box .item a:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  top: 30px;
  right: 0.1em;
  font-size: 0.8em;
  color: #1977b5;
}

#Blog-Sidebar .recent-post.box .item a:hover:after {
  right: 0em;
  transform: translate(1px, 0);
}

#Blog-Sidebar .recent-post.box .title {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 5px;
  padding-right: 23px;
  display: inherit;
  color: #3E3E3E;
}

#Blog-Sidebar .topic-list.box {
  margin-top: 20px;
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .topic-list.box ul {
  margin-left: 0px;
  padding-left: 0px;
}

#Blog-Sidebar .topic-list.box ul li:first-child {
  border-top: none;
}

#Blog-Sidebar .topic-list.box ul li {
  clear: both;
  border-top: #ccc dotted 1px;
  list-style-type: none;
}

#Blog-Sidebar .topic-list.box ul li a {
  display: block;
  padding: 15px 5px;
  color: #666;
  width: 100%;
  position: relative;
}

#Blog-Sidebar .topic-list.box ul li a:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  right: 2px;
  top: 33%;
  font-size: 1em;
  color: #1977b5;
}

#Blog-Sidebar .topic-list.box ul li a:hover {
  text-decoration: none;
  color: #1977b5;
}

#Blog-Sidebar .topic-list.box ul li a:hover:after {
  right: 0px;
  transform: translate(1px, 0);
}

#toc-box {
  margin-bottom: 30px;
  padding: 15px 10px 5px 10px;
  border: 1px solid rgba(74, 74, 74, 0.1);
  background-color: rgba(74, 74, 74, 0.03);
}

#toc-box #toc-title {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 200;
}

#toc-box #toc-index {
  margin-top: 10px;
}

#toc-box .link-inside:hover {
  color: #ea6a00;
  cursor: pointer;
}

.LP-Banner .Header {
  color: white;
}

.LP-Banner .SP-Basic-Form.is-banner {
  margin-top: -120px;
  padding-top: 180px !important;
}

.LP-Banner .SP-Hero .Hero {
  margin-top: -120px;
  padding-top: 120px;
}

.LP-Basic .Header .Box-right {
  font-size: .86rem;
}

.LP-Basic .LP-Body #HeroContent .Hero.Hero--small {
  height: 180px;
}

.LP-Basic .LP-Body #HeroContent .Hero.bg-bottom-line::after {
  display: none;
}

.LP-Basic .LP-Body #HeroContent .Hero .Wrap--narrow {
  color: #fff;
  background: none !important;
  padding: 0px;
}

.LP-Basic .LP-Body #HeroContent .Hero .Wrap--narrow .Hero-title {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 7px;
  font-weight: bold;
}

.LP-Basic .LP-Body #HeroContent .Hero.smallest .Hero-title {
  font-size: 2rem;
  font-weight: bold;
}

.LP-Basic .LP-FooterForm.overlay-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.LP-Basic .LP-FooterForm.overlay-bg h2, .LP-Basic .LP-FooterForm.overlay-bg p {
  color: white;
}

.LP-Basic .LP-FooterForm.overlay-bg .form_inbound {
  padding-bottom: 10px;
}

.LP-Basic .LP-FooterForm.overlay-bg .form_inbound .form_wrapper {
  background-color: #fff;
  padding: 30px;
}

.LP-Basic .LP-FooterForm .LP-Form .form-title {
  margin-bottom: 20px;
  text-align: center;
}

.LP-Basic .LP-FooterForm .hs-form fieldset {
  max-width: 100% !important;
}

.LP-Basic .LP-FooterForm .hs-form fieldset .hs-form-field {
  width: 100%;
  display: table;
  min-height: 70px;
  border-right: 1px solid #c8c8c8;
}

.LP-Basic .LP-FooterForm .hs-form fieldset .hs_privacy_policy.hs-form-field {
  border-right: 0;
}

.LP-Basic .LP-FooterForm .hs-form-field label {
  padding: 14px;
  display: table-cell;
  width: 222px;
  font-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #c8c8c8;
  border-bottom: none;
  font-weight: bold;
}

.LP-Basic .LP-FooterForm .hs-form-field.hs_lastname label {
  border-top: none;
}

.LP-Basic .LP-FooterForm .hs-form-field .hs-form-checkbox label {
  padding-top: 10px;
  padding-bottom: 5px;
  background: none !important;
  width: auto;
  border: none;
}

.LP-Basic .LP-FooterForm .hs-form-field .hs-form-checkbox label span {
  font-size: 90%;
}

.LP-Basic .LP-FooterForm .hs-form-required {
  color: red;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .input {
  padding: 20px 14px 0 14px;
  border-top: 1px solid #c8c8c8;
  margin-right: 0 !important;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs_kadai_dtl__c .input, .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs_issue__c .input, .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs_inquiry_detail__c .input {
  padding-bottom: 20px;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs_kadai_dtl__c .hs-error-msgs, .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs_issue__c .hs-error-msgs, .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs_inquiry_detail__c .hs-error-msgs {
  padding-bottom: 14px;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs-input {
  margin-right: 0 !important;
  width: 63.5% !important;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1:nth-last-of-type(3) {
  border-bottom: 1px solid #c8c8c8;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 {
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .input,
.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-3 .input {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0 !important;
  padding-top: 15px;
  padding-bottom: 0;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .input input {
  width: 211px;
  max-width: 211px;
  padding-left: 15px;
  padding-right: 15px;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs-form-field {
  border-right: none;
  min-height: 70px;
  width: 50%;
}

.LP-Basic .LP-FooterForm .hs-form-field input, .LP-Basic .LP-FooterForm .hs-form-field textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
  display: table-cell;
  border-radius: 0;
  border: #cfcfcf solid 1px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 5px;
  font-size: 100%;
  line-height: 1.5;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 textarea.hs-input {
  width: 100% !important;
  min-height: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.LP-Basic .LP-FooterForm .hs-form-field ul li {
  list-style: none;
  display: inline-block;
}

.LP-Basic .LP-FooterForm .hs-form fieldset input[type='text'], .LP-Basic .LP-FooterForm .hs-form fieldset input[type='email'], .LP-Basic .LP-FooterForm .hs-form fieldset select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  outline: 0;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.LP-Basic .LP-FooterForm .hs-form fieldset select {
  background-color: #f7f7f7;
  font-size: 14px;
}

.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 input[type="checkbox"], .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 input[type="radio"] {
  display: inline-block;
  margin-right: 5px !important;
  width: auto !important;
}

.LP-Basic .LP-FooterForm .hs-error-msgs {
  border-right: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.LP-Basic .LP-FooterForm .hs-error-msgs label {
  font-size: 80%;
  color: red;
  padding-top: 10px;
  width: auto;
  background-color: #fff;
  border: none;
  padding-bottom: 0;
}

.LP-Basic .LP-FooterForm .hs_error_rollup {
  text-align: center;
}

.LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy {
  margin-top: 50px;
}

.LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy .input {
  border: none;
  padding: 0;
}

.LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy .hs-error-msgs {
  text-align: center;
}

.LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy .hs-error-msgs label {
  display: block;
}

.LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy .hs-field-desc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy > label {
  display: none !important;
}

.LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy .hs-error-msgs {
  border-right: none;
}

.LP-Basic .LP-FooterForm .hs-form-booleancheckbox label {
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  text-align: center;
}

.LP-Basic .LP-FooterForm .hs-privacy_policy_check {
  text-align: center;
  border: none !important;
}

.LP-Basic .LP-FooterForm .hs-privacy_policy_check .input {
  border: none !important;
  padding: 0 !important;
}

.LP-Basic .LP-FooterForm .hs-privacy_policy_check .input ul {
  margin: 0;
  padding: 0;
}

.LP-Basic .LP-FooterForm .hs-privacy_policy_check .input ul label {
  font-weight: bold;
}

.LP-Basic .LP-FooterForm .form-privacy {
  margin-top: 2em;
}

.LP-Basic .LP-FooterForm .hs_submit {
  margin: 0 auto;
  max-width: 300px;
}

.LP-Basic .LP-FooterForm .hs_submit .actions {
  background-color: #ea6a00;
  border-radius: 3px;
  transition: all .3s;
  margin: 30px 0;
}

.LP-Basic .LP-FooterForm .hs_submit .actions input {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 120%;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  font-weight: bold;
  height: 60px;
  border: none;
  padding: 20px 0;
}

.LP-Basic .LP-FooterForm .hs_submit .actions:hover {
  opacity: .5;
}

@media (max-width: 767px) {
  .LP-Basic .LP-FooterForm .hs-form-field label {
    display: block !important;
    width: auto !important;
    border-right: none;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .input {
    padding: 15px;
    border-left: 1px solid #c8c8c8;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 {
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .input {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .input input {
    width: 100%;
    max-width: 100%;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs-form-field label {
    border: none;
    border-bottom: none;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs_firstname.hs-form-field label {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs_lastname.hs-form-field label {
    border-bottom: 1px solid #c8c8c8;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs-form-field .hs-error-msgs label {
    border-bottom: none;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs_firstname.hs-form-field .hs-error-msgs label {
    border-top: none;
  }
  .LP-Basic .LP-FooterForm .hs-error-msgs {
    border-left: #cfcfcf solid 1px;
  }
  .LP-Basic .LP-FooterForm .hs-error-msgs label {
    padding-bottom: 14px;
  }
  .LP-Basic .LP-FooterForm .hs-form .form-columns-1 .hs_privacy_policy .hs-error-msgs {
    border-left: none;
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2 .hs-error-msgs {
    border-left: none;
  }
}

.LP-Basic .Footer .Footer-copyright p {
  font-size: 90%;
  text-align: center;
}

.LP-Form {
  position: relative;
  padding: 0px 0px 30px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.LP-Form-title,
.LP-Form .form-title {
  font-size: 24px;
  text-align: center;
}

.LP-Form > .form-title {
  padding: 10px;
  background: #000;
  font-weight: bold;
}

.LP-Form .hs-form-field .inputs-list.multi-container {
  list-style-type: none;
  padding-left: 0px;
}

.LP-Form .hs-form-field .inputs-list.multi-container li label span {
  font-weight: 200;
}

.LP-Form .hs-form-field .inputs-list.multi-container li label.hs-form-checkbox-display {
  position: relative;
}

.LP-Form .hs-form-field .hs-input {
  border-radius: 0;
  height: 40px;
  color: #3E3E3E;
  background-color: transparent;
  border: 1px solid #c8c8c8;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 200;
}

.LP-Form .hs-form-field .hs-input::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(145, 145, 145, 0.7);
}

.LP-Form .hs-form-field .hs-input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(145, 145, 145, 0.7);
}

.LP-Form .hs-form-field .hs-input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(145, 145, 145, 0.7);
  opacity: 1;
}

.LP-Form .hs-form-field .hs-input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: rgba(145, 145, 145, 0.7);
  opacity: 1;
}

.LP-Form .hs-form-field select.hs-input {
  width: 100% !important;
  height: 40px;
  background-color: #f7f7f7;
  background-image: url("//2975556.fs1.hubspotusercontent-na1.net/hubfs/2975556/library/classic/images/angle-down-gray.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .LP-Form .hs-form-field select.hs-input:-ms-input-placeholder {
    /* IE 10+ */
    color: 145, 145, 145, 0.7;
    border: none;
  }
}

.LP-Form .hs-form-field select.hs-input::-ms-expand {
  display: none;
}

.LP-Form .hs-form-field select.hs-input option {
  color: #4a4a4a !important;
}

.LP-Form .hs-form-field select::ms-expand {
  display: none;
}

.LP-Form .hs-form-field textarea.hs-input {
  width: 100%;
  height: inherit;
  min-height: 130px;
}

.LP-Form .hs-form-field input.hs-input:focus,
.LP-Form .hs-form-field textarea.hs-input:focus,
.LP-Form .hs-form-field select.hs-input:focus {
  border-color: #f4f4f4 !important;
  outline: none;
}

.LP-Form .hs-form-field input[type="text"], .LP-Form .hs-form-field input[type="email"],
.LP-Form .hs-form-field input[type="tel"], .LP-Form .hs-form-field select, .LP-Form .hs-form-field textarea {
  width: 100%;
  padding: 0 5px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}

.LP-Form .hs-form-field input[type="email"]::-webkit-input-placeholder {
  padding-top: 2px;
  color: #c8c8c8;
}

.LP-Form .hs-form-field input[type="email"]:-moz-placeholder {
  padding-top: 2px;
  color: #c8c8c8;
}

.LP-Form .hs-form-field input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.LP-Form .hs-form-field input[type="email"]:focus:-moz-placeholder {
  color: transparent;
}

.LP-Form .hs-form-field input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input,
.LP-Form .hs-form-field input[type="radio"].hs-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input + span,
.LP-Form .hs-form-field input[type="radio"].hs-input + span {
  position: relative;
  padding: 0 0px 0 24px;
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input + span::before, .LP-Form .hs-form-field input[type="checkbox"].hs-input + span::after,
.LP-Form .hs-form-field input[type="radio"].hs-input + span::before,
.LP-Form .hs-form-field input[type="radio"].hs-input + span::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input + span::before,
.LP-Form .hs-form-field input[type="radio"].hs-input + span::before {
  border-color: #00acc1;
  border-color: #ec407a;
  z-index: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 2px #c8c8c8 solid;
  border-radius: 4px;
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input + span::after,
.LP-Form .hs-form-field input[type="radio"].hs-input + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input:checked + span::before,
.LP-Form .hs-form-field input[type="radio"].hs-input:checked + span::before {
  background-color: #ea6a00;
}

.LP-Form .hs-form-field input[type="checkbox"].hs-input:checked + span::after,
.LP-Form .hs-form-field input[type="radio"].hs-input:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 6px;
  left: 4px;
  margin: 0px;
  content: '';
  width: 7px;
  height: 7px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .LP-Form .hs-form-field input[type="checkbox"].hs-input + span::before,
  .LP-Form .hs-form-field input[type="radio"].hs-input + span::before {
    top: 5px;
  }
  .LP-Form .hs-form-field input[type="checkbox"].hs-input + span::after,
  .LP-Form .hs-form-field input[type="radio"].hs-input + span::after {
    top: 5px;
  }
}

.LP-Form .hs-form-field label span {
  font-weight: bold;
}

.LP-Form .hs-form-field label span.hs-form-required {
  background-color: #ea6a00;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  margin-left: 5px;
  word-break: keep-all;
}

.LP-Form .hs-form-field .hs-error-msgs {
  font-size: 90%;
  color: #F20;
  margin: 0px;
  padding-left: 0px;
  list-style: none;
}

.LP-Form .hs-form-field .hs-error-msgs li {
  line-height: 18px;
}

.LP-Form .hs-form-field .hs-error-msgs li label {
  font-size: 80%;
  color: #F20;
  font-weight: bold;
  margin-top: 5px;
}

.LP-Form .form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.LP-Form .form-columns-2 .hs-form-field .input {
  margin-right: 8px;
}

.LP-Form .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0px;
}

.LP-Form .form-columns-1 .hs-form-field .input {
  margin-right: 0px;
}

.LP-Form .form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
}

.LP-Form .form-columns-1 .hs-form-field select.hs-input {
  background-position-x: 99%;
}

.LP-Form .actions {
  text-align: center;
}

.LP-Form .hs-privacy_policy_check .inputs-list {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

.LP-Form .hs-privacy_policy_check .inputs-list .hs-error-msgs label {
  text-align: center;
}

.LP-Form .hs-privacy_policy_check .inputs-list li label {
  position: relative;
}

.LP-Form .hs_error_rollup .inputs-list {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}

.LP-Form .hs_error_rollup .inputs-list li label {
  font-size: 90%;
  color: #F20;
  font-weight: bold;
  margin-top: 5px;
}

.LP-Form .form-privacy {
  font-weight: 200;
  font-size: 80%;
  line-height: 20px;
  margin: 20px 0;
}

.LP-Form .form-privacy img {
  margin-right: 10px;
  display: block;
  width: 75px;
  float: left;
  background-color: #fff;
  min-width: 75px;
}

.LP-Form .form-privacy a {
  color: #1977b5;
  text-decoration: underline;
}

.LP-Form .hs-submit .actions {
  margin-top: 30px;
}

.LP-Form .hs-submit .actions .hs-button {
  background-color: #ea6a00;
  border-radius: 3px;
  transition: all .3s;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 30px;
  height: auto;
  border: none;
  min-width: 191px;
  cursor: pointer;
}

.LP-Form .hs-submit .actions .hs-button:hover {
 opacity: 0.7; 
}

.LP-Form.overlay {
  position: relative;
  padding: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.LP-Form.overlay .opacity-bg {
  background: rgba(25, 116, 210, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.LP-Form.overlay .form_head {
  position: relative;
}

.LP-Form.overlay .form_head .form-title {
  margin-top: 0px;
}

.LP-Form.overlay .form_head .form-subtitle {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.LP-Form.overlay .form_inbound {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding-bottom: 50px;
  padding-top: 40px;
  background-color: rgba(254, 254, 254, 0.9);
  opacity: .9;
  border-top: none;
  box-shadow: none;
  padding: 40px;
}

.LP-Form.overlay .form_inbound > .form-title, .LP-Form.overlay .form_inbound .form_wrapper > .form-title {
  padding: 10px;
  background: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.LP-Form.overlay .form_inbound .form-subtitle {
  text-align: center;
  margin-top: 0px;
}

.LP-Form.overlay .form_inbound .hs-form-booleancheckbox:before {
  content: none;
}

.LP-Form.overlay .form_inbound .hs-form {
  /*---  Checkbox style --- */
}

.LP-Form.overlay .form_inbound .hs-form fieldset {
  max-width: none !important;
  margin-bottom: 20px;
}

.LP-Form.overlay .form_inbound .hs-form label span {
  color: #000000 !important;
  font-weight: bold;
}

.LP-Form.overlay .form_inbound .hs-form label span.hs-form-required {
  font-size: 11px;
  background-color: red;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-left: 5px;
  word-break: keep-all;
}

.LP-Form.overlay .form_inbound .hs-form .hs-error-msgs label {
  font-weight: bold;
  color: #ea6a00 !important;
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input {
  background-color: transparent;
}

.LP-Form.overlay .form_inbound .hs-form .hs-input {
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input {
  height: 40px;
}

.LP-Form.overlay .form_inbound .hs-form textarea.hs-input {
  height: inherit;
  min-height: 130px;
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input option {
  color: #000 !important;
}

.LP-Form.overlay .form_inbound .hs-form select.hs-input::-ms-expand {
  display: none;
}

.LP-Form.overlay .form_inbound .hs-form input.hs-input:focus,
.LP-Form.overlay .form_inbound .hs-form textarea.hs-input:focus select.hs-input:focus {
  border-color: #c8c8c8 !important;
  outline: none;
}

.LP-Form.overlay .form_inbound .hs-form .hs-input::-webkit-input-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input:-ms-input-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input::-moz-placeholder,
.LP-Form.overlay .form_inbound .hs-form .hs-input:-moz-placeholder {
  color: 145, 145, 145, 0.7;
  opacity: 1;
}

.LP-Form.overlay .form_inbound .hs-form .form-privacy,
.LP-Form.overlay .form_inbound .hs-form .att {
  color: #000000;
  font-size: 12px !important;
}

.LP-Form.overlay .form_inbound .hs-form .form-privacy a,
.LP-Form.overlay .form_inbound .hs-form .att a {
  color: #1977b5;
  font-size: 12px !important;
  text-decoration: underline;
}

.LP-Form.overlay .form_inbound .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input,
.LP-Form.overlay .form_inbound .hs-form fieldset.form-columns-1 .hs-form-field .input {
  margin-right: 0px;
}

.LP-Form.overlay .form_inbound .hs-form .hs_error_rollup label {
  margin: 10px 0px 20px 0px;
  text-align: center;
}

.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .inputs-list .hs-form-booleancheckbox-display,
.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .hs-error-msgs label {
  text-align: center;
}

.LP-Form.overlay .form_inbound .hs-form .hs_privacy_policy_check .inputs-list {
  padding-left: 0;
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input,
.LP-Form.overlay .form_inbound .hs-form input[type="radio"].hs-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input + span,
.LP-Form.overlay .form_inbound .hs-form input[type="radio"].hs-input + span {
  position: relative;
  padding: 0 0px 0 24px;
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /*
                    + span::before,
                    + span::after {
                       position: absolute;
                       top: 10px;
                       left: 0;
                       display: inline-block;
                       content: '';
                       box-sizing: border-box;
                    }
                    */
  /*--- IE Fix ---*/
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input + span::before {
  border-color: #ec407a;
  z-index: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 2px #fff solid;
  border-radius: 4px;
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input:checked + span::before {
  background-color: #ec407a;
}

.LP-Form.overlay .form_inbound .hs-form input[type="checkbox"].hs-input:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 6px;
  left: 4px;
  margin: 0px;
  content: '';
  width: 7px;
  height: 7px;
}

.LP-Form.overlay .form_inbound .hs-form .hs_recaptcha .grecaptcha-badge {
  margin: auto;
}

.Web-Basic #HeroContent {
  position: relative;
}

.Web-Basic #BreadCrumb .breadcrumb {
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
  .Blog-Glossary .title .fa {
    display: none;
  }
}

@media (max-width: 767px) {
  .Blog-Glossary .Sidebar-menu.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    background: white;
    z-index: 5;
    overflow-y: scroll;
    max-height: calc(100% - 50px);
  }
  .Blog-Glossary .Sidebar-menu .title {
    padding: 12px 15px;
    font-size: 1em;
    color: #1977b5;
    background: #dcdcdc;
  }
  .Blog-Glossary .Sidebar-menu .title .btn-toggle {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
  }
  .Blog-Glossary .Sidebar-menu .title .fa {
    display: inline-block;
  }
  .Blog-Glossary .Sidebar-menu .title .fa-file-text-o {
    margin-right: 5px;
  }
  .Blog-Glossary .Sidebar-menu .title.status .show {
    display: none !important;
  }
  .Blog-Glossary .Sidebar-menu .title.status .hide {
    display: block !important;
  }
  .Blog-Glossary .Sidebar-menu .list {
    margin-top: 0;
    display: none;
  }
  .Blog-Glossary .Sidebar-menu .widget-module > ul {
    background: #f0f0f0;
    border: none;
  }
  .Blog-Glossary .Sidebar-menu .widget-module > ul > li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  .Blog-Glossary .Sidebar-menu .widget-module > ul > li > a {
    padding: .8em 20px .8em 30px;
    font-size: 1em;
    line-height: 1.2em;
  }
  .Blog-Glossary .Sidebar-menu .widget-module > ul > li > a:before {
    left: 15px;
    top: 50%;
  }
}

.Blog-Glossary .Blog-List {
  margin-top: 3em;
}

@media (max-width: 767px) {
  .Blog-Glossary .Blog-List {
    margin-top: 2em;
  }
}

.Blog-Glossary .Category-title {
  border-left: 4px solid #1977b5;
  font-size: 18px;
  margin: 18px 0 12px;
}

.Blog-Glossary .Category-title span {
  display: block;
  background: #ffffff;
  padding: 5px 13px 6px;
  border-bottom: 1px solid #d1d1d1;
  font-weight: bold;
}

.Blog-Glossary .Category-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 1em;
  padding-left: 0;
}

.Blog-Glossary .Category-content li {
  width: calc(100%/3 - 14px);
  margin-left: 1em;
  padding-left: 1em;
  list-style: none;
  position: relative;
  margin-bottom: 0.7rem;
}

.Blog-Glossary .Category-content li:nth-child(3n+2) {
  margin-left: 0;
}

.Blog-Glossary .Category-content li a {
  font-size: 16px;
}

.Blog-Glossary .Category-content li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  position: absolute;
  color: #1977b5;
  display: block;
  left: 0;
}

.Blog-Glossary .Category-content.list {
  padding-left: 0;
}

.Blog-Glossary .Category-content.list li {
  margin-bottom: 20px;
}

.Blog-Glossary .Category-content.list li:first-child {
  display: none;
}

.Blog-Glossary .Category-content.list li:before {
  display: none;
}

.Blog-Glossary .Category-content.list li a {
  position: relative;
  color: #4a4a4a;
  padding: 10px 15px;
  background: #EFEFEF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Blog-Glossary .Category-content.list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.Blog-Glossary .Category-content.list li a:after {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #1977b5;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box h3 {
  margin-bottom: 0;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box:first-child {
  margin-top: 0;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul {
  margin-top: 8px;
  padding-top: 7px;
  box-shadow: #8c8c8c 0px 0px 3px 0px;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li:nth-child(2) {
  border-top: #ccc solid 1px;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li:first-child a {
  font-weight: 500;
  color: #1977b5;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li:first-child a:before {
  display: none;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 20px;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a .filter-link-count, .Blog-Glossary #Blog-Sidebar .topic-list.box ul li a:after {
  display: none;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a:before {
  font-family: "fontawesome";
  content: '\f0da';
  margin-right: 20px;
  font-size: 1em;
  color: #1977b5;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a.active {
  background: #135a88;
  color: white;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a.active:before {
  color: white;
}

.Blog-Glossary #Blog-Page {
  margin-top: 60px;
  margin-bottom: 60px;
}

.Blog-Glossary #Blog-Page .item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.Blog-Glossary .Blog-Detail #toc-box {
  margin-top: 45px;
}

.Blog-Glossary .recent-posts a {
  margin-bottom: 20px;
}

.Web-Sidebar .is-active {
  border-left: 3px solid #ea6a00;
}

@media (max-width: 767px) {
  .Web-Sidebar.threeColumn #Main_Content {
    -ms-flex-order: 1;
    order: 1;
  }
}

.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section) h2 {
  text-align: left !important;
}

.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section):first-child {
  padding-top: 0 !important;
}

.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section) .Section-header {
/*   margin-bottom: 2.5em;
  border-bottom: 1px solid #ddd; */
}

.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section) .Section-header > div, .Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section) .Section-header > p {
  margin-bottom: 0 !important;
  text-align: left !important;
}

/* .Web-Sidebar #Main_Content .SP-BasicContent h3,
.Web-Sidebar #Main_Content .SP-FAQ h3{
  margin-top: 3rem;
  font-size: 1.5em;
} */

@media (max-width: 767px) {
  .Web-Sidebar .Wrap-content .row.Wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .Web-Sidebar .Wrap-content .row.Wrap .Sidebar {
    margin-top: 50px;
  }
}

.Web-Sidebar #BreadCrumb .breadcrumb {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .Web-Sidebar #Sidebar_Content.container {
    padding-left: 0;
    padding-right: 0;
  }
  .Web-Sidebar #Sidebar_Content .Sidebar-menu .hs-menu-depth-1 {
    padding: 15px 0;
  }
  .Web-Sidebar #Sidebar_Content .Sidebar-menu .hs-menu-depth-1 > a {
    font-size: 16px;
    line-height: 24px;
  }
}

.Web-Sidebar #Sidebar_Content > .span12 > .row-fluid-wrapper > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .Web-Sidebar #Sidebar_Content > .span12 > .row-fluid-wrapper > .row-fluid {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.Web-Sidebar #Sidebar_Content > .span12 > .row-fluid-wrapper > .row-fluid > .span3 {
  position: relative;
}

.Web-Sidebar #Sidebar_Content .cta-box {
  padding: 30px;
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  .Web-Sidebar #Sidebar_Content .Wrap-content .Wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .Web-Sidebar #Sidebar_Content .Wrap-content .Wrap .Sidebar {
    margin-top: 50px;
  }
}

.Web-Sidebar #Sidebar_Content .Wrap-content .hs_cos_wrapper_widget_container > .hs_cos_wrapper:first-child .SP-BasicContent {
  padding-top: 0 !important;
}


.Web-Sidebar #Sidebar_Content .Wrap-content .Section-body h2 {
  text-align: left !important;
  font-size: 1.75rem;
  margin-bottom: 1.5rem !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .Web-Sidebar .Sidebar {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    position: inherit;
  }
}

.List-tag li {
  padding: 0.25em 0.5em;
  color: white;
  border-radius: 2px;
  background-color: #ea6a00;
}

.List-tag li:nth-child(n+2) {
  margin-left: 0.5em;
}

.Blog-Case #Main_Content {
  margin: 0;
}

.Blog-Case #case_button {
  position: absolute;
  display: none;
  width: 100%;
  border: 2px solid #ea6a00;
  box-sizing: border-box;
  cursor: pointer;
}

.Blog-Case #search_company {
  width: 238px;
  margin: -30px auto 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.Blog-Case #search_company input {
  border: 0;
  width: 200px;
  height: 26px;
  outline: 0;
}

.Blog-Case #search_company #c_search_btn {
  width: 30px;
  height: 28px;
  float: right;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("//8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/image/bg_icons.png") right -92px;
}

.Blog-Case #search_company #c_search_btn:hover {
  background-position: right -122px;
  cursor: pointer;
}

.Blog-Case #search_company:after {
  content: '';
  display: block;
  clear: both;
}

.Blog-Case .Case-List .Menu-Horizontal ul {
  border: none;
  padding: 0;
  list-style: none;
}

.Blog-Case .Case-List .Menu-Horizontal ul li {
  height: 115px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  position: relative;
  width: calc(100% / 6 - 15px);
}

.Blog-Case .Case-List .Menu-Horizontal ul li:nth-child(n+2) {
  margin-left: 10px;
}

.Blog-Case .Case-List .Menu-Horizontal ul li.active {
  border: 2px solid #ea6a00 !important;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px) {
  .Blog-Case .Case-List .Menu-Horizontal ul li.active {
    border: none !important;
    border-bottom: 2px solid #ea6a00 !important;
  }
}

.Blog-Case .Case-List .Menu-Horizontal ul li.active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 8px 8px;
  border-color: #ea6a00 transparent transparent transparent;
}

.Blog-Case .Case-List .Menu-Horizontal ul li a {
  text-align: center;
  padding: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.Blog-Case .Case-List .Menu-Horizontal ul li a:before {
  content: '';
  width: 60px;
  height: 38px;
  background: url("//8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/Japanese%20Standard/icon/icon_ctop.png") 0px center no-repeat;
}

@media (min-width: 768px) {
  .Blog-Case .Case-List .Menu-Horizontal ul li a:hover:after {
    content: '';
    border: 2px solid #ea6a00;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.Blog-Case .Case-List .Menu-Horizontal ul li:nth-child(2) a:before {
  background-position: -60px center;
}

.Blog-Case .Case-List .Menu-Horizontal ul li:nth-child(3) a:before {
  background-position: -120px center;
}

.Blog-Case .Case-List .Menu-Horizontal ul li:nth-child(4) a:before {
  background-position: -180px center;
}

.Blog-Case .Case-List .Menu-Horizontal ul li:nth-child(5) a:before {
  background-position: -240px center;
}

.Blog-Case .Case-List .Menu-Horizontal ul li:nth-child(6) a:before {
  background-position: -300px center;
}

.Blog-Case .Case-List .Menu-Horizontal #button {
  display: none;
}

@media (max-width: 767px) {
  .Blog-Case .Case-List .Menu-Horizontal.is-fixed {
    background: #eee;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
  }
  .Blog-Case .Case-List .Menu-Horizontal #button {
    display: block;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1977b5;
    width: 100%;
    background: #dcdcdc;
    position: relative;
    z-index: 9;
  }
  .Blog-Case .Case-List .Menu-Horizontal #button .btn-toggle {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
  }
  .Blog-Case .Case-List .Menu-Horizontal #button .fa-file-text-o {
    margin-right: 5px;
  }
  .Blog-Case .Case-List .Menu-Horizontal #button.status .show {
    display: none !important;
  }
  .Blog-Case .Case-List .Menu-Horizontal #button.status .hide {
    display: block !important;
  }
}

.Blog-Case .Case-List .post-case h2, .Blog-Case .Case-List .post-case h3, .Blog-Case .Case-List .post-case h4, .Blog-Case .Case-List .post-case h5 {
  font-weight: normal;
}

.Blog-Case .Case-List .post-case h2 {
  margin-top: 45px;
  padding-bottom: .5em;
}

.Blog-Case .Case-List .post-case h3 {
  margin-top: 40px;
  color: #ea6a00;
}

.Blog-Case .Case-List .post-case h4 {
  margin-top: 35px;
  border-left: 3px solid #ddd;
}

.Blog-Case .Case-List .post-case * + p {
  margin-top: 20px;
}

.Blog-Case .Case-List .table thead tr th {
  padding: 20px 10px;
  text-align: center;
}

.Blog-Case .Case-List .table tbody tr td {
  padding: 20px;
  vertical-align: middle;
}

.Blog-Case .Case-List .table tbody tr td h3 {
  font-size: 1.2em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Blog-Case .Case-List .table tbody tr td {
    padding: 0;
  }
}

.Blog-Case .Case-List .table tbody tr td:nth-child(2):after {
  content: url("https://www.superstream.co.jp/hubfs/library/image/case-btn.png");
  color: #3c8cc8;
  white-space: pre;
  margin-top: 15px;
  display: block;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .Blog-Case .Case-List .Menu-Horizontal ul li a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .Blog-Case .Case-List .Menu-Horizontal ul {
    border: 1px solid #ddd;
    margin-bottom: 0;
  }
  .Blog-Case .Case-List .Menu-Horizontal ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border: none;
  }
  .Blog-Case .Case-List .Menu-Horizontal ul li:nth-child(n+2) {
    border-top: 1px solid #ddd;
  }
  .Blog-Case .Case-List .Menu-Horizontal ul li a {
    padding: 10px;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Blog-Case .Case-List .Menu-Horizontal ul li a:before {
    position: inherit;
    margin-left: 0;
    margin-right: 0.6em;
  }
  .Blog-Case .Case-List .Menu-Horizontal ul li.active:before {
    display: none !important;
  }
  .Blog-Case .Case-List .Menu-Horizontal .list-menu {
    display: none;
  }
  .Blog-Case .Case-List .table {
    border: 1px solid #ddd;
  }
  .Blog-Case .Case-List .table thead {
    display: none;
  }
  .Blog-Case .Case-List .table tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
  .Blog-Case .Case-List .table tbody tr:nth-child(n+2) {
    border-top: 1px solid #ddd;
  }
  .Blog-Case .Case-List .table tbody th, .Blog-Case .Case-List .table tbody td {
    border: none;
  }
  .Blog-Case .Case-List .table tbody th h3, .Blog-Case .Case-List .table tbody td h3 {
    font-weight: bold;
  }
  .Blog-Case .Case-List .table tbody th img, .Blog-Case .Case-List .table tbody td img {
    max-height: 140px;
    margin-bottom: 15px;
  }
  .Blog-Case .Case-List .table tbody th:nth-child(2):after, .Blog-Case .Case-List .table tbody td:nth-child(2):after {
    margin-bottom: 15px;
  }
}

.Blog-Case .Case-List .Menu-Case {
  background-color: #bdd3dc;
}

.Blog-Case .Case-List .Menu-Case .nav li {
  background: white;
  text-align: center;
  font-size: 0.9em;
  width: calc(100% / 5 - 1%);
  position: relative;
}

.Blog-Case .Case-List .Menu-Case .nav li a {
  display: block;
  padding: 18px 6px;
}

.Blog-Case .Case-List .Menu-Case .nav li a:hover:before {
  content: '';
  border: 2px solid #ea6a00;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.Blog-Case .Case-List .Menu-Case .nav li:nth-child(n+1) {
  margin-left: 1%;
}

.Blog-Case .Case-List .Menu-Case .nav li:nth-child(5n+1) {
  margin-left: 0;
}

.Blog-Case .Case-List .Menu-Case .nav li:nth-child(n+6) {
  margin-top: 1%;
}

.Blog-Case .Case-List .Menu-Case .nav li.active a {
  border: 2px solid #ea6a00;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.Blog-Case .Case-List .Menu-Case .nav li.active a:hover:before {
  content: '';
  display: none;
}

@media (max-width: 767px) {
  .Blog-Case .Case-List .Menu-Case .nav li {
    width: calc(100% / 4 - 4px);
  }
  .Blog-Case .Case-List .Menu-Case .nav li:nth-child(n+1) {
    margin-left: 5px;
  }
  .Blog-Case .Case-List .Menu-Case .nav li:nth-child(4n+1) {
    margin-left: 0;
  }
  .Blog-Case .Case-List .Menu-Case .nav li:nth-child(n+5) {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .Blog-Case .Case-List .Menu-Case .nav li {
    width: calc(100% / 3 - 4px);
  }
  .Blog-Case .Case-List .Menu-Case .nav li:nth-child(n+1) {
    margin-left: 5px;
  }
  .Blog-Case .Case-List .Menu-Case .nav li:nth-child(3n+1) {
    margin-left: 0;
  }
  .Blog-Case .Case-List .Menu-Case .nav li:nth-child(n+4) {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .Blog-Case .Case-Post > .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .Blog-Case .Case-Post #Main_Content {
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  .Blog-Event .Blog-content {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.Blog-Event dl * + dt {
  margin-top: 2em;
}

.Blog-Event .tag {
  color: #00556a;
  font-weight: 700
}

.Blog-Event .status {
  color: #666;
  /* font-weight: 700; */
}

@media (max-width: 767px) {
  .Blog-guide .Body > div > div.row-fluid {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.Blog-guide #toc-box li {
  margin-top: 0.5rem;
}

.Blog-guide #toc-box a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  line-height: 1.4em;
  text-decoration: underline;
  color: #1977b5;
}

.Blog-guide .card-img {
  max-height: 150px;
  overflow: hidden;
}

.Blog-News #Main_Content {
  min-height: 100vh;
}

.Blog-News h1 {
  /*
  font-weight: bold;
  */
}

.Blog-News .tag {
  font-weight: bold;
  color: #ea6a00;
}

.Blog-News .tag-4163878163 {
  font-weight: bold;
  color: #1977b5;
}

.Blog-News .tag-5491944066 {
  font-weight: bold;
  color: #1977b5;
}

.Blog-News .tag-5491978547 {
  font-weight: bold;
  color: #1977b5;
}

.Blog-News.BlogList #BreadCrumb .Wrap {
  color: inherit;
  position: inherit;
}

.Blog-News.BlogList #BreadCrumb .Wrap li {
  color: inherit;
}

.Blog-News.BlogList #BreadCrumb .Wrap li a {
  color: #1977b5;
}

.Blog-News dl * + dt {
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .Blog-News .Body > .row-fluid-wrapper > .row-fluid {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .Blog-News #Slidebar_content {
    width: 100%;
  }
}

.CustomerQuotesSection blockquote div {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.CustomerQuotesSection blockquote div:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -10px;
  width: 25px;
  height: 20px;
  margin-right: 12px;
  background: url("//8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/icon/icon-quote.svg") no-repeat;
  background-size: 25px 20px;
  transform: rotateZ(180deg);
}

.CustomerQuotesSection blockquote div:after {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 12px;
  background: url("//8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/icon/icon-quote.svg") no-repeat;
  background-size: 25px 20px;
}

.CustomerQuotesSection blockquote cite {
  max-width: 620px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  font-weight: 500;
}

@media (max-width: 767px) {
  .LP-Quote.CustomerQuotesSection .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .LP-Quote.CustomerQuotesSection .row [class^="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .LP-Quote.CustomerQuotesSection .col-4 {
    text-align: center;
  }
  .LP-Quote.CustomerQuotesSection .col-4 img {
    max-width: 300px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.CustomerQuotes {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: calc(100% - 200px);
}

.CustomerQuotes-item {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.CustomerQuotes-item:first-child {
  display: -ms-flexbox;
  display: flex;
}

.CustomerQuotes-item blockquote {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  width: calc(100% - 180px);
}

@media (max-width: 575px) {
  .CustomerQuotes-item blockquote {
    line-height: 28px;
  }
}

.CustomerQuotes-item blockquote p {
  margin: 0;
}

.CustomerQuotes-item blockquote p + p {
  margin-top: 20px;
}

.CustomerQuotes-item blockquote div {
  position: relative;
  padding: 0px 25px;
  margin-bottom: 30px;
}

.CustomerQuotes-item blockquote i {
  position: absolute;
}

.CustomerQuotes-item blockquote i.fa-quote-left {
  top: 0;
  left: 0;
}

.CustomerQuotes-item blockquote i.fa-quote-right {
  bottom: 0;
  right: 0;
}

.CustomerQuotes-item cite {
  font-size: 16px;
  display: block;
  font-style: normal;
  position: absolute;
  top: 70%;
  left: 0;
  max-width: 200px;
}

.CustomerQuotes-item cite strong {
  font-weight: 700;
}

.CustomerQuotes-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 40px;
  max-width: 200px;
}

.CustomerQuotes-logo img {
  display: block;
  width: 100%;
}

.CustomerQuotes-next, .CustomerQuotes-prev {
  transition: background 0.6s, box-shadow 0.6s, transform 0.6s;
  background: rgba(13, 23, 34, 0.4);
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  width: 60px;
}

.CustomerQuotes-next:before, .CustomerQuotes-prev:before {
  background: url("//2975556.fs1.hubspotusercontent-na1.net/hubfs/2975556/library/classic/icon/icon-arrow.svg") no-repeat center;
  background-size: 50%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.CustomerQuotes-next:hover, .CustomerQuotes-prev:hover {
  background: rgba(13, 23, 34, 0.7);
}

.CustomerQuotes-next {
  right: -100px;
}

.CustomerQuotes-prev {
  left: -100px;
}

.CustomerQuotes-prev:before {
  transform: rotate(180deg);
  transform-origin: center;
}

.CustomerQuotes .cycle-slide {
  display: none !important;
}

.CustomerQuotes .cycle-sentinel,
.CustomerQuotes .cycle-slide-active {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 819px) {
  .CustomerQuotes {
    width: calc(100% - 120px);
  }
  .CustomerQuotes-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .CustomerQuotes-item blockquote {
    width: 100%;
    font-size: 16px;
  }
  .CustomerQuotes-item cite {
    text-align: center;
    position: unset;
    max-width: none;
  }
  .CustomerQuotes-next {
    right: -65px;
  }
  .CustomerQuotes-prev {
    left: -65px;
  }
}

@media (max-width: 639px) {
  .CustomerQuotes {
    width: calc(100% - 120px);
  }
  .CustomerQuotes-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .CustomerQuotes-item blockquote {
    width: 100%;
    font-size: 16px;
  }
  .CustomerQuotes-logo {
    margin-bottom: 40px;
    max-width: 200px;
    padding-right: 0;
    width: auto;
  }
  .CustomerQuotes-next, .CustomerQuotes-prev {
    height: 40px;
    width: 40px;
  }
  .CustomerQuotes-next {
    right: -60px;
  }
  .CustomerQuotes-prev {
    left: -60px;
  }
}

@media (max-width: 479px) {
  .CustomerQuotes {
    width: calc(100% - 100px);
  }
  .CustomerQuotes-next, .CustomerQuotes-prev {
    height: 30px;
    width: 30px;
  }
  .CustomerQuotes-next {
    right: -50px;
  }
  .CustomerQuotes-prev {
    left: -50px;
  }
}

.SP-Tab #nav-tab {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.SP-Tab #nav-tab a {
  position: relative;
  min-height: 100px;
  padding: 20px;
  text-align: center;
  border: 2px solid #dee2e6;
  box-sizing: border-box;
  margin: 1% 0.5%;
  min-width: 170px;
  display: table;
  font-size: 0.85em;
}

.SP-Tab #nav-tab a:hover {
  color: #4a4a4a;
  border: 2px solid #ea6a00;
  box-sizing: border-box;
  cursor: pointer;
}

.SP-Tab #nav-tab a.active {
  border: 2px solid #ea6a00;
  box-sizing: border-box;
}

.SP-Tab #nav-tab a.active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 8px 8px;
  border-color: #ea6a00 transparent transparent transparent;
}

.SP-Tab #nav-tab a.active .Section-icon {
  color: #ea6a00;
}

.SP-Tab #nav-tab .Section-icon {
  text-align: center;
  vertical-align: middle;
  display: table-footer-group;
}

.SP-Tab #nav-tab .Section-icon span {
  font-size: 1.8em;
}

@media (max-width: 767px) {
  .SP-Tab #nav-tab {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .SP-Tab #nav-tab a.active:before {
    content: none;
  }
}

.SP-Basic-Form #HeroContent .SP-Hero .Hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.SP-Basic-Form #HeroContent .SP-Hero .Hero .container {
  position: relative;
  top: 0;
  bottom: 0;
}

.SP-Basic-Form.is-banner {
  position: relative;
  background-image: url("//8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/classic/images/bg-basic-form.jpg");
  background-size: cover;
  background-position: center;
  min-height: 84vh;
}

.SP-Basic-Form.is-banner:before {
  background: rgba(13, 23, 34, 0.5);
  background: linear-gradient(155deg, rgba(13, 23, 34, 0.5) 0%, rgba(19, 90, 136, 0.75) 75%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.SP-Basic-Form .Resource-content.col-lg-8 + .Resource-footer.col-lg-8 {
  margin-top: 60px;
}

.SP-Basic-Form .Resource-content h2 {
  padding-bottom: .3em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}

.SP-Basic-Form .Resource-content .SP-BasicContent {
  padding-top: 0 !important;
  padding-right: 20px;
}

.SP-Basic-Form .Resource .LP-Form {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.SP-Basic-Form .Resource .LP-Form.overtop {
  margin-top: -200px;
}

.SP-Basic-Form .Resource .LP-Form .form-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 2em;
}

.SP-Basic-Form .Resource .LP-Form .form-title span {
  display: block;
  font-size: 70%;
  font-weight: normal;
}

.SP-Basic-Form .Resource .LP-Form .hs-form-required {
  color: white;
}

.SP-Basic-Form .Resource .LP-Form fieldset {
  margin: 0 auto;
  max-width: 100%;
}

.SP-Basic-Form .Resource .LP-Form fieldset label {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 0px;
}

.SP-Basic-Form .Resource .LP-Form .hs-form-field {
  margin-bottom: 15px;
}

.SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .hs_email legend {
  margin-top: 5px;
  font-size: 75%;
  color: red;
  line-height: 1.2;
}

.SP-Basic-Form .Resource .LP-Form .hs_privacy_policy {
  margin-top: 20px;
}

.SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .hs_privacy_policy legend {
  font-size: 90%;
}

.SP-Basic-Form .Resource .LP-Form .hs_privacy_policy a {
  text-decoration: underline;
}

.SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

.SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
}

.SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .hs_privacy_policy .input {
  margin-top: 15px;
}

.SP-Basic-Form .Resource .LP-Form .hs_lastname input, .SP-Basic-Form .Resource .LP-Form .hs_firstname input {
  width: 100%;
}

.SP-Basic-Form .Resource .LP-Form li {
  list-style: none;
  position: relative;
}

.SP-Basic-Form .Resource .LP-Form .hs_submit {
  margin: 20px auto;
}

.SP-Basic-Form .Resource .LP-Form .privacy {
  font-size: 12px;
}

.SP-Basic-Form .Resource .LP-Form .privacy a {
  text-decoration: underline;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field {
  display: table;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #c8c8c8;
  border-top: none;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field:first-child {
  border-top: 1px solid #c8c8c8;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field > label {
  padding: 15px 25px;
  display: table-cell;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  font-weight: bold;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #f0f0f0;
  margin-bottom: 0;
  border-right: 1px solid #c8c8c8;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field > .input {
  padding: 15px;
  margin-right: 0 !important;
  margin-top: 0;
  width: 100%;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field > .hs-error-msgs {
  padding-left: 15px;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field > .hs-error-msgs li label {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field {
    display: block;
  }
  .SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field > label {
    display: block;
    width: 100%;
    border-right: none;
  }
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs_privacy_policy_check {
  border: none;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs_privacy_policy_check .input {
  padding: 0;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs_recaptcha {
  border: none;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs_recaptcha input {
  padding: 0;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs_submit .actions input[type="submit"] {
  width: auto;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form [class^='form-columns-']:not(:first-child) .hs-form-field:first-child {
  border-top: none;
}

.SP-Basic-Form .Resource-footer .LP-Form .hs-form .form-columns-2 .hs-form-field:nth-child(2) .input {
  margin-left: 0 !important;
}

@media (max-width: 575px) {
  .SP-Basic-Form .Resource-footer .LP-Form {
    margin: 0 -15px;
    padding: 20px;
  }
  .SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field > label {
    width: 100%;
    border-right: 0;
    margin: 0 !important;
    border-bottom: 1px solid #c8c8c8;
  }
  .SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field > .input > .hs-input {
    width: 100% !important;
  }
}

/*=========================================================================
----------------------------SP-Basic-Nav-----------------------------------
=========================================================================*/
.SP-Basic-Nav .Section-cta {
  padding-top: 30px;
  padding-bottom: 30px;
}

.SP-Basic-Nav .basic-item {
  text-decoration: underline;
  color: #3c8cc8;
  padding-left: 12px;
  line-height: 18px;
  position: relative;
}

.SP-Basic-Nav .basic-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.SP-Basic-Nav .basic-item:hover {
  color: #ea6a00;
}

.SP-Basic-Nav .basic-item:hover:after {
  border-color: #ea6a00;
}

.SP-Basic-Nav .button-item {
  display: block;
  border: 1px solid #ccc;
  min-width: 200px;
  white-space: normal;
}

.SP-Basic-Nav .button-item:hover {
  border-color: #ea6a00;
}

.SP-Basic-Nav .tab_item {
  position: relative;
  display: block;
  padding: 15px 15px 30px;
  border: 1px solid #ddd;
  border-top: 3px solid #ea6a00;
  text-decoration: none;
  color: #333;
  text-align: center;
}

.SP-Basic-Nav .tab_item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ea6a00;
  border-right: 2px solid #ea6a00;
  transform: rotate(45deg);
}

.SP-Basic-Nav .tab_item:hover {
  color: #ea6a00;
}

@media (max-width: 767px) {
  @keyframes navToRight {
    0% {
      left: -65px;
    }
    100% {
      left: 0;
    }
  }
  .SP-Basic-Nav .nav-open {
    display: none;
    position: fixed;
    left: 0;
    z-index: 10;
    transition: .3s linear;
    opacity: 0;
  }
  .SP-Basic-Nav .nav-open:hover {
    cursor: pointer;
  }
  .SP-Basic-Nav .nav-open:hover:before {
    color: #ea6a00;
    border-color: #ea6a00;
  }
  .SP-Basic-Nav .nav-open:before {
    content: '\f142';
    font-family: FontAweSome;
    width: 40px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    border-radius: 0 5px 5px 0;
    background: #f0f0f0;
  }
  .SP-Basic-Nav .nav-close {
    display: none;
    opacity: 0;
    transition: .7s linear;
  }
  .SP-Basic-Nav .nav-close:before {
    content: '\f00d';
    font-family: FontAweSome;
  }
  .SP-Basic-Nav .is-fixed + .nav-open {
    display: inline;
    opacity: 1;
    animation-name: navToRight;
    animation-duration: .7s;
  }
  .SP-Basic-Nav .is-fixed .Section-cta .btn {
    width: 100% !important;
  }
  .SP-Basic-Nav.fixed-nav .is-fixed {
    right: auto;
    width: 250px;
    left: -250px;
    transform: translateX(0);
    transition: transform .7s linear;
    padding: 25px;
  }
  .SP-Basic-Nav.fixed-nav.nav-active .is-fixed {
    left: 0;
    animation-name: navToRight;
    animation-duration: .7s;
  }
  .SP-Basic-Nav.fixed-nav.nav-active .is-fixed .nav-close {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    width: 32px;
    height: 32px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .SP-Basic-Nav.fixed-nav.nav-active .is-fixed .nav-close:hover {
    cursor: pointer;
  }
  .SP-Basic-Nav.fixed-nav.nav-active .is-fixed + .nav-open {
    display: none;
  }
}

.SP-Basic-Nav .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 9;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7 !important;
  max-width: 100%;
}

.SP-Basic-Nav .is-fixed .Section-cta {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.SP-Basic-Nav .is-fixed .Section-cta .btn {
  padding: 0.5rem 1rem;
}

.SP-Basic-Nav .is-fixed .button-item {
  background: white;
}

@media (max-width: 991px) {
  .SP-Basic-Nav .is-fixed .button-item {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .SP-Basic-Nav .is-fixed .Section-cta {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .SP-Basic-Nav .is-fixed .button-item {
    min-width: 120px;
    padding: 10px;
  }
}

/*=========================================================================
---------------------------SP-BasicContent---------------------------------
=========================================================================*/
.SP-BasicContent .type_1 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.SP-BasicContent .type_1 .Section-header * {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.SP-BasicContent .type_1 .Section-content {
  margin-top: 20px;
  text-align: center;
}

.SP-BasicContent .type_1 .Section-cta {
  margin: 25px 0 30px 0;
}

.SP-BasicContent .type_1 .Section-cta a {
  white-space: normal;
}

.SP-BasicContent .type_1 > .item.col-md-6 {
  width: 45%;
}

@media (max-width: 767px) {
  .SP-BasicContent .type_1 > .item.col-md-6 {
    width: 95%;
  }
  .SP-BasicContent .Wrap-content img {
    width: auto !important;
  }
}

.SP-BasicContent .type_1 > div {
  border-top: 3px solid #ea842f;
  background-color: #FFF;
  padding: 20px;
  width: 95%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: auto;
}

@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.SP-CardSlider .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 130px;
  height: 130px;
  text-align: right;
}

.SP-CardSlider .ribbon span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  transform: rotate(45deg);
  width: 180px;
  padding: 5px 0;
  display: block;
  background: #ffc400;
  background: linear-gradient(#ffc400 0%, #ffc400 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 36px;
  right: -36px;
}

.SP-CardSlider .slider .Item-box {
  transform: scale(0.8);
  transition: 0.5s;
  margin-top: 0;
  padding: 20px 20px;
  font-size: 28px;
  font-weight: 300;
  color: #5580ff;
  width: 100%;
  display: block;
  background: white;
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px;
  border: 2px solid #5580ff;
  border-radius: 2px;
  text-align: center;
  color: #4a4a4a;
}

.SP-CardSlider .slider .slick-center .Item-box {
  background: #5580ff;
  transition: 0.3s linear all;
}

.SP-CardSlider .slider .slick-center .Item-box .title {
  color: #fff;
  border-bottom-color: #fff;
  transition: 0.3s linear all;
}

.SP-CardSlider .slider .slick-center .Item-box .pricing-box__starting-at {
  color: #fff;
  transition: 0.3s linear all;
}

.SP-CardSlider .slider .slick-center .Item-box .pricing-box__price {
  color: #fff;
  transition: 0.3s linear all;
  line-height: 1.3;
}

.SP-CardSlider .slider .slick-center .Item-box .pricing-box__features .pricing-box__feature-text {
  border-bottom-color: #fff;
  color: #fff;
  transition: 0.3s linear all;
}

.SP-CardSlider .slider .slick-center .Item-box .pricing-box__features .pricing-box__feature-text .pricing-box__feature-text--bold {
  color: #fff;
  transition: 0.3s linear all;
}

.SP-CardSlider .slider .slick-center .Item-box a.order {
  background-color: white;
  color: #e5493a;
  border: 2px solid white;
}

.SP-CardSlider .slider .slick-center .Item-box a.order:hover {
  color: white;
  background-color: #e5493a;
  border: 2px solid white;
  text-decoration: none;
}

.SP-CardSlider .text li {
  opacity: 0;
  text-align: center;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.SP-CardSlider .text li li.slick-active {
  animation-name: open;
}

.SP-CardSlider .slick-list,
.SP-CardSlider .slick-slider,
.SP-CardSlider .slick-track {
  position: relative;
  display: block;
}

.SP-CardSlider .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0;
}

.SP-CardSlider .slick-slider .slick-list,
.SP-CardSlider .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.SP-CardSlider .slick-list {
  overflow: hidden;
  padding: 0 !important;
  padding-top: 5px !important;
}

.SP-CardSlider .slick-list.draggable:focus {
  outline: none;
}

.SP-CardSlider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.SP-CardSlider .slick-slide:focus {
  outline: none;
}

.SP-CardSlider .slick-track {
  top: 0;
  left: 0;
}

.SP-CardSlider .slick-track:before, .SP-CardSlider .slick-track:after {
  display: table;
  content: "";
}

.SP-CardSlider .slick-next,
.SP-CardSlider .slick-prev {
  font-size: 0;
  padding: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.SP-CardSlider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: auto;
  height: auto;
}

.SP-CardSlider .slick-arrow .slick-prev {
  left: 48px;
}

.SP-CardSlider .slick-arrow .slick-next {
  right: 25px;
}

.SP-CardSlider .slick-initialized .slick-slide {
  display: block;
}

.SP-CardSlider .testimonial-text {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  padding: 60px 50px 30px 50px;
  width: 90%;
  max-width: 901px;
  margin: auto;
}

.SP-CardSlider .container .person {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.SP-CardSlider .slick-dots {
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.SP-CardSlider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}

.SP-CardSlider .slick-dots li button {
  border-radius: 50%;
  background-color: #1977b5;
  width: 15px;
  height: 15px;
  text-align: center;
  opacity: .3;
  text-indent: -9999px;
  border: none;
}

.SP-CardSlider .slick-dots li button:focus, .SP-CardSlider .slick-dots li button:hover {
  opacity: 1;
}

.SP-CardSlider .slick-dots li.slick-active button {
  opacity: 1;
}

.SP-CardSlider .pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 0 375px 0;
}

.SP-CardSlider .pricing-box__container .widget-span .hs_cos_wrapper_widget_container .hs_cos_wrapper {
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px;
}

.SP-CardSlider .pricing-box__starting-at {
  text-align: center;
  color: #626262;
  font-size: 16px;
  padding-bottom: 10px;
}

.SP-CardSlider .pricing-box__price {
  display: block;
  font-size: 51px;
  color: #5580ff;
  font-weight: bold;
  line-height: 1.3;
}

.SP-CardSlider .pricing-box__price i {
  font-size: 41px;
}

.SP-CardSlider .pricing-box__features {
  text-align: center;
}

.SP-CardSlider .order {
  text-align: center;
  margin-bottom: 25px;
  background-color: #e5493a;
  border: 2px solid #e5493a;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 24px;
}

.SP-CardSlider .order:hover {
  background-color: white;
  border: 2px solid #e5493a;
  color: #e5493a;
  text-decoration: none;
}

.SP-CardSlider .title {
  margin-top: 0;
  padding: 20px 20px;
  font-size: 31px;
  font-weight: 300;
  color: #5580ff;
  width: 100%;
  display: block;
  border-bottom: 1px solid #5580ff;
}

.SP-CardSlider .pricing-box__feature-text {
  border-bottom: 1px solid #5580ff;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 80%;
  margin: 0 auto;
  display: block;
  line-height: 1.4;
}

.SP-CardSlider .pricing-box__feature-text--bold {
  color: #5580ff;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.SP-CardSlider.ContentImage .slider img {
  transition: 0.5s;
  display: block;
  width: 100%;
}

.SP-CardSlider.ContentImage .slider .slick-center img {
  opacity: 1;
}

.SP-CardSlider.ContentImage .slick-slider {
  padding-left: 0;
}

.SP-CardSlider.ContentImage .slick-slider .slick-slide {
  position: relative;
}

.SP-CardSlider.ContentImage .slick-slider .slick-slide .text {
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #f5f2eb;
}

.SP-CardSlider.ContentImage .slick-slider .slick-slide .text h4 {
  margin-top: 0;
}

.SP-CardSlider.ContentImage .slick-slider .slick-slide .text p {
  line-height: 1.4;
}

.SP-CardSlider.ContentImage .slick-slider .slick-slide.slick-current .text {
  display: block;
}

.SP-CardSlider.ContentImage .slick-slider .slick-slide .hovercaption {
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.6);
  padding: 7px;
  width: 100px;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
}

.SP-CardSlider.ContentImage .block {
  margin: 50px auto 0;
}

@media (max-width: 959px) {
  .SP-CardSlider .slider .hs_cos_wrapper {
    transform: scale(0.9);
    opacity: 1;
  }
  .SP-CardSlider .slider img {
    opacity: 1;
  }
  .SP-CardSlider.ContentImage .slick-slider .slick-current .hovercaption {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .SP-CardSlider.ContentImage .slick-slider .slick-slide .text {
    margin-top: 0;
  }
  .SP-CardSlider.ContentImage .block {
    margin-top: 0;
  }
}

@media (max-width: 959px) and (min-width: 767px) {
  .SP-CardSlider.ContentImage .Box_slider {
    width: 600px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .SP-CardSlider.ContentImage .Box_slider.show-one {
    width: 600px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .SP-CardSlider.ContentImage .Box_slider {
    width: auto;
  }
  .SP-CardSlider .testimonial-text {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .SP-CardSlider .Item-box {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 245px;
  }
  .SP-CardSlider .pricing-box__container .widget-span .hs_cos_wrapper_widget_container {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 0 200px 0;
  }
  .SP-CardSlider .pricing-box__container .widget-span .hs_cos_wrapper_widget_container .hs_cos_wrapper {
    margin-bottom: 50px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 245px;
  }
}

@media (max-width: 413px) {
  .SP-CardSlider .Item-box {
    width: 260px;
  }
}

.SP-CardSlider ul:not(.list_arrow) li:before {
  content: none !important;
}

.SP-Case {
  /* Responsive */
}

.SP-Case .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.SP-Case .title span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: .6em;
  margin-right: 1em;
  background-color: #ea6a00;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  line-height: 1.5;
}

.SP-Case .Section-image {
  min-width: 220px;
}

.SP-Case .Section-image img {
  display: block;
  width: 100%;
}

.SP-Case .horizontal {
  display: -ms-flexbox;
  display: flex;
}

.SP-Case .vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.SP-Case .box-lead {
  position: relative;
  padding: 1.5em;
  margin-bottom: 60px;
  border: 2px solid #17a2b8;
}

.SP-Case .box-lead:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  border: 50px solid transparent;
  border-top: 30px solid #17a2b8;
}

.SP-Case .box-lead:last-child:before {
  content: none;
}

.SP-Case .box-lead.vertical .Section-image {
  margin-top: 20px;
}

.SP-Case .box-lead:not(.vertical) .Section-content {
  padding-left: 20px;
}

.SP-Case .box-lead .Section-content h4 {
  font-weight: 500;
}

.SP-Case .box-handle .box-title {
  margin-top: 2.2em;
  position: relative;
  padding: 8px 12px 5px 12px;
  border-left: 3px solid #17a2b8;
  background-color: #eee;
}

.SP-Case .box-handle .Section-content p {
  margin-top: 1.2em;
}

.SP-Case .box-handle .Section-content:not(.vertical) .Section-text {
  padding-right: 15px;
}

.SP-Case ul {
  list-style-type: none;
  padding-left: 0;
}

.SP-Case ul li {
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
}

.SP-Case ul li:not(:first-child) {
  margin-top: 15px;
}

.SP-Case ul li:before {
  content: '・';
  display: inline-block;
  width: 30px;
  margin: -.5em 0 -.5em -30px;
  padding: .5em 0;
  vertical-align: top;
  text-indent: 100%;
  background: url("https://www.superstream.co.jp/hubfs/library/image/bg_icons.png") -205px center no-repeat;
  overflow: hidden;
}

.SP-Case [class^='box-'] + [class^='box-'] {
  margin-top: 20px;
}

.SP-Case .box-guide {
  padding: 1.5em;
  border: 2px solid #17a2b8;
  /* Video */
}

.SP-Case .box-guide h4 {
  text-align: center;
  font-weight: 500;
}

.SP-Case .box-guide h4 + .Section-content {
  margin-top: 1.4em;
}

.SP-Case .box-guide .Section-content.horizontal .Section-text {
  padding-right: 1.2em;
}

.SP-Case .box-guide .Section-content.horizontal .Section-image {
  max-width: 400px;
}

.SP-Case .box-guide .box-lead.vertical .Section-image {
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 475px;
}

.SP-Case .box-guide .box-lead.vertical .Section-content h4 {
  text-align: center;
}

.SP-Case .box-guide .box-handle .Section-content.vertical .Section-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  margin-top: 20px;
}

.SP-Case .box-guide .box-guide .Section-content.vertical .Section-image {
  text-align: center;
  margin-top: 20px;
}

.SP-Case .box-guide .box-guide .Section-content.vertical .Section-image img {
  max-width: 640px;
}

.SP-Case .box-guide .vertical .Resource-video {
  -ms-flex-order: 2;
  order: 2;
  max-width: 640px;
  -ms-flex-item-align: center;
  align-self: center;
  height: 450px;
  width: 100%;
  margin-top: 20px;
}

.SP-Case .box-guide .ResponsiveRatio--16x9 {
  height: 100%;
}

.SP-Case .box-guide .Resource-video iframe {
  width: 100%;
  height: 100%;
}

.SP-Case .box-guide .horizontal .Resource-video {
  max-width: 450px;
  width: 100%;
  height: 300px;
}

@media (max-width: 819px) {
  .SP-Case .horizontal, .SP-Case .vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .SP-Case .horizontal .Resource-video {
    margin-top: 20px;
  }
  .SP-Case .box-lead.horizontal .Resource-video {
    -ms-flex-order: 2;
    order: 2;
  }
  .SP-Case .box-lead .Section-content {
    padding-left: 0;
  }
  .SP-Case .box-lead:not(.vertical) .Section-content {
    padding-left: 0;
  }
  .SP-Case .box-handle .Section-content:not(.vertical) .Section-text,
  .SP-Case .box-guide .Section-content.horizontal .Section-text {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .SP-Case .Section-image {
    max-width: 475px !important;
  }
  .SP-Case .box-lead.horizontal .Section-image {
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .SP-Case .box-handle .Section-image, .SP-Case .box-guide .Section-image {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .SP-Case .vertical .Resource-video, .SP-Case .horizontal .Resource-video {
    height: 300px;
  }
}

@media (max-width: 319px) {
  .SP-Case .vertical .Resource-video, .SP-Case .horizontal .Resource-video {
    height: 210px;
  }
}

.SP-CTA-Section .Wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 994px;
  padding: 0 0 50px;
  border: 3px solid #f0f0f0 !important;
  margin-top: 1.5rem;
}

.SP-CTA-Section .Wrap header {
  padding-left: 20px;
  padding-right: 20px;
  margin: -1.5em auto 0;
  line-height: 2rem;
  background-color: #fff;
  text-align: center;
  max-width: 80%;
}

.SP-CTA-Section.cta-type1 .container {
  padding-left: 0px;
  padding-right: 0px;
}

.SP-CTA-Section.cta-type1 .Wrap header {
  width: 250px;
}

.SP-CTA-Section.cta-type1 .Wrap header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.SP-CTA-Section .Wrap h3 {
  font-size: 1.43em;
}

.SP-CTA-Section .Wrap .phone {
  margin-top: 50px;
  font-size: 4.28em;
  line-height: 1.2em;
  font-weight: 200;
  margin-bottom: 0;
  font-family: 'Roboto',sans-serif;
}

.SP-CTA-Section .Wrap .line {
  color: #999;
  position: relative;
  margin: 30px auto 35px;
}

.SP-CTA-Section .Wrap .line span {
  background: #fff;
  padding: 0 13px;
}

.SP-CTA-Section .Wrap .line::after {
  content: "";
  display: block;
  width: 100%;
  margin: -0.7em auto 0;
  border-top: 1px solid #ddd;
}

.SP-CTA-Section .Wrap .btn {
  margin: 5px;
}
@media (max-width: 576px) {
  .SP-CTA-Section .Wrap .btn {
   margin: unset;
  }
  
  .SP-CTA-Section.cta-type1 .Wrap .Section-cta .btn:first-child {
    margin-bottom: 15px;
  }
}

.SP-CTA-Section .Wrap .btn.btn-big {
  width: 100%;
}

@media (max-width: 767px) {
  .SP-CTA-Section .Wrap .btn.btn-big {
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .SP-CTA-Section .Wrap .row .item:nth-child(n+3) {
    margin-top: auto;
  }
}

@media (max-width: 767px) {
  .SP-CTA-Section .Wrap .row .item:nth-child(n+2) {
    margin-top: auto;
  }
}

@media (max-width: 575px) {
  .SP-CTA-Section .Wrap .row .item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.SP-CTA-Section .alpFont {
  margin-top: 50px;
  font-size: 4.28em;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

@media (max-width: 767px) {
  .SP-CTA-Section .alpFont {
    font-size: 3.28em;
  }
}

@media (max-width: 575px) {
  .SP-CTA-Section .alpFont {
    font-size: 2.28em;
  }
}

.SP-Custom-Module:not(.SP-CTA-Section) ul:not(.list-arrow):not(.checked-box):not(.inputs-list):not(.active-branch):not(.list-basic):not(.list-none) {
  list-style: none;
}

.SP-Custom-Module:not(.SP-CTA-Section) ul:not(.list-arrow):not(.checked-box):not(.inputs-list):not(.active-branch):not(.list-basic):not(.list-none) li:not(.hs-form-booleancheckbox) {
  position: relative;
  margin-bottom: 12px;
}

.SP-Custom-Module:not(.SP-CTA-Section) ul:not(.list-arrow):not(.checked-box):not(.inputs-list):not(.active-branch):not(.list-basic):not(.list-none) li:not(.hs-form-booleancheckbox):last-child {
/*   margin-bottom: 0; */
}

.SP-Custom-Module:not(.SP-CTA-Section) ul:not(.list-arrow):not(.checked-box):not(.inputs-list):not(.active-branch):not(.list-basic):not(.list-none) li:not(.hs-form-booleancheckbox):before {
  content: "・";
  display: inline-block;
  width: 30px;
  vertical-align: top;
  text-indent: 100%;
  margin: -0.5em 0px -0.5em -30px;
  padding: 6px 0px;
  background: url("https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/image/bg_icons.png") -205px center no-repeat;
  overflow: hidden;
}

.SP-FAQ .FAQ-container .title strong {
  color: #ea6a00;
}

.SP-FAQ .FAQ-container:nth-child(n+2) {
  margin-top: 5em;
}

@media (max-width: 575px) {
  .SP-FAQ .FAQ-container:nth-child(n+2) {
    margin-top: 3em;
  }
}

.SP-FAQ ul.list-arrow > li {
  width: 100%;
}

.SP-FlexBox svg {
  fill: #1977b5;
}

.SP-FlexBox .ColumnContentSection-image {
  text-align: center;
}

.SP-FlexBox .ColumnContentSection-awesome {
  border-color: #1977b5;
}

.SP-FlexBox .side {
  position: relative;
}

.SP-FlexBox .vertical {
  position: relative;
}

.SP-FlexBox .vertical .flex_image .wrap figure {
  margin: -1.5em;
  padding-bottom: 1.5em;
}

.SP-FlexBox .vertical .ColumnContentSection-content .title + .content {
  margin-top: 1em;
}

.SP-FlexBox .Section-content .item .wrap {
  position: relative !important;
  height: 100%;
}

.SP-FlexBox .Section-content .item .wrap > a:hover {
  color: #4a4a4a;
}

.SP-FlexBox .Section-content .item .wrap > a:hover:before {
  content: "";
  display: inline-block;
  border: 2px solid #ea6a00;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.SP-FlexBox .Section-content .item .wrap > a .title:only-child {
  margin-bottom: 0;
}

.SP-FlexBox .Section-cta {
  position: relative;
}

.Web-Sidebar #Main_Content .SP-FlexBox.border-item .Section-header {
  margin-bottom: 60px !important;
}

.SP-FlexBox.mask {
  position: relative;
  background-size: cover;
  background-position: center;
}

.SP-FlexBox.mask:before {
  content: "";
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(13, 23, 34, 0.5);
  background: linear-gradient(135deg, rgba(13, 23, 34, 0.5), #2d7ea3);
  opacity: 0.9;
}

.SP-FlexBox .wrap.has-border {
  border: 1px solid #ddd;
  background: white;
}

.SP-FlexBox .ColumnContentSection-awesome {
  width: 100px;
  height: 100px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.SP-FlexBox .ColumnContentSection-icon i {
  font-size: 45px;
}

.SP-FlexBox .side .row .flex-row > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.SP-FlexBox .side .ColumnContentSection-content {
  padding-top: 0;
  padding-right: 0;
  margin: 1rem;
}

.SP-FlexBox .side .ColumnContentSection-image {
  margin: 1rem;
}

.SP-FlexBox .side .ColumnContentSection-awesome {
  padding: 20px 0;
}

.SP-FlexBox .side .ColumnContentSection-content h3 {
  margin-top: 0 !important;
}

.SP-FlexBox .side .ColumnContentSection-content p + p {
  margin-top: 10px;
}

.SP-FlexBox .side .Card,
.SP-FlexBox .side .ColumnContentSection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.SP-FlexBox .side .Card-content {
  margin: 0;
  margin-left: 30px;
}

.SP-FlexBox .side .Card-icon {
  width: 100%;
  max-width: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.SP-FlexBox .side .ColumnContentSection-icon {
  width: 100%;
  max-width: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.SP-FlexBox .side .ColumnContentSection-icon + .ColumnContentSection-content {
  margin-left: 0;
}

.SP-FlexBox .side .img-fluid {
  max-width: none;
  width: 200px;
}

@media (max-width: 959px) {
  .SP-FlexBox .side .ColumnContentSection-icon {
    max-width: 100px;
  }
  .SP-FlexBox .side .ColumnContentSection-content {
    padding: 0;
  }
}

@media (max-width: 820px) {
  .SP-FlexBox .side .ColumnContentSection-icon + .ColumnContentSection-content {
    margin-left: 1rem;
  }
}

@media (max-width: 639px) {
  .SP-FlexBox .side .ColumnContentSection-icon {
    max-width: 80px;
  }
}

.TileCard {
  color: #4a4a4a;
  padding: 40px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}

.TileCard-icon {
  margin: 0 0 10px;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.TileCard-icon:first-child {
  margin-top: 0;
}

.TileCard-icon:last-child {
  margin-bottom: 0;
}

.TileCard-icon img {
  transition: opacity 0.6s;
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.TileCard-icon:before {
  transition: opacity 0.6s;
  background: rgba(13, 23, 34, 0.5) url("https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/Japanese%20Standard/icon/icon-arrow.svg") no-repeat center;
  background-size: 32px;
  border-radius: 100%;
  content: "";
  display: block;
  height: 72px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
}

.TileCard-icon.is-large {
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  max-width: 192px;
  width: 100%;
}

.TileCard-icon.is-awesome .fa {
  transition: opacity 0.6s;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  font-size: 60px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5580ff;
}

.SP-FlexBox .side figure {
  margin: 0;
}

.SP-FlexBox .side figure img {
  max-width: 200px;
  height: auto;
}

.SP-FlexBox .title {
  margin-top: 1rem;
}

.SP-FlexBox .title:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.SP-FlexBox .title + .ColumnContentSection-image {
  margin-top: 1rem;
}

.SP-FlexBox .ColumnContentSection-image + .ColumnContentSection-content,
.SP-FlexBox .title + .ColumnContentSection-content {
  margin-top: 1rem;
}

@media (max-width: 959px) {
  .SP-FlexBox .side .img-fluid {
    width: 170px;
  }
}

@media (max-width: 819px) {
  .SP-FlexBox .side .item {
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .SP-FlexBox .side .item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}

@media (max-width: 479px) {
  .SP-FlexBox .side .item .wrap,
  .SP-FlexBox .side .item .wrap > a {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .SP-FlexBox .side .item .wrap .ColumnContentSection-icon,
  .SP-FlexBox .side .item .wrap > a .ColumnContentSection-icon {
    margin: auto;
  }
  .SP-FlexBox .side .item .wrap .ColumnContentSection-image,
  .SP-FlexBox .side .item .wrap > a .ColumnContentSection-image {
    text-align: center;
  }
  .SP-FlexBox .side .item .wrap .ColumnContentSection-content .title,
  .SP-FlexBox .side .item .wrap > a .ColumnContentSection-content .title {
    text-align: center;
  }
}

.SP-FlexTwoColumn .icon {
  padding: 15px;
  background-color: #ea6a00;
  border-radius: 50%;
}

.SP-FlexTwoColumn .icon svg {
  fill: #fff;
}

.SP-FlexTwoColumn .row {
  background-color: #fff;
}

.SP-FlexTwoColumn .row:nth-child(n + 1) {
  margin-top: 1.3rem;
}

.SP-FlexTwoColumn .row .Section-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.SP-FlexTwoColumn .row .Section-image figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.SP-FlexTwoColumn .row .Section-image figure img {
  display: none;
}

.SP-FlexTwoColumn .row .Section-image figure::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white 95%);
}

.SP-FlexTwoColumn .row .Section-image.text-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .SP-FlexTwoColumn .row .Section-image figure {
    background: none !important;
  }
  .SP-FlexTwoColumn .row .Section-image figure img {
    display: block;
    width: 100%;
  }
  .SP-FlexTwoColumn .row .Section-image figure::after {
    display: none !important;
  }
}

.SP-FlexTwoColumn .row.flex-row-reverse .Section-image figure::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white 95%);
}

.SP-FlexTwoColumn [class^="ResponsiveRatio--"] {
  display: block;
  font-size: 0;
  position: relative;
  width: 100%;
}

.SP-FlexTwoColumn [class^="ResponsiveRatio--"]:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 1px;
}

.SP-FlexTwoColumn [class^="ResponsiveRatio--"] > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.SP-FlexTwoColumn .ResponsiveRatio--16x9:before {
  padding-bottom: 56.25%;
}

@media (max-width: 767px) {
  .SP-FlexTwoColumn .Resource-aside {
    max-width: none;
  }
}

.SP-FlexTwoColumn ul {
  list-style-type: none;
}

.SP-FlexTwoColumn ul > li {
  padding-left: 30px;
}

.SP-FlexTwoColumn ul > li:before {
  content: "・";
  display: inline-block;
  width: 30px;
  vertical-align: top;
  text-indent: 100%;
  margin: -0.5em 0px -0.5em -30px;
  padding: 0.5em 0px;
  background: url(//www.leadplus.net/hubfs/Japanese%20Standard/icon/bg_icons.png) -205px center no-repeat;
  overflow: hidden;
}

.SP-Flex-Video .Section-video {
  text-align: center;
}

.SP-Flex-Video .Section-video .VideoModal {
  position: relative;
  cursor: pointer;
  padding: 0;
  background: #c8c8c8;
  border: none;
  outline: none;
}

.SP-Flex-Video .Section-video .VideoModal .video-thumb {
  min-width: 150px;
}

.SP-Flex-Video .Section-video .VideoModal svg {
  max-width: 60px;
}

.SP-Flex-Video .Section-video .VideoModal:hover svg > g > g > g > polygon {
  fill: #e06b0b;
  mix-blend-mode: unset !important;
}

.SP-Flex-Video .Section-video .VideoModal:hover svg > g > g > g ellipse {
  stroke: #e06b0b;
}

.SP-Flex-Video .Section-video .VideoModal .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.SP-Flex-Video .Section-content {
  margin-top: 30px;
}

.SP-Flex-Video .Section-content h4 {
  margin-bottom: 0;
}

.SP-Flex-Video .Section-content h4 + div.text {
  margin-top: 5px;
  border-top: 2px solid #e06b0b;
  padding-top: 20px;
}

.mfp-iframe-holder .mfp-close {
  outline: none;
}

.SP-Hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.SP-Hero:not([style*="background-image"]) .Hero:not(.smallest) .Hero-title {
  border-bottom: #b7b7b7 1px solid;
  display: inline-block;
  padding: 0 25px 9px;
}

.SP-Hero .Hero h1 {
  margin-bottom: 0;
}

.SP-Hero .Hero-subtitle {
  font-size: 1.16rem;
}

.SP-Hero .Hero--overlay [class^="Wrap"] {
  word-break: break-word;
}

.SP-Hero .Hero--overlay .Wrap--narrow {
  max-width: 50%;
  padding: 35px;
}

@media (max-width: 1199px) {
  .SP-Hero .Hero--overlay .Wrap--narrow {
    max-width: 80%;
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  .SP-Hero .Hero--overlay .Wrap--narrow {
    max-width: 100%;
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .SP-Hero .Hero--overlay {
    text-align: center;
  }
}

#HeroSearch {
  margin-top: 50px;
}

#HeroSearch .HeroSearch-box {
  border-radius: 0 6px 6px 0;
  min-width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#HeroSearch #btnSearchButton {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 50px;
  line-height: 54px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  text-align: center;
  transition: 0.4s linear all;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px 0 0 7px;
}

#HeroSearch #btnSearchButton:hover {
  background: rgba(255, 255, 255, 0.3);
}

#HeroSearch #txtSearchText {
  color: #000;
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 0 0 0 75px;
}

#HeroSearch #txtSearchText:focus {
  box-shadow: none;
  border: none;
}

.SP-HeroSlider #prMain {
  padding: 0;
  position: relative;
  box-shadow: 0 2px 20px #f0f0f0;
  margin-bottom: 0;
}

.SP-HeroSlider #prMain .overLay {
  position: absolute;
  bottom: 70px;
  left: 10px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}

.SP-HeroSlider #prMain .overLay p {
  font-size: 1.43em;
}

.SP-HeroSlider #prMain .overLay .btn-primary {
  margin-top: 1em;
}

.SP-HeroSlider #prMain .overLay .btnLink {
  margin-left: -8px;
  text-align: left;
}

.SP-HeroSlider #prMain .overLay .btnLink a {
  margin: 10px 4px;
  font-size: 1.14em;
  line-height: 40px;
}

.SP-HeroSlider #prMain .overLay .btnLink a[href*='.mp4']:before {
  content: '';
  position: relative;
  top: 10px;
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 12px;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_icons.png") -153px -6px no-repeat;
  vertical-align: top;
}

.SP-HeroSlider #prMain > li {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 527px;
  overflow: hidden;
  z-index: 0;
}

.SP-HeroSlider #prMain > li + li {
  position: absolute;
}

.SP-HeroSlider #prMain .bgMovie {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}

.SP-HeroSlider #prMain .bgMovie:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_grad.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.SP-HeroSlider #prMain .bgMovie video {
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  height: auto;
  max-width: 300%;
  margin: auto;
  z-index: 0;
  width: 100%;
}

.SP-HeroSlider #prMain .bgMovie video + img {
  display: none;
}

.SP-HeroSlider #prMain .bgMovie img {
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  height: auto;
  max-width: 300%;
  margin: auto;
  z-index: 0;
  width: 100%;
}

.SP-HeroSlider #prMain .bgMovie:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_dot.png") repeat;
  z-index: 1;
}

.SP-HeroSlider #prMain .bgMovie > span.after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_grad.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.SP-HeroSlider #prMain .bgImage {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}

.SP-HeroSlider #prMain .bgImage:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_grad.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.SP-HeroSlider #prMain .bgImage video {
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  height: auto;
  max-width: 300%;
  margin: auto;
  z-index: 0;
}

.SP-HeroSlider #prMain .bgImage .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 300%;
  margin: auto;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.SP-HeroSlider #prMain .bgImage > span.after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_grad.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.SP-HeroSlider #prMain .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1220px;
}

.SP-HeroSlider #prMain .note {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 0.86em;
  background-color: rgba(255, 255, 255, 0.8);
}

.SP-HeroSlider #prMain .twp100 .catch {
  display: inline-block;
  padding: 20px 0 20px 140px;
  min-height: 3em;
  background-repeat: no-repeat;
  background-position: left center;
}

.SP-HeroSlider .non {
  display: block;
}

.SP-HeroSlider .br-pc {
  display: none;
}

.SP-HeroSlider .seminar_sub_catch {
  font-size: 1em;
  line-height: 2.3em;
  font-weight: bold;
  color: #ea6a00;
}

.SP-HeroSlider .telecube_logo {
  margin: 5px auto;
}

.SP-HeroSlider .contents_read {
  margin-top: -30px;
}

@media only screen and (min-width: 801px) {
  .SP-HeroSlider body {
    min-width: 1030px;
  }
  .SP-HeroSlider .non {
    display: none;
  }
  .SP-HeroSlider .catch {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .SP-HeroSlider #prMain .overLay {
    position: absolute;
    top: 100px;
    bottom: auto;
    left: 10px;
    margin-right: 10px;
    padding: 36px 50px 30px;
    z-index: 11;
  }
  .SP-HeroSlider #prMain .overLay_right {
    right: 10px;
    left: auto !important;
  }
  .SP-HeroSlider #pageTop {
    min-width: 1030px;
  }
}

.SP-HeroSlider #prSlide {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.SP-HeroSlider #prSlide > #prThumbNail {
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
  padding: 0 110px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .SP-HeroSlider #prSlide > #prThumbNail {
    display: none;
  }
}

.SP-HeroSlider #prSlide li {
  margin-top: 0;
  padding-left: 0;
}

.SP-HeroSlider #prSlide li:before {
  display: none;
}

.SP-HeroSlider #prSlide .image {
  display: block;
}

.SP-HeroSlider #prSlide.is-none #prThumbNail {
  display: none;
}

.SP-HeroSlider #prSlide .slideClip {
  position: relative;
  margin: 20px auto;
  max-width: 960px;
  padding: 0 110px;
}

.SP-HeroSlider #prSlide .slideClip .btnNext,
.SP-HeroSlider #prSlide .slideClip .btnPrev {
  width: 60px;
  border-radius: 5px;
}

.SP-HeroSlider #prSlide .slideBasis {
  overflow: hidden;
}

.SP-HeroSlider #prSlide .sldPos {
  display: none;
}

@media (max-width: 800px) {
  .SP-HeroSlider #prSlide .sldPos {
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    margin-top: 56%;
    padding-left: 0;
    text-align: center;
    z-index: 4;
  }
  .SP-HeroSlider #prSlide .sldPos li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    background-color: #bdd3dc;
    border-radius: 100%;
    transition: background-color .5s;
  }
  .SP-HeroSlider #prSlide .sldPos li.current {
    background-color: #ea6a00;
  }
}

.SP-HeroSlider #prSlide .btnPrev {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  background-color: #f0f0f0;
  cursor: pointer;
  right: 40px;
  transition: opacity .3s;
}

.SP-HeroSlider #prSlide .btnPrev:hover,
.SP-HeroSlider #prSlide .btnNext:hover{
  opacity: 0.7;
}

.SP-HeroSlider #prSlide .btnPrev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 0 14px 16px;
  border-left-color: #333;
  left: 2px;
}

.SP-HeroSlider #prSlide .btnPrev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 0 14px 16px;
  border-left-color: #f0f0f0;
}

.SP-HeroSlider #prSlide .btnPrev > span.before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 16px;
  right: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 0 14px 16px;
  border-left-color: #333;
  left: 1px;
  left: 20px;
}

.SP-HeroSlider #prSlide .btnPrev > span.after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 16px;
  right: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 0 14px 16px;
  border-left-color: #f0f0f0;
  left: 19px;
}

.SP-HeroSlider #prSlide .btnNext {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  background-color: #f0f0f0;
  cursor: pointer;
  left: 40px;
  transition: opacity .3s;
}

.SP-HeroSlider #prSlide .btnNext:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 16px 14px 0;
  border-right-color: #333;
  right: 2px;
}

.SP-HeroSlider #prSlide .btnNext:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 16px 14px 0;
  border-right-color: #f0f0f0;
}

.SP-HeroSlider #prSlide .btnNext > span.before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 16px;
  right: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 16px 14px 0;
  border-right-color: #333;
  left: 19px;
}

.SP-HeroSlider #prSlide .btnNext > span.after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 16px;
  right: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 0, 0, 0);
  border-width: 14px 16px 14px 0;
  border-right-color: #f0f0f0;
  left: 1px;
  left: 20px;
}

.SP-HeroSlider #prSlide .btnNext,
.SP-HeroSlider #prSlide .btnPrev {
  z-index: 5;
}

.SP-HeroSlider #prSlide:not(.is-none) > .btnNext,
.SP-HeroSlider #prSlide:not(.is-none) > .btnPrev {
  display: none;
}

@media screen and (max-width: 800px) {
  .SP-HeroSlider #prSlide:not(.is-none) > .btnNext,
  .SP-HeroSlider #prSlide:not(.is-none) > .btnPrev {
    display: block;
    top: -30px;
    margin-top: 28%;
    width: 40px;
    filter: alpha(opacity=80);
    opacity: .8;
    left: 0;
  }
  .SP-HeroSlider #prSlide:not(.is-none) > .btnPrev {
    left: auto;
    right: 0;
  }
}

.SP-HeroSlider #prSlide.is-none .btnNext,
.SP-HeroSlider #prSlide.is-none .btnPrev {
  cursor: pointer;
  display: block;
  width: 40px;
  filter: alpha(opacity=80);
  opacity: .8;
}

.SP-HeroSlider #prSlide.is-none .btnNext {
  border-radius: 0 5px 5px 0;
  left: 0;
}

.SP-HeroSlider #prSlide.is-none .btnPrev {
  border-radius: 5px 0 0 5px;
  right: 0;
}

@media screen and (max-width: 800px) {
  .SP-HeroSlider #prSlide.is-none .btnNext,
  .SP-HeroSlider #prSlide.is-none .btnPrev {
    top: -30px;
    margin-top: 28%;
  }
}

.SP-HeroSlider #prSlide ul:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (min-width: 1402px) {
  .SP-HeroSlider #prMain .bgMovie {
    width: 100%;
    margin: 0;
  }
  .SP-HeroSlider #prMain .bgMovie video {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }
  .SP-HeroSlider #prMain .bgMovie img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }
  .SP-HeroSlider #prMain .bgImage {
    width: 100%;
    margin: 0;
  }
  .SP-HeroSlider #prMain .bgImage video {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }
  .SP-HeroSlider #prMain .bgImage .image {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 801px) and (max-width: 980px) {
  .SP-HeroSlider #prMain .mainMarket {
    right: 15%;
  }
}

.SP-HeroSlider #prThumbNail {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SP-HeroSlider #prThumbNail li {
  width: 20%;
  margin: 0;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.SP-HeroSlider #prThumbNail li img {
  width: 220px;
  max-width: 96%;
  height: 100%;
  margin: 0 auto;
  display: block;
  border: 2px solid #f7f7f7;
  transition: border-color .3s;
}
.SP-HeroSlider #prThumbNail li.current img,
.SP-HeroSlider #prThumbNail li img:hover {
  border-color: #ea6a00;
}

/* .SP-HeroSlider #prThumbNail li img:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 96%;
  max-width: 220px;
  margin: 0 auto;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: border-color .3s;
}

.SP-HeroSlider #prThumbNail li.current img:after,
.SP-HeroSlider #prThumbNail li:hover:after{
  border-color: #ea6a00;
} */

.SP-HeroSlider #gNav li:first-child .hidNav:before {
  left: 7.1%;
}

.SP-HeroSlider #gNav li:first-child .hidNav:after {
  left: 7.1%;
}

.SP-HeroSlider .btnLink a {
  position: relative;
}

.SP-HeroSlider a.arrow {
  padding-left: 28px;
}

@media only screen and (max-width: 800px) {
  .SP-HeroSlider #prMain {
    box-shadow: 0 0 0 transparent;
  }
  .SP-HeroSlider #prMain .logo {
    height: 60px;
    position: relative;
    height: 35px;
  }
  .SP-HeroSlider #prMain .logo img {
    max-width: 320px;
    max-height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 280px;
    max-height: 35px;
    margin: auto;
  }
  .SP-HeroSlider #prMain .overLay {
    position: static;
    padding: 30px 20px;
    background-color: #f8f8f8;
    text-align: center;
  }
  .SP-HeroSlider #prMain .overLay .btnLink {
    margin-top: 10px;
    text-align: center;
  }
  .SP-HeroSlider #prMain .overLay .btnLink a {
    font-size: 1em;
  }
  .SP-HeroSlider #prMain .overLay .btnLink a:before {
    display: none;
  }
  .SP-HeroSlider #prMain .bgImage {
    height: auto;
    padding-top: 55.96%;
    width: 100%;
    margin: 0;
  }
  .SP-HeroSlider #prMain .bgImage .campaign_bg {
    height: 140%;
  }
  .SP-HeroSlider #prMain .bgImage:before {
    display: none;
  }
  .SP-HeroSlider #prMain .bgImage .mainMarket {
    right: 9%;
    border-right: 300px solid #ebfbff;
    margin: 0 -300px 0 auto;
  }
  .SP-HeroSlider #prMain > li {
    height: auto;
  }
  .SP-HeroSlider #prMain .bgMovie {
    height: auto;
    padding-top: 55.96%;
  }
  .SP-HeroSlider #prMain .bgMovie:before {
    display: none;
  }
  .SP-HeroSlider #prMain .bgMovie video {
    display: none;
  }
  .SP-HeroSlider #prMain .bgMovie video + img {
    display: block;
  }
  .SP-HeroSlider #prMain .inner {
    position: static;
  }
  .SP-HeroSlider #prMain p {
    text-align: center;
  }
  .SP-HeroSlider #prMain .note {
    position: static;
    margin-top: 0;
    padding: 0 10px 15px;
    background-color: #f8f8f8;
  }
  .SP-HeroSlider .campaign_catch {
    font-size: 0.6em;
  }
  .SP-HeroSlider #prSlide .slideClip {
    padding: 0;
    margin: 0;
  }
  .SP-HeroSlider #prSlide .slideClip .btnNext,
  .SP-HeroSlider #prSlide .slideClip .btnPrev {
    display: none;
  }
  .SP-HeroSlider #prSlide .btnNext {
    display: block;
    top: -30px;
    margin-top: 28%;
    width: 40px;
    opacity: 0.8;
    left: 0;
    border-radius: 0 5px 5px 0;
  }
  .SP-HeroSlider #prSlide .btnNext:after {
    left: 3px;
  }
  .SP-HeroSlider #prSlide .btnPrev {
    display: block;
    top: -30px;
    margin-top: 28%;
    width: 40px;
    opacity: 0.8;
    right: 0;
    border-radius: 5px 0 0 5px;
  }
  .SP-HeroSlider #prSlide .btnPrev:after {
    right: 2px;
  }
  .SP-HeroSlider #prThumbNail {
    display: none;
  }
  .SP-HeroSlider .overLay img {
    margin: auto;
    width: auto !important;
  }
}

@media only screen and (max-width: 500px) {
  .SP-HeroSlider .br-sp {
    display: none;
  }
  .SP-HeroSlider .br-pc {
    display: block;
  }
  .SP-HeroSlider .seminar_sub_catch {
    line-height: 1.5em;
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .SP-HeroSlider .catch {
    font-size: 0.9em;
  }
  .SP-HeroSlider .telecube_logo {
    margin: 5px auto;
    width: 60%;
  }
  .SP-HeroSlider .contents_read {
    margin-top: -10px;
  }
  .SP-HeroSlider #prMain p {
    font-size: 1.2em !important;
    line-height: 1.5em;
  }
  .SP-HeroSlider #prMain p br {
    display: none;
  }
}

@media screen and (min-width: 1151px) and (max-width: 1401px) {
  .SP-HeroSlider #prMain .telework_main {
    width: 108%;
    margin: 0 -3%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1401px) {
  .SP-HeroSlider #prMain .telework_main img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 800px) and (max-width: 1150px) {
  .SP-HeroSlider #prMain .telework_main {
    width: 140%;
    margin: 0 -14%;
  }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .SP-HeroSlider #prMain .telework_main img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }
}

@media print, screen and (min-width: 480px) {
  #container::after {
    content: "";
    display: table;
    clear: both;
  }
  #container #contents {
    float: left;
    width: 100%;
    width: 65.93607%;
  }
  #container #contents.max {
    float: inherit;
    width: 100%;
  }
  #container #side {
    margin-top: 0;
    width: 30.77626%;
    float: right;
  }
}

@media print, screen and (min-width: 769px) {
  #container #contents {
    width: 64.84018%;
  }
  #container #side {
    width: 29.68037%;
  }
}

.rf-title-large {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .rf-title-large,
  .rf-title-large {
    font-size: 22px;
  }
}

.rf-section {
  margin-top: 50px;
}

.rf-btn:focus {
  color: #000;
}

.rf-btn,
.rf-btn-red,
.rf-btn-white {
  border: 1px solid #c8c8c8;
  border-radius: 200px;
  line-height: 1.5;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  text-transform: uppercase;
  box-sizing: border-box;
  text-decoration: none;
  vertical-align: middle;
}

.rf-btn,
.rf-btn-red,
.rf-btn-white {
  letter-spacing: 0.02em;
}

.rf-btn.rf-btn-active {
  border: 1px solid #ea6a00;
  color: #000;
}

.rf-btn-red {
  border: 1px solid #ea6a00;
  color: #ea6a00;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease 0;
  -webkit-transition: all 0.2s ease 0;
}

@media screen and (max-width: 768px) {
  .rf-btn-red:hover {
    color: #ea6a00;
  }
  .rf-btn-red.rf-btn-touch:hover {
    color: #fff;
  }
}

.rf-btn-white {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.rf-btn-rss {
  border: 1px solid orange;
  color: orange;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  letter-spacing: 0.05em;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  display: inline-block;
  text-decoration: none;
}

.rf-btn-rss:hover {
  background: orange;
  color: #fff;
}

.rf-btn .rcicon,
.rf-btn-red .rcicon,
.rf-btn-white .rcicon {
  font-weight: 700;
}

.rf-btn-large {
  font-size: 0.813em;
}

.rf-btn.rf-btn-active,
.rf-btn.rf-btn-touch {
  border: 1px solid #ea6a00;
  color: #ea6a00;
}

.rf-btn-red.rf-btn-active,
.rf-btn-red.rf-btn-touch {
  color: #fff;
  background: #ea6a00;
}

.rf-btn-red.rf-btn-active .rcicon,
.rf-btn-red.rf-btn-touch .rcicon {
  color: #fff;
}

.rf-btn-white.rf-btn-active,
.rf-btn-white.rf-btn-touch {
  color: #000;
  background: #fff;
}

.rf-btn-white.rf-btn-active .rcicon,
.rf-btn-white.rf-btn-touch .rcicon {
  color: #000;
}

@media (min-width: 48em) {
  .rf-btn .rcicon,
  .rf-btn-red .rcicon,
  .rf-btn-white .rcicon {
    transition: all 0.2s ease 0;
    -webkit-transition: all 0.2s ease 0;
  }
  .rf-btn,
  .rf-btn-red,
  .rf-btn-white {
    padding: 7px 20px;
    font-size: 13px;
  }
  .rf-btn-medium {
    padding: 16px 40px;
  }
  .rf-btn-large {
    padding: 20px 50px;
    font-size: 0.813em;
  }
  .rf-btn:hover {
    border: 1px solid #ea6a00;
    color: #ea6a00;
  }
  .rf-btn-red:hover {
    color: #fff;
    background: #ea6a00;
  }
  .rf-btn-red:hover .rcicon {
    color: #fff;
  }
  .rf-btn-white:hover {
    color: #000;
    background: #fff;
  }
  .rf-btn-white:hover .rcicon {
    color: #000;
  }
}

.SP-HistoryTable .history-year-btn {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.SP-HistoryTable .history-year-btn:after {
  content: "";
  display: table;
  clear: both;
}

.SP-HistoryTable .history-year-btn li {
  float: left;
  width: 50%;
  padding: 5px 15px;
  box-sizing: border-box;
  margin: 5px 0;
}

.SP-HistoryTable .history-year-btn li .rf-btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 840px) {
  .SP-HistoryTable .history-year-btn {
    margin: 0 -15px;
  }
  .SP-HistoryTable .history-year-btn li {
    padding: 0 12px;
    width: 25%;
  }
}

.SP-HistoryTable #history-wrap {
  position: relative;
  margin-top: 20px;
}

.SP-HistoryTable #history-wrap:before {
  content: "";
  background: #c8c8c8;
  width: 1px;
  height: calc(100% - 20px);
  top: 20px;
  left: 5px;
  position: absolute;
}

.SP-HistoryTable #history-wrap .history-item .year-dot,
.SP-HistoryTable #history-wrap .history-item .month-dot {
  position: relative;
}

.SP-HistoryTable #history-wrap .history-item .year-dot:before,
.SP-HistoryTable #history-wrap .history-item .month-dot:before {
  content: "";
  background: #ea6a00;
  border: 1px solid #ea6a00;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  position: absolute;
  border-radius: 100%;
}

.SP-HistoryTable #history-wrap .history-item .month-dot:before {
  background: #fff;
}

.SP-HistoryTable #history-wrap .history-item h2,
.SP-HistoryTable #history-wrap .history-item h3,
.SP-HistoryTable #history-wrap .history-item .history-item-pl {
  padding-left: 25px;
}

.SP-HistoryTable #history-wrap .history-item .history-item-pl li {
  margin-top: 12px;
  padding-left: 50px;
}
.SP-HistoryTable #history-wrap .history-item .history-item-pl li:before {
  margin-left: -70px;
}
.SP-HistoryTable #history-wrap .history-item .history-item-pl li 

.SP-HistoryTable #history-wrap .history-item .history-item-pl li:first-child {
  margin-top: 0;
}

.SP-HistoryTable #history-wrap .history-item .history-item-txt {
  margin-top: 25px;
}

.SP-HistoryTable #history-wrap .history-item .rf-group-txt p {
  margin-bottom: 0;
}

.SP-HistoryTable #history-wrap .history-item .rf-group-txt p:first-child {
  margin-top: 0;
}

.SP-HistoryTable #history-wrap .history-item figure + .rf-group-txt,
.SP-HistoryTable #history-wrap .history-item .history-img-grid + .rf-group-txt {
  margin-top: 30px;
}

.SP-HistoryTable #history-wrap .history-item .j-toggle-btn {
  margin: 25px auto;
  display: block;
  width: 200px;
  text-align: center;
}

.SP-HistoryTable #history-wrap .history-item .j-toggle-btn.active .rc-i-angle-down {
  transform: rotateZ(-180deg);
}

.SP-HistoryTable #history-wrap .history-item .j-toggle-detail {
  position: relative;
  margin-bottom: 80px;
}

.SP-HistoryTable #history-wrap .history-item .j-toggle-detail p {
  margin-bottom: 0;
}

.SP-HistoryTable #history-wrap .history-item .j-toggle-detail .j-toggle-close {
  bottom: -60px;
  opacity: 0;
}

.SP-HistoryTable #history-wrap .history-item .j-toggle-detail.active .j-toggle-close {
  opacity: 1;
}

@media (max-width: 479px) {
  .SP-HistoryTable #history-wrap .history-item .history-img-grid .history-img-grid-item {
    width: 100% !important;
    margin-top: 20px;
  }
  .SP-HistoryTable #history-wrap .history-item .history-img-grid .history-img-grid-item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 480px) {
  .SP-HistoryTable #history-wrap .history-item .history-img-grid {
    margin: 0 -15px;
  }
  .SP-HistoryTable #history-wrap .history-item .history-img-grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .SP-HistoryTable #history-wrap .history-item .history-img-grid .history-img-grid-item {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) {
  .SP-HistoryTable #history-wrap h2,
  .SP-HistoryTable #history-wrap h3,
  .SP-HistoryTable #history-wrap .history-item-pl {
    padding-left: 35px;
  }
  .SP-HistoryTable #history-wrap .history-item .j-toggle-detail .j-toggle-close {
    left: auto;
    right: 0px;
    transform: none;
  }
  .SP-HistoryTable #history-wrap .history-item .history-item-txt {
    margin: 0 0 0 -30px;
  }
  .SP-HistoryTable #history-wrap .history-item .history-item-txt .j-toggle-btn {
    margin: 25px 0 0 0;
  }
}

.SP-HistoryTable .event-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.44px;
  line-height: 39.6px;
  margin-bottom: 20px;
}

.SP-HistoryTable .history-item {
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.45px;
}

.SP-HistoryTable .caption-mini {
  border-left: 1px solid #c8c8c8;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 15px;
  padding-left: 15px;
}

.SP-InformationSlider {
  overflow: hidden;
}

.SP-InformationSlider .cmn-info {
  position: relative;
  padding: 12px 16px;
}

.SP-InformationSlider .cmn-info__ttl {
  opacity: 0;
  font-family: "RakutenBoldNormal", sans-serif;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.025em;
  color: #000;
}

.SP-InformationSlider .cmn-info:before, .SP-InformationSlider .cmn-info:after {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #b6b6b6;
  transform: translateX(-50%);
  content: "";
}

.SP-InformationSlider .cmn-info:before {
  top: 0;
}

.SP-InformationSlider .cmn-info:after {
  bottom: 0;
}

.SP-InformationSlider .cmn-info-list {
  position: relative;
  overflow: hidden;
  height: 0;
  font-size: 1.2rem;
  opacity: 0;
}

.SP-InformationSlider .cmn-info-list-set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.SP-InformationSlider .cmn-info-list-item {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 4.5em;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
  overflow: hidden;
}

.SP-InformationSlider .cmn-info-list-item__date, .SP-InformationSlider .cmn-info-list-item__txt {
  font-family: "NotoSans", "NotoSansCJKjp", sans-serif;
  font-size: 12px;
  color: #000;
}

.SP-InformationSlider .cmn-info-list-item__txt .rex-icon {
  font-size: 1rem;
}

.SP-InformationSlider .cmn-info .count-circle {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px 0 0;
  padding: 0;
  opacity: 0;
}

.SP-InformationSlider .cmn-info .count-circle__item {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #828282;
  border-radius: 50%;
  cursor: pointer;
}

.SP-InformationSlider .cmn-info .count-circle__item.active {
  background: #ea6a00;
}

.SP-InformationSlider .cmn-info .visible-pc {
  display: none;
}

.SP-InformationSlider .cmn-info-article {
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
}

@media (min-width: 768px) {
  .SP-InformationSlider .cmn-info {
    display: -ms-flexbox;
    display: flex;
    padding: 16px 40px;
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
  }
  .SP-InformationSlider .cmn-info .visible-sp {
    display: none;
  }
  .SP-InformationSlider .cmn-info .visible-pc {
    display: block;
  }
  .SP-InformationSlider .cmn-info .visible-pc.cmn-info__ttl {
    display: -ms-flexbox;
    display: flex;
  }
  .SP-InformationSlider .cmn-info__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 11rem;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 500;
  }
  .SP-InformationSlider .cmn-info-list {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 24px;
    font-size: 1.4rem;
  }
  .SP-InformationSlider .cmn-info-list-item {
    font-size: 1.4rem;
  }
  .SP-InformationSlider .cmn-info-list-item__date {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
  .SP-InformationSlider .cmn-info-list-item__txt {
    font-size: 14px;
  }
  .SP-InformationSlider .cmn-info-list-item:hover .cmn-info-list-item__date {
    color: #000;
  }
  .SP-InformationSlider .cmn-info-list-item:hover .cmn-info-list-item__txt {
    color: #ea6a00;
  }
  .SP-InformationSlider .cmn-info-counter {
    opacity: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
    min-width: 3rem;
  }
  .SP-InformationSlider .cmn-info-counter__up, .SP-InformationSlider .cmn-info-counter__down {
    position: absolute;
    right: 50%;
    font-size: 20px;
    transform: rotate(90deg) translateY(-50%);
    color: #828282;
  }
  .SP-InformationSlider .cmn-info-counter__up:hover, .SP-InformationSlider .cmn-info-counter__down:hover {
    color: #ea6a00;
    cursor: pointer;
  }
  .SP-InformationSlider .cmn-info-counter__up {
    top: 0;
  }
  .SP-InformationSlider .cmn-info-counter__down {
    bottom: 0;
  }
  .SP-InformationSlider .cmn-info-counter__box {
    position: absolute;
    right: 28%;
    top: 50%;
    display: -ms-flexbox;
    display: flex;
    transform: translate(50%, -50%);
    color: #9c9c9c;
    font-size: 12px;
  }
  .SP-InformationSlider .cmn-info-counter__box .cmn-info-counter__num:after {
    content: "/";
  }
  .SP-InformationSlider .cmn-info-article {
    margin: 0;
    min-width: 0;
  }
}

.SP-InformationSlider .cmn-info ul {
  list-style-type: none;
}

.SP-InformationSlider .cmn-info .rex-icon.chevron-left:before {
  content: "\f104";
  font-family: FontAwesome;
}

.SP-InformationSlider .cmn-info .rex-icon.chevron-right:before {
  content: "\f105";
  font-family: FontAwesome;
}

.SP-ListResources.horizontal .Resource-content {
  min-height: 180px;
  max-width: none;
}

.SP-ListResources.horizontal .Resource-title {
  font-weight: bold;
  color: #334d67;
  border-bottom: #c6c7c8 solid 1px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.SP-ListResources.horizontal .Flex-des {
  font-size: 14px;
}

@media (max-width: 767px) {
  .SP-ListResources.horizontal .Resource-title {
    text-align: center;
  }
  .SP-ListResources.horizontal .Resource-icon {
    display: block;
    margin: auto;
  }
  .SP-ListResources.horizontal .text-right {
    text-align: center !important;
  }
}

.SP-ListResources.vertical .Resource-content {
  text-align: center;
  max-width: none;
}

.SP-ListResources.vertical .Resource-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.SP-ListResources .btn-view {
  text-decoration: underline;
  color: #e07f00;
}

.SP-LoadingSkills .Section-loading {
  margin: 20px;
  text-align: center;
}

.SP-LoadingSkills .Section-circle {
  margin: 0 auto;
  display: block;
}

.SP-LoadingSkills .Section-circle text {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Roboto";
}

@keyframes LogoRow-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}

.SP-LogoSlider {
  overflow: hidden;
  position: relative;
}

.SP-LogoSlider[style^="background-color: #fff"], .SP-LogoSlider[style*="background-color: #ffffff"] {
  border-bottom: 1px solid #ddd;
}

.SP-LogoSlider .LogoRow {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.SP-LogoSlider .LogoRow.is-active .LogoRow-wrap {
  animation-name: LogoRow-scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.SP-LogoSlider .LogoRow-wrap {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.SP-LogoSlider .LogoRow-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 200px;
  margin: 0 20px;
}

.SP-LogoSlider .LogoRow img {
  display: block;
  position: relative;
  max-height: 50px;
  max-width: 200px;
  width: auto;
}

.SP-Map .Footer-content {
  background-color: white;
}

.SP-Map #Word-map .Wrap .mapArea {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  background: url("https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/icon/map.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.SP-Map #Word-map .Wrap .mapArea img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0;
}

.SP-Map #Word-map .Wrap .mapArea a {
  position: absolute;
  z-index: 3;
  white-space: nowrap;
}

.SP-Map #Word-map .Wrap .mapArea a.rf-btn-white {
  border: 1px solid #FFF;
  color: #FFF;
  overflow: hidden;
  transition: all .2s ease;
  border-radius: 200px;
  line-height: 1.5;
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box;
  text-decoration: none;
  vertical-align: middle;
  padding: 7px 20px;
  font-size: 13px;
}

.SP-Map #Word-map .Wrap .mapArea a.rf-btn-white:hover {
  color: #bf0000;
  border-color: #bf0000;
  background: #fff;
}

.SP-Map #Word-map .Wrap .mapArea .areaGlow {
  mix-blend-mode: screen;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 10%;
  height: 32.72%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.SP-Map #Word-map .Wrap .mapArea .americas a {
  left: 15.3%;
  top: 44.3%;
}

.SP-Map #Word-map .Wrap .mapArea .asia a {
  left: auto;
  right: 15.5%;
  top: 44.1%;
}

.SP-Map #Word-map .Wrap .mapArea .europe a {
  left: 51.8%;
  top: 12.5%;
}

.SP-Map #Word-map .Wrap .mapArea .global a {
  left: 46.9%;
  top: 55.2%;
}

.SP-Map #Word-map .Wrap .mapArea .pointer {
  mix-blend-mode: luminosity;
}

.SP-Map #Word-map .Wrap .mapArea .pointer li {
  position: absolute;
  display: block;
  width: 0.36%;
  height: 1.2%;
  font-size: 0 !important;
  background: url("https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/icon/icn_locator.png") no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  transform: translate(-50%, -100%);
  z-index: 4;
}

.SP-Map #Word-map .Wrap .mapArea .pointerGlow {
  mix-blend-mode: screen;
}

.SP-Map #Word-map .Wrap .mapArea .pointerGlow li {
  position: absolute;
  display: block;
  width: 0.36%;
  height: 1.2%;
  font-size: 0 !important;
  transform: translate(-50%, -100%);
  z-index: 2;
}

.SP-Map #Word-map .Wrap .mapArea .pointerGlow li .pointDefault {
  mix-blend-mode: color-dodge;
  position: absolute;
  left: 50%;
  top: 8%;
  display: block;
  width: 40%;
  height: 40%;
  transform: translate(-50%, 10%);
  border-radius: 50%;
  box-shadow: 0 0 10px 3px #fffbc1;
  background: #fff;
  opacity: 1;
}

.SP-Map #Word-map .Wrap .mapArea .pointerGlow li .pointGlow {
  mix-blend-mode: color-dodge;
  position: absolute;
  left: 50%;
  top: 8%;
  display: block;
  width: 40%;
  height: 40%;
  transform: translate(-50%, 10%);
  border-radius: 50%;
  box-shadow: 0 0 40px 10px #bf0000;
  background: #fff;
  opacity: 0;
}

.SP-Map #Word-map .Wrap .globalLogo {
  margin-top: 60px;
}

.SP-Map #Word-map .Wrap .globalLogo p {
  margin: 0;
  padding: 0;
}

.SP-Map #Word-map .Wrap .logoList {
  font-size: 0;
  margin-left: -40px;
  padding: 0;
}

.SP-Map #Word-map .Wrap .logoList li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}

.SP-Map #Word-map .Wrap .logoList li a, .SP-Map #Word-map .Wrap .logoList li span {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 0px 0 0 40px;
}

.SP-Map #Word-map .Wrap .logoList li a:hover, .SP-Map #Word-map .Wrap .logoList li span:hover, .SP-Map #Word-map .Wrap .logoList li:hover {
  opacity: 0.7;
}

.SP-Map #Word-map .Wrap .logoList li img, .SP-Map #Word-map .Wrap .logoList li svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.SP-Map #Word-map .Wrap .logoList li.popBase {
  position: relative;
  z-index: 2;
}

.SP-Map #Word-map .Wrap .logoList li.popBase:hover {
  opacity: 1;
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP {
  position: absolute;
  display: block;
  display: none;
  top: calc(100% + 22px);
  left: 50%;
  width: 309px;
  margin-left: 20px;
  padding: 20px 0 12px 12px;
  background: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
  text-align: left;
  line-height: 1;
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: 10;
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 2px);
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  z-index: 1;
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP i.rc-i-cross {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  z-index: 100;
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP i.rc-i-cross:hover {
  color: #bf0000;
  cursor: pointer;
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP.under {
  top: 20px;
  transform: translate(-50%, -100%);
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP.under:after {
  top: calc(100% + 4px);
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP a {
  position: relative;
  width: 103px;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  font-size: 14px;
  text-align: left;
  z-index: 100;
}

.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP a:hover {
  opacity: 1;
}

.SP-Map #Word-map #strengths .strengthBody {
  position: relative;
  z-index: 1;
}

.SP-Map #Word-map #strengths .strengthBody:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 45%);
  height: 320px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
  z-index: 2;
}

.SP-Map #Word-map #strengths .strengthBody:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  content: "";
  z-index: 1;
}

.SP-Map #Word-map #strengths .strengthBody .sectionHeader {
  position: relative;
  top: 0;
  height: 320px;
  box-sizing: border-box;
  display: table;
  width: 100%;
  z-index: 3;
}

.SP-Map #Word-map #strengths .strengthBody .sectionHeader span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.SP-Map #Word-map #strengths .strengthBody .sectionHeader span h3 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-left: calc(50% + 40px);
  color: #fff;
  line-height: 1.5;
}

.SP-Map #Word-map #strengths .strengthBody .sectionHeader span .readBtn {
  margin-top: 32px;
  margin-left: calc(50% + 40px);
}

.SP-Map #Word-map #strengths .strengthBody .sectionBody {
  display: none;
  max-width: 710px;
  margin: 60px auto;
}

.SP-Map #Word-map #strengths .strengthBody .sectionBody p {
  margin: 0;
  line-height: 1.85;
}

.SP-Map #Word-map #strengths .strengthBody .sectionBody p.rf-section {
  margin-top: 30px;
}

.SP-Map #Word-map #strengths .strengthBody .closeBtn i {
  margin: 0;
  margin-top: 30px;
  font-size: 40px;
  color: #bf0000;
}

.SP-Map #Word-map #strengths .strengthBody .closeBtn i:hover {
  opacity: 0.6;
}

.SP-Map #Word-map #strengths .strengthBody#ecosystem:before {
  background-image: url(https://www.superstream.co.jp/hubfs/library/icon/strength01.png);
}

.SP-Map #Word-map #strengths .strengthBody#ecosystem:after {
  background: #bf0000;
}

.SP-Map #Word-map #strengths .strengthBody#ecosystem .ecosystem-chart {
  width: 90%;
  max-width: 540px;
  height: auto;
  margin: 0 auto 30px;
}

.SP-Map #Word-map #strengths .strengthBody#ecosystem .sectionHeader {
  background: linear-gradient(to right, rgba(191, 0, 0, 0) 30%, rgba(191, 0, 0, 0.3) 40%, rgba(191, 0, 0, 0.9) 51%, #bf0000 55%);
}

.SP-Map #Word-map #strengths .strengthBody#ecosystem .sectionHeader .readBtn:hover {
  color: #bf0000;
  background: #fff;
}

.SP-Map #Word-map #strengths .strengthBody#ecosystem .sectionHeader .readBtn:hover i {
  color: #bf0000;
}

.SP-Map #Word-map #strengths .strengthBody#bigData:before {
  left: 100%;
  background-image: url(https://www.superstream.co.jp/hubfs/library/icon/strength02.png);
  background-position: 70% center;
  transform: translate(-100%, 0);
}

.SP-Map #Word-map #strengths .strengthBody#bigData:after {
  background: #333;
}

.SP-Map #Word-map #strengths .strengthBody#bigData .sectionHeader {
  padding-left: 40px;
  background: linear-gradient(to left, rgba(51, 51, 51, 0) 30%, rgba(51, 51, 51, 0.3) 40%, rgba(51, 51, 51, 0.9) 51%, #333 55%);
}

.SP-Map #Word-map #strengths .strengthBody#bigData .sectionHeader h3 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  padding-right: 50%;
}

.SP-Map #Word-map #strengths .strengthBody#bigData .sectionHeader .readBtn {
  margin-left: 0;
}

.SP-Map #Word-map #strengths .strengthBody#bigData .sectionHeader .readBtn:hover {
  color: #333;
  background: #fff;
}

.SP-Map #Word-map #strengths .strengthBody#bigData .sectionHeader .readBtn:hover i {
  color: #333;
}

.SP-Map #Word-map #strengths .strengthBody#diversity:before {
  background-image: url(https://www.superstream.co.jp/hubfs/library/icon/strength03.png);
  background-position: 40% 30%;
}

.SP-Map #Word-map #strengths .strengthBody#diversity:after {
  background: #f7f7f7;
}

.SP-Map #Word-map #strengths .strengthBody#diversity .sectionHeader {
  background: linear-gradient(to right, rgba(247, 247, 247, 0) 30%, rgba(247, 247, 247, 0.3) 40%, rgba(247, 247, 247, 0.9) 51%, #f7f7f7 55%);
}

.SP-Map #Word-map #strengths .strengthBody#diversity .sectionHeader h3 {
  color: #000;
}

.SP-Map #Word-map #strengths .strengthBody#diversity .sectionHeader .rf-btn-red {
  background: #f7f7f7;
}

.SP-Map #Word-map #strengths .strengthBody#diversity .sectionHeader .rf-btn-red:hover {
  color: #fff;
  background: #bf0000;
}

.SP-Map #Word-map #leadership .coeMessage {
  margin-top: 60px;
}

.SP-Map #Word-map #leadership .coeMessage .coePhoto {
  display: inline-block;
  width: 50%;
  max-width: 245px;
  padding: 5px 25px;
  vertical-align: top;
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage {
  display: inline-block;
  width: 62%;
  max-width: 710px;
  padding-left: 45px;
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote {
  margin: 80px 0 0;
  padding: 5px 0;
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote p {
  position: relative;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote p:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -10px;
  width: 25px;
  height: 20px;
  margin-right: 12px;
  background: url("https://www.superstream.co.jp/hubfs/library/icon/icn_dquote.svg") no-repeat;
  background-size: 25px 20px;
  color: #bf0000;
  transform: rotateZ(180deg);
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote p span {
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote p span.quote-end:after {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 12px;
  background: url("https://www.superstream.co.jp/hubfs/library/icon/icn_dquote.svg") no-repeat;
  background-size: 25px 20px;
  color: #bf0000;
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote cite {
  display: block;
  max-width: 620px;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
}

.SP-Map #Word-map #leadership .coeMessage .mainMessage .mainText {
  margin-bottom: 0;
  line-height: 1.85;
}

.SP-Map #Word-map #leadership .coeMessage .moreMessage {
  display: none;
}

.SP-Map #Word-map #leadership .coeMessage .moreMessage p {
  display: inline-block;
  margin: 0 0 30px 295px;
  padding-left: 45px;
  width: 62%;
  max-width: 710px;
  line-height: 1.85;
}

.SP-Map #Word-map #leadership .coeMessage .moreMessage p.rf-section {
  margin-top: 30px;
}

.SP-Map #Word-map #leadership .coeMessage .moreMessage .closeBtn i {
  margin: 0;
  font-size: 40px;
  color: #bf0000;
}

.SP-Map #Word-map #leadership .coeMessage .moreMessage .closeBtn i:hover {
  opacity: 0.6;
}

.SP-Map #Word-map #leadership #team-chart {
  margin-top: 60px;
}

.SP-Map #Word-map #leadership #team-chart:before {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  content: "";
}

.SP-Map #Word-map #leadership #team-chart .linkArea {
  margin-top: 30px;
}

.SP-Map #Word-map #leadership #team-chart .linkArea a {
  position: relative;
  display: block;
  width: 80%;
  min-width: 400px;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}

.SP-Map #Word-map #leadership #team-chart .linkArea a i {
  position: absolute;
  top: 50%;
  font-size: 14px;
  transform: translate(0, -50%);
}

.SP-Map #Word-map #leadership #team-chart .linkArea a i.rcicon {
  margin: 0;
  right: 0;
}

.SP-Map #Word-map #leadership #team-chart .linkArea a i.rg-i {
  left: 0;
  font-size: 40px;
}

.SP-Map #Word-map #leadership #team-chart .linkArea a span {
  padding: 0 40px 0 70px;
  vertical-align: middle;
  font-size: 18px;
}

.SP-Map #Word-map #partnership {
  position: relative;
}

.SP-Map #Word-map #partnership .rf-title-group {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 710px;
  transform: translate(-50%, 0);
  z-index: 3;
}

.SP-Map #Word-map #partnership .rf-title-group h2, .SP-Map #Word-map #partnership .rf-title-group p {
  color: #fff;
}

.SP-Map #Word-map #partnership .rf-list-plain {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 930px;
  margin: 0;
  background: #000;
  z-index: 2;
}

.SP-Map #Word-map #partnership .rf-list-plain .rf-group-img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 930px;
  background-color: #1f111b;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 70%;
  z-index: 2;
}

.SP-Map #Word-map #partnership .rf-list-plain .rf-group-img:nth-child(2) {
  background-color: #171113;
  opacity: 0;
  z-index: 1;
}

.SP-Map #Word-map #careers .rf-list-plain {
  display: table;
  width: 100%;
  line-height: 0;
}

.SP-Map #Word-map #careers .rf-list-plain .rf-group-img {
  display: table-cell;
  width: 25%;
  padding: 0;
  margin: 0;
}

.SP-Map #Word-map #careers .rf-list-plain .rf-group-img img {
  width: 100%;
  height: auto;
}

.SP-Map #Word-map #careers .red-text-btn {
  margin-top: 40px;
}

.SP-Map #Word-map #careers .officeArea {
  position: relative;
  display: table;
  margin-top: 60px;
  padding-bottom: 140px;
}

.SP-Map #Word-map #careers .officeArea figure {
  display: table-cell;
  min-width: 240px;
  padding: 0;
  vertical-align: top;
}

.SP-Map #Word-map #careers .officeArea .officeCaption {
  display: table-cell;
  width: 78%;
  padding-left: 40px;
  vertical-align: top;
}

.SP-Map #Word-map #careers .officeArea:before {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #ebebeb;
  content: "";
}

.SP-Map #Word-map #link {
  margin-bottom: -30px;
  margin-top: 60px;
}

.SP-Map #Word-map #link .rf-section {
  margin-top: 40px;
}

.SP-Map #Word-map #link .rf-grid-column:nth-of-type(1) a i {
  font-size: 40px;
}

.SP-Map #Word-map #link .rf-grid-column:nth-of-type(2) a i {
  font-size: 38px;
}

.SP-Map #Word-map #link .rf-grid-column:nth-of-type(3) a i {
  font-size: 40px;
}

.SP-Map #Word-map #link .rf-grid-column:nth-of-type(4) a i {
  font-size: 32px;
}

.SP-Map #Word-map #link .rf-grid-column:nth-of-type(5) a i {
  font-size: 44px;
}

.SP-Map #Word-map #link a {
  background: #f6f6f6;
  height: 100px;
  text-decoration: none;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.1em;
  padding: 0 20px 0 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 479px) {
  .SP-Map #Word-map .subTitle {
    padding: 0 10px;
    font-size: 0.875em;
  }
  .SP-Map #Word-map .subTitle .rf-title-xlarge {
    font-size: 24px;
  }
  .SP-Map #Word-map .mainTitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .sectionTop {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map #main .sircleBox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    content: "";
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map #main .link {
    right: 15px;
    bottom: -30px;
  }
}

@media (max-width: 959px) {
  .SP-Map #Word-map #vision #vision-chart {
    margin-top: 80px;
  }
}

@media (max-width: 959px) {
  .SP-Map #Word-map #vision #vision-chart .linkArea {
    margin: 0;
  }
}

@media (max-width: 959px) {
  .SP-Map #Word-map #vision #vision-chart .linkArea a {
    position: relative;
    width: 60%;
    min-width: auto;
    box-sizing: border-box;
    text-align: left;
    padding: 30px 20px 30px 60px;
  }
}

@media screen and (max-width: 959px) and (max-width: 768px) {
  .SP-Map #Word-map #vision #vision-chart .linkArea a {
    width: 100%;
  }
}

@media (max-width: 959px) and (max-width: 320px) {
  .SP-Map #Word-map #vision #vision-chart .linkArea a {
    width: 70%;
    box-sizing: content-box;
  }
}

@media (max-width: 959px) {
  .SP-Map #Word-map #vision #vision-chart .linkArea a i.rg-i {
    font-size: 35px;
  }
  .SP-Map #Word-map #vision #vision-chart .linkArea a span {
    padding: 0;
  }
}

@media screen and (max-width: 959px) and (max-width: 479px) {
  .SP-Map #Word-map #vision #vision-chart .linkArea a span {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .SP-Map #Word-map .Wrap .mapArea {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .SP-Map #Word-map .Wrap .mapArea .americas a {
    left: 20%;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .mapArea .asia a {
    right: 9%;
    top: 39%;
  }
}

@media screen and (max-width: 479px) {
  .SP-Map #Word-map .Wrap .mapArea .asia a {
    right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .mapArea .europe a {
    left: 49%;
  }
}

@media screen and (max-width: 479px) {
  .SP-Map #Word-map .Wrap .mapArea .europe a {
    left: 57%;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .mapArea .global a {
    left: 43%;
  }
}

@media screen and (max-width: 479px) {
  .SP-Map #Word-map .Wrap .mapArea .global a {
    left: 45%;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .mapArea {
    width: 122%;
    max-width: 122%;
    left: -11.8%;
  }
  .SP-Map #Word-map .Wrap .mapArea .rf-btn-white {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .SP-Map #Word-map .Wrap .mapArea .rf-btn-white {
    font-size: 10px;
    padding: 5px 7px;
    white-space: nowrap;
    transform: translate(-50%, -10%);
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .mapArea .pointerGlow li .pointDefault {
    box-shadow: 0 0 8px 1px #fffbc1;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .mapArea .pointerGlow li .pointGlow {
    box-shadow: 0 0 20px 5px #bf0000;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .globalLogo {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .logoList {
    padding: 0;
    margin: 5px 0 0;
  }
  .SP-Map #Word-map .Wrap .logoList li {
    display: block;
    float: left;
    padding: 0;
    width: 50%;
  }
  .SP-Map #Word-map .Wrap .logoList li a, .SP-Map #Word-map .Wrap .logoList li span {
    display: block;
    margin: 0 auto;
    padding: 0;
    height: 80px;
  }
}

@media screen and (max-width: 768px) and (max-width: 479px) {
  .SP-Map #Word-map .Wrap .logoList li a, .SP-Map #Word-map .Wrap .logoList li span {
    height: 56px;
  }
}

@media screen and (max-width: 768px) {
  .SP-Map #Word-map .Wrap .logoList li a img, .SP-Map #Word-map .Wrap .logoList li span img {
    position: relative;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP {
    top: 95%;
    left: 95%;
    width: 230px;
    margin: 0;
    padding: 0;
    transform: translate(-100%, 0);
  }
  .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP:before, .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP:after, .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP i {
    display: none;
  }
  .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP.under {
    top: 10px;
    transform: translate(-100%, -100%);
  }
  .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP a {
    float: left;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 0 20px 20px;
    font-size: 18px;
    text-align: left;
    z-index: 100;
  }
  .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP a:hover {
    opacity: 1;
  }
  .SP-Map #Word-map .Wrap .logoList:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.SP-PartnerTeaser .row [class^="col-"] {
  display: -ms-flexbox;
  display: flex;
}

.SP-PartnerTeaser .row .col-lg-4:nth-child(n + 4) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .SP-PartnerTeaser .item:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.SP-PartnerTeaser .info-group {
  display: block;
  padding: 0 30px;
  margin: 0 auto;
}

.SP-PartnerTeaser .info-group .Section-image {
  position: relative;
}

.SP-PartnerTeaser .info-group .Section-image:before {
  content: "";
  display: block;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.SP-PartnerTeaser .info-group .Section-image img {
  max-width: 200px;
  width: 100%;
}

.SP-PartnerTeaser .info-group .Section-content {
  margin-top: 10px;
}

.SP-PartnerTeaser .info-group .Section-content .current-position {
  font-weight: 500;
  line-height: 145%;
  font-size: 0.75em;
  font-weight: 500;
}

.SP-PartnerTeaser .info-group .Section-content .original-name {
  margin: 5px 0 6px;
  line-height: 140%;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
}

.SP-PartnerTeaser .info-group:hover .Section-image:before {
  content: none;
}

.SP-PartnerTeaser .info-group:hover .Section-content .original-name {
  color: #ea6a00;
}

.SP-Popup .form-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 750px;
  max-height: 320px;
  z-index: 999;
  border-top: 5px solid #ea6a00;
  background: #fbf3e6;
  transition: transform;
  transition-duration: .5s;
  transition-timing-function: ease-in;
  transform: translateY(320px);
  box-shadow: 1px 7px 10px rgba(0, 0, 0, 0.4);
  border-radius: 0 5px 0 0;
}

.SP-Popup .form-popup .download_popup_inner {
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 8px;
}

.SP-Popup .form-popup .download_popup_inner .download_popup_body .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.SP-Popup .form-popup .download_popup_inner .download_popup_body .title span {
  color: #ea6a00;
}

.SP-Popup .form-popup .download_popup_inner .download_popup_body img {
  width: 100%;
  height: auto;
}

.SP-Popup .form-popup .download_popup_inner .download_popup_body p {
  margin-top: 10px;
  display: inline-block;
  line-height: 1.2em;
  color: rgba(74, 74, 74, 0.8);
  font-style: normal;
}

.SP-Popup .form-popup #download_popup_close {
  z-index: 999;
  position: absolute;
  top: 2px;
  right: 7px;
}

.SP-Popup .download_popup_open {
  transform: translateY(0px);
}

.SP-Popup .download_popup_hide {
  transform: translateY(320px);
}

.SP-RecentNews .RecentNews-header {
  width: 100%;
}

.SP-RecentNews .RecentNews-tag {
  margin: 0 0.7em;
  font-weight: 600;
  word-break: keep-all;
  color: #ea6a00;
}

.SP-RecentNews .RecentNews-tag.ss-sponsored-seminar {
  color: #3b8dc7;
}

.SP-RecentNews .RecentNews-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.SP-RecentNews .RecentNews-body .list {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .SP-RecentNews .RecentNews-body .list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.SP-RecentNews .RecentNews-body dl:last-child {
  margin-bottom: 0;
}

.SP-RecentNews .RecentNews-body dl dt, 
.SP-RecentNews .RecentNews-body dl dd {
  font-weight: 300;
  font-size: 90%;
  line-height: 1.6em;
}

.SP-RecentNews .RecentNews-body dl dd {
  margin-left: 15px; 
}

.SP-RecentNews .RecentNews-body dl dd a {
  text-decoration: underline;
}

.SP-RecentNews .RecentNews-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}

.SP-RecentNews .RecentNews-footer {
  margin-top: 2em;
}

@media (max-width: 575px) {
  .SP-RecentNews .RecentNews-footer {
    text-align: center;
    margin-top: 1em;
  }
}

.SP-Recent-Post a.card {
  position: relative;
}

.SP-Recent-Post a.card:hover {
  color: #4a4a4a;
}

.SP-Recent-Post a.card:hover:before {
  content: "";
  display: inline-block;
  border: 2px solid #ea6a00;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.SP-Recent-Post .card-img {
  max-height: 200px;
  overflow: hidden;
  padding: 1.25rem;
}

.SP-Recent-Post .PostTeaser-date {
  margin: 10px 0 10px;
  color: #666;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
}

.SP-Recent-Post .PostTeaser-date:before {
  font-family: "fontawesome";
  content: "\f274";
  font-size: 0.88em;
  margin-right: 0.3em;
  position: relative;
  top: -1px;
}

@media (min-width: 576px) {
  .SP-Recent-Post .card {
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: calc(100% / 2 - 30px);
    flex-basis: calc(100% / 2 - 30px);
  }
  .SP-Recent-Post .card:nth-child(n + 3) {
    margin-top: 3%;
  }
}

@media (min-width: 768px) {
  .SP-Recent-Post .card {
    -ms-flex-preferred-size: calc(100% / 3 - 30px);
    flex-basis: calc(100% / 3 - 30px);
  }
  .SP-Recent-Post .card:nth-child(n + 3) {
    margin-top: 0;
  }
  .SP-Recent-Post .card:nth-child(n + 4) {
    margin-top: 3%;
  }
}

@media (min-width: 960px) {
  .SP-Recent-Post .card {
    -ms-flex-preferred-size: calc(100% / 4 - 30px);
    flex-basis: calc(100% / 4 - 30px);
  }
  .SP-Recent-Post .card:nth-child(n + 3) {
    margin-top: 0;
  }
  .SP-Recent-Post .card:nth-child(n + 4) {
    margin-top: 0;
  }
  .SP-Recent-Post .card:nth-child(n + 5) {
    margin-top: 3%;
  }
}

.SP-ResourcesList .Section-content .Column-item a {
  display: inline-block;
  max-width: 250px;
  width: 100%;
}

.SP-ResourcesList .Section-content .Column-item a:hover {
  opacity: 0.7;
}

#search {
  width: 238px;
  height: 38px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  line-height: 38px;
}

#search div.gsc-control-searchbox-only {
  padding: 0;
}

#search div.gsc-control-searchbox-only form.gsc-search-box * {
  padding: 0;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td, #search div.gsc-control-searchbox-only form.gsc-search-box th {
  border-style: none;
}

#search div.gsc-control-searchbox-only form.gsc-search-box input {
  height: 28px;
  outline: 0;
  border-style: none;
}

#search div.gsc-control-searchbox-only form.gsc-search-box div.gsc-input-box {
  height: auto;
  border-style: none;
}

#search div.gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td {
  vertical-align: top;
}

#search div.gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box td {
  vertical-align: middle;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsc-input, #search div.gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
  width: 203px;
}

#search div.gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
  line-height: 26px;
  border-radius: 7px 0 0 7px;
  padding-left: 10px !important;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button, #search div.gsc-control-searchbox-only form.gsc-search-box input.gsc-search-button {
  width: 30px;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsib_b {
  width: 15px;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsib_b * {
  line-height: 28px;
  margin-right: 4px;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button {
  display: inline-block;
  font: normal normal normal 17px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #999;
  margin-top: -5px;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button::before {
  content: "\f002";
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsc-search-button:hover {
  background-position: right -122px;
}

#search div.gsc-control-searchbox-only form.gsc-search-box input.gsc-search-button, #search div.gsc-control-searchbox-only form.gsc-search-box button.gsc-search-button {
  display: none;
}

#search div.gsc-control-searchbox-only form.gsc-search-box td.gsc-clear-button {
  display: none;
}

#search div.gsc-control-searchbox-only form.gsc-search-box .gsc-search-box .gsc-input > input:hover, #search div.gsc-control-searchbox-only form.gsc-search-box .gsc-input-box-hover, #search div.gsc-control-searchbox-only form.gsc-search-box .gsc-search-box .gsc-input > input:focus, #search div.gsc-control-searchbox-only form.gsc-search-box .gsc-input-box-focus {
  box-shadow: inset 0 0 0 transparent;
}

#search table, #search th, #search td {
  padding: 0;
  border-style: none;
}

#SP-Search .search-query {
  color: #b7b7b7;
}

#SP-Search div.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #f0f0f0 !important;
}

#SP-Search div.gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-weight: 400 !important;
  display: inline-block !important;
  font-size: 16px;
  color: #666 !important;
  text-align: center;
  width: 2em;
  line-height: 2em;
  border: 1px solid #ddd;
}

.SP-StepDiagram .StepDiagram {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.SP-StepDiagram .StepDiagram-step {
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  position: relative;
  margin-right: 45px;
  background-color: white;
  position: relative;
  border: 2px solid #17a2b8;
}

.SP-StepDiagram .StepDiagram-step:last-child:before {
  content: none;
}

.SP-StepDiagram .StepDiagram-label {
  padding-bottom: 15px;
}

.SP-StepDiagram .StepDiagram-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 500;
  border-bottom: 1px solid #ea6a00;
}

.SP-StepDiagram .StepDiagram-description {
  padding-top: 10px;
}

@media (max-width: 819px) {
  .SP-StepDiagram .StepDiagram-step {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 45px;
    margin-right: 0;
  }
  .SP-StepDiagram .StepDiagram-step:last-child {
    margin-bottom: 0;
  }
  .SP-StepDiagram .StepDiagram-label {
    text-align: center;
  }
}

.SP-StepDiagram .Side .StepDiagram-step:before {
  content: "";
  top: 0;
  bottom: 0;
  right: -90px;
  display: block;
  position: absolute;
  margin: auto;
  border: 50px solid transparent;
  border-left: 30px solid #17a2b8;
  width: 0;
  height: 0;
}

.SP-StepDiagram .Side .StepDiagram-step:after {
  content: "";
  display: block;
  clear: both;
}

.SP-StepDiagram .Side .StepDiagram-step:last-child {
  margin-right: 0;
}

.SP-StepDiagram .Side .StepDiagram-step:last-child:before {
  content: none;
}

@media (max-width: 819px) {
  .SP-StepDiagram .Side .StepDiagram {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .SP-StepDiagram .Side .StepDiagram-step {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .SP-StepDiagram .Side .StepDiagram-step:last-child {
    margin-right: auto;
  }
  .SP-StepDiagram .Side .StepDiagram-step:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    border: 50px solid transparent;
    border-top: 30px solid #17a2b8;
  }
  .SP-StepDiagram .Side .StepDiagram-step .StepDiagram-title {
    text-align: center !important;
  }
}

.SP-StepDiagram .Vertical .StepDiagram {
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.SP-StepDiagram .Vertical .StepDiagram-step {
  margin-right: 0;
  margin-bottom: 45px;
}

.SP-StepDiagram .Vertical .StepDiagram-step:last-child {
  margin-bottom: 0;
}

.SP-StepDiagram .Vertical .StepDiagram-step:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  border: 50px solid transparent;
  border-top: 30px solid #17a2b8;
}

.SP-StepDiagram .Vertical .StepDiagram-step:after {
  content: "";
  display: block;
  clear: both;
}

.SP-StepDiagram .Vertical .StepDiagram-step:last-child:before {
  content: none;
}

@media (max-width: 819px) {
  .SP-StepDiagram .Vertical .StepDiagram-step .StepDiagram-title {
    text-align: center !important;
  }
}

/*=========================================================================
----------------------SP-Team-Officer-----------------------------------
=========================================================================*/
.SP-Team-Officer .officer-list .officer:not(:first-child) {
  margin-top: 60px;
  border-top: 1px solid #c8c8c8;
  padding-top: 60px;
}

.SP-Team-Officer .officer-list .officer:first-child {
  margin-top: 60px;
}

.SP-Team-Officer .officer-list .officer .Section-image img {
  max-width: 250px;
  width: 100%;
}

.SP-Team-Officer .officer-list .officer .Section-content .position {
  margin: 0;
}

.SP-Team-Officer .officer-list .officer .Section-content h4 {
  margin-top: 10px;
  margin-bottom: 0;
}

.SP-Team-Officer .officer-list .officer .Section-content h4 span.name {
  font-size: 18px;
  padding-left: 10px;
}

.SP-Team-Officer .officer-list .officer .Section-content table {
  margin-top: 10px;
  margin-bottom: 20px;
}

.SP-Team-Officer .officer-list .officer .Section-content table tr {
  margin-bottom: 5px;
}

.SP-Team-Officer .officer-list .officer .Section-content table th {
  font-weight: normal;
}

.SP-Team-Officer .officer-list .officer .Section-content table td {
  padding-left: 14px;
}

.SP-Team-Officer .officer-list .officer .Section-content table td p {
  margin: 0;
}

@media (max-width: 767px) {
  .SP-Team-Officer .officer-list .officer {
    text-align: center;
  }
  .SP-Team-Officer .officer-list .officer .Section-content .name {
    display: block;
  }
  .SP-Team-Officer .officer-list .officer .Section-content table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

/*========================================
-----------.LP-Testimonials---------------
========================================*/
.SP-Testimonials:not(.u-bgColor--FFFFFF) .Item {
  background: rgba(255, 255, 255, 0.7);
}

.SP-Testimonials .avatar img {
  border-radius: 100%;
  box-shadow: 0 0 0 2px #1977b5;
  border: 5px solid #fff;
  max-width: 100px;
  display: inline-block;
}

.SP-Testimonials .star-rating {
  color: #f1a604;
}

.SP-Testimonials .date {
  font-size: 12px;
  font-style: italic;
}

.SP-Testimonials blockquote p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.SP-Testimonials blockquote cite {
  margin-top: 5px;
}

.SP-Testimonials blockquote .fa {
  color: #1977b5;
}

.SP-Testimonials .author span {
  font-weight: 300;
  color: #999;
}

.SP-Testimonials .Item {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 30px;
}

.SP-Testimonials.horizontal .avatar {
  display: none;
}

.SP-Testimonials.horizontal .title {
  margin-top: 0;
  margin-bottom: 10px;
}

.SP-Testimonials.horizontal blockquote {
  position: relative;
  margin: 10px;
}

.SP-Testimonials.horizontal blockquote p {
  padding: 5px 30px;
  margin: 0;
}

.SP-Testimonials.horizontal blockquote .fa {
  position: absolute;
}

.SP-Testimonials.horizontal blockquote .fa.fa-quote-right {
  right: 0;
  bottom: 0px;
}

.SP-Testimonials.horizontal .author {
  text-align: right;
}

.SP-Testimonials.vertical .Item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0;
}

.SP-Testimonials.vertical blockquote p {
  margin: 20px 0;
}

.SP-Testimonials.vertical .date {
  display: none;
}

.SP-Testimonials.vertical .author {
  margin-bottom: 15px;
}

.SP-Testimonials.vertical .star-rating {
  -ms-flex-order: 5;
  order: 5;
}

@media (min-width: 768px) {
  .TwoColumn.row .item:nth-child(n+3) {
    margin-top: 3em;
  }
}

@media (max-width: 767px) {
  .TwoColumn.row .item:nth-child(n+2) {
    margin-top: 2em;
  }
}

@media (max-width: 767px) {
  .SP-TwoColumn .Section-content {
    margin-top: 20px;
  }
  .SP-TwoColumn .Section-cta {
    text-align: center;
  }
}

/*--------------------------------------------------------------
-------------------------SP-Videos----------------------------
--------------------------------------------------------------*/
.SP-Videos .nav_works {
  border: 1px solid #ddd;
}

.SP-Videos .nav_works li {
  border-bottom: none !important;
}

.SP-Videos .nav_works li.hs-menu-depth-1 {
  padding: 0.9em 20px 0.9em 10px;
  line-height: 1.4em;
  padding-left: 25px;
}

.SP-Videos .nav_works li.hs-menu-depth-1 > span {
  font-size: 1.14em;
  position: relative;
  margin-left: 0px;
}

.SP-Videos .nav_works li.hs-menu-depth-1 a {
  color: #333;
}

.SP-Videos .nav_works li.hs-menu-depth-1 a:hover {
  color: #ea6a00;
}

.SP-Videos .nav_works li.hs-menu-depth-1 > span.less:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(45deg);
}

.SP-Videos .nav_works li.hs-menu-depth-1 > span.more:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.SP-Videos .nav_works li.hs-menu-depth-1:nth-child(n + 2) {
  border-top: 1px solid #ddd;
}

.SP-Videos .nav_works li.hs-menu-depth-1:hover {
  cursor: pointer;
}

.SP-Videos .nav_works li.hs-menu-depth-1:hover > span:before {
  border-color: #ea6a00;
}

.SP-Videos .nav_works li > ul {
  border: none !important;
}

.SP-Videos .nav_works li > ul > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.SP-Videos .nav_works li > ul > li > a:before {
  top: 48% !important;
}

.SP-Videos #search {
  width: 100%;
  border-radius: 0;
}

.SP-Videos #search li {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -ms-flex-align: center;
  align-items: center;
}

.SP-Videos #search input {
  width: 80%;
  border: none;
  padding: 0 12px;
}

.SP-Videos #search .btn_search {
  width: 21%;
  border-color: transparent;
  background: #ea6a00;
}

.SP-Videos #search .btn_search > i {
  color: #fff;
}

.SP-Videos #search .btn_search:hover {
  background-color: #c45900;
  border: 1px solid #b75300;
  cursor: pointer;
}

.SP-Videos #mainArea_works .list:not(:first-child) {
  margin-top: 50px;
}

.SP-Videos #mainArea_works .list .Main-title {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.SP-Videos #mainArea_works .list .thumb a.card figure {
  position: relative;
}

.SP-Videos #mainArea_works .list .thumb a.card figure:after {
  transition: opacity 0.6s;
  background: url(https://542861.fs1.hubspotusercontent-na1.net/hubfs/542861/library/classic/icon/icon-play.svg) no-repeat 50%;
  background-size: contain;
  border-radius: 100%;
  content: "";
  display: block;
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 5;
}

.SP-Videos #mainArea_works .list .thumb a.card figure .time {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 2px 21px 2px 20px;
  font-size: 0.9em;
}

.SP-Videos #mainArea_works .list .thumb a.card .ttl {
  font-size: 1em;
  font-weight: 600;
  padding: 0 15px;
}

.SP-Videos #mainArea_works .list .thumb a.card .intro {
  padding: 0px 15px 15px 15px;
  font-size: 13.5px;
}

.SP-Videos #mainArea_works .list .thumb a.card .card-text {
  padding: 0px 15px;
}

@media (max-width: 767px) {
  .SP-Videos #mainArea_works .list .thumb:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.SP-Videos #mainArea_works .intro .ttl_main {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ddd;
}

/*
.Sitemap .Section-header + .Section-content {
  margin-top: 60px;
}

.Sitemap .hs-menu-wrapper ul li {
  list-style: none;
}

.Sitemap .hs-menu-wrapper ul li a {
  text-decoration: underline;
  color: #1977b5;
  margin-bottom: 1em;
}

.Sitemap .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.Sitemap .hs-menu-wrapper li.hs-menu-depth-1  {
  width: 100%;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-1:nth-child(n+2) {
  margin-top: 3.2rem;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-1 > ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-1 > a {
  padding-bottom: .5em;
  font-size: 1.75em;
  border-bottom: 2px solid #ddd;
  display: block;
  text-decoration: none;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-2 {
  min-width: calc(100%/4 - 45px);
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-2 {
  margin-left: 15px;
  margin-right: 15px;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-2 > a {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
  display: block;
  text-decoration: none;
  margin-top: 1.5rem;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-3 a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  line-height: 1.4em;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-3 a:after {
  content: '';
  position: absolute;
  left: 0;
  top: .7em;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-2 > ul {
  padding: 0;
}

@media (max-width: 767px) {
  .Sitemap .hs-menu-wrapper > ul > li {
    width: 47%;
  }
  .Sitemap .hs-menu-wrapper > ul > li:nth-child(2n) {
    margin-left: 5%;
  }
  .Sitemap .hs-menu-wrapper > ul > li:nth-child(n+3) {
    margin-top: 3%;
  }
  .Sitemap .hs-menu-wrapper > ul > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .Sitemap .hs-menu-wrapper > ul > li {
    width: 100%;
    margin-left: 0 !important;
  }
  .Sitemap .hs-menu-wrapper > ul > li:nth-child(n+2) {
    margin-top: 15%;
  }
}
*/

.Sitemap .Section-header + .Section-content {
  margin-top: 60px;
}

.Sitemap .hs-menu-wrapper ul li {
  list-style: none;
}

.Sitemap .hs-menu-wrapper ul li a {
  text-decoration: underline;
  color: #1977b5;
  margin-bottom: 1em;
}

.Sitemap .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-1 {
  min-width: calc(100%/3 - 45px);
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-1 {
  margin-left: 15px;
  margin-right: 15px;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-1 > a {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
  display: block;
  text-decoration: none;
  margin-top: 1.5rem;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-2 a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  line-height: 1.4em;
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-2 a:after {
  content: '';
  position: absolute;
  left: 0;
  top: .7em;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

.Sitemap .hs-menu-wrapper .hs-menu-depth-1 > ul {
  padding: 0;
}

@media (max-width: 767px) {
  .Sitemap .hs-menu-wrapper > ul > li,
  .Sitemap .hs-menu-wrapper .hs-menu-depth-1{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.sitemap-top {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}
.sitemap-top li {
  margin-left: 15px;
  margin-right: 15px;
  list-style: none;
  min-width: calc(100%/3 - 45px);
}
@media (max-width: 768px) {
  .sitemap-top li {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.sitemap-top li a {
  border-bottom-color: #ccc;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5em;
  display: block;
} 

.SP-Sitemap.Sitemap .hs-menu-wrapper .hs-menu-depth-1>a {
    font-size: 1.1rem;
    font-weight: normal;
}

.SP-Sitemap.Sitemap .hs-menu-wrapper .hs-menu-depth-2 a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  line-height: 1.4em;
  font-size: 12px;
  margin-bottom: 5px;
}

.System-Basic .body-container {
  min-height: calc(100vh - 210px);
}

.System-Basic form h3 {
  font-size: 1.2em;
}

.System-Basic form input.hs-input {
  cursor: text;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.System-Basic form input.hs-button {
  margin-top: 12px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #ea6a00;
  border-color: #ea6a00;
  cursor: pointer;
}

.System-Basic-emailconfirm .hs_cos_wrapper_type_email_subscriptions_confirmation h1 {
  display: none;
}

.System-Basic-emailconfirm .hs_cos_wrapper_type_email_subscriptions_confirmation h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.System-Basic-emailsubpre #email-prefs-form p, .System-Basic-emailsubpre #email-prefs-form h2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  margin: 1px 0px 4px;
}

.System-Basic-emailsubpre #email-prefs-form {
  margin: 0;
}

.System-Basic-emailsubpre .page-header {
  margin: 0px;
  padding-bottom: 1em;
}

.System-Basic-emailsubpre p.header {
  margin-left: 7px;
}

.System-Basic-emailsubpre .email-prefs .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 1px;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
}

.System-Basic-emailsubpre .email-prefs .item .item-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  transition-property: background;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
  background: #f7f7f7;
}

.System-Basic-emailsubpre .checkbox-row {
  margin-top: 0;
  overflow: hidden;
}

.System-Basic-emailsubpre .checkbox-row span.fakelabel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: normal;
  vertical-align: middle;
}

.System-Basic-emailsubpre .checkbox-row input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  float: left;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .System-Basic-emailsubpre .checkbox-row input {
    position: relative;
    top: 3px;
  }
}

.System-Basic-emailsubpre .checkbox-row span.fakelabel span {
  float: left;
  font-weight: bold;
  margin-left: 7px;
  vertical-align: top;
}

.System-Basic-emailsubpre #email-prefs-form .email-prefs .item p {
  clear: both;
  margin: 5px 20px 0px;
}

.System-Basic-emailsubpre .subscribe-options {
  margin-bottom: 12px;
  overflow: hidden;
}

.System-Basic-emailsubpre .subscribe-options p {
  font-size: 14px;
}

.System-Basic-emailsubpre label {
  cursor: pointer;
}

.System-Basic-emailsubpre .subscribe-options label {
  font-size: 13px;
  margin-left: 16px;
  margin-right: 16px;
}

.System-Basic-emailsubpre .subscribe-options label span {
  margin-left: 3px;
  font-size: 14px;
  font-weight: bold;
}

.System-Basic-emailsubpre #submitbutton {
  margin-bottom: 0px;
}

.System-Basic-pasword input[name="password"] {
    padding: 8px 10px;
    line-height: 1 !important;
    height: auto !important;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.System-Basic-pasword input.hs-button {
    padding: 8px 20px !important;
    line-height: 35px;
    height: auto;
    margin-top: 0px !important;
    margin-left: 10px;
}

.System-Basic #MainContent #BreadCrumb li {
  color: #494949;
}

.System-Basic #MainContent #BreadCrumb li a {
  color: #3b8dc7;
}

.System-Basic h1.main-title {
  border-bottom: #b7b7b7 1px solid;
  display: inline-block;
  padding: 0 25px 10px 0;
  margin-bottom: 25px;
}

.System-Basic h2.title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .System-Basic .SP-BasicContent .Section-content {
    text-align: center;
  }
  .System-Basic .SP-BasicContent .Section-content .hs-input {
    width: 100% !important;
  }
  .System-Basic .SP-BasicContent .Section-content .hs-button {
    white-space: normal;
  }
}

.SP-Custom-Module {
  background-size: cover;
  background-position: center;
}

[class*="Web-"] .body-container,
[class*="LP-"] #MainContent {
  min-height: 65vh;
}

.header-container-wrapper {
  position: relative;
  z-index: 999;
}

#News-Page .row > .Wrap-content > .span12.widget-span > .row-fluid-wrapper > .row-fluid {
  display: -ms-flexbox;
  display: flex;
}

#News-Page .row > .Wrap-content > .span12.widget-span > .row-fluid-wrapper > .row-fluid #Blog-Sidebar {
  position: relative;
  width: 280px;
}

.basic-border-box {
  padding: 15px 20px;
  border: 1px solid #c8c8c8;
}

ul.check-list {
  list-style-type: none;
}

ul.check-list > li {
  padding-left: 30px;
}

ul.check-list > li:before {
  content: "・";
  display: inline-block;
  width: 30px;
  vertical-align: top;
  text-indent: 100%;
  margin: -0.5em 0px -0.5em -30px;
  padding: 0.5em 0px;
  background: url("//www.leadplus.net/hubfs/Japanese%20Standard/icon/bg_icons.png") -205px center no-repeat;
  overflow: hidden;
}

a.web-icon {
  color: #3c8cc8;
  text-decoration: underline;
  padding-left: 20px;
}

a.web-icon:before {
  content: "・";
  display: inline-block;
  text-indent: 100%;
  vertical-align: top;
  background-image: url("//www.leadplus.net/hubfs/Japanese%20Standard/icon/bg_icons.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 5px 0 -20px;
  width: 12px;
  padding: 0;
}

a.web-icon:hover {
  color: #ea6a00;
}

a.web-icon:hover:before {
  background-position: -20px center;
}

.border--blue {
  border: 3px solid #bdd3dc;
}

ul.checked-box {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.checked-box li {
  padding-left: 30px;
}

ul.checked-box li:not(:first-child) {
  margin-top: 1em;
}

ul.checked-box li:before {
  content: "・";
  display: inline-block;
  width: 30px;
  margin: -0.5em 0 -0.5em -30px;
  padding: 0.5em 0;
  vertical-align: top;
  text-indent: 100%;
  background: url("//1970584.fs1.hubspotusercontent-na1.net/hubfs/1970584/jp/common/images/bg_icons.png") -240px center no-repeat;
  overflow: hidden;
}

table.normal-table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.normal-table th,
table.normal-table td {
  padding: 16px;
  text-align: left;
  border: 1px solid #c8c8c8;
  font-weight: normal;
}

table.normal-table th {
  background-color: #f0f0f0;
}

.sub-head {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
  margin-top: 45px;
  color: #333 !important;
}

table.price-table {
  table-layout: fixed;
  margin-top: 20px;
  font-size: 16px;
  width: 100%;
}

table.price-table tr th {
  background: #69aa0f;
  color: #fff;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  padding: 5px;
  text-align: center;
  margin: 0;
  font-weight: normal;
}

table.price-table tr td {
  margin: 0;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  padding: 5px;
  text-align: center;
  background: #f2f0f0;
}

.list-number {
  margin: 0;
  padding: 0;
  counter-reset: item;
  list-style: none;
  margin-left: 1em;
  padding-left: 2em;
  margin-top: 20px;
}

.list-number > li {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  list-style: none;
}

.list-number > li:before {
  content: "（ " counters(item, "-") " ）";
  counter-increment: item;
  display: inline-block;
  width: 4em;
  margin-left: -4em;
  text-align: right;
}

a.arrow-icon {
  color: #3c8cc8;
  text-decoration: underline;
  position: relative;
}

a.arrow-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: -20px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}

a.arrow-icon:hover {
  color: #ea6a00;
}

a.arrow-icon:hover:after {
  border-color: #ea6a00;
}

@media (max-width: 767px) {
  .cta-box .cta-content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #Event-Page .SP-Recent-News .Section-header {
    text-align: center;
  }
  #Event-Page .SP-Recent-News .BoxNews-content div.mt-5 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #Event-Page .SP-Recent-News .row [class^="col-"] :nth-child(n + 2) {
    margin-top: 40px;
  }
}

.SP-BasicContent .d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .SP-BasicContent .d-flex .col-lg-6:nth-child(n+1) {
    margin-top: 30px;
  }
}

.SP-Basic-Form .small-cta-box {
  border-left: 3px solid #ea6a00;
  background: #ffffff;
  padding: 20px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .SP-Basic-Form .small-cta-box {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-left: 0;
    border-top: 3px solid #ea6a00;
  }
}

.hs_recaptcha .grecaptcha-badge {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .table-sp tbody tr th, .table-sp tbody tr td {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.Blog-Basic .Hero.Hero-List {
  overflow: hidden;
}
.Wrap--backgroud {
  position: relative;
  width: 100%;
}
.Wrap--backgroud img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 600px;
}






/* column add 2024.4.2 -------------------------------------------------------------------------------------------------------------------------- */

/* tag */
.blog-post__tag-link, .blog-post__tags{text-transform: unset;}
.tag_cloud .tag { border: 1px solid rgb(0, 123, 198); border-left: 3px solid rgb(0, 123, 198); padding: 0.5em 0.75em 0.25em 0.75em; font-size: 80%; display: inline-block; line-height: 1.2rem; color: #888 !important; margin: 3px 0;}

/* wrap */
.content_column{display:flex; margin:auto;}
.content_column #Main_Content{max-width: 880px; width: 100%; padding: 10px;}
.content_column #Navigation .pagination { width: auto !important; align-items: center; justify-content: center;}
.content_column #Navigation .pagination li { width: auto !important; margin: 0 10px;}

.Blog-Basic .content_column #Main_Content .Blog-Simple .Post-Item-blog .eyecatch {height: 160px;}

/* side */
.content_column #side_column{width: 320px; padding: 35px 0px;}
.Blog-Basic .content_column .ViewsExposedForm-search {width: auto;}
.Blog-Basic .content_column .ViewsExposedForm-search form {float: none;}
.Blog-Basic .content_column .ViewsExposedForm-search form {width: 100%; float: none; margin-top: 2em;}
.Blog-Basic .content_column .ViewsExposedForm-search form input[type="text"]{width: calc(100% - 70px);}
.popularPosts_side{counter-reset: number 0;}
.popularPosts_side h5{padding: 1em 0 0;}
.popularPosts_side .blog_feed_item_inner{display:flex; padding: 10px; border-bottom: dashed 1px #ddd; width: 100%;}
.popularPosts_side .blog_feed_item_inner .blog_feed_image {width: 40%; position:relative;  flex: unset;}
.popularPosts_side .blog_feed_item_inner .blog_feed_image:before{counter-increment: number 1; content: counter(number) " "; display: block; background: rgb(0, 123, 198); color: #fff; position: absolute; width: 30px; text-align: center;}
.popularPosts_side .blog_feed_item_inner .blog_feed_content {width: 60%; font-size: 12px; padding-left: 0.7em;  flex: unset;}
.popularPosts_side .blog_feed_item_inner .blog_feed_content a{color: #232323; max-height: calc(1.5 * 12px * 3); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.wpList_side{background: #f9f9f9; padding: 20px; text-align: center; margin: 20px 0 0;}
.wpList_side h5{font-size: 120%; margin: 0;}
.wpList_side ul{list-style: none; padding: 0;}
.wpList_side ul li{padding: 10px 0; font-size: 12px;}
.wpList_side ul li a p{padding: 5px 10px; margin: 0;}
.tagsList_side{}
.tagsList_side h5{padding: 1em 0 0;}

/* search List */
.content_column.content_searchList{padding-top: 30px;}
.content_column.content_searchList #side_column{padding: 0;}
.content_searchList #Main_Content .tag_cloud .tag {border: none; border-left: 3px solid #bda8cb;}
.hs-search-results__pagination {border: none;}


@media (max-width: 767px){
  /* wrap */
  .content_column{display:block;}
  .content_column #Main_Content{max-width: none;}
   .Blog-Basic .content_column #Main_Content .Blog-Simple .Post-Item-blog .eyecatch {height: 210px;}
  .content_column #side_column {width: auto;}
  .popularPosts_side .blog_feed_item_inner .blog_feed_image{width: 30%;}
  .popularPosts_side .blog_feed_item_inner .blog_feed_content {width: 70%;}  
}
/****************************************/
/* HubSpot Style Color Setting */
/****************************************/
 html{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif;
}
body{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif;
}
.LP-Basic .LP-FooterForm .hs-form-field input,.LP-Basic .LP-FooterForm .hs-form-field textarea{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif
}
.LP-Basic .LP-FooterForm .hs_submit .actions input{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif
}
.LP-Form .hs-form-field .hs-input{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif
}
.LP-Form.overlay .form_inbound .hs-form .hs-input{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif
}
.cmn-info-list-item__date,.cmn-info-list-item__txt{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif
}
.SP-LoadingSkills .Section-circle text{
    font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ　Ｐゴシック','MS P Gothic',sans-serif
}
.email-prefs .item .item-inner,.img-thumbnail,body{
    background: #ffffff !important
}
/* .SP-Custom-Module:not(.SP-Hero):not([style*="background-color: #f4f4f4"]):not([style*="background-color: #f7f7f7"]){
    background-color: #ffffff !important
} */
.SP-CTA-Section .Wrap .line span,.SP-CTA-Section .Wrap header{
    background-color: #ffffff !important
}
.SP-Hero .Hero--overlay .Wrap--narrow{
    background: rgba(255, 255, 255, 0.8) !important
}

@media (min-width: 768px) {
  body{
      font-size:1rem
  }
  small{
      font-size:80%
  }
  *::-ms-backdrop, small {
      font-size:80%
  }
  sub,sup{
      font-size:75%
  }
  code,kbd,pre,samp{
      font-size:1em
  }
  button,input,optgroup,select,textarea{
      font-size:inherit
  }
  legend{
      font-size:1.5rem
  }
  .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
  }
  .display-1{
      font-size:6rem
  }
  .display-2{
      font-size:5.5rem
  }
  .display-3{
      font-size:4.5rem
  }
  .display-4{
      font-size:3.5rem
  }
  .small,small{
      font-size:80%
  }
  .initialism{
      font-size:90%
  }
  .blockquote{
      font-size:1.25rem
  }
  .blockquote-footer{
      font-size:80%
  }
  .figure-caption{
      font-size:90%
  }
  code{
      font-size:87.5%
  }
  kbd{
      font-size:87.5%
  }
  kbd kbd{
      font-size:100%
  }
  pre{
      font-size:87.5%
  }
  pre code{
      font-size:inherit
  }
  .form-control{
      font-size:1rem
  }
  .col-form-label{
      font-size:inherit
  }
  .col-form-label-lg{
      font-size:1.25rem
  }
  .col-form-label-sm{
      font-size:.875rem
  }
  .form-control-sm{
      font-size:.875rem
  }
  .form-control-lg{
      font-size:1.25rem
  }
  .valid-feedback{
      font-size:80%
  }
  .valid-tooltip{
      font-size:.875rem
  }
  .invalid-feedback{
      font-size:80%
  }
  .invalid-tooltip{
      font-size:.875rem
  }
  .dropdown-menu{
      font-size:1rem
  }
  .dropdown-header{
      font-size:.875rem
  }
  .input-group-text{
      font-size:1rem
  }
  .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{
      font-size:1.25rem
  }
  .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{
      font-size:.875rem
  }
  .custom-select-sm{
      font-size:.875rem
  }
  .custom-select-lg{
      font-size:1.25rem
  }
  .navbar-brand{
      font-size:1.25rem
  }
  .navbar-toggler{
      font-size:1.25rem
  }
  .card-tag{
      font-size:90%
  }
  .card-date{
      font-size:14px
  }
  .card-date:before{
      font-size:.88em
  }
  .pagination-lg .page-link{
      font-size:1.25rem
  }
  .pagination-sm .page-link{
      font-size:.875rem
  }
  .badge{
      font-size:75%
  }
  .progress{
      font-size:.75rem
  }
  .close{
      font-size:1.5rem
  }
  undefined undefined undefined .tooltip{
      font-size:.875rem
  }
  .popover{
      font-size:.875rem
  }
  .popover-header{
      font-size:1rem
  }
  .LP-Custom-Module table th,.table th{
      font-size:16px
  }
  .LP-Custom-Module table td,.table td{
      font-size:16px
  }
  .table-font-small th,
  .table-font-small td {
      font-size: 14.5px;
  }
  .font-small,.text-small{
      font-size:small
  }
  #pagetop a i{
      font-size:3rem
  }
  .Footer-between .social a{
      font-size:14px
  }
  .Footer-between .small{
      font-size:12px
  }
  .Footer-bottom .line-height span{
      font-size:12px
  }
  .Header-between .nav .nav-link{
      font-size:14px
  }
  .Header-between p{
      font-size:12px
  }
  .Header-nav .main-menu .hs-menu-depth-2>a{
      font-size:1em
  }
  .Resource-form #block-b1501788885926 span{
      font-size:* 1)!important
  }
  .Sidebar-list .cta-content h3{
      font-size:1.2em
  }
  .Sidebar-menu .title{
      font-size:1.2em
  }
  .Sidebar-menu .widget-module>ul>li>a{
      font-size:1.14em
  }
  .Sidebar-menu .hs-menu-wrapper .hs-menu-depth-1>a{
      font-size:1.2em
  }
  .Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2>a{
      font-size:0.95em
  }
  .Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3>a{
      font-size:0.9em
  }
  .Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1>a{
      font-size:1em
  }
  .white-popup .inner .top-content .popup-title h2{
      font-size:23px
  }
  .white-popup .inner .top-content .Section-content .original-name{
      font-size:22px
  }
  .white-popup .inner .top-content .Section-content .latin-name{
      font-size:18px
  }
  .TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1>a{
      font-size:14px
  }
  .TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:nth-child(n+2) a:before{
      font-size:inherit
  }
  .TopMenu .hs-menu-wrapper>ul .hs-menu-depth-2 a{
      font-size:90%
  }
  body[class*=Blog-]:not(.is-standard) .Blog-Detail h1{
      font-size:2em
  }
  body[class*=Blog-]:not(.is-standard) .Blog-Detail h2{
      font-size:1.7em
  }
  body[class*=Blog-]:not(.is-standard) .Blog-Detail h3{
      font-size:1.5em
  }
  body[class*=Blog-]:not(.is-standard) .Blog-Detail h4{
      font-size:1.3em
  }
  body[class*=Blog-]:not(.is-standard) .Blog-Detail h5,body[class*=Blog-]:not(.is-standard) .Blog-Detail h6{
      font-size:1em
  }
  body[class*=Blog-]:not(.is-standard) .Blog-Detail h4{
      font-size:1.14em
  }
  #BreadCrumb .breadcrumb li{
      font-size:12px
  }
  #Pagination ul li a,#Pagination ul li.active span{
      font-size:14px
  }
  .Blog-Basic dl dt{
      font-size:90%
  }
  .Blog-Basic #toc-box #toc-title{
      font-size:16px
  }
  .Blog-Basic .Blog-Detail{
      font-size:1rem
  }
  .Blog-Basic .Blog-Detail .post-body h2{
      font-size:1.75rem
  }
  .Blog-Basic .Blog-Detail .post-body h3{
      /* line-height: 1em * 1); */
      font-size: 1.5;
  }
  .Blog-Basic .Blog-Detail .post-body h4{
      font-size:1.25rem
  }
  .Blog-Basic .Blog-Detail .post-body h5{
      font-size:1.05rem
  }
  .Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .cat-name{
      font-size:80%
  }
  .Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .date {
    font-size:75%
  }
  .Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .entry-title{
      font-size:95%
  }
  #Blog-Sidebar .box h3{
      font-size:12px
  }
  #Blog-Sidebar .box h3 span{
      font-size:18px
  }
  #Blog-Sidebar .box ul{
      font-size:14px
  }
  #Blog-Sidebar .top-post.box ul li a:after{
      font-size:1em
  }
  #Blog-Sidebar .top-post.box ul li:before{
      font-size:30px
  }
  #Blog-Sidebar .recent-post.box .item a:after{
      font-size:.8em
  }
  #Blog-Sidebar .recent-post.box .title{
      font-size:14px
  }
  #Blog-Sidebar .topic-list.box ul li a:after{
      font-size:1em
  }
  .LP-Basic .Header .Box-right{
      font-size:.86rem
  }
  .LP-Basic .LP-Body #HeroContent .Hero.smallest .Hero-title{
      font-size:2rem
  }
  .LP-Basic .LP-FooterForm .hs-form-field label{
      font-size:100%
  }
  .LP-Basic .LP-FooterForm .hs-form-field .hs-form-checkbox label span{
      font-size:90%
  }
  .LP-Basic .LP-FooterForm .hs-form-field input,.LP-Basic .LP-FooterForm .hs-form-field textarea{
      font-size:100%
  }
  .LP-Basic .LP-FooterForm .hs-form fieldset select{
      font-size:14px
  }
  .LP-Basic .LP-FooterForm .hs-error-msgs label{
      font-size:80%
  }
  .LP-Basic .LP-FooterForm .hs_submit .actions input{
      font-size:120%
  }
  undefined .LP-Basic .Footer .Footer-copyright p{
      font-size:90%
  }
  .LP-Form .form-title,.LP-Form-title{
      font-size:24px
  }
  .LP-Form .hs-submit .actions .hs-button{
      font-size:18px
  }
  .LP-Form.overlay .form_inbound .hs-form .att,.LP-Form.overlay .form_inbound .hs-form .form-privacy{
      font-size:12px!important
  }
  .LP-Form.overlay .form_inbound .hs-form .att a,.LP-Form.overlay .form_inbound .hs-form .form-privacy a{
      font-size:12px!important
  }
  .System-Page form h3{
      font-size:1.2em
  }
  .System-Page form input.hs-button{
      font-size:1rem
  }
  .System-Page .System-Basic-emailconfirm .hs_cos_wrapper_type_email_subscriptions_confirmation h2{
      font-size:1.2em
  }
  .System-Page .System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions h2{
      font-size:1.2em
  }
  .System-Page .System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .subscribe-options label{
      font-size:13px
  }
  .System-Page .System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .subscribe-options label span{
      font-size:14px
  }
  .System-Page .System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner p{
      font-size:15px
  }
  .Blog-Glossary .Category-title{
      font-size:19px
  }
  .Blog-Glossary .Category-content li{
      font-size:.9rem
  }
  .Blog-Glossary .Category-content.list li a{
      font-size:18px
  }
  .Blog-Glossary #Blog-Sidebar .topic-list.box ul li a:before{
      font-size:1em
  }
  .Web-Sidebar #Main_Content .SP-BasicContent h3{
      font-size:1.5em
  }
  .Web-Sidebar #Sidebar_Content .Wrap-content .Section-body h2{
      font-size:1.75rem
  }
  .Blog-Case .Case-List .Menu-Case .nav li{
      font-size:16px
  }
  .CustomerQuotesSection blockquote div{
      font-size:24px
  }
  .CustomerQuotesSection blockquote cite{
      font-size:18px
  }
  .CustomerQuotes-item blockquote{
      font-size:20px
  }
  .CustomerQuotes-item cite{
      font-size:16px
  }
  .SP-FlexTwoColumn [class^=ResponsiveRatio--]{
      font-size:0
  }
  .SP-FlexTwoColumn [class^=ResponsiveRatio--]>:only-child{
      font-size:1rem
  }
  .SP-Popup .form-popup .download_popup_inner .download_popup_body .title{
      font-size:1.2em
  }
  #SP-Search div.gsc-results .gsc-cursor-box .gsc-cursor-page{
      font-size:16px
  }
  .SP-Testimonials .date{
      font-size:12px
  }
  .SP-Testimonials blockquote p{
      font-size:16px
  }
  .SP-Tab #nav-tab a{
      font-size:.85em
  }
  .SP-Tab #nav-tab .Section-icon span{
      font-size:1.8em
  }
  .SP-Basic-Form .Resource .LP-Form .form-title{
      font-size:1.2em
  }
  .SP-Basic-Form .Resource .LP-Form .form-title span{
      font-size:70%
  }
  .SP-Basic-Form .Resource .LP-Form fieldset label{
      font-size:90%
  }
  .SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .hs_email legend{
      font-size:75%
  }
  .SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .hs_privacy_policy legend{
      font-size:90%
  }
  .SP-CardSlider .ribbon span{
      font-size:18px
  }
  .SP-CardSlider .slider .Item-box{
      font-size:28px
  }
  .SP-CardSlider .slick-next,.SP-CardSlider .slick-prev{
      font-size:0
  }
  .SP-CardSlider .testimonial-text{
      font-size:18px
  }
  .SP-CardSlider .container .person{
      font-size:18px
  }
  .SP-CardSlider .pricing-box__starting-at{
      font-size:16px
  }
  .SP-CardSlider .pricing-box__price{
      font-size:51px
  }
  .SP-CardSlider .pricing-box__price i{
      font-size:41px
  }
  .SP-CardSlider .order{
      font-size:24px
  }
  .SP-CardSlider .title{
      font-size:31px
  }
  .SP-CTA-Section .Wrap h3{
      font-size:1.43em
  }
  .SP-CTA-Section .Wrap .phone{
      font-size:4.28em
  }
  undefined undefined undefined undefined .SP-CTA-Section .alpFont{
      font-size:4.28em
  }
  .SP-FlexBox .ColumnContentSection-icon i{
      font-size:45px
  }
  .TileCard-icon.is-awesome .fa{
      font-size:60px
  }
  .TileCard-title{
      font-size:18px
  }
  .SP-HeroSlider #prMain .overLay p{
      font-size:1.43em
  }
  .SP-HeroSlider #prMain .overLay .btnLink a{
      font-size:1.14em
  }
  .SP-HeroSlider #prMain .note{
      font-size:.86em
  }
  .SP-HeroSlider .seminar_sub_catch{
      font-size:1em
  }
  undefined undefined .rf-title-large{
      font-size:28px
  }
  .rf-btn,.rf-btn-red,.rf-btn-white{
      font-size:.75em
  }
  .rf-btn-rss{
      font-size:10px
  }
  .rf-btn-large{
      font-size:.813em
  }
  undefined undefined undefined .SP-HistoryTable .event-title{
      font-size:22px
  }
  .SP-HistoryTable .history-item{
      font-size:15px
  }
  .SP-HistoryTable .caption-mini{
      font-size:12px
  }
  .cmn-info__ttl{
      font-size:1.2rem
  }
  .cmn-info-list{
      font-size:1.2rem
  }
  .cmn-info-list-item{
      font-size:1.2rem
  }
  .cmn-info-list-item__date,.cmn-info-list-item__txt{
      font-size:12px
  }
  .cmn-info-list-item__txt .rex-icon{
      font-size:1rem
  }
  .SP-LoadingSkills .Section-circle text{
      font-size:24px
  }
  .SP-Map #Word-map .Wrap .mapArea a.rf-btn-white{
      font-size:13px
  }
  .SP-Map #Word-map .Wrap .mapArea .pointer li{
      font-size:0!important
  }
  .SP-Map #Word-map .Wrap .mapArea .pointerGlow li{
      font-size:0!important
  }
  .SP-Map #Word-map .Wrap .logoList{
      font-size:0
  }
  .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP i.rc-i-cross{
      font-size:12px
  }
  .SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP a{
      font-size:14px
  }
  .SP-Map #Word-map #strengths .strengthBody .closeBtn i{
      font-size:40px
  }
  .SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote p{
      font-size:24px
  }
  .SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote cite{
      font-size:18px
  }
  .SP-Map #Word-map #leadership .coeMessage .moreMessage .closeBtn i{
      font-size:40px
  }
  .SP-Map #Word-map #leadership #team-chart .linkArea a i{
      font-size:14px
  }
  .SP-Map #Word-map #leadership #team-chart .linkArea a i.rg-i{
      font-size:40px
  }
  .SP-Map #Word-map #leadership #team-chart .linkArea a span{
      font-size:18px
  }
  .SP-Map #Word-map #link .rf-grid-column:nth-of-type(1) a i{
      font-size:40px
  }
  .SP-Map #Word-map #link .rf-grid-column:nth-of-type(2) a i{
      font-size:38px
  }
  .SP-Map #Word-map #link .rf-grid-column:nth-of-type(3) a i{
      font-size:40px
  }
  .SP-Map #Word-map #link .rf-grid-column:nth-of-type(4) a i{
      font-size:32px
  }
  .SP-Map #Word-map #link .rf-grid-column:nth-of-type(5) a i{
      font-size:44px
  }
  .SP-PartnerTeaser .info-group .Section-content .current-position{
      font-size:.75em
  }
  .SP-Recent-Post .PostTeaser-date{
      font-size:14px
  }
  .SP-Recent-Post .PostTeaser-date:before{
      font-size:.88em
  }
  .SP-Team-Officer .officer-list .officer .Section-content h4 span.name{
      font-size:18px
  }
  .SP-Videos .nav_works li.hs-menu-depth-1>span{
      font-size:1.14em
  }
  .SP-Videos #mainArea_works .list .thumb a.card figure .time{
      font-size:.8em
  }
  .SP-Videos #mainArea_works .list .thumb a.card .ttl{
      font-size:1em
  }
  .Sitemap .hs-menu-wrapper .hs-menu-depth-1>a{
      font-size:1.65em
  }
  table.price-table{
      font-size:16px
  }
}

html{
    line-height:calc(1.25 * 1)
}
body{
    line-height:calc(1.7 * 1)
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    line-height:calc(1.4em * 1)
}
.display-1{
    line-height:calc(1.4em * 1)
}
.display-2{
    line-height:calc(1.4em * 1)
}
.display-3{
    line-height:calc(1.4em * 1)
}
.display-4{
    line-height:calc(1.4em * 1)
}
.figure-img{
    line-height:calc(1 * 1)
}
.form-control{
    line-height:calc(1.5 * 1)
}
.col-form-label{
    line-height:calc(1.5 * 1)
}
.col-form-label-lg{
    line-height:calc(1.5 * 1)
}
.col-form-label-sm{
    line-height:calc(1.5 * 1)
}
.form-control-plaintext{
    line-height:calc(1.5 * 1)
}
.form-control-sm{
    line-height:calc(1.5 * 1)
}
.form-control-lg{
    line-height:calc(1.5 * 1)
}
.valid-tooltip{
    line-height:calc(1.5 * 1)
}
.invalid-tooltip{
    line-height:calc(1.5 * 1)
}
.btn{
    line-height:calc(1.5 * 1)
}
.btn-group-lg>.btn,.btn-lg{
    line-height:calc(1.5 * 1)
}
.btn-group-sm>.btn,.btn-sm{
    line-height:calc(1.5 * 1)
}
.btn.btn-big{
    line-height:calc(60px * 1)
}
.input-group-text{
    line-height:calc(1.5 * 1)
}
.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{
    line-height:calc(1.5 * 1)
}
.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{
    line-height:calc(1.5 * 1)
}
.custom-select{
    line-height:calc(1.5 * 1)
}
.custom-file-label{
    line-height:calc(1.5 * 1)
}
.custom-file-label::after{
    line-height:calc(1.5 * 1)
}
.navbar-toggler{
    line-height:calc(1 * 1)
}
.card-tag{
    line-height:calc(1.4 * 1)
}
.card-date{
    line-height:calc(18px * 1)
}
.page-link{
    line-height:calc(1.25* 1)
}
.pagination-lg .page-link{
    line-height:calc(1.5 * 1)
}
.pagination-sm .page-link{
    line-height:calc(1.5 * 1)
}
.badge{
    line-height:calc(1 * 1)
}
.close{
    line-height:calc(1 * 1)
}
.modal-title{
    line-height:calc(1.5 * 1)
}
.tooltip{
    line-height:calc(1.5 * 1)
}
.popover{
    line-height:calc(1.5 * 1)
}
.LP-Custom-Module table,.table{
    line-height:calc(1.5 * 1)
}
#pagetop a i{
    line-height:calc(55px * 1)
}
.Footer-between .line-height{
    line-height:calc(6px * 1)
}
.Footer-between .social i{
    line-height:calc(25px * 1)
}
.Footer-bottom .line-height{
    line-height:calc(18px * 1)
}
.Footer .bg-color{
    line-height:calc(70px * 1)
}
.Header-between p{
    line-height:calc(16px * 1)
}
.Header-nav{
    line-height:calc(52px * 1)
}
.Header-nav .main-menu a{
/*     line-height:calc(1.5em * 1) */
}
.Header-nav .main-menu .hs-menu-depth-2>a{
    line-height:calc(30px * 1)
}
.Header-nav .main-menu .hs-menu-depth-4{
    line-height:calc(35px * 1)
}
.Resource-form #block-b1501788885926 span{
    line-height:calc(16px * 1)!important
}
.Sidebar-menu .widget-module>ul>li>a{
    line-height:calc(1.4em * 1)
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2>a{
    line-height:calc(1.4em * 1)
}
.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1>a{
    line-height:calc(1.4em * 1)
}
.white-popup .inner .top-content .Section-content .original-name{
    line-height:calc(22px * 1)
}
.white-popup .inner .top-content .Section-content .latin-name{
    line-height:calc(18px * 1)
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1{
    line-height:calc(30px * 1)
}
body[class*=Blog-]:not(.is-standard) .Social li{
    line-height:calc(.6em * 1)
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail h1{
    line-height:calc(1.6em * 1)
}
#Pagination ul li a,#Pagination ul li.active span{
    line-height:calc(32px * 1)
}
.Blog-Basic .Social{
    line-height:calc(.8 * 1)
}
.Blog-Basic .Blog-Detail{
    line-height:calc(200% * 1)
}
.Blog-Basic .Blog-Detail .post-body h2{
    line-height:calc(1.4em * 1)
}
.Blog-Basic .Blog-Detail .post-body h3{
    line-height:calc(1em * 1)
}
.Blog-Basic .Blog-Detail .post-body h4{
    line-height:calc(1 * 1)
}
.Blog-Basic .Blog-Detail .post-body h5{
    line-height:calc(1 * 1)
}
.Blog-Basic .Blog-Detail .post-body table{
    line-height:calc(1.5 * 1)
}
.Blog-Basic .Hero.Hero-List .byline .cat-name{
    line-height:calc(15px * 1)
}
.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .entry-meta{
    line-height:calc(1.5rem * 1)
}
.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content .cat-name{
    line-height:calc(1.2rem * 1)
}
#Blog-Sidebar .box h3{
    line-height:calc(22px * 1)
}
#Blog-Sidebar .top-post.box ul li{
    line-height:calc(1.6 * 1)
}
#Blog-Sidebar .top-post.box ul li:before{
    line-height:calc(1 * 1)
}
#Blog-Sidebar .recent-post.box .title{
    line-height:calc(22px * 1)
}
.LP-Basic .LP-FooterForm .hs-form-field input,.LP-Basic .LP-FooterForm .hs-form-field textarea{
    line-height:calc(1.5 * 1)
}
.LP-Basic .LP-FooterForm .hs-form fieldset input[type=email],.LP-Basic .LP-FooterForm .hs-form fieldset input[type=text],.LP-Basic .LP-FooterForm .hs-form fieldset select{
    line-height:calc(40px * 1)
}
.LP-Basic .LP-FooterForm .hs_submit .actions input{
    line-height:calc(1 * 1)
}
.LP-Form .hs-form-field .hs-error-msgs li{
    line-height:calc(18px * 1)
}
.LP-Form .form-privacy{
    line-height:calc(20px * 1)
}
.System-Page form input.hs-button{
    line-height:calc(1.5 * 1)
}
.System-Page .System-Basic-emailsubpre .hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner p{
    line-height:calc(18px * 1)
}
.System-Page .System-Basic-pasword input[name=password]{
    line-height:calc(35px * 1)
}
.Blog-Glossary .Category-title span{
    line-height:calc(28px * 1)
}
.Blog-guide #toc-box a{
    line-height:calc(1.4em * 1)
}
.CustomerQuotesSection blockquote div{
    line-height:calc(1.5 * 1)
}
.CustomerQuotesSection blockquote cite{
    line-height:calc(1.5 * 1)
}
.CustomerQuotes-item blockquote{
    line-height:calc(30px * 1)
}
.SP-Popup .form-popup .download_popup_inner .download_popup_body p{
    line-height:calc(1.2em * 1)
}
#search{
    line-height:calc(38px * 1)
}
#search div.gsc-control-searchbox-only form.gsc-search-box input.gsc-input{
    line-height:calc(26px * 1)
}
#search div.gsc-control-searchbox-only form.gsc-search-box td.gsib_b *{
    line-height:calc(28px * 1)
}
#SP-Search div.gsc-results .gsc-cursor-box .gsc-cursor-page{
    line-height:calc(2em * 1)
}
.SP-Basic-Form .Resource .LP-Form .hs-form fieldset.form-columns-1 .hs_email legend{
    line-height:calc(1.2 * 1)
}
.SP-Basic-Nav .basic-item{
    line-height:calc(18px * 1)
}
.SP-CardSlider .ribbon span{
    line-height:calc(24px * 1)
}
.SP-CardSlider .slider .slick-center .Item-box .pricing-box__price{
    line-height:calc(1.3 * 1)
}
.SP-CardSlider .testimonial-text{
    line-height:calc(1.2 * 1)
}
.SP-CardSlider .pricing-box__price{
    line-height:calc(1.3 * 1)
}
.SP-CardSlider .pricing-box__feature-text{
    line-height:calc(1.4 * 1)
}
.SP-CardSlider.ContentImage .slick-slider .slick-slide .text p{
    line-height:calc(1.4 * 1)
}
.SP-CTA-Section .Wrap header{
    line-height:calc(2rem * 1)
}
.SP-CTA-Section .Wrap .phone{
    line-height:calc(1.2em * 1)
}
.SP-CTA-Section .alpFont{
    line-height:calc(1 * 1)
}
.TileCard-title{
    line-height:calc(28px * 1)
}
#HeroSearch #btnSearchButton{
    line-height:calc(54px * 1)
}
.SP-HeroSlider #prMain .overLay .btnLink a{
    line-height:calc(40px * 1)
}
.SP-HeroSlider .seminar_sub_catch{
    line-height:calc(2.3em * 1)
}
.rf-btn,.rf-btn-red,.rf-btn-white{
    line-height:calc(1.5 * 1)
}
.rf-btn-rss{
    line-height:calc(1 * 1)
}
.SP-HistoryTable .event-title{
    line-height:calc(39.6px * 1)
}
.SP-HistoryTable .history-item{
    line-height:calc(27px * 1)
}
.SP-HistoryTable .caption-mini{
    line-height:calc(20px * 1)
}
.cmn-info__ttl{
    line-height:calc(1.5 * 1)
}
.SP-LoadingSkills .Section-circle text{
    line-height:calc(1.2 * 1)
}
.SP-Map #Word-map .Wrap .mapArea a.rf-btn-white{
    line-height:calc(1.5 * 1)
}
.SP-Map #Word-map .Wrap .logoList li.popBase .infoPOP{
    line-height:calc(1 * 1)
}
.SP-Map #Word-map #strengths .strengthBody .sectionHeader span h3{
    line-height:calc(1.5 * 1)
}
.SP-Map #Word-map #strengths .strengthBody .sectionBody p{
    line-height:calc(1.85 * 1)
}
.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote p{
    line-height:calc(1.5 * 1)
}
.SP-Map #Word-map #leadership .coeMessage .mainMessage .ceo-quote cite{
    line-height:calc(1.5 * 1)
}
.SP-Map #Word-map #leadership .coeMessage .mainMessage .mainText{
    line-height:calc(1.85 * 1)
}
.SP-Map #Word-map #leadership .coeMessage .moreMessage p{
    line-height:calc(1.85 * 1)
}
.SP-PartnerTeaser .info-group .Section-content .current-position{
    line-height:calc(145% * 1)
}
.SP-PartnerTeaser .info-group .Section-content .original-name{
    line-height:calc(140% * 1)
}
.SP-Recent-Post .PostTeaser-date{
    line-height:calc(18px * 1)
}
.SP-Videos .nav_works li.hs-menu-depth-1{
    line-height:calc(1.4em * 1)
}
.Sitemap .hs-menu-wrapper .hs-menu-depth-2 a{
    line-height:calc(1.4em * 1)
}
.list-number>li{
    line-height:calc(1.6 * 1)
}
a:hover{
    color:#ea6a00
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2.active-branch{
    border-left-color:#ea6a00
}
.btn-primary{
    background-color:#ea6a00;
    border-color:#ea6a00
}
.btn-primary.disabled,.btn-primary:disabled{
    background-color:#ea6a00;
    border-color:#ea6a00
}
.btn-outline-primary{
    color:#ea6a00;
    border-color:#ea6a00
}
.btn-outline-primary:hover{
    background-color:#ea6a00;
    border-color:#ea6a00
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#ea6a00
}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{
    background-color:#ea6a00;
    border-color:#ea6a00
}
.btn-link:hover{
    color:#ea6a00
}
.dropdown-item.active,.dropdown-item:active{
    background-color:#ea6a00
}
.custom-control-input:checked~.custom-control-label::before{
    background-color:#ea6a00
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#ea6a00
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{
    background-color:#ea6a00
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
    background-color:#ea6a00
}
.custom-range::-webkit-slider-thumb{
    background-color:#ea6a00
}
.custom-range::-moz-range-thumb{
    background-color:#ea6a00
}
.custom-range::-ms-thumb{
    background-color:#ea6a00
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    background-color:#ea6a00
}
.card-tag{
    border-left-color:#ea6a00
}
.page-link:hover{
    color:#ea6a00
}
.page-item.active .page-link{
    background-color:#ea6a00;
    border-color:#ea6a00
}
.badge-primary{
    background-color:#ea6a00
}
.progress-bar{
    background-color:#ea6a00
}
.list-group-item.active{
    background-color:#ea6a00;
    border-color:#ea6a00
}
.bg-primary{
    background-color:#ea6a00!important
}
.border-primary{
    border-color:#ea6a00!important
}
.text-primary{
    color:#ea6a00!important
}
.color-primary{
    color:#ea6a00
}
.color-orange{
    color:#ea6a00
}
ul.list-arrow li>a:hover{
    color:#ea6a00
}
ul.list-arrow li>a:hover:after{
    border-color:#ea6a00
}
.color{
    color:#ea6a00
}
.Footer-bottom .border-gradient{
    background:linear-gradient(to right,#ea6a00,#f8f8f8) no-repeat top
}
.Header-nav .hs-menu-item.active-branch:after{
    background-color:#ea6a00
}
.Header-nav .hs-menu-item.active-branch.active > a{
    color:#ea6a00
}
.Header-nav .hs-menu-item.active-branch.active > a::after{
    border-color:#ea6a00!important
}
.Sidebar-menu .widget-module .is-active{
    border-left-color:#ea6a00
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-1>a:hover{
    color:#ea6a00
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2>a:hover{
    color:#ea6a00
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3>a:hover{
    color:#ea6a00
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3.active-branch>a{
    color:#ea6a00
}
.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1>a:hover{
    color:#ea6a00
}
.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.active-branch>a{
    color:#ea6a00
}
.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1>.hs-menu-children-wrapper li.hs-menu-depth-2 a:hover{
    color:#ea6a00
}
.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1.active-branch{
    border-left-color:#ea6a00
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:nth-child(3) a{
    background-color:#ea6a00
}
.Blog-Basic .Blog-Detail .post-body ol li::before{
    color:#ea6a00
}
.LP-Basic .LP-FooterForm .hs_submit .actions{
    background-color:#ea6a00
}
.LP-Form .hs-form-field input[type=checkbox].hs-input:checked+span::before,.LP-Form .hs-form-field input[type=radio].hs-input:checked+span::before{
    background-color:#ea6a00
}
.LP-Form .hs-form-field label span.hs-form-required{
    background-color:#ea6a00
}
.LP-Form .hs-submit .actions .hs-button{
    background-color:#ea6a00
}
.LP-Form.overlay .form_inbound .hs-form .hs-error-msgs label{
    color:#ea6a00!important
}
.System-Page form input.hs-button{
    background-color:#ea6a00;
    border-color:#ea6a00
}
.Web-Sidebar .is-active{
    border-left-color:#ea6a00
}
.Blog-Case #Main_Content .Menu-Horizontal ul li.active{
    border-color:#ea6a00
}
.Blog-Case #Main_Content .Menu-Horizontal ul li.active::before{
    border-color:#ea6a00 transparent transparent transparent
}
.Blog-Case #Main_Content .Menu-Horizontal ul li a:hover:after{
    border-color:#ea6a00
}
.Blog-Case #Main_Content .post-case h3{
    color:#ea6a00
}
.Blog-Case .Case-List .Menu-Case .nav li a:hover:before{
    border-color:#ea6a00
}
.Blog-Case .Case-List .Menu-Case .nav li.active a{
    border-color:#ea6a00
}
.Blog-News .tag{
    color:#ea6a00
}
.SP-FAQ .FAQ-container .title strong{
    color:#ea6a00
}
.SP-FlexTwoColumn .icon{
  background-color #3b8dc7
}
.SP-Popup .form-popup{
    border-top-color:#ea6a00
}
.SP-Popup .form-popup .download_popup_inner .download_popup_body .title span{
    color:#ea6a00
}
.SP-Tab #nav-tab a:hover{
    border-color:#ea6a00
}
.SP-Tab #nav-tab a.active{
    border-color:#ea6a00
}
.SP-Tab #nav-tab a.active::before{
    border-color:#ea6a00 transparent transparent transparent
}
.SP-Tab #nav-tab a.active .Section-icon{
    color:#ea6a00
}
.SP-Basic-Nav .basic-item:hover{
    color:#ea6a00
}
.SP-Basic-Nav .basic-item:hover:after{
    border-color:#ea6a00
}
.SP-Basic-Nav .button-item:hover{
    border-color:#ea6a00
}
.SP-Basic-Nav .tab_item{
    border-top-color:#ea6a00
}
.SP-Basic-Nav .tab_item:after{
    border-bottom-color:#ea6a00;
    border-right-color:#ea6a00
}
.SP-Basic-Nav .tab_item:hover{
    color:#ea6a00
}
.SP-FlexBox .Section-content .item .wrap>a:hover:before{
    border-color:#ea6a00
}
.SP-HeroSlider .seminar_sub_catch{
    color:#ea6a00
}
.SP-HeroSlider #prThumbNail .current:after{
    border-color:#ea6a00
}
.rf-btn.rf-btn-active{
    border-color:#ea6a00
}
.rf-btn-red{
    border-color:#ea6a00;
    color:#ea6a00
}
.rf-btn.rf-btn-active,.rf-btn.rf-btn-touch{
    border-color:#ea6a00;
    color:#ea6a00
}
.rf-btn-red.rf-btn-active,.rf-btn-red.rf-btn-touch{
    background:#ea6a00
}
.SP-HistoryTable #history-wrap .history-item .month-dot:before,.SP-HistoryTable #history-wrap .history-item .year-dot:before{
    background:#ea6a00;
    border-color:#ea6a00
}
.cmn-info .count-circle__item.active{
    background:#ea6a00
}
.SP-PartnerTeaser .info-group:hover .Section-content .original-name{
    color:#ea6a00
}
.SP-StepDiagram .StepDiagram-title{
    border-bottom-color:#ea6a00
}
.SP-Videos .nav_works li.hs-menu-depth-1:hover>span:before{
    border-color:#ea6a00
}
.SP-Videos #search .btn_search{
    background:#ea6a00
}
a.web-icon:hover{
    color:#ea6a00
}
a.arrow-icon:hover{
    color:#ea6a00
}
a.arrow-icon:hover:after{
    border-color:#ea6a00
}
.SP-Basic-Form .small-cta-box{
    border-left-color:#ea6a00
}
#Main_Content,.Blog-Detail,.Blog-Glossary .Category-title,.SP-CTA-Section .Wrap .line,.card{
    color:#4a4a4a
}
.text-color {
   color:#4a4a4a;
}
.Blog-Basic .Blog-Simple .Post-Item-blog .entry-content,.Blog-Glossary .Category-content.list li a,.SP-Custom-Module table,.SP-Custom-Module:not(.SP-Hero){
    color:#4a4a4a!important
}
.Footer-between .small,.Header-between p,.SP-Custom-Module:not(.SP-Hero) [style^="color: #000"],[style*="color: #000000"]{
    color:#4a4a4a!important
}
.ColumnContentSection-content{
    color:#4a4a4a
}
pre{
    color:#4a4a4a
}
.form-control-plaintext{
    color:#4a4a4a
}
.btn-secondary{
    color:#4a4a4a
}
.btn-secondary.disabled,.btn-secondary:disabled{
    color:#4a4a4a
}
.btn-warning{
    color:#4a4a4a
}
.btn-warning:hover{
    color:#4a4a4a
}
.btn-warning.disabled,.btn-warning:disabled{
    color:#4a4a4a
}
.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{
    color:#4a4a4a
}
.btn-light{
    color:#4a4a4a
}
.btn-light:hover{
    color:#4a4a4a
}
.btn-light.disabled,.btn-light:disabled{
    color:#4a4a4a
}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{
    color:#4a4a4a
}
.btn-outline-secondary:hover{
    color:#4a4a4a
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{
    color:#4a4a4a
}
.btn-outline-warning:hover{
    color:#4a4a4a
}
.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{
    color:#4a4a4a
}
.btn-outline-light:hover{
    color:#4a4a4a
}
.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{
    color:#4a4a4a
}
.dropdown-menu{
    color:#4a4a4a
}
.dropdown-item{
    color:#4a4a4a
}
.dropdown-item-text{
    color:#4a4a4a
}
.badge-secondary{
    color:#4a4a4a
}
.badge-secondary[href]:focus,.badge-secondary[href]:hover{
    color:#4a4a4a
}
.badge-warning{
    color:#4a4a4a
}
.badge-warning[href]:focus,.badge-warning[href]:hover{
    color:#4a4a4a
}
.badge-light{
    color:#4a4a4a
}
.badge-light[href]:focus,.badge-light[href]:hover{
    color:#4a4a4a
}
.list-group-item-action:active{
    color:#4a4a4a
}
.popover-body{
    color:#4a4a4a
}
.text-body{
    color:#4a4a4a!important
}
.Section-header{
    color:#4a4a4a
}
.Blog-Basic .Blog-Detail .post-body h2{
    border-bottom-color: #dddddd
}
.SP-FlexBox .wrap.has-border{
    border-color: #dddddd
}
.Header-nav .main-menu .hs-menu-depth-2>a{
    border-color: #dddddd
}
.SP-Basic-Nav .button-item{
    border-color: #dddddd
}
.card{
    border-color: #dddddd!important
}
.border,.border-bottom,.border-top{
    border-color: #dddddd!important
}
.SP-HistoryTable #history-wrap:before{
    background-color: #dddddd!important
}
.LP-Custom-Module table,.table{
    border-left-color: #dddddd;
    border-top-color: #dddddd
}
.LP-Custom-Module table th,.table th{
    border-right-color: #dddddd;
    border-bottom-color: #dddddd
}
.LP-Custom-Module table td,.table td{
    border-right-color: #dddddd;
    border-bottom-color: #dddddd
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:first-child>.hs-menu-children-wrapper{
    border-color: #dddddd
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-2 a{
    border-bottom-color: #dddddd
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail h2{
    border-bottom-color: #dddddd
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail h3{
    border-bottom-color: #dddddd
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail h4{
    border-left-color: #dddddd
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail h5{
    border-left:1px solid  #dddddd
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail h6:after{
    border-top-color: #dddddd
}
#Pagination ul li a,#Pagination ul li.active span{
    border:solid 1px  #dddddd
}
.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section):not(.SP-Hero) .Section-header{
    border-bottom-color: #dddddd
}
.Web-Sidebar #Sidebar_Content .cta-box{
    border-color: #dddddd
}
.Web-Sidebar #Sidebar_Content .Wrap-content .Section-body h2{
    border-bottom-color: #dddddd
}
.Blog-Case #Main_Content .Menu-Horizontal ul li{
    border-color: #dddddd
}
.Blog-Case #Main_Content .post-case h4{
    border-left-color: #dddddd
}
#SP-Search div.gsc-results .gsc-cursor-box .gsc-cursor-page{
    border-color: #dddddd
}
.SP-Basic-Form .Resource-content h2{
    border-bottom-color: #dddddd
}
.SP-Basic-Nav .tab_item{
    border-color: #dddddd
}
.SP-BasicContent .type_1 .Section-header *{
    border-bottom-color: #dddddd
}
.SP-CTA-Section .Wrap .line::after{
    border-top-color: #dddddd
}
.SP-FlexBox .wrap.has-border{
    border-color: #dddddd
}
.TileCardsSection .Section-content{
    border-color: #dddddd
}
#HeroSearch #btnSearchButton{
    border-right-color: #dddddd
}
.SP-LogoSlider[style*="background-color: #ffffff"],.SP-LogoSlider[style^="background-color: #fff"]{
    border-bottom-color: #dddddd
}
.sub-head{
    border-bottom-color: #dddddd
}
.SP-Basic-Form .Resource .LP-Form{
    border-color: #dddddd
}
.SP-Basic-Form .Resource .LP-Form .form-title{
    border-bottom-color: #dddddd
}
.LP-Basic .LP-FooterForm .hs-form fieldset .hs-form-field{
    border-right-color: #dddddd
}
.LP-Basic .LP-FooterForm .hs-form-field label{
    border-color: #dddddd
}
.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1 .input{
    border-top-color: #dddddd
}
.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-1:nth-last-of-type(3){
    border-bottom-color: #dddddd
}
.LP-Basic .LP-FooterForm .hs-form fieldset.form-columns-2{
    border-top-color: #dddddd;
    border-right-color: #dddddd
}
.LP-Basic .LP-FooterForm .hs-form fieldset input[type=email],.LP-Basic .LP-FooterForm .hs-form fieldset input[type=text],.LP-Basic .LP-FooterForm .hs-form fieldset select{
    border-color: #dddddd
}
.LP-Form .hs-form-field .hs-input{
    border-color: #dddddd
}
.LP-Form .hs-form-field input[type=email],.LP-Form .hs-form-field input[type=tel],.LP-Form .hs-form-field input[type=text],.LP-Form .hs-form-field select,.LP-Form .hs-form-field textarea{
    border-color: #dddddd
}
.LP-Form .hs-form-field input[type=checkbox].hs-input+span::before,.LP-Form .hs-form-field input[type=radio].hs-input+span::before{
    border-color: #dddddd
}
.LP-Form.overlay .form_inbound .hs-form input.hs-input:focus,.LP-Form.overlay .form_inbound .hs-form textarea.hs-input:focus select.hs-input:focus{
    border-color: #dddddd!important
}
.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field{
    border-color: #dddddd
}
.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field:first-child{
    border-top-color: #dddddd
}
.SP-Basic-Form .Resource-footer .LP-Form .hs-form .hs-form-field>label{
    border-right-color: #dddddd
}
.SP-CTA-Section .Wrap,.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-1>.hs-menu-children-wrapper,.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2{
    border-color: #cccccc
}
.SP-Videos .nav_works{
    border-color: #cccccc
}
.SP-Videos .nav_works li.hs-menu-depth-1:nth-child(n+2){
    border-top-color: #cccccc
}
.SP-Videos #mainArea_works .list .Main-title{
    border-bottom-color: #cccccc
}
.SP-Videos #mainArea_works .intro .ttl_main{
    border-bottom-color: #cccccc
}
.Sitemap .hs-menu-wrapper .hs-menu-depth-1>a{
    border-bottom-color: #cccccc
}
ul.list-arrow li>a:after{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.Footer-bottom .company-list ul li a:before{
    border-left-color: #cccccc
}
.Header-nav .main-menu .hs-menu-depth-2>a:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.Header-nav .main-menu .hs-menu-depth-4>a:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.Sidebar-menu .widget-module>ul>li>a:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-2>a:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3>a:before{
    border-color: #cccccc
}
.Sidebar-menu-edit .hs-menu-wrapper .hs-menu-depth-1>a:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:first-child>a::after{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-2 a:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail .pager ul li.prev a:after{
    border-left:1px solid  #cccccc;
    border-top-color: #cccccc
}
body[class*=Blog-]:not(.is-standard) .Blog-Detail .pager ul li.next a:after{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.SP-Basic-Nav .basic-item:after{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.SP-Videos .nav_works li.hs-menu-depth-1>span.less:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.SP-Videos .nav_works li.hs-menu-depth-1>span.more:before{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
.Sitemap .hs-menu-wrapper .hs-menu-depth-2 a:after{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
a.arrow-icon:after{
    border-right-color: #cccccc;
    border-bottom-color: #cccccc
}
,.Header-Main .Menu-Horizontal>.hs-menu-wrapper>ul>li,.Header-nav{
    border-color: #f8f8f8
}
.Footer .bg-color{
    background-color: #f8f8f8
}
.white-popup .inner .mid-content{
    border-top-color: #f8f8f8
}
.rf-btn,.rf-btn-red,.rf-btn-white{
    border-color: #f8f8f8
}
.SP-HistoryTable .caption-mini{
    border-left:1px solid  #f8f8f8
}
.SP-Team-Officer .officer-list .officer:not(:first-child){
    border-top-color: #f8f8f8
}
.basic-border-box{
    border-color: #f8f8f8
}
a{
    color: #3b8dc7
}
.color-blue{
    color: #3b8dc7
}
.color-accent{
    color: #3b8dc7
}
.bg-color-blue{
    background-color: #3b8dc7
}
[style*="background-color: #FFFFFF"]:not(.LogoRowSection):not(.SliderSection)+[style*="background-color: #FFFFFF"] .container,[style*="background-color: #ffffff"]:not(.LogoRowSection):not(.SliderSection)+[style*="background-color: #ffffff"] .container,[style^="background-color: #FFF"]:not(.LogoRowSection):not(.SliderSection)+[style^="background-color: #FFF"] .container,[style^="background-color: #fff"]:not(.LogoRowSection):not(.SliderSection)+[style^="background-color: #fff"] .container{
    border-top-color: #3b8dc7
}
.BlogDetail #BreadCrumb .Wrap li a{
    color: #3b8dc7
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:nth-child(2) a{
    background-color: #3b8dc7
}
#BreadCrumb .breadcrumb li a{
    color: #3b8dc7
}
#Blog-Sidebar .top-post.box ul li a:after{
    color: #3b8dc7
}
#Blog-Sidebar .top-post.box ul li:nth-child(1):before,#Blog-Sidebar .top-post.box ul li:nth-child(2):before,#Blog-Sidebar .top-post.box ul li:nth-child(3):before{
    color: #3b8dc7
}
#Blog-Sidebar .recent-post.box .item a:after{
    color: #3b8dc7
}
#Blog-Sidebar .topic-list.box ul li a:after{
    color: #3b8dc7
}
#Blog-Sidebar .topic-list.box ul li a:hover{
    color: #3b8dc7
}
.LP-Form .form-privacy a{
    color: #3b8dc7
}
.LP-Form.overlay .form_inbound .hs-form .att a,.LP-Form.overlay .form_inbound .hs-form .form-privacy a{
    color: #3b8dc7
}
.Blog-Glossary .Category-content li:before{
    color: #3b8dc7
}
.Blog-Glossary .Category-content.list li a:after{
    color: #3b8dc7
}
.Blog-Glossary #Blog-Sidebar .topic-list.box ul li:first-child a{
    color: #3b8dc7
}
.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a:before{
    color: #3b8dc7
}
.Web-Sidebar #BreadCrumb .Wrap li a{
    color: #3b8dc7
}
.Blog-guide #toc-box a{
    color: #3b8dc7
}
.Blog-News .tag-4163878163{
    color: #3b8dc7
}
.Blog-News .tag-5491944066{
    color: #3b8dc7
}
.Blog-News .tag-5491978547{
    color: #3b8dc7
}
.Blog-News.BlogList #BreadCrumb .Wrap li a{
    color: #3b8dc7
}
.SP-Testimonials .avatar img{
    box-shadow:0 0 0 2px  #3b8dc7
}
.Sitemap .hs-menu-wrapper ul li a{
    color: #3b8dc7
}
.Blog-Glossary .Category-title{
    border-left-color: #1977b5
}
.SP-Testimonials blockquote .fa{
    color: #1977b5
}
.SP-FlexBox svg,.SP-LoadingSkills svg{
    fill: #1977b5
}
.SP-FlexBox .ColumnContentSection-awesome{
    border-color: #1977b5
}
.SP-CardSlider .slick-dots li button{
    background-color: #1977b5
}
.btn-primary:hover{
    background-color: #3b8dc7;
    border-color: #3b8dc7
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
    background-color: #3b8dc7;
    border-color: #3b8dc7
}
.badge-primary[href]:focus,.badge-primary[href]:hover{
    background-color: #3b8dc7
}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{
    background-color: #3b8dc7!important
}
a.text-primary:focus,a.text-primary:hover{
    color: #3b8dc7!important
}
.SP-Videos #search .btn_search:hover{
    background-color: #3b8dc7;
    border-color: #3b8dc7
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*===============================================
* ========== Common CSS =====================
/*=============================================*/
.bg-strong {
  background-color: #f2dbdb;
}
.bg-blue-dark {
  background-color: #4f81bd;
}
.bg-gray-light {
  background-color: #f0f0f0;
}
.btn-green {
  background-color: #9bc954 !important;
  border-color: #9bc954 !important;
}
.btn-blue-cyan {
  background-color: #00aeeb !important;
  border-color: #00aeeb !important;
} 
.red {
  color: RED; 
}

/*===============================================
* ========== Search menu =====================
/*=============================================*/
*:focus {outline:none;}
.form-inline button.submit {
  display: flex;
  align-items: center;
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:first-child:hover>.hs-menu-children-wrapper {
  min-width: 150px;
}
/*===============================================
* ========== Module =====================
/*=============================================*/
.SP-custom h3.title {
  font-size: 1.2rem;
}
.SP-custom.SP-Basic-Nav .button-item {
  line-height: 1.7rem;
  background: white;
}
.SP-BasicContent.product-case-detail table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  table-layout: auto;
}

.SP-BasicContent.product-case-detail table tr {
  border-bottom: 1px solid #dcdcdc;
}

/* .SP-BasicContent.product-case-detail table th,
.SP-BasicContent.product-case-detail table td {
text-align: left;
vertical-align: baseline;
padding: 5px 0;
} */

.SP-BasicContent.product-case-detail table th {
  font-weight: bold;
  width: 200px;
}
@media only screen and (max-width: 576px) {
  .SP-BasicContent.product-case-detail table tr {
    display: block;
  }
  .SP-BasicContent.product-case-detail table th,
  .SP-BasicContent.product-case-detail table td {
    width: 100%;
    display: block;
    line-height: 1em;
    font-size: 14px;
  }
  .SP-BasicContent.product-case-detail table td {
    padding: 20px;
  }
  .SP-BasicContent.product-case-detail table th {
    padding: 20px;
    border-bottom: none;
    border-top: none;
  }
  .SP-BasicContent.product-case-detail table tr td {
    border-bottom: none;
  }
}


/*===============================================
* ========== SP-CaseDetail =====================
/*=============================================*/
.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .lead-text {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text {
  line-height: 32px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text.no-border {
  border-top: none; 
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .detail-series {
  display: inline;  
  font-size: 15px;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .detail-series:after {
  content: "：" 
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .detail-series br {
  display: none;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .series-nx,
.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .series-core { 
  display: inline;  
  margin-left: 15px;
  color: #00AEEB;
  font-weight: bold;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .series-core .prod i { 
  /* font-family: "Time New Roman"; */
  font-style: inherit;
}

@media only screen and (max-width: 768px) {
  .SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .series-nx,
  .SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .product-text .series-core {
    display: block;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
}
.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .company-text {
  line-height: 30px;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Content .Section-content .align-r {
  margin-left: 20px;
  float: right;
  overflow: hidden;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Content .Section-content h3.subtitle {
  margin-top: 30px;
  margin-bottom: 20px;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Content .Section-content .lead-txt em {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}
/*===============================================
* ========== SP-CaseDetail =====================
/*=============================================*/
.product-solution-detail{
  margin-bottom: 30px;
  border: 1px solid #d9dbde;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-solution-detail .product-title{
  padding: 10px 10px 10px 94px;
  line-height: 1.4;
  font-size: 169.2%; /* 22px */
  font-weight: bold;
  color: #FFF;
}
.product-solution-detail.account .product-title{
  background: #50c2f0 url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/images/product/product_gl_bg.png) no-repeat 20px 10px;
}
.product-solution-detail.wage .product-title{
  background: #f5ac48 url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/images/product/product_hr_bg.png) no-repeat 20px 10px;
}
.product-solution-detail.groupkeiei .product-title{
  background: #EE846D url(https://www.superstream.co.jp/hubfs/library/icon/product_gm_bg.png) no-repeat 20px 10px;
}
.product-solution-detail.system .product-title{
  background: #9bc954 url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/icon/product_cc_bg.png) no-repeat 20px 10px;
}
.product-solution-detail .product-box{
  padding: 10px 30px 15px 30px;
  overflow: hidden;
}
.product-solution-detail .product-box .product-box-ttl{
  margin: 0 0 10px 0;
  padding-left: 16px;
  font-weight: bold;
  font-size: 107.7%; /* 14px */
}
.product-solution-detail.account .product-box-ttl{
  background: url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/images/product/list_square_blue.gif) no-repeat left center;
  padding-left: 16px;
}
.product-solution-detail.wage  .product-box-ttl{
  background: url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/images/product/list_square_orange.gif) no-repeat left center;
  padding-left: 16px;
}
.product-solution-detail.groupkeiei .product-box-ttl{
  background: url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/images/product/list_square_pink.gif) no-repeat left center;
  padding-left: 16px;
}
.product-solution-detail.system .product-box-ttl{
  background: url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/images/product/list_square_green.gif) no-repeat left center;
  padding-left: 16px;
}
.wage.pickup-txt { 
  background: #FEF3E4;
  margin-left: 20px;
  padding: 20px;
}
.product-solution-detail .product-cat{
  width: 320px;
  float: left;
}
.product-solution-detail .product-cat p{
  margin-bottom: 10px;
}
.product-solution-detail .product-txt{
  width: 618px;
  margin: 0;
  float: right;
}
.product-solution-detail .product-txt dt{
  margin-bottom: 15px;
  line-height: 1;
  font-size: 123.1%; /* 16px */
  font-weight: bold;
}
.product-solution-detail .product-txt dd{
  margin: 0;
}
.product-solution-detail strong {
  font-weight: bold;
}
.product-solution-detail .container dl dd {
  line-height: 35px;
}
.product-detail-option {
  padding: 35px;
  border: 4px solid #00AEEB;
}

/*===============================================
* ========== partner-resource ==================
/*=============================================*/
.SP-BasicContent .partner-resource.table th, 
.SP-BasicContent .partner-resource.table td {
  padding: 5px;  
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .company-text .detail-pdf {
  padding-left: 15px;
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .company-text .detail-pdf a {
  font-weight: bold;
  font-size: 15px; 
}

.SP-Custom-Module.SP-BasicContent.SP-CaseDetail-Company .Section-content .company-text .detail-pdf a i {
  margin-right: 5px; 
}

/*===============================================
* ========== member-resource ==================
/*=============================================*/
.SP-RecentNews.SP-RecentNews-Resource .RecentNews-body dl dt {
  padding-right: 20px; 
}

/*===============================================
* ========== Case-top ==========================
/*=============================================*/
.Blog-Case .Case-List .Menu-Horizontal ul {
  list-style: none !important;
}

/*===============================================
* ========== Case-detail ======================
/*=============================================*/
body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .parallelL {
  display: flex;
  flex-wrap: wrap;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .parallelL .image {
  width: 300px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .parallelL .sentence {
  width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .parallelL {
    display: block;
    flex-wrap: inherit;
  }
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .align-r {
  margin-left: 20px;
  float: right;
  overflow: hidden;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case h3.h4 {
  border-bottom: none;
  padding-bottom: 0px;
  margin-top: 0px;
  border-left: 5px solid #00aeeb;
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: none;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .case-media a {
  font-size: 16px; 
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .case-media a i {
  margin-left: 5px; 
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .case-media a:nth-child(n+2) {
  margin-left: 15px;
}

body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .case-media table.company {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===============================================
* ========== LP-Form ===========================
/*=============================================*/
.LP-Form .hs-form-field input.hs-input:read-only {
  background-color: #ccc;
  border: none;
}

/*===============================================
* ========== .SP-FAQ-V2 ========================
/*=============================================*/
.SP-Custom-Module.SP-FAQ-V2 .FAQ-container:nth-child(n+2) {
  margin-top: 20px;
}

.SP-Custom-Module.SP-FAQ-V2 .FAQ-container h3 {
  font-size: 16px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 12px;
}

.SP-Custom-Module.SP-FAQ-V2 .FAQ-container h3:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 18px;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}

.SP-Custom-Module.SP-FAQ-V2 .FAQ-container.show-more h3:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.SP-Custom-Module.SP-FAQ-V2 .FAQ-container.box-toggle {
  border: none;
  padding: 0px;
  background: rgba(240, 240, 240, 0.6);
  padding: 10px;
}

.SP-Custom-Module.SP-FAQ-V2 .FAQ-container.box-toggle:after {
  display: none; 
}

.SP-Custom-Module.SP-FAQ-V2 .Section-header {
  border-bottom: none !important;
  margin-bottom: 25px !important;
}

.SP-Custom-Module.SP-FAQ-V2 .box-faq {
  padding: 0px;
  border: none;
}

.SP-Custom-Module.SP-FAQ-V2:nth-child(n+2) .Section-header {
  margin-top: 20px;
}

.SP-Custom-Module.SP-FAQ-V2 .FAQ-container .FAQ-content {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  padding-left: 25px;
}

/*===============================================
* ========== .SP-FAQ-V2 ========================
/*=============================================*/
/*
.Header-nav.Header-nav-member .main-menu .hs-menu-depth-1:nth-child(4)>.hs-menu-children-wrapper {
right: -100px;
}
*/

/* sidebarテンプレ修正 */
.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section) h1 {
  font-size: 2.0rem;
  text-align: left !important;
  /* font-weight: bold; */
  margin-bottom: 2.5rem;
  /*  padding-left: 10px; */
}

.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section) h1.Hero-title {
  padding-left: 10px; 
}
.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section) h2 {
  font-size: 1.7rem;
  margin-bottom: 2.2rem !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.Web-Sidebar #Main_Content .SP-Custom-Module .Section-content h2:nth-child(n+2) {
  margin-top: 3.3rem;
}

.Web-Sidebar #Main_Content .SP-BasicContent h4 {
  font-size: calc(1.2rem * 1);
  margin-top: 2.2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 1.5rem;
}

.Web-Sidebar #Main_Content .SP-BasicContent h2 + h3 {
  margin-top: 0px;
}

.LP_Filter_Search .typeahead__field {
  display: flex;
  flex-wrap: wrap;
}

.LP_Filter_Search .typeahead__button {
  margin-left: 20px;
}

/* case */
.Blog-Case #Main_Content .post-case h2 {
  font-weight: normal; 
}
.Blog-Case #Main_Content .post-case h3 {
  color: #4a4a4a;
  font-weight: normal;
  margin-bottom: 20px;
}
/* SP-CaseDetail-Company */
.Web-Sidebar #Main_Content .SP-CaseDetail-Company {
  border-top: none !important; 
}
.Web-Sidebar #Main_Content .SP-CaseDetail-Company header  {
  border-bottom: none;
}
.Web-Sidebar  #Sidebar_Content #Main_Content .SP-CaseDetail-Company h1 {
  font-weight: normal; 
}
.Web-Sidebar  #Sidebar_Content #Main_Content .SP-CaseDetail-Company h2 {
  font-weight: normal;
}
/* product-solution */

/* blog-post */
.blog-post-author {
  border: 1px solid #c3c3c3;
  padding: 20px;
}
.blog-post-author h4 {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 8px;
}
.blog-post-author .author-name {
  font-weight: bold;
}
.blog-post-author p {
  font-size: 14px;
  line-height: 1.8em;
}

/*===============================================
* ========== SuperStream Partner Award 2019 ===
/*=============================================*/
.SP-FlexBox .content .award {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #3b8dc7;
}

/*===============================================
* ========== /partnerinfo/tecinfo/list =========
/*=============================================*/
.SP-Custom-Module .table.table-small th,
.SP-Custom-Module .table.table-small td {
  font-size: 15px;
}

/*===============================================
* ========== /case =============================
/*=============================================*/
.Blog-Case .Case-List #tbData tbody tr td ul.prod-list {
  padding-left: 0px;
  margin-left: 20px;
}

.Blog-Case .Case-List #tbData tbody tr td ul.prod-list li {
  list-style: none; 
  font-size: 15px;
  margin-bottom: 10px;
}

.Blog-Case .Case-List #tbData tbody tr td ul.prod-list li:before {
  content: "・";
  display: inline-block;
  width: 30px;
  vertical-align: top;
  text-indent: 100%;
  margin: -0.5em 0px -0.5em -30px;
  padding: .5em 0px;
  background: url(https://8004396.fs1.hubspotusercontent-na1.net/hubfs/8004396/library/image/bg_icons.png) -205px center no-repeat;
  overflow: hidden; 
}


/*===============================================
* ========== .SP-FlexBox-Link ==================
/*=============================================*/
.SP-FlexBox-Link .Section-content .item .wrap a {
  color: #4a4a4a;
}


/*===============================================
* ========== .Blog-List.post-listing ===========
/*=============================================*/
.Blog-List.post-listing .post-news a {
  color: #494949;
  text-decoration: underline;
}

/*===============================================
* ========== Sidebar menu - LV3 ===============
/*=============================================*/
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 ul {
  margin-left: 1em;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 ul li a {
  padding: .5em 0 .5em 10px;
  position: relative;
  color: #333;
  font-size: 14.5px;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 ul li a:hover,
.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 ul li.activate a {
  color: #ea6a00;
}

.Sidebar-menu .hs-menu-wrapper .hs-menu-depth-3 ul li a:before {
  content: '';
  position: absolute;
  top: 1.2em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #999;
}


/*===============================================
* ========== .LP-Download-Basic ===============
/*=============================================*/
.LP-Download-Basic .SP-Hero .Hero--small .Hero-title {
  font-size: 32px;
}

@media only screen and (max-width: 768px) {
  .LP-Download-Basic .SP-Hero .Hero--small {
    max-height: inherit;
  }

  .LP-Download-Basic .SP-Hero .Hero--small .Hero-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1300px) {
  .LP-Download-Basic .Resource-content {
    padding-left: 0px;
  }

  .LP-Download-Basic .Resource-aside {
    padding-right: 0px;
  }
}

.LP-Download-Basic .Resource-content {
  max-width: inherit;
}

.LP-Download-Basic .Resource-aside {
  max-width: inherit;
}

#Slidebar_content .Sidebar.off-scroll　{
  margin-bottom: 30px;
}

/* blog */
.Blog-Basic .Blog-Detail .post-cta:hover {
  opacity: 0.7;
}

.Blog-Basic .Blog-Detail .post-body h3 {
  line-height: 1.5; 
}

/*===============================================
* ========== .SP-ListResources-Related =========
/*=============================================*/
.SP-ListResources-Related .Column-item a {
  transition: all .3s ease; 
}

.SP-ListResources-Related .Column-item a:hover {
  opacity: 0.7;
}

.SP-FlexGroup-custom .Section-content .title-main span, .SP-FlexGroup-item .Section-content .title-main span {
  font-size: 20px;
  font-weight: 600;
  color: #fff; 
}

/*===============================================
* ========== .SP-BoxLink ======================
/*=============================================*/
.SP-RecentNews.SP-BoxLink .RecentNews-body dl dd {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
}

.SP-RecentNews.SP-BoxLink .RecentNews-body dl dt .tag time {
  font-size: 13px; 
}

.SP-RecentNews.SP-BoxLink .RecentNews-body dl dt .tag {
  background: #3b8dc7;
  color: #FFF;
  padding: 0px 5px;
  display: inline-block;
  margin-left: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}

.SP-RecentNews.SP-BoxLink .RecentNews-body.seminar dl dt .tag {
  margin-left: 0px;
  margin-right: 10px;
}

.SP-RecentNews.SP-BoxLink .RecentNews-body.seminar dl a {
  word-break: normal;
}

.SP-RecentNews.SP-BoxLink .RecentNews-body dl dt .seminar-tag,
.SP-RecentNews.SP-BoxLink .RecentNews-body dl dt .venue {
  font-weight: bold;
  display: inline-block;
}

.SP-RecentNews.SP-BoxLink .RecentNews-body dl dt .seminar-tag {
  margin-right: 10px;
}

/*===============================================
* ========== .SP-Partner-Resource ==============
/*=============================================*/
.SP-Partner-Resource .partner-list-resource .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.SP-Partner-Resource .partner-list-resource .item a.cta_button {
  box-sizing: border-box !important;
}

.SP-Partner-Resource .partner-list-resource .item a:hover {
  opacity: 0.7; 
}

.SP-Partner-Resource .partner-list-resource .item .title {
  font-size: 24px;
}

.SP-Partner-Resource .partner-list-resource .item .thumb {
  width: 230px; 
  height: 180px;
  margin-right: 20px;
}

.SP-Partner-Resource .partner-list-resource .item .thumb img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.SP-Partner-Resource .partner-list-resource .item .text {
  width: calc(100% - 250px);
  color: #4a4a4a;
}

.SP-Partner-Resource .partner-list-resource .item .text .btn-wrap {
  /*
  position: absolute;
  bottom: 30px;
  right: 0px; 
  */
}

.SP-Partner-Resource .partner-list-resource .item .text .btn-wrap .btn:hover {
  background-color: #ea6a00;
  border-color: #ea6a00;
}


.Web-Sidebar #Main_Content .SP-Custom-Module:not(.SP-CTA-Section).SP-Partner-Resource .partner-list-resource .item .text .title {
  margin-bottom: 0px !important;
  padding-bottom: 15px !important;
  border-bottom: none !important;
  font-size: 20px !important;
}

.SP-Partner-Resource .partner-list-resource .item .text .info {
  margin-bottom: 0px;  
}

.SP-Partner-Resource .partner-list-resource .item .text .date {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .SP-Partner-Resource .partner-list-resource .item {
    display: block;
    flex-wrap: initial;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .SP-Partner-Resource .partner-list-resource .item .title {
    font-size: 24px;
  }

  .SP-Partner-Resource .partner-list-resource .item .thumb {
    width: 100%; 
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .SP-Partner-Resource .partner-list-resource .item .text {
    width: 100%;
    color: #4a4a4a;
  }

  .SP-Partner-Resource .partner-list-resource .item .text .btn-wrap {
    position: initial;
    display: block;
    bottom: auto;
    text-align: center;
  }
}

#partner_video_wrap .video-detail {
  min-height: 330px;
}


/*===============================================
* ========== #STE_Form ========================
/*=============================================*/
#STE_Form #stande-listbox #stande-companylist li {
  margin-bottom: 5px; 
}

#STE_Form #stande-listbox ul.StandeStyle-companyItem li:before,
#STE_Form #stande-listbox #stande-companylist li:before {
  display: none;
}

/*===============================================
* ========== Fix Top Menu ======================
/*=============================================*/
.TopMenu.topnav-v2 .hs-menu-wrapper>ul .hs-menu-depth-1 a[href*="document-request"],
.TopMenu.topnav-v2 .hs-menu-wrapper>ul .hs-menu-depth-1 a[href*="inquiry"] {
  background-color: rgb(234, 106, 0);
}
.TopMenu.topnav-v2 .hs-menu-wrapper>ul .hs-menu-depth-1 a[href*="magazine"] {
  background-color: #3b8dc7; 
}
.TopMenu.topnav-v2 .hs-menu-wrapper>ul .hs-menu-depth-1 a[href*="document-request"]:before {
  content: "\f0f6";
}
.TopMenu.topnav-v2 .hs-menu-wrapper>ul .hs-menu-depth-1 a[href*="inquiry"]:before {
  content: "\f003";
}
.TopMenu.topnav-v2 .hs-menu-wrapper>ul .hs-menu-depth-1 a[href*="magazine"]:before {
  content: "\f003";
}
.TopMenu.topnav-v2 .hs-menu-wrapper>ul .hs-menu-depth-1 a[href*="demo"]:before {
  content: "\f109";
}

/*===============================================
* ========== Footer Lang nav ===================
/*=============================================*/
.Footer .Footer-sponly {
  display: none; 
}
.Footer .Footer-sponly .langnav-wrap {
  display: inline-block;
  margin: 0 10px;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
}

.Footer .Footer-sponly .langnav-wrap .select-wrap {
  position: relative;
  height: 30px;
  overflow: hidden;
}
.Footer .Footer-sponly .langnav-wrap .select-wrap:after {
  content: '';
  position: relative;
  display: inline-block;
  top: 8px;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  vertical-align: top;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Footer .Footer-sponly .langnav-wrap .select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 165px;
}

@media only screen and (max-width: 768px) {
  .Footer .Footer-sponly {
    text-align: center;
    background: #f0f0f0;
    padding: 10px;
    display: block;
  }
}

.Footer .Footer-logo {
  display: none; 
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .Footer .Footer-logo  {
    display: block;
  }
}


/*===============================================
* ========== FAQ-SearchBox =====================
/*=============================================*/
.FAQ-Search-Box form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.FAQ-Search-Box .textbox {
  width: 250px;
  border: 1px solid #ddd;
  padding: 0px 8px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  margin-right: 10px;
}

.FAQ-Search-Box .btn { 
  width: 120px;
  min-width: auto;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0px;
}

/*===============================================
* ========== FAQ-CTA ===========================
/*=============================================*/
.SP-BasicContent.box-cta .block-medium .btn-primary {
  width: 255px;
  margin-bottom: 15px;
}

/*===============================================
* ========== partnerinfo (Border-top) ==========
/*=============================================*/
.SP-CaseDetail-Content.product-case-detail.py-70 .container {
  border-top: none !important;

}

[style*="background-color: #ffffff"].py-70+[style*="background-color: #ffffff"].SP-CaseDetail-Content.product-case-detail.py-70 .container {
  padding-top: 30px !important;
}


/*===============================================
* ========== FAQ-CTA ===========================
/*=============================================*/
.Web-PAL .SP-Hero .Hero--overlay .Wrap--narrow {
  max-width: 60%;
}

/*===============================================
* ========== #login_form =======================
/*=============================================*/
#login_form .hs-input:focus {
  border: 1px solid #4a4a4a !important;
}

#login_form a:focus {
  text-decoration: underline; 
}

#login_form .hs-button:focus {
  opacity: 0.7;
}

/*===============================================
* ========== #Event-Page =======================
/*=============================================*/
#Event-Page .Event-List dl dd sup.new,
.RecentSeminarList-content dl dd sup.new {
  background: #FF0000;
  color: #FFF;
  padding: 2px 3px;
  margin-left: 10px;
  font-size: 11px;
}

#Event-Page .Event-List dl dd sup.finished {
  background: #dedede;
  color: #4a4a4a;
  padding: 2px 3px;
  margin-left: 10px;
  font-size: 12px;
}


.LP-Thanks #MainContent {
  min-height: inherit;
}

/*===============================================
* ========== PAL TOP ===========================
/*=============================================*/
.SP-RecentNews .RecentNews-body dl dt time {
  color: #878787;
}

.SP-RecentNews.SP-BoxLink .RecentNews-body dl dd .new-icon {
  background: #ff0000;
  color: #FFF;
  padding: 2px 3px;
  font-size: 9px;
  margin-right: 2px;
}

/*===============================================
* ========== SSUG Menu ========================
/*=============================================*/
@media only screen and (min-width: 769px) {
  .Header-nav.Header-nav-member .main-menu>.hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
    width: 100%;
  }

}

.Case-List.post-listing .dataTables_paginate .paginate_button.disabled {
  display: none !important;
}

/*===============================================
* ========== .SP-FlexBox .des-small ============
/*=============================================*/
.SP-FlexBox.des-small .ColumnContentSection-content .title+.content {
  font-size: 15px;
}

/*===============================================
* ========== .SP-RecentNews-PAL ============
/*=============================================*/
.SP-RecentNews.SP-RecentNews-PAL.SP-BoxLink .RecentNews-body dl dt .tag {
  margin-left: 0px;
}

.SP-RecentNews.SP-RecentNews-PAL.SP-BoxLink .RecentNews-body dl dd {
  margin-top: 6px;  
}

.SP-RecentNews.SP-RecentNews-PAL.SP-BoxLink .RecentNews-body dl .new-icon {
  background: red;
  color: #FFF;
  padding: 0px 5px;
  font-size: 9px;
  margin-right: 2px; 
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

/*===============================================
* ========== .Blog-Event .tag ==================
/*=============================================*/
.Blog-Event .list-tag .tag_class {
  background: #3b8dc7;
  color: #FFF;
  padding: 2px 6px;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 5px;
}

.Blog-Event .list-tag .tag_class.tag_1 {
  background: #3b8dc7; 
}

.Blog-Event .list-tag .tag_class.tag_2 {
  background: #FFD400; 
  color: #414141;
}

.Blog-Event .list-tag .tag_class.tag_3 {
  background: #008000; 
}

.Blog-Event .list-tag .tag_class.tag_4 {
  background: #FF8C00; 
}

.Blog-Event .list-tag .tag_class.tag_5 {
  background: #f2f2f2; 
  color: #414141;
}
#SP_PAL_Search_Content, #SP_MEM_Search_Content {
  max-width: 900px;
}
#SP_PAL_Search_Content .PAL-container h3, #SP_MEM_Search_Content .Member-container h3{
  font-size: 16px;
}
#SP_PAL_Search_Content .PAL-container .text-description, #SP_MEM_Search_Content .Member-container .text-description{
  font-size: 13px;
  background-color: #ffffff; 
  text-align: left;
  display: inline-block;
  width: 80%;
  /*   overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  vertical-align: middle;
  margin-bottom: 0;
}
#SP_PAL_Search_Content .PAL-container img, #SP_MEM_Search_Content .Member-container img {
  max-width: 60px;
  max-height: 120px;
  margin-right: 10px;
}
@media only screen and (max-width: 576px) { 
  #SP_PAL_Search_Content .PAL-container .text-description, #SP_MEM_Search_Content .Member-container .text-description {
    width: 100%;
  }
}

.SP-RecentNews #right_boxevent .RecentNews-body.seminar-partnerinfo dl dd a {
  text-decoration: none;
} 

.SP-RecentNews #right_boxevent .RecentNews-body.seminar-partnerinfo dl dd a .date {
  color: #414141; 
}

.SP-RecentNews #right_boxevent .RecentNews-body.seminar-partnerinfo dl dd a .name {
  text-decoration: underline;
}


/*===============================================
* ========== SP-RecentNewsTop ==================
/*=============================================*/
.SP-RecentNewsTop .RecentNews-body dl dt time {
  min-width: 83px;
  display: inline-block;
}

/*===============================================
* ========== column ===========================
/*=============================================*/
@media (min-width: 768px) {
  .Blog-Basic .Blog-Detail #recent_post .my-4 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .Blog-Basic .Blog-Detail #recent_post .my-4 {
    font-size: 1.55rem;
  }
}
@media (max-width: 575px) {
  .Blog-Basic .Blog-Detail #recent_post .my-4 {
    font-size: 1.45rem;
  }
}

/*===============================================
* ========== Customer Information ==============
/*=============================================*/
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.SP-Information {
  background-color: #4FC2EF;
}
.SP-Information .Hero-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.Blog-Information .Blog-Detail {
  padding-top: 70px;  
}
.Blog-Information .Blog-content {
  justify-content: center; 
}
.Blog-Information .recent dd {
  margin-bottom: 1rem; 
}
.Blog-Information .recent .flex-row {
  align-items: center;
}
.Blog-Information .recent a:hover .flex-row {
  opacity: 0.8;
}
.Blog-Information .recent .category {
  padding-left: 10px;
  padding-right: 10px;
}
.Blog-Information .recent .category span {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  letter-spacing: 0.1rem;
  color: #fff;
  font-size: 90%;
  max-width: 85px;
}
.Blog-Information .recent .category .accountant {
  background-color: #86D8FF;
}
.Blog-Information .recent .category .hr {
  background-color: #FFC000;
}
.Blog-Information .recent .category .common {
  background-color: #8FC31F;
}
.Blog-Information .recent .category .other {
  background-color: #7CB1E0;
}

.Blog-Information .recent .Section-body p {
  margin-bottom: 0;
  font-size: 90%;
}
.Blog-Information .recent .Section-body .title {
  color: #4a4a4a !important;
  text-decoration: underline;
  margin-left: 15px;
}
.Blog-Information .recent .pdflink .Section-body .title:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.Blog-Information .recent .Section-body .status {
  color: #878787;
}
.Blog-Information .recent .Section-body .status .new {
  font-weight: bold;
  color: #ea6a00;
}
.Blog-Information .information-all {
  margin-top: 2em; 
}
.Blog-Information .Hero-title {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .Header.Information .row {
    justify-content: center; 
  }
  .Blog-Information .Blog-content.list {
    flex-direction: column;  
  }
  .Blog-Information .Blog-content.list #Slidebar_content {
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .Blog-Information .Blog-content.list #Main_Content {
    -ms-flex-order:0;
    -webkit-order:0;
    order:0;
  }
  .Blog-Information .Blog-Detail {
    padding-top: 40px;
  }
  .Blog-Information .BoxNews-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Blog-Information .recent .category {
    text-align: left !important;  
  }
  .Blog-Information .recent .category span {
    display: inline-block;
    width: initial;
    padding: 3px 13px;
    font-size: 80%;
  }
  body[class*='Blog-']:not(.is-standard).Blog-Information .pagination-container .pagination {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }
}
.no-gutters .align-items-center {
  margin-bottom: 10px;
}
.TopMenu {
  margin-bottom: 0;
}
.Header-Main .Logo {
  margin-top: 15px;
}
/* .Header-nav.is-fixed {
position: initial;
} */
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1>a {
  white-space: nowrap;
}
/* File gianh rieng cho Phun Ga */
/*===============================================
* ========== Common CSS =====================
/*=============================================*/
.d-flex-content-center{
  justify-content: center
}
.d-flex-content-left{
  justify-content: start
}
.d-flex-content-right{
  justify-content: end
}
.btn-md {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px;
  padding: 8px 0;
  min-width: 120px;
}
.bg-in-preparation,
span.finish {
  background-color: #3b8dc7;
  border-radius: 0px;
  padding: 2px;
}
.SP-Custom-Module table {
  margin-bottom: 1.5rem
}
.hide-pc {
   display: none !important;
}
@media only screen and (max-width: 768px) {
.hide-pc {
  display: block !important;
}
}
.highlight_text {
   background-color: #ffff00;
}
mark{
     background-color: #ffff00 !important;
}
.url_keyword {
   color: #093;
  display: block;
}
/*===============================================
* ================ Menu   =====================
/*=============================================*/
.TopMenu {
  margin-bottom: 5px;
}
.Logo-company-name {
  margin-left: 9px;
}
.Header-Main h1 {
  line-height: 0;
}
.Header-Main .Logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .Header-Main .Logo {
    justify-content: space-between;
  }
}
.Header-Main .business_maxim {
  line-height: 1;
  margin-bottom: 5px;
}
.Header-Main .business_maxim p {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
  text-align: right;
}
.TopMenu .hs-menu-wrapper>ul {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1>a {
    font-size: calc(11px * 1) ;
}
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:nth-child(2) a {
    background-color: #ea6a00;
}
.TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1:nth-child(2) a::before {
  content: unset;
}
/* @media (max-width: 1199px) {
  .TopMenu .hs-menu-wrapper>ul .hs-menu-depth-1>a {
    font-size: calc(10px * 1) !important;
}
} */
@media (max-width: 1199px) {
.TopMenu .hs-menu-wrapper>ul {
    flex-wrap: wrap;
    justify-content: flex-end;
}
  .Header-Main .business_maxim {
    margin-top: 10px;
  }
}
#pagetop {
  position: fixed !important;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: auto;
}
/*===============================================
* ================ Module =====================
/*=============================================*/
/* ----------------------------- */
/*      .SP-FlexGroup            */
/* ----------------------------- */
.SP-Videos .video-detail h1 {
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.SP-Videos .video-detail .des{
  background: #f7f7f7;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: 0 !important;
}
.SP-Videos .video-detail .des span{
  background: none !important;
}
/* ----------------------------- */
/*      .SP-FlexGroup            */
/* ----------------------------- */
.SP-FlexGroup .Section-content .title-item {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.SP-FlexGroup .Section-content .title{
  color: #3B8DC7;
}
.SP-FlexGroup .Section-content .title + .content {
  margin-top: 5px;
}
.SP-FlexGroup .Section-content .content {
  font-size: 0.9rem;
}
.SP-FlexGroup .Section-content .wrap-item {
  padding: 15px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  min-height: 110px;
}
@media (max-width: 1024px) {
  .SP-FlexGroup .Section-content .wrap-item {
     min-height: 130px;
  }
}
@media (max-width: 768px) {
  .SP-FlexGroup .Section-content .wrap-item {
     min-height: 130px;
  }
}
.SP-FlexGroup .Section-content .wrap-item + .wrap-item {
  margin-top: 20px
}
.SP-FlexGroup .ColumnContentSection-content .ColumnContentSection-content_column {
  margin: 0;
}
.SP-FlexGroup .ColumnContentSection-awesome {
  padding: 0;
  margin: 0;
}
.SP-FlexGroup .ColumnContentSection-image,
.SP-FlexGroup .ColumnContentSection-icon{
  width: calc(40% - 15px);
  margin-right: 15px;
}

.SP-FlexGroup .ColumnContentSection-image + .ColumnContentSection-content .ColumnContentSection-content_column {
  margin-top: 0 !important;
}
.SP-FlexGroup .Section-content a:hover {
  opacity: 0.8;
}

.SP-FlexGroup-custom .Section-content {
    padding: 20px;
    border: 2px solid #50c2f0;
    background: #fff;
}
.SP-FlexGroup-custom .Section-content .title-main {
    background: #50c2f0;
    padding: 10px 20px;
    margin: -20px;
    margin-bottom: 25px;
}
.SP-FlexGroup-custom .Section-content .title-main a,
.SP-FlexGroup-item .Section-content .title-main a{
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.SP-FlexGroup-custom .Section-content .title-main img{
  margin-right: 10px;
}
.SP-FlexGroup-item .Section-content .title-main img{
  margin-right: 5px;
}
.SP-FlexGroup-custom .Section-content .title-item,
.SP-FlexGroup-item .Section-content .title-item{
  font-size: 16px;
  font-weight: 600;
}
.SP-FlexGroup-custom .Section-content .title,
.SP-FlexGroup-item .Section-content .title {
  font-weight: 600;
}

.SP-FlexGroup-custom.orange .Section-content {
  border-color: #f5ac48;
}
.SP-FlexGroup-custom.orange .Section-content .title-main {
  background: #f5ac48;
}
.SP-FlexGroup-custom.orange .Section-content .title {
  color: #f5ac48;
}

.SP-FlexGroup-item .Section-content .wrap-item {
  border: none;
  padding: 0;
}

.SP-FlexGroup-item .item {
    padding: 10px;
    border: 2px solid;
    background: #fff;
    height: 100%;
}

.SP-FlexGroup-item .item .title-main {
    padding: 4px 5px;
    margin: -10px;
    margin-bottom: 20px;
}
.SP-FlexGroup-item .item .title {
  margin-top: 12px;
}
.SP-FlexGroup-item .Section-content .content {
  font-size: .86rem;
}

.SP-FlexGroup-item .gm {
  border-color:#EE846D;
}
.SP-FlexGroup-item .gm .title-main {
  background: #EE846D ;
  padding: 6px 5px;
}
.SP-FlexGroup-item .gm .title {
  color: #EE846D ;
}

.SP-FlexGroup-item .connect {
  border-color:#9bc954 ;
}
.SP-FlexGroup-item .connect .title-main {
  background: #9bc954  ;
  padding: 6px 5px;
}
.SP-FlexGroup-item .connect .title {
  color: #9bc954  ;
}

.SP-FlexGroup-item .ai-rpa {
  border-color:#5f90cc ;
}
.SP-FlexGroup-item .ai-rpa .title-main {
  background: #5f90cc  ;
}
.SP-FlexGroup-item .ai-rpa .title {
  color: #5f90cc  ;
}

.SP-FlexGroup-item .api {
  border-color:#00abc5;
}
.SP-FlexGroup-item .api .title-main {
  background: #00abc5;
}
.SP-FlexGroup-item .api .title {
  color: #00abc5 ;
}


.SP-FlexGroup-item .wrap-item {
  flex-direction: column;
}
.SP-FlexGroup .SP-FlexGroup-item .ColumnContentSection-content .ColumnContentSection-content_column,
.SP-FlexGroup .SP-FlexGroup-item .ColumnContentSection-image,
.SP-FlexGroup .SP-FlexGroup-item .ColumnContentSection-image img{
  width: 100% !important;
  margin: auto
}
.SP-FlexGroup .SP-FlexGroup-custom .ColumnContentSection-image,
.SP-FlexGroup .SP-FlexGroup-custom .ColumnContentSection-icon{
  width: calc(57% - 15px);
  margin-right: 15px;
}
@media (max-width: 768px) {
  .SP-FlexGroup .SP-FlexGroup-custom .ColumnContentSection-image {
  width: 100%;
  margin-bottom: 15px;
  }
  .SP-FlexGroup .ColumnContentSection-content .ColumnContentSection-content_column {
  width: 100% !important;
}
}
.SP-FlexGroup .ColumnContentSection-content {
  width: 43%
}
/* ----------------------------- */
/*      .SP-ListResources        */
/* ----------------------------- */
.SP-ListResources.vertical .Resource-icon {
  max-height: 320px;
  width: auto;
}
.SP-ListResources.vertical .Resource-content {
  padding: 0;
  margin-top: 1.5rem;
}
.SP-ListResources.vertical .Column-item:nth-child(n+5) {
  margin-top: 60px;
}
.SP-ListResources.vertical .Section-content a {
  display: block;
}

/* ----------------------------- */
/*        .SP-TwoColumn          */
/* ----------------------------- */
.SP-Custom-Module.SP-TwoColumn .Section-top h3,
.SP-Custom-Module.SP-TwoColumn .Section-bottom h3{
  border-left: 5px solid #00aeeb;
  padding-left: 15px;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 2.2rem;
  margin-bottom: 1.5rem;
}

/* ----------------------------- */
/*        .SP-Schedule           */
/* ----------------------------- */
.SP-Schedule span.finish{
  background-color: #ddd;
  color: #666666;
}
.SP-Schedule .table td.number,
.SP-Schedule .table td.address,
.SP-Schedule .table td.file,
.SP-Schedule .table td.date{
  text-align: center
}
.SP-Schedule .table th {
  text-align: center;
  font-weight: 500;
}
.SP-Schedule .table td {
  padding: 9px 10px 8px;
  vertical-align: middle;
}

/* ----------------------------- */
/*        .SP-Basic-Nav          */
/* ----------------------------- */
.Custom-Basic-Nav.SP-Basic-Nav .button-item {
  min-width: 300px;
}

/* ----------------------------- */
/*        .SP-Videos             */
/* ----------------------------- */
.SP-Videos #mainArea_works .list .thumb a{
  transition: all 0.3s ease;
}
.SP-Videos #mainArea_works .list .thumb a.card {
  color: #4a4a4a;
  height: 100%
}
.SP-Videos #mainArea_works .list .thumb a:hover {
  opacity: 0.7;
}
.SP-Videos #mainArea_works .list .thumb a.card figure:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: rgb(117 117 117 / 30%);
  width: 100%;
  height: 100%;
}

/* ----------------------------- */
/*        .SP-TwoColumn          */
/* ----------------------------- */
.Custom-2column.SP-TwoColumn .Section-image {
  text-align: center;
}
.SP-Basic-Nav .button-item {
  background: #fff;
}
.SP-Basic-Nav .button-item.actived {
  border-color: #ea6a00;
}

/* ----------------------------- */
/*           .SP-Videos          */
/* ----------------------------- */
.SP-Videos #search li {
  height: 100%;
}

/* ----------------------------- */
/*        .SP-Basic-Nav          */
/* ----------------------------- */
.SP-Basic-Nav .basic-item {
  color: #3c8cc8 !important;
  cursor: pointer;
}
.SP-Basic-Nav .basic-item.actived{
  color: #F7B400 !important;
}

.SP-Basic-Nav .basic-item:after {
  border-width: 0 3px 3px 0;
  padding: 2px;
}
.SP-Basic-Nav .basic-item.actived:hover:after {
  color: #ea6a00 !important;
}

/* ----------------------------- */
/*       .SP-FlexBox             */
/* ----------------------------- */
.SP-FlexBox .ColumnContentSection-image+.ColumnContentSection-content .ColumnContentSection-content_column, 
.SP-FlexBox .title+.ColumnContentSection-content .ColumnContentSection-content_column {
  margin-top: 1.5rem;
}
.SP-FlexBox .ColumnContentSection-awesome {
  margin-bottom: 1rem;
}

.SP-FlexBox svg {
  fill: unset;
}

/* .vertical  */
.Custom-partner.SP-FlexBox .vertical .ColumnContentSection-image {
  text-align: center;
  max-width: 195px;
  max-height: 80px;
  margin-right: auto;
  margin-left: auto;
}
.Custom-partner.SP-FlexBox .vertical .Section-content .item .wrap {
  padding: 8px !important;
  /* min-height: 200px; */
  height: 190px;
}
.Custom-partner.SP-FlexBox .vertical .Section-content .item .wrap .no-element_a {
  min-height: 190px;
}
.Custom-partner.SP-FlexBox .vertical .ColumnContentSection-content .ColumnContentSection-content_column .title+.content {
  margin-top: 20px;
}
.Custom-partner.SP-FlexBox .vertical .ColumnContentSection-content .ColumnContentSection-content_column .content p{
  margin-bottom: 0px;
}
.Custom-partner.SP-FlexBox .vertical .title {
  font-size: 16px;
}



/* .side */
.SP-FlexBox .side .row .flex-row>a {
  width: 100%;
  align-items: center;
}
.SP-FlexBox .side .ColumnContentSection-icon+.ColumnContentSection-content .ColumnContentSection-content_column {
  width: 100%;
}
.SP-FlexBox .side .Section-content .item .wrap {
  padding: 0 !important;
}
.SP-FlexBox .side .ColumnContentSection-awesome svg {
  width: 50px;
  height: 50px;
}

.SP-FlexBox .flex-1columns .side .ColumnContentSection-image {
  margin: 0;
}


.SP-FlexBox .flex-1columns .side .Section-content .item .wrap {
  padding: 25px 20px !important;
}
.SP-FlexBox .flex-1columns .side .img-fluid {
  width: 225px;
}
.SP-FlexBox .flex-1columns .side .row .flex-row>a {
  align-items: start;
}
.SP-FlexBox .flex-1columns .side h3.title:first-child {
  font-weight: 500;
  margin-bottom: 1rem;
}
.SP-FlexBox .flex-1columns .side .ColumnContentSection-content .ColumnContentSection-content_column .content h4{
  font-size: 18px;
  color: #838890;
  border-bottom: 1px solid #D7DBDF;
  padding-bottom: 0.5em;
  font-weight: 500;
  margin-top: 1.5rem;
}
.SP-FlexBox .flex-1columns .side .Section-content .TileCard-label {
  background-color: #007bc6;
  color: #FFF;
  padding: 0 1.2%;
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 14px;
}
.SP-FlexBox .flex-1columns .side .ColumnContentSection-image+.ColumnContentSection-content .ColumnContentSection-content_column {
  margin-top: 1.5rem;
  margin: 0;
  margin-left: 20px;
}
.SP-FlexBox .Section-content .item .wrap>a:hover:before {
  z-index: 1;
}

.SP-FlexBox .Section-content .wrap .no-element_a {
  /* border: 1px solid #ddd; */
  height: 100%;
  min-height: 200px;
}

.SP-FlexBox .Section-content .no-element_a > .title {
  position: relative;
  padding-bottom: 20px;
}
.SP-FlexBox .Section-content .no-element_a > .title:after {
  content: "";
  background: #3c8cc8;
  position: absolute;
  bottom: 0;
  left: 40%;
  height: 6px;
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
  width: 60px;
}
.SP-FlexBox .Section-content .no-element_a .ColumnContentSection-content{
  /*     padding: 20px;
  margin: 0; */
}

/* ----------------------------- */
/*      .SP-HistoryTable         */
/* ----------------------------- */
.SP-HistoryTable .j-toggle .rf-section:first-child{
  margin-top: 0;
}
/*===============================================
* ===============  Footer   ====================
/*=============================================*/
.Footer .bg-color {
  line-height: 1;
}
.Footer-bottom .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.Footer-service-nav {
  background: #007bc6;
  padding: 15px 0;
}
.Footer-service-nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
}
.Footer-service-nav ul li {
  padding: 0;
  box-sizing: border-box;
}
.Footer-service-nav ul li:not(:last-child){
  margin-right: 16px;
}
@media only screen and (max-width: 959px) { 
  .Footer-service-nav ul {
    flex-wrap: wrap;
  }
  .Footer-service-nav ul li:nth-child(2n){
    margin-right: 0;
  }
  .Footer-service-nav ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .Footer-service-nav ul li {
    background: #fff;
    width: calc(100%/2 - 8px);
  }
}
@media only screen and (max-width: 575px) {
  .Footer-service-nav ul li:nth-child(n+2) {
    margin-top: 12px;
  }
  .Footer-service-nav ul li {
    width: 100%;
  }
  .Footer-service-nav ul li:nth-child(n){
    margin-right: 0;
  }
}

.social {
  display: block;
  font-family: 'Roboto',sans-serif;
}

.social .fa {
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  margin-right: 2px;
}
.social span:last-child .fa {
  margin-right: 5px;
}
.social .fa-facebook {
  background-color: #1771E6;
}
.social .fa-twitter {
  background-color: #1DA1F2;
}
.social a {
  transition: all 0.3s ease;
  display: inline-block;
  color: #3b5998;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}
.social a:hover {
  opacity: 0.7;
}



/*===============================================
* ==============  .Web-Sidebar  =================
/*=============================================*/
.Web-Sidebar #Main_Content .SP-BasicContent .TwoColumn .Section-header {
  border: none;
}
.Web-Sidebar #Main_Content .SP-Hero .Hero.bg-bottom-line::after{
  display: none;
}
.Web-Sidebar #Main_Content .SP-Hero + .SP-Custom-Module {
  padding-top:0 !important;
}
.Web-Sidebar #Main_Content .SP-Hero  .container {
  padding: 0 !important;
}
.Web-Sidebar #Main_Content .SP-Hero {
  margin-bottom: 2.5rem;
}
/*===============================================
* ==============  Blog Case   ===================
/*=============================================*/
.Blog-Case .List-tag li {
  margin: 3px;
}

/*===============================================
* ================  BLOG   =====================
/*=============================================*/
.Blog-Basic .Blog-Detail .post-body ol:not('#toc-index') li {
  margin-bottom: 1rem;
}
.Blog-Basic .Blog-Simple .Post-Item-blog .eyecatch {
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*===============================================
* ================  Page   =====================
/*=============================================*/
/*****************************************/
/* .Product-box   */
/*****************************************/
.Product-box {
  background: #f7f7f7;
  padding: 15px;
  border: 2px solid #50c2f0;
  border-radius: 3px;
}
.Product-box h2 {
  margin-top: -15px !important;
  background: #50c2f0;
  margin: -15px;
  color: #ffffff;
  padding: 10px 15px !important;
  font-weight: bold;
}
.Product-box h3 {
  margin-top: 0 !important;
  font-size: 1.2rem !important;
}
.Product-box h2 img {
  margin-right: 12px;
}

.Product-box.red {
  border-color: #ee846d;
}
.Product-box.red h2{
  background: #ee846d;
}
.Product-box.red h3{
  border-color: #ee846d !important;
}

.Product-box.cyan {
  border-color: #9bc954;
}
.Product-box.cyan h2{
  background: #9bc954;
}
.Product-box.cyan h3{
  border-color: #9bc954 !important;
}

.Product-box.origin {
  border-color: #f5ac48;
}
.Product-box.origin h2{
  background: #f5ac48;
}
.Product-box.origin h3{
  border-color: #f5ac48 !important;
}
/*****************************************/
/* Fix Search Page    */
/*****************************************/
.hubspot-search {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.hubspot-search .hs-search-field {
  margin-top: 60px;
}
.hubspot-search .hs-search-field__bar {
  display: flex;
}
.hubspot-search .hs-search-field__bar form {
  display: inline-flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hubspot-search .hs-search-field__input {
  padding: 8px 12px 8px 12px;
  border: 2px solid #ccc;
  border-radius: 5px;
  line-height: 1;
}
.hubspot-search button {
  width: 100px;
  background-color: #ea6a00;
  border: none;
  border-radius: .25rem;
  margin-left: 10px;
}

.hs-search-results .hs-search-results__listing {
  margin-top: 30px;
}
.hs-search-results .hs-search-results__listing li {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 0px;
  margin-top: 40px;
}
.hs-search-results .hs-search-results__block {
  display: flex;
  margin-top: 13px;
  margin-bottom: 20px;
}
.hs-search-results .hs-search-results__featured-image {
  margin-right: 20px;
}
.hs-search-results .hs-search-results__featured-image img {
  width: 150px;
  height: auto;
  max-width: 150px;
}
.hs-search-results .hs-search-results__pagination {
  margin-top: 20px;
}
.block_960 .container {
  max-width: 960px;
}
.hs-search-field__suggestions {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px !important;
}
.hs-search-field__suggestions li a {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.hs-search-field__bar button svg {
  height: 15px !important;
  fill: white !important;
}
.hs-search-field{position:relative}.hs-search-field__input{box-sizing:border-box;width:100%}.hs-search-field__bar button svg{height:10px}.hs-search-field__suggestions{margin:0;padding:0;list-style:none}.hs-search-field--open .hs-search-field__suggestions{border:1px solid #000}.hs-search-field__suggestions li{display:block;margin:0;padding:0}.hs-search-field__suggestions #results-for{font-weight:bold}.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for{display:block}.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus{background-color:rgba(0,0,0,0.1);outline:0}

.hs-search-results__listing{margin:0;padding:0;list-style:none}.hs-search-results__listing li{margin:0;padding:0}.hs-search-highlight{font-weight:bold}.hs-search-results__prev-page{float:left}.hs-search-results__next-page{float:right}
.table-block {
  max-width: 776px;
  margin: 0 auto 10px;
}
table.sps_table_normal{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
  line-height: 1.9em;
}
table.sps_table_normal th, table.sps_table_normal tr, table.sps_table_normal td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 8px 12px;
}
table.sps_table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) { 
  table.sps_table th{
    font-size: 14px;
  }
}
table.sps_table tr{
  border-bottom: 1px solid #dcdcdc;
}
table.sps_table td{
  padding: 10px 0;
  font-size: 0.9rem;
  line-height: 1.8em;
  width: 75%;
  vertical-align: baseline;
}
table.sps_table th{
  width: 25%;
  text-align: left;
  vertical-align: baseline;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  table.sps_table td{
    width: 100%;
    display: block;
    padding-top: 12px;
  }
  table.sps_table th{
    width: 100%;
    display: block;
    padding-bottom: 0;
    line-height: 1.2em;
  }
}


@media only screen and (max-width: 576px) {
  .footer-banner{
    display: flex;
  }
}
.footer-banner{
  margin: 0;
  float: right;
  list-style: none;
  overflow: hidden;
}
.footer-banner li{
  margin-right: 10px;
  float: left;
}
.footer-banner li:last-child{
  margin-right: 0;
}
.footer-banner li a{
  display: inline-block;
}
.footer-banner .mailmag-btn{
  padding-top: 8px;
}
.footer-banner .mailmag-btn a{
  border: 1px solid #a3b5bc;
}
.footer-banner .mailmag-btn a:hover{
  border: 1px solid #F7B400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer-banner .request-btn{
  padding-top: 8px;
}
.request-btn a{
  padding: 7px 12px;
  display: inline-block;
  line-height: 1;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  background-color:#f76b00;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.request-btn a:hover {
  background-color:#f7b500;
}
.detail-logo{
  width: 229px;
  height: 100px;
  border:1px solid #ccc;
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
}
.fs-14 {
  font-size: 14px;
}
.column-writer {
  margin-top: 30px;
  padding: 5px 15px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.column-writer-ttl {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}

.column-writer-ttl::before {
  content: "■";
  margin-right: 8px;
  display: inline-block;
  color: #F7B400;
  font-size: 13px;
  vertical-align: middle;
}

.column-writer-txt {
  margin-top: 10px;
}
.line-height-default {
  line-height: 1.6em;
}
.line-height-semi {
  line-height: 1.8em;
}
.btn-edit {
  max-width: 280px;
  white-space: normal;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .btn-edit {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.SP-Custom-Module.SP-BasicContent .Section-content h3 {
  border-left: 5px solid #00aeeb;
  padding-left: 15px;
  line-height: 1.2;
  padding-top: 4px;
  padding-bottom: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.hover{
  -webkit-transition: all .2s;
  transition: all .2s;
}
.hover:hover{
  opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  -khtml-opacity: .70; /* Safari 1.x */
  -moz-opacity: .70; /* FF lt 1.5, Netscape */
}

.Footer .Footer-between {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.Footer .Footer-between .small {
  line-height: 1.5;
}
.Footer-between .btn-group {
  display: flex;
  flex-wrap: wrap;
}
.Footer-between .btn-group .privacy-item {
  width: 80px;
  align-items: center;
  vertical-align: middle;
  display: flex;
}
.Footer-between .btn-group .footer-banner {
  width: calc(100% - 80px);
}
.Footer-between .footer-banner {
  float: none;
  text-align: right;
  width: 100%;
  padding-top: 20px;
}
.Footer-between .footer-banner li {
  float: none;
  display: inline-block;
  margin-bottom: 16px;
}
.Footer-between .footer-banner .btn-small {
  border-radius: 3px;
  font-size: 13.5px;
}
.Footer-between .footer-banner .btn-small[href*="pal"],
.Footer-between .footer-banner .btn-small[href*="member"] {
  background-color: #333;
  color: #FFF;
}
.Footer-between .footer-banner .btn-small[href*="inquiry"],
.Footer-between .footer-banner .btn-small[href*="document-request"],
.Footer-between .footer-banner .btn-small[href*="demo"] {
  background-color: rgb(234, 106, 0);
  color: #FFF;
}
.Footer-between .footer-banner .btn-small[href*="magazine"] {
  background-color: #3b8dc7;
  color: #FFF;
}
.Footer-between .footer-banner .btn-small:hover {
  opacity: 0.9;
}
.Footer .Footer-bottom {
  background-color: #FFF; 
}
@media only screen and (max-width: 650px) {
  .Footer-between .btn-group .privacy-item {
    width: 100%;
    display: block;
  }
  .Footer-between .btn-group .footer-banner {
    width: 320px;
    margin: 0px auto;
  }
  .Footer-between .btn-group .footer-banner li {
    display: block;
    margin-right: 0px;
  }
  .Footer-between .btn-group .footer-banner li .btn-small {
    width: 100%; 
  }
}


@media only screen and (max-width: 576px) {
  .Footer-between .btn-group .footer-banner {
    display: block; 
  }
}

.GB_Section_CTA .button-item{
  line-height: 2em;
  padding: 10px 10px !important;
}
@media only screen and (max-width: 576px) {
  .GB_Section_CTA .button-item{
    width: 100% !important;
    padding: 4px 5px !important;
    line-height: 2em !important;
    margin: 8px 10px !important;
  }
}

.SP-Custom-Module.SP-BasicContent ul li {
  line-height: 24px;
}
.SP-Custom-Module.SP-BasicContent ol li {
  line-height: 1.4em;
  margin-bottom: 15px;
}

.box__toggle--items {
  padding-top: 70px;
}
@media only screen and (max-width: 576px) {
  .box__toggle--items {
    padding-top: 20px;
  }
}


/*===============================================
* ==============  .box-toggle   =================
/*=============================================*/

.box-toggle {
  border: 1px solid #ccc;
  background: #fbfbfb;
}
.box-toggle .title-toggle {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  justify-content: space-between;
}
.box-toggle .title-toggle img {
  width: 60px;
}

@media only screen and (max-width: 576px) {
  .box-toggle .title-toggle:before{
    content: unset;
    display: none
  }
}
.box-toggle .content-toggle {
  padding-top: 25px;
  border-top: 2px dotted #f7b400;
  display: none;
}
.box-toggle.FAQ-container {
  cursor: pointer;
}
.box-toggle .FAQ-content.content-toggle {
  display: none;
  border-top: unset;
  padding-top: 0;
}
.FAQ-container.box-toggle {
  position: relative;
  padding: 15px 25px 10px;
  background-color: unset;
}
.FAQ-container.box-toggle.show-more {
  padding-bottom: 47px;
}
.FAQ-container.box-toggle.show-more .content-toggle {
  cursor: initial;
}
.FAQ-container.box-toggle.show-more::after {
  transform: rotate(180deg);
  transition: 0.3s ease all;
}
.FAQ-container.box-toggle::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/hubfs/8004396/images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  bottom: 0.5em;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 768px) {
  .FAQ-container.show-more.box-toggle::after {
    bottom: 15px;
  }
  .FAQ-container.box-toggle::after {
    bottom: 1.8%;
  }
}
@media only screen and (max-width: 576px) {
  .FAQ-container.box-toggle::after {
    bottom: 2%;
  }
  .FAQ-container.show-more.box-toggle::after {
    bottom: 15px;
  }
  .FAQ-container.box-toggle h3 {
    font-size: 24px;
  }
}

/*===============================================
* ==============  .JS_QA_2 (V-Cube)  ============
/*=============================================*/
.empty_data {
  display: none;
}

.wm-border, .wm-background, .wm-border-background {
  padding: 19px;
  border: 1px solid #c8c8c8
}
.wm-border {
  margin-top: 20px;
}
.wm-background, .wm-border-background {
  border-color: #f4b47f
}
.wm-border-background {
  padding: 17px;
  border-width: 3px
}
.wm-border>*:first-child, .wm-background>*:first-child, .wm-border-background>*:first-child {
  margin-top: 0 !important
}
.wm-border ul.list_anchor {
  padding: 0;
}
.wm-border ul.list_anchor li:before {
  content: '';
  position: absolute !important;
  left: 0 !important;
  top: 0.9em !important;
  display: block !important;
  width: 7px !important;
  height: 7px !important;
  margin: -4px 0 0 -4px !important;
  border-right: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  transform: rotate(-45deg) !important;
  background: unset !important;
  padding: 0 !important;
}
.wm-border ul {
  margin-bottom: 0;
}
.wm-border ul.list_anchor li a {
  padding-left: 12px;
  text-decoration: underline;
}

.wm-border ul.list_anchor li .new {
  color: WHITE;
  background: RED;
  padding: 3px 5px;
  font-size: 11px;
  margin-left: 10px;
}

.JS_QA_2 header.Section-header h2.title {
  border-bottom: none !important;
  margin-bottom: 1rem !important;
}
.JS_QA_2 .Section-description {
  word-break: break-word;
  text-align: left !important;
}


/*===============================================
* ==============  .training-nav  ===============
/*=============================================*/
.SP-Basic-Nav.training-nav .Section-cta a {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}


/*===============================================
* ==============  Fix HeroBlog-detail  ==========
/*=============================================*/
.Blog-Basic .HeroBlog-detail.Hero {
  height: 300px;
}

.Blog-Basic .HeroBlog-detail.Hero .entry-content {
  padding-top: 15px;
}

.Blog-Basic .HeroBlog-detail.Hero .Hero-content .byline .date {
  display: block;
  margin-top: 10px;
}

.Blog-Basic .HeroBlog-detail.Hero .Hero-content .entry-content .main-title {
  margin-bottom: 10px;
}

.Blog-Basic .HeroBlog-detail.Hero #BreadCrumb {
  padding-top: 15px;
}

.Blog-Basic .HeroBlog-detail.Hero #BreadCrumb nav a,
.Blog-Basic .HeroBlog-detail.Hero #BreadCrumb nav i,
.Blog-Basic .HeroBlog-detail.Hero #BreadCrumb nav span,
.Blog-Basic .HeroBlog-detail.Hero #BreadCrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #FFF; 
}

/*===============================================
* ==============  .SP-Basic-Form .Resource .LP-Form
/*=============================================*/
.SP-Basic-Form .Resource .LP-Form .privacy-text {
  position: relative;
  z-index: 1;
  width: calc(100%);
  color: #707070;
  font-size: 13px;
  height: 90px;
  padding: 12px;
  margin: 0 auto 72px;
  margin-bottom: 10px; 
  background: #FBFBFB;
  border: 2px solid #F4F4F4;
  overflow-y: scroll;
}

.SP-Basic-Form.one-column .Resource .LP-Form .privacy-text {
  margin-top: 20px; 
}

.Footer.en {
  border-top: 3px solid #007bc6;
}

.Footer.Footer-en .Footer-service-nav {
  padding: 2px 0px;
}


/*===============================================
* ==============  .SP-Basic-Form .Resource .LP-Form
/*=============================================*/
.System-Basic .hubspot-search button {
  cursor: pointer;
  transition: all .2s;
}

.System-Basic .hubspot-search button:hover {
  opacity: 0.7; 
}

/*===============================================
* ==============  .SP-Basic-Form .Resource .LP-Form
/*=============================================*/
.SP-Custom-Box.SP-Case .box-handle .box-title {
  border-left: 5px solid #00aeeb;
  padding-left: 15px;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  background: none;
  font-size: calc(1.5em * 1);
}

.SP-Custom-Box.SP-Case .box-handle .Section-text p:first-child {
  margin-top: 0px;
}
@media (max-width: 576px) {
  table.normal-table tbody tr th, table.normal-table tbody tr td {
    width: 100%;
    display: block;
  }
}

.SP-ListResources.horizontal .Resource-content {
 /* margin-top: 25px; */
  margin-top: 0px;
}

.SP-ListResources.horizontal .Resource-content .tag {
  margin-bottom: 15px;
}

.SP-ListResources.horizontal .Resource-content .tag span {
  background: #3b8dc7;
  color: #FFF;
  font-size: 13px;
  padding: 2px 6px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .block-medium-1020 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  a.btn {
    white-space: pre-wrap;
  }
}
@media (max-width: 576px) {
  .SP-Custom-Module .table-slide table {
      width: 100%;
      max-width: 100%;
      white-space: nowrap;
  }
  body[class*='Blog-']:not(.is-standard) .Blog-Detail .post-case .parallelL .sentence {
    width: 100%;
  }
  body[class*="Blog-"]:not(.is-standard) .Blog-Detail .post-case .align-r {
    float: unset;
    margin-left: unset;
  }
}
 .Sidebar-menu .hs-menu-wrapper .hs-menu-depth-1>.hs-menu-children-wrapper {
  background-color: #fff;
}
.Blog-Basic .Hero.big {
  max-height: 300px;
}
@media (max-width: 767px) {
.Blog-Basic .Hero.big {
   max-height: unset;
}
}
.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
    text-align: center;
    margin: 3rem 0;
    background: #f2dede;
    border-color: #eed3d7;
    padding: 10px;
    width: 400px;
    margin: 60px auto;
    color: #b94a48;
    border-radius: 4px;
}
.JS_Contact_Profile {
  margin-bottom: 40px;
}
.JS_Contact_Profile .Section-body .Section-content h3{
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.JS_Contact_Profile .Section-body .Section-content p{
    font-size: 14px;
    line-height: 1.8em;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
@media (max-width: 575px) {
.Wrap-content .SP-FlexGroup-custom .Section-group .Section-content .row .item.flex_image:last-child {
  margin-top: 2rem !important;
}
}
.dataTables_paginate {
    width: 100%;
    max-width: 300px;
    margin: 3em auto;
}
.dataTables_paginate .paginate_button {
    display: inline-block;
    margin-right: 5px;
    line-height: 32px;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 14px;
    border: solid 1px #ddd;
}
.dataTables_paginate .paginate_button:hover {
  cursor: pointer;
}
.dataTables_paginate span .paginate_button.current {
    background-color: #ebebeb;
    border-color: #ebebeb;
  cursor: default;
}
.dataTables_paginate span .paginate_button.current:hover {
  color: #3b8dc7;
}
.label-accept {
  background-color: #ea6a00;
      padding: 2px;
}
/*===============================================
 * ==========E-Learning page video =======================
/*=============================================*/
.row-movie-elearning .group-category .thumbnail-cate {
  max-width: 300px;
  margin: auto;
  display: block; }

.row-movie-elearning .list-course {
  margin-top: 20px; }
  .row-movie-elearning .list-course table tbody {
    vertical-align: baseline; }

    .row-movie-elearning .list-course table tbody tr td .time_duration {
      color: #000000;
      font-size: 14px; }

.secondary.introduction-request {
    background-color: #ea6a00;
    color: white;
}
.secondary.introduction-request a{
    color: #fff;
}

	/************************************/
/********** Popup Form **************/
/************************************/
#download_popup_widget {
  z-index: 1000;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: table;
  background-color: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-top: 5px solid #3b8dc7;
}

.LP-Footer-Popup .form-popup {
  width: 400px;
}

.LP-Footer-Popup .form-popup .download_popup_body {
  padding: 12px;
  font-size: 12px !important;
  line-height: normal !important;
}

.LP-Footer-Popup .form-popup .hs-richtext .text {
  margin-top: 0;
  padding-bottom: 10px;
}

.LP-Footer-Popup .form-popup .hs-richtext .title_main {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

.LP-Footer-Popup .form-popup .hs-form label {
  font-weight: bold;
}

.LP-Footer-Popup .form-popup .hs-form .hs-form-required {
  color: red;
}

.LP-Footer-Popup .form-popup .hs-input {
  width: 100%;
  font-size: 13px;
  border-radius: 0 !important;
  border: #ccc solid 1px;
  padding: 0 5px !important;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list {
  margin-top: 0;
  padding-left: 0;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list > li {
  list-style: none;
  line-height: 1.5;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list > li label {
  font-weight: normal;
  padding-top: 0;
  color: red;
  line-height: 1.2;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .field {
  margin-bottom: 10px;
}

.LP-Footer-Popup .form-popup .hs_recaptcha {
  margin-top: 10px;
}

.LP-Footer-Popup .form-popup .hs_submit .actions {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.LP-Footer-Popup .form-popup input[type=checkbox] {
  margin-right: 5px;
}

.LP-Footer-Popup .form-popup .hs-form-booleancheckbox label {
  color: #4a4a4a !important;
}

.LP-Footer-Popup .form-popup .submitted-message {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}



.LP-Footer-Popup .customizer-popup .customizer-popup-content {
  padding-left: 0;
  padding-right: 0;
}

.LP-Footer-Popup .customizer-popup:before {
  display: none;
}



.LP-Footer-Popup .customizer-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.LP-Footer-Popup .customizer-popup .hs-cta-img {
  display: block;
}

.LP-Footer-Popup .customizer-popup .exit-btn {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.LP-Footer-Popup .customizer-popup .exit-btn:hover {
  cursor: pointer;
}

.LP-Footer-Popup .customizer-popup .customizer-btn {
  position: fixed;
  left: -120px;
  bottom: 200px;
  height: 60px;
  background-color: #464646;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s linear;
  z-index: 999;
}

.LP-Footer-Popup .customizer-popup .customizer-btn img {
  padding: 11px;
}

.LP-Footer-Popup .customizer-popup .customizer-btn span {
  padding-right: 15px;
}

.LP-Footer-Popup .customizer-popup .customizer-btn a {
  text-decoration: none;
  color: #fff;
  line-height: 60px;
  padding-left: 15px;
}

.LP-Footer-Popup .customizer-popup .customizer-btn:hover {
  left: 0;
}

@media screen and (max-width: 768px) {
  #download_popup_widget {
    display: none !important;
  }
}

#download_popup_widget.download_popup_open {
  display: table;
  animation-name: download_popup_show;
  animation-duration: 1s;
  animation-fill-mode: both;
}

#download_popup_widget.download_popup_hide {
  display: none;
  animation-name: download_popup_hide;
  animation-duration: 1s;
  animation-fill-mode: both;
}

#download_popup_widget.LP-Footer-Popup .customizer-popup {
  display: block;
}
@keyframes download_popup_show {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes download_popup_hide {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
/*===============================================
* ========== Fix Mobile CSS =====================
/*=============================================*/
@media (max-width: 767px){
.Blog-Case.hs-blog-listing .Case-List .table#tbData {
    width: 100% !important;
}
}
@media (max-width: 576px){
.table-sp tbody tr th, .table-sp tbody tr td {
    width: 100% !important;
    height: auto !important;
}
}