body{
  position: relative;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.6667;
}

p, h2, h3, h4, h5, h6 {
  margin: 1.25rem 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #143b91 !important;
}

strong{
  font-weight: 500 !important;
}

.btn.btn-primary{
  background-color: #143b91 !important;
  border: 1px solid #143b91 !important;
}

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

.navbar {
    background: #ffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	 /* background: radial-gradient(120% 120% at 10% 0%, rgba(120, 90, 255, 0.15) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, #0b0714 0%, #120a22 100%); */
}
.navbar .offcanvas {
	 background: radial-gradient(120% 120% at 10% 0%, rgba(120, 90, 255, 0.15) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, #0b0714 0%, #120a22 100%);
}
 .navbar .offcanvas h5 {
	 color: #bcbec2;
	 font-weight: 600;
	 font-size: 1.25rem;
}
 .navbar .offcanvas .btn-close {
	 width: 2rem;
	 height: 2rem;
	 padding: 0;
	 opacity: 1;
	 --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
	 background-color: transparent;
	 filter: none;
}
 .navbar .offcanvas .offcanvas-body pt-0 ul, .navbar .offcanvas .offcanvas-body pt-0 ol {
	 list-style: none;
	 padding-left: 0;
	 margin: 0;
}
 .navbar .offcanvas .offcanvas-body pt-0 ul li, .navbar .offcanvas .offcanvas-body pt-0 ol li {
	 border-bottom: 1px solid #1d3d3a;
}
 .navbar .offcanvas .offcanvas-body pt-0 ul li a, .navbar .offcanvas .offcanvas-body pt-0 ol li a {
	 padding: 1rem;
	 color: #bcbec2;
	 font-weight: 400;
	 font-size: 1.125rem;
}
 .navbar .offcanvas .offcanvas-body pt-0 ::marker {
	 content: "";
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='3' stroke-linecap='round' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	 /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8h15M5 16h22M5 24h22M5 11l3-3-3-3'/%3E%3C/svg%3E"); */
}

.navbar .navbar-brand .img-wrap-logo .logo{
   max-width: 12rem;
}
 
.scrollspy {
  position: sticky;
  top: 8.25rem;
  margin-bottom: 3rem;
  height: calc(100vh - 10rem);
  overflow-y: auto;
}

.source {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1.5em;
  word-break: break-all;
}

.callout {
  border-radius: 10px;
  padding: 1rem;
}

figure {
  margin: 1.25em 0;
  page-break-inside: avoid;
}

figcaption {
  opacity: 0.5;
  font-size: 85%;
  margin-top: 0.5em;
}

mark {
  background-color: transparent;
}

.indented {
  padding-left: 1.5em;
}

hr {
  background: transparent;
  display: block;
  width: 100%;
  height: 1px;
  visibility: visible;
  border: none;
  border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}

.collection-content {
  font-size: 0.875rem;
}

.collection-content td {
  white-space: pre-wrap;
  word-break: break-word;
}

.column-list {
  display: flex;
  justify-content: space-between;
}

.column {
  padding: 0 1em;
}

.column:first-child {
  padding-left: 0;
}

.column:last-child {
  padding-right: 0;
}

.table_of_contents-item {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.125rem;
}

.table_of_contents-indent-1 {
  margin-left: 1.5rem;
}

.table_of_contents-indent-2 {
  margin-left: 3rem;
}

.table_of_contents-indent-3 {
  margin-left: 4.5rem;
}

.table_of_contents-link {
  text-decoration: none;
  opacity: 0.7;
  border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}

table,
th,
td {
  border: 1px solid rgba(55, 53, 47, 0.09);
  border-collapse: collapse;
}

table {
  border-left: none;
  border-right: none;
}

th,
td {
  font-weight: normal;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  min-height: 1.5em;
  text-align: left;
}

th {
  color: rgba(55, 53, 47, 0.6);
}

ol,
ul {
  margin: 0;
  margin-block-start: 0.6em;
  margin-block-end: 0.6em;
}

li > ol:first-child,
li > ul:first-child {
  margin-block-start: 0.6em;
}

ul > li {
  list-style: disc;
}

ul.to-do-list {
  padding-inline-start: 0;
}

ul.to-do-list > li {
  list-style: none;
}

.to-do-children-checked {
  text-decoration: line-through;
  opacity: 0.375;
}

ul.toggle > li {
  list-style: none;
}

ul {
  padding-inline-start: 1.7em;
}

ul > li {
  padding-left: 0.1em;
}

ol {
  padding-inline-start: 1.6em;
}

ol > li {
  padding-left: 0.2em;
}

.mono ol {
  padding-inline-start: 2em;
}

.mono ol > li {
  text-indent: -0.4em;
}

.toggle {
  padding-inline-start: 0em;
  list-style-type: none;
}

/* Indent toggle children */
.toggle > li > details {
  padding-left: 1.7em;
}

.toggle > li > details > summary {
  margin-left: -1.1em;
}

.selected-value {
  display: inline-block;
  padding: 0 0.5em;
  background: rgba(206, 205, 202, 0.5);
  border-radius: 3px;
  margin-right: 0.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  white-space: nowrap;
}

.collection-title {
  display: inline-block;
  margin-right: 1em;
}

.page-description {
  margin-bottom: 2em;
}

.simple-table {
  margin-top: 1em;
  font-size: 0.875rem;
  empty-cells: show;
}
.simple-table td {
  height: 29px;
  min-width: 120px;
}

.simple-table th {
  height: 29px;
  min-width: 120px;
}

.simple-table-header-color {
  background: rgb(247, 246, 243);
  color: black;
}
.simple-table-header {
  font-weight: 500;
}

time {
  opacity: 0.5;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 1.2em;
  max-height: 1.2em;
  text-decoration: none;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}

img.icon {
  border-radius: 3px;
}

.callout img.notion-static-icon {
  width: 1em;
  height: 1em;
}

.callout p {
  margin: 0;
}

.callout h1,
.callout h2,
.callout h3 {
  margin: 0 0 0.6rem;
}

.user-icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.user-icon-inner {
  font-size: 0.8em;
}

.text-icon {
  border: 1px solid #000;
  text-align: center;
}

.page-cover-image {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 30vh;
}

.page-header-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.page-header-icon-with-cover {
  margin-top: -0.72em;
  margin-left: 0.07em;
}

.page-header-icon img {
  border-radius: 3px;
}

.link-to-page {
  margin: 1em 0;
  padding: 0;
  border: none;
  font-weight: 500;
}

p > .user {
  opacity: 0.5;
}

td > .user,
td > time {
  white-space: nowrap;
}

input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 0.6em;
  vertical-align: middle;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.image {
  border: none;
  margin: 1.5em 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

.code,
code {
  background: rgba(135, 131, 120, 0.15);
  border-radius: 3px;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 85%;
  tab-size: 2;
}

code {
  color: #eb5757;
}

.code {
  padding: 1.5em 1em;
}

.code-wrap {
  white-space: pre-wrap;
  word-break: break-all;
}

.code > code {
  background: none;
  padding: 0;
  font-size: 100%;
  color: inherit;
}

blockquote {
  font-size: 1em;
  margin: 1em 0;
  padding-left: 1em;
  border-left: 3px solid rgb(55, 53, 47);
}

blockquote.quote-large {
  font-size: 1.25em;
}

.bookmark {
  text-decoration: none;
  max-height: 8em;
  padding: 0;
  display: flex;
  width: 100%;
  align-items: stretch;
}

.bookmark-title {
  font-size: 0.85em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.75em;
  white-space: nowrap;
}

.bookmark-text {
  display: flex;
  flex-direction: column;
}

.bookmark-info {
  flex: 4 1 180px;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bookmark-image {
  width: 33%;
  flex: 1 1 180px;
  display: block;
  position: relative;
  object-fit: cover;
  border-radius: 1px;
}

.bookmark-description {
  color: rgba(55, 53, 47, 0.6);
  font-size: 0.75em;
  overflow: hidden;
  max-height: 4.5em;
  word-break: break-word;
}

.bookmark-href {
  font-size: 0.75em;
  margin-top: 0.25em;
}

.sans {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji",
    Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.code {
  font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono",
    Courier, monospace;
}
.serif {
  font-family: Lyon-Text, Georgia, ui-serif, serif;
}
.mono {
  font-family: iawriter-mono, Nitti, Menlo, Courier, monospace;
}
.pdf .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji",
    Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji",
    "Noto Color Emoji", "Noto Sans CJK JP";
}
.pdf:lang(zh-CN) .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji",
    Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji",
    "Noto Color Emoji", "Noto Sans CJK SC";
}
.pdf:lang(zh-TW) .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji",
    Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji",
    "Noto Color Emoji", "Noto Sans CJK TC";
}
.pdf:lang(ko-KR) .sans {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji",
    Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Twemoji",
    "Noto Color Emoji", "Noto Sans CJK KR";
}
.pdf .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono",
    "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji",
    "Noto Sans Mono CJK JP";
}
.pdf:lang(zh-CN) .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono",
    "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji",
    "Noto Sans Mono CJK SC";
}
.pdf:lang(zh-TW) .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono",
    "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji",
    "Noto Sans Mono CJK TC";
}
.pdf:lang(ko-KR) .code {
  font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono",
    "Liberation Mono", Courier, monospace, "Twemoji", "Noto Color Emoji",
    "Noto Sans Mono CJK KR";
}
.pdf .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji",
    "Noto Color Emoji", "Noto Serif CJK JP";
}
.pdf:lang(zh-CN) .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji",
    "Noto Color Emoji", "Noto Serif CJK SC";
}
.pdf:lang(zh-TW) .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji",
    "Noto Color Emoji", "Noto Serif CJK TC";
}
.pdf:lang(ko-KR) .serif {
  font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, "Twemoji",
    "Noto Color Emoji", "Noto Serif CJK KR";
}
.pdf .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace,
    "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK JP";
}
.pdf:lang(zh-CN) .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace,
    "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK SC";
}
.pdf:lang(zh-TW) .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace,
    "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK TC";
}
.pdf:lang(ko-KR) .mono {
  font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace,
    "Twemoji", "Noto Color Emoji", "Noto Sans Mono CJK KR";
}
.highlight-default {
  color: rgba(44, 44, 43, 1);
}
.highlight-gray {
  color: rgba(125, 122, 117, 1);
  fill: rgba(125, 122, 117, 1);
}
.highlight-brown {
  color: rgba(159, 118, 90, 1);
  fill: rgba(159, 118, 90, 1);
}
.highlight-orange {
  color: rgba(210, 123, 45, 1);
  fill: rgba(210, 123, 45, 1);
}
.highlight-yellow {
  color: rgba(203, 148, 52, 1);
  fill: rgba(203, 148, 52, 1);
}
.highlight-teal {
  color: rgba(80, 148, 110, 1);
  fill: rgba(80, 148, 110, 1);
}
.highlight-blue {
  color: rgba(56, 125, 201, 1);
  fill: rgba(56, 125, 201, 1);
}
.highlight-purple {
  color: rgba(154, 107, 180, 1);
  fill: rgba(154, 107, 180, 1);
}
.highlight-pink {
  color: rgba(193, 76, 138, 1);
  fill: rgba(193, 76, 138, 1);
}
.highlight-red {
  color: rgba(207, 81, 72, 1);
  fill: rgba(207, 81, 72, 1);
}
.highlight-default_background {
  color: rgba(44, 44, 43, 1);
}
.highlight-gray_background {
  background: rgba(42, 28, 0, 0.07);
}
.highlight-brown_background {
  background: rgba(139, 46, 0, 0.086);
}
.highlight-orange_background {
  background: rgba(224, 101, 1, 0.129);
}
.highlight-yellow_background {
  background: rgba(211, 168, 0, 0.137);
}
.highlight-teal_background {
  background: rgba(0, 100, 45, 0.09);
}
.highlight-blue_background {
  background: rgba(0, 124, 215, 0.094);
}
.highlight-purple_background {
  background: rgba(102, 0, 178, 0.078);
}
.highlight-pink_background {
  background: rgba(197, 0, 93, 0.086);
}
.highlight-red_background {
  background: rgba(223, 22, 0, 0.094);
}
.block-color-default {
  color: inherit;
  fill: inherit;
}
.block-color-gray {
  color: rgba(125, 122, 117, 1);
  fill: rgba(125, 122, 117, 1);
}
.block-color-brown {
  color: rgba(159, 118, 90, 1);
  fill: rgba(159, 118, 90, 1);
}
.block-color-orange {
  color: rgba(210, 123, 45, 1);
  fill: rgba(210, 123, 45, 1);
}
.block-color-yellow {
  color: rgba(203, 148, 52, 1);
  fill: rgba(203, 148, 52, 1);
}
.block-color-teal {
  color: rgba(80, 148, 110, 1);
  fill: rgba(80, 148, 110, 1);
}
.block-color-blue {
  color: rgba(56, 125, 201, 1);
  fill: rgba(56, 125, 201, 1);
}
.block-color-purple {
  color: rgba(154, 107, 180, 1);
  fill: rgba(154, 107, 180, 1);
}
.block-color-pink {
  color: rgba(193, 76, 138, 1);
  fill: rgba(193, 76, 138, 1);
}
.block-color-red {
  color: rgba(207, 81, 72, 1);
  fill: rgba(207, 81, 72, 1);
}
.block-color-default_background {
  color: inherit;
  fill: inherit;
}
.block-color-gray_background {
  background: rgba(240, 239, 237, 1);
}
.block-color-brown_background {
  background: rgba(245, 237, 233, 1);
}
.block-color-orange_background {
  background: rgba(251, 235, 222, 1);
}
.block-color-yellow_background {
  background: rgba(249, 243, 220, 1);
}
.block-color-teal_background {
  background: rgba(232, 241, 236, 1);
}
.block-color-blue_background {
  background: rgba(229, 242, 252, 1);
}
.block-color-purple_background {
  background: rgba(243, 235, 249, 1);
}
.block-color-pink_background {
  background: rgba(250, 233, 241, 1);
}
.block-color-red_background {
  background: rgba(252, 233, 231, 1);
}
.select-value-color-default {
  background-color: rgba(42, 28, 0, 0.07);
}
.select-value-color-gray {
  background-color: rgba(28, 19, 1, 0.11);
}
.select-value-color-brown {
  background-color: rgba(127, 51, 0, 0.156);
}
.select-value-color-orange {
  background-color: rgba(196, 88, 0, 0.203);
}
.select-value-color-yellow {
  background-color: rgba(209, 156, 0, 0.282);
}
.select-value-color-green {
  background-color: rgba(0, 96, 38, 0.156);
}
.select-value-color-blue {
  background-color: rgba(0, 118, 217, 0.203);
}
.select-value-color-purple {
  background-color: rgba(92, 0, 163, 0.141);
}
.select-value-color-pink {
  background-color: rgba(183, 0, 78, 0.152);
}
.select-value-color-red {
  background-color: rgba(206, 24, 0, 0.164);
}

