@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/**
 * Dependencies
 */
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Raleway";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus: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: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  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: 1140px;
  }
}
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.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%;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .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: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .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%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .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: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .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%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.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: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .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: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0 rgba(49, 132, 253, 0.5);
}
.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: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.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(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 16px;
}
@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;
  }
}

/*--------------------------------------------------------------
# Swiper JS
--------------------------------------------------------------*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0d6efd;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

/**
 * App style
 */
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Dimension
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Effects
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Raleway";
  src: url("/app/themes/snoopedu/resources/assets/fonts/Raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
}
html {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #1A1D1F;
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 1.3;
  }
}

h1, .h1 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

h2, .h2 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 31px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 25px;
    line-height: 32px;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}
body.post, body.page {
  margin: 0;
}

.card {
  border: 0;
  overflow: hidden;
}
.card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-body {
  padding: 0;
}

a {
  text-decoration: none;
}
a:active {
  color: #30ba96;
}
a:hover {
  color: #30ba96;
}

body:not(.home) #page .section-header {
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  body:not(.home) #page .section-header {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  body:not(.home) #page .section-header {
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  body:not(.home) #page .section-header {
    margin-bottom: 100px;
  }
}
@media (min-width: 1921px) {
  body:not(.home) #page .section-header {
    margin-bottom: 100px;
  }
}
body:not(.home) #page .section-header .site-header.scroll-on {
  padding: 0;
}
@media (max-width: 575.98px) {
  body:not(.home) #page .section-header .site-header {
    height: 48px;
  }
}
body:not(.home) #page .section-header .site-header .main-navigation {
  visibility: hidden;
}
@media (max-width: 575.98px) {
  body:not(.home) #page .section-header .site-header .main-navigation .site-branding {
    display: none;
  }
}
@media (max-width: 575.98px) {
  body:not(.home) #page .section-header .site-header .main-navigation .menu {
    display: none;
  }
}
body:not(.home) #page .section-header .btn-login {
  display: block;
  visibility: visible;
}
body.page-template-lms-dashboard #page .section-header .btn-login {
  display: block;
  visibility: hidden;
}

.section-header {
  margin-bottom: 230px;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-header {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .section-header {
    margin-bottom: 80px;
  }
}
.section-header .site-header.sticky {
  padding: 41px 0;
}
@media (max-width: 767.98px) {
  .section-header .site-header.sticky {
    padding: 21px 0;
  }
}
.section-header .site-header.scroll-on {
  padding: 21px 0;
}
.section-header .main-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section-header .main-navigation .site-branding img {
  width: 96px;
}
@media (max-width: 575.98px) {
  .section-header .main-navigation .site-branding img {
    width: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-header .main-navigation .site-branding img {
    width: 60px;
  }
}
.section-header .main-navigation .menu-menu-1-container ul {
  padding: 0;
  display: flex;
  margin: 0;
  height: 100%;
  align-items: center;
}
.section-header .main-navigation .menu-menu-1-container ul li {
  padding: 0 20px;
  list-style: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 575.98px) {
  .section-header .main-navigation .menu-menu-1-container ul li {
    font-size: 12px;
    padding: 0 10px;
  }
  .section-header .main-navigation .menu-menu-1-container ul li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-header .main-navigation .menu-menu-1-container ul li {
    font-size: 14px;
  }
}
.section-header .main-navigation .menu-menu-1-container ul li a {
  text-decoration: none;
  color: #000000;
  transition: all 0.15s ease-in-out;
}
.section-header .main-navigation .menu-menu-1-container ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .section-header .main-navigation .btn-login {
    display: none;
  }
}
.section-header .main-navigation .btn-login .login-snoopedu {
  text-decoration: none;
  height: 44px;
  width: 194px;
  padding: 12.5px 24px;
  border-radius: 8px;
  background-color: #30ba96;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-header .main-navigation .btn-login .login-snoopedu {
    width: 160px;
    font-size: 14px;
    height: 38px;
    padding: 12.5px 12px;
  }
}
.section-header .main-navigation .btn-login .login-snoopedu:hover {
  color: #000000;
}
.section-header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.section-header .scroll-on {
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  margin-top: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  bottom: initial;
  background-color: #fffaee;
}
.section-header .image-bg img {
  display: block;
  position: absolute;
  top: 0;
  left: 47%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-header .image-bg img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-header .image-bg img {
    display: none;
  }
}

#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.admin-bar .sticky {
  top: 32px;
}
@media (max-width: 575.98px) {
  .admin-bar .sticky {
    top: 46px;
  }
}
.admin-bar .scroll-on {
  top: 32px;
}
@media (max-width: 575.98px) {
  .admin-bar .scroll-on {
    top: 46px;
  }
}

