/**
 * 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;
  -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;
}
.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-SPTSHome_Styles {
  /**
 * Theme 1
 **/
  /**
 * Pallette colors (for SVG)
 **/
  /**
 * Activity globals
 **/
  /**
 * Helpers
 **/
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles *:focus {
  outline: none !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .accessible-invis {
  position: absolute;
  bottom: 0px;
  top: 0px;
  color: transparent;
  background-color: transparent;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .focusable:focus {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .focusable:focus.flipped,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .focusable:focus.reversed {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles a {
  text-decoration: underline;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_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-SPTSHome_Styles .activity-btn-themed.normal {
  background-color: #ebebeb;
  border: 1px solid #009ee0;
  box-shadow: none;
  color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
  background-color: #03513e;
  border: 1px solid #03513e;
  box-shadow: none;
  color: #ebebeb;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
    background-color: #ebebeb;
    border: 1px solid #009ee0;
    box-shadow: none;
    color: #04704c;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.disabled:not(.selected) {
  background-color: #ebebeb;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #dcdcdc;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.visited {
  background-color: #ebebeb;
  border: 1px solid #D1EDCA;
  box-shadow: none;
  color: #D1EDCA;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
  background-color: #03513e;
  border: 1px solid #03513e;
  box-shadow: none;
  color: #ebebeb;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
    background-color: #ebebeb;
    border: 1px solid #009ee0;
    box-shadow: none;
    color: #04704c;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.normal.selected {
  background-color: #03513e;
  border: 1px solid #03513e;
  box-shadow: none;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #274d7e;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #274d7e;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.disabled:not(.selected) {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.visited {
  background-color: #274d7e;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
  background-color: #274d7e;
  border: 1px solid #274d7e;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #ebebeb;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #274d7e;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-btn-themed.reversed.selected {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_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-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .drag-btn-themed {
  border-radius: 4px;
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  -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-SPTSHome_Styles .drag-btn-themed.disabled {
  cursor: default !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 100;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_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-SPTSHome_Styles .drag-btn-themed.placed {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 1;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .drag-btn-themed.normal {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal .carrot {
  border-color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal .carrot:before {
  border-color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.dragging {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #535353;
  position: relative;
  -webkit-transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.placed {
  background-color: #ebebeb;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #535353;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.placed.correct {
  background-color: #ebebeb;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #274d7e;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.placed.correct .carrot {
  border-color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.placed.correct .carrot:before {
  border-color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.correct {
  background-color: #ebebeb;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #274d7e;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.correct .carrot {
  border-color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.correct .carrot:before {
  border-color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.normal.correct .sort-grip {
  cursor: default;
  display: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.reversed {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.reversed.dragging {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.reversed.placed {
  background-color: #ebebeb;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .drag-btn-themed.reversed.placed.correct {
  background-color: #ebebeb;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_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-SPTSHome_Styles .flat-btn-themed.normal {
  background-color: #04704c;
  border: 0px solid #04704c;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal .material-icons {
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
  background-color: #274d7e;
  border: 0px solid #274d7e;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) .material-icons {
  color: #535353;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
    background-color: #04704c;
    border: 0px solid #04704c;
    color: #535353;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.disabled {
  background-color: #dcdcdc;
  border: 0px solid #dcdcdc;
  color: #D3D3D3;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.disabled .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.visited:not(.disabled) {
  background-color: #274d7e;
  border: 0px solid #274d7e;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.visited:not(.disabled) .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
  background-color: #003d6c;
  border: 0px solid #003d6c;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #ebebeb;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
    background-color: #04704c;
    border: 0px solid #04704c;
    color: #535353;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.selected:not(.disabled) {
  background-color: #dcdcdc;
  border: 0px solid #dcdcdc;
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.normal.selected:not(.disabled) .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed .material-icons {
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) .material-icons {
  color: #535353;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
    background-color: #ebebeb;
    border: 0px solid #ebebeb;
    color: #535353;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.disabled {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #D3D3D3;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.disabled .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.visited:not(.disabled) {
  background-color: #D3D3D3;
  border: 0px solid #D3D3D3;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.visited:not(.disabled) .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
  background-color: #D3D3D3;
  border: 0px solid #D3D3D3;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #ebebeb;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
    background-color: #ebebeb;
    border: 0px solid #ebebeb;
    color: #535353;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.selected:not(.disabled) {
  background-color: #dcdcdc;
  border: 0px solid #dcdcdc;
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .flat-btn-themed.reversed.selected:not(.disabled) .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.disabled {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal {
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal.selected {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.normal.selected .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.not-clickable {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed.selected {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed.reversed.selected .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .radio-btn-themed .material-icons {
  font-size: 24px;
  line-height: 1;
  width: 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #neutral1 {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #neutral1 * {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #neutral2 {
  fill: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #neutral2 * {
  fill: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #neutral3 {
  fill: #dcdcdc;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #neutral3 * {
  fill: #dcdcdc;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary1 {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary1 * {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary2 {
  fill: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary2 * {
  fill: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary3 {
  fill: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary3 * {
  fill: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary4 {
  fill: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles svg #primary4 * {
  fill: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .activity-width-standards {
  max-width: 984px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .feedback-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .feedback-subheading-standards {
  margin-bottom: 14px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .horz-feedback-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .horz-intro-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .intro-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .vert-feedback-standards {
  padding: 50px 42px 50px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .vert-intro-standards {
  padding: 50px 42px 40px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .vert-intro-standards a {
  color: inherit;
  font-style: underline;
  font-weight: 500;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .activity-width-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .activity-width-standards {
  max-width: 100%;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .feedback-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .feedback-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .feedback-subheading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .feedback-subheading-standards {
  margin-bottom: 12px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .horz-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .horz-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .horz-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .horz-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .intro-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .intro-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .vert-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .vert-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .sm .vert-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSHome_Styles .xs .vert-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles {
  /**
 * Theme 1
 **/
  /**
 * Pallette colors (for SVG)
 **/
  /**
 * Activity globals
 **/
  /**
 * Helpers
 **/
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles *:focus {
  outline: none !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .accessible-invis {
  position: absolute;
  bottom: 0px;
  top: 0px;
  color: transparent;
  background-color: transparent;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .focusable:focus {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .focusable:focus.flipped,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .focusable:focus.reversed {
  outline: 3px solid rgba(0, 0, 0, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles a {
  text-decoration: underline;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_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-SPTSModule_Styles .activity-btn-themed.normal {
  background-color: #ffffff;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
  background-color: #c2e2ed;
  border: 1px solid #03513e;
  box-shadow: none;
  color: #03513e;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal:hover:not(.disabled):not(.selected) {
    background-color: #ffffff;
    border: 1px solid #04704c;
    box-shadow: none;
    color: #04704c;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.disabled:not(.selected) {
  background-color: #ffffff;
  border: 1px solid #c2e2ed;
  box-shadow: none;
  color: #c2e2ed;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.visited {
  background-color: #ffffff;
  border: 1px solid #888888;
  box-shadow: none;
  color: #888888;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
  background-color: #c2e2ed;
  border: 1px solid #03513e;
  box-shadow: none;
  color: #03513e;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.visited:not(.selected):hover {
    background-color: #ffffff;
    border: 1px solid #04704c;
    box-shadow: none;
    color: #04704c;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.normal.selected {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed {
  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: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed:hover:not(.disabled):not(.selected) {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #274d7e;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed: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: #274d7e;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.disabled:not(.selected) {
  background-color: #c2e2ed;
  border: 1px solid #c2e2ed;
  box-shadow: none;
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.visited {
  background-color: #274d7e;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.visited:not(.selected):hover {
  background-color: #274d7e;
  border: 1px solid #274d7e;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #ffffff;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.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: #274d7e;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-btn-themed.reversed.selected {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_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-SPTSModule_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-SPTSModule_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-SPTSModule_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-SPTSModule_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-SPTSModule_Styles .drag-btn-themed {
  border-radius: 4px;
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  -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-SPTSModule_Styles .drag-btn-themed.disabled {
  cursor: default !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 100;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_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-SPTSModule_Styles .drag-btn-themed.placed {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 1;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_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-SPTSModule_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-SPTSModule_Styles .drag-btn-themed.normal {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal .carrot {
  border-color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal .carrot:before {
  border-color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.dragging {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #535353;
  position: relative;
  -webkit-transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.placed {
  background-color: #ffffff;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #535353;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.placed.correct {
  background-color: #ffffff;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #274d7e;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.placed.correct .carrot {
  border-color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.placed.correct .carrot:before {
  border-color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.correct {
  background-color: #ffffff;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #274d7e;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.correct .carrot {
  border-color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.correct .carrot:before {
  border-color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.normal.correct .sort-grip {
  cursor: default;
  display: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.reversed {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.reversed.dragging {
  background-color: #04704c;
  border: 1px solid #04704c;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.reversed.placed {
  background-color: #ffffff;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .drag-btn-themed.reversed.placed.correct {
  background-color: #ffffff;
  border: 1px solid #274d7e;
  box-shadow: none;
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_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-SPTSModule_Styles .flat-btn-themed.normal {
  background-color: #04704c;
  border: 0px solid #04704c;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal .material-icons {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
  background-color: #03513e;
  border: 0px solid #03513e;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) .material-icons {
  color: #ffffff;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
    background-color: #04704c;
    border: 0px solid #04704c;
    color: #ffffff;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.disabled {
  background-color: #ffffff;
  border: 0px solid #ffffff;
  color: #D3D3D3;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.disabled .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.visited:not(.disabled) {
  background-color: #ffffff;
  border: 0px solid #c2e2ed;
  color: #888888;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.visited:not(.disabled) .material-icons {
  color: #888888;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
  background-color: #03513e;
  border: 0px solid #03513e;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #ffffff;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
    background-color: #04704c;
    border: 0px solid #04704c;
    color: #ffffff;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.selected:not(.disabled) {
  background-color: #c2e2ed;
  border: 0px solid #03513e;
  color: #03513e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.normal.selected:not(.disabled) .material-icons {
  color: #03513e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed {
  background-color: #ffffff;
  border: 0px solid #ffffff;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed .material-icons {
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
  background-color: #ffffff;
  border: 0px solid #ffffff;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) .material-icons {
  color: #535353;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed:hover:not(.selected):not(.disabled) {
    background-color: #ffffff;
    border: 0px solid #ffffff;
    color: #535353;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.disabled {
  background-color: #ffffff;
  border: 0px solid #ffffff;
  color: #D3D3D3;
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.disabled .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.visited:not(.disabled) {
  background-color: #D3D3D3;
  border: 0px solid #D3D3D3;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.visited:not(.disabled) .material-icons {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
  background-color: #D3D3D3;
  border: 0px solid #D3D3D3;
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover .material-icons {
  color: #ffffff;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.visited:not(.selected):not(.disabled):hover {
    background-color: #ffffff;
    border: 0px solid #ffffff;
    color: #535353;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.selected:not(.disabled) {
  background-color: #c2e2ed;
  border: 0px solid #c2e2ed;
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .flat-btn-themed.reversed.selected:not(.disabled) .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.disabled {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal {
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal.selected {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.normal.selected .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.not-clickable {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed .material-icons {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed.selected {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed.reversed.selected .material-icons {
  color: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .radio-btn-themed .material-icons {
  font-size: 24px;
  line-height: 1;
  width: 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #neutral1 {
  fill: #888888;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #neutral1 * {
  fill: #888888;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #neutral2 {
  fill: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #neutral2 * {
  fill: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #neutral3 {
  fill: #c2e2ed;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #neutral3 * {
  fill: #c2e2ed;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary1 {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary1 * {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary2 {
  fill: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary2 * {
  fill: #ffffff;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary3 {
  fill: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary3 * {
  fill: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary4 {
  fill: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles svg #primary4 * {
  fill: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .activity-width-standards {
  max-width: 984px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .feedback-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .feedback-subheading-standards {
  margin-bottom: 14px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .horz-feedback-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .horz-intro-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .intro-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .vert-feedback-standards {
  padding: 50px 42px 50px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .vert-intro-standards {
  padding: 50px 42px 40px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .vert-intro-standards a {
  color: inherit;
  font-style: underline;
  font-weight: 500;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .activity-width-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .activity-width-standards {
  max-width: 100%;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .feedback-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .feedback-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .feedback-subheading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .feedback-subheading-standards {
  margin-bottom: 12px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .horz-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .horz-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .horz-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .horz-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .intro-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .intro-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .vert-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .vert-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .sm .vert-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-Theme01-SPTSModule_Styles .xs .vert-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles {
  background: #FFFFFF;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles #accmessage {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-lightbox {
  background-color: rgba(83, 83, 83, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-message-box,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_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-SPTSHome_Styles .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-nav-warning-blocker {
  background-color: rgba(83, 83, 83, 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-SPTSHome_Styles .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-nav-warning-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-view.xs {
  height: 100%;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-view.xs .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-view.xs .grid-shell-nav-warning-blocker {
  background-color: #ebebeb;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_Styles .grid-shell-view.xs .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-Theme01-SPTSHome_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-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles .cinemagraph-video,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles.cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles .cinemagraph-video.scaled,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles.cinemagraph-video.scaled {
  height: auto;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles.cinemagraph-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles.cinemagraph-wrapper .cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles .static-image.cropped,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles.static-image.cropped {
  background-repeat: no-repeat;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles .static-image.fixed-size svg,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles.static-image.fixed-size svg {
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSHome_Styles.missing {
  background-color: rgba(83, 83, 83, 0.3);
  min-height: 100px;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles .cinemagraph-video,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles.cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles .cinemagraph-video.scaled,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles.cinemagraph-video.scaled {
  height: auto;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles.cinemagraph-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles.cinemagraph-wrapper .cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles .static-image.cropped,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles.static-image.cropped {
  background-repeat: no-repeat;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles .static-image.fixed-size svg,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles.static-image.fixed-size svg {
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-Theme01-SPTSModule_Styles.missing {
  background-color: rgba(83, 83, 83, 0.3);
  min-height: 100px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #274d7e;
  color: #ebebeb;
  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-SPTSHome_Styles .grid-footer-button-icon {
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button-title {
  text-align: left;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.disabled {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.disabled .grid-footer-button-icon,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.disabled .grid-footer-button-label {
  visibility: hidden;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.home {
  background-color: #457dc6;
  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-SPTSHome_Styles .grid-footer-button.home.disabled {
  background-color: #274d7e;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.home .material-icons {
  font-size: 36px;
  max-width: 36px;
  width: 36px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.next .grid-footer-button-label {
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.next .grid-footer-button-title {
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.no-click {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-button.previous {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt {
  background-color: #274d7e;
  bottom: 0;
  color: #ebebeb;
  padding: 25px 40px;
  position: absolute;
  right: 0;
  width: 100%;
  /**
         * Transitions
         **/
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt-link {
  cursor: pointer;
  margin-top: 6px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt-link-icon {
  margin-left: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt-link-name {
  display: inline-block;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt-appear,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-prompt-appear-active,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_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-SPTSHome_Styles .grid-footer-view {
  position: relative;
  width: 100%;
  z-index: 1002;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.empty {
  background-color: #274d7e;
  height: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.fixed {
  bottom: 0;
  left: 0;
  position: fixed;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-button {
  background-color: #868686;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-buttons {
  background-color: #535353;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-prompt {
  background-color: #535353;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-button {
  background-color: #457dc6;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-buttons {
  background-color: #274d7e;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-prompt {
  background-color: #274d7e;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button {
  min-height: 50px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.home,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button.home {
  padding: 8px 10px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.home .material-icons,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_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-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.next,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button.next {
  padding-right: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.previous,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-Theme01-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button.previous {
  padding-left: 20px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .ac-debug-bar.collapsed > *:not(.debug-collapse-btn) {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .ac-debug-bar .debug-collapse-btn.collapsed {
  width: auto;
  padding: 0 16px 0 8px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .ac-debug-bar .feedback-btn-container {
  float: right;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_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-SPTSHome_Styles .ac-debug-bar .feedback-btn-container .feedback-link ul {
  right: 6px;
  top: 6px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_Styles .ac-debug-bar .tree-box {
  float: left;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_Styles .ac-debug-bar .tree-box input {
  width: 400px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_Styles .ac-debug-bar.xs .tree-box {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-Theme01-SPTSHome_Styles .ac-debug-bar.xs .tree-box input {
  width: auto;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_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-SPTSHome_Styles .grid-header-inner-view.full {
  max-width: 100%;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  cursor: pointer;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-logo img {
  display: inline-block;
  vertical-align: middle;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-logo.bordered {
  padding: 4px 20px 4px 10px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-logo.clickable {
  cursor: pointer;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-menu {
  margin-top: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-title {
  color: #274d7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  padding: 5px 60px 3px 20px;
  vertical-align: middle;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-title.bordered {
  border-left: 1px solid #ebebeb;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-toggle-btn {
  color: #535353;
  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-SPTSHome_Styles .grid-header-view {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1002;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-view.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-view.sm .grid-header-toggle-btn,
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-view.xs .grid-header-toggle-btn {
  margin-right: 8px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-view.xs .grid-header-menu {
  right: 0;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-view.xs .grid-header-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-SPTSHome_Styles .grid-header-view.xs .grid-header-inner-view {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_Styles .searchable-combo-box {
  position: relative;
  font-size: 14px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_Styles .searchable-combo-box .expand-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #535353;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_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-SPTSHome_Styles .searchable-combo-box .search-field {
  padding: 6px;
  padding-right: 22px;
  border: 1px solid #535353;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_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-SPTSHome_Styles .searchable-combo-box .list-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #535353;
  padding: 6px;
  padding-right: 70px;
  cursor: pointer;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_Styles .searchable-combo-box .list-item.selected {
  background-color: rgba(83, 83, 83, 0.2);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_Styles .searchable-combo-box .list-item.disabled {
  cursor: default;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_Styles .searchable-combo-box .list-item:hover:not(.disabled) {
  background-color: rgba(83, 83, 83, 0.1);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_Styles .searchable-combo-box .list-item:hover .list-item-buttons {
  display: block;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_Styles .searchable-combo-box .list-item-label {
  white-space: nowrap;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-Theme01-SPTSHome_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-SPTSHome_Styles .searchable-combo-box .list-item-buttons button {
  margin-left: 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 4px;
  background-color: #535353;
  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-SPTSHome_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-SPTSHome_Styles {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-activity {
  background: transparent;
  height: auto;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-activity > div:first-child {
  margin: auto;
  max-width: 964px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-activity.sm,
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-activity.xs {
  background-color: #ebebeb;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-activity-padding {
  display: inline-block;
  z-index: 0;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-comp {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_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;
  padding: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-close {
  background-color: #535353;
  border: 0px solid #535353;
  border-right: 0;
  border-top: 0;
  color: #ebebeb;
  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-SPTSHome_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-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .grid-lightbox-nav-back-btn {
  color: #ebebeb;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-nav-counter {
  color: #ebebeb;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-nav-next-btn {
  color: #ebebeb;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-nav-bar {
  background-color: #274d7e;
  height: 52px;
  margin: auto;
  max-width: 964px;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-Theme01-SPTSHome_Styles .grid-lightbox-nav-bar .grid-lightbox-close {
  background-color: transparent;
  border: none;
  color: #ebebeb;
  margin: 10px 10px 0 0;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-SPTSHome_Styles {
  /**
 * Helpers
 **/
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-SPTSHome_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-SPTSHome_Styles .message-box-body {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 16px;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-SPTSHome_Styles .message-box-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-SPTSHome_Styles .message-box-nav {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-SPTSHome_Styles .message-box-nav-close-btn {
  text-align: center;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-Theme01-SPTSHome_Styles .message-box-view {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ebebeb;
  border: 1px solid #D3D3D3;
  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-SPTSHome_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-SPTSHome_Styles .message-box-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles {
  /**
 * Helpers
 **/
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_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-SPTSHome_Styles .grid-menu-link {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #D3D3D3;
  color: #535353;
  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-SPTSHome_Styles .grid-menu-link:hover:not(.disabled) {
  background-color: #dcdcdc;
  color: #274d7e;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-link:hover:not(.disabled) .material-icons {
  color: #274d7e;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-link.current {
  background-color: transparent;
  color: #274d7e;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-link.current .material-icons {
  color: #274d7e;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-link.disabled {
  background-color: transparent;
  color: #D3D3D3;
  cursor: default;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-link.disabled .material-icons {
  color: #D3D3D3;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-link-icon {
  color: #274d7e;
  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-SPTSHome_Styles .grid-menu-link-icon.started {
  border: 1px solid #274d7e;
  background-color: transparent;
  border-radius: 50%;
  height: 21px;
  position: relative;
  width: 21px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-link-icon.started:after {
  background-color: rgba(39, 77, 126, 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-SPTSHome_Styles .grid-menu-link-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: middle;
  width: calc(100% - 35px);
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-view {
  background-color: #ebebeb;
  border: 1px solid #D3D3D3;
  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-SPTSHome_Styles .grid-menu-view.sm-link-label {
  font-size: 15px;
  font-weight: 700;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-Theme01-SPTSHome_Styles .grid-menu-view.xs {
  max-width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /**
 * Helpers
 **/
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.rtl-language {
  direction: ltr;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.rtl-language .button-component-label {
  direction: rtl;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles .button-component-icon {
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  width: 15px;
  max-width: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles .button-component-icon.side-left {
  margin-right: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles .button-component-icon.side-right {
  margin-left: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles .button-component-label {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles .button-component-result-icon {
  display: inline-block;
  line-height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_Styles.activity-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.correct.with-icon .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.incorrect.with-icon .button-component-icon {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.correct.with-icon .button-component-label,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.incorrect.with-icon .button-component-label {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.normal {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.normal.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.normal.selected.incorrect .button-component-result-icon {
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.reversed {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.reversed.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.activity-btn-themed.reversed.selected.incorrect .button-component-result-icon {
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.close-btn-themed {
  background-color: #535353;
  border: 0px solid #535353;
  border-right: 0;
  border-top: 0;
  color: #ebebeb;
  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-SPTSHome_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-SPTSHome_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-SPTSHome_Styles.navigation-primary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-primary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-primary-btn-themed.normal {
  background-color: #274d7e;
  border: 1px solid #274d7e;
  border-radius: 4px;
  box-shadow: none;
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-primary-btn-themed.normal.disabled {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-primary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #003d6c;
  border: 1px solid #003d6c;
  box-shadow: none;
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-primary-btn-themed.reversed {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-primary-btn-themed.reversed.disabled {
  background-color: #535353;
  border: 1px solid #535353;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-primary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_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-SPTSHome_Styles.navigation-secondary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-secondary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-secondary-btn-themed.normal {
  background-color: #ebebeb;
  background-position: center;
  background-size: 1%;
  border: 1px solid #04704c;
  border-radius: 4px;
  box-shadow: none;
  color: #535353;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-secondary-btn-themed.normal.disabled {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-secondary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #dcdcdc -webkit-radial-gradient(circle, transparent 1%, #ebebeb 1%) center / 15000%;
  background: #dcdcdc radial-gradient(circle, transparent 1%, #ebebeb 1%) center / 15000%;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #535353;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-secondary-btn-themed.reversed {
  background-color: #274d7e;
  background-position: center;
  background-size: 1%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: none;
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-secondary-btn-themed.reversed.disabled {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.navigation-secondary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #535353 -webkit-radial-gradient(circle, transparent 1%, #274d7e 1%) center / 15000%;
  background: #535353 radial-gradient(circle, transparent 1%, #274d7e 1%) center / 15000%;
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #ebebeb;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed {
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  max-width: 100%;
  text-align: left;
  display: inline-block;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.rtl-language {
  text-align: right;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.normal {
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.normal.disabled {
  color: #D3D3D3;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.normal:hover:not(.disabled) {
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.normal:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.reversed {
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.reversed.disabled {
  color: #D3D3D3;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.reversed:hover:not(.disabled) {
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed.reversed:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed .button-component-icon {
  display: table-cell;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed .button-component-label.with-icon {
  display: table-cell;
  max-width: calc(100% - 15px - 6px);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.text-link-btn-themed .button-component-text-link-content {
  display: table;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.disabled {
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.button-xs {
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_Styles.button-sm:not(.close-btn-themed),
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.button-xs:not(.close-btn-themed) {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_Styles.button-sm:not(.close-btn-themed) .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_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-SPTSHome_Styles.button-sm:not(.close-btn-themed) .button-component-label.with-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSHome_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-SPTSModule_Styles {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /**
 * Helpers
 **/
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.rtl-language {
  direction: ltr;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.rtl-language .button-component-label {
  direction: rtl;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles .button-component-icon {
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  width: 15px;
  max-width: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles .button-component-icon.side-left {
  margin-right: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles .button-component-icon.side-right {
  margin-left: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles .button-component-label {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles .button-component-result-icon {
  display: inline-block;
  line-height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_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-SPTSModule_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-SPTSModule_Styles.activity-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.correct.with-icon .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.incorrect.with-icon .button-component-icon {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.correct.with-icon .button-component-label,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.incorrect.with-icon .button-component-label {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.normal {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.normal.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.normal.selected.incorrect .button-component-result-icon {
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.reversed {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.reversed.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.activity-btn-themed.reversed.selected.incorrect .button-component-result-icon {
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.close-btn-themed {
  background-color: #535353;
  border: 0px solid #535353;
  border-right: 0;
  border-top: 0;
  color: #ffffff;
  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-SPTSModule_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-SPTSModule_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-SPTSModule_Styles.navigation-primary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-primary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-primary-btn-themed.normal {
  background-color: #04704c;
  border: 1px solid #04704c;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-primary-btn-themed.normal.disabled {
  background-color: #c2e2ed;
  border: 1px solid #c2e2ed;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-primary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #03513e;
  border: 1px solid #03513e;
  box-shadow: none;
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-primary-btn-themed.reversed {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-primary-btn-themed.reversed.disabled {
  background-color: #888888;
  border: 1px solid #888888;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-primary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_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-SPTSModule_Styles.navigation-secondary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-secondary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-secondary-btn-themed.normal {
  background-color: #ffffff;
  background-position: center;
  background-size: 1%;
  border: 1px solid #04704c;
  border-radius: 4px;
  box-shadow: none;
  color: #535353;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-secondary-btn-themed.normal.disabled {
  background-color: #c2e2ed;
  border: 1px solid #c2e2ed;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-secondary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #c2e2ed -webkit-radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  background: #c2e2ed radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  border: 1px solid #04704c;
  box-shadow: none;
  color: #535353;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-secondary-btn-themed.reversed {
  background-color: #274d7e;
  background-position: center;
  background-size: 1%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-secondary-btn-themed.reversed.disabled {
  background-color: #c2e2ed;
  border: 1px solid #c2e2ed;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.navigation-secondary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #888888 -webkit-radial-gradient(circle, transparent 1%, #274d7e 1%) center / 15000%;
  background: #888888 radial-gradient(circle, transparent 1%, #274d7e 1%) center / 15000%;
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #ffffff;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed {
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  max-width: 100%;
  text-align: left;
  display: inline-block;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.rtl-language {
  text-align: right;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.normal {
  color: #04704c;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.normal.disabled {
  color: #D3D3D3;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.normal:hover:not(.disabled) {
  color: #03513e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.normal:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.reversed {
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.reversed.disabled {
  color: #D3D3D3;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.reversed:hover:not(.disabled) {
  color: #ffffff;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed.reversed:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed .button-component-icon {
  display: table-cell;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed .button-component-label.with-icon {
  display: table-cell;
  max-width: calc(100% - 15px - 6px);
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.text-link-btn-themed .button-component-text-link-content {
  display: table;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.disabled {
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.button-xs {
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_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-SPTSModule_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-SPTSModule_Styles.button-sm:not(.close-btn-themed),
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.button-xs:not(.close-btn-themed) {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_Styles.button-sm:not(.close-btn-themed) .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_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-SPTSModule_Styles.button-sm:not(.close-btn-themed) .button-component-label.with-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-Theme01-SPTSModule_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-SPTSHome_Styles {
  /**
 * Helpers
 **/
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_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-SPTSHome_Styles .incomplete-menu-body,
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-extra-indicator {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 16px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-extra-indicator {
  padding-left: 25px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .incomplete-menu-nav {
  margin-top: 30px;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-nav.single-btn {
  text-align: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-nav-close-btn {
  text-align: center;
  margin-right: 10px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-nav-continue-btn {
  float: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-view {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ebebeb;
  border: 1px solid #D3D3D3;
  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-SPTSHome_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-SPTSHome_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-SPTSHome_Styles .incomplete-menu-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-view.xs .incomplete-menu-extra-indicator {
  padding-left: 0;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-Theme01-SPTSHome_Styles .incomplete-menu-view.xs .incomplete-menu-incomplete-list {
  padding: 0;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-SPTSHome_Styles {
  /**
 * Transitions
 **/
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-SPTSHome_Styles .topic-view {
  background-color: #ebebeb;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-SPTSHome_Styles .section-appear .topic-child .transition-target {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-SPTSHome_Styles .section-appear:not(:first-child) > .transition-target {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-body {
  color: #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 25px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-heading {
  color: #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-inner-view {
  max-width: 1024px;
  margin: auto;
  position: relative;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-play-btn {
  border: 2px #ebebeb solid;
  border-radius: 6px;
  color: #ebebeb;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 4px 20px 3px 20px;
  vertical-align: middle;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-play-btn-label {
  color: #ebebeb;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding-left: 20px;
  vertical-align: middle;
  white-space: normal;
  width: calc(100% - 80px);
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-subheading {
  color: #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 5px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-area {
  display: inline-block;
  max-width: 492px;
  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-SPTSHome_Styles .catalyst-overview2-text-container {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-body {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-heading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn {
  border-color: #535353;
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn-label {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-subheading {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-view {
  background-color: #dcdcdc;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-body {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-heading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn {
  border-color: #ebebeb;
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn-label {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-subheading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-view {
  background-color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-body {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-heading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn {
  border-color: #535353;
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn-label {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-subheading {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-view {
  background-color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-body {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-heading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn {
  border-color: #ebebeb;
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn-label {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-subheading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-view {
  background-color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-body {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-heading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn {
  border-color: #274d7e;
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn-label {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-subheading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-view {
  background-color: #04704c;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-view {
  background-color: #535353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.rtl-language {
  direction: rtl;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-text-area {
  text-align: right;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-play-btn-label {
  padding: 0 20px 0 0;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.sm,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.xs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-body,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-heading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-image,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.xs .catalyst-overview2-image {
  position: relative !important;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-inner-view,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.xs .catalyst-overview2-inner-view {
  max-width: 100%;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-play-btn-label,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-subheading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-area,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_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-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-container,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-Theme01-SPTSHome_Styles .catalyst-overview2-view.xs .catalyst-overview2-text-container {
  width: 100%;
  max-width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-image {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-image-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-image-area.center {
  vertical-align: middle;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-inner-view {
  display: block;
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-inner-view.center {
  text-align: center;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_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-SPTSHome_Styles .section-overview1-inner-view.center .section-overview1-text-area {
  padding: 0 62px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-inner-view.left {
  display: table;
  text-align: left;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-inner-view.left .section-overview1-image-area {
  display: table-cell;
  padding-right: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-inner-view.left .section-overview1-text-area {
  display: table-cell;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-text-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view {
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-neutral3 {
  background-color: #dcdcdc;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-neutral3 .section-overview1-body {
  color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-neutral3 .section-overview1-heading {
  color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary1 {
  background-color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary1 .section-overview1-body {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary1 .section-overview1-heading {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary2 {
  background-color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary2 .section-overview1-body {
  color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary2 .section-overview1-heading {
  color: #009ee0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary3 {
  background-color: #274d7e;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary3 .section-overview1-body {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary3 .section-overview1-heading {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary4 {
  background-color: #04704c;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary4 .section-overview1-body {
  color: #274d7e;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.bkg-primary4 .section-overview1-heading {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.sm .section-overview1-body,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_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-SPTSHome_Styles .section-overview1-view.sm .section-overview1-heading,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.xs .section-overview1-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.sm .section-overview1-text-area,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.xs .section-overview1-text-area {
  padding: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.xs .section-overview1-image-area {
  display: inline-block;
  padding-bottom: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.xs .section-overview1-inner-view.left {
  display: inline-block;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-Theme01-SPTSHome_Styles .section-overview1-view.xs .section-overview1-text-area {
  display: inline-block;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_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-SPTSModule_Styles .grid-section-activity-area > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-activity-area.inline {
  height: auto;
  position: absolute;
  top: auto;
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-activity-area.inline .grid-section-activity-container {
  height: auto;
  padding: 15px 20px 10px 20px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-activity-area.inline .grid-section-activity-wrapper {
  height: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-activity-container {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-activity-wrapper {
  height: 100%;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-activity-wrapper:not(:first-child) {
  display: none;
  height: 0;
  overflow: hidden;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-body {
  margin-top: 20px;
  padding: 0;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-col-wrapper {
  height: 100%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-col-wrapper > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_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-SPTSModule_Styles .grid-section-grid-col > * {
  pointer-events: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-grid-edit-footer {
  height: 500px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-grid-layout.designer {
  border: 1px solid #ffc4c4;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-view {
  margin: 20px auto;
  max-width: 984px;
  padding: 0 20px;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-view.xs {
  padding: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-view.xs .grid-section-heading {
  margin-bottom: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .grid-section-view.xs .grid-section-intro {
  padding-left: 16px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .react-draggable {
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .react-draggable-dragging {
  z-index: 99999 !important;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-Theme01-SPTSModule_Styles .react-resizable-handle {
  z-index: 999999;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-activity {
  width: calc(100% + 1px);
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-activity-container {
  min-height: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-callout {
  border-bottom: 15px solid;
  border-color: #D3D3D3;
  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-SPTSModule_Styles .single-activity-drawer-close {
  background-color: #535353;
  border: 0px solid #535353;
  border-right: 0;
  border-top: 0;
  color: #ffffff;
  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-SPTSModule_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-SPTSModule_Styles .single-activity-drawer-close-btn {
  color: #535353;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 2px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-close-btn .material-icons {
  font-size: 30px;
  vertical-align: middle;
  width: 30px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_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-SPTSModule_Styles .single-activity-drawer-nav-back-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-nav-counter {
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-nav-next-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-nav-bar {
  background-color: #274d7e;
  height: 52px;
  margin: auto;
  max-width: 964px;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-nav-bar .single-activity-drawer-close {
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin: 10px 10px 0 0;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-view {
  background-color: #ffffff;
  border: 0px solid #D3D3D3;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_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-SPTSModule_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper *,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-Theme01-SPTSModule_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-SPTSModule_Styles .image-tile-content {
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-content-body {
  color: #535353;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-content-heading {
  color: #274d7e;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-content-measure {
  display: inline-block;
  height: 100%;
  padding: 15px 42px 15px 42px;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_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-SPTSModule_Styles .image-tile-status-mark {
  border-radius: 50%;
  bottom: 14px;
  color: #274d7e;
  font-size: 24px;
  height: 24px;
  position: absolute;
  right: 42px;
  width: 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-text-area {
  background-color: #ffffff;
  bottom: 0;
  display: inline-block;
  position: absolute;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-toggle-btn {
  bottom: 15px;
  display: inline-block;
  left: 42px;
  position: absolute;
  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-SPTSModule_Styles .image-tile-toggle-btn.expanded .material-icons {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_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-SPTSModule_Styles .image-tile-toggle-btn-icon {
  color: #04704c;
  display: inline-block;
  font-size: 22px;
  height: 20px;
  margin-top: -1px;
  position: relative;
  -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: 22px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-toggle-btn-label {
  color: #535353;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  vertical-align: middle;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view {
  background-color: #ffffff;
  border: 0px solid #274d7e;
  color: #535353;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.rtl-language {
  direction: rtl;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.rtl-language .image-tile-status-mark {
  left: 42px;
  right: auto;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.rtl-language .image-tile-toggle-btn {
  left: auto;
  right: 42px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.locked {
  cursor: default;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.locked .image-tile-status-mark {
  color: #535353;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.locked .image-tile-toggle-btn {
  opacity: 0;
  visibility: hidden;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.preview {
  height: 350px;
  width: 500px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_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-SPTSModule_Styles .image-tile-view.sm .image-tile-content-body,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_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-SPTSModule_Styles .image-tile-view.sm .image-tile-content-heading,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_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-SPTSModule_Styles .image-tile-view.sm .image-tile-content-measure,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-content-measure {
  padding: 15px 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.sm .image-tile-toggle-btn,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-toggle-btn {
  left: 24px;
  width: calc(100% - 27px - 30px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.sm .image-tile-toggle-btn.measurement,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-toggle-btn.measurement {
  width: calc(100% - 27px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.sm .image-tile-status-mark,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-status-mark {
  right: 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs {
  border: none;
  border-bottom: 1px solid #D3D3D3;
  box-shadow: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs.first-child:not(.blend-top) {
  border-top: 1px solid #D3D3D3;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs.preview {
  height: 80px;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs:hover .image-tile-image {
  -webkit-transform: none !important;
          transform: none !important;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-content {
  padding: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-content-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-status-mark {
  color: #04704c;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-status-mark.locked {
  color: #535353;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-status-mark.complete {
  color: #274d7e;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-text-area {
  border-right: 0;
  bottom: auto;
  height: auto;
  left: 20%;
  min-height: 0 !important;
  padding: 0 50px 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs .image-tile-toggle-btn {
  display: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs.rtl-language .image-tile-text-area {
  left: unset;
  right: 20%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-Theme01-SPTSModule_Styles .image-tile-view.xs.rtl-language .image-tile-status-mark {
  left: 20px;
  right: unset;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-categories {
  padding: 0 35px 35px 35px;
  text-align: center;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-continue-btn {
  display: inline-block;
  float: right;
  margin: 0px 35px 10px auto;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-drawer-complete-btn {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: baseline;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-feedback {
  padding: 0px 35px 25px 35px;
  text-align: left;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-feedback-body {
  color: #535353;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  vertical-align: middle;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-intro {
  background-color: #274d7e;
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-intro-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-intro-heading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-replay-btn {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: baseline;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement-body {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement-body.align-center {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement-body.align-left {
  text-align: left;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement-counter {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 24px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement-counter.align-center {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement-counter.align-left {
  padding-left: 35px;
  text-align: left;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statement-image {
  margin-bottom: 15px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statements {
  background-color: #ffffff;
  display: table-cell;
  overflow: hidden;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-statements-container {
  overflow: hidden;
  margin: 35px;
  padding: 0;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary {
  background-color: #ffffff;
  display: table-cell;
  padding: 50px 62px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary.failed,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary.passed,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary.perfect {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-body2,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-incorrect-list {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-body.align-center,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-body2.align-center,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-incorrect-list.align-center {
  text-align: center;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-body.align-left,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-body2.align-left,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-incorrect-list.align-left {
  text-align: left;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-summary-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 18px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-image {
  margin-bottom: 15px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-incorrect-item {
  margin-bottom: 4px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-score {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-summary-score-label {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view {
  background-color: #ffffff;
  display: table;
  height: 450px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.rtl-language {
  direction: rtl;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.xs {
  display: block;
  height: auto;
  min-height: 450px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-categories,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.xs .this-or-that1-categories {
  padding: 4px 24px 24px 24px;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-feedback-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-intro,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.xs .this-or-that1-intro {
  display: block;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-intro-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-intro-heading,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-statement-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-statement-counter,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-statement-counter.align-left,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-statements,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.xs .this-or-that1-statements {
  display: block;
  width: 100%;
}
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-statements-container,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.xs .this-or-that1-summary-body,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary-body2,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.xs .this-or-that1-summary-body2,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary-incorrect-list,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary-container,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary-heading,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary-score,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_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-SPTSModule_Styles .this-or-that1-view.sm .this-or-that1-summary-score-label,
.c-8b336aaf-1fd4-4db2-a37d-b940973f5cc7.theme-Theme01-SPTSModule_Styles .this-or-that1-view.xs .this-or-that1-summary-score-label {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-content {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-continue-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  margin: 0 0 20px 0;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-drawer-complete-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-intro {
  background-color: #c2e2ed;
  color: #535353;
  position: relative;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-intro-body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-intro-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-link {
  border-radius: 31px;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  height: 62px;
  line-height: 1;
  margin-bottom: 16px;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 62px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-link-label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-link.selected .process-discovery2-link-line {
  display: block;
  border-bottom: 1px solid #274d7e;
  height: 1px;
  position: absolute;
  right: -22px;
  top: 29px;
  width: 22px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  position: relative;
  width: 100%;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-links {
  border-right: 1px solid #274d7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  margin: 44px 0;
  padding: 0 20px 0 42px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-left: -1px;
  vertical-align: top;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-swap-body {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 25px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-swap-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 18px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-swap-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-swap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  padding: 44px 42px;
  position: relative;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view {
  background-color: #ffffff;
  height: 100%;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs {
  height: auto;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-drawer-complete-btn,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-drawer-complete-btn {
  float: right;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-intro-body,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-intro-heading,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-link,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-link {
  border-radius: 24px;
  font-size: 24px;
  font-weight: 300;
  height: 48px;
  line-height: 30px;
  margin-bottom: 14px;
  overflow: visible;
  width: 48px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-link.selected .process-discovery2-link-line,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-link.selected .process-discovery2-link-line {
  right: -22px;
  top: 22px;
  width: 22px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-link-content,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-link-content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-links,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-links {
  display: inline-block;
  margin: 24px 0;
  padding: 0 20px 0 24px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-swap,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-swap {
  display: inline-block;
  padding: 24px;
  width: calc(100% - 24px - 22px - 24px * 2);
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-swap-body,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-swap-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 24px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-swap-heading,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-swap-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-swap-image,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-swap-image {
  display: block;
  margin: 0 auto 16px auto;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-swap-image.cropped,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-swap-image.cropped {
  position: relative;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.sm .process-discovery2-swap-text,
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-swap-text {
  padding: 24px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-link {
  border-radius: 20px;
  height: 40px;
  width: 40px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-link.selected .process-discovery2-link-line {
  right: -20px;
  top: 18px;
  width: 20px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-links {
  display: inline-block;
  margin: 22px 0;
  padding: 0 18px 0 22px;
}
.c-38785906-ae95-4094-8b92-9c1b038ddf0a.theme-Theme01-SPTSModule_Styles .process-discovery2-view.xs .process-discovery2-swap {
  width: calc(100% - 24px - 20px - 20px * 2);
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-comp-container {
  display: block;
  width: 100%;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-intro {
  background-color: #274d7e;
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-intro-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-intro-heading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 18px;
  position: relative;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-nav {
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-nav-back-btn {
  color: #535353;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  margin-left: -28px;
  vertical-align: middle;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-nav-btn {
  visibility: hidden;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-nav-btn.visible {
  visibility: visible;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-nav-counter {
  color: #535353;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-nav-next-btn {
  color: #535353;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view .listen-respond2-question-container {
  width: 100%;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.sm,
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.xs {
  height: auto;
  display: block;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.sm .listen-respond2-series-intro,
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.xs .listen-respond2-series-intro {
  display: block;
  width: 100%;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.sm .listen-respond2-series-intro-body,
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.xs .listen-respond2-series-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.sm .listen-respond2-series-intro-heading,
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.xs .listen-respond2-series-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.sm .listen-respond2-series-nav-back-btn,
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.xs .listen-respond2-series-nav-back-btn {
  margin-left: 0;
}
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.sm .listen-respond2-series-nav-counter,
.c-f254f82b-b8e6-4674-960d-6b81c93109f5.theme-Theme01-SPTSModule_Styles .listen-respond2-series-view.xs .listen-respond2-series-nav-counter {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-2245cd9b-68e1-4702-aeae-6f9fdc081188.theme-Theme01-SPTSModule_Styles {
  position: relative;
}
.c-2245cd9b-68e1-4702-aeae-6f9fdc081188.theme-Theme01-SPTSModule_Styles .collapsed-icon {
  color: #04704c;
  cursor: pointer;
  font-size: 40px;
  height: 40px;
  line-height: 1;
  margin: 3px 10px 3px 0;
  max-width: 40px;
  position: relative;
  width: 40px;
}
.c-2245cd9b-68e1-4702-aeae-6f9fdc081188.theme-Theme01-SPTSModule_Styles audio {
  width: 100%;
}
.c-2245cd9b-68e1-4702-aeae-6f9fdc081188.theme-Theme01-SPTSModule_Styles .audio-container {
  line-height: 1;
}
.c-2245cd9b-68e1-4702-aeae-6f9fdc081188.theme-Theme01-SPTSModule_Styles .audio-container.designer {
  pointer-events: none;
}
.c-2245cd9b-68e1-4702-aeae-6f9fdc081188.theme-Theme01-SPTSModule_Styles .audio-transcript {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 16px 0 0 0;
  width: 100%;
}
.c-2245cd9b-68e1-4702-aeae-6f9fdc081188.theme-Theme01-SPTSModule_Styles .audio-controls-container {
  padding: 0;
  white-space: nowrap;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-audio-area {
  padding: 44px 0;
  position: relative;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-audio-area .audio-transcript {
  color: #535353;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-audio-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-btn-bar {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
  margin-top: auto;
  position: relative;
  text-align: right;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-btn-bar.series-group {
  -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;
  text-align: left;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-drawer-complete-btn.btn-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-drawer-complete-btn.btn-right-group {
  margin-left: 10px;
  margin-top: 10px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-feedback {
  margin-top: 24px;
  position: relative;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-feedback-body {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 15px;
  position: relative;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-feedback-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-intro {
  background-color: #274d7e;
  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;
  vertical-align: top;
  white-space: normal;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-intro-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-intro-heading {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-load-question-btn {
  display: inline-block;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-option {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  outline: 0;
  padding: 5px 0;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-option-icon {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin-right: 12px;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 24px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-option-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: calc(95% - 36px);
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-options {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-question {
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-question-container {
  -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: 90px 50px 30px 50px;
  position: relative;
  vertical-align: top;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-retry-btn {
  margin-top: 10px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-setup-directions {
  text-align: center;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-setup-directions-text {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-stem {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-stem-directions-text {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.series .listen-respond2-question-container {
  padding-top: 24px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.series .listen-respond2-continue-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 20px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs {
  display: block;
  height: auto;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm.series .listen-respond2-question-container,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs.series .listen-respond2-question-container {
  padding: 16px 24px 24px 24px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-audio-area,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-audio-area {
  padding: 28px 0;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-audio-heading,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-audio-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-directions-text,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-directions-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-feedback,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-feedback {
  display: block;
  padding: 0;
  text-align: center;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-feedback-body,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-feedback-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-feedback-heading,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-feedback-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-intro,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-intro {
  display: block;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-intro-body,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-intro-heading,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-intro-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-option,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-option {
  margin-bottom: 10px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-option-label,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-option-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-question,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-question {
  display: block;
  padding: 0;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-question .option,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-question .option {
  margin-bottom: 24px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-question .stem,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-question .stem {
  margin: 15px 0;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-question-container,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-question-container {
  padding: 24px;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-series-nav,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-series-nav {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-stem,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-stem {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.sm .listen-respond2-stem-directions-text,
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-stem-directions-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-btn-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.c-4d02c6fe-9a30-4afd-ac36-d933621ce27b.theme-Theme01-SPTSModule_Styles .listen-respond2-view.xs .listen-respond2-load-question-btn {
  display: inline;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper {
  -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;
  padding: 8px 0;
  white-space: nowrap;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper > *,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper > *:last-child,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper > *:last-child {
  margin-right: 0;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper.designer .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper.designer .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper.designer .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper.designer .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper.designer .slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper.designer .slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper.designer .Slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper.designer .Slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper.designer .transcript-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper.designer .transcript-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.custom-controls-wrapper.designer .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .custom-controls-wrapper.designer .volume-btn {
  pointer-events: auto;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.disabled {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal {
  background: transparent;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal.overlay {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
  background-image: linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal.solid-bkg {
  background-color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal.fullscreen {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
  background-image: linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .transcript-btn {
  color: #04704c;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .seek-wrapper .indicator,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .seek-wrapper .slider-progress {
  background-color: #274d7e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .seek-wrapper .slider-track {
  background-color: #D3D3D3;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .time-wrapper {
  color: #274d7e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.normal .transcript-btn.active {
  color: #03513e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed {
  background: transparent;
  color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed.overlay {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
  background-image: linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed.solid-bkg {
  background-color: #535353;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed.fullscreen {
  background: transparent;
  background-image: -webkit-linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
  background-image: linear-gradient(rgba(83, 83, 83, 0) 0%, rgba(83, 83, 83, 0.1) 10%, rgba(83, 83, 83, 0.25) 20%, rgba(83, 83, 83, 0.65) 50%, #535353 100%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .transcript-btn {
  color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .seek-wrapper .indicator,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .seek-wrapper .slider-progress {
  background-color: #c2e2ed;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .seek-wrapper .slider-track {
  background-color: #888888;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .time-wrapper {
  color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.reversed .transcript-btn.active {
  color: #04704c;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles.hide {
  opacity: 0;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .marker-wrapper {
  bottom: calc(100% + 8px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .material-icons {
  font-size: 30px;
  width: 30px;
  overflow: hidden;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .material-icons.invisible {
  visibility: hidden;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .play-pause-btn {
  margin-right: 16px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .seek-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
  position: relative;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .seek-wrapper.ios {
  margin-right: 20px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .time-wrapper {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .time-wrapper > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .time-wrapper .time-separator {
  margin: 0 3px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .time-wrapper.ios {
  margin-right: 6px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper {
  position: relative;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper:not(:hover) .volume-slider-wrapper {
  height: 0 !important;
  padding: 0 8px !important;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper .accessibility-speaker {
  color: transparent;
  position: absolute;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper .volume-slider-wrapper {
  bottom: 100%;
  left: 50%;
  padding: 8px;
  padding-bottom: 16px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper .volume-slider-wrapper.primary1 {
  background-color: #535353;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper .volume-slider-wrapper.primary2 {
  background-color: #ffffff;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper .volume-slider-wrapper.primary3 {
  background-color: #274d7e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .volume-wrapper .volume-slider-wrapper.neutral2 {
  background-color: #D3D3D3;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .material-icons {
  cursor: pointer;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .transcript-btn {
  font-size: 24px;
  width: 24px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .transcript-btn.active {
  color: #03513e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-Theme01-SPTSModule_Styles .transcript-btn.transcript {
  font-size: 22px;
  width: 22px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles .indicator {
  background-color: #274d7e;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  height: 16px;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 16px;
  z-index: 10;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles .slider {
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles .slider-track {
  background-color: #D3D3D3;
  border-radius: 3px;
  cursor: pointer;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles .slider-progress {
  background-color: #274d7e;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.disabled {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.disabled .indicator {
  display: none;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.disabled .slider {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.disabled .slider-track {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.vertical .indicator {
  left: 50%;
  top: auto;
  -webkit-transform: translate3D(-50%, 50%, 0);
          transform: translate3D(-50%, 50%, 0);
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.vertical .slider {
  width: 24px;
  height: 100%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.vertical .slider-track {
  width: 6px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.vertical .slider-progress {
  left: 50%;
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.xs .slider {
  height: 30px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles.xs .indicator {
  height: 22px;
  line-height: 22px;
  width: 22px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-Theme01-SPTSModule_Styles .slider-value-name {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  width: 1px;
  height: 1px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-continue-btn {
  display: inline-block;
  margin: 30px 0 0 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-drawer-complete-btn {
  bottom: 40px;
  position: absolute;
  right: 60px;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-image {
  display: inline-block;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-image.cropped {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-image.scaled {
  margin: auto;
  vertical-align: top;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-intro {
  background-color: #ffffff;
  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-SPTSModule_Styles .method-discovery2-intro-body {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-intro-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-link.selected .method-discovery2-link-background {
  width: calc(100% + 64px);
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_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-SPTSModule_Styles .method-discovery2-link-label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-links {
  margin-top: 44px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-swap {
  background-color: #c2e2ed;
  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-SPTSModule_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-SPTSModule_Styles .method-discovery2-swap-body {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_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-SPTSModule_Styles .method-discovery2-view {
  background-color: #ffffff;
  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-SPTSModule_Styles .method-discovery2-view.rtl-language {
  direction: rtl;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.rtl-language .method-discovery2-drawer-complete-btn {
  left: 60px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.rtl-language .method-discovery2-link {
  padding: 12px 10px 12px 50px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.rtl-language .method-discovery2-link-arrow {
  left: 20px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.rtl-language .method-discovery2-link-background {
  left: auto;
  right: -1px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.rtl-language .method-discovery2-link-label {
  padding-left: 50px;
  padding-right: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.rtl-language .method-discovery2-swap-content {
  text-align: right;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs {
  display: block;
  height: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-drawer-complete-btn,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs .method-discovery2-drawer-complete-btn {
  margin-bottom: 24px;
  margin-right: 24px;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-intro,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs .method-discovery2-intro {
  display: block;
  width: 100%;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-intro-body,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-intro-heading,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-link,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-link:before,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-link:first-child,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs .method-discovery2-link:first-child {
  margin-top: 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-link-btn,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-link-btn.selected .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-link-label,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-links,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-swap-body,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_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-SPTSModule_Styles .method-discovery2-view.sm.rtl-language .method-discovery2-link-arrow,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs.rtl-language .method-discovery2-link-arrow {
  left: 24px;
  right: auto;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm.rtl-language .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs.rtl-language .method-discovery2-swap {
  text-align: right;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs .method-discovery2-links,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-links {
  padding: 0 0 34px 0;
}
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.xs .method-discovery2-swap,
.c-eea63ca9-b0be-418e-9d96-687f35095e9d.theme-Theme01-SPTSModule_Styles .method-discovery2-view.sm .method-discovery2-swap {
  padding: 16px 24px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-inner-view {
  display: block;
  margin: auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 15px;
  position: relative;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-intro {
  padding-bottom: 40px;
  position: relative;
  vertical-align: top;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-intro-body {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-intro-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
  position: relative;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-link {
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 40px;
  padding-right: 60px;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 33%;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-link-btn {
  margin-top: 20px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-link-btn-wrapper {
  display: inline-block;
  margin-top: 20px;
  text-align: right;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-link-description {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-link-title {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-links {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view {
  background-color: #dcdcdc;
  position: relative;
  width: 100%;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-neutral3 {
  background-color: #dcdcdc;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-neutral3 .resource1-intro-body,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-neutral3 .resource1-link-description {
  color: #535353;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-neutral3 .resource1-intro-heading {
  color: #274d7e;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-neutral3 .resource1-link-title {
  color: #535353;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary1 {
  background-color: #535353;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary1 .resource1-intro-body,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary1 .resource1-link-description {
  color: #ebebeb;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary1 .resource1-intro-heading {
  color: #ebebeb;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary1 .resource1-link-title {
  color: #ebebeb;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary2 {
  background-color: #ebebeb;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary2 .resource1-intro-body,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary2 .resource1-link-description {
  color: #535353;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary2 .resource1-intro-heading {
  color: #274d7e;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary2 .resource1-link-title {
  color: #535353;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary3 {
  background-color: #274d7e;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary3 .resource1-intro-body,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary3 .resource1-link-description {
  color: #ebebeb;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary3 .resource1-intro-heading {
  color: #ebebeb;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary3 .resource1-link-title {
  color: #ebebeb;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary4 {
  background-color: #04704c;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary4 .resource1-intro-body,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary4 .resource1-link-description {
  color: #274d7e;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary4 .resource1-intro-heading {
  color: #274d7e;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.bkg-primary4 .resource1-link-title {
  color: #274d7e;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.sm .resource1-intro-body,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-intro-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.sm .resource1-intro-heading,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-intro-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.sm .resource1-link-title,
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-link-title {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-intro {
  padding-bottom: 30px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-inner-view {
  padding: 24px 20px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-link {
  border-top: 1px solid #D3D3D3;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-link:last-child {
  border-bottom: 1px solid #D3D3D3;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-link-btn {
  margin-top: 20px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-link-icon {
  color: #04704c;
  font-size: 42px;
  line-height: 1;
  max-width: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  width: 30px;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-link-title {
  color: #274d7e;
}
.c-c365be38-4ad0-412d-a0fc-3006063addd3.theme-Theme01-SPTSHome_Styles .resource1-view.xs .resource1-links {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
