.typecenter {
  max-width: 3440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxY.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNe.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v14/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rufina';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rufina/v15/Yq6V-LyURyLy-aKyow.ttf) format('truetype');
}
@font-face {
  font-family: 'Rufina';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAvA.ttf) format('truetype');
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #434343;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}
body {
  margin: 0;
  font-family: 'Rufina', serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Rufina', serif;
  font-weight: 400;
  line-height: 1.2;
  color: #434343;
}
h1,
.h1 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.1875rem;
  }
}
h2,
.h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
h3,
.h3 {
  font-size: calc(1.27812rem + 0.3375vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.53125rem;
  }
}
h4,
.h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.3125rem;
  }
}
h5,
.h5 {
  font-size: 1.09375rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #434343;
  text-decoration: underline;
}
a:hover {
  color: #363636;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: '\2014\00A0';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.3125rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.3125rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.625rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.625rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 0.9375rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 0.9375rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.25rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.25rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 1.625rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 1.625rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 1.875rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 1.875rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 2.1875rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 2.1875rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 2.5rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 2.5rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 2.8125rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 2.8125rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 3.125rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 3.125rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 3.4375rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 3.4375rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 3.75rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 3.75rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 4.0625rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 4.0625rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 4.375rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 4.375rem;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.625rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.625rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 3.4375rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 3.4375rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 4.0625rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 4.0625rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 4.375rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 4.375rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.625rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.625rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 3.4375rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 3.4375rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 4.0625rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 4.0625rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 4.375rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 4.375rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.625rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.625rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 3.4375rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 3.4375rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 4.0625rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 4.0625rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 4.375rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.625rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.625rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 3.4375rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 3.4375rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 4.0625rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 4.0625rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.625rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.625rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 3.4375rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 3.4375rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 4.0625rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 4.0625rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 4.375rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #434343;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #434343;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #434343;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #434343;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
  background-image: -webkit-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  background-image: -o-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76563rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76563rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #434343;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 16px 52px;
  font-size: 1.125rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #434343;
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #434343;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-primary {
  color: #282828;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.alert-primary .alert-link {
  color: #202020;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6;
}
.alert-dark .alert-link {
  color: #191c1e;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #434343;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 15px;
}
.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.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;
  -o-transition: 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);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -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-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-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 {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'Rufina', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^='top'] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^='right'] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^='bottom'] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^='left'] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Rufina', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #434343;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #434343;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: '';
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}
.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;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !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-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-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;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  position: relative;
  visibility: visible;
  color: '';
}
body[dir='rtl'] {
  text-align: right;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #434343;
  margin-bottom: 15px;
  font-family: 'Proxima Nova Rg';
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
a,
button {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: none !important;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fa6868;
}
button,
input[type='submit'] {
  cursor: pointer;
}
.pt-90 {
  padding-top: 90px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-245 {
  padding-top: 245px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-145 {
  padding-top: 145px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-235 {
  padding-bottom: 235px;
}
.mr-50 {
  margin-right: 50px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-165 {
  margin-top: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-165 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-165 {
    margin-top: 70px;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-47 {
  margin-bottom: 47px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.bg-img {
  background-position: center center;
  background-size: cover;
}
.transparent-bar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.bg-black {
  background-color: #181818;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray {
  background-color: #f9f9f9;
}
.custom-d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.custom-align-item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-align-item-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #262626;
  color: #fff;
  right: 50px;
  bottom: 53px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 35px;
    height: 35px;
    right: 20px;
  }
}
#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 35px;
    font-size: 20px;
  }
}
#scrollUp:hover {
  background-color: #fa6868;
}
.section-padding-lr-1 .container-fluid,
.section-padding-lr-1 .container-sm,
.section-padding-lr-1 .container-md,
.section-padding-lr-1 .container-lg,
.section-padding-lr-1 .container-xl,
.section-padding-lr-1 .container-xxl {
  padding-left: 140px;
  padding-right: 140px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-lr-1 .container-fluid,
  .section-padding-lr-1 .container-sm,
  .section-padding-lr-1 .container-md,
  .section-padding-lr-1 .container-lg,
  .section-padding-lr-1 .container-xl,
  .section-padding-lr-1 .container-xxl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-lr-1 .container-fluid,
  .section-padding-lr-1 .container-sm,
  .section-padding-lr-1 .container-md,
  .section-padding-lr-1 .container-lg,
  .section-padding-lr-1 .container-xl,
  .section-padding-lr-1 .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-lr-1 .container-fluid,
  .section-padding-lr-1 .container-sm,
  .section-padding-lr-1 .container-md,
  .section-padding-lr-1 .container-lg,
  .section-padding-lr-1 .container-xl,
  .section-padding-lr-1 .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-lr-1 .container-fluid,
  .section-padding-lr-1 .container-sm,
  .section-padding-lr-1 .container-md,
  .section-padding-lr-1 .container-lg,
  .section-padding-lr-1 .container-xl,
  .section-padding-lr-1 .container-xxl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-lr-1 .container-fluid,
  .section-padding-lr-1 .container-sm,
  .section-padding-lr-1 .container-md,
  .section-padding-lr-1 .container-lg,
  .section-padding-lr-1 .container-xl,
  .section-padding-lr-1 .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*----------------------------------------
  02. Header style
----------------------------------------*/
.header-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header-action .light-dark-mode-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-action .light-dark-mode-wrap {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .light-dark-mode-wrap {
    margin: 0 20px;
  }
}
.header-action .light-dark-mode-wrap span {
  color: #9b9b9b;
  font-size: 12px;
  font-family: 'Proxima Nova Rg';
  margin-right: 10px;
}
.header-action .light-dark-mode-wrap span.light-mode {
  visibility: visible;
  opacity: 1;
  margin-top: 5px;
}
.header-action .light-dark-mode-wrap span.dark-mode {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  visibility: hidden;
  opacity: 0;
}
.header-action .light-dark-mode-wrap .light-dark-btn {
  width: 52px;
  height: 27px;
  border: 1px solid #d1d1d1;
  border-radius: 23.5px;
  position: relative;
  cursor: pointer;
}
.header-action .light-dark-mode-wrap .light-dark-btn:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #434343;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-action.header-action-white .light-dark-mode-wrap span {
  color: #9b9b9b;
}
.header-action.header-action-white .light-dark-mode-wrap .light-dark-btn:before {
  background-color: #ffffff;
}
.main-wrapper {
  position: relative;
}
.header-aside-active {
  position: fixed;
  top: 0;
  width: 645px;
  min-height: 100vh;
  bottom: 0;
  z-index: 95;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  background-color: #1d1d1d;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-aside-active {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-aside-active {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-aside-active {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-aside-active {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .header-aside-active {
    width: 300px;
  }
}
.header-aside-active.inside {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-aside-active .header-aside-wrap {
  padding: 90px 50px 20px 60px;
  height: 100%;
}
.header-aside-active .header-aside-wrap > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}
.header-aside-active .header-aside-wrap li,
.header-aside-active .header-aside-wrap ul {
  list-style: none;
  margin: 0;
}
.header-aside-active .header-aside-wrap ul {
  width: 100%;
}
.header-aside-active .header-aside-wrap a {
  align-items: center;
  display: flex;
}
.header-aside-active .header-aside-wrap a span {
  flex: 1;
  line-height: 1.4;
}
.header-aside-active .header-aside-wrap li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.header-aside-active .header-aside-wrap .header {
  display: flex;
}
.header-aside-active .header-aside-wrap .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-aside-active .header-aside-wrap {
    padding: 90px 30px 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-aside-active .header-aside-wrap {
    padding: 90px 30px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-aside-active .header-aside-wrap {
    padding: 80px 30px 20px 30px;
  }
}
.header-aside-active .header-aside-wrap .aside-close {
  position: absolute;
  top: 42px;
  right: 60px;
  font-size: 26px;
  line-height: 30px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-aside-active .header-aside-wrap .aside-close {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-aside-active .header-aside-wrap .aside-close {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-aside-active .header-aside-wrap .aside-close {
    right: 40px;
    top: 32px;
  }
}
.header-aside-active .header-aside-wrap .aside-close svg g path {
  stroke: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-aside-active .header-aside-wrap .aside-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-aside-active .header-aside-wrap .aside-close:hover svg g path {
  stroke: #fa6868;
}
.body-dark-mode-wrap {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.body-dark-mode-wrap.dark-visible {
  background-color: #171717;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.body-dark-mode-wrap.dark-visible .header-action .light-dark-mode-wrap span {
  color: #fff;
}
.body-dark-mode-wrap.dark-visible .header-action .light-dark-mode-wrap span.light-mode {
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
}
.body-dark-mode-wrap.dark-visible .header-action .light-dark-mode-wrap span.dark-mode {
  color: #fff;
  visibility: visible;
  opacity: 1;
}
.body-dark-mode-wrap.dark-visible .header-action .light-dark-mode-wrap .light-dark-btn {
  border: 1px solid #fff;
}
.body-dark-mode-wrap.dark-visible .header-action .light-dark-mode-wrap .light-dark-btn:before {
  left: 29px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.body-dark-mode-wrap.dark-visible .hero-btn a {
  color: #ffffff;
  border-bottom: 1px solid #bfbfbf;
}
.body-dark-mode-wrap.dark-visible .hero-btn a:hover {
  color: #fa6868;
  border-bottom: 1px solid #fa6868;
}
.body-dark-mode-wrap.dark-visible .copyright p {
  color: #7e7e7e;
}
.body-dark-mode-wrap.dark-visible .copyright p a {
  color: #7e7e7e;
}
.body-dark-mode-wrap.dark-visible .copyright p a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .copyright.copyright-white-2 p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .copyright.copyright-white-2 p a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .copyright.copyright-white-2 p a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .meta-wrap ul li span {
  color: #7e7e7e;
}
.body-dark-mode-wrap.dark-visible .meta-wrap ul li a {
  color: #9b9b9b;
}
.body-dark-mode-wrap.dark-visible .meta-wrap ul li a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .bg-light-pink {
  background-color: #171717;
}
.body-dark-mode-wrap.dark-visible .skill-content span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .skill-content h2,
.body-dark-mode-wrap.dark-visible .skill-content .h2 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .skill-content p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .skill-bar .skill-bar-item > span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .skill-bar .skill-bar-item .progress {
  background: #d8d8d8 none repeat scroll 0 0;
}
.body-dark-mode-wrap.dark-visible .skill-bar .skill-bar-item .progress .progress-bar {
  background: #ffffff none repeat scroll 0 0;
}
.body-dark-mode-wrap.dark-visible .skill-bar .skill-bar-item .progress .progress-bar span.text-top {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .section-title-1 span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .section-title-1 h2,
.body-dark-mode-wrap.dark-visible .section-title-1 .h2 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .team-content h3,
.body-dark-mode-wrap.dark-visible .team-content .h3 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .team-content span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .team-content p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .brand-logo-wrap .single-brand-logo img {
  opacity: 0;
  visibility: hidden;
}
.body-dark-mode-wrap.dark-visible .brand-logo-wrap .single-brand-logo img.brand-logo-white {
  opacity: 1;
  visibility: visible;
}
.body-dark-mode-wrap.dark-visible .bg-white {
  background-color: #171717 !important;
}
.body-dark-mode-wrap.dark-visible .breadcrumb-content h1,
.body-dark-mode-wrap.dark-visible .breadcrumb-content .h1 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .breadcrumb-content p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .contact-form-style form input,
.body-dark-mode-wrap.dark-visible .contact-form-style form textarea {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.body-dark-mode-wrap.dark-visible .contact-form-style form input::-moz-input-placeholder,
.body-dark-mode-wrap.dark-visible .contact-form-style form textarea::-moz-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.body-dark-mode-wrap.dark-visible .contact-form-style form input::-webkit-input-placeholder,
.body-dark-mode-wrap.dark-visible .contact-form-style form textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.body-dark-mode-wrap.dark-visible .contact-form-style form select {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0) url('../../assets/images/icon-img/arrow-down-white.png') no-repeat scroll right 0px center;
}
.body-dark-mode-wrap.dark-visible .contact-form-style form select option {
  color: #000;
}
.body-dark-mode-wrap.dark-visible .contact-form-style form button.submit {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.body-dark-mode-wrap.dark-visible .contact-form-style form button.submit:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
}
.body-dark-mode-wrap.dark-visible .contact-form-style p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .bg-black {
  background-color: #202020;
}
.body-dark-mode-wrap.dark-visible .bg-gray {
  background-color: #202020;
}
.body-dark-mode-wrap.dark-visible .blog-content .blog-meta ul li {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-content .blog-meta ul li::before {
  background: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-content .blog-meta ul li a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-content .blog-meta ul li a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-content h2,
.body-dark-mode-wrap.dark-visible .blog-content .h2 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-content h2 a,
.body-dark-mode-wrap.dark-visible .blog-content .h2 a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-content h2 a:hover,
.body-dark-mode-wrap.dark-visible .blog-content .h2 a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-content p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-btn a.btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-btn a.btn-outline-primary:hover {
  border-color: #434343;
}
.body-dark-mode-wrap.dark-visible .pagination-style ul li a {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .pagination-style ul li a.active,
.body-dark-mode-wrap.dark-visible .pagination-style ul li a:hover {
  border: 1px solid #fa6868;
}
.body-dark-mode-wrap.dark-visible .load-more a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .load-more a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content h2,
.body-dark-mode-wrap.dark-visible .blog-details-content .h2 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-meta-2 ul li {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-meta-2 ul li::before {
  background: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-meta-2 ul li a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-meta-2 ul li a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blockquote-wrap .blockquote-img svg path {
  stroke: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blockquote-wrap .blockquote-content h3,
.body-dark-mode-wrap.dark-visible .blog-details-content .blockquote-wrap .blockquote-content .h3 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-tag-wrap span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-tag-wrap ul li a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-tag-wrap ul li a:hover {
  color: #ffffff;
  background-color: #fa6868;
  border: 1px solid #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-share-wrap span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-share-wrap ul li a svg path {
  stroke: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-share-wrap ul li a:hover.facebook svg path {
  stroke: #3b5999;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-share-wrap ul li a:hover.twitter svg path {
  stroke: #55acee;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-tag-share-wrap .blog-share-wrap ul li a:hover.youtube svg path {
  stroke: #cd201f;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap .blog-prev-img-content .blog-prev-content h5,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap .blog-prev-img-content .blog-prev-content .h5 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap .blog-prev-img-content .blog-prev-content h5 a,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap .blog-prev-img-content .blog-prev-content .h5 a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap .blog-prev-img-content .blog-prev-content h5 a:hover,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap .blog-prev-img-content .blog-prev-content .h5 a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap .blog-prev-img-content .blog-prev-content span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap > a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-prev-wrap > a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap .blog-next-img-content .blog-next-content h5,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap .blog-next-img-content .blog-next-content .h5 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap .blog-next-img-content .blog-next-content h5 a,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap .blog-next-img-content .blog-next-content .h5 a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap .blog-next-img-content .blog-next-content h5 a:hover,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap .blog-next-img-content .blog-next-content .h5 a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap .blog-next-img-content .blog-next-content span {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap > a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-prev-next-wrap .blog-next-wrap > a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment h2,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .h2 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .name h3,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .name .h3 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .name h3 a,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .name .h3 a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .name h3 a:hover,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .name .h3 a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .date a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .name-date-wrap .date a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .reply a {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-details-comment .single-blog-comment .blog-comment-content .reply a:hover {
  color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form h2,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form .h2 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form input,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form textarea {
  color: #ffffff;
  border: 1px solid #d1d1d1;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form input::-moz-input-placeholder,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form textarea::-moz-input-placeholder {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form input::-webkit-input-placeholder,
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form textarea::-moz-textarea-placeholder {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form textarea::-webkit-textarea-placeholder {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form .text-submit input {
  color: #ffffff;
  border: 1px solid #979797;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form .text-submit input::-moz-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form .text-submit input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.body-dark-mode-wrap.dark-visible .blog-details-content .blog-comment-form form .text-submit input:hover {
  color: #ffffff;
  border: 1px solid #fa6868;
  background-color: #fa6868;
}
.body-dark-mode-wrap.dark-visible .gallery-description h3,
.body-dark-mode-wrap.dark-visible .gallery-description .h3 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .gallery-description p {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .gallery-details-btn a.btn {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .gallery-meta h3,
.body-dark-mode-wrap.dark-visible .gallery-meta .h3 {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .gallery-meta ul li {
  color: #ffffff;
}
.body-dark-mode-wrap.dark-visible .section-title-2 h2,
.body-dark-mode-wrap.dark-visible .section-title-2 .h2 {
  color: #ffffff;
}
/*----------------------------------------
  03. Hero style
----------------------------------------*/
.main-wrapper {
  overflow: hidden;
}
.footer-logo {
  margin: 86px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo {
    margin: 62px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    margin: 0px 0 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-logo {
    margin: 40px 0 35px;
  }
}
.footer-info {
  margin-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-info {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-info {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-info {
    margin-left: 0px;
  }
}
.footer-info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #efefef;
  font-size: 18px;
  margin: 0 0 39px;
}
@media only screen and (max-width: 767px) {
  .footer-info ul li {
    margin: 0 0 16px;
    font-size: 15px;
  }
}
.footer-info ul li span {
  color: #efefef;
  font-size: 18px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-info ul li span {
    font-size: 15px;
  }
}
.footer-info ul li a {
  color: #efefef;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .footer-info ul li a {
    font-size: 15px;
  }
}
.footer-info ul li a:hover {
  color: #fa6868;
}
.subscribe-wrap {
  margin: 25px 0 0 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-wrap {
    margin: 25px 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-wrap {
    margin: 25px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-wrap {
    margin: 0px 0 0 0px;
  }
}
.subscribe-wrap h4,
.subscribe-wrap .h4 {
  font-size: 18px;
  color: #efefef;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .subscribe-wrap h4,
  .subscribe-wrap .h4 {
    margin: 0 0 18px;
  }
}
.subscribe-wrap .subscribe-form form {
  position: relative;
}
.subscribe-wrap .subscribe-form form .mc-form input {
  font-family: 'Proxima Nova Rg';
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  border: none;
  padding: 2px 80px 6px 0;
  border-bottom: 1px solid #d8d8d8;
}
.subscribe-wrap .subscribe-form form .mc-form input::-moz-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe-wrap .subscribe-form form .mc-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe-wrap .subscribe-form form .mc-form .mc-news {
  display: none;
}
.subscribe-wrap .subscribe-form form .mc-form .clear {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subscribe-wrap .subscribe-form form .mc-form .clear input {
  width: auto;
  border: none;
  font-size: 14px;
  padding: 0;
  color: #ffffff;
}
.subscribe-wrap .subscribe-form form .mc-form .clear input:hover {
  color: #fa6868;
}
.footer-position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 13px 0 14px;
  background-color: rgba(15, 15, 15, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom.text-center {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.pt-95 {
    padding-top: 70px;
  }
  .footer-bottom.text-center {
    padding-bottom: 15px;
  }
}
/*----------------------------------------
  05. About us style
----------------------------------------*/
.about-bottom {
  margin-top: -105px;
}
.about-bottom .about-photography-img {
  overflow: hidden;
}
.about-bottom .about-photography-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.about-bottom .about-photography-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.skill-content {
  margin: 10px 0 0px;
}
.skill-content span {
  font-size: 16px;
  letter-spacing: 16.67px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  display: block;
}
.skill-content h2,
.skill-content .h2 {
  font-size: 54px;
  margin: 8px 0 15px;
}
@media only screen and (max-width: 767px) {
  .skill-content h2,
  .skill-content .h2 {
    font-size: 35px;
  }
}
.skill-content p {
  font-size: 22px;
  line-height: 46px;
  width: 78%;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skill-content p {
    font-size: 20px;
    line-height: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .skill-content p {
    font-size: 18px;
    line-height: 36px;
    width: 100%;
  }
}
.skill-bar {
  overflow: hidden;
  margin: 0 0 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-bar {
    margin: 50px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-bar {
    margin: 35px 0 0 0px;
  }
}
.skill-bar .skill-bar-item {
  padding-bottom: 45px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skill-bar .skill-bar-item {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-bar .skill-bar-item {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-bar .skill-bar-item {
    padding-bottom: 25px;
  }
}
.skill-bar .skill-bar-item:last-child {
  padding-bottom: 0px;
}
.skill-bar .skill-bar-item > span {
  font-size: 16px;
  text-align: center;
  z-index: 2;
}
.skill-bar .skill-bar-item .progress {
  background: #d8d8d8 none repeat scroll 0 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 5px;
  margin-top: 14px;
  overflow: visible;
}
.skill-bar .skill-bar-item .progress .progress-bar {
  background: #434343 none repeat scroll 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: inherit;
  position: relative;
}
.skill-bar .skill-bar-item .progress .progress-bar span.text-top {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -37px;
  color: #434343;
}
.skill-bar .skill-bar-item:nth-child(1) .progress-bar {
  width: 95%;
}
.skill-bar .skill-bar-item:nth-child(2) .progress-bar {
  width: 90%;
}
.skill-bar .skill-bar-item:nth-child(3) .progress-bar {
  width: 85%;
}
.team-img {
  overflow: hidden;
}
.team-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-img.team-img-mrg1 {
  margin: 0 46px 0 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .team-img.team-img-mrg1 {
    margin: 0 0px 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .team-img.team-img-mrg1 {
    margin: 0 0px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-img.team-img-mrg1 {
    margin: 0 0px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-img.team-img-mrg1 {
    margin: 0 0px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-img.team-img-mrg1 {
    margin: 0 0px 30px 0;
  }
}
.team-img.team-img-mrg2 {
  margin: 0 0px 0 65px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .team-img.team-img-mrg2 {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .team-img.team-img-mrg2 {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-img.team-img-mrg2 {
    margin: 0 0px 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-img.team-img-mrg2 {
    margin: 0 0px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-img.team-img-mrg2 {
    margin: 0 0px 30px 0;
  }
}
.team-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-content h3,
.team-content .h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.team-content span {
  font-family: 'Proxima Nova Rg';
  font-size: 16px;
  letter-spacing: 16.67px;
  text-transform: uppercase;
  display: block;
  margin: 12px 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-content span {
    margin: 12px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content span {
    margin: 12px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-content span {
    letter-spacing: 8.67px;
    margin: 12px 0 20px;
  }
}
.team-content p {
  line-height: 38px;
  margin: 0 0 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-content p {
    line-height: 36px;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content p {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .team-content p {
    line-height: 35px;
    margin: 0 0 30px;
    font-size: 17px;
  }
}
.team-content.team-content-mrg1 {
  margin: 0 0 0 11px;
}
.social-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-style-2 a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
  background-color: #c6c6c6;
}
.social-style-2 a:last-child {
  margin-right: 0;
}
.social-style-2 a svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-style-2 a:hover.facebook {
  background-color: #3b5999;
}
.social-style-2 a:hover.twitter {
  background-color: #55acee;
}
.social-style-2 a:hover.youtube {
  background-color: #cd201f;
}
.social-style-2 a:hover.dribbble {
  background-color: #ea4c89;
}
.video-area {
  padding: 380px 0 380px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .video-area {
    padding: 200px 0 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .video-area {
    padding: 200px 0 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-area {
    padding: 170px 0 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-area {
    padding: 150px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .video-area {
    padding: 100px 0 100px;
  }
}
.video-content .video-popup a {
  display: inline-block;
  width: 129px;
  height: 129px;
  line-height: 129px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 767px) {
  .video-content .video-popup a {
    width: 80px;
    height: 80px;
    line-height: 77px;
  }
}
.video-content .video-popup a svg path {
  stroke: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-content .video-popup a:hover {
  background-color: #ffffff;
}
.video-content .video-popup a:hover svg path {
  stroke: #000;
}
.video-content .video-popup:hover a {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.video-content h2,
.video-content .h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 34px 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .video-content h2,
  .video-content .h2 {
    font-size: 20px;
  }
}
.header-action .offcanvas-wrap {
  width: 45px;
  height: 14px;
  display: none;
}
.header-action .offcanvas-wrap a {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: inline-block;
}
.header-action .offcanvas-wrap a > span {
  background-color: #434343;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 2px;
}
.header-action .offcanvas-wrap a > span:first-child {
  width: 30px;
  top: 0;
  left: 0;
}
.header-action .offcanvas-wrap a > span:nth-child(2) {
  width: 100%;
  top: 10px;
  right: 0;
}
.header-action .offcanvas-wrap a:hover > span {
  background-color: #fa6868;
}
.header-action .offcanvas-wrap a:hover > span:first-child {
  width: 100%;
}
.header-action .offcanvas-wrap a:hover > span:nth-child(2) {
  width: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .offcanvas-wrap {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .header-action .offcanvas-wrap {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-area.pb-215 {
    padding-bottom: 95px;
  }
  .skill-area.pt-110 {
    padding-top: 55px;
  }
  .talent-photography-area.pb-215 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-area.pb-215 {
    padding-bottom: 65px;
  }
  .skill-area.pt-110 {
    padding-top: 25px;
  }
  .talent-photography-area.pb-215 {
    padding-bottom: 70px;
  }
}
/*----------------------------------------
  08. Contact us style
----------------------------------------*/
.map {
  margin: 0 0 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map {
    margin: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin: 0 0 40px;
  }
}
.map iframe {
  height: 420px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-area.pb-120 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .map iframe {
    height: 300px;
  }
  .contact-us-area.pb-120 {
    padding-bottom: 60px;
  }
}
.toggle-item-active {
  display: none;
}
.gallery-fullscreen h1,
.gallery-fullscreen .h1 {
  font-size: 34px;
  color: #ffffff;
  margin: 0;
}
.gallery-fullscreen p {
  color: #ffffff;
  margin: 15px 0 35px;
}
@media only screen and (max-width: 767px) {
  .gallery-fullscreen p {
    margin: 10px 0 25px;
  }
}
.gallery-fullscreen .fullscreen-gallery-btn a {
  font-family: 'Proxima Nova Rg';
}
.gallery-fullscreen .fullscreen-gallery-btn a.btn {
  font-size: 18px;
  padding: 14px 40px;
}
@media only screen and (max-width: 767px) {
  .gallery-fullscreen .fullscreen-gallery-btn a.btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.gallery-split {
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gallery-split h1,
.gallery-split .h1 {
  font-size: 34px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-split h1,
  .gallery-split .h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-split h1,
  .gallery-split .h1 {
    font-size: 30px;
  }
}
.gallery-split p {
  color: #ffffff;
  margin: 15px 0 35px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-split p {
    font-size: 16px;
    margin: 10px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-split p {
    font-size: 16px;
    line-height: 29px;
    margin: 10px 0 20px;
  }
}
.gallery-split .split-gallery-btn a {
  font-family: 'Proxima Nova Rg';
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.gallery-split .split-gallery-btn a.btn {
  font-size: 18px;
  padding: 14px 40px;
}
@media only screen and (max-width: 767px) {
  .gallery-split .split-gallery-btn a.btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.slider-active-3.swiper-container {
  margin: 0 -29%;
}
@media only screen and (max-width: 767px) {
  .slider-active-3.swiper-container {
    margin: 0 -45%;
  }
}
.swiper-slide {
  overflow: hidden;
}
.gallery-description {
  margin: 0 0 0 234px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .gallery-description {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .gallery-description {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-description {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-description {
    margin: 0 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-description {
    margin: 0 0 0 0px;
  }
}
.gallery-description h3,
.gallery-description .h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 31px;
}
@media only screen and (max-width: 767px) {
  .gallery-description h3,
  .gallery-description .h3 {
    margin: 0 0 25px;
  }
}
.gallery-description p {
  line-height: 38px;
  margin: 0 0 36px;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-description p {
    line-height: 36px;
    margin: 0 0 25px;
    width: 100%;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-description p {
    line-height: 34px;
    margin: 0 0 15px;
    width: 100%;
    font-size: 16px;
  }
}
.gallery-details-btn {
  padding: 15px 0 0;
}
.gallery-details-btn a {
  font-family: 'Proxima Nova Rg';
}
.gallery-details-btn a.btn {
  padding: 15px 60px;
  font-size: 18px;
}
.icp-am {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.icp-am span,
.icp-am a {
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Proxima Nova Rg';
  color: #999999;
  line-height: 1.7rem;
}
.icp-am span a:hover {
  color: #ff9393;
}
.icp-box span {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .icp-am {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding-bottom: 5px;
  }
  .icp-am span,
  .icp-am a {
    text-align: center;
    font-size: 0.8rem;
    font-family: 'Proxima Nova Rg';
    color: #999999;
    line-height: 1.3rem;
  }
  .icp-am span a:hover {
    color: #ff9393;
  }
  .icp-box span {
    margin-left: 0;
  }
  .icp-box {
    display: flex;
    flex-direction: column;
  }
}
