/**
 * Common styles for Theme 1
 **/
* {
  box-sizing: border-box;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-tap-highlight-color: transparent;
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.material-icons {
  max-width: 34px;
}
sub {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: sub;
}
sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: super;
}
.no-scrolling {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: auto;
}
/**
 * Transitions
 **/
.accordion-appear,
.accordion-enter {
  max-height: 10px;
  overflow: hidden;
}
.accordion-appear-active,
.accordion-enter-active {
  max-height: 600px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.xs .accordion-appear,
.xs .accordion-enter {
  max-height: 10px;
  overflow: hidden;
}
.xs .accordion-appear-active,
.xs .accordion-enter-active {
  max-height: auto;
  -webkit-transition: none;
  transition: none;
}
.xs .accordion-exit {
  max-height: auto;
  overflow: hidden;
}
.xs .accordion-exit-active {
  max-height: 0;
  -webkit-transition: none;
  transition: none;
}
.accordion-exit {
  max-height: 600px;
  overflow: hidden;
}
.accordion-exit-active {
  max-height: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.fade-appear,
.fade-enter {
  opacity: 0.01;
  -webkit-transition-duration: 0 !important;
          transition-duration: 0 !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  transition-timing: none !important;
}
.fade-appear-active,
.fade-enter-active {
  opacity: 1;
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
  transition-timing: ease-in-out !important;
}
.fade-exit {
  opacity: 1;
}
.fade-exit-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.slide-out-rtl-appear,
.slide-out-rtl-enter,
.slide-in-appear,
.slide-in-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-out-rtl-appear-active,
.slide-out-rtl-enter-active,
.slide-in-appear-active,
.slide-in-enter-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.slide-out-rtl-exit,
.slide-in-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.slide-out-rtl-exit-active,
.slide-in-exit-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.slide-in-rtl-appear,
.slide-in-rtl-enter,
.slide-out-appear,
.slide-out-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-in-rtl-appear-active,
.slide-in-rtl-enter-active,
.slide-out-appear-active,
.slide-out-enter-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
.slide-in-rtl-exit,
.slide-out-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.slide-in-rtl-exit-active,
.slide-out-exit-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}
/**
 * Transitions
 **/
.phone-btn-slide-up-appear,
.phone-btn-slide-up-enter {
  -webkit-transform: translateY(100%) translateZ(0px) translate3d(0, 0, 0);
          transform: translateY(100%) translateZ(0px) translate3d(0, 0, 0);
  -webkit-transition: none !important;
  transition: none !important;
}
.phone-btn-slide-up-appear.phone-btn-slide-up-appear-active,
.phone-btn-slide-up-enter.phone-btn-slide-up-appear-active,
.phone-btn-slide-up-appear.phone-btn-slide-up-enter-active,
.phone-btn-slide-up-enter.phone-btn-slide-up-enter-active {
  -webkit-transform: translateY(0) translateZ(0px) translate3d(0, 0, 0);
          transform: translateY(0) translateZ(0px) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-in-out !important;
  transition: -webkit-transform 250ms ease-in-out !important;
  transition: transform 250ms ease-in-out !important;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out !important;
}
.dictionary-term {
  color: #7F322F;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
svg path {
  fill: #fff !important;
  stroke: transparent !important;
}
.xs .btn-comp-nav-bar {
  bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  text-align: center !important;
  width: 100% !important;
}
.xs .btn-comp-nav-bar .button-xs {
  bottom: auto !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles {
  /**
 * Theme 1
 **/
  /**
 * Pallette colors (for SVG)
 **/
  /**
 * Activity globals
 **/
  /**
 * Helpers
 **/
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles *:focus {
  outline: none !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .accessible-invis {
  position: absolute;
  bottom: 0px;
  top: 0px;
  color: transparent;
  background-color: transparent;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .focusable:focus {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .focusable:focus.flipped,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .focusable:focus.reversed {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles a {
  text-decoration: underline;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #7F322F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
  background-color: #FFFFFF;
  border: 1px solid #7F322F;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #7F322F;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #7F322F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.disabled:not(.selected) {
  background-color: #ededee;
  border: 1px solid #ededee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.visited {
  background-color: #bcbec0;
  border: 1px solid #bcbec0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #FFFFFF;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
  background-color: #FFFFFF;
  border: 1px solid #7F322F;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #7F322F;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #7F322F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.normal.selected {
  background-color: #7F322F;
  border: 1px solid #7F322F;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #FFFFFF;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed {
  background-color: #ededee;
  border: 1px solid #ededee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
  background-color: #ededee;
  border: 1px solid #ededee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #3C4D4F;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
    background-color: #ededee;
    border: 1px solid #ededee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #3C4D4F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.disabled:not(.selected) {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.visited {
  background-color: #3C4D4F;
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
  background-color: #3C4D4F;
  border: 1px solid #3C4D4F;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #ededee;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
    background-color: #ededee;
    border: 1px solid #ededee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #3C4D4F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-btn-themed.reversed.selected {
  background-color: #ededee;
  border: 1px solid #ededee;
  box-shadow: none;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .box-shadow1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .box-shadow2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .box-shadow3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .box-shadow4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .box-shadow5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed {
  border-radius: 4px;
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.disabled {
  cursor: default !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 100;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.dropped {
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.placed {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 1;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed .carrot {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed .sort-grip {
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal {
  background-color: #545456;
  border: 1px solid #545456;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal .carrot {
  border-color: #545456;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal .carrot:before {
  border-color: #545456;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.dragging {
  background-color: #545456;
  border: 1px solid #545456;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #000000;
  position: relative;
  -webkit-transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.placed {
  background-color: #ededee;
  border: 1px solid #545456;
  box-shadow: none;
  color: #000000;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.placed.correct {
  background-color: #ededee;
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #3C4D4F;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.placed.correct .carrot {
  border-color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.placed.correct .carrot:before {
  border-color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.correct {
  background-color: #ededee;
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #3C4D4F;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.correct .carrot {
  border-color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.correct .carrot:before {
  border-color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.normal.correct .sort-grip {
  cursor: default;
  display: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.reversed {
  background-color: #545456;
  border: 1px solid #545456;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.reversed.dragging {
  background-color: #545456;
  border: 1px solid #545456;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.reversed.placed {
  background-color: #ededee;
  border: 1px solid #545456;
  box-shadow: none;
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .drag-btn-themed.reversed.placed.correct {
  background-color: #ededee;
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal {
  background-color: #6DACDE;
  border: 0px solid #545456;
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal .material-icons {
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
  background-color: #A2D8CE;
  border: 0px solid #A2D8CE;
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) .material-icons {
  color: #000000;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
    background-color: #6DACDE;
    border: 0px solid #545456;
    color: #000000;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.disabled {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  color: #DCDDDE;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.disabled .material-icons {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.visited:not(.disabled) {
  background-color: #3C4D4F;
  border: 0px solid #3C4D4F;
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.visited:not(.disabled) .material-icons {
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
  background-color: #7F322F;
  border: 0px solid #7F322F;
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #ededee;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
    background-color: #6DACDE;
    border: 0px solid #545456;
    color: #000000;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.selected:not(.disabled) {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.normal.selected:not(.disabled) .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed {
  background-color: #ededee;
  border: 0px solid #ededee;
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed .material-icons {
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
  background-color: #ededee;
  border: 0px solid #ededee;
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) .material-icons {
  color: #000000;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
    background-color: #ededee;
    border: 0px solid #ededee;
    color: #000000;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.disabled {
  background-color: #ededee;
  border: 0px solid #ededee;
  color: #DCDDDE;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.disabled .material-icons {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.visited:not(.disabled) {
  background-color: #DCDDDE;
  border: 0px solid #DCDDDE;
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.visited:not(.disabled) .material-icons {
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
  background-color: #DCDDDE;
  border: 0px solid #DCDDDE;
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #ededee;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
    background-color: #ededee;
    border: 0px solid #ededee;
    color: #000000;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.selected:not(.disabled) {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .flat-btn-themed.reversed.selected:not(.disabled) .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.disabled {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal {
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal.selected {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.normal.selected .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.not-clickable {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed {
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed .material-icons {
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) {
  color: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed.selected {
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed.reversed.selected .material-icons {
  color: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .radio-btn-themed .material-icons {
  font-size: 24px;
  line-height: 1;
  width: 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .invisible-btn-themed {
  border-radius: 10px;
  cursor: default;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: transparent;
  border: 3px solid transparent;
  box-shadow: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .invisible-btn-themed.selected {
  border: 3px solid #3C4D4F;
  box-shadow: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .invisible-btn-themed.correct {
  border: 3px solid #545456;
  box-shadow: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #neutral1 {
  fill: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #neutral1 * {
  fill: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #neutral2 {
  fill: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #neutral2 * {
  fill: #DCDDDE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #neutral3 {
  fill: #FFFFFF;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #neutral3 * {
  fill: #FFFFFF;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary1 {
  fill: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary1 * {
  fill: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary2 {
  fill: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary2 * {
  fill: #ededee;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary3 {
  fill: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary3 * {
  fill: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary4 {
  fill: #545456;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles svg #primary4 * {
  fill: #545456;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .activity-width-standards {
  max-width: 984px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .feedback-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .feedback-subheading-standards {
  margin-bottom: 14px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .horz-feedback-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .horz-intro-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .intro-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .vert-feedback-standards {
  padding: 50px 42px 50px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .vert-intro-standards {
  padding: 50px 42px 40px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .vert-intro-standards a {
  color: inherit;
  font-style: underline;
  font-weight: 500;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .activity-width-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .activity-width-standards {
  max-width: 100%;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .feedback-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .feedback-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .feedback-subheading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .feedback-subheading-standards {
  margin-bottom: 12px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .horz-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .horz-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .horz-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .horz-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .intro-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .intro-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .vert-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .vert-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .sm .vert-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-Page_Styles .xs .vert-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles {
  /**
 * Theme 1
 **/
  /**
 * Pallette colors (for SVG)
 **/
  /**
 * Activity globals
 **/
  /**
 * Helpers
 **/
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles *:focus {
  outline: none !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .accessible-invis {
  position: absolute;
  bottom: 0px;
  top: 0px;
  color: transparent;
  background-color: transparent;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .focusable:focus {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .focusable:focus.flipped,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .focusable:focus.reversed {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles a {
  text-decoration: underline;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal {
  background-color: #FFFFFF;
  border: 1px solid #7F322F;
  box-shadow: none;
  color: #7F322F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
  background-color: #7F322F;
  border: 1px solid #7F322F;
  box-shadow: none;
  color: #FFFFFF;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
    background-color: #FFFFFF;
    border: 1px solid #7F322F;
    box-shadow: none;
    color: #7F322F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.disabled:not(.selected) {
  background-color: #bcbec0;
  border: 1px solid #bcbec0;
  box-shadow: none;
  color: #545456;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.visited {
  background-color: #bcbec0;
  border: 1px solid #bcbec0;
  box-shadow: none;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
  background-color: #7F322F;
  border: 1px solid #7F322F;
  box-shadow: none;
  color: #FFFFFF;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
    background-color: #FFFFFF;
    border: 1px solid #7F322F;
    box-shadow: none;
    color: #7F322F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.normal.selected {
  background-color: #FFFFFF;
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #3C4D4F;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #3C4D4F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.disabled:not(.selected) {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.visited {
  background-color: #3C4D4F;
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
  background-color: #3C4D4F;
  border: 1px solid #3C4D4F;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: rgba(255, 255, 255, 0);
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #3C4D4F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-btn-themed.reversed.selected {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .box-shadow1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .box-shadow2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .box-shadow3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .box-shadow4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .box-shadow5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed {
  border-radius: 4px;
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.disabled {
  cursor: default !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 100;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.dropped {
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.placed {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 1;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed .carrot {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed .sort-grip {
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal {
  background-color: #A2D8CE;
  border: 1px solid #A2D8CE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal .carrot {
  border-color: #A2D8CE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal .carrot:before {
  border-color: #A2D8CE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.dragging {
  background-color: #A2D8CE;
  border: 1px solid #A2D8CE;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #000000;
  position: relative;
  -webkit-transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.placed {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #A2D8CE;
  box-shadow: none;
  color: #000000;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.placed.correct {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #3C4D4F;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.placed.correct .carrot {
  border-color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.placed.correct .carrot:before {
  border-color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.correct {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #3C4D4F;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.correct .carrot {
  border-color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.correct .carrot:before {
  border-color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.normal.correct .sort-grip {
  cursor: default;
  display: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.reversed {
  background-color: #A2D8CE;
  border: 1px solid #A2D8CE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.reversed.dragging {
  background-color: #A2D8CE;
  border: 1px solid #A2D8CE;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.reversed.placed {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #A2D8CE;
  box-shadow: none;
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .drag-btn-themed.reversed.placed.correct {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #3C4D4F;
  box-shadow: none;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #7F322F;
  color: #7F322F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal .material-icons {
  color: #7F322F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
  background-color: #7F322F;
  border: 1px solid #7F322F;
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) .material-icons {
  color: rgba(255, 255, 255, 0);
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #7F322F;
    color: #7F322F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.disabled {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(60, 77, 79, 0.2);
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.disabled .material-icons {
  color: rgba(60, 77, 79, 0.2);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.visited:not(.disabled) {
  background-color: #bcbec0;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.visited:not(.disabled) .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
  background-color: #7F322F;
  border: 1px solid #7F322F;
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover .material-icons {
  color: rgba(255, 255, 255, 0);
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #7F322F;
    color: #7F322F;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.selected:not(.disabled) {
  background-color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.normal.selected:not(.disabled) .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid rgba(255, 255, 255, 0);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed .material-icons {
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid rgba(255, 255, 255, 0);
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) .material-icons {
  color: #000000;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid rgba(255, 255, 255, 0);
    color: #000000;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.disabled {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid rgba(255, 255, 255, 0);
  color: #bcbec0;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.disabled .material-icons {
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.visited:not(.disabled) {
  background-color: #bcbec0;
  border: 0px solid #bcbec0;
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.visited:not(.disabled) .material-icons {
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
  background-color: #bcbec0;
  border: 0px solid #bcbec0;
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover .material-icons {
  color: rgba(255, 255, 255, 0);
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid rgba(255, 255, 255, 0);
    color: #000000;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.selected:not(.disabled) {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .flat-btn-themed.reversed.selected:not(.disabled) .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.disabled {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal {
  color: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal .material-icons {
  color: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) {
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) {
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal.selected {
  color: #7F322F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.normal.selected .material-icons {
  color: #7F322F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.not-clickable {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed {
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed .material-icons {
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) {
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) {
  color: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed.selected {
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed.reversed.selected .material-icons {
  color: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .radio-btn-themed .material-icons {
  font-size: 24px;
  line-height: 1;
  width: 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .invisible-btn-themed {
  border-radius: 10px;
  cursor: default;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: transparent;
  border: 3px solid transparent;
  box-shadow: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .invisible-btn-themed.selected {
  border: 3px solid #3C4D4F;
  box-shadow: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .invisible-btn-themed.correct {
  border: 3px solid #A2D8CE;
  box-shadow: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #neutral1 {
  fill: #545456;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #neutral1 * {
  fill: #545456;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #neutral2 {
  fill: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #neutral2 * {
  fill: #bcbec0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #neutral3 {
  fill: #FFFFFF;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #neutral3 * {
  fill: #FFFFFF;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary1 {
  fill: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary1 * {
  fill: #000000;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary2 {
  fill: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary2 * {
  fill: rgba(255, 255, 255, 0);
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary3 {
  fill: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary3 * {
  fill: #3C4D4F;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary4 {
  fill: #A2D8CE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles svg #primary4 * {
  fill: #A2D8CE;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .activity-width-standards {
  max-width: 984px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .feedback-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .feedback-subheading-standards {
  margin-bottom: 14px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .horz-feedback-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .horz-intro-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .intro-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .vert-feedback-standards {
  padding: 50px 42px 50px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .vert-intro-standards {
  padding: 50px 42px 40px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .vert-intro-standards a {
  color: inherit;
  font-style: underline;
  font-weight: 500;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .activity-width-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .activity-width-standards {
  max-width: 100%;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .feedback-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .feedback-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .feedback-subheading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .feedback-subheading-standards {
  margin-bottom: 12px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .horz-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .horz-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .horz-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .horz-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .intro-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .intro-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .vert-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .vert-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .sm .vert-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-activitySurface_Styles .xs .vert-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles {
  background: #FFFFFF;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles #accmessage {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-lightbox {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-popup-label {
  background-color: #DCDDDE;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 9999;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-label {
  color: #3C4D4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  margin-top: 3px;
  padding: 5px 60px 3px 20px;
  vertical-align: middle;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-message-box,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-nav-warning {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-nav-warning-blocker {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: default;
  pointer-events: all;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-nav-warning-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-view.xs {
  height: 100%;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-view.xs .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-view.xs .grid-shell-nav-warning-blocker {
  background-color: #ededee;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-view.xs .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-view.xs .grid-shell-nav-warning-prompt {
  height: 100%;
  min-height: 100%;
  margin: 0;
  max-width: 100%;
  top: 0;
  width: 100%;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-term-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-Page_Styles .grid-shell-term-text {
  background: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  max-width: 964px;
  padding: 20px;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link {
  font-size: 16px !important;
  height: 36px;
  left: 50%;
  position: fixed;
  top: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  z-index: 2147483647;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link.aligned-left ul {
  left: 0;
  right: auto;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link.aligned-right ul {
  left: auto;
  right: 0;
  -webkit-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link.expanded ul {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link button {
  background-color: #3C4D4F;
  color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  vertical-align: middle;
  width: 140px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link button:hover {
  background-color: #52696c;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link ul {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  list-style-type: none;
  margin: 0;
  min-width: 100px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: transform .1s ease, opacity .1s ease;
  transition: transform .1s ease, opacity .1s ease, -webkit-transform .1s ease;
  white-space: nowrap;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link li {
  color: #3C4D4F;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: normal;
  height: 36px;
  line-height: 50px;
  margin: 0;
  min-height: 50px;
  padding: 0 16px;
  text-align: left;
  width: 100%;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-Theme01-Page_Styles .feedback-link li:hover {
  background-color: #eee;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles .cinemagraph-video,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles.cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles .cinemagraph-video.scaled,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles.cinemagraph-video.scaled {
  height: auto;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles.cinemagraph-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles.cinemagraph-wrapper .cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles .static-image.cropped,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles.static-image.cropped {
  background-repeat: no-repeat;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles .static-image.fixed-size svg,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles.static-image.fixed-size svg {
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-Page_Styles.missing {
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 100px;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles .cinemagraph-video,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles.cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles .cinemagraph-video.scaled,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles.cinemagraph-video.scaled {
  height: auto;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles.cinemagraph-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles.cinemagraph-wrapper .cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles .static-image.cropped,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles.static-image.cropped {
  background-repeat: no-repeat;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles .static-image.fixed-size svg,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles.static-image.fixed-size svg {
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-activitySurface_Styles.missing {
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 100px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-copyright {
  bottom: 25px;
  color: #545456;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  position: absolute;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #ededee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button-icon {
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button-label {
  color: #3C4D4F;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  font-family: Poppins, sans-serif;
  text-align: left;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button-title {
  text-align: left;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.disabled {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.disabled .grid-footer-button-icon,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.disabled .grid-footer-button-label {
  visibility: hidden;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.home {
  background-color: #fff;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 6px 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.home.disabled {
  background-color: #fff;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.home .material-icons {
  font-size: 36px;
  max-width: 36px;
  width: 36px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.next {
  background-color: #7F322F;
  border: 3px solid #7F322F;
  border-radius: 0px;
  box-shadow: none;
  color: #FFFFFF;
  height: 42px;
  max-width: 160px;
  margin-top: 15px;
  text-transform: uppercase;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.next .grid-footer-button-label {
  color: #FFFFFF;
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.next .grid-footer-button-title {
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.no-click {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-button.previous {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt {
  background-color: #3C4D4F;
  bottom: 0;
  color: #ededee;
  padding: 25px 40px;
  position: absolute;
  right: 0;
  width: 100%;
  /**
         * Transitions
         **/
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-heading {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 14px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-link {
  cursor: pointer;
  margin-top: 6px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-link-icon {
  margin-left: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-link-name {
  display: inline-block;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-appear,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-appear-active,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-prompt-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view {
  border-top: 3px solid #DCDDDE;
  max-width: 964px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1002;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.empty {
  background-color: #ededee;
  height: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.fixed {
  bottom: 0;
  left: 0;
  position: fixed;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary1 .grid-footer-button {
  background-color: #333333;
  color: #ededee;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary1 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary1 .grid-footer-buttons {
  background-color: #000000;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary1 .grid-footer-prompt {
  background-color: #000000;
  color: #ededee;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary3 .grid-footer-button {
  background-color: #688689;
  color: #ededee;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary3 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary3 .grid-footer-buttons {
  background-color: #3C4D4F;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.color-primary3 .grid-footer-prompt {
  background-color: #3C4D4F;
  color: #ededee;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.sm .grid-footer-button,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.xs .grid-footer-button {
  min-height: 50px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.sm .grid-footer-button.home,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.xs .grid-footer-button.home {
  padding: 8px 10px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.sm .grid-footer-button.home .material-icons,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.xs .grid-footer-button.home .material-icons {
  font-size: 30px;
  max-width: 30px;
  width: 30px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.sm .grid-footer-button.next,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.xs .grid-footer-button.next {
  padding-right: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.sm .grid-footer-button.previous,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-Page_Styles .grid-footer-view.xs .grid-footer-button.previous {
  padding-left: 20px;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-popup-container {
  color: #333;
  background-position: bottom right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
  max-height: 100%;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-header {
  font-family: Frank Ruhl Libre;
  font-size: 41px;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-hyper-link {
  color: #333;
  line-height: 26px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline;
  margin: 5px;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-list-container {
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-link-list {
  padding-left: 35px;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-left {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 70px 0 85px 80px;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-popup {
  max-height: 485px;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-body {
  font-family: Montserrat;
  font-size: 18px;
  margin-bottom: 0;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-popup-container.xs .course-map-list-container {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 20px 20px;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-popup-container.xs .course-map-left {
  margin: 0;
}
.c-91bd1f0f-13b3-4b41-8328-3756da455731.theme-Theme01-Page_Styles .course-map-popup-container.xs .course-map-right {
  margin: auto;
  width: 150px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 2px solid #000;
  z-index: 2147483647;
  padding: 6px;
  background-color: #fff;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar.collapsed {
  -webkit-transition: 350ms;
  transition: 350ms;
  height: 0;
  padding: 0;
  border-bottom-width: 0;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar.collapsed > *:not(.debug-collapse-btn) {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .debug-collapse-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #fff;
  border-top-width: 0;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .debug-collapse-btn .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .debug-collapse-btn span {
  font-size: 12px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .debug-collapse-btn.collapsed {
  width: auto;
  padding: 0 16px 0 8px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .debug-collapse-btn.collapsed .material-icons {
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: -2px;
  left: 0;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .debug-collapse-btn.expanded .material-icons {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .feedback-btn-container {
  float: right;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .feedback-btn-container .feedback-link {
  position: static !important;
  -webkit-transform: none;
          transform: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .feedback-btn-container .feedback-link ul {
  right: 6px;
  top: 6px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .tree-box {
  float: left;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar .tree-box input {
  width: 400px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar.xs .tree-box {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-Page_Styles .ac-debug-bar.xs .tree-box input {
  width: auto;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-arrow.material-icons {
  font-size: 18px;
  line-height: 1.3;
  padding-top: 4px;
  width: 18px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-inner-view-container {
  box-shadow: 0 4px 2px -2px #bcbec0;
  z-index: 9999;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-inner-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  max-width: 960px;
  min-height: 60px;
  padding: 6px 0;
  position: relative;
  width: 100%;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-inner-view.full {
  max-width: 100%;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-popup {
  background-color: #ededee;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-popup-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-label {
  font-family: Poppins, sans-serif;
  color: #3C4D4F;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 0 5px 0;
  max-width: 960px;
  text-transform: uppercase;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-logo img {
  display: inline-block;
  vertical-align: middle;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-logo.bordered {
  padding: 4px 20px 4px 10px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-logo.clickable {
  cursor: pointer;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-menu {
  margin-top: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-title {
  color: #ededee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  line-height: 27px;
  padding: 5px 60px 3px 20px;
  vertical-align: middle;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-title.bordered {
  border-left: 1px solid #FFFFFF;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-toggle-btn {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  margin-left: auto;
  max-width: 26px;
  vertical-align: middle;
  width: 26px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-view {
  background-color: #3C4D4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1002;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-view.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-view.sm .grid-header-toggle-btn,
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-view.xs .grid-header-toggle-btn {
  margin-right: 8px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-view.xs .grid-header-menu {
  right: 0;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Page_Styles .grid-header-view.xs .grid-header-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box {
  position: relative;
  font-size: 14px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .expand-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #000000;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .expand-btn.expanded {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .search-field {
  padding: 6px;
  padding-right: 22px;
  border: 1px solid #000000;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-container {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
  padding: 6px;
  padding-right: 70px;
  cursor: pointer;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item.selected {
  background-color: rgba(0, 0, 0, 0.2);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item.disabled {
  cursor: default;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item:hover:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item:hover .list-item-buttons {
  display: block;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item-label {
  white-space: nowrap;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item-buttons {
  display: none;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item-buttons button {
  margin-left: 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 4px;
  background-color: #000000;
  color: #fff;
  width: auto;
  min-width: auto;
  max-width: auto;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  box-shadow: none;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-Page_Styles .searchable-combo-box .list-item-buttons button .material-icons {
  font-size: 18px;
  width: 18px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity {
  background: transparent;
  height: auto;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity > div:first-child {
  margin: auto;
  max-width: 964px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity.xs:not(.video) {
  background-color: #fff;
  min-height: 100vh;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity.md > div:first-child,
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity.sm > div:first-child {
  max-width: 90%;
  padding: 30px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity.md .grid-lightbox-close,
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity.sm .grid-lightbox-close {
  right: 30px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity.md .grid-lightbox-close-bar,
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity.sm .grid-lightbox-close-bar {
  max-width: 90%;
  right: 30px;
  top: 30px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-activity-padding {
  display: inline-block;
  z-index: 0;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-comp {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-sizing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  -ms-touch-action: auto;
      touch-action: auto;
  padding: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-close {
  background-color: #000000;
  border: 0px solid #000000;
  border-right: 0;
  border-top: 0;
  color: #ededee;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-close:before {
  background-color: transparent;
  content: '';
  height: 200%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-close .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-close-bar {
  background-color: transparent;
  left: 50%;
  max-width: 964px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-nav {
  display: inline-block;
  padding: 12px 0 12px 30px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-nav-back-btn {
  color: #ededee;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-nav-counter {
  color: #ededee;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-nav-next-btn {
  color: #ededee;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-nav-bar {
  background-color: #3C4D4F;
  height: 52px;
  margin: auto;
  max-width: 964px;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-Page_Styles .grid-lightbox-nav-bar .grid-lightbox-close {
  background-color: transparent;
  border: none;
  color: #ededee;
  margin: 10px 10px 0 0;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles {
  /**
 * Helpers
 **/
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles .message-box-body {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 16px;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles .message-box-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 14px;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles .message-box-nav {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles .message-box-nav-close-btn {
  text-align: center;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles .message-box-view {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ededee;
  border: 1px solid #DCDDDE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
  padding: 24px 44px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles .message-box-view.sm .message-box-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-Page_Styles .message-box-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles {
  /**
 * Helpers
 **/
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #DCDDDE;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  padding: 12px 20px 12px 25px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link:hover:not(.disabled) {
  background-color: #FFFFFF;
  color: #3C4D4F;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link:hover:not(.disabled) .material-icons {
  color: #3C4D4F;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link.current {
  background-color: transparent;
  color: #3C4D4F;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link.current .material-icons {
  color: #3C4D4F;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link.disabled {
  background-color: transparent;
  color: #DCDDDE;
  cursor: default;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link.disabled .material-icons {
  color: #DCDDDE;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link-icon {
  color: #3C4D4F;
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
  max-width: 24px;
  vertical-align: middle;
  width: 24px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link-icon.started {
  border: 1px solid #3C4D4F;
  background-color: transparent;
  border-radius: 50%;
  height: 21px;
  position: relative;
  width: 21px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link-icon.started:after {
  background-color: rgba(60, 77, 79, 0.5);
  border-bottom-left-radius: 10.5px;
  border-top-left-radius: 10.5px;
  content: '';
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 9.5px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-link-label {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: middle;
  width: calc(100% - 35px);
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-view {
  background-color: #ededee;
  border: 1px solid #DCDDDE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: block;
  max-width: 400px;
  position: relative;
  text-align: right;
  width: 100%;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-view ul {
  margin: 0;
  padding: 0;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-view.sm-link-label {
  font-size: 15px;
  font-weight: 700;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-Page_Styles .grid-menu-view.xs {
  max-width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /**
 * Helpers
 **/
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.rtl-language {
  direction: ltr;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.rtl-language .button-component-label {
  direction: rtl;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles .button-component-icon {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  width: 16px;
  max-width: 16px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles .button-component-icon.side-left {
  margin-right: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles .button-component-icon.side-right {
  margin-left: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles .button-component-label {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles .button-component-result-icon {
  display: inline-block;
  line-height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles .button-component-result-icon .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.correct.with-icon .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.incorrect.with-icon .button-component-icon {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.correct.with-icon .button-component-label,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.incorrect.with-icon .button-component-label {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.normal {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.normal.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.normal.selected.incorrect .button-component-result-icon {
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.reversed {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.reversed.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.activity-btn-themed.reversed.selected.incorrect .button-component-result-icon {
  color: #3C4D4F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.close-btn-themed {
  background-color: #3c4d4f;
  border: 0px solid #3C4D4F;
  border-right: 0;
  border-top: 0;
  color: #ededee;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.close-btn-themed .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed.normal {
  background-color: #7F322F;
  border: 3px solid #7F322F;
  border-radius: 0px;
  box-shadow: none;
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed.normal.disabled {
  background-color: #bcbec0;
  border: 3px solid #ededee;
  box-shadow: none;
  color: #ededee;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #713330;
  border: 3px solid #713330;
  box-shadow: none;
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed.reversed {
  background-color: #ededee;
  border: 1px solid #ededee;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #3C4D4F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed.reversed.disabled {
  background-color: #bcbec0;
  border: 1px solid #bcbec0;
  box-shadow: none;
  color: #DCDDDE;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-primary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #ededee;
  border: 1px solid #ededee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #3C4D4F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed.normal {
  background-color: #ededee;
  background-position: center;
  background-size: 1%;
  border: 1px solid #545456;
  border-radius: 4px;
  box-shadow: none;
  color: #000000;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed.normal.disabled {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: #DCDDDE;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #FFFFFF -webkit-radial-gradient(circle, transparent 1%, #ededee 1%) center / 15000%;
  background: #FFFFFF radial-gradient(circle, transparent 1%, #ededee 1%) center / 15000%;
  border: 1px solid #545456;
  box-shadow: none;
  color: #000000;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed.reversed {
  background-color: #3C4D4F;
  background-position: center;
  background-size: 1%;
  border: 1px solid #ededee;
  border-radius: 4px;
  box-shadow: none;
  color: #ededee;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed.reversed.disabled {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: #DCDDDE;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.navigation-secondary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #bcbec0 -webkit-radial-gradient(circle, transparent 1%, #3C4D4F 1%) center / 15000%;
  background: #bcbec0 radial-gradient(circle, transparent 1%, #3C4D4F 1%) center / 15000%;
  border: 1px solid #ededee;
  box-shadow: none;
  color: #ededee;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed {
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  max-width: 100%;
  text-align: left;
  display: inline-block;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.rtl-language {
  text-align: right;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.normal {
  color: #7F322F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.normal.disabled {
  color: #FFFFFF;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.normal:hover:not(.disabled) {
  color: #7F322F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.normal:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.reversed {
  color: #ededee;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.reversed.disabled {
  color: #DCDDDE;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.reversed:hover:not(.disabled) {
  color: #ededee;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed.reversed:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed .button-component-icon {
  display: table-cell;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed .button-component-label.with-icon {
  display: table-cell;
  max-width: calc(100% - 16px - 6px);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.text-link-btn-themed .button-component-text-link-content {
  display: table;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.disabled {
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-xs {
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-xs.phone-navigation {
  border-radius: 0;
  bottom: 0;
  clear: both;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 0 0 0 !important;
  padding: 18px 12px 17px 12px;
  position: fixed;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-xs.phone-navigation-group {
  border-radius: 0;
  left: auto !important;
  right: auto !important;
  clear: both;
  float: none !important;
  margin: 0 0 0 0 !important;
  padding: 18px 12px 17px 12px;
  width: 50%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-sm:not(.close-btn-themed),
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-xs:not(.close-btn-themed) {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-sm:not(.close-btn-themed) .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-xs:not(.close-btn-themed) .button-component-icon {
  font-size: 15px;
  height: 15px;
  max-width: 15px;
  width: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-sm:not(.close-btn-themed) .button-component-label.with-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-Page_Styles.button-xs:not(.close-btn-themed) .button-component-label.with-icon {
  max-width: calc(100% - 15px - 6px);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /**
 * Helpers
 **/
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.rtl-language {
  direction: ltr;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.rtl-language .button-component-label {
  direction: rtl;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles .button-component-icon {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  width: 16px;
  max-width: 16px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles .button-component-icon.side-left {
  margin-right: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles .button-component-icon.side-right {
  margin-left: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles .button-component-label {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles .button-component-result-icon {
  display: inline-block;
  line-height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles .button-component-result-icon .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.correct.with-icon .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.incorrect.with-icon .button-component-icon {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.correct.with-icon .button-component-label,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.incorrect.with-icon .button-component-label {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.normal {
  border-radius: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.normal.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.normal.selected.incorrect .button-component-result-icon {
  color: #3C4D4F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.reversed {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.reversed.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.activity-btn-themed.reversed.selected.incorrect .button-component-result-icon {
  color: #3C4D4F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.close-btn-themed {
  background-color: #7f322f;
  border: 0px solid rgba(255, 255, 255, 0);
  border-right: 0;
  border-top: 0;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.close-btn-themed .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed.normal {
  background-color: #7F322F;
  border: 3px solid #7F322F;
  border-radius: 0px;
  box-shadow: none;
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed.normal.disabled {
  background-color: rgba(60, 77, 79, 0.2);
  border: 3px solid rgba(60, 77, 79, 0.2);
  box-shadow: none;
  color: #545456;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #713330;
  border: 3px solid #713330;
  box-shadow: none;
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed.reversed {
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #FFFFFF;
  border-radius: 0px;
  box-shadow: none;
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed.reversed.disabled {
  background-color: #3C4D4F;
  border: 3px solid #FFFFFF;
  box-shadow: none;
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-primary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: rgba(255, 255, 255, 0.2);
  border: 3px solid #FFFFFF;
  box-shadow: none;
  color: #FFFFFF;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed {
  padding: 8px 30px;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed.normal {
  background-color: rgba(255, 255, 255, 0);
  background-position: center;
  background-size: 1%;
  border: 1px solid #A2D8CE;
  border-radius: 4px;
  box-shadow: none;
  color: #000000;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed.normal.disabled {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: #bcbec0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #FFFFFF -webkit-radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0) 1%) center / 15000%;
  background: #FFFFFF radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0) 1%) center / 15000%;
  border: 1px solid #A2D8CE;
  box-shadow: none;
  color: #000000;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed.reversed {
  background-color: #3C4D4F;
  background-position: center;
  background-size: 1%;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  box-shadow: none;
  color: rgba(255, 255, 255, 0);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed.reversed.disabled {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: #bcbec0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.navigation-secondary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #545456 -webkit-radial-gradient(circle, transparent 1%, #3C4D4F 1%) center / 15000%;
  background: #545456 radial-gradient(circle, transparent 1%, #3C4D4F 1%) center / 15000%;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none;
  color: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed {
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  max-width: 100%;
  text-align: left;
  display: inline-block;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.rtl-language {
  text-align: right;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.normal {
  color: #7F322F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.normal.disabled {
  color: #FFFFFF;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.normal:hover:not(.disabled) {
  color: #7F322F;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.normal:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.reversed {
  color: rgba(255, 255, 255, 0);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.reversed.disabled {
  color: #bcbec0;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.reversed:hover:not(.disabled) {
  color: rgba(255, 255, 255, 0);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed.reversed:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed .button-component-icon {
  display: table-cell;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed .button-component-label.with-icon {
  display: table-cell;
  max-width: calc(100% - 16px - 6px);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.text-link-btn-themed .button-component-text-link-content {
  display: table;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.disabled {
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-xs {
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-xs.phone-navigation {
  border-radius: 0;
  bottom: 0;
  clear: both;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 0 0 0 !important;
  padding: 18px 12px 17px 12px;
  position: fixed;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-xs.phone-navigation-group {
  border-radius: 0;
  left: auto !important;
  right: auto !important;
  clear: both;
  float: none !important;
  margin: 0 0 0 0 !important;
  padding: 18px 12px 17px 12px;
  width: 50%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-sm:not(.close-btn-themed),
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-xs:not(.close-btn-themed) {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-sm:not(.close-btn-themed) .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-xs:not(.close-btn-themed) .button-component-icon {
  font-size: 15px;
  height: 15px;
  max-width: 15px;
  width: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-sm:not(.close-btn-themed) .button-component-label.with-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-activitySurface_Styles.button-xs:not(.close-btn-themed) .button-component-label.with-icon {
  max-width: calc(100% - 15px - 6px);
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles {
  /**
 * Helpers
 **/
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles * {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-body,
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-extra-indicator {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 16px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-extra-indicator {
  padding-left: 25px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 14px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-incomplete-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  overflow: hidden;
  padding: 0 0 0 25px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-link {
  display: inline-block;
  padding: 8px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-nav {
  margin-top: 30px;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-nav.single-btn {
  text-align: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-nav-close-btn {
  text-align: center;
  margin-right: 10px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-nav-continue-btn {
  float: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-view {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ededee;
  border: 1px solid #DCDDDE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  max-width: 450px;
  padding: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-view.sm .incomplete-menu-extra-indicator {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-view.sm .incomplete-menu-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-view.xs .incomplete-menu-extra-indicator {
  padding-left: 0;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-Page_Styles .incomplete-menu-view.xs .incomplete-menu-incomplete-list {
  padding: 0;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-body {
  color: #000000;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-body blockquote {
  color: #3C4D4F;
  border-left: 5px solid #545456;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 0;
  padding-left: 10px;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  width: 100%;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-item-text {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-item-text p {
  padding-left: 25px;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-item-text ul {
  margin: 0;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-item-image {
  height: 25px !important;
  width: 25px !important;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-item-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-item-wrapper.no-image {
  padding-left: 0;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-item-wrapper.no-image p {
  padding-left: 0;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-subheading {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 5px;
  width: 100%;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-text-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 42px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view {
  background-color: #ededee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.sm,
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.xs {
  display: block;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.sm .lightbox-message-body,
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.xs .lightbox-message-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.sm .lightbox-message-body blockquote,
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.xs .lightbox-message-body blockquote {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.sm .lightbox-message-heading,
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.xs .lightbox-message-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.sm .lightbox-message-subheading,
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.xs .lightbox-message-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.sm .lightbox-message-text-area,
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.xs .lightbox-message-text-area {
  display: inline-block;
  padding: 44px 24px 34px 24px;
  width: 100%;
}
.c-ed286ebe-49b5-4f13-9fd3-17758597167e.theme-Theme01-Page_Styles .lightbox-message-view.sm .lightbox-message-body {
  padding-bottom: 40px;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Page_Styles {
  /**
 * Transitions
 **/
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Page_Styles .topic-view {
  background-color: #fff;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Page_Styles .section-appear .topic-child .transition-target {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Page_Styles .section-appear:not(:first-child) > .transition-target {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-Page_Styles .section-appear-active .topic-child .transition-target {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 150ms ease-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 150ms ease-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 150ms ease-out, transform 500ms ease-in-out;
  transition: opacity 150ms ease-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-body {
  color: #ededee;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-top: 25px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-heading {
  color: #ededee;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 76px;
  margin-right: 30px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-underline {
  background-color: #A2D8CE;
  width: 100px;
  height: 10px;
  margin-top: 15px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  vertical-align: top;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-inner-view {
  max-width: 1024px;
  margin: auto;
  position: relative;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-play-btn {
  border: 2px #ededee solid;
  border-radius: 6px;
  color: #ededee;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 4px 20px 3px 20px;
  vertical-align: middle;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-play-btn-icon {
  font-size: 36px;
  line-height: 1;
  max-width: 36px;
  width: 36px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-play-btn-label {
  color: #ededee;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding-left: 20px;
  vertical-align: middle;
  white-space: normal;
  width: calc(100% - 80px);
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-subheading {
  color: #ededee;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 5px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-area {
  padding: 50px 40px 50px 20px;
  position: relative;
  right: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-body {
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-heading {
  color: #3C4D4F;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn {
  border-color: #000000;
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn-label {
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-subheading {
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-view {
  background-color: #FFFFFF;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-body {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-heading {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn {
  border-color: #ededee;
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn-label {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-subheading {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-view {
  background-color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-body {
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-heading {
  color: #3C4D4F;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn {
  border-color: #000000;
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn-label {
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-subheading {
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-view {
  background-color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-body {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-heading {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn {
  border-color: #ededee;
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn-label {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-subheading {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-view {
  background-color: #3C4D4F;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-body {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-heading {
  color: #000000;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn {
  border-color: #ededee;
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn-label {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-subheading {
  color: #ededee;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-view {
  background-color: #545456;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-video-area {
  display: block;
  padding: 25px 0 0 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  padding-left: 40px;
  position: relative;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view .dictionary-term {
  color: #000000 !important;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.rtl-language {
  direction: rtl;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-text-area {
  text-align: right;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-play-btn-label {
  padding: 0 20px 0 0;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-body,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 12px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-heading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-image,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-image {
  position: relative !important;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-inner-view,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-inner-view {
  max-width: 100%;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-play-btn-label,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-play-btn-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-subheading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-area,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-text-area {
  display: inline-block;
  max-width: 100%;
  padding: 30px 20px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-container,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-Page_Styles .catalyst-overview2-view.xs .catalyst-overview2-text-container {
  width: 100%;
  max-width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown {
  color: #FFF;
  text-align: left;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-container {
  border-top: 2px solid #FFF;
  padding: 15px 0;
  position: relative;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 984px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-close {
  cursor: pointer;
  display: block;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-graph {
  height: 100%;
  min-width: 335px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-heading {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 0 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-item-content {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 9px 0 0 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-item-heading {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-left: 15px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-item-icon {
  width: 40px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-item-heading.clickable,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-item-icon.clickable {
  cursor: pointer;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-label {
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  margin: auto;
  max-width: 944px;
  padding-bottom: 15px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-label .material-icons {
  vertical-align: middle;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-left {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-dropdown-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-heading {
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-image {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-image-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-image-area.center {
  vertical-align: middle;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-inner-view {
  display: block;
  margin: auto;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 40px;
  position: relative;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-inner-view.center {
  text-align: center;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-inner-view.center .section-overview1-image-area {
  display: inline-block;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-inner-view.center .section-overview1-text-area {
  padding: 0 62px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-inner-view.left {
  display: table;
  text-align: left;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-inner-view.left .section-overview1-image-area {
  display: table-cell;
  padding-right: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-inner-view.left .section-overview1-text-area {
  display: table-cell;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-print-component {
  position: absolute;
  top: 0;
  right: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-text-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-toggle-button {
  color: #ededee;
  cursor: pointer;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-toggle-container {
  margin: auto;
  padding: 10px 20px;
  text-align: right;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-toggle-directions {
  color: #ededee;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view {
  position: relative;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view .dictionary-term {
  color: #000000 !important;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.locked {
  opacity: 0.5;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.top-border {
  border-top: solid 4px #FFF;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-neutral3 {
  background-color: #FFFFFF;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-neutral3 .section-overview1-body {
  color: #000000;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-neutral3 .section-overview1-heading {
  color: #3C4D4F;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary1 {
  background-color: #000000;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary1 .section-overview1-body {
  color: #ededee;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary1 .section-overview1-heading {
  color: #ededee;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary2 {
  background-color: #ededee;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary2 .section-overview1-body {
  color: #000000;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary2 .section-overview1-heading {
  color: #3C4D4F;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary3 {
  background-color: #3C4D4F;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary3 .section-overview1-body {
  color: #ededee;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary3 .section-overview1-heading {
  color: #ededee;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary4 {
  background-color: #545456;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary4 .section-overview1-body {
  color: #ededee;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.bkg-primary4 .section-overview1-heading {
  color: #000000;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.md .section-overview1-dropdown-container {
  padding-left: 20px;
  padding-right: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.md .section-overview1-dropdown-heading {
  padding-left: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.sm .section-overview1-body,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.sm .section-overview1-heading,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.sm .section-overview1-text-area,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-text-area {
  padding: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.sm .section-overview1-dropdown-label,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-dropdown-label,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.sm .section-overview1-dropdown-container,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-dropdown-container {
  padding-left: 20px;
  padding-right: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.sm .section-overview1-dropdown-heading,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-dropdown-heading {
  padding-left: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-dropdown-container-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-image-area {
  display: inline-block;
  padding-bottom: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-inner-view.left {
  display: inline-block;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-Page_Styles .section-overview1-view.xs .section-overview1-text-area {
  display: inline-block;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1 {
  /**
     * Transitions
     **/
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-button-content .process-discovery1-link {
  border: none !important;
  width: 150px !important;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-button-content .process-discovery1-link.visited {
  background-color: transparent !important;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-button-content .process-discovery1-link.selected {
  text-decoration: underline !important;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-button-content .process-discovery1-link:hover {
  background-color: transparent !important;
  color: #7f322f !important;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-button-content .process-discovery1-link-label:hover {
  font-weight: 900 !important;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-button-content img {
  max-height: 30px;
  z-index: 9999999999999999;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-carousel {
  background-color: #FFFFFF;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  vertical-align: top;
  min-height: 327px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-continue-btn {
  display: inline-block;
  margin: 30px 0 0 0;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-drawer-nav-btn span {
  margin-right: 30px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-heading-image {
  margin: 0 35px;
  max-width: 80px;
  padding-top: 42px;
  position: absolute;
  top: 0;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-image-container {
  background-color: #3C4D4F;
  border: 1px solid #3C4D4F;
  margin-right: 20px;
  min-width: 140px;
  max-height: 180px;
  position: relative;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-image-label {
  color: #fff;
  font-size: 19px;
  padding-top: 10px;
  text-transform: uppercase;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-intro {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-intro-body {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-intro-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-intro-resources {
  margin-top: 15px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 1px;
  padding: 12px 35px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: top;
  white-space: normal;
  width: 90%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-link-label {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 auto;
  text-align: left;
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-link-navigation {
  border-bottom: 1px solid #FFFFFF;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-link-navigation.surface button {
  background-color: #FFFFFF !important;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-nav-btn-group {
  background-color: #FFFFFF;
  padding: 0 30px 30px;
  text-align: right;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-next-arrow-image {
  max-height: 20px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-next-link-btn {
  right: 0;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-next-link-btn,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-prev-link-btn {
  cursor: pointer;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: middle;
  width: 5%;
  z-index: 2;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-prev-link-btn {
  left: 0;
  margin-right: 1px;
  width: calc(5% - 1px);
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-resource-image {
  margin-right: 15px;
  width: 40px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-resource-image svg {
  height: 50px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-resource-text {
  cursor: pointer;
  font-weight: bold;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-swap {
  background-color: #FFFFFF;
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-swap-body {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-swap-content {
  display: inline-block;
  padding: 40px 42px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-swap-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-swap-image {
  display: inline-block;
  padding: 40px;
  position: relative;
  vertical-align: middle;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-swap-image.cropped {
  height: 100%;
  position: absolute;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-swap-resources {
  margin-top: 15px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view {
  background-color: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view .dictionary-term {
  color: #000000 !important;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.surface {
  max-width: 1024px;
  margin: auto;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.md .process-discovery1-intro {
  padding: 40px 20px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.md .process-discovery1-link {
  padding: 12px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.md .process-discovery1-swap-content {
  padding: 40px 20px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs {
  display: block;
  height: auto;
  padding-bottom: 50px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-continue-btn,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-continue-btn {
  margin-top: 28px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-intro,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-intro {
  display: block;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-intro-body,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-intro-heading,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-link,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-link {
  cursor: default;
  display: inline-block;
  margin-bottom: 1px;
  padding: 0;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-link-arrow,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-link-arrow {
  font-size: 28px;
  height: 27px;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 27px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-link-btn,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-link-btn {
  cursor: pointer;
  padding: 12px 20px 12px 24px;
  position: relative;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-link-btn .process-discovery1-link-arrow,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-link-btn .process-discovery1-link-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-link-label,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-link-label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding-right: 50px;
  text-align: left;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-links,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-links {
  display: inline-block;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-nav-btn-group,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-nav-btn-group {
  background-color: transparent;
  margin-top: 30px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-swap,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-swap {
  background-color: #FFFFFF;
  display: block;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-swap-body,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-swap-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-swap-heading,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-swap-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-swap-image,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-swap-image {
  display: block;
  margin: 16px auto 16px auto;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.sm .process-discovery1-swap-padding,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-swap-padding {
  display: block;
  padding: 10px 24px 36px 24px;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-view.xs .process-discovery1-nav-btn-phone {
  margin: 0;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-backward-appear,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-backward-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-backward-appear-active,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-backward-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-backward-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-backward-exit-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-forward-appear,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-forward-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-forward-appear-active,
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-forward-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-forward-exit {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
.c-7507bfca-940c-4043-9efb-1aa94c4f7cb8.theme-Theme01-activitySurface_Styles .process-discovery1-slide-forward-exit-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-area {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  z-index: 100;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-area > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-area.inline {
  height: auto;
  position: absolute;
  top: auto;
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-area.inline .grid-section-activity-container {
  height: auto;
  padding: 15px 20px 10px 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-area.inline .grid-section-activity-wrapper {
  height: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-container {
  background-color: #fff;
  width: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-drawer-container {
  background-color: #fff;
  padding-left: 20px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-section-body {
  background-color: #fff;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-container {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-wrapper {
  height: 100%;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-activity-wrapper:not(:first-child) {
  display: none;
  height: 0;
  overflow: hidden;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-body {
  margin-top: 20px;
  padding: 0;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-col-wrapper {
  height: 100%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-col-wrapper > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-grid-col {
  pointer-events: none;
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 2;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-grid-col > * {
  pointer-events: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-grid-edit-footer {
  height: 500px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-grid-layout.designer {
  border: 1px solid #ffc4c4;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-view {
  margin: 20px auto;
  max-width: 984px;
  padding: 0 20px;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-view.xs {
  padding: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-view.xs .grid-section-heading {
  margin-bottom: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .grid-section-view.xs .grid-section-intro {
  padding-left: 16px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .react-draggable {
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .react-draggable-dragging {
  z-index: 99999 !important;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-Page_Styles .react-resizable-handle {
  z-index: 999999;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-activity {
  width: calc(100% + 1px);
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-activity-container {
  min-height: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-callout {
  border-bottom: 15px solid;
  border-color: #A2D8CE;
  border-left: 15px solid transparent !important;
  border-right: 15px solid transparent !important;
  border-top: 15px solid transparent !important;
  margin-left: -15px;
  position: absolute;
  top: -30px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-close {
  background-color: #000000;
  border: 0px solid #000000;
  border-right: 0;
  border-top: 0;
  color: #ededee;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 4px 3px 4px 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-close .material-icons {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  margin: 0 0 0 0;
  max-width: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-close-btn {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 2px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-close-btn .material-icons {
  font-size: 30px;
  vertical-align: middle;
  width: 30px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-nav {
  display: inline-block;
  padding: 12px 0 12px 30px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-nav-back-btn {
  color: #ededee;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-nav-counter {
  color: #ededee;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-nav-next-btn {
  color: #ededee;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-nav-bar {
  background-color: #3C4D4F;
  height: 52px;
  margin: auto;
  max-width: 964px;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-nav-bar .single-activity-drawer-close {
  background-color: transparent;
  border: none;
  color: #ededee;
  margin: 10px 10px 0 0;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-view {
  background-color: #ededee;
  border: 2px solid #A2D8CE;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-view .xs .single-activity-drawer-activity-wrapper {
  /* fix for iOS scrolling issue */
  -webkit-overflow-scrolling: touch !important;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99999999;
  /* end iOS scrolling fix */
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper *,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-Page_Styles .single-activity-drawer-view .xs .single-activity-drawer-activity-wrapper * {
  -webkit-overflow-scrolling: touch !important;
  -webkit-perspective: 1000;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-content {
  background-color: #fff;
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-content-body {
  color: #000000;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  width: 600px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-content-heading {
  color: #3C4D4F;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 6px;
  position: relative;
  width: 600px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-content-measure {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-heading-container {
  padding: 42px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-heading-image {
  margin: 0 35px;
  max-width: 80px;
  padding-top: 42px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-image-label {
  color: #fff;
  font-size: 18px;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-image-container {
  background-color: #3C4D4F;
  max-height: 190px;
  min-width: 140px;
  position: relative;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-image {
  background-size: cover;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-status-mark {
  border-radius: 50%;
  bottom: 80px;
  color: #3C4D4F;
  font-size: 24px;
  height: 24px;
  position: absolute;
  right: 42px;
  width: 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-text-area {
  background-color: #ededee;
  display: inline-block;
  position: absolute;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-toggle-btn {
  background-color: transparent;
  bottom: 10px;
  display: inline-block;
  left: 10px;
  top: 80px;
  position: absolute;
  width: 100px;
  height: 100px;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: calc(100% - 45px - 84px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-toggle-btn.expanded .material-icons {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-toggle-btn.measurement {
  bottom: unset;
  left: unset;
  opacity: 0 !important;
  position: relative;
  visibility: hidden;
  width: calc(100% - 45px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-toggle-btn-icon {
  bottom: 10px;
  color: #545456;
  display: inline-block;
  font-size: 22px;
  height: 30px;
  left: 47px;
  margin-bottom: 20px;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  vertical-align: middle;
  width: 32px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-toggle-btn-label {
  color: #000000;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  vertical-align: middle;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view {
  background-color: #fff;
  border: 1px solid #3D4C4F;
  color: #000000;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.rtl-language {
  direction: rtl;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.rtl-language .image-tile-status-mark {
  left: 42px;
  right: auto;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.rtl-language .image-tile-toggle-btn {
  left: auto;
  right: 42px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.locked {
  cursor: default;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.locked .image-tile-status-mark {
  color: #000000;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.locked .image-tile-toggle-btn {
  opacity: 0;
  visibility: hidden;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.preview {
  height: 350px;
  width: 500px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view:hover:not(.locked) .image-tile-image:not(.in-designer) {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.md .image-tile-content,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-content,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-content {
  height: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.md .image-tile-content-body,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-content-body,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-content-body,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.md .image-tile-content-heading,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-content-heading,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-content-heading {
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.md .image-tile-status-mark,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-status-mark,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-status-mark {
  bottom: 20px;
  right: 20px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.md .image-tile-text-area,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-text-area,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-text-area {
  height: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-content-body,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-content-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-content-heading,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-content-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-toggle-btn,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-toggle-btn {
  left: 24px;
  width: calc(100% - 27px - 30px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-toggle-btn.measurement,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-toggle-btn.measurement {
  width: calc(100% - 27px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.sm .image-tile-status-mark,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-status-mark {
  right: 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs {
  border: none;
  border-bottom: 1px solid #DCDDDE;
  box-shadow: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs.first-child:not(.blend-top) {
  border-top: 1px solid #DCDDDE;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs.preview {
  height: 80px;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs:hover .image-tile-image {
  -webkit-transform: none !important;
          transform: none !important;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-content {
  padding: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-content-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-status-mark {
  color: #545456;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-status-mark.locked {
  color: #000000;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-status-mark.complete {
  color: #3C4D4F;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-text-area {
  border-right: 0;
  bottom: auto;
  height: auto;
  min-height: 0 !important;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs .image-tile-toggle-btn {
  display: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs.rtl-language .image-tile-text-area {
  left: unset;
  right: 20%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-Page_Styles .image-tile-view.xs.rtl-language .image-tile-status-mark {
  left: 20px;
  right: unset;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-arrow {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-continue-btn {
  display: inline-block;
  margin: 30px 0 0 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-drawer-complete-btn {
  bottom: 40px;
  position: absolute;
  right: 60px;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-drawer-complete-btn span {
  margin-right: 30px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-drawer-complete-btn.right {
  bottom: auto;
  float: right;
  margin-right: 60px;
  margin-bottom: 40px;
  position: relative;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-image {
  display: inline-block;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-image.cropped {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-image.scaled {
  margin: auto;
  vertical-align: top;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-intro {
  background-color: #ededee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  vertical-align: top;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-intro-body {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-intro-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-link {
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 10px 0;
  overflow: visible;
  padding: 12px 50px 12px 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-link.selected .method-discovery2-link-background {
  width: calc(100% + 64px);
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-link-arrow {
  font-size: 28px;
  height: 27px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
  width: 27px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-link-background {
  background-color: inherit;
  border: inherit;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  -webkit-transition: width 300ms, background 300ms ease;
  transition: width 300ms, background 300ms ease;
  width: calc(100% + 2px);
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-link-label {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-links {
  margin-top: 44px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-swap {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-swap img {
  background-color: transparent;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-swap.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-swap-body {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-swap-content {
  padding: 56px 60px 60px 60px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-swap-image {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view {
  background-color: #ededee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view .dictionary-term {
  color: #000000 !important;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language {
  direction: rtl;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language .method-discovery2-drawer-complete-btn {
  left: 60px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language .method-discovery2-drawer-complete-btn.right {
  float: left;
  margin-left: 60px;
  margin-right: 0;
  left: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language .method-discovery2-link {
  padding: 12px 10px 12px 50px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language .method-discovery2-link-arrow {
  left: 20px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language .method-discovery2-link-background {
  left: auto;
  right: -1px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language .method-discovery2-link-label {
  padding-left: 50px;
  padding-right: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.rtl-language .method-discovery2-swap-content {
  text-align: right;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs {
  display: block;
  height: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-drawer-complete-btn,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-drawer-complete-btn {
  margin-bottom: 24px;
  margin-right: 24px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-intro,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-intro {
  display: block;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-intro-body,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-intro-heading,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-link,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-link {
  cursor: default;
  margin: 1px 0;
  padding: 0;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-link:before,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-link:before {
  background-color: transparent;
  height: 0;
  -webkit-transition: none;
  transition: none;
  width: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-link:first-child,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-link:first-child {
  margin-top: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-link-arrow {
  font-size: 28px;
  height: 27px;
  line-height: 1;
  position: absolute;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 27px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-link-btn,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-link-btn {
  cursor: pointer;
  margin: 0;
  padding: 12px 20px 12px 24px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-link-btn.selected .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-link-btn.selected .method-discovery2-link-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-link-label,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-link-label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-links,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-links {
  display: block;
  margin-top: 0;
  padding: 0 0 36px 0;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-swap {
  display: block;
  padding: 0;
  position: relative;
  text-align: left;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-swap-body,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-swap-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm.rtl-language .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs.rtl-language .method-discovery2-link-arrow {
  left: 24px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm.rtl-language .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs.rtl-language .method-discovery2-swap {
  text-align: right;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-links,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-links {
  padding: 0 0 34px 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.xs .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-Page_Styles .method-discovery2-view.sm .method-discovery2-swap {
  padding: 16px 24px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-categories {
  padding: 0 35px 35px 35px;
  text-align: center;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-category-btn {
  display: inline-block;
  margin: 0px 10px 10px 10px;
  vertical-align: baseline;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-continue-btn {
  display: inline-block;
  float: right;
  margin: 0px 35px 10px auto;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-drawer-complete-btn {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: baseline;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-drawer-complete-btn span {
  margin-right: 30px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-feedback {
  padding: 0px 35px 25px 35px;
  text-align: left;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-feedback-body {
  color: #000000;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  position: relative;
  vertical-align: middle;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-intro {
  background-color: #3C4D4F;
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-intro-body {
  color: #ededee;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-intro-heading {
  color: #ededee;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-invisible {
  opacity: 0;
  height: 0;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-replay-btn {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: baseline;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement-body {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement-body.align-center {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement-body.align-left {
  text-align: left;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement-counter {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 24px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement-counter.align-center {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement-counter.align-left {
  padding-left: 35px;
  text-align: left;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statement-image {
  margin-bottom: 15px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statements {
  background-color: #ededee;
  display: table-cell;
  overflow: hidden;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-statements-container {
  overflow: hidden;
  margin: 35px;
  padding: 0;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary {
  background-color: #ededee;
  display: table-cell;
  padding: 50px 62px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary.failed,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary.passed,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary.perfect {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-body2,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-incorrect-list {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-body.align-center,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-body2.align-center,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-incorrect-list.align-center {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-body.align-left,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-body2.align-left,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-incorrect-list.align-left {
  text-align: left;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-btns {
  display: block;
  margin-top: 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 18px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-image {
  margin-bottom: 15px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-incorrect-item {
  margin-bottom: 4px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-score {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 24px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-summary-score-label {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view {
  background-color: #ededee;
  display: table;
  height: 450px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view .dictionary-term {
  color: #000000 !important;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.rtl-language {
  direction: rtl;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.rtl-language .this-or-that1-statement-body.align-left {
  text-align: right;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.rtl-language .this-or-that1-statement-counter.align-left {
  text-align: right;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs {
  display: block;
  height: auto;
  min-height: 450px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-categories,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-categories {
  padding: 4px 24px 24px 24px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-feedback-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-feedback-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-intro,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-intro {
  display: block;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-intro-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-intro-heading,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-statement-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-statement-body {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-statement-counter,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-statement-counter {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 24px;
  text-align: center;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-statement-counter.align-left,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-statement-counter.align-left {
  padding-left: 24px;
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-statements,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-statements {
  display: block;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-statements-container,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-statements-container {
  padding: 0 24px;
  margin: 0 0 32px 0;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary {
  display: table;
  height: 450px;
  padding: 44px 24px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary-body2,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary-body2,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary-incorrect-list,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary-incorrect-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary-container,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary-heading,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary-score,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary-score {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.sm .this-or-that1-summary-score-label,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-Page_Styles .this-or-that1-view.xs .this-or-that1-summary-score-label {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body {
  color: #000000;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body a {
  color: #3C4D4F;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body a:visited {
  background-color: #545456;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body blockquote {
  color: #3C4D4F;
  border-left: 5px solid #545456;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 0;
  padding-left: 10px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body.quote-primary1 blockquote {
  border-left-color: #000000;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body.quote-primary2 blockquote {
  border-left-color: #ededee;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body.quote-primary3 blockquote {
  border-left-color: #3C4D4F;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body.quote-primary4 blockquote {
  border-left-color: #545456;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-body.quote-neutral3 blockquote {
  border-left-color: #FFFFFF;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-resource {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-resource-text {
  font-family: Poppins, sans-serif;
  color: #7F322F;
  font-size: 16px;
  font-weight: 600;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-resource-text:hover {
  text-decoration: underline;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-drawer-complete-btn {
  display: inline-block;
  margin: auto 0 0 auto;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-heading {
  color: #3C4D4F;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  width: 100%;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-image-area {
  display: inline-block;
  height: auto;
  line-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-image-area.cropped {
  vertical-align: top;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-image-area .allencomm-component {
  position: relative;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-subheading {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 5px;
  width: 100%;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-text-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view {
  background-color: #ededee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 250px;
  margin: 20px auto;
  max-width: 984px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.image-bottom,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.image-none,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.image-top {
  display: block;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.image-bottom .editorial2-image-area,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.image-none .editorial2-image-area,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.image-top .editorial2-image-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.series .editorial2-series-continue-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.series .editorial2-text-area {
  padding-top: 24px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs {
  display: block;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-body,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-body blockquote,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-body blockquote {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-drawer-complete-btn,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-drawer-complete-btn {
  float: right;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-heading,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-image-area,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-image-area {
  display: block;
  line-height: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-subheading,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-text-area,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-text-area {
  display: inline-block;
  padding: 44px 24px 34px 24px;
  width: 100%;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm.series .editorial2-series-nav,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs.series .editorial2-series-nav {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm.series .editorial2-series-nav-container,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs.series .editorial2-series-nav-container {
  text-align: center;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm.series .editorial2-text-area,
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs.series .editorial2-text-area {
  display: inline-block;
  padding: 16px 24px 44px 24px;
  width: 100%;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.sm .editorial2-body {
  padding-bottom: 40px;
}
.c-7decd0f4-5059-49da-adeb-178f11d930ef.theme-Theme01-Page_Styles .editorial2-view.xs .editorial2-body {
  margin-bottom: 0;
}
