@charset "UTF-8";
/*!
Theme Name: Sandbox - Modern & Multipurpose Bootstrap 5 Template
Theme URI:	https://sandbox.elemisthemes.com/
Version:	3.2.0
Author:		elemis
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700");
:root {
  --bs-gray-100: #fefefe;
  --bs-gray-200: #f6f7f9;
  --bs-gray-300: #cacaca;
  --bs-gray-400: #aab0bc;
  --bs-gray-500: #959ca9;
  --bs-gray-600: #60697b;
  --bs-gray-700: #2f353a;
  --bs-gray-800: #21262c;
  --bs-gray-900: #1e2228;
  --bs-blue: #3f78e0;
  --bs-sky: #5eb9f0;
  --bs-purple: #747ed1;
  --bs-grape: #605dba;
  --bs-violet: #a07cc5;
  --bs-pink: #d16b86;
  --bs-fuchsia: #e668b3;
  --bs-red: #e2626b;
  --bs-orange: #f78b77;
  --bs-yellow: #fab758;
  --bs-green: #45c4a0;
  --bs-leaf: #7cb798;
  --bs-aqua: #54a8c7;
  --bs-navy: #343f52;
  --bs-ash: #9499a3;
  --bs-white: #fff;
  --bs-light: #fefefe;
  --bs-gray: #f6f7f9;
  --bs-dark: #262b32;
  --bs-primary: #3f78e0;
  --bs-secondary: #aab0bc;
  --bs-success: #45c4a0;
  --bs-info: #54a8c7;
  --bs-warning: #fab758;
  --bs-danger: #e2626b;
  --bs-blue-rgb: 63, 120, 224;
  --bs-sky-rgb: 94, 185, 240;
  --bs-purple-rgb: 116, 126, 209;
  --bs-grape-rgb: 96, 93, 186;
  --bs-violet-rgb: 160, 124, 197;
  --bs-pink-rgb: 209, 107, 134;
  --bs-fuchsia-rgb: 230, 104, 179;
  --bs-red-rgb: 226, 98, 107;
  --bs-orange-rgb: 247, 139, 119;
  --bs-yellow-rgb: 250, 183, 88;
  --bs-green-rgb: 69, 196, 160;
  --bs-leaf-rgb: 124, 183, 152;
  --bs-aqua-rgb: 84, 168, 199;
  --bs-navy-rgb: 52, 63, 82;
  --bs-ash-rgb: 148, 153, 163;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 254, 254, 254;
  --bs-gray-rgb: 246, 247, 249;
  --bs-dark-rgb: 38, 43, 50;
  --bs-primary-rgb: 63, 120, 224;
  --bs-secondary-rgb: 170, 176, 188;
  --bs-success-rgb: 69, 196, 160;
  --bs-info-rgb: 84, 168, 199;
  --bs-warning-rgb: 250, 183, 88;
  --bs-danger-rgb: 226, 98, 107;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 96, 105, 123;
  --bs-body-bg-rgb: 254, 254, 254;
  --bs-font-sans-serif: "Manrope", sans-serif;
  --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));
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.8rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.7;
  --bs-body-color: #60697b;
  --bs-body-bg: #fefefe;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  font-size: var(--bs-root-font-size);
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 4.5rem 0;
  color: rgba(164, 174, 198, 0.2);
  background-color: currentColor;
  border: 0;
  opacity: 1;
}
hr:not([size]) {
  height: 1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #343f52;
}
h1,
.h1 {
  font-size: calc(1.27rem + 0.24vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 1.45rem;
  }
}
h2,
.h2 {
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.3rem;
  }
}
h3,
.h3 {
  font-size: 1.1rem;
}
h4,
.h4 {
  font-size: 0.95rem;
}
h5,
.h5 {
  font-size: 0.9rem;
}
h6,
.h6 {
  font-size: 0.85rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-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.6rem;
}
mark,
.mark {
  padding: 0.05rem 0.4rem 0.2rem;
  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: #3f78e0;
  text-decoration: none;
}
a:hover {
  color: #3f78e0;
}
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.65rem;
  color: #273444;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.65rem;
  color: #60697b;
  word-wrap: break-word;
}
a>code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.65rem;
  color: #60697b;
  background-color: #1e2228;
  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.9rem;
  padding-bottom: 0.9rem;
  color: #aab0bc;
  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:not(:focus-visible) {
  outline: 0;
}
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;
}
select:disabled {
  opacity: 1;
}
[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;
}
::-webkit-file-upload-button {
  font: inherit;
}
::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: 0.9rem;
  font-weight: 500;
}
.display-1 {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
.display-2 {
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.2rem;
  }
}
.display-3 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2rem;
  }
}
.display-4 {
  font-size: calc(1.305rem + 0.66vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.8rem;
  }
}
.display-5 {
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1.6rem;
  }
}
.display-6 {
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 1.4rem;
  }
}
.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.6rem;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
.blockquote> :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.6rem;
  color: #aab0bc;
}
.blockquote-footer::before {
  content: "\2014\a0";
}

.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.6rem;
  color: #60697b;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.row1>* {
  
  padding-right: calc(var(--bs-gutter-x) * 0.1);
 
}



.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 2rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 2rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 2.25rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 2.25rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 2.5rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 2.5rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 3rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 3rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 3.5rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 3.5rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 4rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 4rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 4.5rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 4.5rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 5rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 5rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 6rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 6rem;
}
.g-17,
.gx-17 {
  --bs-gutter-x: 7rem;
}
.g-17,
.gy-17 {
  --bs-gutter-y: 7rem;
}
.g-18,
.gx-18 {
  --bs-gutter-x: 8rem;
}
.g-18,
.gy-18 {
  --bs-gutter-y: 8rem;
}
.g-19,
.gx-19 {
  --bs-gutter-x: 9rem;
}
.g-19,
.gy-19 {
  --bs-gutter-y: 9rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 10rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 10rem;
}
.g-21,
.gx-21 {
  --bs-gutter-x: 12.5rem;
}
.g-21,
.gy-21 {
  --bs-gutter-y: 12.5rem;
}
.g-22,
.gx-22 {
  --bs-gutter-x: 15rem;
}
.g-22,
.gy-22 {
  --bs-gutter-y: 15rem;
}
.g-23,
.gx-23 {
  --bs-gutter-x: 17.5rem;
}
.g-23,
.gy-23 {
  --bs-gutter-y: 17.5rem;
}
.g-24,
.gx-24 {
  --bs-gutter-x: 20rem;
}
.g-24,
.gy-24 {
  --bs-gutter-y: 20rem;
}
.g-25,
.gx-25 {
  --bs-gutter-x: 22.5rem;
}
.g-25,
.gy-25 {
  --bs-gutter-y: 22.5rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  
 
  .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.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-21,
  .gx-sm-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-21,
  .gy-sm-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  
  .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.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 3rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 3rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 4rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 4rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 6rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 6rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 7rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 7rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 8rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 8rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 9rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 9rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 10rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 10rem;
  }
  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 15rem;
  }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 15rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 20rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 20rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  
  .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.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  
  .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.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  
 
  
 
}



.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #60697b;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(8, 60, 130, 0.07);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.4rem;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #60697b;
  background-color: #fefefe;
  border-color: #9fbcf0;
  outline: 0;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04), unset;
}
.form-control::-webkit-date-and-time-value {
  height: 1.7em;
}
.form-control::-moz-placeholder {
  color: #959ca9;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #959ca9;
  opacity: 1;
}
.form-control::placeholder {
  color: #959ca9;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f7f9;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.6rem 1rem;
  margin: -0.6rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #60697b;
  background-color: #f6f7f9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #eaebed;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #eaebed;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #eaebed;
}




textarea.form-control {
  min-height: calc(1.7em + 1.2rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.7em + 0.8rem + 2px);
}




.form-floating {
  position: relative;
}
.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(2.5rem + 2px);
  line-height: 1.25;
}
.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.6rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}
.form-floating>.form-control {
  padding: 0.6rem 1rem;
}
.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}
.form-floating>.form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating>.form-control::placeholder {
  color: transparent;
}
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.form-floating>.form-control:not(:-ms-input-placeholder) {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.form-floating>.form-control:-webkit-autofill {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.form-floating>.form-select {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 1;
  transform: scale(0.8) translateY(-0.4rem) translateX(0.2rem);
}
.form-floating>.form-control:not(:-ms-input-placeholder)~label {
  opacity: 1;
  transform: scale(0.8) translateY(-0.4rem) translateX(0.2rem);
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 1;
  transform: scale(0.8) translateY(-0.4rem) translateX(0.2rem);
}
.form-floating>.form-control:-webkit-autofill~label {
  opacity: 1;
  transform: scale(0.8) translateY(-0.4rem) translateX(0.2rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #60697b;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f7f9;
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
}
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.65rem 1.4rem;
  font-size: 0.85rem;
  border-radius: 0.4rem;
}
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.4rem 0.6rem;
  font-size: 0.7rem;
  border-radius: 0.4rem;
}
.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}








.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}












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



.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 1.2rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #343f52;
  transition: color 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: #3f78e0;
}
.nav-link.disabled {
  color: #959ca9;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid rgba(164, 174, 198, 0.2);
}




.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 0.7rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}


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



@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: #3f78e0;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #3f78e0;
}
.navbar-light .navbar-nav .nav-link {
  color: #343f52;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #3f78e0;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(52, 63, 82, 0.3);
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #3f78e0;
}
.navbar-light .navbar-toggler {
  color: #343f52;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%233f78e0' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #343f52;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #3f78e0;
}
.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.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: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23fff' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(164, 174, 198, 0.2);
  border-radius: 0.4rem;
}
.card>hr {
  margin-right: 0;
  margin-left: 0;
}
.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 2rem 2rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link+.card-link {
  margin-left: 2rem;
}
.card-header {
  padding: 0.9rem 2rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(164, 174, 198, 0.2);
}
.card-header:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
}
.card-footer {
  padding: 0.9rem 2rem;
  background-color: transparent;
  border-top: 1px solid rgba(164, 174, 198, 0.2);
}
.card-footer:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
}
.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -0.9rem;
  margin-left: -1rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0.4rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.card-group>.card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #343f52;
  background-color: #fff;
  border: 1px solid rgba(164, 174, 198, 0.2);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #3f78e0;
  background-color: #fff;
  border-color: rgba(164, 174, 198, 0.2);
}
.page-link:focus {
  z-index: 3;
  color: #3f78e0;
  background-color: #fff;
  outline: 0;
  box-shadow: unset;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #3f78e0;
  background-color: #fff;
  border-color: rgba(164, 174, 198, 0.2);
}
.page-item.disabled .page-link {
  color: #959ca9;
  pointer-events: none;
  background-color: #fff;
  border-color: rgba(164, 174, 198, 0.2);
}
.page-link {
  padding: 0 0;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.pagination-lg .page-link {
  padding: 0 0;
  font-size: 1rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.pagination-sm .page-link {
  padding: 0 0;
  font-size: 0.7rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.4em 0.7em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}












.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  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: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 34, 40, 0.9);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2.5rem;
  border-bottom: 0 solid #cacaca;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.modal-header .btn-close {
  padding: 1.25rem 1.25rem;
  margin: -1.25rem -1.25rem -1.25rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.5rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 2.25rem;
  border-top: 0 solid #cacaca;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.modal-footer>* {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  }
  .modal-sm {
    max-width: 450px;
  }
}
@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: 1399.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;
  }
}






.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #fff;
  visibility: hidden;
  background-color: #1e2228;
  background-clip: padding-box;
  outline: 0;
  box-shadow: none;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 34, 40, 0.7);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 1;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
}
.offcanvas-header .btn-close {
  padding: 0.75rem 0.75rem;
  margin-top: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1.5rem 1.5rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 15rem;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 15rem;
  border-left: 0 solid transparent;
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid transparent;
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.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: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}



.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-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04) !important;
}
.shadow-sm {
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02) !important;
}
.shadow-lg {
  box-shadow: 0rem 0.25rem 1.75rem rgba(30, 34, 40, 0.07) !important;
}
.shadow-none {
  box-shadow: none !important;
}


.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}

.border {
  border: 1px solid #cacaca !important;
}
.border-0 {
  border: 0 !important;
}




.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}

.h-100 {
  height: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}


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

.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}



.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-11 {
  margin: 3rem !important;
}
.m-12 {
  margin: 3.5rem !important;
}
.m-13 {
  margin: 4rem !important;
}
.m-14 {
  margin: 4.5rem !important;
}
.m-15 {
  margin: 5rem !important;
}
.m-16 {
  margin: 6rem !important;
}
.m-17 {
  margin: 7rem !important;
}
.m-18 {
  margin: 8rem !important;
}
.m-19 {
  margin: 9rem !important;
}
.m-20 {
  margin: 10rem !important;
}
.m-21 {
  margin: 12.5rem !important;
}
.m-22 {
  margin: 15rem !important;
}
.m-23 {
  margin: 17.5rem !important;
}
.m-24 {
  margin: 20rem !important;
}
.m-25 {
  margin: 22.5rem !important;
}
.m-auto {
  margin: auto !important;
}


.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-11 {
  margin-top: 3rem !important;
}


.me-4 {
  margin-right: 1rem !important;
}

.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-11 {
  margin-bottom: 3rem !important;
}
.mb-12 {
  margin-bottom: 3.5rem !important;
}
.mb-13 {
  margin-bottom: 4rem !important;
}
.mb-14 {
  margin-bottom: 4.5rem !important;
}
.mb-15 {
  margin-bottom: 5rem !important;
}
.mb-16 {
  margin-bottom: 6rem !important;
}
.mb-17 {
  margin-bottom: 7rem !important;
}
.mb-18 {
  margin-bottom: 8rem !important;
}
.mb-19 {
  margin-bottom: 9rem !important;
}
.mb-20 {
  margin-bottom: 10rem !important;
}
.mb-21 {
  margin-bottom: 12.5rem !important;
}
.mb-22 {
  margin-bottom: 15rem !important;
}
.mb-23 {
  margin-bottom: 17.5rem !important;
}
.mb-24 {
  margin-bottom: 20rem !important;
}
.mb-25 {
  margin-bottom: 22.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}


.ms-auto {
  margin-left: auto !important;
}




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


.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}


.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-13 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-14 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-16 {
  padding-top: 6rem !important;
}

.pt-19 {
  padding-top: 9rem !important;
}



.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-12 {
  padding-bottom: 3.5rem !important;
}



.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}




.lh-sm {
  line-height: 1.5 !important;
}

.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */





.text-aqua {
  --bs-text-opacity: 1;
  color: #54a8c7 !important;
}


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

.text-primary {
  --bs-text-opacity: 1;
  color: #3f78e0 !important;
}




.text-muted {
  --bs-text-opacity: 1;
  color: #aab0bc !important;
}


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


.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}



.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.4rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.4rem !important;
}
.rounded-3 {
  border-radius: 0.4rem !important;
}
.rounded-4 {
  border-radius: 0.8rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}
.rounded-end {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.4rem !important;
  border-top-left-radius: 0.4rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}



@media (min-width: 768px) {
  

  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
 
  .mb-md-12 {
    margin-bottom: 3.5rem !important;
  }
 
  

  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-md-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
 
  
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  
  .pt-md-12 {
    padding-top: 3.5rem !important;
  }
  
  .pt-md-16 {
    padding-top: 6rem !important;
  }
  
  
  
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
 
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
 
  .pb-md-12 {
    padding-bottom: 3.5rem !important;
  }
  
}
@media (min-width: 992px) {
  
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  
  .flex-lg-column {
    flex-direction: column !important;
  }
  
  
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  
  

  .order-lg-2 {
    order: 2 !important;
  }
 
  
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
 
 
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  
  .mb-lg-18 {
    margin-bottom: 8rem !important;
  }
  
 
 

 
  .pe-lg-20 {
    padding-right: 10rem !important;
  }
}
@media (min-width: 1200px) {
  

  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  

  
  .px-xl-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  
  
  .pe-xl-15 {
    padding-right: 5rem !important;
  }
  
  .pe-xl-22 {
    padding-right: 15rem !important;
  }
  
}
@media (min-width: 1400px) {

  
 
  .px-xxl-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
 
  
  
  .pe-xxl-17 {
    padding-right: 7rem !important;
  }
 
  .pe-xxl-25 {
    padding-right: 22.5rem !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 0.05rem;
  overflow-x: hidden !important;
}
hr.dark {
  color: rgba(164, 174, 198, 0.25);
}
::-moz-selection {
  background: rgba(63, 120, 224, 0.7);
  color: #fff;
}
::selection {
  background: rgba(63, 120, 224, 0.7);
  color: #fff;
}
a {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:focus {
  outline: 0;
}
a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
}
a.hover {
  position: relative;
}
a.hover::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
a.hover::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
a.hover:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.text-reset a {
  color: inherit !important;
}
.link-dark:hover,
a.text-reset:hover,
.text-reset a:hover {
  color: #3f78e0 !important;
}
[class*=text-] .text-reset:hover {
  color: inherit !important;
}
.link-body {
  color: #60697b;
}
.link-inverse {
  color: #cacaca;
}
.text-inverse,
.link-inverse,
.text-inverse a:not(.btn) {
  color: #fff;
}
.bg-dark.text-inverse,
.bg-dark.link-inverse,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]),
.bg-navy.text-inverse,
.bg-navy.link-inverse,
.bg-navy.text-inverse a:not(.btn):not([class*=link-]),
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]),
.bg-navy.text-inverse .post-meta,
.bg-dark.text-inverse .post-meta {
  color: #cacaca;
}
.text-inverse a:not(.btn):hover,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
.bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover,
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
  color: #3f78e0;
}
.text-inverse a:not(.btn):hover {
  border-color: #3f78e0;
}
.badge.bg-light {
  background: rgba(164, 174, 198, 0.2) !important;
}
.more {
  font-weight: 700;
  letter-spacing: -0.01rem;
  display: inline-block;
}
.more:after {
  line-height: 1;
  font-family: "Unicons";
  content: "\e94c";
  padding-left: 0.05rem;
  font-size: 0.9rem;
  font-weight: normal;
  vertical-align: -3px;
  margin-right: -0.25rem;
  display: inline-block;
}
hr.double {
  background: none;
  border-style: double;
  border-color: rgba(164, 174, 198, 0.2);
}
_:default:not(:root:root),
hr.double {
  border-bottom-width: 3px;
}
.divider-icon {
  border: 0;
  position: relative;
  margin: 4.5rem 0;
}
.divider-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: rgba(164, 174, 198, 0.2);
}
.divider-icon:before,
.divider-icon:after {
  position: absolute;
  top: 50%;
  content: "";
  border-top: 1px solid rgba(164, 174, 198, 0.2);
  width: calc(50% - 1.5rem);
}
.divider-icon:before {
  left: 0;
}
.divider-icon:after {
  right: 0;
}
.divider:after {
  content: "";
  width: 100%;
  height: 5px;
  background: currentColor;
  display: block;
  margin-top: -5px;
}
[class*=divider-v-] {
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
}
[class*=divider-v-]>svg {
  height: 100%;
  width: auto;
  transform: scale(1.2);
  position: absolute;
}
[class*=divider-v-]:after {
  display: none;
}
[class*=divider-v-].divider-v-start>svg {
  top: 0;
  left: 0;
}
[class*=divider-v-].divider-v-end>svg {
  top: 0;
  right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #343f52;
  word-spacing: 0.1rem;
  letter-spacing: -0.01rem;
}
h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase,
.text-uppercase.h1,
.text-uppercase.h2,
.text-uppercase.h3,
.text-uppercase.h4,
.text-uppercase.h5,
.text-uppercase.h6 {
  letter-spacing: 0.02rem;
}
h1,
.h1 {
  line-height: 1.3;
}
h2,
.h2 {
  line-height: 1.35;
}
h3,
.h3 {
  line-height: 1.4;
}
h4,
.h4 {
  line-height: 1.45;
}
h5,
.h5 {
  line-height: 1.5;
}
h6,
.h6 {
  line-height: 1.55;
}
.display-1 {
  line-height: 1.2;
}
.display-2,
.display-3 {
  line-height: 1.25;
}
.display-4,
.display-5 {
  line-height: 1.3;
}
.display-6 {
  line-height: 1.35;
}
.ls-xs {
  letter-spacing: -0.035em !important;
}
.ls-sm {
  letter-spacing: -0.03em !important;
}
.ls-md {
  letter-spacing: -0.01rem !important;
}
.ls-lg {
  letter-spacing: 0.02rem !important;
}
.ls-xl {
  letter-spacing: 0.05rem !important;
}
.ls-normal {
  letter-spacing: normal;
}
.lead {
  line-height: 1.65;
}
.lead.fs-lg {
  font-size: 1.05rem !important;
  line-height: 1.6;
}