.slider-home {
  position: relative;
  background-color: #FFFFFF;
}
.slider-home .container-lg {
  position: relative;
}
@media (max-width: 991.98px) {
  .slider-home .row {
    flex-direction: column-reverse;
  }
}
.slider-home .row .col-md-8 {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .slider-home .row .col-md-8 {
    padding-left: 16px;
  }
}
.slider-home .col-lg-4 {
  position: relative;
}
.slider-home .txt-head {
  z-index: 6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .slider-home .txt-head {
    margin-top: 30px;
    position: relative;
    top: 0;
    transform: none;
  }
  .slider-home .txt-head h1, .slider-home .txt-head .h1 {
    text-align: center;
  }
}
.slider-home .txt-head h1, .slider-home .txt-head .h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: #1A1D1F;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .slider-home .txt-head h1, .slider-home .txt-head .h1 {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-home .txt-head h1, .slider-home .txt-head .h1 {
    font-size: 35px;
  }
}
.slider-home .txt-header {
  margin-top: 27px;
  z-index: 1;
}
.slider-home .txt-header h1, .slider-home .txt-header .h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
}
@media (max-width: 575.98px) {
  .slider-home .txt-header h1, .slider-home .txt-header .h1 {
    font-size: 25px;
  }
}
.slider-home .swiper-slide {
  width: 100%;
}
@media (max-width: 575.98px) {
  .slider-home .swiper-slide {
    width: 100%;
  }
}
.slider-home .swiper-slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .slider-home .swiper-slide img {
    height: 220px;
  }
}
.slider-home .swiper-slide .img-slide {
  background-repeat: no-repeat;
  width: 100%;
  height: 448px;
  background-position: center;
  border-radius: 20px;
  margin-right: 40px;
}
.slider-home .swiper-pagination {
  margin-top: 20px;
  position: unset;
  text-align: right;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  padding-right: 79px;
}
@media (max-width: 991.98px) {
  .slider-home .swiper-pagination {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .slider-home .swiper-pagination {
    position: absolute;
  }
}
.slider-home .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #30ba96;
}
.slider-home .swiper-pagination span {
  background: #FFFFFF;
  border: #30ba96 solid 1px;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.slider-home .btn-log {
  text-align: center;
  max-width: 272px;
}
@media (max-width: 575.98px) {
  .slider-home .btn-log {
    max-width: 100%;
  }
}
.slider-home .btn-log .login-snoopedu {
  text-decoration: none;
  border: none;
  height: 44px;
  border-radius: 8px;
  background-color: #30ba96;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 576px) {
  .slider-home .btn-log .login-snoopedu {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-home .btn-log .login-snoopedu {
    width: 160px;
    font-size: 14px;
    height: 38px;
    padding: 12.5px 12px;
  }
}
.slider-home .btn-log .login-snoopedu:hover {
  color: #000000;
}
.slider-home .bg-up::before {
  position: absolute;
  top: 0;
  left: auto;
  right: 150px;
  transform: translate(-50%, -50%);
  content: url("/app/themes/snoopedu/resources/assets/images/ellipse1.png");
  width: 50px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-home .bg-up::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .slider-home .bg-up::before {
    display: none;
  }
}
.slider-home .bg-down::after {
  position: absolute;
  top: 88%;
  left: auto;
  right: 456px;
  transform: translate(-50%, -50%);
  content: url("/app/themes/snoopedu/resources/assets/images/polygon 3.png");
  width: 50px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-home .bg-down::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .slider-home .bg-down::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .image-bg::before {
    background-image: url("/app/themes/snoopedu/resources/assets/images/ellipse2.svg");
    background-position: center;
    background-position-x: 100%;
    background-size: 30%;
    background-repeat: no-repeat;
    height: 100%;
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-bg::before {
    background-size: 25%;
    top: 17px;
  }
}

#section_programs {
  font-family: "Raleway", sans-serif;
  padding: 166px 0 91px;
}
@media screen and (max-width: 767px) {
  #section_programs {
    padding: 55px 0 48px;
  }
}
#section_programs .img-feature {
  width: 323px;
  min-height: auto;
  height: 323px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  background-position: top;
}
@media screen and (min-device-width: 576px) and (max-device-width: 767px) {
  #section_programs .img-feature {
    width: 508px;
    height: 508px;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
  #section_programs .img-feature {
    width: 277px;
    height: 277px;
  }
}
#section_programs ul.period {
  display: none;
  float: left;
  padding: 0px;
  margin: 31px 0px 12px;
  font-feature-settings: "pnum" on, "lnum" on;
}
@media screen and (max-width: 767px) {
  #section_programs ul.period {
    margin-bottom: 25px 0px 8px;
  }
}
#section_programs ul.period > li {
  display: inline;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #08668D;
}
#section_programs ul.period > li:first-child:after {
  content: "-";
  padding: 0px 10px;
}
#section_programs h2, #section_programs .h2,
#section_programs h2.program-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 53.5px;
}
@media screen and (max-width: 767px) {
  #section_programs h2, #section_programs .h2,
#section_programs h2.program-title {
    margin-bottom: 0px;
    font-size: 25px;
  }
}
#section_programs h3, #section_programs .h3 {
  margin-top: 31px;
  font-size: 25px;
  line-height: 32px;
  font-family: "Raleway";
  font-weight: 700;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  #section_programs h3, #section_programs .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
#section_programs h3 > a, #section_programs .h3 > a {
  text-decoration: none;
  color: #1A1D1F;
}
#section_programs p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1A1D1F;
}
#section_programs .control-nav {
  height: 60px;
  position: relative;
  z-index: 88;
}
@media screen and (max-width: 766px) {
  #section_programs .control-nav {
    display: block;
    overflow: hidden;
  }
}
@media screen and (min-width: 767px) {
  #section_programs .control-nav {
    position: relative;
    margin-top: 40px;
  }
}
#section_programs .swiper-button-prev:after,
#section_programs .swiper-container-rtl .swiper-button-next:after,
#section_programs .swiper-button-next:after,
#section_programs .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
@media screen and (min-width: 767px) {
  #section_programs .swiper-button-prev:after,
#section_programs .swiper-container-rtl .swiper-button-next:after,
#section_programs .swiper-button-next:after,
#section_programs .swiper-container-rtl .swiper-button-prev:after {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
  }
}
#section_programs .swiper-button-prev:hover > .icon-prev:after {
  content: url("/app/themes/snoopedu/resources/assets/images/prev-hover.svg");
}
#section_programs .swiper-button-next:hover > .icon-next:after {
  content: url("/app/themes/snoopedu/resources/assets/images/next-hover.svg");
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 5px 0px 0px 15px;
}
@media (max-width: 575.98px) {
  #section_programs .swiper-button-next:hover > .icon-next:after {
    margin: 9px 0px 0px 15px;
    width: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section_programs .swiper-button-next:hover > .icon-next:after {
    margin: 8px 0px 0px 15px;
  }
}
#section_programs .icon-next:after {
  content: url("/app/themes/snoopedu/resources/assets/images/next001.svg");
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 6px 0px 0px 15px;
}
@media (max-width: 575.98px) {
  #section_programs .icon-next:after {
    margin: 9px 0px 0px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section_programs .icon-next:after {
    margin: 9px 0px 0px 15px;
  }
}
#section_programs .icon-prev:after {
  content: url("/app/themes/snoopedu/resources/assets/images/prev001.svg");
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 6px 0px 0px 13px;
}
@media (max-width: 575.98px) {
  #section_programs .icon-prev:after {
    margin: 9px 0px 0px 13px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section_programs .icon-prev:after {
    margin: 9px 0px 0px 13px;
  }
}
#section_programs .swiper-button-next img {
  padding-left: 3px;
}
#section_programs .swiper-button-prev img {
  padding-right: 3px;
  width: 10.5px;
}
#section_programs .swiper-button-prev:hover,
#section_programs .swiper-container-rtl .swiper-button-next:hover,
#section_programs .swiper-button-next:hover,
#section_programs .swiper-container-rtl .swiper-button-prev:hover {
  background: #edf0ef;
  color: #FFFFFF;
}
@media screen and (min-width: 767px) {
  #section_programs .swiper-button-prev:hover,
#section_programs .swiper-container-rtl .swiper-button-next:hover,
#section_programs .swiper-button-next:hover,
#section_programs .swiper-container-rtl .swiper-button-prev:hover {
    background: #edf0ef;
    color: #FFFFFF;
  }
}
#section_programs .col-program-title {
  width: 80%;
  float: left;
}
#section_programs .control-nav {
  width: 104px;
  float: right;
}
#section_programs .swiper-button-prev,
#section_programs .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #2FB894;
  border-radius: 36px;
}
@media screen and (min-width: 767px) {
  #section_programs .swiper-button-prev,
#section_programs .swiper-button-next {
    width: 36px;
    height: 36px;
    background: #2FB894;
    border-radius: 36px;
  }
}
@media screen and (max-width: 767px) {
  #section_programs .swiper-slide {
    height: 100% !important;
  }
  #section_programs .swiper-slide:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 575.98px) {
  #section_programs .swiper-button-prev,
#section_programs .swiper-button-next {
    top: 39%;
  }
}

a.d-sm-none.d-md-none.see-more-btn {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  color: #1A1D1F;
  margin-top: 22px;
  text-decoration: none;
  display: none;
}

