*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: black;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
/*a:hover {
  color: #0056b3;
  text-decoration: underline;
}*/
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  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;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1230px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1230px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1230px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.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: 1025px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1230px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1230px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 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: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1230px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1230px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4eb5e6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #ff9a19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
    -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s,
    -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#dedede),
      to(#dedede)
    )
    left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
  background: 0 0;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
  outline: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 21;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 5px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x
  > .ps-scrollbar-x-rail
  > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y
  > .ps-scrollbar-y-rail
  > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
@font-face {
  font-family: sanitizex;
  src: url(../font-icons/fonts/sanitizexa33a.eot?sbtw72);
  src: url(../font-icons/fonts/sanitizexa33a.eot?sbtw72#iefix)
      format("embedded-opentype"),
    url(../font-icons/fonts/sanitizexa33a.ttf?sbtw72) format("truetype"),
    url(../font-icons/fonts/sanitizexa33a.woff?sbtw72) format("woff"),
    url(../font-icons/fonts/sanitizexa33a.svg?sbtw72#sanitizex) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: sanitizex !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-2919521:before {
  content: "\e900";
}
.icon-2937014:before {
  content: "\e901";
}
.icon-2979654:before {
  content: "\e902";
}
.icon-2979708:before {
  content: "\e903";
}
.icon-3022151:before {
  content: "\e904";
}
.icon-3028779:before {
  content: "\e905";
}
.icon-7473101:before {
  content: "\e906";
}
.icon-32142155:before {
  content: "\e907";
}
.icon-logo .path1:before {
  content: "\e908";
  color: #343434;
}
.icon-logo .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: #333;
}
.icon-logo .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: #333;
}
.icon-logo .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: #333;
}
.icon-logo .path5:before {
  content: "\e90c";
  margin-left: -1em;
  color: #333;
}
.icon-logo .path6:before {
  content: "\e90d";
  margin-left: -1em;
  color: #333;
}
.icon-logo .path7:before {
  content: "\e90e";
  margin-left: -1em;
  color: #333;
}
.icon-logo .path8:before {
  content: "\e90f";
  margin-left: -1em;
  color: #343434;
}
.icon-logo .path9:before {
  content: "\e910";
  margin-left: -1em;
  color: #343434;
}
.icon-logo .path10:before {
  content: "\e911";
  margin-left: -1em;
  color: #ed1c24;
}
.icon-logo .path11:before {
  content: "\e912";
  margin-left: -1em;
  color: #fea57a;
}
.icon-logo .path12:before {
  content: "\e913";
  margin-left: -1em;
  color: #ed1c24;
}
.icon-logo .path13:before {
  content: "\e914";
  margin-left: -1em;
  color: #343434;
}
.icon-logo .path14:before {
  content: "\e915";
  margin-left: -1em;
  color: #343434;
}
.icon-menu:before {
  content: "\e916";
}
.icon-45765:before {
  content: "\e917";
}
.icon-64484:before {
  content: "\e918";
}
.icon-70562:before {
  content: "\e919";
}
.icon-70898:before {
  content: "\e91a";
}
.icon-106727:before {
  content: "\e91b";
}
.icon-181174:before {
  content: "\e91c";
}
.icon-181177:before {
  content: "\e91d";
}
.icon-254434:before {
  content: "\e91e";
}
.icon-271228:before {
  content: "\e91f";
}
.icon-484156:before {
  content: "\e920";
}
.icon-497392:before {
  content: "\e921";
}
.icon-533676:before {
  content: "\e922";
}
.icon-671366:before {
  content: "\e923";
}
.icon-684847:before {
  content: "\e924";
}
.icon-733605:before {
  content: "\e925";
}
.icon-733614:before {
  content: "\e926";
}
.icon-733635:before {
  content: "\e927";
}
.icon-747310:before {
  content: "\e928";
}
.icon-827743:before {
  content: "\e929";
}
.icon-864916:before {
  content: "\e92a";
}
.icon-883390:before {
  content: "\e92b";
}
.icon-905215:before {
  content: "\e92c";
}
.icon-983899:before {
  content: "\e92d";
}
.icon-1034182:before {
  content: "\e92e";
}
.icon-1124618:before {
  content: "\e92f";
}
.icon-1283338:before {
  content: "\e930";
}
.icon-1283357:before {
  content: "\e931";
}
.icon-1523369:before {
  content: "\e932";
}
.icon-1584892:before {
  content: "\e933";
}
.icon-1621561:before {
  content: "\e934";
}
.icon-1837446:before {
  content: "\e935";
}
.icon-2089805:before {
  content: "\e936";
}
.icon-2231632:before {
  content: "\e937";
}
.icon-2583032:before {
  content: "\e938";
}
.icon-2599697:before {
  content: "\e939";
}
.icon-2819968:before {
  content: "\e93a";
}
.icon-2877983:before {
  content: "\e93b";
}
.icon-arrow_left:before {
  content: "\e93e";
}
.icon-arrow_right:before {
  content: "\e93f";
}
.icon-icon-filter:before {
  content: "\e93d";
}
.icon-860796:before {
  content: "\e93c";
}
.icon-929495:before {
  content: "\e940";
}
.icon-eye:before {
  content: "\e9ce";
}
body {
  font-family: Roboto, sans-serif;
  color: #7b7b7b;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 1025px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}
a {
  text-decoration: none;
  outline: 0;
  color: #ed1c24;
}
a:hover {
  outline: 0;
  text-decoration: none;
  outline: 0;
}
a:active,
a:focus,
a:visited {
  text-decoration: none;
  outline: 0;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0px 0 0 0;
 text-align: justify;
}
@media (max-width: 575.98px) {
  p {
    margin: 16px 0 0 0;
    text-align:justify;
  }
}
.obj-top {
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .obj-top {
    margin-top: 17px;
  }
}
@media (max-width: 575.98px) {
  .obj-top {
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  div.obj-top {
    margin-top: 22px;
  }
}
address {
  margin: 0;
}
audio {
  width: 100%;
  display: block;
}
input::-ms-clear {
  display: none;
}
.divider {
  height: 50px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .divider {
    height: 30px;
  }
}
.divider_col {
  height: 60px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.divider_sm {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 18px;
}
.divider_xs {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.no-gutters.container-fluid,
.no-gutters.container-lg,
.no-gutters.container-md,
.no-gutters.container-sm,
.no-gutters.container-xl {
  padding-left: 0;
  padding-right: 0;
}
.no-gutters.row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters.row > [class*=" col-"],
.no-gutters.row > [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-align-col > [class^="col-"] {
  height: 100%;
}
.tt-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 24px 10px;
  height: 51px;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-family: Poppins, sans-serif;
  background: #ed1c24;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 1px solid transparent;
  font-weight: 600;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  white-space: nowrap;
  letter-spacing: normal;
}
.tt-btn [class^="icon-"] {
  margin-left: 5px;
  display: inline-block;
  font-size: 9px;
  position: relative;
}
.tt-btn:hover {
  border-color: #ed1c24;
  background-color: #fff;
  color: #ed1c24;
}
.tt-btn:active,
.tt-btn:focus,
.tt-btn:visited {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tt-btn.tt-btn__md {
  height: 45px;
  font-size: 14px;
  padding-left: 17px;
  padding-right: 17px;
}
@media (max-width: 1024.98px) {
  .tt-btn {
    font-size: 12px;
    padding: 10px 14px 10px;
    height: 41px;
    line-height: 17px;
  }
  .tt-btn [class^="icon-"] {
    font-size: 8px;
  }
  .tt-btn.tt-btn__md {
    font-size: 12px;
    padding: 10px 14px 10px;
    height: 41px;
    line-height: 17px;
  }
  .tt-btn.tt-btn__md [class^="icon-"] {
    font-size: 8px;
  }
}
@media (max-width: 767.98px) {
  .tt-btn {
    padding-left: 13px;
    padding-right: 13px;
  }
  .tt-btn.tt-btn__md {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 1024.98px) {
  html.ipad .tt-btn [class^="icon-"] {
    margin-top: -1px;
  }
  html.ipad form .tt-btn [class^="icon-"] {
    margin-top: 4px;
  }
}
button:focus {
  outline: 0;
}
.tt-base-color {
  color: #ed1c24;
}
.tt-base-dark {
  color: #323232;
}
.tt-btn__top {
  margin-top: 33px;
}
@media (max-width: 1024.98px) {
  .tt-btn__top {
    margin-top: 30px;
  }
}
.tt-btn__top02 {
  margin-top: 39px;
}
.tt-link {
  color: #323232;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}
.tt-link [class^="icon-"] {
  position: relative;
  font-size: 8px;
  top: -1px;
  color: #ed1c24;
  margin-left: 4px;
}
.tt-link span {
  display: inline-block;
  position: relative;
}
.tt-link span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #323232;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.tt-link:hover {
  color: #323232;
}
.tt-link:hover span:before {
  width: 100%;
}
.tt-link.tt-link__color01 {
  color: #fff;
}
.tt-link.tt-link__color01 [class^="icon-"] {
  color: #fff;
}
.tt-link.tt-link__color01 span:before {
  background-color: #fff;
}
@media (max-width: 1024.98px) {
  .tt-link {
    font-size: 12px;
  }
  .tt-link [class^="icon-"] {
    font-size: 7px;
    margin-left: 3px;
  }
  .tt-link span:before {
    bottom: 3px;
  }
}
.tt-link__top {
  margin-top: 16px;
}
.tt-link02 {
  color: #ed1c24;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}
.tt-link02 [class^="icon-"] {
  position: relative;
  font-size: 8px;
  top: -1px;
  color: #323232;
  margin-left: 4px;
}
.tt-link02 span {
  display: inline-block;
  position: relative;
}
.tt-link02 span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #ed1c24;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.tt-link02:hover {
  color: #ed1c24;
}
.tt-link02:hover span:before {
  width: 100%;
}
@media (max-width: 1024.98px) {
  .tt-link02 {
    font-size: 12px;
  }
  .tt-link02 [class^="icon-"] {
    font-size: 6px;
    margin-left: 3px;
  }
  .tt-link02 span:before {
    bottom: 3px;
  }
}
.title-block {
  margin-bottom: 0;
  padding-bottom: 19px;
  position: relative;
  z-index: 2;
}
.title-block .title-block__label {
  font-family: Poppins, sans-serif;
  color: #ed1c24;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.07em;
}
.title-block .title-block__label:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 2px;
  background: #ed1c24;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
@media (min-width: 1025px) {
  .title-block .title-block__label:before {
    margin-left: -15px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.title-block .title-block__title {
  font-family: Poppins, sans-serif;
  color: #323232;
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
  margin-top: 25px;
}
.title-block .title-block__title:first-child,
.title-block .title-block__title:last-child {
  margin-bottom: 3px;
}
.title-block .title-block__title:first-child {
  margin-top: 0;
}
.title-block .title-block__text {
  max-width: 465px;
  margin-top: 22px;
  padding-bottom: 13px;
}
.title-block .title-block__text.tt-width-md {
  max-width: 580px;
}
.title-block .title-block__text.tt-width-large {
  max-width: 600px;
}
.title-block + * {
  margin-top: 0;
}
.title-block.title-block__not-marker .title-block__label {
  padding-left: 0 !important;
}
.title-block.title-block__not-marker .title-block__label:before {
  display: none;
}
.title-block.text-center .title-block__label:before {
  display: none;
}
.title-block.text-center .title-block__text {
  margin-left: auto;
  margin-right: auto;
}
.title-block :nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .title-block.title-block__indent-top {
    margin-top: -10px;
  }
}
@media (min-width: 1025px) {
  .title-block.title-block__indent01 {
    padding-bottom: 28px;
  }
  .title-block.title-block__indent01 .title-block__title:not(:nth-child(1)) {
    margin-top: 17px;
  }
  .title-block.title-block__indent02 {
    padding-bottom: 19px;
  }
  .title-block.title-block__indent02 .title-block__title {
    margin-top: 12px;
  }
  .title-block.title-block__indent03 {
    padding-bottom: 21px;
  }
  .title-block.title-block__indent03 .title-block__title {
    margin-top: 17px;
  }
  .title-block.title-block__indent04 {
    padding-bottom: 26px;
  }
}
@media (max-width: 1229.98px) {
  .title-block br {
    display: none;
  }
  .title-block:not(.text-center) .title-block__label {
    padding-left: 54px;
  }
}
@media (max-width: 1229.98px) and (min-width: 1025px) {
  .title-block .title-block__label:before {
    margin-left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1229.98px) {
  .title-block .title-block__title {
    font-family: Poppins, sans-serif;
    color: #323232;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-top: 25px;
  }
  .title-block .title-block__title:first-child,
  .title-block .title-block__title:last-child {
    margin-bottom: 3px;
  }
}
@media (max-width: 1024.98px) {
  .title-block {
    padding-bottom: 19px;
  }
  .title-block .title-block__label {
    font-size: 14px;
  }
  .title-block .title-block__label:before {
    width: 28px;
  }
  .title-block:not(.text-center) .title-block__label {
    padding-left: 42px;
  }
  .title-block .title-block__title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 23px;
  }
}
@media (max-width: 767.98px) {
  .title-block .title-block__label {
    font-size: 12px;
  }
  .title-block .title-block__label:before {
    width: 23px;
    margin-top: -1px;
  }
  .title-block:not(.text-center) .title-block__label {
    padding-left: 32px;
  }
  .title-block .title-block__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 19px;
  }
}
.tt-subtitle {
  font-size: 20px;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding: 0 0 8px 0;
}
.tt-subtitle + * {
  margin-top: 0;
}
p + .tt-subtitle {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .tt-mobile-fullwidth {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tt-title-text-align {
    margin-top: 42px;
  }
}
.row-indent-top {
  margin-top: 47px;
}
@media (max-width: 767.98px) {
  .row-indent-top {
    margin-top: 28px;
  }
}
@media (max-width: 1229.98px) {
  .container-fluid-xl {
    max-width: 100%;
  }
}
@media (max-width: 1024.98px) {
  .container-fluid-lg {
    max-width: 100%;
  }
  .no-gutters-lg.container {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutters-lg.container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .container-nomargin-md {
    padding-left: 0;
    padding-right: 0;
  }
}
.tt-typography .tt-title {
  font-size: 20px;
  line-height: 30px;
  color: #323232;
  font-family: Poppins, sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 600;
}
.tt-typography .tt-title + p {
  margin-top: 0;
}
.tt-typography p + .tt-title {
  margin-top: 25px;
}
@media (max-width: 1024.98px) {
  .tt-typography .tt-title {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .tt-typography .tt-title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 12px 0;
  }
}
.tt-typography__indent01 {
  padding-right: 80px;
  padding-right: 30px;
}
@media (max-width: 1024.98px) {
  .tt-typography__indent01 {
    padding-right: 0;
  }
}
.blockquote-01 {
  position: relative;
  margin: 3px 0 0 0;
}
.blockquote-01 .blockquote-01__text {
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  font-weight: 700;
  padding: 0 0 0 75px;
  margin-top: 0;
}
.blockquote-01 .blockquote-01__icon {
  position: absolute;
  top: -5px;
  left: -4px;
}
.blockquote-01 .sign-img {
  margin-top: 32px;
  margin-left: 11px;
}
@media (max-width: 1024.98px) {
  .blockquote-01 .blockquote-01__text {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 0 60px;
  }
  .blockquote-01 .blockquote-01__icon {
    max-width: 47px;
    top: -3px;
  }
  .blockquote-01 .sign-img {
    max-width: 117px;
    margin-left: 60px;
    margin-top: 21px;
  }
}
@media (max-width: 767.98px) {
  .blockquote-01 .blockquote-01__text {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 55px;
  }
  .blockquote-01 .blockquote-01__icon {
    max-width: 50px;
    top: -10px;
  }
  .blockquote-01 .sign-img {
    max-width: 100px;
    margin-left: 3px;
    margin-top: 22px;
  }
}
.tt-list-01 li {
  position: relative;
  padding: 0 0 0 27px;
  color: #323232;
}
.tt-list-01 li:before {
  content: "\e918";
  font-family: sanitizex;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ed1c24;
  font-size: 12px;
}
.tt-list-01 li:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .tt-list-01 li {
    padding-left: 26px;
  }
  .tt-list-01 li:before {
    font-size: 10px;
  }
}
.tt-list-02 li {
  position: relative;
  padding: 0 0 0 27px;
  color: #7b7b7b;
}
.tt-list-02 li:before {
  content: "\e918";
  font-family: sanitizex;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ed1c24;
  font-size: 12px;
}
.tt-list-02 li:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .tt-list-02 li {
    padding-left: 26px;
  }
  .tt-list-02 li:before {
    font-size: 10px;
  }
}
.tt-list__top {
  margin-top: 27px;
}
.tt-list-03 li {
  position: relative;
  padding: 0 0 0 29px;
  color: #323232;
}
.tt-list-03 li:before {
  content: "\e91b";
  font-family: sanitizex;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  color: #ed1c24;
  font-size: 15px;
}
.tt-list-03 li a {
  color: #323232;
}
.tt-list-03 li a:hover {
  color: #ed1c24;
}
.tt-list-03 li:not(:first-child) {
  margin-top: 5px;
}
.tt-overflow-hidden {
  overflow: hidden;
}
.tt-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -27px;
  margin-left: -14px;
  margin-right: -14px;
}
.tt-icon-list .tt-item {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 27px;
}
.tt-icon-list .tt-item .tt-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  color: #ed1c24;
  width: 93px;
  height: 90px;
  font-size: 46px;
}
.tt-icon-list .tt-item .tt-item__title {
  font-size: 16px;
  line-height: 27px;
  color: #323232;
  font-weight: 700;
  text-align: center;
  margin-top: 11px;
  padding: 0;
}
@media (max-width: 1024.98px) {
  .tt-icon-list .tt-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tt-icon-list .tt-item .tt-item__img {
    width: 73px;
    height: 68px;
    font-size: 33px;
  }
  .tt-icon-list .tt-item .tt-item__title {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .tt-icon-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 18px;
  }
  .tt-icon-list .tt-item {
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tt-icon-list .tt-item .tt-item__img {
    width: 101px;
    height: 93px;
    font-size: 48px;
  }
  .tt-icon-list .tt-item .tt-item__title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.tt-col-wrapper {
  margin-top: -34px;
}
.tt-col-wrapper [class^="col-"] {
  margin-top: 34px;
}
@media (min-width: 1025px) {
  .tt-text-indent-right {
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .tt-max-width01 img {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .tt-layout-responsive-sm {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tt-layout-responsive-sm > * {
    width: 340px;
    margin-top: 12px;
  }
}
@media (min-width: 1700px) {
  .extra-right-img {
    margin-right: -143px;
  }
  .extra-right-img img {
    max-width: inherit;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .col-indent-right {
    padding-right: 40px;
  }
}
.tt-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-social li a {
  color: #83858e;
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
}
.tt-social li a:hover {
  color: #ed1c24;
}
.tt-social li:first-child a {
  padding-left: 0;
}
.tt-social li:last-child a {
  padding-right: 0;
}
@media (max-width: 1024.98px) {
  .tt-social li a {
    padding: 5px 7px;
  }
}
.holder-top-desktop {
  border-bottom: 1px solid #f1f3f5;
  min-height: 47px;
  padding-left: 42px;
  padding-right: 42px;
}
.holder-top-desktop .tt-obj {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 41px;
}
@media (max-width: 1024.98px) {
  .holder-top-desktop {
    min-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .holder-top-desktop .tt-obj.tt-obj-cart {
    display: none !important;
  }
}
.h-info01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -45px;
  padding: 10px 0 9px;
}
.h-info01 .tt-item {
  color: #7b7b7b;
  font-size: 14px;
  margin-left: 45px;
}
.h-info01 .tt-item a {
  color: #7b7b7b;
}
.h-info01 .tt-item a:hover {
  color: #ed1c24;
}
.h-info01 .tt-item [class^="icon-"] {
  color: #ed1c24;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.h-info01 .tt-item [class^="icon-"].icon-1124618 {
  font-size: 20px;
  top: 4px;
}
.h-info01 .tt-item [class^="icon-"].icon-70562 {
  font-size: 18px;
  top: 3px;
}
@media (max-width: 1024.98px) {
  .h-info01 {
    padding: 4px 0 3px;
  }
  .h-info01 .tt-item [class^="icon-"] {
    margin-right: 2px;
    font-size: 14px;
    top: 1px;
  }
  .h-info01 .tt-item [class^="icon-"].icon-1124618 {
    font-size: 20px;
    top: 4px;
  }
  .h-info01 .tt-item [class^="icon-"].icon-70562 {
    font-size: 16px;
    top: 3px;
  }
  .h-info01 .tt-item:not(:first-child) {
    margin-left: 17px;
  }
}
.h-info02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -45px;
  padding: 12px 0;
}
.h-info02 .tt-item {
  color: #323232;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-left: 45px;
}
.h-info02 .tt-item a {
  color: #323232;
}
.h-info02 .tt-item a:hover {
  color: #ed1c24;
}
.h-info02 .tt-item [class^="icon-"] {
  color: #ed1c24;
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
@media (max-width: 1024.98px) {
  .h-info02 .tt-item {
    margin-left: 17px;
    font-size: 15px;
  }
  .h-info02 .tt-item [class^="icon-"] {
    font-size: 13px;
    margin-right: 5px;
  }
}
.h-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.h-social a {
  color: #7b7b7b;
  display: inline-block;
  padding: 15px 10px;
  font-size: 17px;
}
.h-social a:hover {
  color: #ed1c24;
}
.h-social li:last-child a {
  padding-right: 0;
}
.h-social li:first-child a {
  padding-left: 0;
}
@media (max-width: 1024.98px) {
  .h-social a {
    padding: 9px 8px;
    font-size: 16px;
  }
}
@media (max-width: 860px) {
  .h-social {
    display: none;
  }
}
.holder-top-mobile {
  position: relative;
  background-color: #f1f3f5;
  color: #7b7b7b;
  border-bottom: 1px solid #f1f3f5;
}
.holder-top-mobile .h-topbox__content {
  display: none;
  padding: 13px 15px 13px 15px;
}
.holder-top-mobile .h-topbox__content .tt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.holder-top-mobile .h-topbox__content .tt-item:not(:first-child) {
  margin-top: 2px;
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon {
  color: #ed1c24;
  display: inline-block;
  position: relative;
  font-size: 14px;
  top: 2px;
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon + .tt-item__text {
  margin-left: 7px;
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon .icon-1124618 {
  font-size: 18px;
}
.holder-top-mobile .h-topbox__content a {
  color: #7b7b7b;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.holder-top-mobile .h-topbox__content a:hover {
  color: #ed1c24;
}
.holder-top-mobile .h-topbox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #323232;
  text-align: center;
  padding: 5px 15px;
  height: 33px;
  position: relative;
}
.holder-top-mobile .h-topbox__btn.active .tt-arrow {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 2px;
}
.holder-top-mobile .tt-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 33px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}
.tt-arrow {
  border: solid #323232;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -2px;
}
.tt-arrow.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tt-arrow.left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tt-arrow.up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.tt-arrow.down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tt-holder {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
}
.tt-holder .tt-col-wide {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}
.tt-holder .tt-col-objects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tt-holder .tt-col-objects:not(.text-center) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-holder .tt-col-objects.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-holder .tt-col-objects.tt-different-sides {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
  margin-left: 42px;
}
.tt-holder .tt-col-left {
  padding-right: 51px;
}
.tt-holder .tt-col-center {
  padding-left: 51px;
  padding-right: 51px;
}
.tt-holder .tt-col-right {
  padding-left: 51px;
}
.tt-holder .tt-col-center,
.tt-holder .tt-col-left,
.tt-holder .tt-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 84px;
}
.tt-holder .tt-col-center {
  border-left: 1px solid #f1f3f5;
}
.tt-holder .tt-col-right {
  border-left: 1px solid #f1f3f5;
}
.tt-holder .tt-btn {
  position: relative;
  top: -1px;
}
@media (max-width: 1024.98px) {
  .tt-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-holder .tt-col-center,
  .tt-holder .tt-col-left,
  .tt-holder .tt-col-right {
    min-height: 65px;
  }
  .tt-holder .tt-btn {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .tt-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tt-holder .tt-col-center,
  .tt-holder .tt-col-left,
  .tt-holder .tt-col-right {
    min-height: 54px;
  }
}
#js-init-sticky {
  min-height: 84px;
}
#js-init-sticky.fixed .tt-holder-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
  left: 0;
}
#js-init-sticky.fixed .tt-holder {
  min-height: 84px;
  -webkit-transition: min-height 0.5s;
  transition: min-height 0.5s;
}
#js-init-sticky.fixed .tt-holder-wrapper {
  -webkit-box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
  box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
}
#js-init-sticky .tt-holder-wrapper {
  background-color: #fff;
}
@media (max-width: 1024.98px) {
  #js-init-sticky {
    min-height: 65px;
  }
  #js-init-sticky.fixed .tt-holder {
    min-height: 65px;
  }
}
@media (max-width: 767.98px) {
  #js-init-sticky {
    min-height: 54px;
  }
  #js-init-sticky.fixed .tt-holder {
    min-height: 54px;
  }
}
@media (max-width: 1770px) {
  .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
    margin-left: 35px;
  }
  .tt-holder .tt-col-left {
    padding-right: 35px;
  }
  .tt-holder .tt-col-center {
    padding-left: 35px;
    padding-right: 35px;
  }
  .tt-holder .tt-col-right {
    padding-left: 35px;
  }
}
@media (max-width: 1570px) {
  .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
    margin-left: 25px;
  }
  .tt-holder .tt-col-left {
    padding-right: 25px;
  }
  .tt-holder .tt-col-center {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tt-holder .tt-col-right {
    padding-left: 25px;
  }
}
@media (max-width: 1470px) {
  .tt-holder .tt-col-left {
    padding-right: 0;
  }
  .tt-holder .tt-col-right {
    padding-left: 0;
  }
  .tt-holder .tt-col-center {
    border: none;
  }
  .tt-holder .tt-col-right {
    border: none;
  }
}
@media (max-width: 767.98px) {
  .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
    margin-left: 16px;
  }
}
#tt-nav {
  position: relative;
}
#tt-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#tt-nav > ul > li {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
#tt-nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #323232;
  padding: 30px 21px 32px;
  text-decoration: none;
}
#tt-nav > ul > li > a span {
  display: inline-block;
}
#tt-nav > ul > li > a:hover {
  color: #ed1c24;
}
#tt-nav > ul > li ul {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 210px;
  margin-top: 32px;
  padding-top: 14px;
  padding-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#tt-nav > ul > li ul li {
  margin: 0;
  padding: 0;
}
#tt-nav > ul > li ul li a {
  font-size: 14px;
  line-height: 25px;
  display: block;
  color: #3d3b42;
  font-family: Poppins, sans-serif;
  padding: 2px 23px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#tt-nav > ul > li ul li a:hover {
  color: #ed1c24;
}
#tt-nav > ul > li.active {
  color: #ed1c24;
}
#tt-nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media (max-width: 1770px) {
  #tt-nav > ul > li > a {
    padding: 30px 15px 32px;
  }
}
@media (max-width: 1630px) {
  #tt-nav > ul > li > a {
    padding: 30px 12px 32px;
  }
}
@media (max-width: 1530px) {
  #tt-nav > ul > li > a {
    padding: 30px 7px 32px;
  }
}
@media (max-width: 1360px) {
  #tt-nav {
    display: none;
  }
}
#tt-nav__line {
  display: block;
  position: absolute;
  height: 6px;
  width: 41px;
  background: #ed1c24;
  opacity: 1;
  -webkit-transition: width 0.3s linear, left 0.3s linear;
  transition: width 0.3s linear, left 0.3s linear;
  pointer-events: none;
}
@media (min-width: 1025px) {
  #tt-nav__line {
    margin-top: 26px;
  }
}
.mmpanels,
.mmpanels > .mmpanel,
.panel-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}
.panel-menu {
  width: 280px;
  background: #fff;
  position: fixed;
  z-index: 50;
}
.panel-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.panel-menu ul li {
  margin: 0;
  width: 100%;
}
.panel-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 27px 9px 30px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  color: #323232;
  background: 0 0;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.panel-menu ul li a:hover {
  color: #ed1c24;
  background: 0 0;
}
.panel-menu #mm0.mmpanel a:not(.mm-close) {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #323232;
  background-color: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):after {
  color: #323232;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
  color: #ed1c24;
  background-color: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
  color: #ed1c24;
}
.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 13px;
}
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}
.panel-menu .mmpanel .mm-original-link .tt-badge {
  top: -1px;
}
.panel-menu .mm-close,
.panel-menu .mm-original-link,
.panel-menu .mm-prev-level {
  display: block;
  color: #323232;
  background-color: transparent;
}
.panel-menu .mm-close:before,
.panel-menu .mm-next-level:after,
.panel-menu .mm-prev-level:before {
  font-family: sanitizex;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #323232;
}
.panel-menu .mm-close:hover,
.panel-menu .mm-next-level:hover,
.panel-menu .mm-prev-level:hover {
  color: #ed1c24;
  background-color: transparent;
}
.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
  color: #ed1c24;
}
.panel-menu li.mm-close-parent {
  margin-bottom: 16px;
}
.panel-menu li.mm-close-parent .mm-close {
  padding: 14px 16px 15px 29px;
  color: #323232;
  border-bottom: 1px solid #f1f3f5;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}
.panel-menu li.mm-close-parent .mm-close:before {
  content: "\e93c";
  padding-right: 10px;
  position: relative;
  top: 1px;
  color: #323232;
}
.panel-menu li.mm-close-parent .mm-close:hover {
  color: #ed1c24;
  background-color: transparent;
}
.panel-menu li.mm-close-parent .mm-close:hover:before {
  color: #ed1c24;
}
.panel-menu .mm-prev-level {
  padding: 14px 16px 15px 29px;
  color: #323232;
  background-color: transparent;
  border-bottom: 1px solid #f1f3f5;
  margin-bottom: 15px;
}
.panel-menu .mm-prev-level:before {
  content: "\e93e";
  padding-right: 10px;
  position: relative;
  top: 1px;
  color: #323232;
  display: inline-block;
}
.panel-menu .mm-prev-level:hover {
  color: #ed1c24;
  background-color: transparent;
}
.panel-menu .mm-prev-level:hover:before {
  color: #ed1c24;
}
.panel-menu .mm-next-level {
  color: #3d3b42;
  background-color: transparent;
}
.panel-menu .mm-next-level:after {
  content: "\e93f";
  padding-left: 10px;
  top: 12px;
  right: 30px;
  position: absolute;
  color: #323232;
}
.panel-menu .mm-next-level:hover {
  color: #ed1c24;
  background-color: transparent;
}
.panel-menu .mm-next-level:hover:after {
  color: #ed1c24;
}
.panel-menu .mm-original-link {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #323232;
  background-color: transparent;
}
.panel-menu .mm-original-link:before {
  padding-right: 10px;
  color: #323232;
}
.panel-menu .mm-original-link:hover {
  color: #ed1c24;
  background-color: transparent;
}
.panel-menu .mm-original-link:hover:before {
  color: #ed1c24;
}
.mm-open {
  overflow: hidden;
}
.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
}
.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.panel-menu {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mmitemopen.panel-menu.mm-right.mmhide,
.panel-menu.mm-right {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mmitemopen.panel-menu.mmhide {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mmpanel {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mmpanels {
  overflow: hidden;
}
.mmpanel.mmopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mmpanel.mmsubopened {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
.mmpanels > .mmpanel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.mmpanels,
.mmpanels > .mmpanel {
  background: inherit;
  border-color: inherit;
}
.mmpanels > .mmpanel:not(.mmhidden) {
  display: block;
}
.mmpanels > .mmpanel:after {
  content: "";
  display: block;
  height: 20px;
}
.mm-nav-btn,
.mmhidden {
  display: none;
}
.mm-fullscreen-bg,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:hover {
  outline: 0;
}
.tt-menu-slider {
  max-height: 380px;
}
.tt-obj-cart .tt-obj__btn {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #323232;
}
.tt-obj-cart .tt-obj__btn:hover {
  color: #ed1c24;
}
.tt-obj-cart .tt-obj__btn .tt-obj__badge {
  position: absolute;
  right: 0;
  top: 7px;
  pointer-events: none;
  background-color: #ed1c24;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1025px) {
  .tt-obj-cart .tt-obj__btn {
    font-size: 27px;
    line-height: 1;
    top: -2px;
    padding: 8px 8px 8px 5px;
  }
}
@media (max-width: 1024.98px) {
  .tt-obj-cart .tt-obj__btn {
    font-size: 24px;
    line-height: 24px;
    top: 1px;
    padding: 5px 5px 5px 5px;
  }
  .tt-obj-cart .tt-obj__btn .tt-obj__badge {
    top: 3px;
    right: -3px;
  }
}
@media (max-width: 767.98px) {
  .tt-obj-cart .tt-obj__btn {
    font-size: 20px;
    line-height: 20px;
    top: 1px;
    padding: 5px 5px 5px 5px;
  }
  .tt-obj-cart .tt-obj__btn .tt-obj__badge {
    top: 1px;
    right: -6px;
  }
}
.tt-obj-cart .tt-obj__dropdown {
  position: absolute;
  opacity: 0;
  width: 349px;
  margin: -8px 0 0 0;
  padding: 32px 0 40px;
  text-align: left;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  background: #fff;
  right: 0;
  top: 100%;
  z-index: 22;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.tt-obj-cart .tt-obj__dropdown-close {
  position: absolute;
  right: 16px;
  top: 15px;
  display: inline-block;
  padding: 5px;
  color: #323232;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  cursor: pointer;
  font-size: 11px;
  line-height: 1;
}
.tt-obj-cart .tt-obj__dropdown-close:hover {
  color: #ed1c24;
}
.tt-obj-cart.active .tt-obj__btn {
  color: #ed1c24;
}
.tt-obj-cart.active .tt-obj__dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s ease 0.15s;
  transition: 0.3s ease 0.15s;
  pointer-events: auto;
}
.tt-obj-cart .tt-obj__title {
  font-size: 24px;
  line-height: 34px;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 35px 16px;
}
@media (max-width: 1024.98px) {
  .tt-obj-cart .tt-obj__title {
    font-size: 20px;
    line-height: 30px;
  }
  .tt-obj-cart .tt-obj__dropdown {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .tt-obj-cart .tt-obj__dropdown {
    width: 274px;
  }
}
.tt-cart-list {
  padding: 0 35px;
}
.tt-cart-list .tt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.tt-cart-list .tt-item:not(:first-child) {
  margin-top: 19px;
}
.tt-cart-list .tt-item__remove {
  position: absolute;
  right: -5px;
  top: 2px;
  color: #c7c7c8;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 5px;
  font-size: 14px;
}
.tt-cart-list .tt-item__remove:hover {
  color: #ed1c24;
}
.tt-cart-list .tt-item__img {
  width: 88px;
  min-width: 88px;
  position: relative;
  top: 6px;
}
.tt-cart-list .tt-item__content {
  margin-left: 18px;
  padding-right: 15px;
}
.tt-cart-list .tt-item__title {
  font-size: 16px;
  line-height: 27px;
  color: #7b7b7b;
  padding-right: 5px;
}
.tt-cart-list .tt-item__title a {
  color: #7b7b7b;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-cart-list .tt-item__title a:hover {
  color: #ed1c24;
}
.tt-cart-list .tt-item__price {
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #323232;
  margin-top: 14px;
}
.tt-cart-list .tt-item__price .new-price {
  font-size: 20px;
  color: #ed1c24;
}
.tt-cart-list .tt-item__price .old-price {
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 7px;
}
@media (max-width: 1024.98px) {
  .tt-cart-list {
    padding: 0 25px;
  }
  .tt-cart-list .tt-item__title {
    font-size: 14px;
    line-height: 23px;
  }
  .tt-cart-list .tt-item__price {
    font-size: 18px;
    margin-top: 7px;
  }
  .tt-cart-list .tt-item__img {
    width: 75px;
    min-width: 75px;
  }
}
.tt-cart-total {
  border-top: 1px solid #f1f3f5;
  font-size: 24px;
  line-height: 1;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #323232;
  padding: 27px 35px 0;
  margin-top: 28px;
}
.tt-cart-total .tt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-cart-total .tt-btn {
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 1024.98px) {
  .tt-cart-total {
    font-size: 20px;
    padding: 23px 25px 0;
  }
  .tt-cart-total .tt-btn {
    font-size: 16px;
    height: 50px;
    margin-top: 20px;
  }
}
.tt-logo {
  line-height: 1;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}
.tt-logo .tt-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width:14%;
}

@media (min-width: 1471px) {
  .tt-logo {
    font-size: 38px;
    padding: 0 0 2px 22px;
  }
}
@media (max-width: 1470px) {
  .tt-logo {
    padding: 0 0 2px 18px;
    font-size: 30px;
  }
  .tt-logo .tt-icon {
    max-width: 50px;
  }
}
@media (max-width: 767.98px) {
  .tt-logo {
    padding: 0 0 2px 17px;
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .tt-logo .tt-icon {
    max-width: 40px;
    top: 0px;
  }
}
#tt-menu-toggle {
  padding: 5px 0 5px 5px;
  font-size: 23px;
  line-height: 1;
  display: inline-block;
  color: #323232;
  position: relative;
}
#tt-menu-toggle:hover {
  color: #ed1c24;
}
@media (max-width: 767.98px) {
  #tt-menu-toggle {
    font-size: 19px;
    padding: 4px 0 5px 5px;
  }
  
}
@media (min-width: 1361px) {
  .toggle-wrapper {
    display: none;
  }
}
#subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 248px;
  z-index: 1;
  position: relative;
  z-index: 2;
  background-image: url(../images/subtitle-wrapper01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #5f5e63;
  margin-top:70px;
}
#subtitle-wrapper .subtitle__title {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1024.98px) {
  #subtitle-wrapper {
    height: 248px;
	margin-top:48px;
  }
  #subtitle-wrapper .subtitle__title {
    font-size: 43px;
    line-height: 49px;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  #subtitle-wrapper {
    height: 170px;
	margin-top:48px;
  }
  #subtitle-wrapper .subtitle__title {
    font-size: 33px;
    line-height: 39px;
    margin-top: 11px;
  }
}
.tt-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-breadcrumbs li {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.07em;
}
.tt-breadcrumbs li a {
  color: #fff;
}
.tt-breadcrumbs li:not(:first-child) {
  padding-left: 19px;
}
.tt-breadcrumbs li:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin-right: 19px;
}
.tt-breadcrumbs li a {
  display: inline-block;
  position: relative;
}
.tt-breadcrumbs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.tt-breadcrumbs li a:hover:before {
  width: 100%;
}
@media (max-width: 1024.98px) {
  .tt-breadcrumbs li {
    letter-spacing: 0.04em;
  }
  .tt-breadcrumbs li:not(:first-child) {
    padding-left: 10px;
  }
  .tt-breadcrumbs li:not(:first-child):before {
    margin-right: 10px;
  }
}
@media (max-width: 1024.98px) {
  .tt-breadcrumbs li {
    font-size: 15px;
    letter-spacing: 0;
  }
  .tt-breadcrumbs li:not(:first-child) {
    padding-left: 10px;
  }
  .tt-breadcrumbs li:not(:first-child):before {
    margin-right: 10px;
  }
}
.slick-default .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.slick-default .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 7px;
  height: 20px;
}
.slick-default .slick-dots li > * {
  width: 8px;
  max-width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
  transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
}
.slick-default .slick-dots li:not(.slick-active) {
  cursor: pointer;
}
.slick-default .slick-dots li:not(.slick-active) > * {
  cursor: pointer;
}
.slick-default .slick-dots li.slick-active > *,
.slick-default .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default .slick-dots li.slick-active > * {
  height: 20px;
  border-radius: 4px;
}
.slick-default.slick-dots-left .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.slick-default.slick-dots-right .slick-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slick-default.slick-default__dark .slick-dots li > * {
  background-color: #e8e8e8;
}
.slick-default.slick-default__dark .slick-dots li.slick-active > *,
.slick-default.slick-default__dark .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default.slick-dotted_indent01 .slick-dots {
  margin-top: 21px;
}
.slick-default.slick-dotted_indent02 .slick-dots {
  margin-top: 31px;
}
@media (max-width: 1024.98px) {
  .slick-default .slick-dots {
    margin-top: 49px;
  }
  .slick-default .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default .slick-dots li.slick-active > * {
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .slick-default.slick-dots-left .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-default.slick-dots-right .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-default .slick-dots {
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-default .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default .slick-dots li.slick-active > * {
    height: 12px;
  }
}
.slick-slide {
  height: auto;
}
.slick-slider .slick-slide {
  outline: 0;
}
.slick-default-inner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 40px;
}
.slick-default-inner .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 7px;
  height: 20px;
}
.slick-default-inner .slick-dots li > * {
  width: 8px;
  max-width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
  transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
}
.slick-default-inner .slick-dots li:not(.slick-active) {
  cursor: pointer;
}
.slick-default-inner .slick-dots li:not(.slick-active) > * {
  cursor: pointer;
}
.slick-default-inner .slick-dots li.slick-active > *,
.slick-default-inner .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default-inner .slick-dots li.slick-active > * {
  height: 20px;
  border-radius: 4px;
}
.slick-default-inner.slick-dots-left .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.slick-default-inner.slick-dots-right .slick-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slick-default-inner.slick-default__dark .slick-dots li > * {
  background-color: #e8e8e8;
}
.slick-default-inner.slick-default__dark .slick-dots li.slick-active > *,
.slick-default-inner.slick-default__dark .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default-inner.slick-dotted_indent01 .slick-dots {
  margin-top: 21px;
}
.slick-default-inner.slick-dotted_indent02 .slick-dots {
  margin-top: 31px;
}
@media (max-width: 1024.98px) {
  .slick-default-inner .slick-dots {
    bottom: 20px;
  }
  .slick-default-inner .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default-inner .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default-inner .slick-dots li.slick-active > * {
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .slick-default-inner .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default-inner .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default-inner .slick-dots li.slick-active > * {
    height: 12px;
  }
}
#smallGallery.slick-default .slick-dots li:first-child,
#smallGallery.slick-default .slick-dots li:last-child {
  display: none;
}
@media (min-width: 1025px) {
  .section-indent:not(.no-margin) {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .section-indent:not(.no-margin) {
    margin-top: 80px;
  }
}
@media (max-width: 790px) {
  .section-indent:not(.no-margin) {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .section-indent-tabs:not(.no-margin) {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .section-indent-tabs:not(.no-margin) {
    margin-top: 80px;
  }
}
@media (max-width: 790px) {
  .section-indent-tabs:not(.no-margin) {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .section-indent-extra {
    margin-top: -40px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1024.98px) {
  .section-indent-extra {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .section-indent-extra02 {
    margin-top: -80px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1024px) {
  .section-indent-extra02 {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .section-indent-extra03 {
    margin-top: -70px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1024px) {
  .section-indent-extra03 {
    margin-top: 80px;
  }
}
@media (max-width: 790px) {
  .section-indent-extra03 {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .section-inner {
    padding: 120px 0 66px;
  }
  .section-inner + .section-inner {
    padding: 54px 0 66px;
  }
  .section-inner + .section-indent {
    margin-top: 54px;
  }
}
@media (max-width: 1024px) {
  .section-inner {
    padding: 80px 0 26px;
  }
  .section-inner + .section-inner {
    padding: 54px 0 66px;
  }
  .section-inner + .section-indent {
    margin-top: 13px;
  }
}
@media (max-width: 790px) {
  .section-inner {
    padding: 60px 0 26px;
  }
  .section-inner + .section-inner {
    padding: 34px 0 60px;
  }
  .section-inner + .section-indent {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .section-inner02 {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .section-inner02 {
    padding: 80px 0;
  }
}
@media (max-width: 790px) {
  .section-inner02 {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .section-inner03 {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .section-inner03 {
    padding: 80px 0;
  }
}
@media (max-width: 790px) {
  .section-inner03 {
    padding: 60px 0;
  }
}
.section-inner-round-layout01 {
  padding: 103px 0 66px 0;
}
@media (max-width: 1229px) {
  .section-inner-round-layout01 {
    padding: 118px 0 66px 0;
  }
}
@media (max-width: 1024.98px) {
  .section-inner-round-layout01 {
    padding: 78px 0 26px 0;
  }
}
@media (max-width: 790px) {
  .section-inner-round-layout01 {
    padding: 58px 0 26px 0;
  }
}
.section-inner-round-layout02 {
  padding: 31px 0 70px 0;
}
@media (max-width: 1229.98px) {
  .section-inner-round-layout02 {
    padding: 100px 0 66px;
  }
}
@media (max-width: 1024.98px) {
  .section-inner-round-layout02 {
    padding: 78px 0 54px;
  }
}
@media (max-width: 790px) {
  .section-inner-round-layout02 {
    padding: 58px 0 40px;
  }
}
@media (max-width: 660px) {
  .section-inner-round-layout02 {
    padding: 60px 0 0;
  }
}
.tt-wrapper01 {
  background-color: #f1f3f5;
  height: 100%;
}
.tt-wrapper02 {
  background-color: #fff;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  height: 100%;
}
.tt-wrapper03 {
  background-color: #fff;
  background-position: 87% center;
  background-repeat: no-repeat;
}
@media (max-width: 1229.98px) {
  .tt-wrapper03 {
    background-position: 140% center;
    background-size: 55%, 55%;
  }
}
@media (max-width: 767.98px) {
  .tt-wrapper03 {
    background: 0 0 !important;
  }
}
.tt-wrapper04 {
  background-color: #fff;
  background-position: 27% center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1229.98px) {
  .tt-wrapper04 {
    background-size: 55%, 55%;
    background-position: 20% center;
  }
}
@media (max-width: 1024.98px) {
  .tt-wrapper04 {
    background-size: 55%, 55%;
    background-position: 15% center;
  }
}
@media (max-width: 767.98px) {
  .tt-wrapper04 {
    background: 0 0 !important;
  }
}
.tt-wrapper05 {
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .tt-wrapper05 {
    background: 0 0 !important;
  }
}
.tt-wrapper06 {
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper-bottom-right {
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1229.98px) {
  .wrapper-bottom-right {
    background-size: 55%, 55%;
  }
}
@media (max-width: 767.98px) {
  .wrapper-bottom-right {
    background: 0 0 !important;
  }
}
.wrapper-left-center {
  background-position: 0 73px;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .wrapper-left-center {
    background-image: none !important;
  }
}
.wrapper-right-col {
  background-repeat: no-repeat;
  background-position: 117% center;
}
@media (max-width: 1229.98px) {
  .wrapper-right-col {
    background-size: 80%, 80%;
  }
}
@media (max-width: 767.98px) {
  .wrapper-right-col {
    background-image: none !important;
  }
}
.mainSlider-layout {
  position: relative;
  z-index: 1;
}
.mainSlider-wrapper {
  position: relative;
  z-index: 1;
}
.mainSlider-wrapper .loading-dots {
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .mainSlider-wrapper .loading-dots {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 1024.98px) {
  .mainSlider-wrapper .loading-dots {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 767.98px) {
  .mainSlider-wrapper .loading-dots {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .mainSlider {
    height: 800px;
  }
}
@media (max-width: 1024.98px) {
  .mainSlider {
    height: 403px;
  }
}
@media (max-width: 767.98px) {
  .mainSlider {
    height: 347px;
  }
}
.mainSlider .container {
  position: relative;
}
@media (min-width: 1025px) {
  .mainSlider .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1229.98px) {
  .mainSlider .container-fluid-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mainSlider .slide .img--holder {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  height: 800px;
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease;
}
@media (min-width: 768px) {
  .mainSlider .slide .img--holder {
    height: 800px;
  }
}
@media (max-width: 1024.98px) {
  .mainSlider .slide .img--holder {
    height: 403px;
  }
}
@media (max-width: 767.98px) {
  .mainSlider .slide .img--holder {
    height: 347px;
  }
}
.mainSlider .slide .img--holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainSlider .slide .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mainSlider .slide .slide-content .container .tt-text-01 {
  color: #fff;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.07em;
}
.mainSlider .slide .slide-content .container .tt-text-02 {
  color: #fff;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.mainSlider .slide .slide-content .container .tt-text-03 {
  color: #fff;
  max-width: 500px;
}
.mainSlider
  .slide
  .slide-content
  .container:not(.text-center):not(.text-right)
  .tt-row-btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mainSlider .slide .slide-content .container.text-center .tt-text-03 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .mainSlider .slide .slide-content .tt-text-01 {
    font-size: 16px;
    line-height: 26px;
  }
  .mainSlider .slide .slide-content .tt-text-02 {
    font-size: 58px;
    line-height: 64px;
    margin-top: 22px;
  }
  .mainSlider .slide .slide-content .tt-text-03 {
    font-size: 16px;
    line-height: 27px;
    margin-top: 24px;
  }
}
@media (max-width: 1024.98px) {
  .mainSlider .slide .slide-content .tt-text-01 {
    font-size: 14px;
    line-height: 24px;
  }
  .mainSlider .slide .slide-content .tt-text-02 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 15px;
  }
  .mainSlider .slide .slide-content .tt-text-03 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .mainSlider .slide .slide-content .tt-text-01 {
    font-size: 12px;
    line-height: 20px;
  }
  .mainSlider .slide .slide-content .tt-text-02 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 15px;
  }
  .mainSlider .slide .slide-content .tt-text-03 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
  }
}
.mainSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  bottom: 90px;
  z-index: 2;
}
.mainSlider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 12px;
  height: 20px;
}
.mainSlider .slick-dots li > * {
  width: 8px;
  max-width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
  transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
}
.mainSlider .slick-dots li:not(.slick-active) {
  cursor: pointer;
}
.mainSlider .slick-dots li:not(.slick-active) > * {
  cursor: pointer;
}
.mainSlider .slick-dots li.slick-active > *,
.mainSlider .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.mainSlider .slick-dots li.slick-active > * {
  height: 20px;
  border-radius: 4px;
}
@media (max-width: 1024.98px) {
  .mainSlider .slick-dots {
    display: none !important;
  }
}
.fadeInLeftSm {
  -webkit-animation-name: fadeInLeftSm;
  animation-name: fadeInLeftSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fadeInRightSm {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body.is-loaded .loading-content {
  opacity: 0;
  visibility: hidden;
}
.loading-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.loading-content.disable {
  opacity: 0;
}
.loading-content img {
  margin-top: -100px;
}
@media (max-width: 1024.98px) {
  .loading-content img {
    max-width: 45px;
    height: auto;
    margin-top: -30px;
  }
}
@media (max-width: 790px) {
  .loading-content img {
    max-width: 35px;
    height: auto;
  }
}
.load-mainslider .mainSlider .slide.slick-current .img--holder {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#js-mainSlider:not(.slick-initialized) .slide:not(:first-child) {
  display: none;
}
.added-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
}
.added-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 26px 23px 31px;
  -webkit-box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05);
  box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05);
}
.added-info__item .added-info__icon {
  font-size: 40px;
  color: #ed1c24;
}
.added-info__item .added-info__icon > * {
  position: relative;
  top: 4px;
}
.added-info__item .added-info__icon + .added-info__description {
  margin-left: 20px;
}
.added-info__item .added-info__icon .icon-684847 {
  font-size: 36px;
}
.added-info__item .added-info__icon .icon-45765 {
  font-size: 43px;
}
.added-info__item .added-info__description {
  color: #7b7b7b;
}
.added-info__item .added-info__title {
  font-family: Poppins, sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.added-info__item .added-info__title + p {
  margin-top: 0;
}
.added-info__item .added-info__title span {
  display: inline-block;
  position: relative;
}
.added-info__item .added-info__title span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #323232;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.added-info__item:hover .added-info__title {
  color: #ed1c24;
}
.added-info__item:hover .added-info__title span:before {
  width: 100%;
  background-color: #ed1c24;
}
@media (max-width: 1024.98px) {
  .added-info__item {
    padding: 16px 23px 17px 18px;
  }
  .added-info__item .added-info__icon {
    font-size: 29px;
  }
  .added-info__item .added-info__icon + .added-info__description {
    margin-left: 20px;
  }
  .added-info__item .added-info__icon .icon-684847 {
    font-size: 25px;
  }
  .added-info__item .added-info__icon .icon-45765 {
    font-size: 31px;
  }
  .added-info__item .added-info__title {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .added-info__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 23px 16px 45px;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  }
  .added-info__item .added-info__icon {
    font-size: 29px;
  }
  .added-info__item .added-info__icon .icon-684847 {
    font-size: 26px;
  }
  .added-info__item .added-info__icon .icon-45765 {
    font-size: 29px;
  }
  .added-info__item .added-info__icon + .added-info__description {
    margin-left: 12px;
  }
  .added-info__item .added-info__title {
    font-size: 16px;
    line-height: 25px;
  }
}
.round-layout01 {
  width: calc(715px + 28px);
  height: 715px;
  margin-right: -28px;
  background-repeat: no-repeat;
  position: relative;
}
.round-layout01 .round-layout01__img-motion {
  position: absolute;
  top: 157px;
}
.round-layout01 .round-layout01__img-motion img:first-child {
  -webkit-animation: 40s linear 0s normal none infinite running rot;
  animation: 40s linear 0s normal none infinite running rot;
  position: relative;
  z-index: 2;
}
.round-layout01 .round-layout01__img-motion img:last-child {
  position: absolute;
  top: 0;
  left: -17px;
  z-index: 0;
}
.round-layout01 .round-layout01__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 528px;
  height: 528px;
  background-color: #fff;
  border: 35px solid #f1f3f5;
  border-radius: 50%;
  position: relative;
  top: 100px;
  left: 100px;
}
.round-layout01 .round-layout01_center {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.round-layout01 .round-layout01_center .tt-title {
  padding: 0;
  margin: 0;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 38px;
  padding: 0 0 15px 0;
}
.round-layout01 .round-layout01_center .tt-title + * {
  margin-top: 0;
}
.round-layout01 .round-layout01_center:nth-child(1) {
  margin-top: 0;
  padding-bottom: 0;
}
.round-layout01 .round-layout01_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  background-color: #fff;
  border: 10px solid #f1f3f5;
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
  box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
}
.round-layout01 .round-layout01_item.item-absent {
  background-color: #f1f3f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.round-layout01 .round-layout01_item.item-absent:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.round-layout01 .round-layout01_item.item-absent:after {
  content: "";
  width: calc(100% - 4px);
  height: 5px;
  background-color: #ed1c24;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
  box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
}
.round-layout01 .item-position-01 {
  top: -118px;
  right: 130px;
}
.round-layout01 .item-position-02 {
  top: 40px;
  right: -96px;
}
.round-layout01 .item-position-03 {
  bottom: -69px;
  right: -20px;
}
.round-layout01 .item-position-04 {
  bottom: -69px;
  left: -20px;
}


@media (max-width: 1229.98px) {
  .round-layout01 {
    margin-left: auto;
    margin-right: auto;
    width: 715px;
  }
}
@media (max-width: 1024.98px) {
  .round-layout01 {
    width: 632px;
    height: 630px;
    background-size: cover;
    background-position: center center;
  }
  .round-layout01 .round-layout01__img-motion {
    top: 147px;
    left: 10px;
  }
  .round-layout01 .round-layout01__img-motion img {
    width: 90%;
  }
  .round-layout01 .round-layout01__wrapper {
    width: 445px;
    height: 445px;
    border-width: 30px;
  }
  .round-layout01 .round-layout01_center .tt-title {
    font-size: 24px;
    line-height: 30px;
  }
  .round-layout01 .round-layout01_item {
    width: 176px;
    height: 176px;
    font-size: 17px;
    line-height: 27px;
  }
  .round-layout01 .item-position-01 {
    top: -95px;
    right: 107px;
  }
  .round-layout01 .item-position-02 {
    top: 36px;
    right: -84px;
  }
  .round-layout01 .item-position-03 {
    bottom: -63px;
    right: -20px;
  }
  .round-layout01 .item-position-04 {
    bottom: -63px;
    left: -20px;
  }
}
@media (max-width: 790px) {
  .round-layout01 {
    height: 610px;
  }
}
@media (max-width: 660px) {
  .round-layout01 {
    width: 100%;
    height: 457px;
    background-size: cover;
    background-position: center center;
  }
  .round-layout01 .round-layout01__img-motion {
    top: 147px;
    left: 50%;
    margin-left: -280px;
  }
  .round-layout01 .round-layout01__img-motion img {
    width: 67%;
  }
  .round-layout01 .round-layout01__wrapper {
    width: 331px;
    height: 331px;
    border-width: 22px;
    margin-left: auto;
    margin-right: auto;
    top: 63px;
    left: 0;
  }
  .round-layout01 .round-layout01_center .tt-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .round-layout01 .round-layout01_center .tt-title br {
    display: none;
  }
  .round-layout01 .round-layout01_item {
    width: 130px;
    height: 130px;
    font-size: 16px;
    line-height: 24px;
    border-width: 6px;
    -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
    box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
  }
  .round-layout01 .round-layout01_item.item-absent {
    background-color: #f1f3f5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .round-layout01 .round-layout01_item.item-absent:before {
    border-width: 3px;
  }
  .round-layout01 .round-layout01_item.item-absent:after {
    width: calc(100% - 2px);
    height: 3px;
    background-color: #ed1c24;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
    box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
  }
  .round-layout01 .item-position-01 {
    top: -55px;
    right: 152px;
  }
  .round-layout01 .item-position-02 {
    top: -55px;
    right: 2px;
  }
  .round-layout01 .item-position-03 {
    bottom: -52px;
    right: 1px;
  }
  .round-layout01 .item-position-04 {
    bottom: -52px;
    left: 5px;
  }
}
@media (max-width: 380px) {
  .round-layout01 .round-layout01__wrapper {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 350px) {
  .round-layout01 .round-layout01__wrapper {
    left: -8.5%;
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1230px) {
  .tt-custom-width {
    max-width: 370px;
  }
}
@media (min-width: 1230px) {
  .round-layout01__align {
    margin-top: -34px;
  }
}
.round-layout02 {
  width: 714px;
  height: 714px;
  background-repeat: no-repeat;
  position: relative;
}
.round-layout02 .round-layout02__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 534px;
  height: 534px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: 86px;
  left: 100px;
}
.round-layout02 .round-layout02_center {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 18px;
}
.round-layout02 .round-layout02_center .tt-title {
  padding: 0;
  margin: 0;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 38px;
  padding: 0 0 15px 0;
}
.round-layout02 .round-layout02_center .tt-title + * {
  margin-top: 0;
}
.round-layout02 .round-layout02_center:nth-child(1) {
  margin-top: 0;
  padding-bottom: 0;
}
.round-layout02 .round-layout02_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  background-color: #fff;
  border: 10px solid #f1f3f5;
  position: absolute;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
  box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
}
.round-layout02 .round-layout02_item .tt-icon {
  font-size: 51px;
  color: #ed1c24;
  margin-top: 4px;
}
.round-layout02 .round-layout02_item .tt-title {
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-top: 14px;
  width: 100%;
}
.round-layout02 .round-layout02_item.item-select {
  background-color: #f1f3f5;
  border: 10px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.round-layout02 .round-layout02_item.item-absent {
  background-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.round-layout02 .round-layout02_item.item-absent:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.round-layout02 .round-layout02_item.item-absent:after {
  content: "";
  width: calc(100% - 4px);
  height: 5px;
  background-color: #ed1c24;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
  box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
}
.round-layout02 .item-position-01 {
  top: -85px;
  left: 165px;
}
.round-layout02 .item-position-02 {
  top: 35px;
  right: -66px;
}
.round-layout02 .item-position-03 {
  top: 287px;
  right: -67px;
}
.round-layout02 .item-position-04 {
  bottom: -75px;
  left: 170px;
}
.round-layout02 .item-position-05 {
  top: 287px;
  left: -57px;
}
.round-layout02 .item-position-06 {
  top: 35px;
  left: -57px;
}
@media (max-width: 1229.98px) {
  .round-layout02 {
    margin-left: auto;
    margin-right: auto;
    width: 715px;
  }
}
@media (max-width: 1024.98px) {
  .round-layout02 {
    width: 632px;
    height: 632px;
    background-size: cover;
    background-position: center center;
  }
  .round-layout02 .round-layout02__wrapper {
    width: 445px;
    height: 445px;
    border-width: 30px;
  }
  .round-layout02 .round-layout02_center .tt-title {
    font-size: 22px;
    line-height: 28px;
  }
  .round-layout02 .round-layout02_item {
    width: 176px;
    height: 176px;
  }
  .round-layout02 .round-layout02_item .tt-icon {
    font-size: 35px;
    margin-top: -7px;
  }
  .round-layout02 .round-layout02_item .tt-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 7px;
    padding-bottom: 10px;
  }
  .round-layout02 .item-position-01 {
    top: -85px;
    left: 145px;
  }
  .round-layout02 .item-position-02 {
    top: 15px;
    right: -67px;
  }
  .round-layout02 .item-position-03 {
    top: 237px;
    right: -67px;
  }
  .round-layout02 .item-position-04 {
    bottom: -75px;
    left: 150px;
  }
  .round-layout02 .item-position-05 {
    top: 237px;
    left: -67px;
  }
  .round-layout02 .item-position-06 {
    top: 15px;
    left: -67px;
  }
}
@media (max-width: 660px) {
  .round-layout02 {
    width: 320px;
    height: 506px;
    background-size: cover;
    background-position: center center;
  }
  .round-layout02 .round-layout02__wrapper {
    width: 282px;
    height: 282px;
    border-width: 22px;
    margin-left: auto;
    margin-right: auto;
    top: 81px;
    left: 0;
  }
  .round-layout02 .round-layout02_center {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    max-width: 225px;
  }
  .round-layout02 .round-layout02_center .tt-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 3px;
  }
  .round-layout02 .round-layout02_item {
    width: 128px;
    height: 128px;
    font-size: 16px;
    line-height: 24px;
    border-width: 6px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
    box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
    border-width: 7px;
  }
  .round-layout02 .round-layout02_item.item-select {
    border-width: 7px;
  }
  .round-layout02 .round-layout02_item.item-absent {
    background-color: #f1f3f5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .round-layout02 .round-layout02_item.item-absent:before {
    border-width: 4px;
  }
  .round-layout02 .round-layout02_item.item-absent:after {
    width: calc(100% - 2px);
    height: 3px;
    background-color: #ed1c24;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
    box-shadow: 0 5px 10px rgba(141, 158, 168, 0.75);
  }
  .round-layout02 .round-layout02_item .tt-icon {
    font-size: 28px;
    margin-top: 0;
  }
  .round-layout02 .round-layout02_item .tt-title {
    font-size: 14px;
    line-height: 19px;
    margin-top: 3px;
    padding-bottom: 8px;
  }
  .round-layout02 .item-position-01 {
    top: -77px;
    left: 80px;
  }
  .round-layout02 .item-position-02 {
    top: -3px;
    right: -42px;
  }
  .round-layout02 .item-position-03 {
    top: 155px;
    right: -43px;
  }
  .round-layout02 .item-position-04 {
    bottom: -83px;
    left: 79px;
  }
  .round-layout02 .item-position-05 {
    top: 155px;
    left: -42px;
  }
  .round-layout02 .item-position-06 {
    top: -3px;
    left: -42px;
  }
}
@media (max-width: 575.98px) {
  .round-layout02 {
    height: 506px;
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1230px) {
  .tt-custom-width {
    max-width: 520px;
  }
}
.tabs-default .nav-tabs {
  margin: 0 -10px -11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tabs-default .nav-tabs li {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs-default .nav-tabs li a {
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 31px 53px;
  display: inline-block;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
}
.tabs-default .nav-tabs li a .tt-large {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: #323232;
}
.tabs-default .nav-tabs li a .tt-small {
  color: #7b7b7b;
}
.tabs-default .nav-tabs li a span {
  display: block;
}
.tabs-default .nav-tabs li a:hover .tt-large {
  color: #ed1c24;
  display: block;
}
.tabs-default .nav-tabs li a:hover .tt-small {
  color: #7b7b7b;
  display: block;
}
.tabs-default .nav-tabs li a.active {
  background-color: #f1f3f5;
}
.tabs-default .nav-tabs li a.active .tt-large {
  color: #ed1c24;
}
.tabs-default .nav-tabs li a:not(.active) {
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}
.tabs-default .nav-tabs li:first-child {
  margin-left: 0;
}
.tabs-default .nav-tabs li:last-child {
  margin-right: 0;
}
.tabs-default .nav-tabs.nav-tabs__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tabs-default .nav-tabs.nav-tabs__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-default .tab-content {
  margin-top: -11px;
}
@media (max-width: 767.98px) {
  .tabs-default .tab-content {
    margin-top: -15px;
  }
}
.tabs-default .tab-content .tab-pane:not(.active) {
  display: none;
}
@media (max-width: 1024.98px) {
  .tabs-default .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .tabs-default .nav-tabs li a {
    padding: 29px 35px 26px;
  }
  .tabs-default .nav-tabs li a .tt-large {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .tabs-default .nav-tabs {
    margin: 0 0 -15px 0;
  }
  .tabs-default .nav-tabs li {
    width: 100%;
    margin: 0;
  }
  .tabs-default .nav-tabs li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 24px 15px 23px;
  }
  .tabs-default .nav-tabs li a .tt-large {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .tabs-default {
    margin-top: -7px;
  }
}
.tabs-default02 .nav-tabs {
  margin: 0 -10px -11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tabs-default02 .nav-tabs li {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(33.333% - 20px);
}
.tabs-default02 .nav-tabs li a {
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 39px 53px 37px 40px;
  display: block;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
}
.tabs-default02 .nav-tabs li a .tt-large {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: #323232;
}
.tabs-default02 .nav-tabs li a .tt-small {
  color: #7b7b7b;
  margin-top: 10px;
}
.tabs-default02 .nav-tabs li a span {
  display: block;
}
.tabs-default02 .nav-tabs li a:hover .tt-large {
  color: #ed1c24;
  display: block;
}
.tabs-default02 .nav-tabs li a:hover .tt-small {
  color: #7b7b7b;
  display: block;
}
.tabs-default02 .nav-tabs li a.active {
  background-color: #f1f3f5;
}
.tabs-default02 .nav-tabs li a.active .tt-large {
  color: #ed1c24;
}
.tabs-default02 .nav-tabs li a:not(.active) {
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}
.tabs-default02 .nav-tabs.nav-tabs__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tabs-default02 .nav-tabs.nav-tabs__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024.98px) {
  .tabs-default02 .nav-tabs {
    margin-top: 7px;
  }
}
.tabs-default02 .tab-content {
  margin-top: -11px;
}
@media (max-width: 767.98px) {
  .tabs-default02 .tab-content {
    margin-top: -15px;
  }
}
.tabs-default02 .tab-content .tab-pane:not(.active) {
  display: none;
}
@media (max-width: 1024.98px) {
  .tabs-default02 .nav-tabs li a {
    padding: 22px 30px 19px;
    min-height: 112px;
  }
  .tabs-default02 .nav-tabs li a .tt-large {
    font-size: 17px;
  }
  .tabs-default02 .nav-tabs li a .tt-small {
    margin-top: 6px;
  }
}
@media (max-width: 767.98px) {
  .tabs-default02 .nav-tabs {
    margin: 0 0 -15px 0;
  }
  .tabs-default02 .nav-tabs li {
    width: 100%;
    margin: 0;
  }
  .tabs-default02 .nav-tabs li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 24px 15px 23px;
    min-height: inherit;
    font-size: 16px;
  }
  .tabs-default02 .nav-tabs li a .tt-large {
    font-size: 16px;
  }
  .tabs-default02 .nav-tabs li a .tt-small {
    display: none !important;
  }
}
.tabs-default03 .nav-tabs {
  margin: 0 -10px -11px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tabs-default03 .nav-tabs li {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tabs-default03 .nav-tabs li a {
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 26px 43px 31px;
  display: inline-block;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: #323232;
}
.tabs-default03 .nav-tabs li a span {
  display: block;
}
.tabs-default03 .nav-tabs li a:hover .tt-large {
  color: #ed1c24;
  display: block;
}
.tabs-default03 .nav-tabs li a:hover .tt-small {
  color: #7b7b7b;
  display: block;
}
.tabs-default03 .nav-tabs li a.active {
  background-color: #f1f3f5;
}
.tabs-default03 .nav-tabs li a.active .tt-large {
  color: #ed1c24;
}
.tabs-default03 .nav-tabs li a:not(.active) {
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}
.tabs-default03 .nav-tabs li:first-child {
  margin-left: 0;
}
.tabs-default03 .nav-tabs li:last-child {
  margin-right: 0;
}
.tabs-default03 .nav-tabs.nav-tabs__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tabs-default03 .nav-tabs.nav-tabs__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-default03 .tab-content {
  margin-top: -11px;
}
@media (max-width: 767.98px) {
  .tabs-default03 .tab-content {
    margin-top: -15px;
  }
}
.tabs-default03 .tab-content .tab-pane:not(.active) {
  display: none;
}
@media (max-width: 1024.98px) {
  .tabs-default03 .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .tabs-default03 .nav-tabs li a {
    padding: 29px 35px 26px;
  }
  .tabs-default03 .nav-tabs li a .tt-large {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .tabs-default03 .nav-tabs {
    margin: 0 0 -15px 0;
  }
  .tabs-default03 .nav-tabs li {
    width: 100%;
    margin: 0;
  }
  .tabs-default03 .nav-tabs li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 24px 15px 23px;
  }
  .tabs-default03 .nav-tabs li a .tt-large {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .tabs-default03 {
    margin-top: -7px;
  }
}
.tab-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f1f3f5;
}
.tab-layout01 .tab-layout01__img {
  width: 56.5%;
  padding-right: 25px;
}
.tab-layout01 .tab-layout01__img img {
  margin-top: 32px;
  max-width: 100%;
  height: auto;
}
.tab-layout01 .tab-layout01__descriptions {
  width: 43.5%;
  padding: 87px 15px 87px 0;
  max-width: 472px;
}
.tab-layout01 .tab-layout01__title {
  font-size: 32px;
  line-height: 1;
  font-family: Poppins, sans-serif;
  color: #323232;
  margin: 0;
  padding: 0 0 26px 0;
}
.tab-layout01 .tab-layout01__title + * {
  margin-top: 0;
}
.tab-layout01 .tt-icon-list {
  margin-top: 0;
}
@media (max-width: 1229.98px) {
  .tab-layout01 .tab-layout01__img {
    width: 50%;
  }
  .tab-layout01 .tab-layout01__descriptions {
    width: 50%;
  }
}
@media (max-width: 1024.98px) {
  .tab-layout01 .tab-layout01__img {
    width: 45%;
  }
  .tab-layout01 .tab-layout01__img img {
    margin-top: -32px;
  }
  .tab-layout01 .tab-layout01__descriptions {
    padding: 52px 15px 60px 0;
    width: 55%;
    max-width: inherit;
  }
  .tab-layout01 .tab-layout01__title {
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 16px 0;
  }
}
@media (max-width: 767.98px) {
  .tab-layout01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 0;
  }
  .tab-layout01 .tab-layout01__img {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .tab-layout01 .tab-layout01__img img {
    margin: 0;
  }
  .tab-layout01 .tab-layout01__descriptions {
    width: 100%;
    max-width: inherit;
    padding: 0 15px;
    text-align: center;
  }
  .tab-layout01 .tab-layout01__title {
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 16px 0;
    text-align: left;
  }
  .tab-layout01 p {
    text-align: left;
  }
  .tab-layout01.additional-01 .tab-layout01__img img {
    width: 100%;
    max-width: 359px;
  }
  .tab-layout01.additional-01 .tab-layout01__descriptions {
    padding-top: 30px;
  }
}
.tab-layout02 {
  padding: 60px 0 120px;
  background-color: #f1f3f5;
  background-position: 89% 0;
  background-repeat: no-repeat;
}
@media (max-width: 1229.98px) {
  .tab-layout02 {
    background-position: right bottom;
  }
}
@media (max-width: 1024.98px) {
  .tab-layout02 {
    background-size: 60%, 60%;
    padding: 53px 0 80px;
  }
}
@media (max-width: 790px) {
  .tab-layout02 {
    padding: 60px 0 59px;
  }
}
@media (max-width: 767.98px) {
  .tab-layout02 {
    background-size: 70%, 70%;
  }
}
.tab-layout03 {
  background-color: #f1f3f5;
  padding: 82px 0 76px;
}
@media (min-width: 633px) {
  .tab-layout03 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.tab-layout03.tt-typography .tt-title {
  padding-bottom: 9px;
}
.tab-layout03 .tt-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  padding-bottom: 8px;
}
.tab-layout03 .tt-rating > .icon-start {
  color: #fc0;
}
.tab-layout03 .tt-rating > :not(.icon-start) {
  color: #f1f3f5;
}
.tab-layout03 label {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .tab-layout03 {
    padding: 64px 15px 59px;
  }
}
@media (max-width: 633px) {
  .tab-layout03 {
    padding: 64px 0 59px;
  }
}
.video-block01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f8f9fb;
  min-height: 522px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: relative;
  text-align: left;
}
.video-block01 .tt-video-link {
  right: -51px;
  bottom: 117px;
}
.video-block01 .video-block01__description {
  padding: 60px 60px 53px 60px;
}
.video-block01 .video-block01__title {
  color: #323232;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  padding: 0 20px 12px 0;
  margin: 0;
}
.video-block01 .video-block01__title + * {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .video-block01.video-block01__indent {
    margin-left: 30px;
  }
}
@media (max-width: 1229.98px) {
  .video-block01.video-block01__indent {
    margin-top: 30px;
  }
}
@media (max-width: 1024.98px) {
  .video-block01 {
    min-height: 483px;
  }
  .video-block01 .video-block01__description {
    padding: 60px 43px 35px;
  }
  .video-block01 .video-block01__title {
    font-size: 30px;
    line-height: 38px;
  }
  .video-block01 .tt-video-link {
    right: -44px;
    bottom: 87px;
  }
}
@media (max-width: 767.98px) {
  .video-block01 {
    min-height: 359px;
    max-width: 405px;
  }
  .video-block01 .video-block01__description {
    padding: 60px 43px 20px 23px;
  }
  .video-block01 .video-block01__title {
    font-size: 24px;
    line-height: 30px;
  }
  .video-block01 .tt-video-link {
    right: -11px;
    bottom: 87px;
  }
}
.tt-video-link {
  width: 108px;
  height: 108px;
  background-color: #ed1c24;
  border: 7px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
  box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tt-video-link:before {
  content: "\e91e";
  font-family: sanitizex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1025px) {
  .tt-video-link:before {
    margin-left: 3px;
  }
}
.tt-video-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ed1c24;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.tt-video-link:not(:hover)::after {
  -webkit-animation: pulse 1.3s infinite linear;
  animation: pulse 1.3s infinite linear;
}
.tt-video-link:hover {
  background-color: #fff;
  border-color: #ed1c24;
}
.tt-video-link:hover:before {
  color: #ed1c24;
}
.tt-video-link:hover::after {
  display: none;
}
@media (max-width: 1024.98px) {
  .tt-video-link {
    width: 87px;
    height: 87px;
  }
  .tt-video-link:before {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .tt-video-link {
    width: 82px;
    height: 82px;
  }
  .tt-video-link:before {
    font-size: 13px;
  }
}
@-webkit-keyframes pulse {
  from {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  50% {
    width: 140%;
    height: 140%;
    opacity: 0;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes pulse {
  from {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  50% {
    width: 140%;
    height: 140%;
    opacity: 0;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.box-info {
  background-color: #fff;
  padding: 42px 30px 36px 40px;
}
.box-info .box-info__img {
  color: #ed1c24;
  font-size: 40px;
}
.box-info .box-info__title {
  font-size: 20px;
  line-height: 30px;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 10px 0 0 0;
  padding: 0 0 7px 0;
}
.box-info .box-info__title + * {
  margin-top: 0;
}
@media (max-width: 1024.98px) {
  .box-info {
    font-size: 15px;
    line-height: 24px;
  }
  .box-info br {
    display: none;
  }
  .box-info .box-info__img {
    font-size: 35px;
  }
  .box-info .box-info__title {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .box-info {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
}
.box-info-wrapper {
  margin-top: -30px;
}
.box-info-wrapper .box-info {
  margin-top: 30px;
}
.section-parallax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  color: #fff;
}
.section-parallax .section-parallax__title {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 12px 0;
}
.section-parallax .section-parallax__title + p {
  margin-top: 0;
}
.section-parallax p {
  letter-spacing: 0.01em;
}
@media (max-width: 1024.98px) {
  .section-parallax {
    height: 356px;
  }
  .section-parallax .section-parallax__title {
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .section-parallax {
    height: auto;
    padding: 74px 15px;
  }
  .section-parallax .section-parallax__title {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 10px 0;
  }
  .section-parallax br {
    display: none;
  }
}
@media (min-width: 1025px) {
  html:not(.mac) .section-parallax {
    background-attachment: fixed;
  }
}
.tt-box-wrapper {
  padding: 65px 60px 72px;
}
@media (max-width: 1024.98px) {
  .tt-box-wrapper {
    padding: 72px 15px 80px;
  }
}
@media (max-width: 790px) {
  .tt-box-wrapper {
    padding: 53px 15px 60px;
  }
}
.tt-box-indent {
  padding: 30px;
}
@media (max-width: 1024.98px) {
  .tt-box-indent {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .tt-box-indent {
    padding: 20px;
  }
}
.accordeon-01 {
  margin-top: 0;
}
.accordeon-01 .tt-item {
  position: relative;
  padding: 0 27px 11px 27px;
  background-color: #fdfefe;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.accordeon-01 .tt-item .tt-item__content {
  display: none;
  padding-right: 50px;
  padding-bottom: 19px;
}
.accordeon-01 .tt-item.tt-item__open {
  background-color: #fff;
}
.accordeon-01 .tt-item.tt-item__open .tt-item__title:before {
  content: "-";
  right: -9px;
}
.accordeon-01 .tt-item.tt-item__open .tt-item__content {
  display: block;
}
.accordeon-01 .tt-item:not(.tt-item__open) {
  cursor: pointer;
}
.accordeon-01 .tt-item:not(:first-child) {
  margin-top: 10px;
}
.accordeon-01 .tt-item__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: #323232;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 21px 20px 7px 0;
  position: relative;
}
.accordeon-01 .tt-item__title:hover {
  color: #ed1c24;
}
.accordeon-01 .tt-item__title:before {
  content: "+";
  display: block;
  position: absolute;
  color: #ed1c24;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
  top: 31px;
  right: -10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .accordeon-01 .tt-item {
    padding: 0 20px 11px;
  }
  .accordeon-01 .tt-item .tt-item__content {
    padding-right: 15px;
  }
  .accordeon-01 .tt-item__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.imginfo {
  position: relative;
  width: calc(100% + 201px);
  right: -104px;
  position: relative;
}
.imginfo .imginfo__box {
  background-color: #ed1c24;
  color: #fff;
  position: absolute;
  left: -85px;
  bottom: 38px;
  padding: 35px 40px 38px;
  -webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  min-width: 348px;
}
.imginfo .imginfo__title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px 0;
}
.imginfo .imginfo__title + * {
  margin-top: 0;
}
.imginfo address {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-top: 11px;
  font-size: 19px;
  line-height: 30px;
}
.imginfo address a {
  color: #fff;
}
.imginfo address [class^="icon-"] {
  font-size: 16px;
  margin-right: 6px;
}
@media (max-width: 1024.98px) {
  .imginfo {
    width: 100%;
    right: -15px;
    text-align: right;
  }
  .imginfo br {
    display: none;
  }
  .imginfo .imginfo__box {
    text-align: left;
    max-width: 272px;
    min-width: 272px;
    left: inherit;
    right: 0;
    bottom: 0;
    margin-top: -39%;
    padding: 28px 7px 30px 30px;
    position: relative;
    float: right;
  }
  .imginfo .imginfo__title {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 6px;
  }
  .imginfo address {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .imginfo {
    right: inherit;
    text-align: left;
    max-width: 420px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .imginfo .imginfo__box {
    margin-top: -34px;
    float: inherit;
    max-width: calc(100% - 30px);
    min-width: inherit;
    padding: 29px 27px 29px 28px;
  }
  .imginfo .imginfo__img img {
    max-width: inherit;
    width: 100%;
  }
  .imginfo .imginfo_title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 6px;
  }
  .imginfo address {
    font-size: 16px;
    line-height: 26px;
  }
}
.info-list__top {
  margin-top: 15px;
}
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -30px;
}
.info-list.info-list__top {
  margin-top: 0;
}
.info-list .info-list__item {
  margin-left: 28px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .info-list {
    margin-left: -20px;
  }
  .info-list .info-list__item {
    margin-left: 20px;
    margin-top: 21px;
  }
}
.info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-list__item .info-list__icon {
  font-size: 40px;
  color: #ed1c24;
  margin-top: -8px;
}
.info-list__item .info-list__icon + .info-list__description {
  margin-left: 17px;
}
.info-list__item .info-list__value {
  color: #323232;
  font-size: 28px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.info-list__item .info-list__title {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-top: 2px;
}
.info-list__item:not(:first-child) {
  border-left: 1px solid #f1f3f5;
  padding-left: 30px;
}
@media (max-width: 1024.98px) {
  .info-list__item .info-list__icon {
    font-size: 31px;
  }
  .info-list__item .info-list__icon + .info-list__description {
    margin-left: 12px;
  }
  .info-list__item .info-list__value {
    font-size: 24px;
  }
  .info-list__item .info-list__value + .info-list__description {
    margin-left: 7px;
  }
}
@media (max-width: 767.98px) {
  .info-list__item:not(:first-child) {
    padding-left: 20px;
  }
  .info-list__item .info-list__value {
    font-size: 20px;
  }
  .info-list__item .info-list__value + .info-list__description {
    margin-left: 7px;
  }
  .info-list__item .info-list__title {
    margin-top: 0;
  }
  .info-list__item .info-list__title {
    font-size: 14px;
  }
}
.tt-img-parallax {
  position: relative;
}
.tt-img-parallax img {
  width: 100%;
  max-width: inherit;
}
.tt-img-parallax .tt-img-left {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: calc(50% - 5px);
}
.tt-img-parallax .tt-img-right {
  top: 0;
  float: right;
  z-index: 2;
  display: inline-block;
  width: calc(50% - 5px);
  margin-left: 5px;
}
.tt-img-parallax .tt-img-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tt-img-parallax .tt-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .tt-img-parallax {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tt-img-parallax .tt-img-left {
    width: calc(50% - 2px);
  }
  .tt-img-parallax .tt-img-right {
    width: calc(50% - 2px);
    margin-left: 2px;
  }
}
.tt-video-link02 {
  width: 108px;
  height: 108px;
  border: 7px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
  box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 7px;
}
.tt-video-link02:after {
  content: "";
  background-color: #ed1c24;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tt-video-link02:before {
  content: "\e91e";
  font-family: sanitizex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
.tt-video-link02:hover {
  background-color: #fff;
  border-color: #ed1c24;
}
.tt-video-link02:hover:before {
  color: #ed1c24;
}
.tt-video-link02:hover::after {
  display: none;
}
@media (max-width: 1024.98px) {
  .tt-video-link02 {
    width: 87px;
    height: 87px;
  }
  .tt-video-link02:before {
    font-size: 14px;
  }
}
@media (max-width: 1024.98px) {
  .tt-video-link02 {
    width: 82px;
    height: 82px;
  }
  .tt-video-link02:before {
    font-size: 14px;
  }
}
.blog-output-indent {
  margin: 0 0 0 130px;
  position: relative;
}
@media (max-width: 1500px) {
  .blog-output-indent {
    margin: 0 0 0 100px;
  }
}
@media (max-width: 1229.98px) {
  .blog-output-indent {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .blog-output-indent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .no-gutters .blog-output-indent {
    padding-right: 15px;
  }
}
.blog-output {
  position: relative;
  padding: 78px 20px 0 0;
}
.blog-output .blog-output__marker {
  position: absolute;
  right: -110px;
  top: 4px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .blog-output .blog-output__marker {
    right: 0;
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  .blog-output {
    max-width: 471px;
  }
}
@media (max-width: 1229.98px) {
  .blog-output {
    padding: 10px 0 0 0;
  }
  .blog-output .blog-output__marker {
    right: 0;
    max-width: 93px;
  }
}
@media (max-width: 767.98px) {
  .blog-output {
    padding: 39px 0 0;
  }
  .blog-output .blog-output__marker {
    display: none;
  }
}
.blockquote02 {
  margin: 0;
  padding: 0;
}
.blockquote02 .blockquote02-sign {
  color: #a8a8a8;
  font-size: 14px;
  margin-top: 25px;
}
.blockquote02 .blockquote02-sign strong {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #323232;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1024.98px) {
  .blockquote02 .blockquote02-sign {
    margin-top: 20px;
  }
}
.slick-hidden-none .slick-list {
  overflow: inherit;
}
.news-obj {
  margin-left: auto;
  margin-right: auto;
  min-width: 30px;
}
.news-obj .tt-link {
  margin-top: 17px;
}
.news-obj__img {
  overflow: hidden;
}
.news-obj__img img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100%;
}
.news-obj__img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.news-obj__description {
  margin: -80px 0 0 30px;
  padding: 31px 40px 0 40px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-obj__data {
  font-size: 14px;
  color: #ed1c24;
}
.news-obj__data [class^="icon-"] {
  margin-right: 11px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.news-obj__title {
  font-size: 20px;
  line-height: 28px;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 13px 0 0 0;
  padding: 0 0 7px 0;
}
.news-obj__title a {
  color: #323232;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.news-obj__title a:hover {
  color: #ed1c24;
}
.news-obj__title + * {
  margin-top: 0;
}
@media (max-width: 1024.98px) {
  .news-obj__description {
    margin: -72px 0 0 30px;
    padding: 25px 15px 0 35px;
  }
  .news-obj__title {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 16px;
  }
  .news-obj .tt-link {
    margin-top: 12px;
  }
}
@media (max-width: 767.98px) {
  .news-obj__description {
    margin: -50px 0 0 20px;
    padding: 25px 5px 0 25px;
    font-size: 15px;
    line-height: 24px;
  }
  .news-obj__title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .news-obj .tt-link {
    margin-top: 12px;
  }
}
.tt-logo-layout a {
  display: inline-block;
  padding: 0 20px;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1024.98px) {
  .tt-logo-layout a {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .tt-logo-layout a {
    padding: 0 5px;
  }
}
.tt-logo-layout a:hover {
  opacity: 1;
}
.img-double {
  position: relative;
}
.img-double .img-double_subimg {
  left: -12%;
  bottom: 13%;
  width: 100%;
  position: absolute;
}
.img-double .img-double_subimg img {
  max-width: inherit;
  width: 54%;
  -webkit-box-shadow: 40px 40px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 40px 40px 50px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1460px) {
  .img-double__indent01 {
    margin-left: -60px;
  }
}
@media (min-width: 1025px) {
  .img-double__indent01 {
    margin-right: 29px;
  }
}
.tt-certifications-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -30px;
  margin-left: -30px;
}
.tt-certifications-wrapper .tt-item {
  margin-top: 30px;
  margin-left: 30px;
  width: calc(50% - 30px);
  max-width: 246px;
}
.tt-certifications {
  display: inline-block;
  position: relative;
}
.tt-certifications:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.tt-certifications:hover:before {
  border-color: #ed1c24;
}
.box01-wrapper {
  margin-top: -15px; /*mn*/
}
.box01-wrapper .box01 {
  margin-top: 30px;
}
.box01 .box01__img {
  overflow: hidden;
}
.box01 .box01__img img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.box01 .box01__img a {
  display: inline-block;
}
.box01 .box01__img a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.box01 .box01__img.box01__img-round {
  padding-bottom: 24px;
}
.box01 .box01__img.box01__img-round a {
  border-radius: 50%;
  -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
  box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
  overflow: hidden;
}
.box01 .box01__img.box01__img-round + .box01__title {
  margin-top: 0;
}
.box01 .box01__title {
  font-size: 20px;
  line-height: 30px;
  font-family: Poppins, sans-serif;
  color: #323232;
  font-weight: 600;
  padding: 0;
  margin: 24px 0 16px 0;
  position: relative;
  display: inline-block;
}
.box01 .box01__title a {
  color: #323232;
}
.box01 .box01__title a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #323232;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.box01 .box01__title a:hover:before {
  width: 100%;
}
.box01 .box01__title + * {
  margin-top: 0;
}
@media (max-width: 1024.98px) {
  .box01 .box01__title {
    margin: 14px 0 6px 0;
    font-size: 18px;
    line-height: 28px;
  }
  .box01 .box01__title .box01__img.box01__img-round {
    padding-bottom: 14px;
  }
  .box01 .box01__title .box01__img.box01__img-round + .box01__title {
    margin-top: 0;
  }
}
@media (max-width: 1024.98px) {
  .box01 .box01__img.box01__img-round a {
    max-width: 165px;
  }
}
.box02-info {
  padding-top: 115px;
  background-color: #f1f3f5;
  background-position: 25% center;
  background-repeat: no-repeat;
}
@media (min-width: 1700px) {
  .box02-info {
    margin-bottom: 80px;
  }
}
@media (min-width: 1561px) {
  .box02-info .box02-info__img img {
    margin-bottom: -61px;
  }
}
.box02-info .info-list {
  margin-bottom: -6px;
}
@media (min-width: 1025px) {
  .box02-info .box02-info__img {
    padding-right: 60px;
  }
  .box02-info .box02-info__img img {
    width: 100%;
  }
}
.box02-info .box02-info__description {
  padding: 0 25px 115px 27px;
  max-width: 610px;
}
@media (max-width: 1560px) {
  .box02-info {
    overflow: hidden;
    padding: 0;
    padding: 120px 0;
  }
  .box02-info .box02-info__description {
    padding-bottom: 0;
  }
}
@media (max-width: 1229.98px) {
  .box02-info .box02-info__img {
    padding-right: 30px;
  }
}
@media (max-width: 1024.98px) {
  .box02-info {
    background-position: 10% 0;
    background-size: 71%, 62%;
    padding: 80px 0 80px;
  }
  .box02-info .box02-info__img {
    padding-right: 15px;
  }
  .box02-info .box02-info__description {
    max-width: inherit;
    padding: 0 25px 0 22px;
  }
}
@media (max-width: 790px) {
  .box02-info {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .box02-info .box02-info__img {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .box02-info {
    padding-top: 58px;
    background-image: none !important;
  }
  .box02-info .box02-info__img {
    padding: 0 30px;
  }
  .box02-info .box02-info__img img {
    width: 100%;
  }
  .box02-info .box02-info__description {
    max-width: inherit;
    padding: 29px 30px 0;
  }
}
.section-inner-round-layout02 .divider {
  height: 19px;
}
@media (min-width: 1025px) {
  .box-layout {
    margin-right: 30px;
  }
}
.box-layout .item-box:not(:first-child) {
  margin-top: 20px;
}
.box-layout .item-box .item-box__title {
  background: #ed1c24;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 24px 15px 22px 35px;
}
.box-layout .item-box .item-box__content {
  background: #fff;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}
.box-layout .item-box .item-box__content:not(.no-inner) {
  padding: 34px 35px 35px 35px;
}
@media (max-width: 1024.98px) {
  .box-layout .item-box .item-box__content:not(.no-inner) {
    padding: 27px;
  }
}
.box-layout .item-box .item-box__content .tt-subtitle {
  padding-bottom: 17px;
}
@media (max-width: 1024.98px) {
  .box-layout .item-box .item-box__title {
    font-size: 18px;
    line-height: 28px;
    padding: 18px 15px 16px 27px;
  }
}
.tt-submenu {
  background-color: #f1f3f5;
}
.tt-submenu .tt-submenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 76px;
  background-color: #fff;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}
.tt-submenu .tt-submenu__item:not(:first-child) {
  margin-top: 4px;
}
.tt-submenu .tt-submenu__item.active {
  background-color: #f1f3f5;
}
.tt-submenu .tt-submenu__item:hover .tt-submenu__text span:before {
  width: 100%;
}
.tt-submenu .tt-submenu__icon {
  font-size: 41px;
  line-height: 1;
  color: #ed1c24;
  padding-left: 38px;
  width: 100px;
  min-width: 100px;
}
.tt-submenu .tt-submenu__text {
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 20px 10px 0;
}
.tt-submenu .tt-submenu__text span {
  position: relative;
  display: inline-block;
}
.tt-submenu .tt-submenu__text span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #323232;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
@media (max-width: 1024.98px) {
  .tt-submenu .tt-submenu__item {
    min-height: 62px;
  }
  .tt-submenu .tt-submenu__icon {
    font-size: 30px;
    padding-left: 28px;
    width: 75px;
    min-width: 75px;
  }
  .tt-submenu .tt-submenu__text {
    font-size: 14px;
    line-height: 24px;
    padding: 11px 20px 10px 0;
  }
}
.tt-listicon .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-listicon .item:not(:first-child) {
  margin-top: 4px;
}
.tt-listicon .listicon__icon {
  font-size: 16px;
  color: #ed1c24;
  position: relative;
  top: 2px;
}
.tt-listicon .listicon__icon + .listicon__text {
  margin-left: 12px;
}
.tt-listicon .listicon__icon .icon-1124618 {
  font-size: 20px;
}
.tt-listicon a {
  color: #7b7b7b;
}
.tt-listicon a:hover {
  color: #ed1c24;
}
.tt-table-wrapper01 {
  padding: 39px;
  background-color: #fff;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}
@media (max-width: 1024.98px) {
  .tt-table-wrapper01 {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .tt-table-wrapper01 {
    padding: 15px;
  }
}
table {
  width: 100%;
}
.table-01 tr td:first-child,
.table-01 tr th:first-child {
  width: 65%;
  padding: 9px 25px;
}
.table-01 tr td:last-child,
.table-01 tr th:last-child {
  width: 35%;
  padding: 9px 25px;
}
.table-01 thead {
  background-color: #ed1c24;
  color: #fff;
}
.table-01 thead th {
  font-weight: 700;
}
.table-01 tbody tr:nth-child(odd) {
  background-color: #f4f5f7;
}
.table-01 tbody tr td {
  color: #323232;
}
.table-01 tbody tr td:first-child {
  font-weight: 700;
}
.table-01 tbody tr.levle-02 td:first-child {
  font-weight: 400;
  color: #7b7b7b;
  padding-left: 44px;
}
@media (max-width: 1024.98px) {
  .table-01 tr td:first-child,
  .table-01 tr th:first-child {
    width: 60%;
    padding: 8px 10px;
  }
  .table-01 tr td:last-child,
  .table-01 tr th:last-child {
    width: 40%;
    padding: 8px 10px;
  }
  .table-01 tbody tr.levle-02 td:first-child {
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .table-01 tr td:first-child,
  .table-01 tr th:first-child {
    padding: 6px 10px;
  }
  .table-01 tr td:last-child,
  .table-01 tr th:last-child {
    padding: 6px 10px;
  }
}
.tt-bloginfo {
  background-color: #fff;
  -webkit-box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
  box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
  padding: 44px 33px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .tt-bloginfo {
    min-height: 397px;
  }
}
.tt-bloginfo .tt-bloginfo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-bloginfo .tt-bloginfo__img .tt-col-img {
  min-width: 69px;
  max-width: 69px;
}
.tt-bloginfo .tt-bloginfo__img .tt-col-img img {
  border-radius: 50%;
  overflow: hidden;
}
.tt-bloginfo .tt-bloginfo__img .tt-col-img + .tt-col-content {
  margin-left: 20px;
}
.tt-bloginfo .tt-bloginfo__img .tt-text-01 {
  font-size: 16px;
  line-height: 23px;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.tt-bloginfo .tt-bloginfo__img .tt-text-02 {
  font-size: 14px;
  line-height: 20px;
  color: #a0a0a0;
}
.tt-bloginfo .tt-bloginfo__title {
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 35px 0 0 0;
  position: relative;
  padding-bottom: 26px;
}
.tt-bloginfo .tt-bloginfo__title + * {
  margin-top: 0;
}
.tt-bloginfo .tt-bloginfo__marker {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024.98px) {
  .tt-bloginfo {
    margin-bottom: 9px;
    -webkit-box-shadow: 0 2px 11px rgba(157, 174, 185, 0.15);
    box-shadow: 0 2px 11px rgba(157, 174, 185, 0.15);
  }
  .tt-bloginfo .tt-bloginfo__marker {
    max-width: 100px;
  }
  .tt-bloginfo .tt-bloginfo__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .tt-bloginfo {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tt-bloginfo .tt-bloginfo__marker {
    max-width: 80px;
  }
  .tt-bloginfo .tt-bloginfo__title {
    margin-top: 25px;
    padding-bottom: 15px;
  }
}
.tt-obj-video__wrapper {
  margin-top: -30px;
}
.tt-obj-video__wrapper [class^="col-"] {
  margin-top: 30px;
}
.tt-obj-video {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.tt-obj-video img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.tt-obj-video video {
  width: 100% !important;
  height: auto !important;
}
.tt-obj-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.tt-obj-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tt-obj-video:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.btn-video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
  cursor: pointer;
}
.btn-video-holder .btn-video {
  width: 59px;
  height: 41px;
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
  border-radius: 9px;
  position: relative;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.btn-video-holder .btn-video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -8px;
  font-size: 15px;
}
.btn-video-holder .btn-video:hover {
  background-color: #fff;
  color: #ed1c24;
}
#map {
  height: 496px;
  width: 100%;
}
@media (max-width: 1024.98px) {
  #map {
    height: 300px;
  }
}
.box-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  min-height: 226px;
  padding: 42px 20px 37px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.box-contact .box-contact__icon {
  font-size: 39px;
  color: #ed1c24;
  position: relative;
  min-height: 40px;
}
@media (min-width: 1025px) {
  .box-contact .box-contact__icon.icon-1034182 {
    font-size: 26px;
    top: 7px;
  }
  .box-contact .box-contact__icon.icon-70562 {
    font-size: 34px;
    top: 7px;
  }
  .box-contact .box-contact__icon.icon-70898 {
    font-size: 30px;
    top: 5px;
  }
}
.box-contact .box-contact__title {
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 17px 0 0 0;
  padding: 0 0 11px 0;
}
.box-contact .box-contact__title + * {
  margin-top: 0;
}
.box-contact address a {
  color: #7b7b7b;
}
.box-contact address a:hover {
  color: #ed1c24;
}
@media (max-width: 1024.98px) {
  .box-contact {
    font-size: 15px;
    line-height: 24px;
    padding: 32px 14px 27px;
    min-height: 211px;
  }
  .box-contact .box-contact__icon {
    font-size: 29px;
    min-height: 30px;
  }
  .box-contact .box-contact__title {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 7px 0;
  }
}
@media (max-width: 575px) {
  .box-contact {
    min-height: inherit;
  }
  .box-contact .box-contact__icon {
    font-size: 25px;
    min-height: inherit;
  }
}
@media (min-width: 1025px) {
  .box-contact__wrapper {
    margin-top: -30px;
  }
  .box-contact__wrapper .box-contact {
    margin-top: 30px;
  }
}
@media (max-width: 1024.98px) {
  .box-contact__wrapper {
    margin-top: -20px;
  }
  .box-contact__wrapper .box-contact {
    margin-top: 20px;
  }
}
.point-box {
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  padding: 50px 54px 22px;
}
.point-box .point-box__title {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #323232;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding: 0 0 10px 3px;
}
.point-box .point-box__title .tt-icon {
  font-size: 18px;
  color: #ed1c24;
  position: absolute;
  left: -25px;
}
.point-box ul li:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 1024.98px) {
  .point-box {
    padding: 30px 40px 22px;
  }
}
.point-box__wrapper {
  margin-top: -30px;
}
.point-box__wrapper .point-box {
  margin-top: 30px;
}
.slick-default .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.slick-default .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 7px;
  height: 20px;
}
.slick-default .slick-dots li > * {
  width: 8px;
  max-width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
  transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
}
.slick-default .slick-dots li:not(.slick-active) {
  cursor: pointer;
}
.slick-default .slick-dots li:not(.slick-active) > * {
  cursor: pointer;
}
.slick-default .slick-dots li.slick-active > *,
.slick-default .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default .slick-dots li.slick-active > * {
  height: 20px;
  border-radius: 4px;
}
.slick-default.slick-dots-left .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.slick-default.slick-dots-right .slick-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slick-default.slick-default__dark .slick-dots li > * {
  background-color: #e8e8e8;
}
.slick-default.slick-default__dark .slick-dots li.slick-active > *,
.slick-default.slick-default__dark .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default.slick-dotted_indent01 .slick-dots {
  margin-top: 21px;
}
.slick-default.slick-dotted_indent02 .slick-dots {
  margin-top: 31px;
}
@media (max-width: 1024.98px) {
  .slick-default .slick-dots {
    margin-top: 49px;
  }
  .slick-default .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default .slick-dots li.slick-active > * {
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .slick-default.slick-dots-left .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-default.slick-dots-right .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-default .slick-dots {
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-default .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default .slick-dots li.slick-active > * {
    height: 12px;
  }
}
.slick-slide {
  height: auto;
}
.slick-slider .slick-slide {
  outline: 0;
}
.slick-default-inner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 40px;
}
.slick-default-inner .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 7px;
  height: 20px;
}
.slick-default-inner .slick-dots li > * {
  width: 8px;
  max-width: 8px;
  height: 8px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
  transition: background-color 0.2s, height 0.2s, border-radius 0.2s;
}
.slick-default-inner .slick-dots li:not(.slick-active) {
  cursor: pointer;
}
.slick-default-inner .slick-dots li:not(.slick-active) > * {
  cursor: pointer;
}
.slick-default-inner .slick-dots li.slick-active > *,
.slick-default-inner .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default-inner .slick-dots li.slick-active > * {
  height: 20px;
  border-radius: 4px;
}
.slick-default-inner.slick-dots-left .slick-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.slick-default-inner.slick-dots-right .slick-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slick-default-inner.slick-default__dark .slick-dots li > * {
  background-color: #e8e8e8;
}
.slick-default-inner.slick-default__dark .slick-dots li.slick-active > *,
.slick-default-inner.slick-default__dark .slick-dots li:hover > * {
  background-color: #ed1c24;
}
.slick-default-inner.slick-dotted_indent01 .slick-dots {
  margin-top: 21px;
}
.slick-default-inner.slick-dotted_indent02 .slick-dots {
  margin-top: 31px;
}
@media (max-width: 1024.98px) {
  .slick-default-inner .slick-dots {
    bottom: 20px;
  }
  .slick-default-inner .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default-inner .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default-inner .slick-dots li.slick-active > * {
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .slick-default-inner .slick-dots li {
    height: 12px;
    padding: 0 4px;
  }
  .slick-default-inner .slick-dots li > * {
    width: 5px;
    max-width: 5px;
    height: 5px;
  }
  .slick-default-inner .slick-dots li.slick-active > * {
    height: 12px;
  }
}
#smallGallery.slick-default .slick-dots li:first-child,
#smallGallery.slick-default .slick-dots li:last-child {
  display: none;
}
::-webkit-input-placeholder {
  color: #a8a8a8;
}
::-moz-placeholder {
  color: #a8a8a8;
}
:-moz-placeholder {
  color: #a8a8a8;
}
:-ms-input-placeholder {
  color: #a8a8a8;
}
:-moz-placeholder,
::-moz-placeholder {
  opacity: 1;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form-default .row {
  margin-left: -4px;
  margin-right: -4px;
}
.form-default .row [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.form-default .form-group {
  position: relative;
  margin-bottom: 8px;
}
.form-default .form-group label.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 56px;
  left: 0;
  padding: 8px 12px 6px;
  background: red;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
  width: 100%;
}
.form-default .form-group label.error:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e;
}
.form-default .form-group__icon {
  position: absolute;
  right: 20px;
  top: 16px;
  display: block;
  pointer-events: none;
  color: #ed1c24;
}
.form-default label {
  color: #323232;
  display: inline-block;
  padding-bottom: 5px;
}
.form-default .pt-disabled {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-default button[type="submit"] {
  margin-top: 17px;
}
@media (max-width: 767.98px) {
  .form-default button[type="submit"] {
    margin-top: 5px;
  }
}
.form-default .form-control {
  background: #fff;
  font-size: 16px;
  line-height: 25px;
  border: 1px solid #e3e6ea;
  color: #7b7b7b;
  padding: 12px 12px 12px 22px;
  outline: 0;
  font-family: Roboto, sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  width: 100%;
}
.form-default .form-control.is-invalid {
  border: 1px solid red;
}
.form-default .form-control:not(textarea) {
  height: 47px;
}
.form-default input.form-control,
.form-default textarea.form-control {
  -webkit-appearance: none;
}
.form-default textarea.form-control {
  padding-top: 13px;
}
.form-default .form-control.error {
  border-color: red;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-default .form-control:focus {
  border-color: #ed1c24;
}
.form-default .pt-required {
  display: inline-block;
  float: right;
  position: relative;
  top: 4px;
  color: red;
  padding-left: 5px;
  font-size: 14px;
  line-height: 22px;
}
.form-default .invalid-feedback {
  margin-top: 2px;
  font-size: 14px;
  line-height: 24px;
}
.form-default .tt-notes {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
@media (max-width: 1024.98px) {
  .form-default .form-control {
    font-size: 15px;
    padding: 13px 12px 12px 16px;
  }
  .form-default .form-control:not(textarea) {
    height: 43px;
  }
}
p + .form-default {
  margin-top: 21px;
}
#contact-form textarea,
#faq-form textarea {
  height: 137px;
}
@media (min-width: 1025px) {
  button[type="submit"].tt-btn-form {
    margin-top: 24px;
  }
}
.custom-select {
  position: relative;
}
.custom-select:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 22px;
  right: 22px;
  width: 0;
  height: 0;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #ed1c24 transparent transparent transparent;
}
.custom-select select {
  display: block;
  width: 100%;
  height: 43px;
  font-size: 16px;
  line-height: 1.2;
  padding: 4px 30px 4px 17px;
  background: #fff;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #e3e6ea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #a8a8a8;
  border-radius: 4px;
}
.custom-select select:focus {
  border-color: #ed1c24;
  background: #fff;
}
.custom-select select::-ms-expand {
  display: none;
}
html:not(.touch-device) body.mm-open {
  padding-right: 17px;
}
html:not(.touch-device) body.mm-open .tt-stuck-nav.stuck {
  padding-right: 17px;
}
.modal-open {
  overflow: hidden;
}
html:not(.touch-device) body.modal-open {
  overflow-x: hidden;
  padding-right: 17px;
}
html:not(.touch-device) body.modal-open #tt-stuck.stuck {
  padding-right: 17px;
}
html:not(.touch-device) body.modal-open .tt-on-top {
  padding-right: 17px;
}
html.ie.gecko body.modal-open {
  padding-right: 0 !important;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  padding: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0;
}
.modal.show {
  opacity: 1;
}
@media (min-width: 320px) {
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
@media (min-width: 731px) {
  .modal-md {
    width: 637px;
  }
}
@media (max-width: 730px) {
  .modal-md {
    width: 528px;
  }
}
@media (max-width: 580px) {
  .modal-md {
    width: 420px;
  }
}
@media (max-width: 480px) {
  .modal-md {
    width: 315px;
  }
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal .modal-footer {
  border: none;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: inherit;
  }
}
.modal .modal-body:not(.no-background) {
  background-color: #fff;
}
.modal .modal-body {
  position: relative;
  text-align: left;
}
.modal .modal-body .close {
  font-size: 17px;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 1px;
  display: inline-block;
  z-index: 7;
  padding: 18px 23px;
  color: #3d3b42;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.modal .modal-body .close:hover {
  color: #ed1c24;
}
.modal .modal-body .modal-titleblock {
  padding-bottom: 25px;
}
.modal .modal-body .modal-titleblock .modal-title {
  font-size: 36px;
  line-height: 38px;
  font-family: Poppins, sans-serif;
  color: #323232;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.modal .modal-body .modal-titleblock + p {
  margin-top: 0;
}
.modal .modal-body p + form {
  margin-top: 25px;
}
@media (min-width: 1025px) {
  .modal .modal-body {
    padding: 53px 56px 60px;
  }
}
@media (max-width: 1024px) {
  .modal .modal-body {
    padding: 43px 40px 50px;
  }
  .modal .modal-body .modal-titleblock {
    padding-bottom: 32px;
  }
  .modal .modal-body .modal-titleblock .modal-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 580px) {
  .modal .modal-body {
    padding: 43px 30px 40px;
  }
  .modal .modal-body .modal-titleblock {
    padding-bottom: 20px;
  }
  .modal .modal-body .modal-titleblock .modal-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-backdrop {
  background: #1d2025;
  z-index: 20;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.modal-layout-dafault .custom-select select {
  color: #a8a8a8;
}
.modal-layout-dafault .form-group {
  position: relative;
}
.modal-layout-dafault .form-group .form-group__icon {
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  pointer-events: none;
  color: #ed1c24;
}
.modal-layout-dafault textarea {
  height: 91px;
}
.modal-layout-dafault button[type="submit"] {
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .modal-layout-dafault button[type="submit"] {
    margin-top: 5px;
  }
}
.tt-back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: -90px;
  right: 15px;
  z-index: 20;
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  border-radius: 4px;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tt-back-to-top i {
  position: relative;
  z-index: 3;
  pointer-events: none;
  font-size: 18px;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
@media (min-width: 790px) {
  .tt-back-to-top.pt-show {
    bottom: 5px;
  }
}
@media (max-width: 789px) {
  .tt-back-to-top.pt-show {
    bottom: 60px;
  }
}
.tt-back-to-top:hover {
  color: #ed1c24;
  background-color: #fff;
}
.tt-back-to-top:hover i {
  top: -2px;
}
@media (max-width: 1024.98px) {
  .tt-back-to-top {
    width: 60px;
    height: 60px;
  }
  .tt-back-to-top i {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .tt-back-to-top {
    width: 50px;
    height: 50px;
  }
  .tt-back-to-top i {
    font-size: 12px;
  }
}
#tt-footer {
  position: relative;
}
#tt-footer .tt-logo {
  margin: 0px 0 0 0;
      padding: 4px 40px;
}
@media (max-width: 1229.98px) {
  #tt-footer .tt-logo {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  #tt-footer .tt-logo {
    font-size: 27px;
    letter-spacing: 0;
  }
}
#tt-footer form {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 1025px) {
  #tt-footer .text-f {
    padding-right: 50px;
  }
}
.footer-wrapper01 {
  background-position: no-repeat;
  background-repeat: no-repeat;
  padding: 118px 0 0 0;
}
@media (max-width: 1024.98px) {
  .footer-wrapper01 {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 1024.98px) {
  .footer-wrapper01 {
    background: 0 0 !important;
    padding: 60px 0 0 0;
  }
}
.footer-wrapper02 {
  background-color: #fff;
  background-position: no-repeat;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .footer-wrapper02 {
    margin-top: -4px;
  }
}
.f-holder {
  background-color: #171717;
  color: #fff;
  padding: 70px 0 60px;
}
.f-holder address {
  color: #cad3db;
  font-weight: 400;
}
.f-holder address p {
  margin-top: 18px;
}
.f-holder address strong {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.f-holder address a {
  color: #fff;
}
.f-holder address a [class^="icon-"] {
  color: #fff;
  margin-right: 4px;
}
.f-holder address a:hover {
  color: #fff;
}
.f-holder .row {
  margin-top: -26px;
}
.f-holder .row [class^="col-"] {
  margin-top: 26px;
}
@media (max-width: 1024.98px) {
  .f-holder {
    padding: 54px 0 96px;
  }
}
@media (max-width: 767.98px) {
  .f-holder {
    padding: 54px 0 60px;
  }
}
.f-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: #323232;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0 0 15px 0;
}
.f-title + * {
  margin-top: 0;
}
@media (max-width: 1024.98px) {
  .f-title {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767.98px) {
  .f-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
  }
}
.subscribeform-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
  padding: 20px 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .subscribeform-wrapper {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1229.98px) {
  .subscribeform-wrapper {
    padding: 18px 27px 20px 27px;
  }
}
@media (max-width: 767.98px) {
  .subscribeform-wrapper {
    text-align: center;
    padding: 31px 0 20px 0;
  }
}
.subscribeform-align-right {
  text-align: right;
}
@media (max-width: 767.98px) {
  .subscribeform-align-right {
    text-align: center;
  }
}
.f-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12px;
}
.f-form > :not(:first-child) {
  margin-left: 20px;
}
.f-form .form-control.error {
  border-color: red;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.f-form label.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50px;
  padding: 5px 12px 4px;
  background: red;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.f-form label.error:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e;
}
.f-form .f-form__label {
  font-size: 20px;
  font-family: Poppins, sans-serif;
  color: #323232;
  font-weight: 600;
  position: relative;
}
.f-form .f-form__input {
  width: 294px;
  position: relative;
}
.f-form .f-form__input .form-control {
  background: #fff;
  color: #a8a8a8;
  border: 1px solid #e3e6ea;
  font-size: 16px;
  line-height: 19px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 4px;
  width: 100%;
  height: 51px;
  padding: 7px 12px 6px 19px;
  font-family: Roboto, sans-serif;
}
@media (max-width: 1229.98px) {
  .f-form .f-form__label {
    font-size: 20px;
  }
  .f-form .f-form__input {
    width: 270px;
  }
}
@media (max-width: 1024.98px) {
  .f-form {
    padding: 0;
  }
  .f-form > :not(:first-child) {
    margin-left: 13px;
  }
  .f-form .f-form__input {
    width: 196px;
  }
  .f-form .f-form__label {
    font-size: 17px;
    padding-right: 0;
  }
  .f-form .f-form__input .form-control {
    height: 41px;
    font-size: 15px;
    padding: 10px 14px 10px;
  }
}
@media (max-width: 767.98px) {
  .f-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 22px 15px 14px;
  }
  .f-form > :not(:first-child) {
    margin-left: 0;
  }
  .f-form .f-form__input {
    width: 100%;
  }
  .f-form .f-form__input .form-control {
    width: 100%;
  }
  .f-form .f-form__label {
    width: 100%;
    padding-bottom: 16px;
    letter-spacing: 0;
  }
  .f-form .f-form__btn {
    margin: 20px 0 0 0;
  }
  .f-form .f-form__btn .tt-btn .tt-short-text {
    display: none;
  }
}
.f-holder {
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.f-nav {
  max-width: 320px;
}
.f-nav li {
  color: #323232;
  padding: 0 10px 0 20px;
  position: relative;
  width: 50%;
  float: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.f-nav li:before {
  content: "\e91f";
  font-family: sanitizex;
  color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 7px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .f-nav li:nth-child(even) {
    width: calc(50% - 34px);
    margin-left: 34px;
  }
}
@media (max-width: 1024.98px) {
  .f-nav li:nth-child(even) {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
.f-nav li a {
  color: #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.f-nav li a span {
  display: inline-block;
  position: relative;
}
.f-nav li a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.f-nav li a:hover {
  color: ffffff;
}
.f-nav li a:hover span:before {
  width: 100%;
}
.f-nav li.active a {
  color: ffffff;
}
.f-nav li.active a span:before {
  width: 100%;
}
.f-nav li:not(:first-child) {
  margin-top: 4px;
}
@media (max-width: 1024.98px) {
  .f-nav li {
    padding: 0 0 0 14px;
  }
  .f-nav li:before {
    font-size: 6px;
  }
  .f-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .f-nav {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .f-nav li {
    text-align: left;
    padding-right: 27px;
  }
}
.f-copyright {
 margin:auto;
}
@media (max-width: 1229.98px) {
  .f-copyright {
    font-size: 15px;
    margin-top: -15px;
    padding-bottom: 27px;
  }
}
@media (max-width: 1024.98px) {
  .f-copyright {
    margin-top: -13px;
    padding-bottom: 27px;
  }
}
@media (max-width: 767.98px) {
  .f-copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 29px;
    text-align: center;
  }
  .f-copyright > * {
    text-align: center;
  }
  .f-copyright > :not(:first-child) {
    margin-top: 13px;
  }
}
.f-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -12px;
  margin-top: 11px;
}
.f-social li {
  margin-left: 12px;
  margin-top: 14px;
}
.f-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
  border-radius: 3px;
}
.f-social li a:hover {
  background-color: #ed1c24;
  color: #fff;
}
@media (max-width: 1024.98px) {
  .f-social {
    margin-left: -11px;
  }
  .f-social li {
    margin-left: 11px;
    margin-top: 11px;
  }
  .f-social li a {
    font-size: 16px;
    line-height: 16px;
    width: 38px;
    height: 38px;
  }
}
.tt-colorswatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: fixed;
  top: 279px;
  left: 0;
  z-index: 8;
  left: -175px;
}
.tt-colorswatch.tt-open-swatch {
  left: 0;
}
.tt-colorswatch .tt-colorswatch-btn {
  width: 58px;
  height: 54px;
  color: #fff;
  position: relative;
  background: #ed1c24;
  cursor: pointer;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tt-colorswatch .tt-colorswatch-btn img {
  max-width: 100%;
  height: auto;
}
.tt-colorswatch .tt-colorswatch-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  top: 17px;
  left: 14px;
}
.tt-colorswatch .tt-colorswatch-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 175px;
  padding: 0 0 10px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
.tt-colorswatch .tt-colorswatch-options a {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.tt-colorswatch .tt-colorswatch-options a:before {
  content: "\e934";
  font-family: sanitizex;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  display: none;
  margin-top: 1px;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(1) {
  background: #7cc877;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(1):hover {
  background: #91b08f;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(2) {
  background: #24a1d9;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(2):hover {
  background: #4495b9;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(3) {
  background: #257ec0;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(3):hover {
  background: #427aa3;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(4) {
  background: #057138;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(4):hover {
  background: #146239;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(5) {
  background: #c4292d;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(5):hover {
  background: #a64749;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(6) {
  background: #43c8b7;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(6):hover {
  background: #61aaa0;
}
.tt-colorswatch .tt-colorswatch-options a.active:before {
  display: block;
}
@media only screen and (max-width: 768px) {
  .tt-colorswatch {
    top: 205px;
  }
}
body:not(.touch) .tt-colorswatch .tt-colorswatch-btn:hover {
  background: #222;
}






















































/* Responsive Mega Menu */
.header_area{background:#ed1c24;position:fixed;width:100%;margin:auto;top:0;right:0;left:0;z-index:30;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.navigation{width:100%;height:70px;display:table;position:relative;font-family:inherit}
.navigation *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.navigation-portrait{height:48px}
.navigation-fixed{position:fixed;top:0;left:0;z-index:19998}
.navigation-hidden{width:0!important;height:0!important;margin:0!important;padding:0!important}
.align-to-right{float:right}
.nav-header{float:left; margin-top:14px;}
.navigation-hidden .nav-header{display:none}
.nav-brand{line-height:70px;padding:0;color:#fff;font-size:24px;text-decoration:none}
.nav-brand:hover,.nav-brand:focus{color:#fff}
.navigation-portrait .nav-brand{font-size:18px;line-height:48px}
.nav-logo>img{height:48px;margin:11px auto;padding:0 15px;float:left}
.nav-logo:focus>img{outline:initial}
.navigation-portrait .nav-logo>img{height:36px;margin:6px auto 6px 15px;padding:0}
.nav-toggle{width:30px;height:30px;padding:6px 2px 0;position:absolute;top:50%;margin-top:-14px;right:0;display:none;cursor:pointer}
.nav-toggle:before{content:"";position:absolute;width:24px;height:2px;background-color:#fff;border-radius:10px;box-shadow:0 .5em 0 0 #fff,0 1em 0 0 #fff}
.navigation-portrait .nav-toggle{display:block}
.navigation-portrait .nav-menus-wrapper{width:320px;height:100%;top:0;left:-400px;position:fixed;background-color:#fff;z-index:20000;overflow-y:auto;-webkit-overflow-scrolling:touch;transition-duration:.2s;transition-timing-function:ease}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right{left:auto;right:-400px}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open{left:0}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open{left:auto;right:0}
.nav-menus-wrapper-close-button{width:30px;height:30px;margin:10px 7px;display:none;float:right;color:#343a40;font-size:20px;cursor:pointer}
.navigation-portrait .nav-menus-wrapper-close-button{display:block}
.nav-menu{margin:0;padding:0;list-style:none;line-height:normal;font-size:0}
.navigation-portrait .nav-menu{width:100%}
.navigation-landscape .nav-menu.nav-menu-centered{float:none;text-align:center}
.navigation-landscape .nav-menu.nav-menu-centered>li{float:none}
.nav-menu>li{display:inline-block;float:left;text-align:left}
.navigation-portrait .nav-menu>li{width:100%;position:relative;border-top:solid 1px #f0f0f0}
.navigation-portrait .nav-menu>li:last-child{border-bottom:solid 1px #f0f0f0}
.nav-menu+.nav-menu>li:first-child{border-top:none}
.nav-menu>li>a
{height:70px;
padding:26px 15px;
display:inline-block;
text-decoration:none;
font-size:16px;
color:#fff;
transition:color .3s, background .3s;
font-weight: 600;
}
.navigation-portrait .nav-menu>li>a{width:100%;height:auto;padding:12px 15px 12px 26px}
.nav-menu>li:hover>a,.nav-menu>li.active>a,.nav-menu>li.focus>a{background:rgba(0,0,0,0.1);color:#fff}
.nav-menu>li>a>i,.nav-menu>li>a>[class*=ion-]{width:18px;height:16px;line-height:16px;transform:scale(1.4)}
.nav-menu>li>a>[class*=ion-]{width:16px;display:inline-block;transform:scale(1.8)}
.navigation-portrait .nav-menu.nav-menu-social{width:100%;text-align:center}
.nav-menu.nav-menu-social>li{text-align:center;float:none;border:none!important}
.navigation-portrait .nav-menu.nav-menu-social>li{width:auto}
.nav-menu.nav-menu-social>li>a>[class*=ion-]{font-size:12px}
.nav-menu.nav-menu-social>li>a>.fa{font-size:14px}
.navigation-portrait .nav-menu.nav-menu-social>li>a{padding:15px}
.submenu-indicator{margin-left:8px;margin-top:4px;float:right;transition:all .2s}
.navigation-portrait .submenu-indicator{width:54px;height:44px;margin-top:0;position:absolute;top:0;right:0;text-align:center;z-index:20000}
.submenu-indicator-chevron{height:6px;width:6px;display:block;border-style:solid;border-width:0 1px 1px 0;border-color:transparent #fff #fff transparent;transform:rotate(45deg);transition:border .2s}
.navigation-portrait .submenu-indicator-chevron{border-color:transparent #999 #999 transparent;position:absolute;top:18px;left:24px}
.navigation-portrait:hover .submenu-indicator-chevron{border-color:transparent #999 #999 transparent}
.navigation-portrait .submenu-indicator.submenu-indicator-up{transform:rotate(-180deg)}
.nav-dropdown>li .submenu-indicator-chevron{border-color:transparent #999 #999 transparent}
.nav-overlay-panel{width:100%;height:100%;top:0;left:0;position:fixed;display:none;z-index:19999}
.no-scroll{width:100%;height:100%;overflow:hidden}
.nav-search{height:70px;float:right;z-index:19998}
.navigation-portrait .nav-search{height:48px;padding:0 10px;margin-right:32px}
.navigation-hidden .nav-search{display:none}
.nav-search-button{width:70px;height:70px;line-height:70px;text-align:center;cursor:pointer;background-color:rgba(0,0,0,0.1)}
.navigation-portrait .nav-search-button{width:50px;height:48px;line-height:46px;font-size:22px}
.nav-search-icon{width:14px;height:14px;margin:2px 8px 8px 4px;display:inline-block;vertical-align:middle;position:relative;color:#fff;text-align:left;text-indent:-9999px;border:2px solid;border-radius:50%;transform:rotate(-45deg)}
.nav-search-icon:after,.nav-search-icon:before{content:'';pointer-events:none}
.nav-search-icon:before{width:2px;height:11px;top:11px;position:absolute;left:50%;border-radius:0 0 1px 1px;box-shadow:inset 0 0 0 32px;transform:translateX(-50%)}
.nav-search-button:hover .nav-search-icon{color:#fff}
.nav-search>form{width:100%;height:100%;padding:0;display:none;position:absolute;left:0;top:0;background-color:#3243db;z-index:99}
.nav-search-inner{width:70%;height:70px;margin:auto;display:table}
.navigation-portrait .nav-search-inner{height:48px}
.nav-search-inner input[type="text"],.nav-search-inner input[type="search"]{height:70px;width:100%;margin:0;padding:0 12px;font-size:22px;text-align:center;color:#fff;outline:none;line-height:70px;border:none;background-color:transparent;transition:all .3s}
.navigation-portrait .nav-search-inner input[type="text"],.navigation-portrait .nav-search-inner input[type=search]{height:48px;font-size:18px;line-height:48px}
.nav-search input[type="search"]::placeholder{color:#fff;opacity:1}
.nav-search input[type="search"]:-ms-input-placeholder{color:#fff}
.nav-search input[type="search"]::-ms-input-placeholder{color:#fff}
.nav-search-close-button{width:28px;height:28px;display:block;position:absolute;right:20px;top:20px;line-height:normal;outline:none;color:rgba(255,255,255,.5);font-size:20px;cursor:pointer;text-align:center}
.navigation-portrait .nav-search-close-button{top:10px;right:14px}
.nav-button{margin:18px 15px 0;padding:8px 14px;display:inline-block;color:#fff;font-size:14px;text-align:center;text-decoration:none;border-radius:4px}
.nav-button:hover,.nav-button:focus{color:#fff;text-decoration:none}
.navigation-portrait .nav-button{width:calc(100% - 52px);margin:17px 26px}
.nav-text{margin:25px 15px;display:inline-block;color:#343a40;font-size:14px}
.navigation-portrait .nav-text{width:calc(100% - 52px);margin:12px 26px 0}
.navigation-portrait .nav-text+ul{margin-top:15px}
.nav-dropdown{min-width:180px;margin:0;padding:0;display:none;position:absolute;list-style:none;z-index:98;white-space:nowrap}
.navigation-portrait .nav-dropdown{width:100%;position:static;left:0}
.nav-dropdown .nav-dropdown{left:100%}
.nav-menu>li>.nav-dropdown{border-top:solid 1px #f0f0f0}
.nav-dropdown>li{width:100%;float:left;clear:both;position:relative;text-align:left}
.nav-dropdown>li>a{width:100%;padding:16px 20px;display:inline-block;text-decoration:none;float:left;font-size:14px;color:#343a40;background-color:#fdfdfd}
.nav-dropdown>li:hover>a,.nav-dropdown>li.focus>a{color:#27ae60}
.nav-dropdown.nav-dropdown-left{right:0}
.nav-dropdown>li>.nav-dropdown-left{left:auto;right:100%}
.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a{text-align:right}
.navigation-portrait .nav-dropdown>li>a{padding:12px 20px 12px 30px}
.navigation-portrait .nav-dropdown>li>ul>li>a{padding-left:50px}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a{padding-left:70px}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a{padding-left:90px}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a{padding-left:110px}
.nav-dropdown .submenu-indicator{right:15px;top:10px;position:absolute}
.navigation-portrait .nav-dropdown .submenu-indicator{right:0;top:0}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron{transform:rotate(-45deg)}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron{transform:rotate(45deg)}
.nav-dropdown>li:hover>a .submenu-indicator-chevron,.nav-dropdown>.focus>a .submenu-indicator-chevron{border-color:transparent #ed1c24 #ed1c24 transparent}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator{left:10px}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron{transform:rotate(135deg)}
.nav-dropdown-horizontal{width:100%;left:0;background-color:#fdfdfd;border-top:solid 1px #f0f0f0}
.nav-dropdown-horizontal .nav-dropdown-horizontal{width:100%;top:100%;left:0}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal{border-top:none}
.nav-dropdown-horizontal>li{width:auto;clear:none;position:static}
.navigation-portrait .nav-dropdown-horizontal>li{width:100%}
.nav-dropdown-horizontal>li>a{position:relative}
.nav-dropdown-horizontal .submenu-indicator{height:18px;top:11px;transform:rotate(90deg)}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator{height:42px;top:0;transform:rotate(0deg)}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up{transform:rotate(-180deg)}
.megamenu-panel{width:100%;padding:15px;display:none;position:absolute;font-size:14px;z-index:98;text-align:left;color:inherit;border-top:solid 1px #f0f0f0;background-color:#fff;box-shadow:0 15px 20px -5px rgba(0,0,0,.2)}
.navigation-portrait .megamenu-panel{padding:25px;position:static;display:block}
.megamenu-panel [class*=container]{width:100%}
.megamenu-panel [class*="container"] [class*="col-"]{padding:0}
.megamenu-panel-half{width:50%}
.megamenu-panel-quarter{width:25%}
.navigation-portrait .megamenu-panel-half,.navigation-portrait .megamenu-panel-quarter{width:100%}
.megamenu-panel-row{width:100%}
.megamenu-panel-row:before,.megamenu-panel-row:after{display:table;content:"";line-height:0}
.megamenu-panel-row:after{clear:both}
.megamenu-panel-row [class*=col-]{display:block;min-height:20px;float:left;margin-left:3%}
.megamenu-panel-row [class*=col-]:first-child{margin-left:0}
.navigation-portrait .megamenu-panel-row [class*=col-]{float:none;display:block;width:100%!important;margin-left:0;margin-top:15px}
.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child{margin-top:0}
.megamenu-panel-row .col-1{width:5.583333333333%}
.megamenu-panel-row .col-2{width:14.166666666666%}
.megamenu-panel-row .col-3{width:22.75%}
.megamenu-panel-row .col-4{width:31.333333333333%}
.megamenu-panel-row .col-5{width:39.916666666667%}
.megamenu-panel-row .col-6{width:48.5%}
.megamenu-panel-row .col-7{width:57.083333333333%}
.megamenu-panel-row .col-8{width:65.666666666667%}
.megamenu-panel-row .col-9{width:74.25%}
.megamenu-panel-row .col-10{width:82.833333333334%}
.megamenu-panel-row .col-11{width:91.416666666667%}
.megamenu-panel-row .col-12{width:100%}
.megamenu-tabs{width:100%;float:left;display:block}
.megamenu-tabs-nav{width:20%;margin:0;padding:0;float:left;list-style:none}
.navigation-portrait .megamenu-tabs-nav{width:100%}
.megamenu-tabs-nav>li>a{width:100%;padding:10px 16px;float:left;font-size:13px;text-decoration:none;color:#343a40;border:solid 1px #eff0f2;outline:0;background-color:#fff}
.megamenu-tabs-nav>li.active a,.megamenu-tabs-nav>li:hover a{background-color:#f5f5f5}
.megamenu-tabs-pane{width:80%;min-height:30px;padding:20px;float:right;display:none;font-size:13px;color:#343a40;border:solid 1px #eff0f2;background-color:#fff}
.megamenu-tabs-pane.active{display:block}
.navigation-portrait .megamenu-tabs-pane{width:100%}
.megamenu-lists{width:100%;display:table}
.megamenu-list{width:100%;margin:0 0 15px;padding:0;display:inline-block;float:left;list-style:none}
.megamenu-list:last-child{margin:0;border:none}
.navigation-landscape .megamenu-list{margin:-15px 0;padding:20px 0;border-right:solid 1px #f0f0f0}
.navigation-landscape .megamenu-list:last-child{border:none}
.megamenu-list>li>a
{width:100%;
padding:10px 15px;
display:inline-block;
color:#323232;
text-decoration:none;
font-size:14px; 
font-weight:600;
}
.megamenu-list>li>a:hover{background-color:#ed1c24;color:#fff}
.megamenu-list>li.megamenu-list-title>a{font-size:12px;font-weight:500;text-transform:uppercase;color:#343a40}
.megamenu-list>li.megamenu-list-title>a:hover{background-color:transparent}
.navigation-landscape .list-col-2{width:50%}
.navigation-landscape .list-col-3{width:33%}
.navigation-landscape .list-col-4{width:25%}
.navigation-landscape .list-col-5{width:20%}
.nav-dropdown > li > a{color:#343a40;padding:10px 20px;border-bottom:1px solid #f6f6f6}
.nav-dropdown > li > a:hover,.nav-dropdown > li > a:focus{color:#ed1c24}
.main_header_area.sticky{width:100%;position:fixed;top:0;left:0;background-color:#fff;z-index:9999;box-shadow:0 5px 30px rgba(0,0,0,0.1)}
.transparent-menu{position:absolute;width:100%;left:0;top:0;z-index:99}
.navigation-portrait .nav-menu > li > a{color:#222;width:100%;height:auto;padding:10px 10px 10px 30px}
/* Media Query Mega Menu */
@media only screen and (min-width:320px) and (max-width:767px){
.nav-dropdown > li > a,.megamenu-list > li > a{width:65%}}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){
.container{max-width:540px}}
@media (min-width:768px){
.container{max-width:720px}}
@media (min-width:992px){
.container{max-width:960px}}
@media (min-width:1200px){
.container{max-width:1140px}}

.tt-logo-color {
    color: #fff;
    padding: 14px 38px;
    font-size: 22px;
}






/*------------------------------------------------------------------
                        Banner STYLES
-------------------------------------------------------------------*/

.banner{
  background-image:url("images/banner-hero-image.jpg");
  height:400px;
  width:auto;
  margin-top:70px;

}

.banner>h1, 
.banner .info{
  height:50px;
  line-height:50px;
  position:relative;
  top:115px;
  margin:0 auto;
  text-align:center;
  width:60%;
}

.banner>h1{
  font-size:2.5em;
  color:#25271E;
}

.banner .info{
  display:none;
}

.banner a{
  height:50px;
  font-size:1.3em;
  display:inline-block;
  width:48%;
  text-decoration:none;
  border:2px solid rgba(0,0,0,.3);
  margin-right:-4px;
  transition:all .3s ease-in-out;
}

.banner a:last-child{
 	margin-left:2%;
}

.banner a:hover{
  background:#8FC6FF;
}



/*------------------------------------------------------------------
                        MEDIA QUERIES STYLES
-------------------------------------------------------------------*/
@media only screen and (max-width: 1050px) and (min-width:600px){
  .banner{ margin-top:48px;}
  .banner>h1, .banner .info{
    width:70%
  } 
  .banner>h1{
    font-size:1.8em;
  }
}

@media only screen and (max-width: 599px) and (min-width:350px){
  .banner{ margin-top:48px;}	
  .banner a{
    font-size:1em;
  }  
  .banner>h1, .banner .info{
    width:80%
  }  
  .banner>h1{
    font-size:1.2em;
  }
}

@media only screen and (max-width: 349px){
	.banner{ margin-top:48px;}	
	.banner .info{
		height:auto;
  }
  .banner a{
    font-size:1em;
    width:50%;
    display:block;
  }
  .banner a:first-child{
    margin:0 auto;
  }  
  .banner a:last-child{
    margin:10px auto 0;
  } 
	.banner>h1, .banner .info{
    width:80%
  }	
  .banner>h1{
    font-size:1em;
  }
}














.animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.info-card {
		width: 100%;
		position: relative;
		font-family: 'Lato', sans-serif;
		margin-bottom: 80px;
		overflow: hidden;
		
		box-shadow: 0 9px 15px rgb(157 174 185 / 15%);
	
		
   
	}
	.info-card > img {
		width: 100px;
		margin-bottom: 60px;
	}
	.info-card .info-card-details,
	.info-card .info-card-details .info-card-header  {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		left: 0;
		padding: 0 15px;
		background: rgb(255, 255, 255);
		text-align: center;
	}
	.info-card .info-card-details::-webkit-scrollbar {
		width: 8px;
	}
	.info-card .info-card-details::-webkit-scrollbar-button {
		width: 8px;
		height: 0px;
	}
	.info-card .info-card-details::-webkit-scrollbar-track {
		background: transparent;
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb {
		background: rgb(160, 160, 160);
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
		background: rgb(130, 130, 130);
	}           

	.info-card .info-card-details .info-card-header {
		height: auto;		
		bottom: 100%;
		padding: 16px 5px;
	}
	.info-card:hover .info-card-details {
		bottom: 0px;
		overflow: auto;
		padding-bottom: 25px;
	}
	.info-card:hover .info-card-details .info-card-header {
		position: relative;
		bottom: 0px;
		padding-top: 14px 0;
	}
	.info-card .info-card-details .info-card-header h1,	
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(62, 62, 62);
		font-size: 22px;
		font-weight: 900;
		text-transform: uppercase;
		margin: 0 !important;
		padding: 0 !important;
	}
	.info-card .info-card-details .info-card-header h3 {
		color: #01b7f2;
		font-size: 15px;
		font-weight: 400;
		margin-top: 5px;
	}
	.info-card .info-card-details .info-card-detail .social {
		list-style: none;
		padding: 0px;
		margin-top: 25px;
		text-align: center;
	}
	.info-card .info-card-details .info-card-detail .social a {
		position: relative;
		display: inline-block;
		min-width: 40px;
		padding: 10px 0px;
		margin: 0px 5px;
		overflow: hidden;
		text-align: center;
		background-color: rgb(215, 215, 215);
		border-radius: 40px;
	}

	a.social-icon {
		text-decoration: none !important;
		box-shadow: 0px 0px 1px rgb(51, 51, 51);
		box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
	}
	a.social-icon:hover {
		color: rgb(255, 255, 255) !important;
	}
	a.facebook {
		color: rgb(59, 90, 154) !important;
	}
	a.facebook:hover {		
		background-color: rgb(59, 90, 154) !important;
	}
	a.twitter {
		color: rgb(45, 168, 225) !important;
	}
	a.twitter:hover {
		background-color: rgb(45, 168, 225) !important;
	}
	a.github {
		color: rgb(51, 51, 51) !important;
	}
	a.github:hover {
		background-color: rgb(51, 51, 51) !important;
	}
	a.google-plus {
		color: rgb(244, 94, 75) !important;
	}
	a.google-plus:hover {
		background-color: rgb(244, 94, 75) !important;
	}
	a.linkedin {
		color: rgb(1, 116, 179) !important;
	}
	a.linkedin:hover {
		background-color: rgb(1, 116, 179) !important;
	}





/*
PURE RESPONSIVE CSS3 SLIDESHOW GALLERY 
http://stackoverflow.com/a/34696029/383904
*/

.CSSgal {
	position: relative;
	overflow: hidden;
	height: 100vh; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}



/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       30px;
	height:      30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(237, 28, 36, 1); color:#fff;}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(237, 28, 36, 1); color:#fff;}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(237, 28, 36, 1); color:#fff;}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(237, 28, 36, 1); color:#fff;}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: #fff;	
	text-align: center;
}
.CSSgal .slider h1, h2 {
	margin-top: 30vh;
	font-weight: 600;
	line-height:50px;
	/*word-spacing: 0.2em;*/
	font-size: 2em;
}
.CSSgal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}