.checkbox {
  display: inline-flex;
  vertical-align: text-bottom;
  width: 16;
  height: 16;
  background-size: 16px;
  margin-left: 2px;
  margin-right: 5px;
}

.checkbox-on {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}

.checkbox-off {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
/* ===== Safe Notion-like Outline Sidebar ===== */
/* ===== Ultra-safe Outline Sidebar (Overlay) ===== */
#notion-outline {
  position: fixed;
  top: 80px;
  right: 12px;
  width: 240px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;

  background: #ffffff;
  border: 1px solid rgba(55, 53, 47, 0.15);
  border-radius: 6px;
  padding: 10px 12px;

  font-family: ui-sans-serif, system-ui, -apple-system;
  font-size: 12px;
  line-height: 1.4;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 2147483647; /* MAX SAFE */
}

#notion-outline h4 {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.6;
}

#notion-outline a {
  display: block;
  text-decoration: none;
  color: rgb(55, 53, 47);
  opacity: 0.7;
  padding: 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#notion-outline a.h3 {
  padding-left: 10px;
  font-size: 11px;
}

#notion-outline a.active {
  opacity: 1;
  font-weight: 600;
}

/* Hide on small screens */
@media (max-width: 1024px) {
  #notion-outline {
    display: none;
  }
}
.page,
.page-body {
  white-space: normal !important;
  padding-bottom: 3rem;
}
.mw-footer {
  background: radial-gradient(
      120% 120% at 10% 0%,
      rgba(120, 90, 255, 0.15) 0%,
      rgba(0, 0, 0, 0) 60%
    ),
    linear-gradient(180deg, #0b0714 0%, #120a22 100%);
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  position: relative;
}

.mw-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
}