#snp-add-program {
  background: #F1FFF2;
  position: relative;
  z-index: 23;
}
#snp-add-program .content-add-program {
  padding: 59px 72px 68px;
}
@media screen and (max-width: 767px) {
  #snp-add-program .content-add-program {
    padding: 33px 0px 52px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #snp-add-program .content-add-program {
    padding: 15px 15px 30px;
  }
}
#snp-add-program .content-add-program .top-btn {
  margin-top: 40px;
}
@media (max-width: 486px) {
  #snp-add-program .content-add-program .top-btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  #snp-add-program .content-add-program .top-btn {
    text-align: center;
    margin-top: 40px;
  }
}
#snp-add-program h3, #snp-add-program .h3 {
  font-family: Raleway;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #snp-add-program h3, #snp-add-program .h3 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
  }
}
#snp-add-program p {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #snp-add-program p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}
#snp-add-program a {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  padding: 12.5px 24px;
  border: 1.5px solid #2FB894;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 170px;
}
@media screen and (max-width: 767px) {
  #snp-add-program a {
    width: 100%;
    padding: 12.5px auto;
  }
}
@media (min-width: 500px) {
  #snp-add-program a {
    width: 100px;
  }
}
#snp-add-program a:hover {
  background-color: #30ba96;
  color: #1A1D1F;
}
#snp-add-program .col-md-4.col-sm-6.add-bt-border {
  border-right: 1px solid #E1F1E8;
}
#snp-add-program .col-md-4.col-sm-6.add-bt-border:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  #snp-add-program .col-md-4.col-sm-6.add-bt-border {
    box-sizing: border-box;
    border-bottom: 1px solid #E1F1E8;
  }
  #snp-add-program .col-md-4.col-sm-6.add-bt-border:last-child {
    border: none;
  }
}
#snp-add-program .img-icon {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #snp-add-program .img-icon {
    align-items: center;
  }
}
#snp-add-program .img-icon img {
  width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 25px;
}
@media (max-width: 575.98px) {
  #snp-add-program .img-icon img {
    width: 30px;
    height: 30px;
  }
}

.snp-program-carousel .swiper-slide:first-child {
  justify-content: center;
}
.snp-program-carousel .swiper-slide {
  height: auto;
  align-items: flex-start;
}

.section-our-mission {
  margin-top: 174px;
  padding: 59px 72px 68px;
  background-color: #eefbff;
}
@media (max-width: 767.98px) {
  .section-our-mission {
    margin-top: 55px;
    padding: 50px 0;
  }
}
.section-our-mission .title-mistion h3, .section-our-mission .title-mistion .h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 575.98px) {
  .section-our-mission .title-mistion h3, .section-our-mission .title-mistion .h3 {
    font-size: 25px;
  }
}
.section-our-mission .title-mistion .image-bg2 {
  margin-left: 110px;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .section-our-mission .title-mistion .image-bg2 {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .section-our-mission .title-mistion .image-bg2 img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-our-mission .title-mistion .image-bg2 img {
    display: none;
  }
}
.section-our-mission .title-mistion .image-bg1 img {
  padding-left: 20px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .section-our-mission .title-mistion .image-bg1 img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-our-mission .title-mistion .image-bg1 img {
    display: none;
  }
}
.section-our-mission .description {
  padding-right: 0px;
}
.section-our-mission .description p {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .section-our-mission .description p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Raleway";
  }
}
.section-our-mission .text-number {
  margin-top: 50px;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .section-our-mission .text-number {
    text-align: center;
    justify-content: stretch;
  }
}
.section-our-mission .text-number span {
  list-style: none;
  margin-right: 90px;
  font-size: 45px;
  line-height: 32px;
  font-weight: 600;
  color: #08668D;
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (max-width: 575.98px) {
  .section-our-mission .text-number span {
    font-size: 30px;
    font-weight: 600;
    margin-right: 38px;
    text-align: center;
  }
}
.section-our-mission .text-number span .txt-name {
  font-size: 16px;
  color: #1A1D1F;
  font-weight: 500;
  line-height: 32px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .section-our-mission .text-number span .txt-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Raleway";
  }
}
.section-our-mission .bg-part {
  background-color: #fffaee;
  align-items: center;
  border-radius: 20px;
  margin-top: 85px;
  padding: 44px 90px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-our-mission .bg-part {
    margin-top: 40px;
    padding: 31px 10px;
  }
}
.section-our-mission .bg-part .row {
  width: 100%;
  margin: 0;
  align-items: center;
}
.section-our-mission .bg-part .txt-q {
  font-size: 25px;
  line-height: 56px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .section-our-mission .bg-part .txt-q {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-our-mission .bg-part .btn-part {
  text-align: center;
  margin-top: 9px;
  max-width: 100%;
  align-items: center;
}
.section-our-mission .bg-part .btn-part a.link-partner {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  line-height: 19px;
  font-weight: 700;
  border-radius: 7px;
  border: #30ba96 solid 1px;
  padding: 10px 20px;
  display: inline-block;
  min-width: 170px;
}
.section-our-mission .bg-part .btn-part a.link-partner:hover {
  background-color: #30ba96;
  color: #1A1D1F;
}
@media (max-width: 575.98px) {
  .section-our-mission .bg-part .btn-part a.link-partner {
    padding: 12px 50px;
    margin-top: 25px;
  }
}

.section-message {
  margin-top: 170px;
}
@media (max-width: 575.98px) {
  .section-message {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-message {
    margin-top: 100px;
  }
}
.section-message .title-message h3, .section-message .title-message .h3 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 575.98px) {
  .section-message .title-message h3, .section-message .title-message .h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
.section-message .img-ms {
  margin-top: 70px;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-message .img-ms {
    margin-top: 20px;
    display: inline-flex;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-message .img-ms {
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-message .img-ms {
    margin-top: 120px;
  }
}
.section-message .img-ms img {
  width: 227px;
  height: 227px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: inline-block;
}
@media (min-width: 992px) {
  .section-message .img-ms img {
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 575.98px) {
  .section-message .img-ms img {
    width: 72px;
    min-width: 72px;
    height: 72px;
    margin-right: 16px;
  }
}
.section-message .txt-name-p {
  color: #1A1D1F;
  font-size: 20px;
  font-weight: 700;
  padding: 22px 0;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  .section-message .txt-name-p {
    display: none;
  }
}
.section-message .descript {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-message .descript {
    margin-top: 340px;
  }
}
@media (max-width: 575.98px) {
  .section-message .descript {
    margin: 130px 0 0;
  }
}
.section-message .descript .txt-name {
  color: #1A1D1F;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .section-message .descript .txt-name {
    display: none;
  }
}
.section-message .descript p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 575.98px) {
  .section-message .descript p {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-message .img-ms1 {
  position: absolute;
  right: 13%;
  margin-top: -77px;
  display: block;
}
.section-message .img-ms1 img {
  width: 108px;
  display: inline-block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-message .img-ms1 {
    display: none;
    right: 0;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .section-message .img-ms1 {
    display: none;
    right: 0;
    margin-top: 0;
  }
}
.section-message .img-ms2 {
  margin: 50px 254px;
}
.section-message .img-ms2 img {
  width: 116px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .section-message .img-ms2 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-message .img-ms2 {
    margin: 0;
    width: 100%;
  }
}
.section-message .img-back {
  position: relative;
}
@media (min-width: 768px) {
  .section-message .img-back {
    display: flex;
    justify-content: center;
  }
}
.section-message .img-ms3 {
  z-index: 0;
  position: absolute;
  left: 5px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .section-message .img-ms3 {
    left: calc(50% - 227px);
    transform: translateX(calc(-50% + 170px));
  }
}
@media (min-width: 768px) {
  .section-message .img-ms3 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .section-message .img-ms3 {
    transform: none;
    left: -35px;
  }
}
.section-message .img-ms3 img {
  width: 212px;
}
@media (max-width: 575.98px) {
  .section-message .img-ms3 img {
    width: 68px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-message .img-ms3 img {
    width: 200px;
  }
}
.section-message #message a {
  color: #30ba96;
}
.section-message #message p {
  margin-bottom: 30px;
  text-align: justify;
}
.section-message #message #collapse-message {
  margin-bottom: 20px;
}
.section-message #message #collapse-button {
  font-weight: 500;
  color: #30ba96;
}
.section-message #message #collapse-message.collapse:not(.show) {
  display: block;
  height: 150px;
  overflow: hidden;
}
.section-message #message #collapse-message.collapsing {
  height: 150px;
}
.section-message #message #collapse-button.collapsed::after {
  content: "Read more";
}
.section-message #message #collapse-button:not(.collapsed)::after {
  content: "Read less";
}

