.block-text {
    position: relative;
    color: var(--color-background-contrast, black); /* Default to the contrast color */
}

.block-text__heading {
    position: relative;
    display: inline-block;
    color: inherit; /* Inherits from the parent .block-text */
}

.block-text__heading::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-underline, red); /* Default underline color */
}

/* Conditional Styling: For Red Background */
.block-text[style*="--color-background: #e42039"] {
    --color-background-contrast: white;
    --color-underline: white;
}

.block-flashcards__wrapper
{
	max-width:100% !important;
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--front {
  background-color: #E52139;
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(2) .flashcard-side--front {
  background-color: #EA5B27; 
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(3) .flashcard-side--front {
  background-color: #009EE2; 
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(4) .flashcard-side--front {
  background-color: #34AD72; 
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--front p > span > span {
  color: #fff !important;
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--front p > span {
  color: #fff !important;
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(2) .flashcard-side--front p > span {
  color: #fff !important;
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(3) .flashcard-side--front p > span {
  color: #fff !important;
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"] .block-flashcards__wrapper > li:nth-child(4) .flashcard-side--front p > span {
  color: #fff !important;
}

div[data-block-id="cmbhqn4g700e5357cyajpiey1"]  .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--back {
  background-color: #C8C8C8;
}
div[data-block-id="cmbhqn4g700e5357cyajpiey1"]  .block-flashcards__wrapper > li:nth-child(2) .flashcard-side--back {
  background-color: #C8C8C8;
}
div[data-block-id="cmbhqn4g700e5357cyajpiey1"]  .block-flashcards__wrapper > li:nth-child(3) .flashcard-side--back {
  background-color: #C8C8C8;
}
div[data-block-id="cmbhqn4g700e5357cyajpiey1"]  .block-flashcards__wrapper > li:nth-child(4) .flashcard-side--back {
  background-color: #C8C8C8;
}

.blocks-accordion__wrapper .blocks-accordion__title
{
  font-size:24px;
}

div[data-block-id="cmbk336z100ko357bf9p1j2go"]
.blocks-accordion__wrapper > .blocks-accordion__item:nth-of-type(1)
.blocks-accordion__title {
  color: #EA5B27 !important;
  font-size:24px;
}

/* Second accordion item title */
div[data-block-id="cmbk336z100ko357bf9p1j2go"]
.blocks-accordion__wrapper > .blocks-accordion__item:nth-of-type(2)
.blocks-accordion__title {
  color: #009EE2 !important;
  font-size:24px;
}

/* Third accordion item title */
div[data-block-id="cmbk336z100ko357bf9p1j2go"]
.blocks-accordion__wrapper > .blocks-accordion__item:nth-of-type(3)
.blocks-accordion__title {
  color: #34AD72 !important;
  font-size:24px;
}



div[data-block-id="cmbji9gp8015c3579a3kq3s4n"]
.blocks-accordion__wrapper > .blocks-accordion__item:nth-of-type(1)
.blocks-accordion__title {
  color: #EA5B27 !important;
  font-size:24px;
}

/* Second accordion item title */
div[data-block-id="cmbji9gp8015c3579a3kq3s4n"]
.blocks-accordion__wrapper > .blocks-accordion__item:nth-of-type(2)
.blocks-accordion__title {
  color: #009EE2 !important;
  font-size:24px;
}

/* Third accordion item title */
div[data-block-id="cmbji9gp8015c3579a3kq3s4n"]
.blocks-accordion__wrapper > .blocks-accordion__item:nth-of-type(3)
.blocks-accordion__title {
  color: #34AD72 !important;
  font-size:24px;
}


.block-gallery__figure {
  display: flex;
  flex-direction: column-reverse;
}

.block-gallery__caption {
  position: relative;
  display: inline-block; /* Ensures underline matches text width */
}

.block-gallery__caption::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-underline, red);
}

div[data-block-id="cmbrhtqww00oz357g80788yin"]
.block-process-card__title 
{
	position: relative;
    top: -62px;
    margin: 0 auto;
}
div[data-block-id="cmbrhtqww00oz357g80788yin"]
.block-process-card__title h2
{
  text-align:center;
}
div[data-block-id="cmbrhtqww00oz357g80788yin"]
.block-process-card__start-btn
{
  display:none;
}
div[data-block-id="cmbrhtqww00oz357g80788yin"]
.block-process-card__title .brand--linkColor div.fr-view
{
    align-items: center;
    background-color: var(--color-theme-decorative);
    border: 2px solid #0000;
    border-radius: 2rem;
    box-sizing: border-box;
    color: var(--color-theme-decorative-fg);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--arc-font-size-12);
    font-weight: var(--arc-font-weight-600);
    height: var(--arc-size-5);
    justify-content: center;
    outline-offset: .3rem;
    padding-inline: var(--arc-space-1);
    text-transform: uppercase;
    width: 17rem;
}
div[data-block-id="cmbrpgehk082h357d7bouqk9c"]
.block-process-card__title 
{
	position: relative;
    top: -62px;
    margin: 0 auto;
}
div[data-block-id="cmbrpgehk082h357d7bouqk9c"]
.block-process-card__title h2
{
  text-align:center;
}
div[data-block-id="cmbrpgehk082h357d7bouqk9c"]
.block-process-card__start-btn
{
  display:none;
}
div[data-block-id="cmbrpgehk082h357d7bouqk9c"]
.block-process-card__title .brand--linkColor div.fr-view
{
  
    align-items: center;
    background-color: var(--color-theme-decorative);
    border: 2px solid #0000;
    border-radius: 2rem;
    box-sizing: border-box;
    color: var(--color-theme-decorative-fg);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--arc-font-size-12);
    font-weight: var(--arc-font-weight-600);
    height: var(--arc-size-5);
    justify-content: center;
    outline-offset: .3rem;
    padding-inline: var(--arc-space-1);
    text-transform: uppercase;
    width: 17rem;
}

div[data-block-id="cmbl10tlq04eo357e3d8ahi1z"]
.block-text--threecol .block-text__image img
{
	height:100%;
}

.block-statement__divider-top-container
{
	display:none;
}


/* Add an image after the "F-pattern" title */
[data-block-id="cmbknirza03qp357bnwywh9kn"] .blocks-accordion__item:nth-of-type(2) .blocks-accordion__title .rise-tiptap::after {
  content: "";
  display: inline-block;
  margin-left: 10px; /* Adjust spacing */
  width: 30px; /* Adjust width */
  height: 30px; /* Adjust height */
  background-image: url('icon2.png'); /* Replace with the actual image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
}

/* Add an image after the "Z-pattern" title */
[data-block-id="cmbknirza03qp357bnwywh9kn"] .blocks-accordion__item:nth-of-type(3) .blocks-accordion__title .rise-tiptap::after {
  content: "";
  display: inline-block;
  margin-left: 10px; /* Adjust spacing */
  width: 30px; /* Adjust width */
  height: 30px; /* Adjust height */
  background-image: url('icon1.png'); /* Replace with the actual image URL */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align:text-bottom;
}



div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--front {
  background-color: red;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"]  .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--back {
  background-color: red;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(2) .flashcard-side--front {
  background-color: orange; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"]  .block-flashcards__wrapper > li:nth-child(2) .flashcard-side--back {
  background-color: orange; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(3) .flashcard-side--front {
  background-color: #E9CE29; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"]  .block-flashcards__wrapper > li:nth-child(3) .flashcard-side--back {
  background-color: #E9CE29; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(4) .flashcard-side--front {
  background-color: green; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(4) .flashcard-side--back {
  background-color: green; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(5) .flashcard-side--front {
  background-color: blue; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(5) .flashcard-side--back {
  background-color: blue; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(6) .flashcard-side--front {
  background-color: pink; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(6) .flashcard-side--back {
  background-color: pink; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(7) .flashcard-side--front {
  background-color: purple; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(7) .flashcard-side--back {
  background-color: purple; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(8) .flashcard-side--front {
  background-color: brown; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(8) .flashcard-side--back {
  background-color: brown; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(9) .flashcard-side--front {
  background-color: black; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(9) .flashcard-side--back {
  background-color: black; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(10) .flashcard-side--front {
  background-color: white; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(10) .flashcard-side--back {
  background-color: white; 
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--front p {
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--back p {
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(1) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(2) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(2) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(3) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(3) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(4) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(4) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(5) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(5) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(6) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(6) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(7) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(7) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(8) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(8) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(9) .flashcard-side--front p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(9) .flashcard-side--back p{
  color: #fff !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(10) .flashcard-side--front p{
  color: #000 !important;
}
div[data-block-id="cmbkzip0202gf357ck3ovuks8"] .block-flashcards__wrapper > li:nth-child(10) .flashcard-side--back p{
  color: #000 !important;
}


div[data-block-id="cmbm5w33004m13578nnkc7xnd"] .block-flashcards__wrapper .flashcard-side--front {
  background-color: #e42039; 
}
div[data-block-id="cmbm5w33004m13578nnkc7xnd"] .block-flashcards__wrapper .flashcard-side--front p {
  color: #fff !important;
}



div[data-block-id="3bBcJMIhfJy5WtOpb4cSgF42w-yv96PQ"] .block-flashcards__wrapper .flashcard-side--front {
  background-color: #e42039; 
}
div[data-block-id="3bBcJMIhfJy5WtOpb4cSgF42w-yv96PQ"] .block-flashcards__wrapper .flashcard-side--front p {
  color: #fff !important;
}


div[data-block-id="cmbjkvyzz03ea357brn37t05h"] .block-flashcards__wrapper .flashcard-side--front {
  background-color: #e42039; 
}
div[data-block-id="cmbjkvyzz03ea357brn37t05h"] .block-flashcards__wrapper .flashcard-side--front p {
  color: #fff !important;
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side__content--front{	
	color:#fff !important;
	background-color: var(--color-theme-decorative) !important;
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side--back{
	background-color: #fff !important;
	color:#000 !important;
}
/*
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side {
    border-radius: 1rem !important;	
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side__content--front,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side__content--front{	
	color:#fff !important;
	background-color: var(--color-theme-decorative) !important;
	border-radius: 1rem !important;	
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side--back,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side--back{
	background-color: #fff !important;
	color:#000 !important;
	border-radius: 1rem !important;	
}

div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side__content,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side__content,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side__content,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side__content,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side__content,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side__content,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side__content {
   color:#fff! important;
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard--small,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard--small,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard--small,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard--small,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard--small,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard--small,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard--small {
    max-width: 50%;
}

div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard--large,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard--large,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard--large,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard--large,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard--large,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard--large,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard--large {
    max-width: 50%;
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side-flip,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side-flip,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side-flip,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side-flip,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side-flip,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side-flip,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side-flip {
    left: 50%;
	bottom: -13px;
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side-flip button,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side-flip button,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side-flip button,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side-flip button,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side-flip button,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side-flip button,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side-flip button {
	transform: translateX(-13px) !important;
	border-radius: 50%;
	background-color: #fff;
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side-flip button .flashcard-side-flip__icon,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side-flip button .flashcard-side-flip__icon,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side-flip button .flashcard-side-flip__icon,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side-flip button .flashcard-side-flip__icon,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side-flip button .flashcard-side-flip__icon,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side-flip button .flashcard-side-flip__icon,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side-flip button .flashcard-side-flip__icon {
	display: none;
}
div[data-block-id="cmbyoy9vf01l1357ciquhy92g"] .block-flashcards__wrapper .flashcard-side-flip button::after,
div[data-block-id="cmbypjb7201n3357czspy872z"] .block-flashcards__wrapper .flashcard-side-flip button::after,
div[data-block-id="cmbypvqj801on357c36cuqtbw"] .block-flashcards__wrapper .flashcard-side-flip button::after,
div[data-block-id="cmbyq5hsl01pp357c003egu8m"] .block-flashcards__wrapper .flashcard-side-flip button::after,
div[data-block-id="cmbyqg0s101uz357cucurx14o"] .block-flashcards__wrapper .flashcard-side-flip button::after,
div[data-block-id="cmbyqru6a01wu357ckfr75clm"] .block-flashcards__wrapper .flashcard-side-flip button::after,
div[data-block-id="cmbyrcn2r053s357c1ookaci9"] .block-flashcards__wrapper .flashcard-side-flip button::after {
	content: "+";
	font-size: 20px;
	color: #333;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.flashcard--large:after
{
	padding-block-end: 54% !important;
}
.flashcard--small:after
{
	padding-block-end: 37% !important;
}
*/

.brand--border .blocks-accordion__title
{
	color:red !important;
}

.nav-sidebar__outline-list-item--last, .overview-list__li--last, .lesson-header__count{
	display:none !important;
}


/*[data-block-id="cmc4pc6hp009k357g7ttf0qxf"] .block-text__container
{
	max-width:120em;
}*/
[data-block-id="cmc4pc6hp009k357g7ttf0qxf"] .block-attachment__info .block-attachment__size {
  font-size: 0; /* Hides original text */
  position: relative;
}

[data-block-id="cmc4pc6hp009k357g7ttf0qxf"] .block-attachment__info .block-attachment__size::after {
  content: "Provides a concise summary of the strategic principles covered in the training—highlighting how to craft focused, impactful messaging and align visuals with objectives."; 
  font-size: 14px;
}

[data-block-id="cmc4p7qiz005h357ggglelmcu"] .block-attachment__info .block-attachment__size {
  font-size: 0; /* Hides original text */
  position: relative;
}

[data-block-id="cmc4p7qiz005h357ggglelmcu"] .block-attachment__info .block-attachment__size::after {
  content: "Serves as a reference guide for industry-standard terminology and technical specifications, ensuring clear communication and consistency during development and production phases.";
  font-size: 14px;
}
