/** @format */

.charge-card {
  background-color: #d5d9e0;
  border-radius: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: #bcb5b5 0px 1px 2px 0px;
}

.bg-holder-left {
  animation: moveCharger 3s infinite;
  animation-timing-function: linear;
}

@keyframes moveCharger {
  0% {
    top: 75%;
  }
  25% {
    top: 78%;
  }
  50% {
    top: 85%;
  }
  75% {
    top: 78%;
  }
  100% {
    top: 75%;
  }
}

.btn {
  /* padding: 0.5rem 1rem;
    display: flex; */
  align-items: center;
  font-family: inherit;
  font-weight: 700;
  /* color: #fff;
    outline: none;
    border: none;
    background-color: #ffffff35;
    border-radius: 2rem; */
  transition: background-color 100ms linear;
  /* cursor: pointer; */
}

.arrow {
  width: 20px;
  height: 10px;
  position: relative;
  transform: translateX(-4px);
}

.line {
  position: absolute;
  top: 46%;
  right: 0;
  height: 2px;
  width: 7px;
  background-color: #fff;
  transform-origin: 100% 50%;
}

.arrow--sideUp {
  transform: rotate(45deg);
}

.arrow--sideDown {
  transform: rotate(-45deg);
}

.arrow--hoverLine {
  width: 12px;
  transform: scale(0);
}

.arrow,
.line {
  transition: transform 100ms ease-in;
}

.btn--primary:hover {
  background-color: #ffffff65;
}
.round {
  border-radius: 50px !important;
}
.btn-placing {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.btn:hover .arrow {
  transform: none;
}

.btn:hover .arrow--hoverLine {
  transform: scale(1);
}

.tip {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff00;
  z-index: 1031;
  position: fixed;
  /* top: 4.15rem; */
  left: 30px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: transform 100ms linear;
  opacity: 0;
}

.header__expandMenu {
  box-shadow: #00000042 4px 3px 9px 0px;
  position: absolute;
  z-index: 1032;
  /* top: 4.5rem; */
  left: 50%;
  width: 95%;
  height: 90%;
  transform-origin: 0%;
  transform: translateX(-50%) rotate3d(1, 0, 0, -15deg);
  background-color: rgb(244, 244, 244);
  border-radius: 0.5rem;
  perspective: 100px;
  transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
    transform 200ms ease-in;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header__expandMenu {
    top: 7.9rem;
  }
  .tip {
    top: 7.45rem;
  }
}

@media (min-width: 991px) {
  .header__expandMenu {
    top: 4.5rem;
  }
  .tip {
    top: 4.15rem;
  }
}

.menu__container {
  width: 100%;
  height: 100%;
  /* background-color: white; */
}

.menu__container > * {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 2rem;
  overflow: hidden;
  transform: translateX(-35%);
  transition: transform 250ms linear, opacity 250ms ease;
  opacity: 0;
}

.panel-3-responsive {
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 300px);
}
.panel-2 {
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 300px);
}

.panel-2-sm {
  display: grid;
  grid-template-columns: repeat(2, 225px);
  row-gap: 2rem;
}

@media (max-width: 600px) and (min-width: 510px) {
  .panel-3,
  .panel-2 {
    grid-template-columns: repeat(2, 250px);
    row-gap: 2rem;
    height: 500px;
  }
}
@media (max-width: 509px) {
  .panel-3,
  .panel-2 {
    grid-template-columns: repeat(2, 200px);
    row-gap: 1.5rem;
    height: 400px;
  }
}

.item--one {
  grid-column: span 2;
}

/* #use-cases {
    width: 450px;
  } */
.sub__menu {
  padding: 30px 10px;
}
.subMenu__items {
  list-style: none;
}

.title {
  text-align: center;
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}

.subMenu--item {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* background-color: #f1f0f2; */
  height: 90px;
  border-radius: 10px;
  padding: 0 10px 0px 10px;
}

.subMenu--item:hover {
  background-color: #fff;
  box-shadow: rgb(6 6 6 / 16%) 1px 1px 5px 0px;
}

.subMenu--white {
  background-color: white;
  box-shadow: inset #00000033 3px 0px 4px 0px;
}
.label__container {
  margin-left: 0.75rem;
  display: flex;
  flex-direction: column;
}

.label {
  font-size: 0.7rem;
  /* font-family: "Playfair Display"; */
  font-weight: 400;
  color: rgba(0, 0, 73, 0.644);
}

