html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
  scroll-padding-top: 4.5rem;
}

body {
  height: calc(100vh - 4.25rem);
  background-color: #ffffff;
  color: #718096;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: auto;
  margin-top: 4.25rem;
  font-family: "Lato", sans-serif;
}

svg {
  width: 1em;
  height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d3748;
}

h1 {
  font-size: 1.75rem;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
@media (min-width: 1239px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  font-weight: normal;
}

h4 {
  font-size: 1.175rem;
  font-weight: 400;
}

h5 {
  font-size: 0.875rem;
  font-weight: 400;
}

h6 {
  font-size: 0.75rem;
  font-weight: 400;
}

p {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.003rem;
}

code {
  background: #f7fafc;
  padding: 0.375rem;
  border-radius: 4px;
}

strong > em,
em > strong,
b > i,
i > b {
  font-weight: bold;
}

details {
  line-height: 1.6;
}

summary {
  color: #2d94d6;
  font-weight: normal;
}
summary:focus {
  border: none !important;
  outline: none;
}
summary:hover {
  color: #2584c0;
  cursor: pointer;
}
summary p {
  margin: 0 !important;
}

li {
  line-height: 1.6;
  padding-bottom: 0.75rem;
}

ol {
  max-width: 860px;
  padding-bottom: 0.625rem;
}

hr {
  border: 0.5px solid #e2e8f0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

td,
th {
  border: 1px solid #e2e8f0;
  padding: 10px 20px;
  text-align: left;
}

table td {
  word-break: normal;
}

table th {
  background-color: #f7fafc;
}

body .ui.container {
  max-width: 72rem !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 480px) {
  body .ui.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 640px) {
  body .ui.container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  body .ui.container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  body .ui.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-container {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.post-content-container {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 3rem;
  flex-direction: column-reverse;
}
.post-content-container .content-column-left {
  width: 100%;
}
@media (min-width: 1024px) {
  .post-content-container .content-column-left {
    width: 75%;
  }
}
.post-content-container .content-column-right {
  width: 100%;
}
@media (min-width: 1024px) {
  .post-content-container .content-column-right {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .post-content-container {
    flex-direction: row;
  }
}
.post-content-container .sixteen.wide.column {
  width: 100%;
}
.post-content-container .sixteen.wide.column p {
  width: 100%;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .post-content-container .sixteen.wide.column p {
    width: 83.333333%;
  }
}

.content-container {
  flex: 1 1 auto;
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 680px) {
  .content-container {
    padding-bottom: 3rem;
  }
}

.breadcrumb-container {
  flex: 0 1 auto;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
.breadcrumb-container .ui.breadcrumb {
  width: 100%;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb-container .ui.breadcrumb .section {
  display: revert;
}
.breadcrumb-container .ui.breadcrumb .section.active {
  cursor: default;
  pointer-events: none;
  color: #2d3748;
  font-weight: normal;
}

.index-cards-container {
  padding: 6rem 1.5rem;
  flex: 1 1 auto;
}
.index-cards-container .topic-card + .topic-card {
  margin-top: 1.25rem;
}
@media (max-width: 680px) {
  .index-cards-container {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.index-cards-container .index-cards {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: column;
}

.topic-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #f7fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  color: #718096;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.topic-card:hover {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  color: #718096;
}
.topic-card:active {
  box-shadow: none;
}
@media (max-width: 680px) {
  .topic-card {
    padding: 1rem;
  }
}
.topic-card .topic-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.topic-card .topic-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
@media (max-width: 680px) {
  .topic-card .topic-image {
    width: 40px;
    height: 40px;
  }
}
.topic-card .topic-desc-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic-card .topic-icon-wrap {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0;
  margin-left: 1.125rem;
  flex-shrink: 0;
}
@media (max-width: 680px) {
  .topic-card .topic-icon-wrap {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.topic-card .topic-description {
  display: flex;
  flex-direction: column;
  margin-left: 1.25rem;
  margin-top: 0;
}
.topic-card .topic-description h3 {
  margin: 0 !important;
  font-size: 22px;
}
.topic-card .topic-description .subtitle {
  line-height: normal;
}
@media (max-width: 680px) {
  .topic-card .topic-description h3 {
    font-size: 1rem;
  }
  .topic-card .topic-description p {
    font-size: 0.875rem;
  }
}

.category-card-container .category-card + .category-card {
  margin-top: 1rem;
}
.category-card-container .category-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #f7fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.category-card-container .category-card:hover {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}
@media (max-width: 680px) {
  .category-card-container .category-card {
    padding: 1rem;
  }
}
.category-card-container .category-card .category-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.category-card-container .category-card .category-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card-container .category-card .category-image img {
  width: 30px;
  height: 30px;
}
.category-card-container .category-card .category-desc-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card-container .category-card .category-icon-wrap {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 1.125rem;
  flex-shrink: 0;
}
@media (max-width: 680px) {
  .category-card-container .category-card .category-icon-wrap {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.category-card-container .category-card .category-description {
  margin-left: 1.25rem;
  margin-top: 0;
  font-size: 18px;
  color: #2d3748;
}
.category-card-container .category-card .category-duration {
  color: #718096;
  font-size: 16px;
  align-self: end;
  margin-bottom: 2px;
}

.video-container {
  max-width: 60rem;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  border: 1px solid #e2e8f0;
  /* // '@supports not' required to resolve display issue on iPad (aspect ratio not yet supported) */
}
.video-container iframe {
  border-radius: 0.25rem;
  background-color: #ffffff;
}
@supports (aspect-ratio: 16/9) {
  .video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .video-container iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

.video-description {
  width: 100%;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .video-description {
    width: 83.333333%;
  }
}

.video-links {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
.video-links a {
  display: flex;
  color: #718096;
  font-size: 18px;
}
.video-links a:before {
  display: block;
  content: " ";
  background-image: url("/icons/play.svg");
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
  align-self: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.video-links a:hover {
  color: #2d3748;
}
.video-links a:hover:before {
  scale: 1.05;
}
.video-links a + a {
  margin-top: 1rem;
}

.top-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4.25rem;
  background-color: #ffffff;
  display: flex;
  z-index: 50;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.mobile-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0.25rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .toggle {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 2;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  opacity: 0;
}
.mobile-nav .toggle:checked ~ .mobile-menu {
  visibility: visible;
}
.mobile-nav .toggle:checked ~ .mobile-menu .dimmer {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease;
}
.mobile-nav .toggle:checked ~ .mobile-menu .menu-list {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mobile-nav .toggle:checked ~ .menu-icon-wrap .bar {
  background-color: #667c99;
}
.mobile-nav .toggle:checked ~ .menu-icon-wrap .bar.top {
  transform: translateY(8px) rotateZ(45deg);
}
.mobile-nav .toggle:checked ~ .menu-icon-wrap .bar.middle {
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
}
.mobile-nav .toggle:checked ~ .menu-icon-wrap .bar.bottom {
  transform: translateY(-8px) rotateZ(-45deg);
  width: 100%;
}
.mobile-nav .menu-icon-wrap {
  cursor: pointer;
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  margin: 0 auto;
}
.mobile-nav .menu-icon-wrap .bar {
  color: #a0aec0;
  display: block;
  border-radius: 0.5rem;
  margin: 6px auto;
  height: 2px;
  width: 1.75rem;
  background-color: currentColor;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.25s;
}
.mobile-nav .menu-icon-wrap .bar.bottom {
  width: 66.666667%;
  margin: 6px 0;
}
@media (min-width: 1024px) {
  .mobile-nav .menu-icon-wrap {
    display: none;
  }
}
body .mobile-nav .dimmer {
  overflow: hidden;
}
.mobile-nav .mobile-menu {
  position: fixed;
  top: 4.25rem;
  right: 0;
  width: 100%;
  height: calc(100% - 4.25rem);
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav .mobile-menu .dimmer {
  background-color: rgba(45, 55, 72, 0.75);
  border: none;
  border-top: 1px solid #e2e8f0;
  width: 100%;
  height: 100%;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: opacity(0);
  opacity: 0;
  transition: all 0.2s ease;
}
.mobile-nav .mobile-menu .menu-list {
  position: fixed;
  right: 0;
  background-color: #f7fafc;
  padding: 1.25rem 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  overflow-y: auto;
}
.mobile-nav .mobile-menu .menu-list .menu-item {
  color: #718096;
  font-size: 1.25rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mobile-nav .mobile-menu .menu-list .menu-item:hover, .mobile-nav .mobile-menu .menu-list .menu-item:focus {
  color: #2d3748;
}
.mobile-nav .mobile-menu .menu-list div {
  padding: 1rem 5rem 1rem 2.5rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 72rem;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px) {
  .main-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .main-nav {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .main-nav {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  line-height: 1.25rem;
}
.desktop-nav a {
  color: #718096;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
}
.desktop-nav a:hover {
  color: #2d3748;
}
@media (max-width: 1023px) {
  .desktop-nav {
    display: none;
  }
}

.logo-header {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  color: #718096;
}
.logo-header .logo-image {
  width: 8rem;
  height: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .logo-header .logo-image {
    width: 9rem;
  }
}
.logo-header .logo-image:hover {
  opacity: 90%;
}
@media (min-width: 1024px) {
  .logo-header {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
  }
}

.nav-button-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav-button-wrap {
    display: none;
  }
}

.nav-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #2d94d6;
  white-space: nowrap;
  text-transform: uppercase;
}
.nav-button.bordered {
  height: auto;
  margin-left: 1rem;
  border: 1px solid #2d94d6;
  border-radius: 0.25rem;
}
.nav-button.bordered:hover {
  background-color: #2d94d6;
  color: #ffffff;
}

.footer {
  flex: 0 1 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  width: 100%;
  background-color: #f7fafc;
  border-top: 1px solid #e2e8f0;
}
.footer .footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #a0aec0;
  padding: 1.75rem 0;
}
.footer .footer-container a {
  color: #a0aec0;
}
.footer .footer-container a:hover {
  color: #2d3748;
}
@media (max-width: 680px) {
  .footer .footer-container {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 1.25rem 0;
  }
}
.footer .footer-container .divider {
  display: block;
  margin: 0 0.25rem;
}
@media (max-width: 680px) {
  .footer .footer-container .divider {
    display: none;
  }
}

.search-header {
  flex: 0 1 auto;
  background: linear-gradient(179.94deg, #2f93d6 43.06%, #0174d1 99.82%);
  background-size: cover;
  background-repeat: no-repeat;
}
.search-header .headingText {
  height: 100%;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.search-header .headingText h1,
.search-header .headingText h3 {
  color: #ffffff;
  margin-top: 0;
}
.search-header .headingText .search-header-text {
  color: #ffffff;
  font-size: 2rem;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
@media (max-width: 679px) {
  .search-header .headingText {
    padding: 3rem 0;
  }
  .search-header .headingText h1 {
    font-size: 1.75rem;
  }
  .search-header .headingText h3 {
    display: none;
  }
}

input#search {
  width: 24.375rem;
}
@media (max-width: 680px) {
  input#search {
    width: 18.28125rem;
  }
}

.link-footer a .ui.segment.category-page-segment {
  margin-top: 0;
  gap: 0;
}
.link-footer .link-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3rem;
}
.link-footer .link-container .prev-link,
.link-footer .link-container .next-link {
  margin-top: 0;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 680px) {
  .link-footer .link-container .next-link,
.link-footer .link-container .prev-link {
    padding: 0.75rem 1.5rem;
  }
  .link-footer .link-container .next-link .button-text,
.link-footer .link-container .prev-link .button-text {
    display: none;
  }
}

.icon {
  color: #a0aec0;
}

.icon-wrap .chevron.left,
.icon-wrap .chevron.right {
  margin: 0.15em 0 0 0;
}
.icon-wrap .chevron.left {
  text-align: left;
}
.icon-wrap .chevron.right {
  text-align: right;
}

.two-image-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 680px) {
  .two-image-container {
    flex-direction: column;
  }
}

.ui.vertical.text.menu {
  padding-left: 5rem;
}
.ui.vertical.text.menu .header-item {
  color: #2d3748;
}

.ui.search {
  display: inline-block;
}

.ui.search .results {
  width: 24.375rem;
  max-height: 50vh !important;
  overflow-y: scroll !important;
  text-align: left;
}

.ui.search .results .highlight {
  color: #ed8936;
}

a .ui.segment.category-page-segment {
  margin-top: 1rem;
}

.ui.segment.category-page-segment {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  background: #f7fafc;
  border: none;
  gap: 1rem;
}
.ui.segment.category-page-segment:hover {
  background: #e2e8f0;
  transition: 0.3s;
}
@media (max-width: 650px) {
  .ui.segment.category-page-segment {
    font-size: 1rem;
  }
}

.ui.segment.info {
  font-weight: 400;
  line-height: 1.6;
  color: #5c6570;
  background: #f0f9ff;
  border: 1px dashed #2d94d6;
  display: flex;
}

.category-title {
  color: #2d3748;
}

.category-page-segment > i[data-icon] {
  display: inline-block;
  width: 40px;
}

.icon-ref {
  height: 30px;
  width: 30px;
  padding: 0 0.25rem;
  vertical-align: middle;
}

.icon-ref-inline {
  height: 25px;
  width: 25px;
  padding: 0 0.25rem 0.25rem 0.25rem;
  vertical-align: middle;
}

.ui.dividing.header {
  font-weight: normal;
}

.toc {
  display: contents;
  list-style: none;
}
.toc .toc-child {
  padding: 0 0 0 1.75rem;
  list-style: disc;
}
.toc .toc-child .toc-text:hover {
  color: #2d3748;
}
.toc li.toc-item {
  color: #718096;
  padding: 0.125rem;
}
.toc li.toc-item a.toc-link {
  color: #718096;
}
.toc li.toc-item .toc-level-3 {
  list-style: circle;
  color: #718096;
}

.ui.image {
  margin-top: 1rem;
}

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

.ui.icon.message {
  width: auto;
  background-color: #ffffff;
  font-size: 1rem;
}

.ui.icon.message .content {
  font-style: normal;
  font-variant: normal;
  color: #705c5c;
  font-weight: 400;
  line-height: 1.6;
}

.ui.circular.label {
  background-color: #705c5c;
  color: #ffffff;
}

.ui.vertical.menu {
  float: right;
  margin-right: 60px;
  border: none;
  box-shadow: none;
}

.ui.vertical.menu .item > .header:not(.ui) {
  font-size: 1.2rem;
  color: #2d94d6;
}

.ui.vertical.menu .menu .item {
  font-size: 1.125rem;
}

.ui.button {
  margin-left: 1rem !important;
}

@media (max-width: 650px) {
  .search-container .ui.search > .results {
    max-width: 100%;
  }

  .ui.button {
    display: none;
  }

  .icon-wrap .chevron.left,
.icon-wrap .chevron.right {
    text-align: center;
  }

  td,
th {
    padding: 10px;
  }

  table td {
    word-break: break-word;
  }
}
div.step,
div.step-b {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  vertical-align: top;
  margin-right: 0.75em;
  margin-top: 1.25rem;
  -moz-border-radius: 12px;
  /* or 50% */
  border-radius: 12px;
  /* or 50% */
  background-color: #ed8936;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

div.step-b {
  background-color: #00b5a5;
}

div.step + p,
div.step + div,
div.step-b + p,
div.step-b + div {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0rem;
  width: calc(100% - 40px - 1em);
}

.ui.label.left {
  background-color: #2d94d6;
  border-color: #2d94d6;
  color: #ffffff;
}

.ui.label {
  background: #e2e8f0;
}

.ui.label.label.rejected {
  background-color: #ffebeb;
  border-color: #ed64a6;
  color: #ffffff;
}

.download-app {
  display: flex;
}

.column > h1#Release-notes ~ h3 {
  margin-bottom: 0;
}
.column > h1#Release-notes ~ h3 + h3 {
  margin-top: 0;
}

.column > h1#Release-notes ~ h3 + hr {
  margin-top: 0.5rem;
}

kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 12px ui-monospace, SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, monospace;
  line-height: 11px;
  vertical-align: middle;
  border-bottom-color: #bcc9dc;
  border: 1px solid #bcc9dc;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 #bcc9dc;
}

.editor-blockquote {
  border-left: 4px solid #bcc9dc !important;
  padding-left: 20px !important;
  font-style: italic !important;
  margin: 16px 0 16px 24px !important;
}

.editor-head1 {
  font-weight: bold;
  font-size: 1.5rem;
}

.editor-head2 {
  font-weight: bold;
  font-size: 1.25rem;
}

.editor-head3 {
  font-weight: bold;
  font-size: 1.125rem;
}

.flex {
  display: flex;
}