.mw-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.mw-footer p {
  margin: 0;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .page-body {
    padding-top: 0rem;
  }
}
.mob-scroll-spy mt-3 {
  .offcanvas {
    max-width: 90%;
  }
}

.index h1 {
	 color: #1e1e1f;
}
.index .list-group{
  border-radius: 0;
}
 .index .list-group li {
	 padding: 1rem 0 !important;
	 color: #1e1e1f;
	 font-size: 1.25rem;
	 font-weight: 500;
   border: 0;
   border-bottom: 1px dashed #143b91;
}
 .index .list-group li .title {
	 font-size: 1.25rem;
	 font-weight: 500;
   color: #1e1e1f;
}
 .index .list-group li a {
	 text-decoration: none;
}
.index .list-group li:hover, .index .list-group li:hover .title {
	 color: #143b91;
}

.index .list-group li:hover {
  border-bottom: 1px solid #143b91;
  transition: all 0.5s ease-in-out;
}

.scrollspy .nav-pills .nav-link, .mob-scroll-spy .nav-pills .nav-link{
  color: #1e1e1f;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  width: 100%;
}

.scrollspy .nav-pills .nav-link.active, .mob-scroll-spy .nav-pills .nav-link.active{
  color: #ffffff;
  background-color: #143b91;
}