@media only screen and (min-width: 600px) {
  .label--desc {
    font-size: 0.6rem;
    color: rgb(83, 83, 83);
    transform: translateY(-3px);
    transition: color 100ms ease;
  }
}
@media only screen and (max-width: 600px) {
  .label--desc {
    display: none;
  }
}

/* .subMenu--item + .subMenu--item {
    margin-top: 1.5rem;
  } */

.icon--production {
  transform: translateY(-55%) scale(1.1);
}

.right--arrow {
  width: 12px;
  transform: translateY(1px) scale(0, 1);
  transition: transform 150ms ease-in-out;
}
.label:hover .right--arrow {
  transform: translateY(1.75px) scale(1);
}
.subMenu--item:hover .right--arrow {
  transform: translateY(1.75px) scale(1);
}

.subMenu--item:hover .label--desc {
  color: black;
}

.active {
  z-index: 1;
  opacity: 1;
  transform: translatex(-50%);
}

.prev {
  transform: translateX(-65%);
}

.expand {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) rotateX(0);
}

/* .hover {
    opacity: 0.5;
  } */

.new--expand {
  transition: opacity 150ms ease, transform 150ms ease-in;
}

.first {
  transition: none;
}

.sec--menu .subMenu--item + .subMenu--item {
  margin-top: 0.5rem;
}

.sec__title {
  color: grey;
  margin-bottom: 0.65rem;
}

.sec__links {
  list-style: none;
  padding: 0 0 0.2rem 0;
}

.sec__links > li {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
}

.sec__links--container {
  padding-left: 2rem;
}

.more__info {
  grid-column: span 2;
}

.more__links {
  padding-left: 1.5rem;
}

a {
  text-decoration: none;
  display: block;
  color: rgb(0, 0, 73);
}
a:hover {
  text-decoration: underline dotted;
}

/* icon color */
.icon-primary {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(233deg)
    brightness(119%) contrast(119%);
}

/* icon color */
.icon-success {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg)
    brightness(119%) contrast(119%);
}
.icon-info {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(180deg)
    brightness(119%) contrast(119%);
}

.icon-danger {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(316deg)
    brightness(119%) contrast(119%);
}
.icon-warning {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(1deg)
    brightness(119%) contrast(119%);
}

.icon-secondary {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(210deg)
    brightness(119%) contrast(119%);
}
.icon-default {
  filter: invert(20%) sepia(64%) saturate(1006%) hue-rotate(250deg)
    brightness(119%) contrast(66%);
}
.icon-img {
  width: 50px;
}

#infinite {
  top: 120px;
  z-index: 900;
  position: absolute;
  width: 80vw;
  height: 80vw;
  text-align: center;
  background: url("../../assets/img/illustrations/bkg.svg");
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(0deg)
      brightness(119%) contrast(119%);
  }
  to {
    -webkit-transform: rotate(360deg);
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(360deg)
      brightness(119%) contrast(119%);
  }
}

.rotating {
  -webkit-animation: rotating 200s linear infinite;
}

.card-style-01 {
  box-shadow: #00000029 0px 0px 6px 0px;
  margin-bottom: 33px;
  border: none;
}
.card-style-02 {
  box-shadow: #00000029 0px 0px 6px 0px;
  margin-bottom: 33px;
  border: none;
  background-color: #f9fafd;
}

.statement-white {
  border-radius: 10px;
  margin: 0px 28px;
}
.statement-shade {
  border-radius: 10px;
  margin: 0px 28px;
  background: #e7f6fd;
}

.form-card {
  box-shadow: #00000017 0 0 10px 0;
  padding: 36px;
  background-color: white;
}
.back {
  z-index: 0 !important;
}

.p-5-responsive {
  padding: 5rem !important;
}
.p-0-responsive {
  padding: 0.1rem 3rem !important;
}
.quote {
  margin: 3rem 20% 1rem 20%;
  font-family: sans-serif;
  font-style: italic;
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
  .p-5-responsive {
    padding: 5rem 0 !important;
  }
  .p-0-responsive {
    padding: 0.1rem 0 !important;
  }
  .quote {
    margin: 1rem;
    font-family: sans-serif;
    font-style: italic;
    font-size: 1.2rem;
  }
}

.blog-img {
  width: 85%;
  border-radius: 13px;
}

.img-center {
  display: flex;
  justify-content: center;
}
.qcard {
  background-color: aliceblue;
  padding: 5px;
  border-radius: 10px;
}
.profile-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* box-shadow: #000000e3 0 0 5px 0; */
}

.author {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 100;
  background-color: f1f0f2;
}
.author-name {
  display: contents;
  /* color: white !important; */
}
/* truncate */