.img-ellipe img {
  position: absolute;
  right: 0;
  margin-top: -80px;
  z-index: 0;
}
@media (min-width: 576px) {
  .img-ellipe img {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .section-contact {
    margin-top: 55px;
  }
}
.section-contact .bg-contact {
  background-color: #eefbff;
  border-radius: 20px 0px 0px 20px;
  height: auto;
}
@media (max-width: 575.98px) {
  .section-contact .bg-contact {
    height: auto;
    border-radius: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .bg-contact {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contact .bg-contact {
    border-radius: 0;
  }
}
.section-contact .padding-5 {
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .section-contact .padding-5 {
    padding-right: 16px;
  }
}
.section-contact .padding-7 {
  padding-left: 0;
  padding-right: 0;
}
.section-contact .txt-contact {
  padding: 30px;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact {
    padding: 20px 0 50px;
  }
}
.section-contact .txt-contact h2, .section-contact .txt-contact .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact h2, .section-contact .txt-contact .h2 {
    font-size: 25px;
  }
}
.section-contact .txt-contact p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 87px;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact p {
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: -12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .txt-contact p {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contact .txt-contact p {
    margin-bottom: 50px;
  }
}
.section-contact .txt-contact .media-share {
  margin-left: 25px;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .media-share {
    margin-left: 3px;
  }
}
.section-contact .txt-contact .media-share ul {
  padding: 0;
  margin-bottom: 0;
}
.section-contact .txt-contact .media-share ul a {
  text-decoration: none;
  display: inline-block;
}
.section-contact .txt-contact .media-share ul a li {
  display: inline-flex;
  list-style: none;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .media-share ul a li {
    margin-right: 20px;
    margin-left: 0;
  }
}
.section-contact .txt-contact .media-share ul a li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}
.section-contact .txt-contact .email {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .email {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .txt-contact .email {
    margin-bottom: 20px;
  }
}
.section-contact .txt-contact .email .txt-header {
  color: #1A1D1F;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .email .txt-header {
    margin-bottom: 10px;
  }
}
.section-contact .txt-contact .email span {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section-contact .txt-contact .phone {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
}
.section-contact .txt-contact .phone .txt-header {
  color: #1A1D1F;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .phone .txt-header {
    margin-bottom: 10px;
  }
}
.section-contact .txt-contact .phone span {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section-contact .txt-contact .address {
  width: 100%;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .address {
    width: 100%;
  }
}
.section-contact .txt-contact .address .txt-header {
  color: #1A1D1F;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .address .txt-header {
    margin-bottom: 10px;
  }
}
.section-contact .txt-contact .address span {
  font-size: 14px;
  font-weight: 500;
}
.section-contact .txt-contact .box-media {
  display: flex;
  background: #FFFFFF;
  padding: 27px 15px;
  border-radius: 12px;
  margin-top: 20px;
  width: 100%;
  align-items: center;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .box-media {
    width: 100%;
    display: inline-block;
    padding: 15px;
  }
}
.section-contact .txt-contact .box-media .txt-add {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .section-contact .txt-contact .box-media .txt-add {
    margin-bottom: 10px;
  }
}
.section-contact .txt-contact .cz-left {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .section-contact .txt-contact .cz-left {
    padding-left: 16px;
  }
}
.section-contact .txt-contact .cz-right {
  padding-right: 16px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .txt-contact .cz-right {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .section-contact .txt-contact .cz-right {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .section-contact .txt-contact .cz-right {
    padding-right: 4px;
  }
}
.section-contact .map {
  height: 100%;
}
@media (max-width: 575.98px) {
  .section-contact .map {
    border-radius: 0;
  }
}
.section-contact .map img {
  width: 100%;
  border-radius: 0px 20px 20px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 560px;
}
@media (max-width: 575.98px) {
  .section-contact .map img {
    border-radius: 0;
    height: 506px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .map img {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contact .map img {
    border-radius: 0;
  }
}
.section-contact .map .acf-map {
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 991.98px) {
  .section-contact .map .acf-map {
    border-radius: 0;
  }
}

.section-contact {
  margin-top: 150px;
}
@media (max-width: 575.98px) {
  .section-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-contact .follow-us {
  text-align: center;
  margin-top: 45px;
}
.section-contact .follow-us .box-media {
  align-items: center;
}
@media (max-width: 575.98px) {
  .section-contact .follow-us .box-media {
    width: 100%;
    display: inline-block;
    padding: 15px;
  }
}
.section-contact .follow-us .box-media .txt-add {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .section-contact .follow-us .box-media .txt-add {
    margin-bottom: 10px;
  }
}
.section-contact .follow-us .box-media .media-share {
  margin-left: 0px;
}
@media (max-width: 575.98px) {
  .section-contact .follow-us .box-media .media-share {
    margin-left: 3px;
  }
}
.section-contact .follow-us .box-media .media-share ul {
  padding: 0;
  margin-bottom: 0;
}
.section-contact .follow-us .box-media .media-share ul a {
  text-decoration: none;
  display: inline-block;
}
.section-contact .follow-us .box-media .media-share ul a li {
  display: inline-flex;
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  .section-contact .follow-us .box-media .media-share ul a li {
    margin: 0 10px;
  }
}
.section-contact .follow-us .box-media .media-share ul a li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}
.section-contact .text-contact {
  padding: 30px;
  background: #eefbff;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact {
    border-radius: 0;
  }
}
.section-contact .text-contact h2, .section-contact .text-contact .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact h2, .section-contact .text-contact .h2 {
    font-size: 25px;
  }
}
.section-contact .text-contact p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact p {
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: -12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .text-contact p {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contact .text-contact p {
    margin-bottom: 50px;
  }
}
.section-contact .text-contact .media-share {
  margin-left: 25px;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .media-share {
    margin-left: 3px;
  }
}
.section-contact .text-contact .media-share ul {
  padding: 0;
  margin-bottom: 0;
}
.section-contact .text-contact .media-share ul a {
  text-decoration: none;
  display: inline-block;
}
.section-contact .text-contact .media-share ul a li {
  display: inline-flex;
  list-style: none;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .media-share ul a li {
    margin-right: 20px;
    margin-left: 0;
  }
}
.section-contact .text-contact .media-share ul a li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}
.section-contact .text-contact .email {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.22);
  min-height: 108px;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .email {
    margin-bottom: 20px;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .text-contact .email {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contact .text-contact .email {
    min-height: 133px;
  }
}
.section-contact .text-contact .email .txt-header {
  color: #1A1D1F;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .email .txt-header {
    margin-bottom: 10px;
  }
}
.section-contact .text-contact .email span {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section-contact .text-contact .phone {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.22);
  min-height: 108px;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .phone {
    margin-bottom: 20px;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-contact .text-contact .phone {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contact .text-contact .phone {
    min-height: 133px;
  }
}
.section-contact .text-contact .phone .txt-header {
  color: #1A1D1F;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .phone .txt-header {
    margin-bottom: 10px;
  }
}
.section-contact .text-contact .phone span {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section-contact .text-contact .address {
  width: 100%;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
  margin-top: 0px;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.22);
  min-height: 108px;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .address {
    height: auto;
  }
}
.section-contact .text-contact .address .txt-header {
  color: #1A1D1F;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .section-contact .text-contact .address .txt-header {
    margin-bottom: 10px;
  }
}
.section-contact .text-contact .address span {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "pnum" on, "lnum" on;
}

.required {
  color: #dd3333;
}

.tutor-button,
.tutor-btn,
.tutor-button.tutor-button-primary,
.tutor-btn.tutor-button-primary,
.tutor-course-enrolled-review-wrap .write-course-review-link-btn {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #30ba96;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}
.tutor-button:hover,
.tutor-btn:hover,
.tutor-button.tutor-button-primary:hover,
.tutor-btn.tutor-button-primary:hover,
.tutor-course-enrolled-review-wrap .write-course-review-link-btn:hover {
  filter: brightness(1);
  color: #1A1D1F;
  background-color: #30ba96;
}

.tutor-btn.bordered-btn:hover,
.tutor-button.bordered-button:hover {
  filter: brightness(1) !important;
  color: #1A1D1F !important;
  background-color: #30ba96 !important;
}

.tutor-announcement-details:hover {
  filter: brightness(1);
  color: #1A1D1F !important;
  background-color: #30ba96 !important;
}

.tutor-modal-button-group button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 24px !important;
  transition: all 0.1s ease-in-out;
  border-radius: 8px !important;
}

.tutor-announcement-cancel-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 24px;
  transition: all 0.1s ease-in-out;
  border-radius: 8px !important;
}
.tutor-announcement-cancel-btn:hover {
  color: #1A1D1F !important;
  background-color: #30ba96 !important;
}

.announcement-detail-edit-delete-button > button {
  padding: 12px 24px !important;
}

.tutor-dashboard-element-delete-btn:hover {
  color: #dd3333 !important;
}
.tutor-dashboard-element-delete-btn:hover i {
  color: #dd3333 !important;
}

.tutor-option-field-row label,
.tutor-form-group label {
  font-weight: 600;
}

.tutor-form-group input[type=password],
.tutor-form-group input[type=text],
.tutor-form-group input[type=tel] {
  outline: none;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.tutor-form-group input[type=tel] {
  width: 100%;
  display: block;
  border: 1px solid #dcdfe5;
  box-shadow: none;
  margin-bottom: 20px;
  line-height: 48px;
  padding: 0;
  text-indent: 15px;
  transition: 300ms;
  font-size: 16px;
}

.tutor-form-group select {
  outline: none;
  text-indent: 0;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  color: #1A1D1F;
}
.ui-datepicker .ui-datepicker-prev.ui-corner-all,
.ui-datepicker .ui-datepicker-next.ui-corner-all {
  color: #30ba96;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color: #1A1D1F;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #30ba96 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #1A1D1F !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background-color: #E9EDFB;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  background: none !important;
}

.tutor-course {
  justify-content: flex-start;
}
.tutor-course .tutor-course-header img {
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .tutor-course .tutor-course-header img {
    height: 168px;
    min-height: 168px;
    max-height: 168px;
  }
}
.tutor-course .tutor-loop-course-container .tutor-course-loop-meta {
  margin-bottom: 30px;
}
.tutor-course .tutor-loop-course-container .tutor-loop-author {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tutor-course .tutor-loop-course-container .tutor-loop-author .tutor-single-course-avatar {
  display: block;
}
.tutor-course .tutor-loop-course-container .tutor-loop-author .tutor-single-course-avatar img {
  width: 40px;
  height: 40px;
}
.tutor-course .tutor-loop-course-footer {
  margin-top: auto;
  display: none;
}

.page-template-lms-dashboard #page {
  position: relative;
  min-height: calc(100vh - 80px);
}
@media (min-width: 576px) {
  .page-template-lms-dashboard #page {
    min-height: calc(100vh - 100px);
  }
}
@media (min-width: 768px) {
  .page-template-lms-dashboard #page {
    min-height: calc(100vh - 100px);
  }
}
@media (min-width: 1400px) {
  .page-template-lms-dashboard #page {
    min-height: calc(100vh - 100px);
  }
}
@media (min-width: 1921px) {
  .page-template-lms-dashboard #page {
    min-height: calc(100vh - 230px);
  }
}
.page-template-lms-dashboard .section-header {
  display: none;
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .page-template-lms-dashboard .section-header {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .page-template-lms-dashboard .section-header {
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .page-template-lms-dashboard .section-header {
    margin-bottom: 100px;
  }
}
@media (min-width: 1921px) {
  .page-template-lms-dashboard .section-header {
    margin-bottom: 230px;
  }
}

.tutor-wrap {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tutor-wrap {
    padding-top: 50px;
  }
}
.tutor-wrap.tutor-user-public-profile .photo-area {
  margin-top: 0;
}

.tutor-login-wrap {
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .tutor-login-wrap {
    padding: 40px 25px;
  }
}
.tutor-login-wrap .tutor-login-form-wrap input[type=password],
.tutor-login-wrap .tutor-login-form-wrap input[type=text] {
  outline: none;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.tutor-login-wrap .tutor-form-register-wrap a,
.tutor-login-wrap .tutor-login-rememeber-wrap a,
.tutor-login-wrap .tutor-login-rememeber-wrap label {
  color: #1A1D1F;
  opacity: 1;
}
.tutor-login-wrap .tutor-login-form-wrap input[type=submit] {
  border-radius: 8px;
}

.tutor-forgot-password-form {
  position: relative;
  z-index: 2;
}

.tutor-dashboard h3, .tutor-dashboard .h3 {
  color: #1A1D1F;
}
.tutor-dashboard a {
  color: #1A1D1F;
  text-decoration: none;
}
.tutor-dashboard a:hover {
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-permalinks {
  padding: 10px 0;
}
@media (max-width: 575.98px) {
  .tutor-dashboard .tutor-dashboard-permalinks {
    border-right: none;
    border-bottom: 1px solid #dcdfe5;
  }
}
.tutor-dashboard .tutor-dashboard-permalinks li a:hover {
  color: #1A1D1F;
  background-color: #eefbff;
}
.tutor-dashboard .tutor-dashboard-permalinks li a:hover::before {
  color: #1A1D1F;
}
@media (max-width: 575.98px) {
  .tutor-dashboard .tutor-dashboard-header {
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .tutor-dashboard .tutor-dashboard-header .tutor-dashboard-header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }
}
.tutor-dashboard .tutor-dashboard-header .tutor-dashboard-header-button .tutor-btn.bordered-btn {
  text-decoration: none;
  color: #30ba96;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  padding: 12.5px 24px;
  border-radius: 8px;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}
.tutor-dashboard .tutor-dashboard-header .tutor-dashboard-header-button .tutor-btn.bordered-btn:hover {
  filter: brightness(1);
  color: #1A1D1F;
  background-color: #30ba96;
}
.tutor-dashboard .prev-btn span {
  color: #30ba96;
}
.tutor-dashboard .label-course-status {
  border-radius: 2px;
}
.tutor-dashboard .tutor-status-approved-context i {
  background: #30ba96;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-purchase_history {
  display: none;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-earning {
  display: none;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-withdraw {
  display: none;
}
.tutor-dashboard .tutor-dashboard-content > h2, .tutor-dashboard .tutor-dashboard-content > .h2 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .tutor-dashboard .tutor-dashboard-content > h2, .tutor-dashboard .tutor-dashboard-content > .h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
.tutor-dashboard .tutor-dashboard-content > h3, .tutor-dashboard .tutor-dashboard-content > .h3 {
  margin-bottom: 35px;
}
.tutor-dashboard .tutor-dashboard-content .prev-btn {
  font-weight: 600;
}
.tutor-dashboard .tutor-dashboard-content .prev-btn:hover {
  color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content .wp-list-table {
  width: 100%;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card {
  min-width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card {
    min-width: 50%;
  }
}
@media (min-width: 768px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card {
    min-width: 33.33%;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card p {
  background-color: #08668D;
}
.tutor-dashboard .tutor-dashboard-content .table-most-popular-course thead tr:first-child td {
  font-weight: 600;
}
.tutor-dashboard .tutor-dashboard-content .table-most-popular-course thead tr td:not(:first-child) {
  text-align: center !important;
}
.tutor-dashboard .tutor-dashboard-content .table-most-popular-course tbody tr td:not(:first-child) {
  text-align: center !important;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-inline-links a {
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-inline-links a:hover {
  color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-profile .tutor-dashboard-profile-item .heading {
  font-weight: 600;
}
.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_cover_area .tutor_cover_uploader {
  background-color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_cover_area .tutor_cover_uploader:hover {
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-mycourse-wrap:hover h3 a, .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-mycourse-wrap:hover .h3 a {
  color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-mycourse-wrap a:hover {
  color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-mycourse-wrap a:hover i {
  color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-mycourse-wrap .mycourse-footer i {
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-mycourse-content .tutor-course-metadata li {
  margin-left: 0;
  margin-right: 20px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-content-inner .tutor-mycourse-content .mycourse-footer .amount {
  display: none;
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-big-icon {
  color: #30ba96;
}
@media (max-width: 575.98px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-announcement-big-icon {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-frontend-dashboard-withdrawal .withdraw-page-current-balance {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-frontend-dashboard-withdrawal .withdraw-page-current-balance .new-announcement-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-frontend-dashboard-withdrawal .withdraw-page-current-balance .new-announcement-content {
    text-align: center;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-datepicker .tutor-icon-calendar {
  color: #30ba96;
}
@media (max-width: 575.98px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-announcement-sorting-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-announcement-sorting-wrap .tutor-announcement-datepicker input {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap {
    overflow-x: auto;
  }
  .tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dropdown-menu {
    top: auto;
    bottom: 40px;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table th {
  font-weight: 600;
  background-color: #fafbfc;
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table th:first-child {
  padding-left: 20px;
  padding-right: 20px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table th:last-child {
  padding-right: 20px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table td {
  padding: 20px 0;
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table td:first-child {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table td:last-child {
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table .tutor-announcement-content-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .tutor-dashboard .tutor-dashboard-content .tutor-announcement-table-wrap .tutor-dashboard-announcement-table .tutor-announcement-content-wrap .tutor-announcement-content {
    margin-bottom: 20px;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-header,
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-container {
  padding: 20px 20px !important;
}
@media (min-width: 768px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-header,
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-container {
    padding: 40px 40px !important;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content form {
  margin-bottom: 0;
}
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-footer {
  padding-bottom: 0;
}
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-footer button:first-child {
  margin-right: 5px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-container.tutor-announcement-details-container {
  padding: 20px 20px !important;
}
@media (min-width: 768px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-modal-content .modal-container.tutor-announcement-details-container {
    padding: 40px 40px !important;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .tutor-detail-course-content {
  padding: 20px 20px !important;
}
@media (min-width: 768px) {
  .tutor-dashboard .tutor-dashboard-content .tutor-modal-content .tutor-detail-course-content {
    padding: 40px 40px !important;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-modal-content .tutor-detail-course-content .tutor-detail-course-info-wrap .tutor-announcement-detail-date-info p {
  white-space: nowrap;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempts-title {
  color: #1A1D1F;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 576px) {
  .tutor-dashboard .tutor-dashboard-content .quiz-attempts-title {
    font-size: 25px;
    line-height: 32px;
  }
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table th {
  font-weight: 600;
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table th:first-child {
  min-width: 130px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table th:not(:first-child) {
  text-align: center;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td {
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td a {
  text-decoration: underline;
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td a:hover {
  color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td .student {
  color: #1A1D1F;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td .course-meta span {
  margin-right: 17px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td .course-meta span:nth-child(1) {
  display: block;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td .course-meta span:nth-child(2) {
  margin-left: 0;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td:first-child {
  min-width: 130px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table td:nth-child(2) {
  font-weight: 500;
  text-align: center;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap {
  overflow-x: auto;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap .attempt-answers-header {
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap .attempt-answers-header .attempt-header-quiz a,
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap .attempt-answers-header .attempt-header-course a {
  color: #1A1D1F;
  text-decoration: underline;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap .attempt-answers-header .attempt-header-quiz a:hover,
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap .attempt-answers-header .attempt-header-course a:hover {
  color: #30ba96;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap table th {
  font-weight: 600;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap table th,
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap table td {
  padding: 15px 10px;
  text-align: center;
}
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap table th:nth-child(2),
.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-review-wrap table td:nth-child(2) {
  text-align: left;
}
.tutor-dashboard .tutor-dashboard-content .attempt-review-notice-wrap {
  margin-bottom: 30px;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap {
  overflow-x: auto;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap .attempt-answers-header {
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap table th {
  font-weight: 600;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap table th,
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap table td {
  color: #1A1D1F;
  padding: 15px 10px;
  text-align: center;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap .wp-list-table .tooltip-btn:hover {
  cursor: initial;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap .wp-list-table .tooltip-btn:hover[data-tooltip]:before {
  opacity: 1;
  visibility: visible;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap .wp-list-table .tooltip-btn .tutor-icon-block {
  margin-right: 0;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap .tutor-instructor-feedback-wrap {
  padding-left: 0;
  padding-right: 0;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap .tutor-instructor-feedback-wrap textarea {
  outline: none;
}
.tutor-dashboard .tutor-dashboard-content .quiz-attempt-answers-wrap .tutor-instructor-feedback-wrap .tutor-button.tutor-instructor-feedback {
  margin-top: 20px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap {
  overflow-x: auto;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap th {
  font-weight: 600;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap table,
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap th,
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap td {
  border: 1px solid #e8eff1;
  padding: 10px;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table thead tr th:nth-child(4) {
  text-align: center;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table tbody tr:first-child {
  background-color: #fafbfc;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table tbody tr th {
  font-size: 14px;
  font-weight: 600;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table tbody tr td {
  font-size: 14px;
  font-weight: 500;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table tbody tr th:nth-child(4),
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table tbody tr td:nth-child(4) {
  text-align: center;
}
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table tbody tr th:nth-child(5),
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-table-wrap .tutor-dashboard-info-table tbody tr td:nth-child(5) {
  text-align: center;
}
.tutor-dashboard .tutor-dashboard-content .tutor-frontend-modal .tutor-frontend-modal-content {
  border-radius: 20px;
}

.administrator .tutor-dashboard-left-menu .tutor-dashboard-menu-enrolled-courses,
.tutor_instructor .tutor-dashboard-left-menu .tutor-dashboard-menu-enrolled-courses {
  display: none;
}
.administrator .tutor-dashboard-left-menu .tutor-dashboard-menu-wishlist,
.tutor_instructor .tutor-dashboard-left-menu .tutor-dashboard-menu-wishlist {
  display: none;
}
.administrator .tutor-dashboard-left-menu .tutor-dashboard-menu-my-quiz-attempts,
.tutor_instructor .tutor-dashboard-left-menu .tutor-dashboard-menu-my-quiz-attempts {
  display: none;
}
@media (min-width: 768px) {
  .administrator .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card,
.tutor_instructor .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card {
    min-width: 50%;
  }
}
.administrator .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(1),
.tutor_instructor .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(1) {
  display: none;
}
.administrator .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(2),
.tutor_instructor .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(2) {
  display: none;
}
.administrator .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(3),
.tutor_instructor .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(3) {
  display: none;
}
.administrator .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(6),
.tutor_instructor .tutor-dashboard .tutor-dashboard-content .tutor-dashboard-info-cards .tutor-dashboard-info-card:nth-child(6) {
  display: none;
}

.single-courses pre {
  white-space: pre-line;
}
.single-courses .tutor-course-header-h1 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .single-courses .tutor-course-header-h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.single-courses .tutor-course-lesson h5 a, .single-courses .tutor-course-lesson .h5 a {
  text-decoration: none;
  color: #1A1D1F;
}
.single-courses .tutor-course-lesson h5 a:active, .single-courses .tutor-course-lesson .h5 a:active {
  color: #30ba96;
}
.single-courses .tutor-course-lesson h5 a:hover, .single-courses .tutor-course-lesson .h5 a:hover {
  color: #30ba96;
}
.single-courses .tutor-course-tags a:hover {
  background-color: #eefbff;
}
.single-courses .tutor-single-course-meta.tutor-lead-meta ul li {
  overflow-wrap: break-word;
}
.single-courses .tutor-single-course-meta.tutor-lead-meta ul li:not(:first-child) {
  text-align: center;
}
.single-courses .course-enrolled-nav-wrap ul .active a:hover,
.single-courses .course-enrolled-nav-wrap ul a:hover {
  color: #30ba96;
}
.single-courses .tutor-course-instructors-wrap .single-instructor-wrap a {
  font-weight: 600;
}
.single-courses .tutor-course-instructors-wrap .single-instructor-wrap a:active {
  color: #30ba96;
}
.single-courses .tutor-course-instructors-wrap .single-instructor-wrap a:hover {
  color: #30ba96;
}
.single-courses .tutor-review-individual-item .tutor-review-user-info a {
  font-weight: 600;
}
.single-courses .tutor-review-individual-item .tutor-review-user-info a:active {
  color: #30ba96;
}
.single-courses .tutor-review-individual-item .tutor-review-user-info a:hover {
  color: #30ba96;
}
.single-courses .tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap .tutor-btn-enroll {
  display: none;
}
.single-courses .tutor-price-preview-box .price {
  display: none;
}

.single-lesson .tutor-single-page-top-bar a,
.tutor-single-lesson-wrap .tutor-single-page-top-bar a {
  background-color: #30ba96;
}
.single-lesson .tutor-single-page-top-bar a:first-child,
.tutor-single-lesson-wrap .tutor-single-page-top-bar a:first-child {
  background-color: #79d1b1 !important;
}
.single-lesson .tutor-single-page-top-bar a:first-child i.tutor-icon-angle-left,
.tutor-single-lesson-wrap .tutor-single-page-top-bar a:first-child i.tutor-icon-angle-left {
  color: #1a1d1f !important;
}
.single-lesson .tutor-single-page-top-bar a:nth-child(2):hover,
.tutor-single-lesson-wrap .tutor-single-page-top-bar a:nth-child(2):hover {
  text-decoration: underline;
}
.single-lesson .tutor-single-page-top-bar a i,
.tutor-single-lesson-wrap .tutor-single-page-top-bar a i {
  float: none;
}
.single-lesson .tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button:hover,
.tutor-single-lesson-wrap .tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button:hover {
  color: #30ba96;
}
.single-lesson .tutor-sidebar-tabs-content .tutor-single-lesson-items a:hover span,
.tutor-single-lesson-wrap .tutor-sidebar-tabs-content .tutor-single-lesson-items a:hover span {
  color: #30ba96;
}

.tutor-quiz-header ul li {
  text-align: center;
}
.tutor-quiz-header ul li strong {
  font-weight: 600 !important;
}

.has-tutor-frontend-course-builder .tutor-topics-edit-button {
  color: var(--tutor-primary-color);
  border: 1px solid var(--tutor-primary-color);
  background-color: transparent;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}
.has-tutor-frontend-course-builder .tutor-topics-edit-button:hover {
  filter: brightness(1) !important;
  color: #1A1D1F !important;
  background-color: #30ba96 !important;
  border: 1px solid var(--tutor-primary-color);
}
.has-tutor-frontend-course-builder .tutor-topics-edit-button i.tutor-icon-pencil {
  margin-right: 7px;
}
.has-tutor-frontend-course-builder .tutor-topic-inline-edit-btn i.tutor-icon-pencil {
  transition: all 0.1s ease-in-out;
}
.has-tutor-frontend-course-builder .tutor-topic-inline-edit-btn i.tutor-icon-pencil:hover {
  color: #30ba96;
}
@media (max-width: 575.98px) {
  .has-tutor-frontend-course-builder .tutor-dashboard-builder-header .tutor-dashboard-builder-header-right a {
    padding: 0 22px;
  }
}
@media (max-width: 767.98px) {
  .has-tutor-frontend-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container {
    flex-direction: column;
  }
}
.has-tutor-frontend-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap {
  flex: 0 0 auto;
}
.has-tutor-frontend-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-navs-wrap .settings-tabs-navs {
  padding-left: 0;
}
.has-tutor-frontend-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container .tutor-course-level-meta label {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .has-tutor-frontend-course-builder #tutor-metabox-course-settings-tabs .course-settings-tabs-container .settings-tabs-container .tutor-course-level-meta {
    flex-direction: column;
  }
}
.has-tutor-frontend-course-builder .tutor-form-field-course-thumbnail .tutor-row div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .has-tutor-frontend-course-builder .tutor-form-field-course-thumbnail .tutor-row div {
    row-gap: 20px;
  }
}
.has-tutor-frontend-course-builder .tutor-form-field-course-thumbnail .tutor-row div img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.has-tutor-frontend-course-builder .tutor-form-field-course-thumbnail .tutor-row .html5-video-poster {
  display: contents;
}
.has-tutor-frontend-course-builder .tutor-form-field-course-thumbnail .tutor-row .html5-video-poster img {
  border: 1px solid #dde1e2;
  border-radius: 10px;
}
.has-tutor-frontend-course-builder .tutor-form-field-course-thumbnail .tutor-row .html5-video-poster .tutor-builder-course-video-poster-text {
  padding-left: 0px;
  margin-bottom: 20px;
}
.has-tutor-frontend-course-builder .tutor-form-field-course-thumbnail .tutor-col-auto .button-transparent {
  float: left;
}
.has-tutor-frontend-course-builder .tutor-add-cotnents-btn-group a {
  color: #30ba96;
}
.has-tutor-frontend-course-builder .tutor-add-cotnents-btn-group a:hover {
  color: #1A1D1F;
}
.has-tutor-frontend-course-builder .tutor-add-cotnents-btn-group .btn-tutor-submit {
  display: flex;
}
.has-tutor-frontend-course-builder .tutor-add-cotnents-btn-group .btn-tutor-submit:hover svg {
  fill: #1A1D1F;
}
.has-tutor-frontend-course-builder .tutor-add-cotnents-btn-group .btn-tutor-submit svg {
  width: 18px;
  height: 18px;
  top: 0;
  margin-right: 3px;
}
@media (max-width: 575.98px) {
  .has-tutor-frontend-course-builder .tutor-add-cotnents-btn-group .btn-tutor-submit svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 575.98px) {
  .tutor-course-available-instructors .added-instructor-item .instructor-icon {
    height: 35px;
  }
}
.tutor-course-available-instructors .added-instructor-item .instructor-icon img {
  width: 100%;
  height: auto;
}

.tutor-lesson-video-runtime .tutor-option-group-field:last-child {
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .tutor-course-builder-btn-group {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .tutor-course-builder-btn-group button {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .tutor-course-builder-btn-group button {
    width: 100%;
    justify-content: center;
  }
}

.tutorUploadAttachmentBtn {
  margin-bottom: 20px;
}

.tutor-course-builder-section .tutor-course-builder-header .tutor-expand-all-topic:hover,
.tutor-course-builder-section .tutor-course-builder-header .tutor-collapse-all-topic:hover {
  color: #30ba96;
}

.announcement-detail-edit-delete-button > .tutor-announcement-delete:hover {
  background: #2fba96 !important;
  color: #1A1D1F !important;
}

.builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn {
  top: -17px;
  left: -17px;
  color: #f10500;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ebebeb;
  border: 1px solid #ffffff;
  box-shadow: 8px 8px 24px -19px #42445a;
}
.builder-course-thumbnail-img-src .tutor-course-thumbnail-delete-btn:hover {
  color: #FFFFFF;
  background: #2fba96;
}

.tutor-quiz-attempt-history-title {
  font-size: 25px;
  line-height: 32px;
  color: #1A1D1F;
  margin-bottom: 35px;
  font-weight: 700;
}

.single-quiz-page.tutor-quiz-attempt-history table th {
  font-weight: 600;
  color: #1A1D1F;
}
.single-quiz-page.tutor-quiz-attempt-history table th:nth-child(2) {
  text-align: center;
}
.single-quiz-page.tutor-quiz-attempt-history table td {
  color: #1A1D1F;
}
.single-quiz-page.tutor-quiz-attempt-history table td a {
  text-decoration: underline;
  color: #1A1D1F;
}
.single-quiz-page.tutor-quiz-attempt-history table td a:hover {
  color: #30ba96;
}
.single-quiz-page.tutor-quiz-attempt-history table td .course a {
  text-decoration: underline;
  color: #1A1D1F;
}
.single-quiz-page.tutor-quiz-attempt-history table td .course a:hover {
  color: #30ba96;
}
.single-quiz-page.tutor-quiz-attempt-history table td:nth-child(2) {
  text-align: center;
}

.video-metabox-source-html5-upload .video_source_upload_wrap_html5 {
  margin-top: 20px;
}
.video-metabox-source-html5-upload .video_source_upload_wrap_html5 .video_upload_btn {
  margin-bottom: 15px;
}

.tutor-row.tutor-align-items-center > .tutor-col-5 {
  max-width: 100%;
}
.tutor-row.tutor-align-items-center > .tutor-col-5 .builder-course-thumbnail-img-src img {
  width: 100%;
  margin-bottom: 15px;
}

.site-footer {
  background-color: #fffaee;
  text-align: center;
  padding: 30px;
  height: 100%;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .site-footer {
    padding: 15px;
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-footer {
    margin-top: 0px;
  }
}
.site-footer img {
  width: 96px;
}
@media (max-width: 575.98px) {
  .site-footer img {
    width: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-footer img {
    width: 60px;
  }
}
.site-footer__copyright {
  margin-bottom: 20px;
  font-size: 14px;
}
.site-footer__by {
  margin-top: 20px;
  font-size: 14px;
}
.site-footer__by a {
  color: #0f698f;
}
.site-footer__by a:hover {
  color: #30ba96;
}
