.demo-link {
  border-radius: 3px;
  padding: 5px 29px 5px 12px;
  background: #daecff;
  color: #000 !important;
  font-weight: 400 !important;
  text-decoration: none;
  position: relative;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
.demo-link:after {
  content: "";
  background: url("../img/link.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 9px;
  opacity: 0.7;
}
.demo-link:hover {
  color: #fff !important;
  background: #4884ff;
  text-decoration: none;
}
.demo-link:hover:after {
  filter: invert(1);
}
.demo-link--download:after {
  content: "";
  background: url("../img/download.svg");
  background-repeat: no-repeat;
}

button.demo-link {
  border: none;
  outline: none;
  padding-block: 8px;
  padding-inline: 12px;
  padding-inline-end: 29px;
}

.mb-3 {
  margin-bottom: 1rem;
}

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

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.min-w-0 {
  min-width: 0;
}

.text-color-primary,
.color-primary {
  color: #002147 !important;
}
.text-color-primary a,
.color-primary a {
  color: #002147 !important;
}

.bg-color-primary,
.bg-primary {
  background-color: #002147 !important;
}

.text-color-secondady,
.color-secondady {
  color: #bb133e !important;
}
.text-color-secondady a,
.color-secondady a {
  color: #bb133e !important;
}

.bg-color-secondady,
.bg-secondady {
  background-color: #bb133e !important;
}

.text-color-black,
.color-black {
  color: #000 !important;
}
.text-color-black a,
.color-black a {
  color: #000 !important;
}

.bg-color-black,
.bg-black {
  background-color: #000 !important;
}

.text-color-white,
.color-white {
  color: #fff !important;
}
.text-color-white a,
.color-white a {
  color: #fff !important;
}

.bg-color-white,
.bg-white {
  background-color: #fff !important;
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section strong,
.markdown-section .anchor span,
.markdown-section code {
  color: #002147 !important;
}
.markdown-section a {
  color: #bb133e;
  font-weight: 600;
}

.sidebar ul li.active > a {
  color: #002147;
}

.sidebar-toggle span {
  background-color: #002147;
}

section.cover .anchor span {
  color: #fff;
}

body, html {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #222222 !important;
}

.demo-logo {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

@property --myColor1 {
  syntax: "<color>";
  initial-value: #8d0e2f;
  inherits: false;
}
@property --myColor2 {
  syntax: "<color>";
  initial-value: #bb133e;
  inherits: false;
}
section.cover .cover-main .get-started {
  background: linear-gradient(to right, var(--myColor1, #8d0e2f), var(--myColor2, #bb133e));
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  transition: --myColor1 1s, --myColor2 1s;
}
section.cover .cover-main .get-started:hover, section.cover .cover-main .get-started:active, section.cover .cover-main .get-started:focus {
  --myColor1: #bb133e;
  --myColor2: #8d0e2f;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff !important;
  opacity: 1 !important;
}

@property --myColorr1 {
  syntax: "<color>";
  initial-value: rgba(141, 14, 47, 0.1);
  inherits: false;
}
@property --myColorr2 {
  syntax: "<color>";
  initial-value: rgba(187, 19, 62, 0.1);
  inherits: false;
}
section.cover a.cover-button-outline {
  background-image: linear-gradient(to right, var(--myColorr1), var(--myColorr2));
  border: 1px solid #bb133e;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 13px 28px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  transition: --myColorr1 1s, --myColorr2 1s;
  margin-right: 20px;
  color: #fff;
}
section.cover a.cover-button-outline:hover, section.cover a.cover-button-outline:active, section.cover a.cover-button-outline:focus {
  --myColorr1: rgba(187, 19, 62, 0.5);
  --myColorr2: rgba(141, 14, 47, 0.5);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #c51140;
  color: #fff !important;
}

@media screen and (max-width: 320px) {
  section.cover a.cover-button-outline {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  section.cover a.cover-button-outline {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cover {
  background: #002147 url("https://ucarecdn.com/6baeb409-a68e-40a9-b152-5a71af689fd8/?v=1") no-repeat center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}
.cover .mask {
  background: radial-gradient(ellipse at center, rgba(3, 46, 96, 0.5) 0, #002147 100%) !important;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#intro {
  font-size: 2.4rem;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto;
}

.content--no-sidebar {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .content--no-sidebar {
    max-width: 1400px;
  }
}