.do-markdown-it-style * {
  all: revert;
  line-height: 1.9;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.do-markdown-it-style .do-markdown-container {
  color: #000;
  font-size: 1rem;
  position: relative;
  z-index: 0;
}

.do-markdown-it-style h1 {
  font-size: 2rem;
}

.do-markdown-it-style strong {
  text-align: left;
}

.do-markdown-it-style h1,
.do-markdown-it-style h2,
.do-markdown-it-style h3,
.do-markdown-it-style h4,
.do-markdown-it-style h5,
.do-markdown-it-style h6,
.do-markdown-it-style p {
  margin-bottom: 1rem;
  line-height: 1.2;
  text-align: left;
}

.do-markdown-it-style h1 {
  font-size: 2rem;
}

.do-markdown-it-style h1:first-child,
.do-markdown-it-style h2:first-child,
.do-markdown-it-style h3:first-child,
.do-markdown-it-style h4:first-child,
.do-markdown-it-style h5:first-child,
.do-markdown-it-style h6:first-child,
.do-markdown-it-style p:first-child {
  margin-top: 0;
}

.do-markdown-it-style strong {
  font-weight: 700;
}

.do-markdown-it-style h1:last-child,
.do-markdown-it-style h2:last-child,
.do-markdown-it-style h3:last-child,
.do-markdown-it-style h4:last-child,
.do-markdown-it-style h5:last-child,
.do-markdown-it-style h6:last-child,
.do-markdown-it-style p:last-child {
  margin-bottom: 0;
}

.do-markdown-it-style h1 a,
.do-markdown-it-style h2 a,
.do-markdown-it-style h3 a,
.do-markdown-it-style h4 a,
.do-markdown-it-style h5 a,
.do-markdown-it-style h6 a {
  background-size: 0 0;
  color: inherit;
  text-decoration: none;
}

.do-markdown-it-style h1 a:hover,
.do-markdown-it-style h1 a:focus,
.do-markdown-it-style h2 a:hover,
.do-markdown-it-style h2 a:focus,
.do-markdown-it-style h3 a:hover,
.do-markdown-it-style h3 a:focus,
.do-markdown-it-style h4 a:hover,
.do-markdown-it-style h4 a:focus,
.do-markdown-it-style h5 a:hover,
.do-markdown-it-style h5 a:focus,
.do-markdown-it-style h6 a:hover,
.do-markdown-it-style h6 a:focus {
  color: #000C2A;
  background-size: 0 0;
}

.do-markdown-it-style p {
  line-height: 1.5;
}

@media only screen and (max-width: 375px) {
  .do-markdown-it-style p code {
    word-break: break-all;
  }
}

.do-markdown-it-style ol,
.do-markdown-it-style ul {
  margin-bottom: 1.7em;
  padding-left: 2.5em;
}

@media only screen and (max-width: 768px) {

  .do-markdown-it-style ol,
  .do-markdown-it-style ul {
    list-style-position: inside;
    padding-left: 0;
  }
}

.do-markdown-it-style ol {
  list-style-type: decimal;
}

.do-markdown-it-style ul li {
  list-style: none;
  margin-bottom: 0.3rem;
}

.do-markdown-it-style ol li {
  margin-bottom: 0.3rem;
}

.do-markdown-it-style li p {
  display: inline;
}

.do-markdown-it-style ul li::before {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  background-image: url("/assets/circle-check-solid.svg");
}

.do-markdown-it-style a {
  background: linear-gradient(#0069FF, #0069FF) bottom repeat-x;
  background-size: 1px 1px;
  border-bottom: none;
  color: #0069FF;
  text-decoration: none;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.do-markdown-it-style a:hover,
.do-markdown-it-style a:focus {
  background: linear-gradient(#1433D6, #1433D6) bottom repeat-x;
  background-size: 100% 100%;
  color: #FFFFFF;
}

.do-markdown-it-style a:hover code,
.do-markdown-it-style a:focus code {
  color: #FFFFFF;
}

.do-markdown-it-style a code {
  transition: color 300ms ease-in-out;
}

.do-markdown-it-style blockquote {
  border-left: 4px solid #D6DCEA;
  color: #8A96B5;
  display: block;
  font-size: 18px;
  margin: 0 0 1.25em 1.25em;
  padding: 0 0 0 1.5em;
}

.do-markdown-it-style blockquote a {
  border-bottom: 1px dotted #8A96B5;
  color: #8A96B5;
}

.do-markdown-it-style blockquote a:hover,
.do-markdown-it-style blockquote a:focus {
  border-bottom-style: solid;
}

.do-markdown-it-style img,
.do-markdown-it-style figure {
  border: solid 2px #E3E8F4;
  border-radius: 16px;
  display: block;
  margin: 1rem auto;
  max-width: 100%;
}

.do-markdown-it-style img[align=left] {
  float: unset;
  margin-left: 0;
}

.do-markdown-it-style img[align=right] {
  float: unset;
  margin-right: 0;
}

.do-markdown-it-style figure {
  overflow: hidden;
  padding: 1rem;
}

.do-markdown-it-style figure:has(img[align=left]) {
  margin-left: 0;
  width: fit-content;
}

.do-markdown-it-style figure:has(img[align=right]) {
  margin-right: 0;
  width: fit-content;
}

.do-markdown-it-style figure img {
  border: none;
  border-radius: 0;
  margin: 0 auto;
}

.do-markdown-it-style figure figcaption {
  border-top: solid 1px #E3E8F4;
  background: #EFF2FB;
  font-size: 0.9em;
  text-align: center;
  padding: 1rem;
  margin: 1rem -1rem -1rem;
}

.do-markdown-it-style pre,
.do-markdown-it-style code {
  color: #24335A;
  font-size: 0.875em;
  padding: 0 0.2em;
  position: relative;
}

.do-markdown-it-style pre::before,
.do-markdown-it-style code::before {
  background-color: #E3E8F4;
  border-radius: 0.5em;
  content: "";
  display: block;
  inset: -0.2em 0;
  position: absolute;
  z-index: -1;
}

.do-markdown-it-style pre {
  background: #11192E;
  color: #F7F8FB;
  border-radius: 1em;
  box-shadow: inset 0 0 0 0.125em rgba(17, 25, 46, 0.1);
  display: block;
  margin: 1em 0;
  overflow: auto;
  overflow-wrap: normal;
  padding: 1.5em;
  white-space: normal;
  word-wrap: normal;
}

.do-markdown-it-style pre code {
  color: #F7F8FB;
}

.do-markdown-it-style pre.prefixed code ol li::before {
  color: #F7F8FB;
}

.do-markdown-it-style pre.prefixed.line_numbers {
  /* stylelint-disable-line selector-class-pattern */
}

.do-markdown-it-style pre.prefixed.line_numbers code ol li::before {
  border-right-color: rgba(247, 248, 251, 0.5);
}

.do-markdown-it-style pre::before,
.do-markdown-it-style pre code::before {
  display: none;
}

.do-markdown-it-style pre code {
  color: inherit;
  font-size: 1em;
  padding: 0;
  white-space: pre;
}

.do-markdown-it-style table {
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.do-markdown-it-style table th,
.do-markdown-it-style table td {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  width: auto;
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: inherit;
  padding: 0.1rem 0.12rem;
  border: 1px solid #000;
  vertical-align: center;
  padding-left: 0.5rem;
}

.do-markdown-it-style table tr {
  border: 1px solid #000;
}

.do-markdown-it-style table th {
  border-bottom-width: 2px;
  vertical-align: bottom;
  border-bottom: 2px solid #000;
  padding-left: 0.5rem;
}

.do-markdown-it-style .youtube {
  display: block;
  height: auto;
  margin: 1em auto;
  max-width: 100%;
}

.do-markdown-it-style .wistia {
  display: block;
  height: auto;
  margin: 1em auto;
  max-width: 100%;
}

.do-markdown-it-style .vimeo {
  display: block;
  height: auto;
  margin: 1em auto;
  max-width: 100%;
}

.do-markdown-it-style .rsvp {
  background: transparent;
  border: 1px solid #0069FF;
  border-radius: 3px;
  box-sizing: border-box;
  color: #0069FF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 24px;
  transition: background 0.25s ease;
}

.do-markdown-it-style .rsvp:disabled {
  border-color: #A9B3CA;
  color: #A9B3CA;
  cursor: not-allowed;
}

.do-markdown-it-style .rsvp:not(:disabled):hover,
.do-markdown-it-style .rsvp:not(:disabled):focus {
  background: #C6E3FF;
}

.do-markdown-it-style .terminal {
  background: transparent;
  border: 1px solid #0069FF;
  border-radius: 3px;
  box-sizing: border-box;
  color: #0069FF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 24px;
  transition: background 0.25s ease;
}

.do-markdown-it-style .terminal:disabled {
  border-color: #A9B3CA;
  color: #A9B3CA;
  cursor: not-allowed;
}

.do-markdown-it-style .terminal:not(:disabled):hover,
.do-markdown-it-style .terminal:not(:disabled):focus {
  background: #C6E3FF;
}

.do-markdown-it-style .columns {
  display: flex;
  flex-flow: row nowrap;
  margin: -1em;
}

@media only screen and (max-width: 768px) {
  .do-markdown-it-style .columns {
    flex-flow: row wrap;
  }
}

@media only screen and (max-width: 375px) {
  .do-markdown-it-style .columns {
    flex-flow: column;
  }
}

.do-markdown-it-style .columns .column {
  flex-basis: 100%;
  flex-grow: 1;
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .do-markdown-it-style .columns .column {
    flex-basis: auto;
  }
}

.do-markdown-it-style details {
  background: #ffe3f9;
  border-radius: 16px;
  padding: 1em;
  margin: 1em 0;
}

.do-markdown-it-style details[open] summary {
  border-bottom: 1px solid #E3E8F4;
  padding: 0 1em 1em 0;
  margin: 0 0 1em;
}

.do-markdown-it-style details[open] summary::after {
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(225deg);
}

.do-markdown-it-style details summary {
  cursor: pointer;
  list-style: none;
  padding: 0 1em 0 0;
  position: relative;
}

.do-markdown-it-style details summary::-webkit-details-marker,
.do-markdown-it-style details summary::marker {
  display: none;
}

.do-markdown-it-style details summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 7px;
  height: 7px;
  border: solid #8A96B5;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

.do-markdown-it-style .twitter .twitter-tweet-rendered {
  margin: 1rem auto;
}

.do-markdown-it-style .twitter[align=left] {
  float: unset;
}

.do-markdown-it-style .twitter[align=left] .twitter-tweet-rendered {
  margin-left: 0;
}

.do-markdown-it-style .twitter[align=right] {
  float: unset;
}

.do-markdown-it-style .twitter[align=right] .twitter-tweet-rendered {
  margin-right: 0;
}

.do-markdown-it-style .instagram .instagram-media {
  margin: 1rem auto !important;
}

.do-markdown-it-style .instagram[align=left] .instagram-media {
  margin-left: 0 !important;
}

.do-markdown-it-style .instagram[align=right] .instagram-media {
  margin-right: 0 !important;
}

.do-markdown-it-style .slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.do-markdown-it-style .slideshow .action {
  background-color: hsla(0, 10%, 70%, 0.2);
  border: 1px solid #666666;
  border-radius: 50%;
  color: #666666;
  cursor: pointer;
  font-size: 32px;
  height: 30px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 10;
}

.do-markdown-it-style .slideshow .action.left {
  left: 10px;
}

.do-markdown-it-style .slideshow .action.right {
  right: 10px;
}

.do-markdown-it-style .slideshow .action:hover {
  background-color: hsla(0, 10%, 70%, 0.1);
  border: 1px solid #cccccc;
  color: #cccccc;
}

.do-markdown-it-style .slideshow .slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.do-markdown-it-style .slideshow .slides>img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 100px;
  height: 100%;
  justify-content: center;
  margin-right: 50px;
  scroll-snap-align: start;
  position: relative;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  width: 100%;
}

.do-markdown-it-style .hash-anchor {
  border-bottom: none;
  color: #8A96B5;
  text-decoration: none;
}

.do-markdown-it-style .hash-anchor:hover,
.do-markdown-it-style .hash-anchor:focus {
  color: #24335A;
}

.do-markdown-it-style mark {
  background: rgba(255, 192, 1, 0.3);
  border-radius: 2px;
  color: inherit;
  display: inline;
  line-height: calc(1.4em + 1px);
  padding: 2px 6px;
}

.do-markdown-it-style mark mark {
  background: none;
  border-radius: initial;
  line-height: 1.4em;
  padding: initial;
}

.do-markdown-it-style .table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.do-markdown-it-style .image-compare {
  position: relative;
}

.do-markdown-it-style .image-compare .image-left,
.do-markdown-it-style .image-compare .image-right {
  height: 100%;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.do-markdown-it-style .image-compare .image-left {
  clip-path: polygon(0% 0%, var(--value) 0%, var(--value) 100%, 0% 100%);
  margin: 0;
}

.do-markdown-it-style .image-compare .image-right {
  clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
  margin: 0;
}

.do-markdown-it-style .image-compare .control-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: calc(var(--value) - 13px);
  color: #ffffff;
  z-index: 90;
}

.do-markdown-it-style .image-compare .control {
  background-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
  height: 100%;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.do-markdown-it-style .image-compare .control::-moz-range-thumb {
  background-color: #ffffff;
  border: none;
  cursor: ew-resize;
  height: 100%;
  width: 2px;
}

.do-markdown-it-style .image-compare .control::-webkit-slider-thumb {
  background-color: #ffffff;
  border: none;
  cursor: ew-resize;
  height: 100%;
  width: 2px;
}

.do-markdown-it-style .image-compare .control::-moz-range-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
}

.do-markdown-it-style .image-compare .control::-webkit-slider-runnable-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
  height: 100%;
}

.do-markdown-it-style .image-compare .control,
.do-markdown-it-style .image-compare .control::-webkit-slider-runnable-track,
.do-markdown-it-style .image-compare .control::-webkit-slider-thumb {
  appearance: none;
}

.do-markdown-it-style .callout.note {
  background-color: #D5F0C3;
  color: #000C2A;
}

.do-markdown-it-style .callout.warning {
  background-color: #FFBAB5;
  color: #000C2A;
}

.do-markdown-it-style .callout.info {
  background-color: #C6E3FF;
  color: #000C2A;
}

.do-markdown-it-style .callout.draft {
  background-color: #EBBFEB;
  color: #000C2A;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* twstarts */
.do-markdown-it-style .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.do-markdown-it-style .mb-6 {
  margin-bottom: 1.5rem;
}

.do-markdown-it-style .mt-6 {
  margin-top: 1.5rem;
}

.do-markdown-it-style .inline {
  display: inline;
}

.do-markdown-it-style .flex {
  display: flex;
}

.do-markdown-it-style .shrink {
  flex-shrink: 1;
}

.do-markdown-it-style .basis-1\/2 {
  flex-basis: 50%;
}

.do-markdown-it-style .flex-col {
  flex-direction: column;
}

.do-markdown-it-style .flex-col-reverse {
  flex-direction: column-reverse;
}

.do-markdown-it-style .justify-center {
  justify-content: center;
}

.do-markdown-it-style .gap-4 {
  gap: 1rem;
}

.do-markdown-it-style .gap-8 {
  gap: 2rem;
}

.do-markdown-it-style .rounded-2xl {
  border-radius: 1rem;
}

.do-markdown-it-style .rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.do-markdown-it-style .rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.do-markdown-it-style .bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.do-markdown-it-style .bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.do-markdown-it-style .p-6 {
  padding: 1.5rem;
}

.do-markdown-it-style .pb-6 {
  padding-bottom: 1.5rem;
}

.do-markdown-it-style .pt-6 {
  padding-top: 1.5rem;
}

.do-markdown-it-style .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.do-markdown-it-style .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .do-markdown-it-style .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .do-markdown-it-style .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .do-markdown-it-style .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .do-markdown-it-style .md\:flex-row {
    flex-direction: row;
  }

  .do-markdown-it-style .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .do-markdown-it-style .md\:gap-8 {
    gap: 2rem;
  }

  .do-markdown-it-style .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .do-markdown-it-style .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .do-markdown-it-style .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .do-markdown-it-style .md\:pt-10 {
    padding-top: 2.5rem;
  }
}