a {
  cursor: pointer;
}
a:hover {
  text-decoration: underline !important;
}

.navbar-toggler {
  background: #eeeeee !important;
  font-size: 16px;
  height: 46px;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.in[aria-expanded=true] {
  display: block;
  height: 148px !important;
  position: fixed;
  background: #fff;
  top: 80px;
  border-top: 1px solid #ddd;
  width: 40%;
  box-shadow: 0 0 5px #cecece;
  left: 56%;
  padding: 15px;
  border-radius: 5px;
}

.btn-primary {
  background: linear-gradient(90deg, #60efff, #0061ff);
  text-decoration: none;
  color: white !important;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 24px;
  font-size: 16px;
  height: 46px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  display: inline-flex;
}
.btn-primary:hover {
  text-decoration: none !important;
}

.btn-bordered {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 24px;
  font-size: 16px;
  height: 46px;
  font-weight: 700;
  cursor: pointer;
}
.btn-bordered:hover, .btn-bordered:visited {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }
}

.header-fixed {
  background-color: white;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-fixed-doc {
  border-bottom: 1px solid rgba(96, 108, 128, 0.2);
  background-color: white;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
}

.header {
  height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  top: 3px;
}
.header__nav ul {
  margin-bottom: 0;
}
.header__nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 48px;
}
.header__nav ul li a {
  color: #485160;
  cursor: pointer;
  text-decoration: none;
}
.header__nav ul li a.active {
  background: linear-gradient(97deg, #60EFFF 0%, #0061FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home {
  padding-top: 76px;
  margin: 160px 0;
}
@media (max-width: 767px) {
  .home {
    margin: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home {
    margin: 100px 0;
  }
}
.home h1 {
  color: #485160;
  font-weight: 700;
  font-size: 48px;
  width: 80%;
}
@media (max-width: 767px) {
  .home h1 {
    font-size: 28px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home h1 {
    width: 100%;
    font-size: 36px;
  }
}
.home p {
  color: #606C80;
  font-size: 16px;
}
.home__img {
  text-align: right;
}
.home__img img {
  max-width: 65%;
}
@media (max-width: 767px) {
  .home__img img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home__img img {
    max-width: 100%;
  }
}

.overview {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .overview {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .overview {
    margin-bottom: 100px;
  }
}
.overview h2 {
  color: #485160;
  text-align: center;
  width: 60%;
  margin: 0 auto 48px auto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .overview h2 {
    font-size: 22px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px !important;
  }
}
.overview__box {
  border: 1px solid rgba(72, 81, 96, 0.15);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  height: 240px;
}
@media (max-width: 767px) {
  .overview__box {
    height: auto;
  }
}
.overview__box h5 {
  color: #606C80;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.overview__box p {
  color: #606C80;
  font-size: 14px;
}
.overview__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.overview__img--blue {
  background: #0061FF;
}
.overview__img--green {
  background: #228200;
}
.overview__img--orange {
  background: #DA5B00;
}
.overview__img--pink {
  background: #FF008A;
}
.overview__img--purple {
  background: #AB00E7;
}
.overview__img--neavy-blue {
  background: #00A5D9;
}

.feature * {
  color: white;
}
.feature h5 {
  text-align: center;
  font-size: 28px;
  margin: 48px 0;
}
.feature__box {
  display: flex;
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  .feature__box {
    margin-bottom: 30px;
  }
}
.feature__box div:first-child {
  margin-right: 24px;
}
.feature__box h6 {
  font-size: 16px;
  font-weight: 700;
}
.feature__box p {
  font-size: 14px;
  font-weight: 500;
  width: 90%;
}

.why-secure {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .why-secure {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .why-secure {
    margin-top: 100px;
  }
}
.why-secure__top {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .why-secure__top {
    margin-top: 0;
  }
}
.why-secure h2 {
  font-size: 28px;
  background: linear-gradient(96deg, #60EFFF -0.03%, #0061FF 97.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.why-secure p {
  color: #606C80;
  font-size: 16px;
  font-weight: 500;
  width: 80%;
}
@media (max-width: 767px) {
  .why-secure p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .why-secure p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .why-secure ul {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .why-secure ul {
    padding-left: 0;
  }
}
.why-secure ul li {
  display: inline-flex;
  list-style: none;
}
.why-secure ul li div:first-child {
  margin-right: 16px;
}
.why-secure ul li p {
  font-weight: 700;
  font-size: 16px;
}

.get-started {
  margin-top: 160px;
  background-color: #485160;
  position: relative;
  border-radius: 10px;
  padding: 50px;
  z-index: 2;
}
@media (max-width: 767px) {
  .get-started {
    margin-top: 80px;
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-started {
    margin-top: 100px;
  }
}
.get-started::before {
  background: url("../images/get-started.png") repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.02;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.get-started h2 {
  color: white;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .get-started h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
}

.footer {
  margin-top: 160px;
  background: linear-gradient(97deg, #60EFFF 0%, #0061FF 28.65%);
  padding-top: 24px;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    margin-top: 100px;
  }
}
.footer * {
  color: white;
}
@media (max-width: 767px) {
  .footer a {
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 767px) {
  .footer ul {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .footer ul li a {
    margin-bottom: 0 !important;
  }
}
.footer__social {
  margin-top: 24px;
}
.footer__social b {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer__social b {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__social ul li {
  margin-right: 8px !important;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .footer ul {
    text-align: center;
    padding-left: 0;
  }
}
.footer ul li {
  display: inline-block;
  margin-left: 48px;
}
@media (max-width: 767px) {
  .footer ul li {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer ul li {
    margin-left: 10px;
  }
}
.footer ul li a {
  text-decoration: none;
}
.footer ul li a:hover {
  color: white;
}
.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 24px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .footer__copyright small {
    display: block;
    text-align: center;
  }
}
.footer__copyright ul li:first-child {
  margin-left: 0 !important;
}
.footer__copyright small,
.footer__copyright a {
  font-size: 14px;
}

.platform {
  padding-top: 76px;
  margin: 160px 0;
}
@media (max-width: 767px) {
  .platform {
    margin: 80px 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .platform {
    margin: 100px 0 50px 0;
  }
}
.platform h1 {
  color: #485160;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .platform h1 {
    font-size: 32px;
  }
}
.platform p {
  color: #606C80;
  font-size: 16px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .platform p {
    width: 100%;
  }
}

.how-works img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .how-works img {
    margin-bottom: 30px;
  }
}
.how-works__chips {
  text-align: center;
}
.how-works__chips ul {
  display: inline-flex;
  flex-direction: column;
  padding-left: 0;
}
@media (max-width: 767px) {
  .how-works__chips ul {
    display: flex;
  }
}
.how-works__chips ul li {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 16px;
  background: rgba(72, 81, 96, 0.1);
  width: auto;
  height: 46px;
  padding: 0 15px;
  color: #485160;
  font-size: 16px;
  text-align: center;
  min-width: 200px;
}
@media (max-width: 767px) {
  .how-works__chips ul li {
    width: 100%;
  }
}

.featured-area {
  margin: 140px 0;
  max-width: 1320px;
  overflow: hidden;
}
.featured-area__row::after, .featured-area__row::before {
  content: "";
  clear: both;
  display: table;
}
.featured-area__left {
  width: 300px;
  margin-top: 100px;
  margin-right: 30px;
  float: left;
}
@media (max-width: 767px) {
  .featured-area__left {
    margin-top: 0 !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.featured-area__right {
  position: relative;
}
.featured-area h2 {
  background: linear-gradient(97deg, #60EFFF 0%, #0061FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.featured-area p {
  font-size: 16px;
  color: #606C80;
}
.featured-area__box {
  background-color: #f9f9f9;
  border: 1px solid rgba(72, 81, 96, 0.15);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  height: 300px;
  margin-right: 15px;
}
.featured-area__box img {
  margin-bottom: 30px;
}
.featured-area__box h3 {
  color: #485160;
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700 !important;
}

.data-model {
  background: #485160;
  margin: 160px 0;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .data-model {
    margin: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .data-model {
    margin: 100px 0;
  }
}
.data-model * {
  color: #fff;
}
.data-model .green-color {
  color: #00D415;
}
.data-model .yellow-color {
  color: #EDB117;
}
.data-model .red-color {
  color: #ED2020;
}
.data-model h2 {
  margin-bottom: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .data-model h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.data-model img {
  max-width: 100%;
  margin-top: 40px;
}
.data-model__box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
  min-height: 330px;
}
@media (max-width: 767px) {
  .data-model__box {
    margin-bottom: 15px;
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .data-model__box {
    margin-bottom: 15px;
    min-height: auto;
  }
}
.data-model__box small {
  display: inline-block;
  margin-bottom: 4px;
}
.data-model__box p {
  font-weight: 500;
}
.data-model__box small,
.data-model__box p {
  font-size: 16px;
}

.ueba h3 {
  background: linear-gradient(96deg, #60EFFF -0.03%, #0061FF 97.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 700;
}
.ueba p {
  color: #606C80;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ueba p {
    width: 100%;
  }
}

.pricing {
  padding-top: 76px;
  margin: 160px 0 80px 0;
}
.pricing h1 {
  color: #485160;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}
.pricing p {
  color: #606C80;
  font-size: 16px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

.pricing-plans-overview {
  height: 56px;
  background: rgba(72, 81, 96, 0.05);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pricing-plans-overview {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing-plans-overview {
    height: auto;
  }
}
.pricing-plans-overview ul {
  display: flex;
  padding-left: 0;
  justify-content: space-around;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pricing-plans-overview ul {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing-plans-overview ul {
    flex-direction: column;
  }
}
.pricing-plans-overview ul li {
  color: #606C80;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .pricing-plans-overview ul li {
    margin: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing-plans-overview ul li {
    margin: 8px 0;
    justify-content: center;
  }
}
.pricing-plans-overview ul li svg {
  margin-right: 16px;
}

.pricing-plans {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .pricing-plans {
    margin-top: 80px;
  }
}
.pricing-plans__box {
  padding: 24px;
  border: 1px solid rgba(72, 81, 96, 0.25);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .pricing-plans__box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing-plans__box {
    margin-bottom: 30px;
  }
}
.pricing-plans__box img {
  width: 64px;
  margin-bottom: 12px;
}
.pricing-plans__box h4 {
  color: #485160;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.pricing-plans__box small {
  color: #606C80;
  font-size: 16px;
}
.pricing-plans__box h2 {
  margin-top: 40px;
  color: #485160;
  font-size: 36px;
  font-weight: 700;
  min-height: 90px;
}
@media (max-width: 767px) {
  .pricing-plans__box h2 {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing-plans__box h2 {
    min-height: auto;
  }
}
.pricing-plans__box h2 + small {
  height: 30px;
  display: block;
}
.pricing-plans__box ul {
  padding-left: 0;
  margin-top: 40px;
  min-height: 220px;
}
@media (max-width: 767px) {
  .pricing-plans__box ul {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing-plans__box ul {
    min-height: auto;
  }
}
.pricing-plans__box ul + a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.pricing-plans__box ul li {
  list-style: none;
  display: flex;
  margin-bottom: 17px;
}
.pricing-plans__box ul li div {
  font-size: 16px;
  color: #606C80;
  font-weight: 700;
}
.pricing-plans__box ul li svg {
  margin-right: 16px;
}

.faq {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .faq {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .faq {
    margin-top: 100px;
  }
}
.faq h3 {
  color: #485160;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
.faq div {
  border-bottom: 1px solid rgba(96, 108, 128, 0.25);
  padding-bottom: 24px;
  margin-top: 24px;
}
.faq div:last-child {
  border-bottom: none;
}
.faq div h4 {
  color: #606C80;
  font-size: 16px;
  font-weight: 700;
}
.faq div p {
  color: rgba(96, 108, 128, 0.75);
  font-size: 16px;
  margin-bottom: 0;
}

.get-started-section {
  padding-top: 76px;
  margin: 160px 0 80px 0;
}
@media (max-width: 767px) {
  .get-started-section {
    padding-top: 0;
    margin: 20px 0;
  }
}
.get-started-section__content h1 {
  color: #485160;
  margin-top: 120px;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .get-started-section__content h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-started-section__content h1 {
    font-size: 32px;
  }
}
.get-started-section__content p {
  color: #606C80;
  font-size: 16px;
}
.get-started-section .form-control-row {
  margin-bottom: 28px;
}
.get-started-section .form-control-row ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #909;
}
.get-started-section .form-control-row :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(96, 108, 128, 0.65);
  opacity: 1;
}
.get-started-section .form-control-row ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(96, 108, 128, 0.65);
  opacity: 1;
}
.get-started-section .form-control-row :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(96, 108, 128, 0.65);
}
.get-started-section .form-control-row ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(96, 108, 128, 0.65);
}
.get-started-section .form-control-row ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(96, 108, 128, 0.65);
}
.get-started-section .form-control-row--checkbox {
  display: flex;
}
.get-started-section .form-control-row--checkbox .form-check-input {
  margin-right: 10px;
}
.get-started-section .form-control-row label {
  display: block;
  color: #485160;
  font-size: 14px;
}
.get-started-section .form-control-row input[type=text],
.get-started-section .form-control-row textarea,
.get-started-section .form-control-row select {
  height: 43px;
  display: block;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(72, 81, 96, 0.25);
  background: #FFF;
  padding: 9px;
}
.get-started-section .form-control-row input[type=text]:focus,
.get-started-section .form-control-row textarea:focus,
.get-started-section .form-control-row select:focus {
  outline: none;
  box-shadow: none;
  border-color: #0061ff;
}
.get-started-section .form-control-row textarea {
  resize: none;
  height: 100px;
}

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

.thank-you {
  padding-top: 76px;
  margin: 160px 0;
}
@media (max-width: 767px) {
  .thank-you {
    margin: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .thank-you {
    margin: 100px 0;
  }
}
.thank-you img {
  width: 200px;
  margin: 0 auto;
}
.thank-you h1 {
  color: #485160;
  text-align: center;
  margin-top: 20px;
  font-size: 48px;
  font-weight: 700;
}
.thank-you p {
  color: #606C80;
  text-align: center;
  font-size: 16px;
}

.left-section ul li {
  list-style: none !important;
}

.doc-section .nav {
  height: 100vh;
  padding-right: 30px;
  display: block;
  overflow-y: auto;
  border-right: 1px solid rgba(96, 108, 128, 0.2);
  position: fixed;
  left: 0;
  padding-left: 30px;
  width: 320px;
  padding-top: 30px;
}
.doc-section ul.menu {
  margin-top: 20px;
  padding-left: 0 !important;
}
.doc-section ul li div {
  display: flex;
  position: relative;
}
.doc-section ul li div span {
  color: #485160;
  position: absolute;
  top: 5px;
  right: 10px;
}
.doc-section ul li a {
  color: #0061ff;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 7px;
  border-radius: 4px;
}
.doc-section ul li a:hover {
  background-color: rgba(96, 108, 128, 0.2);
  text-decoration: none !important;
}
.doc-section .sub-menu {
  padding-left: 15px !important;
}
.doc-section .sub-menu li {
  list-style: none !important;
}
.doc-section .sub-menu li a {
  color: #606C80;
}
.doc-section h1 {
  color: #485160;
  font-weight: 700;
}
.doc-section p {
  color: #485160;
  font-size: 16px;
}

.splide.splide--loop {
  padding-top: 50px !important;
}

.splide__arrows.splide__arrows--ltr {
  position: absolute;
  right: -15px;
  top: 20px;
  width: 110px;
}

.splide__arrow.splide__arrow--prev,
.splide__arrow.splide__arrow--next {
  border: 1px solid rgba(62, 69, 79, 0.25) !important;
  background-color: transparent;
}

.splide__arrow svg {
  height: 14px !important;
  width: 14px !important;
}

.splide__pagination.splide__pagination--ltr {
  display: none;
}

pre {
  background: #000;
  color: #ff8096;
  padding: 10px;
  border-radius: 5px;
}

.container-large {
  padding: 0 50px;
}

.content-container {
  @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
  position: relative;
  left: 320px;
  padding-top: 50px;
  width: calc(100% - 620px);
  padding-left: 20px;
}
.content-container h1 {
  font-size: 34px !important;
}
.content-container h2 {
  font-size: 24px !important;
}
.content-container h3 {
  font-size: 20px !important;
}
.content-container h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.content-container h2 {
  padding-top: 25px;
}
.content-container h3 {
  padding-top: 35px;
}
.content-container h5 {
  font-size: 18px !important;
  padding-top: 45px;
}
.content-container h1, .content-container h2, .content-container h3, .content-container h4 {
  font-weight: 600;
}
.content-container h1, .content-container h2, .content-container p, .content-container ol li, .content-container ul li, .content-container h3, .content-container h4, .content-container h5 {
  color: #606C80 !important;
}
.content-container__inner {
  color: #606C80 !important;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 1800px) {
  .content-container__inner {
    width: 70%;
  }
}

#TableOfContents {
  top: 20px;
  position: fixed;
  right: 20px;
  border-left: 1px solid rgba(96, 108, 128, 0.2);
  padding-top: 0px;
  width: 270px;
}
#TableOfContents ul {
  padding-left: 15px !important;
}
#TableOfContents li {
  list-style: none;
}
#TableOfContents li a {
  color: #606C80 !important;
  cursor: pointer;
  font-size: 14px;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #606C80;
}
.back-to-top img {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.prev-next-view {
  display: flex;
  padding-left: 0;
  gap: 15px;
  margin-top: 25px;
}
.prev-next-view a {
  color: #606C80;
  border: 1px solid rgba(96, 108, 128, 0.25);
  display: inline-flex;
  width: calc(50% - 15px);
  border-radius: 10px;
  height: 80px;
  text-decoration: none;
  align-items: center;
  padding: 15px;
}
.prev-next-view a.next-box {
  justify-content: flex-end;
}
.prev-next-view a img {
  display: inline-block;
  margin: 0 4px;
}

.notes-box {
  background-color: rgba(1, 98, 255, 0.05) !important;
  padding: 15px 15px 15px 45px;
  border-radius: 7px;
  position: relative;
}
.notes-box figure {
  position: absolute;
  left: 15px;
  top: 12px;
}
.notes-box figure img {
  width: 22px;
}
.notes-box h5 {
  color: #0162FF !important;
  padding-top: 0 !important;
}

/*# sourceMappingURL=main.css.map */