.truncate {
  display: -webkit-box;
  max-width: 100%;
  /* height: 450px; */
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.more {
  text-align: end;
  font-size: 10px;
  margin: 1rem 2rem 0 0;
}
.blog-font h5 p {
  font-family: serif;
}

@media only screen and (min-width: 1001px) {
  .img-offset {
    display: flex;
    justify-content: center;
  }
  .blog-img-60 {
    width: 60%;
    border-radius: 13px;
  }
  .card-offset {
    top: 100px;
    right: 100px;
  }
  .card-text {
    padding: 0 3rem 3rem 3rem;
    font-size: 16px;

    .card-text-1 {
      padding: 0 1rem 1rem 2rem;
      font-size: 14px;
    }
    .card-text-2 {
      padding: 0 2rem 2rem 2rem;
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 1000px) and (min-width: 767px) {
    .img-offset {
      display: flex;
      justify-content: center;
    }
    .blog-img-60 {
      width: 50%;
      border-radius: 13px;
    }
    .card-offset {
      top: 100px;
      right: 150px;
    }
    .card-text {
      padding: 0 1rem 1rem 1rem;
      font-size: 12px;
    }
    .card-text-1 {
      padding: 0 1rem 1rem 1rem;
      font-size: 10px;
    }
    .card-text-2 {
      padding: 0 1rem 1rem 1rem;
      font-size: 10px;
    }
  }
  @media only screen and (max-width: 767px) {
    .img-offset {
      /* display: flex; */
      justify-content: center;
    }
    .blog-img-60 {
      width: 100%;
      border-radius: 13px;
    }
    .card-offset {
      top: 100px;
    }
    .card-text {
      padding: 0rem 0rem 3rem 0rem;
      font-size: 12px;
    }
    .card-text-1 {
      padding: 0 1rem 1rem 2rem;
      font-size: 10px;
    }
    .card-text-2 {
      padding: 0 2rem 2rem 2rem;
      font-size: 10px;
    }
  }

  .ani {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 1s ease-in-out;
  }
  .ani.isVisible {
    opacity: 1;
    transform: translateY(0);
  }

  .ani.h5,
  .ani.h3 {
    transition-delay: 200ms;
  }
  .ani img {
    transition-delay: 400ms;
  }
  .ani ul {
    transition-delay: 500ms;
  }
  .ani p {
    transition-delay: 600ms;
  }
}

/*! CSS Used from: http://localhost:5000/assets/css/theme.css 
################################################################
##################################################################
#########################################################################
##########################################################################*/
/* *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", "Open Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  color: #091e40;
}
h6 {
  font-size: 0.83333rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #723182;
  text-decoration: none;
}
a:hover {
  color: #5b2768;
  text-decoration: underline;
}
img,
svg {
  vertical-align: middle;
}
.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;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1540px) {
  .container {
    max-width: 1480px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto !important;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pt-8 {
  padding-top: 7.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.fs--2 {
  font-size: 0.69444rem !important;
}
.fs--1 {
  font-size: 0.83333rem !important;
}
.fs-1 {
  font-size: 1.2rem !important;
}
.fs-3 {
  font-size: 1.728rem !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-700 {
  color: #b9b1bb !important;
}
@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 1.8rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
::placeholder {
  opacity: 1;
  color: #d5d1d6 !important;
}
section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
ul {
  padding-left: 1.1rem;
}
.font-base {
  font-family: "Playfair Display", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}
.container {
  position: relative;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-----------------------------------------------
|   Backgrounds
-----------------------------------------------*/
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder-left {
  position: absolute;
  width: 50%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder-right {
  position: absolute;
  width: 50%;
  min-height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder.bg-right {
  left: auto;
  right: 0;
}

.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.bg-holder .bg-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-light-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(236, 240, 253, 0)),
    color-stop(14.32%, rgba(236, 240, 253, 0.53)),
    color-stop(45.83%, #ecf0fd),
    color-stop(84.33%, rgba(236, 240, 253, 0.43)),
    to(rgba(236, 240, 253, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(236, 240, 253, 0) 0%,
    rgba(236, 240, 253, 0.53) 14.32%,
    #ecf0fd 45.83%,
    rgba(236, 240, 253, 0.43) 84.33%,
    rgba(236, 240, 253, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(236, 240, 253, 0) 0%,
    rgba(236, 240, 253, 0.53) 14.32%,
    #ecf0fd 45.83%,
    rgba(236, 240, 253, 0.43) 84.33%,
    rgba(236, 240, 253, 0) 100%
  );
}

.bg-primary-gradient {
  background: -o-linear-gradient(241.82deg, #51b4f7 9.05%, #5a98f2 76.74%);
  background: linear-gradient(208.18deg, #51b4f7 9.05%, #5a98f2 76.74%);
}

*,
::after,
::before {
  box-sizing: border-box;
}
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
h1 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 1.8rem;
}
.display-4 {
  font-size: 2.2rem;
  font-weight: 300;
  font-family: "GoudyTrajan-Regular", "sans-serif";
  line-height: 1.2;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-6,
.col-md-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.d-block {
  display: block !important;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}
.text-center {
  text-align: center !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
/*! CSS Used from: http://localhost:5000/css/mdb-extract.css */
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #0275d8;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #0275d8;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
a {
  color: #0275d8;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #0275d8;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
/*! CSS Used from: http://localhost:5000/css/style.css */
* {
  padding: 0;
  margin: 0;
}
/*! CSS Used from: http://localhost:5000/assets/css/custom.css */
.btn {
  align-items: center;
  font-family: inherit;
  font-weight: 700;
  transition: background-color 100ms linear;
}
a {
  text-decoration: none;
  display: block;
  color: rgb(0, 0, 73);
}
a:hover {
  text-decoration: underline dotted;
}
a {
  color: #723182;
  text-decoration: none;
}
a:hover {
  color: #5b2768;
  text-decoration: underline;
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.text-center {
  text-align: center !important;
}
::placeholder {
  opacity: 1;
  color: #d5d1d6 !important;
}
.font-base {
  font-family: "Playfair Display", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
/*! CSS Used from: http://localhost:5000/assets/css/theme.css */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", "Open Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  color: #091e40;
}
h1 {
  font-size: calc(1.37383rem + 1.48598vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.48832rem;
  }
}
a {
  color: #723182;
  text-decoration: none;
}
a:hover {
  color: #5b2768;
  text-decoration: underline;
}
.display-4 {
  font-size: calc(1.37383rem + 1.48598vw);
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 2.48832rem;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #778295;
  text-align: center;
  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.56rem 1.8rem;
  font-size: 1rem;
  border-radius: 0.313rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #778295;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(114, 49, 130, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(114, 49, 130, 0.25);
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.btn-outline-primary {
  color: #1f3a63;
  border-color: #712cf9;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #712cf9;
  border-color: #723182;
}
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
  box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
}
.btn-outline-primary:active {
  color: #fff;
  background-color: #723182;
  border-color: #723182;
}
.btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
  box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
}
.btn-outline-primary:disabled {
  color: #723182;
  background-color: transparent;
}

.btn-outline-warning {
  color: #1f3a63;
  border-color: #712cf9;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #712cf9;
  border-color: #723182;
}
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
  box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
}
.btn-outline-warning:active {
  color: #fff;
  background-color: #723182;
  border-color: #723182;
}
.btn-outline-warning:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
  box-shadow: 0 0 0 0 rgba(114, 49, 130, 0.5);
}
.btn-outline-warning:disabled {
  color: #723182;
  background-color: transparent;
}

.btn-lg {
  padding: 0.4rem 1.8rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}
.d-block {
  display: block !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.fs-6 {
  font-size: 2.98598rem !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.text-center {
  text-align: center !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 1.8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .fs-lg-7 {
    font-size: 3.58318rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1540px) {
  .fs-xxl-8 {
    font-size: 4.29982rem !important;
  }
}
::placeholder {
  opacity: 1;
  color: #d5d1d6 !important;
}
/* .btn {
  font-family: "Playfair Display", "Open Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.font-base {
  font-family: "Playfair Display", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
} */

.bg-gray {
  background-color: #eee;
}
.bg-gray-gradient {
  text-align: center;
  background-image: linear-gradient(#eee, white);
  font-size: 52px;
}

/* Grid System */
.col-lg-3,
.col-md-4,
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Row with no gutters */
.g-0 {
  margin-right: 0;
  margin-left: 0;
}

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

/* Rounded corners */
.rounded {
  border-radius: 0.25rem;
}

/* Overflow hidden */
.overflow-hidden {
  overflow: hidden;
}

/* Flexbox utilities */
.d-flex {
  display: flex !important;
}

.flex-md-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

/* Margin utilities */
.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

/* Shadow utilities */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Position utilities */
.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

/* Text color */
.text-primary {
  color: #007bff !important;
}

/* Display utilities */
.d-flex {
  display: flex !important;
}

/* Flex column on medium screens and up */
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

/* Flex column */
.flex-column {
  flex-direction: column !important;
}

.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-body {
  flex: 1 1 auto;
  padding: 10rem 3rem 3rem 3rem;
  color: #212529;
}