.rounded img {
  border-radius: 0.4rem;
}
@media (min-width: 992px) {
  .map.rounded-lg-start iframe,
  .image-wrapper.rounded-lg-start {
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .image-wrapper.rounded-4-lg-start {
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .map.rounded-top iframe,
  .image-wrapper.rounded-top {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
  }
  .image-wrapper.rounded-4-top {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
  }
  .image-wrapper.bg-cover {
    min-height: 15rem;
  }
}
.page-frame section,
.page-frame footer {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .page-frame {
    padding: 1.25rem;
  }
  .page-frame section,
  .page-frame footer,
  .page-frame .video-wrapper,
  .page-frame .video-wrapper:after,
  .page-frame .video-wrapper video {
    border-radius: 1rem;
  }
  .page-frame section,
  .page-frame footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .section-frame {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border-radius: 1rem;
  }
  .section-frame.br-fix {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.img-mask img {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-mask-size: auto auto;
}
.img-mask.mask-1 img {
  -webkit-mask-image: url(../../assets/img/svg/blob.svg);
  mask-image: url(../../assets/img/svg/blob.svg);
}
.img-mask.mask-2 img {
  -webkit-mask-image: url(../../assets/img/svg/hex.svg);
  mask-image: url(../../assets/img/svg/hex.svg);
}
.img-mask.mask-3 img {
  -webkit-mask-image: url(../../assets/img/svg/blob2.svg);
  mask-image: url(../../assets/img/svg/blob2.svg);
}
.table:not(.table-borderless) tbody {
  border-top-width: 1px !important;
}
.map iframe {
  display: block;
}
.map.map-full {
  height: 100%;
  min-height: 15rem;
}
[class*=mt-n],
[class*=mb-n] {
  position: relative;
  z-index: 3;
}
.mb-n50p {
  transform: translateY(50%);
}
.mt-n50p {
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .mb-sm-n50p {
    transform: translateY(50%);
  }
  .mt-sm-n50p {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .mb-md-n50p {
    transform: translateY(50%);
  }
  .mt-md-n50p {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-n50p {
    transform: translateY(50%);
  }
  .mt-lg-n50p {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-n50p {
    transform: translateY(50%);
  }
  .mt-xl-n50p {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .mb-xxl-n50p {
    transform: translateY(50%);
  }
  .mt-xxl-n50p {
    transform: translateY(-50%);
  }
}
@media (max-width: 1199.98px) {
  .border-radius-lg-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
.scrollbar-hidden,
.offcanvas,
.mega-menu-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar,
.offcanvas::-webkit-scrollbar,
.mega-menu-scroll::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .cc-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .cc-2 li {
    display: inline-block;
    width: 100%;
  }
  .cc-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .cc-3 li {
    display: inline-block;
    width: 100%;
  }
}



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






.wrapper.bg-white.angled.lower-start:after,
.wrapper.bg-white.angled.upper-start:before {
  border-left-color: #fff;
}
.wrapper.bg-white.angled.lower-end:after,
.wrapper.bg-white.angled.upper-end:before {
  border-right-color: #fff;
}

.wrapper.bg-light.angled.lower-start:after,
.wrapper.bg-light.angled.upper-start:before {
  border-left-color: #fefefe;
}
.wrapper.bg-light.angled.lower-end:after,
.wrapper.bg-light.angled.upper-end:before {
  border-right-color: #fefefe;
}




.wrapper.bg-gray.angled.lower-start:after,
.wrapper.bg-gray.angled.upper-start:before {
  border-left-color: #f6f7f9;
}
.wrapper.bg-gray.angled.lower-end:after,
.wrapper.bg-gray.angled.upper-end:before {
  border-right-color: #f6f7f9;
}





.wrapper.bg-primary.angled.lower-start:after,
.wrapper.bg-primary.angled.upper-start:before {
  border-left-color: #3f78e0;
}
.wrapper.bg-primary.angled.lower-end:after,
.wrapper.bg-primary.angled.upper-end:before {
  border-right-color: #3f78e0;
}
.wrapper.bg-soft-primary.angled.lower-start:after,
.wrapper.bg-soft-primary.angled.upper-start:before {
  border-left-color: #f1f5fd;
}
.wrapper.bg-soft-primary.angled.lower-end:after,
.wrapper.bg-soft-primary.angled.upper-end:before {
  border-right-color: #f1f5fd;
}

.bg-soft-yellow {
  background-color: #fff8ef !important;
}
.text-soft-yellow {
  color: #fff8ef !important;
}

.wrapper.bg-soft-yellow.angled.lower-start:after,
.wrapper.bg-soft-yellow.angled.upper-start:before {
  border-left-color: #fff8ef !important;
}
.wrapper.bg-soft-yellow.angled.lower-end:after,
.wrapper.bg-soft-yellow.angled.upper-end:before {
  border-right-color: #fff8ef !important;
}
.bg-height {
  height: 30rem;
}
@media (max-width: 991.98px) {
  .bg-height {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .bg-height {
    height: 15rem;
  }
}
.bg-white-700 {
  background: rgba(255, 255, 255, 0.7) !important;
}
.bg-white-900 {
  background: rgba(255, 255, 255, 0.9) !important;
}

blockquote {
  border-left: 0.15rem solid #3f78e0;
  padding-left: 1rem;
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: 500;
}
blockquote.border-0 {
  padding-left: 0;
}
blockquote.icon {
  position: relative;
  border: 0;
  padding: 0;
}
blockquote.icon:before {
  content: "\201d";
  position: absolute;
  top: -1.5rem;
  left: -0.9rem;
  color: rgba(52, 63, 82, 0.05);
  font-size: 10rem;
  line-height: 1;
  z-index: 1;
}
blockquote.icon-top {
  padding-top: 3.75rem;
  position: relative;
}
blockquote.icon-top:before {
  content: "\201c";
  color: #aab0bc;
  opacity: 0.3;
  font-size: 6.5rem;
  font-weight: normal;
  top: 0;
  left: -0.3rem;
}
blockquote.icon-top.text-white:before {
  color: #fff;
}
blockquote.text-center.icon-top:before {
  left: 50%;
  transform: translateX(-52%);
}
.blockquote-footer {
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.blockquote-details {
  display: flex;
  align-items: center;
  text-align: left;
}
.blockquote-details p {
  font-size: 0.8rem;
}
.blockquote-details .info {
  padding-left: 1rem;
}
.blockquote-details .icon-img img {
  width: 3.5rem !important;
}
.dropcap {
  display: block;
  float: left;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1;
  font-weight: 500;
  padding: 0;
  margin: 0.2rem 0.6rem 0 0;
}




.widget .list-unstyled:not(.tag-list) li+li,
.unordered-list li+li,
.icon-list:not(.row) li+li {
  margin-top: 0.35rem;
}
.list-unstyled li a.active {
  color: #3f78e0 !important;
}



.meta,
.post-category,
.filter:not(.basic-filter),
.filter:not(.basic-filter) ul li a {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #aab0bc;
}
.meta {
  font-size: 0.65rem;
}
.post-category {
  margin-bottom: 0.4rem;
}

@media (max-width: 767px) {
  .card-footer .post-meta li.post-author,
  .card-footer .post-meta li.post-comments span {
    display: none;
  }
  .post-header .post-meta li.post-author,
  .post-header .post-meta li.post-comments span,
  .post-header .post-meta li.post-likes span {
    display: none;
  }
}


pre[class*=language-] {
  position: relative;
  padding-top: 2rem;
}
pre[class*=language-]:focus {
  outline: none;
}
:not(pre)>code[class*=language-],
pre[class*=language-],
pre {
  margin: 0;
  background: none;
  padding: 2rem;
  font-size: 0.7rem;
}
.external,
.internal,
.code,
.terminal,
.kbd,
.folder,
.file,
mark.doc,
.doc.mark {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0.275rem 0.1rem;
  vertical-align: 2px;
  padding: 0.05rem 0.4rem 0.05rem 1.4rem;
  font-size: 0.65rem;
  border-radius: 0.2rem;
  background: rgba(164, 174, 198, 0.15);
  box-shadow: none;
  border: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
mark.doc,
.doc.mark {
  padding: 0.05rem 0.4rem 0.2rem;
  padding-bottom: 0.05rem;
}
.external:after,
.internal:after,
.code:before,
.terminal:before,
.kbd:before,
.folder:before,
.file:before {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  padding-top: 0.05rem;
  margin-right: 0.4rem;
  text-align: center;
  color: inherit;
  font-family: "Unicons";
  font-size: 0.7rem;
  border-radius: 0.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.external,
.internal {
  color: #60697b;
  padding: 0.05rem 1.6rem 0.05rem 0.4rem;
}
.external:after,
.internal:after {
  color: #60697b;
  font-size: 0.65rem;
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 0.4rem;
}
.external.text-white:after,
.internal.text-white:after {
  color: #fff;
}
.external:not(.text-white):hover,
.external:not(.text-white):hover:after,
.internal:not(.text-white):hover,
.internal:not(.text-white):hover:after {
  color: #3f78e0;
}
.external {
  padding-right: 1.4rem;
}
.external.my-0:after {
  padding-top: 0;
}
.external:after {
  font-family: "Custom";
  content: "\e906";
  font-size: 0.7rem;
}
.internal {
  padding-right: 1.4rem;
}
.internal:after {
  content: "\e94c";
  font-size: 0.8rem;
}
.code:before {
  font-size: 0.85rem;
  content: "\e952";
}
.terminal:before {
  font-family: "Custom";
  content: "\e905";
  font-size: 0.8rem;
}
.folder:before {
  content: "\eb34";
}
.file:before {
  content: "\eaed";
}
.kbd:before {
  content: "\eba9";
  font-size: 0.8rem;
}


.fs-lg {
  font-size: 1rem !important;
}

.fs-15 {
  font-size: 0.75rem !important;
}
.fs-16 {
  font-size: 0.8rem !important;
}


@media (min-width: 1200px) {
  .fs-29 {
    font-size: 1.45rem !important;
  }
}
.fs-30 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 1.5rem !important;
  }
}
.fs-31 {
  font-size: calc(1.28rem + 0.36vw) !important;
}

input,
textarea,
select {
  -webkit-appearance: none !important;
}
.form-floating>label {
  color: #959ca9;
  font-size: 0.75rem;
}
.form-floating.input-group label {
  margin-left: 0.05rem !important;
}
.form-floating>textarea.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.3rem;
}
.form-floating>textarea.form-control:not(:-ms-input-placeholder) {
  padding-top: 1.3rem;
}
.form-floating>textarea.form-control:focus,
.form-floating>textarea.form-control:not(:placeholder-shown) {
  padding-top: 1.3rem;
}
.form-floating>textarea.form-control:-webkit-autofill {
  padding-top: 1.3rem;
}
.search-form {
  position: relative;
}
.search-form .form-control {
  margin: 0;
  padding-right: 2.25rem !important;
}
.search-form:before {
  content: "\eca5";
  font-family: "Unicons";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  font-size: 0.9rem;
  color: #959ca9;
  z-index: 1;
}
.password-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #959ca9;
}
.form-check-input {
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  margin-top: 0.2rem;
}
.form-select {
  background-clip: padding-box;
}
.form-select.form-select-sm {
  width: auto;
  min-width: 2.5rem;
  padding: 0.2rem 0.5rem;
  background-position: right 0.4rem center;
}
.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 0;
}
.input-group>.btn {
  max-height: 2.6rem;
}
form.dark-fields .form-control {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  color: #cacaca;
}
form.dark-fields .form-control:focus {
  border-color: rgba(63, 120, 224, 0.5);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.01rem;
  color: #60697b;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  box-sizing: border-box;
  transform: translateY(0);
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  transform: translateY(-0.15rem);
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  color: #fff;
}





.btn.btn-circle {
  padding: 0;
  border-radius: 100% !important;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn.btn-circle:disabled,
.btn.btn-circle.disabled,
fieldset:disabled .btn.btn-circle {
  opacity: 1;
}
.btn.btn-circle.btn-sm,
.btn-group-sm>.btn.btn-circle {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.8rem;
}
.btn.btn-circle.btn-sm i,
.btn-group-sm>.btn.btn-circle i {
  font-size: 0.85rem;
}
.btn.btn-circle.btn-lg,
.btn-group-lg>.btn.btn-circle {
  width: 3rem;
  height: 3rem;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  .btn.btn-circle.btn-lg,
  .btn-group-lg>.btn.btn-circle {
    font-size: 1.3rem;
  }
}
.btn.btn-circle.btn-play {
  width: 3.5rem;
  height: 3.5rem;
  font-size: calc(1.355rem + 1.26vw);
}
@media (min-width: 1200px) {
  .btn.btn-circle.btn-play {
    font-size: 2.3rem;
  }
}
.btn.btn-circle.btn-play i {
  margin-left: 0.15rem;
}
.btn.btn-circle.btn-play:hover {
  transform: translateY(0);
}
.btn.btn-circle.counter {
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}
.btn.btn-circle .number {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 700;
}
.btn.btn-expand {
  background: none;
  border: 0;
  padding-left: 0;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  max-height: 2.5rem;
  font-size: 0.85rem;
}
.btn.btn-expand span {
  position: relative;
  z-index: 2;
  padding-left: 2.95rem;
}
.btn.btn-expand i {
  position: absolute;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(1.26rem + 0.12vw);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media (min-width: 1200px) {
  .btn.btn-expand i {
    font-size: 1.35rem;
  }
}
.btn.btn-expand:before {
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  width: auto;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  border-radius: 50rem;
  z-index: 0;
}
.btn.btn-expand:hover {
  background: none;
  transform: translateY(0);
  color: #fff;
  box-shadow: none;
}
.btn.btn-expand:hover i {
  left: 0.25rem;
}
.btn.btn-expand:hover:before {
  width: 100%;
}
.btn.btn-expand.btn-sm,
.btn-group-sm>.btn.btn-expand {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-size: 0.75rem;
}
.btn.btn-expand.btn-sm i,
.btn-group-sm>.btn.btn-expand i {
  width: 2.15rem;
  height: 2.15rem;
  font-size: 1.1rem;
}
.btn.btn-expand.btn-sm span,
.btn-group-sm>.btn.btn-expand span {
  padding-left: 2.65rem;
}
.btn.btn-expand.btn-sm:before,
.btn-group-sm>.btn.btn-expand:before {
  width: 2.15rem;
}
.btn.btn-expand.btn-sm:hover:before,
.btn-group-sm>.btn.btn-expand:hover:before {
  width: 100%;
}
.btn.btn-expand.btn-lg,
.btn-group-lg>.btn.btn-expand {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: 0.9rem;
}
.btn.btn-expand.btn-lg i,
.btn-group-lg>.btn.btn-expand i {
  width: 2.9rem;
  height: 2.9rem;
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  .btn.btn-expand.btn-lg i,
  .btn-group-lg>.btn.btn-expand i {
    font-size: 1.35rem;
  }
}
.btn.btn-expand.btn-lg span,
.btn-group-lg>.btn.btn-expand span {
  padding-left: 3.4rem;
}
.btn.btn-expand.btn-lg:before,
.btn-group-lg>.btn.btn-expand:before {
  width: 2.9rem;
}
.btn.btn-expand.btn-lg:hover:before,
.btn-group-lg>.btn.btn-expand:hover:before {
  width: 100%;
}
.input-group .btn:hover {
  transform: none;
}
button:focus {
  outline: 0;
}






.btn-primary {
  color: #fff;
  background-color: #3f78e0;
  border-color: #3f78e0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3f78e0;
  border-color: #3f78e0;
}
.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #3f78e0;
  border-color: #3f78e0;
}
.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3f78e0;
  border-color: #3769c4;
}
.btn-primary:disabled:not(.btn-circle):not(.btn-block),
.btn-primary.disabled:not(.btn-circle):not(.btn-block) {
  color: #fff;
  background-color: #3f78e0;
  border-color: #3f78e0;
}


.btn-link {
  font-weight: 500;
  color: #3f78e0;
  text-decoration: none;
}
.btn-link:hover {
  color: #3f78e0;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #60697b;
}
.btn-lg,
.btn-group-lg>.btn {
  padding: 0.65rem 1.4rem;
  font-size: 0.85rem;
  border-radius: 0.4rem;
}
.btn-sm,
.btn-group-sm>.btn {
  padding: 0.4rem 1rem;
  font-size: 0.7rem;
  border-radius: 0.4rem;
}
.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.btn-icon.btn-sm i,
.btn-group-sm>.btn-icon.btn i {
  font-size: 0.8rem;
}
.btn-icon.btn-icon-start i {
  margin-right: 0.3rem;
}
.btn-icon.btn-icon-end i {
  margin-left: 0.3rem;
}
.navigation .btn-icon i {
  font-size: 0.9rem;
}
.navigation .btn-icon.btn-icon-start i {
  margin-right: 0.2rem;
}
.navigation .btn-icon.btn-icon-end i {
  margin-left: 0.2rem;
}
.navbar .btn-sm,
.navbar .btn-group-sm>.btn {
  font-size: 0.8rem;
}
.social a:not(.btn-circle) {
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .social a:not(.btn-circle) {
    transition: none;
  }
}


.social a:not(.btn-circle):hover {
  transform: translateY(-0.15rem);
}
.social a:not(.btn-circle) i {
  font-size: 1rem;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=dribbble] {
  color: #d07ead;
}
.social a.btn-circle[class*=dribbble] {
  color: #fff;
  background-color: #d07ead;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-f] {
  color: #4470cf;
}
.social a.btn-circle[class*=facebook-f] {
  color: #fff;
  background-color: #4470cf;
}
.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram] {
  color: #d53581;
}
.social a.btn-circle[class*=instagram] {
  color: #fff;
  background-color: #d53581;
}


.social a:not([class*=link-]):not(.btn-circle) .uil[class*=youtube] {
  color: #c8312b;
}
.social a.btn-circle[class*=youtube] {
  color: #fff;
  background-color: #c8312b;
}


.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter] {
  color: #5daed5;
}
.social a.btn-circle[class*=twitter] {
  color: #fff;
  background-color: #5daed5;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=whatsapp] {
  color: #00a859;
}
.social a.btn-circle[class*=whatsapp] {
  color: #fff;
  background-color: #00a859;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram-alt] {
  color: #d53581;
}
.social a.btn-circle[class*=instagram-alt] {
  color: #fff;
  background-color: #d53581;
}

.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter-alt] {
  color: #5daed5;
}
.social a.btn-circle[class*=twitter-alt] {
  color: #fff;
  background-color: #5daed5;
}


.social a:not([class*=link-]):not(.btn-circle) .uil[class*=heart-alt] {
  color: #c8312b;
  
}

.social.social-muted a:not(.btn-circle):not([class*=link-]) i {
  color: #343f52 !important;
}
.social.social-white a i,
.social.social-white a:hover i,
.navbar-dark .social.social-muted a:not(.btn-circle):not([class*=link-]) i,
.navbar-dark .social.social-muted a:not(.btn-circle):not([class*=link-]) uıy:hover i {
  color: #fff !important;
}
.social>a {
  margin: 0 0.7rem 0 0;
}
[class*=text-end] .social>a,
.social[class*=text-end]>a {
  margin: 0 0 0 0.7rem;
}







@media (min-width: 768px) {
  [class*=text-md-end] .social>a,
  .social[class*=text-md-end]>a {
    margin: 0 0 0 0.7rem;
  }
}
.text-center .social>a,
.social.text-center>a {
  margin: 0 0.35rem;
}
.badge-lg {
  font-size: 0.6rem;
  padding: 0.35rem 0.55rem;
}
.badge-cart {
  border-radius: 100%;
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
}
.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.01rem;
  border-radius: 100%;
  height: auto;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes priceFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80%);
  }
}
@keyframes priceFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80%);
  }
}
@-webkit-keyframes priceShow {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes priceShow {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fefefe;
  z-index: 9999;
  transition: 0.5s all;
}
.page-loader.done {
  visibility: hidden;
  opacity: 0;
}
.page-loader:before,
.swiper-hero:before,
.gloader {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  background: none;
  border: 4px solid #3f78e0;
  box-shadow: none;
  border-radius: 50%;
  -webkit-animation: loader-scale 1s ease-out infinite;
  animation: loader-scale 1s ease-out infinite;
}
.bg-dark>.swiper-hero:before,
.gloader {
  border-color: #fff;
}
:root {
  --animate-delay: 0.5s;
}
.transition-none {
  transition: none;
}
.dropdown-menu {
  border: 0;
}
.dropdown-item {
  font-weight: 700;
  letter-spacing: -0.01rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
  outline: 0;
}
.dropdown-header {
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.navbar .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}




@media (max-width: 991.98px) {
  .navbar-expand-lg .offcanvas-nav {
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
  }
  .navbar-expand-lg .offcanvas-nav .offcanvas-header,
  .navbar-expand-lg .offcanvas-nav .offcanvas-body,
  .navbar-expand-lg .offcanvas-nav .offcanvas-footer {
    width: 100%;
  }
  .navbar-expand-lg .offcanvas-nav .offcanvas-body {
    overflow-y: unset;
    flex-grow: 0;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    padding: 0;
    margin-top: 0;
    background: none;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    color: #fff;
    padding-left: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .navbar-expand-lg .navbar-collapse .nav-link,
  .navbar-expand-lg .navbar-collapse .show>.nav-link,
  .navbar-expand-lg .navbar-collapse .nav-link.active,
  .navbar-expand-lg .navbar-collapse .nav-link:hover,
  .navbar-expand-lg .navbar-collapse .nav-link:focus {
    color: #fff !important;
  }
  .navbar-expand-lg .navbar-collapse .nav-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
    position: absolute;
    margin-right: 0;
    right: -0.25rem;
    top: 0.35rem;
    font-size: 0.9rem;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-submenu .dropdown-toggle:after {
    top: 0.3rem;
  }
  .navbar-expand-lg .dropdown-header {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
  .navbar-expand-lg .dropstart .dropdown-toggle:after,
  .navbar-expand-lg .dropend .dropdown-toggle:after {
    content: "\e92d" !important;
  }
  .navbar-expand-lg .dropstart .dropdown-menu[data-bs-popper] {
    margin-right: 0;
    margin-left: 0.75rem;
  }
  .navbar-expand-lg .dropdown-toggle:after {
    top: 0.25rem !important;
  }
  .navbar-expand-lg .language-select .dropdown-toggle:after {
    vertical-align: 0 !important;
  }
  .navbar-expand-lg .navbar-other .nav-item.language-select .nav-link {
    font-size: 1.05rem;
  }
  .navbar-expand-lg .navbar-other .nav-item .nav-link>i {
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .navbar-expand-lg .navbar-other .nav-item .nav-link>i {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg.fancy .navbar-collapse-wrapper {
    background: none !important;
    box-shadow: none !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg.center-logo.fixed .offcanvas-header .logo-light {
    display: inline-block;
  }
  .navbar-expand-lg.center-logo.fixed .offcanvas-header .logo-dark {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .nav-item.parent-link .dropdown-toggle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #3f78e0;
  }
  .navbar-expand-lg .navbar-nav,
  .navbar-expand-lg .dropdown-mega {
    position: static !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-lg {
    padding: 1.6rem 0.25rem 1.3rem 0.25rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-lg .dropdown-lg-content {
    display: flex;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-lg .dropdown-header {
    padding-top: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: -1;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    margin-right: 0;
    right: 1rem;
    top: 0.15rem;
    font-size: 0.85rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    display: block;
  }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:not(.dropdown-submenu):hover>.dropdown-menu {
    top: 100%;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-submenu {
    position: relative;
  }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-submenu .dropdown-menu {
    top: 30%;
  }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-submenu.dropstart:before {
    position: absolute;
    left: -1rem;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: -1;
  }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
    top: 0;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
  .navbar-expand-lg .dropend>.dropdown-menu {
    margin-left: 0.5rem;
  }
  .navbar-expand-lg .dropstart>.dropdown-menu {
    margin-right: 0.5rem;
  }
  .navbar-expand-lg .offcanvas-nav {
    position: unset;
    flex-direction: row;
  }
  .navbar-expand-lg .offcanvas-nav.offcanvas-start,
  .navbar-expand-lg .offcanvas-nav.offcanvas-end {
    width: 100%;
  }
  .navbar-expand-lg.fancy.navbar-bg-light:not(.fixed),
  .navbar-expand-lg.extended.navbar-bg-light:not(.fixed) {
    background: none !important;
  }
  .navbar-expand-lg.extended:not(.fixed) .navbar-collapse .nav-link {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }
  .navbar-expand-lg.fancy:not(.fixed) .navbar-collapse .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .navbar-expand-lg[class*=navbar-bg-]:not(.fancy):not(.extended):not(.fixed) .navbar-collapse .nav-link {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
  .navbar-expand-lg.transparent:not(.fixed) {
    padding-top: 0.3rem;
  }
  .navbar-expand-lg.extended .navbar-collapse-wrapper,
  .navbar-expand-lg.fancy .navbar-collapse-wrapper {
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    width: 100%;
    border-radius: 0.4rem;
  }
  .navbar-expand-lg.extended:not(.extended-alt):not(.fixed) .navbar-collapse-wrapper {
    padding: 0 1.5rem 0 0.5rem;
  }
  .navbar-expand-lg.extended.extended-alt:not(.fixed) .navbar-collapse-wrapper {
    padding: 0 1.5rem;
  }
  .navbar-expand-lg.fancy:not(.fixed) .navbar-collapse-wrapper {
    padding: 0 1.5rem 0 1.5rem;
    margin-top: 2.25rem;
  }
  .navbar-expand-lg.extended:not(.extended-alt) .navbar-brand {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-expand-lg.extended.extended-alt .navbar-brand {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .navbar-expand-lg.fixed .topbar {
    display: none !important;
  }
  .navbar-expand-lg.navbar-light:not(.transparent) .navbar-nav .dropdown:not(.dropdown-submenu):not(.language-select)>.dropdown-menu,
  .navbar-expand-lg.navbar-dark:not(.transparent) .navbar-nav .dropdown:not(.dropdown-submenu):not(.language-select)>.dropdown-menu,
  .navbar-expand-lg.transparent.fixed .navbar-nav .dropdown:not(.dropdown-submenu):not(.language-select)>.dropdown-menu {
    margin-top: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse .nav-link {
    white-space: nowrap;
  }
  .navbar-expand-lg .navbar-collapse .nav-item.parent-link {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .navbar-expand-lg .navbar-collapse .nav-item.parent-link .nav-link:first-child {
    padding-right: 0 !important;
  }
  .navbar-expand-lg .navbar-collapse .nav-item.parent-link .dropdown-toggle {
    padding-left: 0 !important;
  }
  .navbar-expand-lg .mega-menu-content>.row>[class*=col-]+[class*=col-],
  .navbar-expand-lg .dropdown-lg-content>div+div {
    border-left: 1px solid rgba(164, 174, 198, 0.2);
  }
  .navbar-expand-lg .mega-menu-content {
    padding: 0.6rem 0.25rem 0.2rem;
  }
  .navbar-expand-lg .mega-menu-dark {
    background: #2e353e;
  }
  .navbar-expand-lg .mega-menu-dark .img-svg {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease-in-out;
  }
  .navbar-expand-lg .mega-menu-dark .img-svg:hover {
    background: rgba(255, 255, 255, 0.09);
  }
  .navbar-expand-lg .mega-menu-dark .dropdown-item {
    color: #fff;
  }
  .navbar-expand-lg .mega-menu-dark .dropdown-item:hover,
  .navbar-expand-lg .mega-menu-dark .dropdown-item:focus {
    color: #fff;
  }
  .navbar-expand-lg .mega-menu-img {
    padding: 0 !important;
  }
  .navbar-expand-lg .mega-menu-img .mega-menu-content {
    padding: 0.2rem 2rem !important;
    margin: 1.8rem 0 !important;
  }
  .navbar-expand-lg .mega-menu-img .dropdown-item {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-lg.caret-none .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    display: none;
  }
}


.dropend>.dropdown-menu {
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropstart>.dropdown-menu {
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}



.nav-link {
  letter-spacing: -0.01rem;
}
.sidebar .nav-link {
  letter-spacing: normal;
}
.navbar-other .nav-link {
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .navbar-collapse .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}


header {
  position: relative;
}
.navbar {
  width: 100%;
  z-index: 1020;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-collapse {
  align-items: center;
}
.navbar.transparent .logo-dark {
  display: none;
}
.navbar.transparent.fixed .logo-light {
  display: none;
}
.navbar.transparent.fixed .logo-dark {
  display: inline-block;
}
.navbar.navbar-dark .logo-dark {
  display: none;
}
.navbar.navbar-light.fixed .logo-light {
  display: none;
}
.navbar.navbar-light.fixed .logo-dark {
  display: inline-block;
}
.navbar.navbar-light.fixed .btn:not(.btn-expand) {
  background: #3f78e0;
  border-color: #3f78e0;
  color: #fff;
}
.navbar.navbar-bg-light {
  background: #fff;
  box-shadow: none;
}
.navbar.navbar-bg-dark {
  background: #2f353a;
}
.navbar .navbar-other .nav-item .nav-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar .navbar-other .nav-item .nav-link>i {
  font-size: 1.1rem;
}
.navbar .navbar-other .navbar-nav>.nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-other .navbar-nav>.nav-item+.nav-item {
  margin-left: 0.8rem;
}
.navbar.fixed:not(.extended) .topbar {
  display: none !important;
}
.navbar.fixed .navbar-collapse-wrapper {
  background: none !important;
  box-shadow: none !important;
}
.navbar-clone {
  position: fixed !important;
  z-index: 1008;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 300ms ease-in-out, padding-right 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-clone {
    transition: none;
  }
}
.navbar-stick {
  transform: translateY(0%);
}
.navbar-stick:not(.navbar-dark) {
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.06);
  background: rgba(255, 255, 255, 0.97);
}
button.hamburger {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 0 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #343f52;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  button.hamburger {
    transition: none;
  }
}
button.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.hamburger:focus {
  outline: 0;
}
button.hamburger:before,
button.hamburger:after {
  content: "";
}
button.hamburger:before,
button.hamburger span,
button.hamburger:after {
  width: 1.2rem;
  height: 0.15rem;
  transition: all 0.2s ease-in-out;
  background: currentColor;
  border-radius: 2rem;
}
@media (prefers-reduced-motion: reduce) {
  button.hamburger:before,
  button.hamburger span,
  button.hamburger:after {
    transition: none;
  }
}
button.hamburger:before,
button.hamburger span {
  margin: 0 0 0.25rem;
}
.navbar.position-absolute:not(.fixed):not(.navbar-light) button.hamburger,
.navbar.navbar-bg-dark button.hamburger,
.navbar.navbar-dark button.hamburger {
  color: #fff;
}
.card {
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  border: 0;
}
.card[class*=bg-] {
  box-shadow: none !important;
}
.card-img-top img {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card-img-top .plyr {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
  .card-md-none {
    background: none;
    border-radius: 0;
  }
  .card-md-none .card-body {
    padding: 0;
  }
}

.container-card>.card,
.container-card>.card.image-wrapper:before {
  border-radius: 0 !important;
}
@media (min-width: 1480px) {
  .container-card {
    max-width: 1470px;
    margin: 0 auto;
  }
  .container-card>.card,
  .container-card>.card.image-wrapper:before {
    border-radius: 0.8rem !important;
  }
}




.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0;
}
.breadcrumb-item {
  display: flex;
  color: #60697b;
}
.breadcrumb-item a {
  color: inherit;
}
.breadcrumb-item a:hover {
  color: #3f78e0;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
  font-family: "Unicons";
  font-weight: normal;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  color: rgba(96, 105, 123, 0.35);
  content: "\e931";
  margin-top: -1px;
  font-size: 0.9rem;
}
.breadcrumb.text-white .breadcrumb-item:hover,
.breadcrumb.text-white .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb.text-white .breadcrumb-item a {
  color: #fff;
}
.breadcrumb.text-white .breadcrumb-item a:hover {
  border-color: #fff;
}
.breadcrumb.text-white .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.pagination {
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}
.pagination .page-link {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-link i {
  font-size: 0.9rem;
}
.pagination.pagination-alt {
  box-shadow: none;
}
.pagination.pagination-alt .page-item {
  margin-right: 0.5rem;
}
.pagination.pagination-alt .page-item .page-link {
  border: 0;
  border-radius: 0.4rem !important;
  box-shadow: 0rem 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
}

.progress-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.progress-list p {
  margin-bottom: 0.25rem;
}
.progress-list li {
  margin-bottom: 1rem;
}
.progress-list .progressbar svg,
.progress-list .progressbar svg path {
  border-radius: 1rem;
}
.progress-list .progressbar.line {
  position: relative;
}
.progress-list .progressbar.line svg {
  height: 0.3rem;
}
.progressbar.semi-circle {
  position: relative;
  margin: 0 auto 1rem;
  width: 8.5rem;
  height: 4.25rem;
}
.progressbar.semi-circle .progressbar-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #343f52 !important;
}
.progressbar.semi-circle .progressbar-text:after {
  content: "%";
  display: block;
  font-size: 1rem;
  padding-left: 0.01rem;
  padding-bottom: 0.1rem;
}
.progressbar.semi-circle.text-white .progressbar-text {
  color: #fff !important;
}
.progressbar svg path:first-child {
  stroke: rgba(30, 34, 40, 0.06);
}
.progressbar.blue svg path:last-child {
  stroke: #3f78e0;
}

.progressbar.primary svg path:last-child {
  stroke: #3f78e0;
}

@media (min-width: 576px) {
  .progress-wrap.active-progress {
    opacity: 1;
  }
}
.progress-wrap {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 200ms linear, margin-right 0ms;
}
@media (prefers-reduced-motion: reduce) {
  .progress-wrap {
    transition: none;
  }
}
.progress-wrap.active-progress {
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap:after {
  position: absolute;
  font-family: "Unicons";
  content: "\e951";
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.2rem;
  color: #3f78e0;
  left: 0;
  top: 0;
  height: 2.3rem;
  width: 2.3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .progress-wrap:after {
    transition: none;
  }
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #3f78e0;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .progress-wrap svg.progress-circle path {
    transition: none;
  }
}
@media (min-width: 576px) {
  .progress-wrap.active-progress {
    opacity: 1;
  }
}
.btn-close {
  padding: 0 0;
  color: #343f52;
  background: none;
  border: 0;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-close {
    transition: none;
  }
}
.btn-close:before {
  background: rgba(0, 0, 0, 0.08);
  font-family: "Unicons";
  font-size: 1.05rem;
  content: "\ed3b";
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  transition: background 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-close:hover {
  color: #343f52;
  text-decoration: none;
}
.btn-close:hover:before {
  background: rgba(0, 0, 0, 0.11);
}
.btn-close:focus {
  outline: none;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  color: #fff;
}
.btn-close-white:before {
  background: rgba(255, 255, 255, 0.08);
}
.btn-close-white:hover {
  color: #fff;
}
.btn-close-white:hover:before {
  background: rgba(255, 255, 255, 0.11);
}
.modal .btn-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}
.modal.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - 1rem);
  }
}

@media (max-width: 767px) {
  .caption-wrapper {
    display: none !important;
  }
}




.item-inner {
  padding: 1rem 0.75rem;
}

@media (min-width: 1400px) {
  .container-custom {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    max-width: 90%;
  }
}
#offcanvas-cart {
  width: 20rem;
}
#offcanvas-search {
  bottom: auto;
  height: 40vh;
  /*height: auto;*/
}
#offcanvas-search .search-form:before {
  font-size: 1rem;
  color: #343f52;
  left: 0;
  right: auto;
}
#offcanvas-search .search-form .form-control {
  font-size: 0.8rem;
  border: 0;
  background: none;
  box-shadow: none;
  padding-left: 1.75rem;
  padding-right: 0.75rem !important;
}
.offcanvas.bg-light {
  background: #fefefe;
  color: #60697b;
}
.offcanvas-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}
.offcanvas-header .btn-close {
  margin: 0;
  padding: 0;
  margin-right: -0.5rem;
}
.offcanvas-header a:focus {
  outline: 0;
}
.offcanvas-body {
  padding-top: 0;
  padding-bottom: 0;
}
.offcanvas-nav .offcanvas-header .btn-close {
  margin-right: -0.75rem;
}
.offcanvas-nav .offcanvas-body {
  flex-grow: 0;
}
.offcanvas:not(.offcanvas-nav) {
  overflow-y: auto;
}
.offcanvas:not(.offcanvas-nav) .offcanvas-body {
  overflow-y: unset;
}
.offcanvas-footer {
  display: flex;
  flex-shrink: 0;
  margin-top: auto;
  padding: 1.5rem 0;
}
img.svg-inject {
  visibility: hidden;
}
.icon-svg,
.icon-svg.icon-svg-lg {
  width: 3rem;
  height: 3rem;
}
.icon-svg.icon-svg-md {
  width: 2.6rem;
  height: 2.6rem;
}
.icon-svg.icon-svg-sm {
  width: 2.2rem;
  height: 2.2rem;
}
.icon-svg.icon-svg-xs {
  width: 1.8rem;
  height: 1.8rem;
}

.icon-svg.icon-svg-xxs {
  width: 1.4rem;
  height: 1.4rem;
}



.ratings {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 0.8rem;
  font-size: 0.9rem;
  line-height: 1;
}
.ratings:after,
.ratings:before {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #fcc032;
  content: "\2605\2605\2605\2605\2605";
  overflow: hidden;
}
.ratings:before {
  color: rgba(38, 43, 50, 0.1);
}
.ratings.one:after {
  content: "\2605";
}
.ratings.two:after {
  content: "\2605\2605";
}
.ratings.three:after {
  content: "\2605\2605\2605";
}
.ratings.four:after {
  content: "\2605\2605\2605\2605";
}
.custom-control .ratings {
  height: 0.9rem;
}
.ratings-wrapper span {
  display: inline-block;
}
.ratings-wrapper span.ratings {
  vertical-align: -1px;
}
@font-face {
  font-family: "Unicons";
  src: url("../fonts/unicons/Unicons.woff2") format("woff2"), url("../fonts/unicons/Unicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Custom";
  src: url("../fonts/custom/Custom.woff2") format("woff2"), url("../fonts/custom/Custom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=uil-],
[class*=" uil-"],
[class^=icn-],
[class*=" icn-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: normal;
}
[class^=uil-],
[class*=" uil-"] {
  font-family: "Unicons" !important;
}
[class^=icn-],
[class*=" icn-"] {
  font-family: "Custom" !important;
}





.uil-search:before {
  content: "\eca5";
}
.uil-presentation-check:before {
  content: "\ec66";
}
.uil-users-alt:before {
  content: "\ed70";
}
.uil-user-check:before {
  content: "\ed65";
}

.uil-trophy:before {
  content: "\ed4f";
}
.uil-dribbble:before {
  content: "\eaa2";
}
.uil-twitter:before {
  content: "\ed59";
}
.uil-facebook-f:before {
  content: "\eae2";
}
.uil-instagram:before {
  content: "\eb9c";
}
.uil-youtube:before {
  content: "\edb5";
}
.uil-heart:before {
  content: "\eb66";
}
.uil-eye:before {
  content: "\eae1";
}

.uil-whatsapp:before {
  content: "\ed9a";
}

.uil-print:before {
  content: "\ec72";
}

.counter-wrapper p {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 500;
}
.counter-wrapper .counter {
  font-size: calc(1.325rem + 0.9vw);
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .counter-wrapper .counter {
    font-size: 2rem;
  }
}
.counter-wrapper .counter.counter-lg {
  font-size: calc(1.345rem + 1.14vw);
}
@media (min-width: 1200px) {
  .counter-wrapper .counter.counter-lg {
    font-size: 2.2rem;
  }
}
.counter-wrapper .card-body {
  padding: 1.5rem;
}
.counter-wrapper .icon-bg {
  margin: 0 auto;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content-wrapper,
footer {
  flex-shrink: 0;
}
.content-wrapper {
  flex-grow: 1;
}





.lift {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.lift:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0rem 0.25rem 1.25rem rgba(52, 63, 82, 0.1);
}
.cursor-light a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;opacity:0.9;%7D.cls-2%7Bfill:%23262b32;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}
.cursor-dark a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23262b32;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}
.cursor-primary a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233f78e0;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}




.btn-primary.btn-circle.ripple::before,
.btn-primary.btn-circle.ripple::after {
  background: #3f78e0;
}








aside:not(.doc-sidebar) .widget+.widget {
  margin-top: 2rem;
}
footer [class*=col-] .widget+.widget {
  margin-top: 1rem;
}
.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100%;
}
.sidebar nav .nav-link {
  font-weight: 500;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.sidebar nav .nav-link.active {
  color: #3f78e0 !important;
}


footer.bg-dark,
.footer.bg-dark {
  background: #21262c !important;
}





footer.bg-dark.angled.lower-end:after,
footer.bg-dark.angled.upper-end:before {
  border-right-color: #21262c !important;
}
footer.bg-dark.angled.lower-start:after,
footer.bg-dark.angled.upper-start:before {
  border-left-color: #21262c !important;
}


.cen {
  text-align: center;
}





.row1 {
  display: grid;
  grid-auto-flow: column;
  gap: 5%;
}



/* add new styling */

.ctm-card-img-bottom{
  width:39%;
}
.with-img-mbl{
  display:flex;
}
.ctm-align{
  align-self: center;
  margin-left: 20px !important;
}
.ctm-align h6{
  font-size:12px;
}
.clr-blue{
  color:#0A5AD1;
  font-size: 18px;
  line-height: 19px;
}

.ctm-text p{
  color: #343F52;
  font-size:16px;
}
.red{
  color:red;
}
/* ribbon */
.ctm-badge {
  margin-left: 2.5% !important;
  padding: 11px !important;
  font-size: 15px !important;
  width: 15% !important;
  box-shadow: 0 5px 10px rgba(0,0,0,.1) !important;
}
.btm-dark{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color:white !important;
  display:flex;
  background:#585858 !important;
}
.btm-dark p{
  margin:0px 8px 0px 0px;
}
.ctm-line{
  line-height: 20.94px !important;
}

/* ribbon end */
@media only screen and (max-width:4096px) and (min-width:2304px){
  .mbl-show{
    display:none;
  }
  .ctm-footer-icons{
    display:none !important;
    }
    .ctm-card-img-bottom{
      width:100%;
    }
}
@media only screen and (max-width:2303px) and (min-width:1601px){
  .mbl-show{
    display:none;
  }
  .ctm-footer-icons{
    display:none !important;
    }
    .ctm-card-img-bottom{
      width:100%;
    }
}
@media only screen and (max-width:1600px) and (min-width:992px){
  .mbl-show{
    display:none;
  }
  .ctm-card-img-bottom{
    width:100%;
  }
  .ctm-footer-icons{
    display:none !important;
    }
}
@media only screen and (max-width:991px) and (min-width:769px){
  .ratings{
    width:4rem !important;
  }
  .desktop-show{
    display:none !important;
  }
  .negative-mr{
    margin-top: -75px !important;
  }
  .btm-dark{
    display:block;
  }
  .mbl-hide{
    display:none !important
  }

  .ctm-card-img-bottom{
    width:39%;
  }
  .ctm-footer-icons{
    display:none !important;
    }
    .ctm-align {
      align-self: center;
      margin-left: 40px !important;
     }
     
}

@media only screen and (max-width:768px){
  .ratings{
    width:4rem !important;
  }
  .desktop-show{
    display:none !important;
  }
  .negative-mr{
    margin-top: -75px !important;
  }
  .btm-dark{
    display:block;
  }
  .mbl-hide{
    display:none !important
  }
  .ctm-badge{
    margin-left: 6.5% !important;
    width: 40% !important;
  }
  .ctm-footer-icons{
    justify-content: space-between;
    padding:0px !important;
    background-color: #f4f5f7!important;
    border: 1px solid gray;
  }
  .ctm-footer-icons a {
    margin: 0px !important;
    padding: 5px !important;
    flex: 1 !important;
    border-right: 1px solid gray;
    /* border-bottom: 1px solid gray; */
    /* border: 1px solid gray; */
    text-align: center;
  }
  .ctm-footer-icons a:last-child{
    border-right: none;
  }
  .ctm-footer-icons a i{
    /* border-right:1px solid gray !important;
    border-bottom:1px solid gray !important; */
    padding:21px !important;
    font-size: 1rem !important;
  }
  
 
 
 .ctm-img {
    width: 58% !important;
    background-image: url(../img/shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 15px 15px 15px;
    color: white;
    font-size: 16px !important;
    margin-left: 30px;
    text-align: center;
}




.f-ctm-icons{
  position: fixed;
  bottom: 0;
  width:100%;
}
.ctm-text p{
  line-height: 30px;
}
.custom-nav ul li{
  display: block !important;
  border: 1px solid #dad6d6;
  margin:7px 0px;
   }
   .custom-nav ul.no-bdr li{
     border:none !important;
   }
   .custom-nav ul li .dropdown .dropdown-menu {
    width: 326px !important;
    transform: translate3d(-7px, 37px, 0px) !important;
   }
   .btn1 {
    padding: 0.1rem 0.4rem !important;
     }
     .ctm-m-star{
      margin-left:7px !important;
     }

}

/* below serach bar section css */
.custom-nav{
  background: white !important;
  border-radius:5px;
  margin-top:15px;
  padding:10px;
}
.custom-nav ul {
  margin:0;
  padding:0;
}
.custom-nav ul li{
  display: inline-block;
  padding:0px 5px;
}
.custom-nav ul li .dropdown a{
  font-size:14px;
}
.custom-nav ul li svg{
  width:18px !important;
}
.btn:hover {
  transform: none !important;
  box-shadow: none !important;
  color: #5f6368 !important;
}
.btn1{
  padding: 0.5rem 0.1rem;
}
.custom-nav ul li .dropdown .dropdown-menu{
  width: 350px;
  background:#f8f9fa !important;
  border:1px solid #dee2e6;
  border-radius:2px !important;
  padding:10px !important;
}
.custom-nav ul li .dropdown .dropdown-menu label{
  color:black !important;
  font-weight: 700 !important;
  margin-bottom: 1px !important;
  color:black !important;
  display: block !important;
}
.custom-nav ul li .dropdown .dropdown-menu select{
  border-radius: 0px !important;
  font-size:13px !important;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  border:1px solid #dee2e6 !important;
  color:black !important;
}
.custom-nav ul li .dropdown .dropdown-menu input{
  border-radius: 0px !important;
  font-size:13px !important;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  border:1px solid #dee2e6 !important;
  color:black !important;
}
.custom-nav ul li .dropdown .dropdown-menu input.radio{
  width:auto !important;
  border-radius: 50% !important;
  font-size:13px !important;
}
.custom-nav ul li .dropdown .dropdown-menu .form-group{
 margin-bottom:10px;
}
.custom-nav ul li .badge{
  background:#f2f2f2 !important;
   color:black !important;
   padding: 0.1em 0.7em !important;
}
.custom-nav ul li .badge svg{
 width:16px !important;
 padding: 0px !important;
 margin:0px !important;
}

.a_txt_blue{color:#0A5AD1;}







/* ribbon css */

.ctm-img {
    width: 17%;
    background-image: url(../img/shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 15px 15px 15px;
    color: white;
    font-size: 19px;
    margin-top: -4px;
    margin-left: 30px;
    text-align: center;
}




/* New HR css on the Company Page */

.new-hr {
    
    margin: 1.5rem 0;
    color: rgba(164, 174, 198, 0.2);
    background-color: currentColor;
    border: 0;
    opacity: 1;
}





.badgepage {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem !important;
}
    
    
    
    
    
 /* STEPS */   
    
.steps {
    background: #313232;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    border: 1px solid #313232;
    position: relative;
    margin-right: 4px;
}


.steps:after {
    position: absolute;
    display: inline-block;
    border-top: 12px solid transparent;
    border-left: 12px solid #313232;
    border-bottom: 12px solid transparent;
    right: -8px;
    content: '';
}






.newmb-1 {
  margin-bottom: 0.25rem !important;
  color: #0A5AD1 !important;
}





:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}



/* PrismJS 1.24.1 */
code[class*="language-"],
pre[class*="language-"] {
  color: #4EC9B0;
  background: none;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 1em;
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
  background: #2d2d2d;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}
.token.punctuation {
  color: #ccc;
}
.token.tag {
  color: #DCDCDC;
}
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #569CD6;
}
.token.function-name {
  color: #DCDCDC;
}
.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}
.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}
.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}
.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #D69D85;
}
.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.inserted {
  color: green;
}



a,
a:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-link:focus,
.nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.page-item.active .page-link,
.page-link:hover,
.page-link:focus,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
.text-inverse a:not(.btn):hover,
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover,
.filter:not(.basic-filter) ul li a.active,
.filter:not(.basic-filter) ul li a:hover,
.filter.basic-filter ul li a.active,
.filter.basic-filter ul li a:hover,
.icon-list.bullet-primary i,
.icon-list.bullet-soft-primary i,
.link-primary,
.unordered-list.bullet-primary li:before,
.link-primary:focus,
.link-primary:hover,
.post-meta li a:hover,
.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-soft-primary:hover,
.btn-white.btn-play:hover,
.btn-soft-primary,



.collapse-link,
.collapse-link:hover,
.breadcrumb-item a:hover,
.plyr--full-ui input[type=range],
.progress-wrap:after,
.navbar-light.fixed .nav-link:focus,
.navbar-light.fixed .nav-link:hover,
.external:hover,
.external:hover:after,
.navbar-expand.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after,
.navbar-light .language-select .dropdown-toggle:after {
  color: #343f52;
}
.link-dark:hover,
.text-primary,
.text-reset a:hover,
a.text-reset:hover,
.list-unstyled li a.active,
.icon-list.bullet-bg i[class*=bullet-soft-primary],
.icon-list.bullet-bg i.bullet-white,
.icon-list.bullet-white i,
.sidebar nav .nav-link.active,
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  color: #343f52 !important;
}
.form-control:focus {
  border-color: #9a9fa9;
}
.text-line.text-primary:before,
.tooltip-inner,
.icon-list.bullet-primary.bullet-bg i,
.form-check-input:checked,
.btn-primary,
.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.disabled:not(.btn-circle):not(.btn-block),
.btn-primary:disabled:not(.btn-circle):not(.btn-block),
.btn-outline-primary:hover,
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.navbar.navbar-light.fixed .btn:not(.btn-expand),
.text-line:before {
  background-color: #343f52;
}
.bg-primary,
.icon-list.bullet-bg i[class*=bullet-primary] {
  background-color: #343f52 !important;
}


.text-inverse a:not(.btn):hover,
.form-check-input:checked,
.btn-primary,
.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary.disabled:not(.btn-circle):not(.btn-block),
.btn-primary:disabled:not(.btn-circle):not(.btn-block),
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.navbar.navbar-light.fixed .btn:not(.btn-expand),
blockquote,
.post-meta li a:hover,
.hero-slider:before,
.lg-outer .lg-item:after,
.loader,
.tp-loader.spinner {
  border-color: #343f52;
}
.border-primary {
  border-color: #343f52 !important;
}


.progress-list .progressbar.primary svg path:last-child,
.progress-wrap svg.progress-circle path {
  stroke: #343f52;
}
.progress-list .progressbar.soft-primary svg path:last-child {
  stroke: #858c97;
}

::-moz-selection {
  background: rgba(52, 63, 82, 0.7);
}
::selection {
  background: rgba(52, 63, 82, 0.7);
}

a.hover-2:before,
a.hover-3:before {
  background-color: #dfe0e3;
}
.bg-soft-primary {
  background-color: #f0f1f2 !important;
}
.text-soft-primary {
  color: #f0f1f2 !important;
}
.bg-pale-primary {
  background-color: #dfe0e3 !important;
}
.text-pale-primary {
  color: #dfe0e3 !important;
}
.bg-gradient-primary {
  background: linear-gradient(180deg, #f0f1f2, rgba(255, 255, 255, 0) 100%);
}
.bg-gradient-reverse-primary {
  background: linear-gradient(0deg, #f0f1f2, rgba(255, 255, 255, 0) 100%);
}
.border-soft-primary {
  border-color: #c2c5cb !important;
}
.wrapper.bg-soft-primary.angled.lower-start:after,
.wrapper.bg-soft-primary.angled.upper-start:before {
  border-left-color: #f0f1f2;
}
.wrapper.bg-soft-primary.angled.lower-end:after,
.wrapper.bg-soft-primary.angled.upper-end:before {
  border-right-color: #f0f1f2;
}
.wrapper.bg-pale-primary.angled.lower-start:after,
.wrapper.bg-pale-primary.angled.upper-start:before {
  border-left-color: #dfe0e3;
}
.wrapper.bg-pale-primary.angled.lower-end:after,
.wrapper.bg-pale-primary.angled.upper-end:before {
  border-right-color: #dfe0e3;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: #dadce0;
}
.icon-list.bullet-bg i[class*=bullet-soft-primary] {
  background-color: #dadce0 !important;
}
form.dark-fields .form-control:focus {
  border-color: rgba(52, 63, 82, 0.5);
}
.btn-soft-primary {
  background-color: #dfe0e3;
}
.btn-expand.btn-primary {
  color: #343f52;
}
.btn-expand.btn-primary:before {
  background-color: #343f52;
}
.btn-expand.btn-soft-primary {
  color: #343f52;
}
.btn-expand.btn-soft-primary i {
  color: #343f52;
}
.btn-expand.btn-soft-primary:before {
  color: #343f52;
  background-color: #dfe0e3;
}
.btn-expand.btn-soft-primary:hover {
  color: #343f52;
}
.btn-expand.btn-soft-primary:hover:before {
  color: #343f52;
}
.alert-dismissible.alert-primary .btn-close {
  color: #2f394a;
}
.alert-dismissible.alert-primary .btn-close:hover {
  color: #1f2631;
}
.alert-primary {
  color: #242c39;
  background-color: #ebecee;
  border-color: #c2c5cb;
}
.alert-primary .alert-link {
  color: #2a3242;
}
.swiper-container.nav-color .swiper-slide figure .item-link,
.swiper-container.nav-color .swiper-navigation .swiper-button {
  background: rgba(52, 63, 82, 0.9) !important;
}
.swiper-container.nav-color .swiper-navigation .swiper-button-disabled {
  background: rgba(52, 63, 82, 0.7) !important;
}
.overlay.color span.bg {
  background: rgba(52, 63, 82, 0.7);
}

.btn-soft-primary.btn-circle.ripple::after,
.btn-soft-primary.btn-circle.ripple::before {
  background-color: #f0f1f2;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'><path fill='#343f52' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/></svg>");
}
.cursor-primary a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23343f52;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #343f52;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #343f52;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #343f52;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #343f52;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #343f52;
  }
}
.navbar-light .navbar-nav .nav-link:hover,
.dropdown-item:hover {
  color: rgba(52, 63, 82, 0.7);
}