.navbar.sticky-top .offcanvas-body .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar.sticky-top .offcanvas-body .navbar-nav .nav-item{
  border-bottom: 1px solid #ffffff;
}

.navbar.sticky-top .offcanvas-title.m-0{
  color: #ffffff !important;
}

hr{
  border-bottom: 1px solid rgba(58, 56, 50, 0.57);
}

.doc-card .card {
  min-height: 22rem ;
  cursor: pointer;
  background-color: #143b9129;
  border: 1px solid #143b91;
  border-bottom-right-radius: 3.75rem;
  border-top-left-radius: 3.75rem;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.doc-card .card::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 4.5rem;
  height: 4.5rem;
  background: #143b91;
  border-radius: 0 0.375rem 0 3.5rem;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.8s ease-out; 
  z-index: 0;
}

.doc-card .card:hover::before {
  transform: scale(20);
}

.doc-card .card > * {
  position: relative;
  z-index: 1;
}

.doc-card .card:hover .btn.btn-primary {
  background-color: #ffffff !important;
  color: #143b91 !important;
  border: 1px solid #143b91 !important;
}

.doc-card .card .btn.btn-primary {
  transition: all 0.3s ease;
}

.doc-card .card:hover .card-title {
  color: #ffffff !important;
}
.doc-card .card:hover p {
  color:#f1f3f8!important;
}
.doc-card .card .card-body p{
font-size: 1rem;
}
.web-doc h2{
  font-size: 2.25rem;
}
.index h2{
  font-size: 2.25rem;
}
.img-wrap-logo {
  position: relative;
}

.doc-card .img-wrap-logo .logo {
  transition: opacity 0.3s ease;
  display: block;
    filter: initial;
}

.doc-card .img-wrap-logo .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.doc-card .card:hover .hover-img {
  opacity: 1;
}

.doc-card .card:hover .default-img {
  opacity: 0;

}
.pagination li::marker {
  content: "";
}
.external-tools .page-body p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.external-tools .page-body a {
    word-break: break-all;
     color:  #143b91;
    text-decoration: none;
}
