/**
 * 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-SPTSTheme-SPTSHome_Styles {
  /**
 * Theme 1
 **/
  /**
 * Pallette colors (for SVG)
 **/
  /**
 * Activity globals
 **/
  /**
 * Helpers
 **/
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles *:focus {
  outline: none !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .accessible-invis {
  position: absolute;
  bottom: 0px;
  top: 0px;
  color: transparent;
  background-color: transparent;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .focusable:focus {
  outline: 3px solid rgba(255, 255, 255, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .focusable:focus.flipped,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .focusable:focus.reversed {
  outline: 3px solid rgba(255, 255, 255, 0) !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles a {
  text-decoration: underline;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .activity-btn-themed.normal.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .activity-btn-themed.normal.visited {
  background-color: #dcdcdc;
  border: 1px solid #D1EDCA;
  box-shadow: none;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .activity-btn-themed.normal.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .activity-btn-themed.reversed.complete,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .activity-btn-themed.reversed.complete:not(.selected):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .drag-btn-themed {
  border-radius: 4px;
  cursor: pointer;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  font-family: 'Open Sans', 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-SPTSTheme-SPTSHome_Styles .drag-btn-themed.disabled {
  cursor: default !important;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .drag-btn-themed.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 100;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .drag-btn-themed.placed {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  position: relative;
  z-index: 1;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .drag-btn-themed.normal .carrot {
  border-color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .drag-btn-themed.normal .carrot:before {
  border-color: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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: #ebebeb;
  position: relative;
  -webkit-transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .drag-btn-themed.normal.placed.correct .carrot {
  border-color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .drag-btn-themed.normal.placed.correct .carrot:before {
  border-color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .drag-btn-themed.normal.correct .carrot {
  border-color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .drag-btn-themed.normal.correct .carrot:before {
  border-color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .drag-btn-themed.normal.correct .sort-grip {
  cursor: default;
  display: none;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal {
  background-color: #04704c;
  border: 0px solid #04704c;
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
  background-color: #274d7e;
  border: 0px solid #274d7e;
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) .material-icons {
  color: #D3D3D3;
}
@media (hover: none) {
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal:hover:not(.selected):not(.disabled) {
    background-color: #04704c;
    border: 0px solid #04704c;
    color: #ebebeb;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.disabled .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.visited:not(.disabled) .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.visited:not(.selected):not(.disabled):hover {
    background-color: #04704c;
    border: 0px solid #04704c;
    color: #ebebeb;
  }
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.normal.selected:not(.disabled) .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed {
  background-color: #ebebeb;
  border: 0px solid #ebebeb;
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed .material-icons {
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.disabled .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.disabled),
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.disabled) .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.visited:not(.disabled) .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover .material-icons,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.complete:not(.selected):not(.disabled):hover,
  .c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .flat-btn-themed.reversed.selected:not(.disabled) .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.disabled {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal {
  color: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal.selected {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.normal.selected .material-icons {
  color: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.not-clickable {
  cursor: default;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.correct):not(.incorrect) .material-icons {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) {
  color: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed.disabled:not(.selected):not(.correct) .material-icons {
  opacity: 0;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed.selected {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed.reversed.selected .material-icons {
  color: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .radio-btn-themed .material-icons {
  font-size: 24px;
  line-height: 1;
  width: 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #neutral1 {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #neutral1 * {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #neutral2 {
  fill: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #neutral2 * {
  fill: #D3D3D3;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #neutral3 {
  fill: #dcdcdc;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #neutral3 * {
  fill: #dcdcdc;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary1 {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary1 * {
  fill: #535353;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary2 {
  fill: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary2 * {
  fill: #ebebeb;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary3 {
  fill: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary3 * {
  fill: #274d7e;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary4 {
  fill: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles svg #primary4 * {
  fill: #04704c;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .activity-width-standards {
  max-width: 984px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .feedback-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .feedback-subheading-standards {
  margin-bottom: 14px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .horz-feedback-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .horz-intro-standards {
  padding: 44px 42px 30px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .intro-heading-standards {
  margin-bottom: 18px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .vert-feedback-standards {
  padding: 50px 42px 50px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .vert-intro-standards {
  padding: 50px 42px 40px 42px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .vert-intro-standards a {
  color: inherit;
  font-style: underline;
  font-weight: 500;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .activity-width-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .activity-width-standards {
  max-width: 100%;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .feedback-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .feedback-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .feedback-subheading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .feedback-subheading-standards {
  margin-bottom: 12px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .horz-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .horz-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .horz-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .horz-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .intro-heading-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .intro-heading-standards {
  margin-bottom: 16px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .vert-feedback-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .vert-feedback-standards {
  padding: 30px 24px 24px 24px;
}
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .sm .vert-intro-standards,
.c-6047d6cd-6ab4-4828-a22b-234e4695ead2.theme-SPTSTheme-SPTSHome_Styles .xs .vert-intro-standards {
  padding: 40px 24px 24px 24px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles {
  background: #FFFFFF;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles #accmessage {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-certificate {
  display: none;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-lightbox {
  background-color: rgba(83, 83, 83, 0.85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-message-box,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-nav-warning-blocker {
  background-color: rgba(83, 83, 83, 0.85);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: default;
  pointer-events: all;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-nav-warning-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-view.xs {
  height: 100%;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-view.xs .grid-shell-message-box-blocker,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-view.xs .grid-shell-nav-warning-blocker {
  background-color: #ebebeb;
}
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-SPTSHome_Styles .grid-shell-view.xs .grid-shell-message-box-prompt,
.c-e8d25cd6-e242-4bfc-ba97-c1460234136c.theme-SPTSTheme-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-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link {
  font-size: 16px !important;
  height: 36px;
  left: 50%;
  position: fixed;
  top: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  z-index: 2147483647;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link.aligned-left ul {
  left: 0;
  right: auto;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link.aligned-right ul {
  left: auto;
  right: 0;
  -webkit-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link.expanded ul {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link button {
  background-color: #274d7e;
  color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  vertical-align: middle;
  width: 140px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link button:hover {
  background-color: #3365a5;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link ul {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  list-style-type: none;
  margin: 0;
  min-width: 100px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: opacity .1s ease, -webkit-transform .1s ease;
  transition: transform .1s ease, opacity .1s ease;
  transition: transform .1s ease, opacity .1s ease, -webkit-transform .1s ease;
  white-space: nowrap;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link li {
  color: #274d7e;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: normal;
  height: 36px;
  line-height: 50px;
  margin: 0;
  min-height: 50px;
  padding: 0 16px;
  text-align: left;
  width: 100%;
}
.c-3b6ee96c-0160-4204-a6c0-2cf23431ae8e.theme-SPTSTheme-SPTSHome_Styles .feedback-link li:hover {
  background-color: #eee;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles .cinemagraph-video,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles.cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles .cinemagraph-video.scaled,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles.cinemagraph-video.scaled {
  height: auto;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles.cinemagraph-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles.cinemagraph-wrapper .cinemagraph-video {
  position: relative;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles .static-image.cropped,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles.static-image.cropped {
  background-repeat: no-repeat;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles .static-image.fixed-size svg,
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles.static-image.fixed-size svg {
  width: 100%;
}
.c-4944130c-f888-4b02-8c47-5bec06c883ef.theme-SPTSTheme-SPTSHome_Styles.missing {
  background-color: rgba(83, 83, 83, 0.3);
  min-height: 100px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-button-icon {
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-button-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-button-title {
  text-align: left;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-button.disabled {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-button.disabled .grid-footer-button-icon,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-button.disabled .grid-footer-button-label {
  visibility: hidden;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-button.home.disabled {
  background-color: #274d7e;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-button.home .material-icons {
  font-size: 36px;
  max-width: 36px;
  width: 36px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-button.next .grid-footer-button-label {
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-button.next .grid-footer-button-title {
  text-align: right;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-button.no-click {
  cursor: default;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-prompt-link {
  cursor: pointer;
  margin-top: 6px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-prompt-link-icon {
  margin-left: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-prompt-link-name {
  display: inline-block;
  vertical-align: middle;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-prompt-appear,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-prompt-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-prompt-appear-active,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-view {
  position: relative;
  width: 100%;
  z-index: 1002;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.empty {
  background-color: #274d7e;
  height: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.fixed {
  bottom: 0;
  left: 0;
  position: fixed;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-button {
  background-color: #868686;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-buttons {
  background-color: #535353;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary1 .grid-footer-prompt {
  background-color: #535353;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-button {
  background-color: #457dc6;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-button.disabled {
  background: none;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-buttons {
  background-color: #274d7e;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.color-primary3 .grid-footer-prompt {
  background-color: #274d7e;
  color: #ebebeb;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button {
  min-height: 50px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.home,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button.home {
  padding: 8px 10px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.home .material-icons,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.next,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button.next {
  padding-right: 20px;
}
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.sm .grid-footer-button.previous,
.c-49c0f5a0-edcd-46d9-ab6b-c38d47ec3ca1.theme-SPTSTheme-SPTSHome_Styles .grid-footer-view.xs .grid-footer-button.previous {
  padding-left: 20px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .ac-debug-bar.collapsed > *:not(.debug-collapse-btn) {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .ac-debug-bar .debug-collapse-btn.collapsed {
  width: auto;
  padding: 0 16px 0 8px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .ac-debug-bar .feedback-btn-container {
  float: right;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .ac-debug-bar .feedback-btn-container .feedback-link ul {
  right: 6px;
  top: 6px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-SPTSHome_Styles .ac-debug-bar .tree-box {
  float: left;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-SPTSHome_Styles .ac-debug-bar .tree-box input {
  width: 400px;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-SPTSHome_Styles .ac-debug-bar.xs .tree-box {
  display: none;
}
.c-939a2754-a0fd-4048-acfb-dfd1f229158b.theme-SPTSTheme-SPTSHome_Styles .ac-debug-bar.xs .tree-box input {
  width: auto;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-header-inner-view.full {
  max-width: 100%;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-header-logo img {
  display: inline-block;
  vertical-align: middle;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-SPTSHome_Styles .grid-header-logo.bordered {
  padding: 4px 20px 4px 10px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-SPTSHome_Styles .grid-header-logo.clickable {
  cursor: pointer;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-SPTSHome_Styles .grid-header-menu {
  margin-top: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-header-title.bordered {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-header-view.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-SPTSHome_Styles .grid-header-view.sm .grid-header-toggle-btn,
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-SPTSHome_Styles .grid-header-view.xs .grid-header-toggle-btn {
  margin-right: 8px;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-SPTSHome_Styles .grid-header-view.xs .grid-header-menu {
  right: 0;
  top: 0;
}
.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-header-view.xs .grid-header-inner-view {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-SPTSTheme-SPTSHome_Styles .searchable-combo-box {
  position: relative;
  font-size: 14px;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .searchable-combo-box .list-item.selected {
  background-color: rgba(83, 83, 83, 0.2);
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-SPTSTheme-SPTSHome_Styles .searchable-combo-box .list-item.disabled {
  cursor: default;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .searchable-combo-box .list-item:hover .list-item-buttons {
  display: block;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-SPTSTheme-SPTSHome_Styles .searchable-combo-box .list-item-label {
  white-space: nowrap;
}
.c-9e63acd0-64e6-4a46-bf38-cfa90ef8ff34.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-SPTSTheme-SPTSHome_Styles .grid-lightbox-activity {
  background: transparent;
  height: auto;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-SPTSTheme-SPTSHome_Styles .grid-lightbox-activity > div:first-child {
  margin: auto;
  max-width: 964px;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-SPTSTheme-SPTSHome_Styles .grid-lightbox-activity.sm,
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-SPTSTheme-SPTSHome_Styles .grid-lightbox-activity.xs {
  background-color: #ebebeb;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-SPTSTheme-SPTSHome_Styles .grid-lightbox-activity-padding {
  display: inline-block;
  z-index: 0;
  width: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-SPTSTheme-SPTSHome_Styles .grid-lightbox-comp {
  height: 100%;
}
.c-a5d0aa44-04cb-4ad7-800e-9050367b7c28.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles {
  /**
 * Helpers
 **/
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .message-box-nav {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-SPTSTheme-SPTSHome_Styles .message-box-nav-close-btn {
  text-align: center;
}
.c-c521e8f4-b614-4bae-bdf4-56c895c3e126.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .message-box-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles {
  /**
 * Helpers
 **/
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-menu-link:hover:not(.disabled) {
  background-color: #D3D3D3;
  color: #003d6c;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link:hover:not(.disabled) .material-icons {
  color: #003d6c;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link.current {
  background-color: transparent;
  color: #274d7e;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link.current .material-icons {
  color: #003d6c;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link.disabled {
  background-color: transparent;
  color: #D3D3D3;
  cursor: default;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link.disabled .material-icons {
  color: #D3D3D3;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link-icon {
  color: #535353;
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
  max-width: 24px;
  vertical-align: middle;
  width: 24px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link-icon.started {
  border: 1px solid #535353;
  background-color: transparent;
  border-radius: 50%;
  height: 21px;
  position: relative;
  width: 21px;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-link-icon.started:after {
  background-color: rgba(83, 83, 83, 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-SPTSTheme-SPTSHome_Styles .grid-menu-link-label {
  display: inline-block;
  font-family: 'Open Sans', 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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .grid-menu-view.sm-link-label {
  font-size: 15px;
  font-weight: 700;
}
.c-d7467ee3-1731-46db-a7f9-4225e5104834.theme-SPTSTheme-SPTSHome_Styles .grid-menu-view.xs {
  max-width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 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-SPTSTheme-SPTSHome_Styles.rtl-language {
  direction: ltr;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.rtl-language .button-component-label {
  direction: rtl;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .button-component-icon.side-left {
  margin-right: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles .button-component-icon.side-right {
  margin-left: 6px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles .button-component-label {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.activity-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.correct.with-icon .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.incorrect.with-icon .button-component-icon {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.correct.with-icon .button-component-label,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.incorrect.with-icon .button-component-label {
  opacity: 0;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.normal {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.normal.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.normal.selected.incorrect .button-component-result-icon {
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.reversed {
  border-radius: 4px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.reversed.selected.correct .button-component-result-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.activity-btn-themed.reversed.selected.incorrect .button-component-result-icon {
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.close-btn-themed {
  background-color: #274d7e;
  border: 0px solid #274d7e;
  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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.navigation-primary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.navigation-primary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.navigation-primary-btn-themed.reversed {
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.navigation-primary-btn-themed.reversed.disabled {
  background-color: #535353;
  border: 0px solid #535353;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.navigation-primary-btn-themed.reversed:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background-color: #dcdcdc;
  border: 0px solid #dcdcdc;
  box-shadow: none;
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.navigation-secondary-btn-themed .button-component-label {
  margin-top: 1px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.navigation-secondary-btn-themed.button-xs .button-component-label {
  margin-top: 0px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.navigation-secondary-btn-themed.normal {
  background-color: #ebebeb;
  background-position: center;
  background-size: 1%;
  border: 0px solid #ebebeb;
  border-radius: 4px;
  box-shadow: none;
  color: #274d7e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.navigation-secondary-btn-themed.normal.disabled {
  background-color: #dcdcdc;
  border: 0px solid #dcdcdc;
  box-shadow: none;
  color: #D3D3D3;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.navigation-secondary-btn-themed.normal:hover:not(.disabled):not(.phone-navigation):not(.phone-navigation-group) {
  background: #FFFFFF -webkit-radial-gradient(circle, transparent 1%, #ebebeb 1%) center / 15000%;
  background: #FFFFFF radial-gradient(circle, transparent 1%, #ebebeb 1%) center / 15000%;
  border: 0px solid #FFFFFF;
  box-shadow: none;
  color: #274d7e;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.text-link-btn-themed {
  background-color: transparent;
  font-family: 'Open Sans', 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-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.rtl-language {
  text-align: right;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.normal {
  color: #04704c;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.normal.disabled {
  color: #D3D3D3;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.normal:hover:not(.disabled) {
  color: #03513e;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.normal:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.reversed {
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.reversed.disabled {
  color: #D3D3D3;
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.reversed:hover:not(.disabled) {
  color: #ebebeb;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed.reversed:hover:not(.disabled) .button-component-label {
  text-decoration: underline;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.text-link-btn-themed .button-component-icon {
  display: table-cell;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.text-link-btn-themed .button-component-text-link-content {
  display: table;
  width: 100%;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.disabled {
  cursor: default;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.button-xs {
  z-index: 100;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.button-sm:not(.close-btn-themed),
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.button-xs:not(.close-btn-themed) {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_Styles.button-sm:not(.close-btn-themed) .button-component-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles.button-sm:not(.close-btn-themed) .button-component-label.with-icon,
.c-daf350a0-0dea-4597-a29b-4692ebe2c5d2.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles {
  /**
 * Helpers
 **/
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .incomplete-menu-body,
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .incomplete-menu-extra-indicator {
  padding-left: 25px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .incomplete-menu-incomplete-list {
  max-height: 500px;
  display: inline;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0 25px;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .incomplete-menu-nav {
  margin-top: 30px;
  text-align: left;
  width: 100%;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-SPTSHome_Styles .incomplete-menu-nav.single-btn {
  text-align: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-SPTSHome_Styles .incomplete-menu-nav-close-btn {
  text-align: center;
  margin-right: 10px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-SPTSHome_Styles .incomplete-menu-nav-continue-btn {
  float: right;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .incomplete-menu-view.xs {
  height: 100%;
  max-width: 100%;
  padding: 40px 26px 56px 26px;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-SPTSHome_Styles .incomplete-menu-view.xs .incomplete-menu-extra-indicator {
  padding-left: 0;
}
.c-e87bf9a1-e780-4f0b-b344-b86216339a71.theme-SPTSTheme-SPTSHome_Styles .incomplete-menu-view.xs .incomplete-menu-incomplete-list {
  padding: 0;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-SPTSTheme-SPTSHome_Styles {
  /**
 * Transitions
 **/
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-SPTSTheme-SPTSHome_Styles .topic-view {
  background-color: #ebebeb;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-SPTSTheme-SPTSHome_Styles .section-appear .topic-child .transition-target {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-SPTSTheme-SPTSHome_Styles .section-appear:not(:first-child) > .transition-target {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.c-329c07a1-fb55-4920-8e07-f3bb0136ed2f.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-heading {
  color: #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-inner-view {
  max-width: 1024px;
  margin: auto;
  position: relative;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-body {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-heading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn {
  border-color: #535353;
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-play-btn-label {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-subheading {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-neutral3 .catalyst-overview2-view {
  background-color: #dcdcdc;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-body {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-heading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn {
  border-color: #ebebeb;
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-play-btn-label {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-subheading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary1 .catalyst-overview2-view {
  background-color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-body {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-heading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn {
  border-color: #535353;
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-play-btn-label {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-subheading {
  color: #535353;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary2 .catalyst-overview2-view {
  background-color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-body {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-heading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn {
  border-color: #ebebeb;
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-play-btn-label {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-subheading {
  color: #ebebeb;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary3 .catalyst-overview2-view {
  background-color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-body {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-heading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn {
  border-color: #274d7e;
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-play-btn-label {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-subheading {
  color: #274d7e;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-text-container.bkg-primary4 .catalyst-overview2-view {
  background-color: #04704c;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.rtl-language {
  direction: rtl;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-text-area {
  text-align: right;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.rtl-language .catalyst-overview2-play-btn-label {
  padding: 0 20px 0 0;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-body,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-heading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-image,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.xs .catalyst-overview2-image {
  position: relative !important;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-inner-view,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.xs .catalyst-overview2-inner-view {
  max-width: 100%;
  width: 100%;
}
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-play-btn-label,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-subheading,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-area,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.sm .catalyst-overview2-text-container,
.c-a147b222-961b-4623-bdff-33cc3557b140.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview2-view.xs .catalyst-overview2-text-container {
  width: 100%;
  max-width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-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-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .section-overview1-image {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-image-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-image-area.center {
  vertical-align: middle;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .section-overview1-inner-view.center {
  text-align: center;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .section-overview1-inner-view.center .section-overview1-text-area {
  padding: 0 62px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-inner-view.left {
  display: table;
  text-align: left;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-inner-view.left .section-overview1-image-area {
  display: table-cell;
  padding-right: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-inner-view.left .section-overview1-text-area {
  display: table-cell;
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-text-area {
  display: inline-block;
  vertical-align: top;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view {
  width: 100%;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-neutral3 {
  background-color: #dcdcdc;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-neutral3 .section-overview1-body {
  color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-neutral3 .section-overview1-heading {
  color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary1 {
  background-color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary1 .section-overview1-body {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary1 .section-overview1-heading {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary2 {
  background-color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary2 .section-overview1-body {
  color: #535353;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary2 .section-overview1-heading {
  color: #009ee0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary3 {
  background-color: #274d7e;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary3 .section-overview1-body {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary3 .section-overview1-heading {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary4 {
  background-color: #04704c;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary4 .section-overview1-body {
  color: #274d7e;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.bkg-primary4 .section-overview1-heading {
  color: #ebebeb;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.sm .section-overview1-body,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .section-overview1-view.sm .section-overview1-heading,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-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-SPTSTheme-SPTSHome_Styles .section-overview1-view.sm .section-overview1-text-area,
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.xs .section-overview1-text-area {
  padding: 0;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.xs .section-overview1-image-area {
  display: inline-block;
  padding-bottom: 20px;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.xs .section-overview1-inner-view.left {
  display: inline-block;
}
.c-7f335941-a5da-4fa7-8405-92388d37771d.theme-SPTSTheme-SPTSHome_Styles .section-overview1-view.xs .section-overview1-text-area {
  display: inline-block;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-body {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: 0;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-duration {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: calc(16px - 2px);
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
  padding: 2px 8px;
  vertical-align: middle;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-image {
  display: inline-block;
  height: 100%;
  line-height: 1;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-image-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  line-height: 0;
  padding: 0;
  position: relative;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-inner-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-play-btn {
  border: 1px #ebebeb solid;
  border-radius: 5px;
  color: #ebebeb;
  cursor: pointer;
  display: inline-block;
  line-height: 0.5;
  padding: 2px 10px;
  text-align: center;
  vertical-align: middle;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-play-btn .material-icons {
  font-size: 16px;
  height: 16px;
  max-width: 16px;
  width: 16px;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-play-container {
  bottom: 0;
  display: inline-block;
  padding: 0 12px 12px 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-poster-group {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-status-mark {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-radius: 50%;
  color: #274d7e;
  display: inline-block;
  font-size: 24px;
  height: 24px;
  margin-top: auto;
  padding-top: 10px;
  position: relative;
  width: 24px;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-text-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 0 30px;
  position: relative;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view {
  background-color: #dcdcdc;
  height: 100%;
  min-height: 100px;
  position: relative;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.locked .watch-view-poster-group {
  cursor: default;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.locked .watch-view-status-mark {
  color: #535353;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-neutral3 {
  background-color: #dcdcdc;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-neutral3 .watch-view-body {
  color: #535353;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-neutral3 .watch-view-heading {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-neutral3 .watch-view-status-mark {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-neutral3.locked .watch-view-status-mark {
  color: #535353;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary1 {
  background-color: #535353;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary1 .watch-view-body {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary1 .watch-view-heading {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary1 .watch-view-status-mark {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary1.locked .watch-view-status-mark {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary2 {
  background-color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary2 .watch-view-body {
  color: #535353;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary2 .watch-view-heading {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary2 .watch-view-status-mark {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary2.locked .watch-view-status-mark {
  color: #535353;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary3 {
  background-color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary3 .watch-view-body {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary3 .watch-view-heading {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary3 .watch-view-status-mark {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary3.locked .watch-view-status-mark {
  color: #ebebeb;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary4 {
  background-color: #04704c;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary4 .watch-view-body {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary4 .watch-view-heading {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary4 .watch-view-status-mark {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.bkg-primary4.locked .watch-view-status-mark {
  color: #274d7e;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.sm,
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs {
  display: block;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.sm .watch-view-body,
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs .watch-view-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 12px;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.sm .watch-view-heading,
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs .watch-view-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.sm .watch-view-image-area,
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs .watch-view-image-area {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.sm .watch-view-inner-view,
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs .watch-view-inner-view {
  display: block;
  padding: 40px 20px;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.sm .watch-view-poster-group,
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs .watch-view-poster-group {
  width: 50%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.sm .watch-view-text-area,
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs .watch-view-text-area {
  padding: 24px 0 0 0;
  width: 100%;
}
.c-9e2430a3-3506-4eaf-a823-9c86a2a86e6e.theme-SPTSTheme-SPTSHome_Styles .watch-view-view.xs .watch-view-poster-group {
  width: 100%;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-area {
  position: relative;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-controls-container {
  z-index: 1;
  position: relative;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-container {
  width: 100%;
  position: relative;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-container.started video {
  visibility: visible;
  max-width: 100%;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-container.started poster {
  display: none;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-container.overlay {
  overflow: hidden;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-container.overlay .video-controls-container {
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -40px;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-container.overlay.started .video-controls-container.visible {
  bottom: 0;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-component {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-component .video-poster {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-component .play-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  left: 50%;
  line-height: 1;
  margin: 0;
  outline: 0;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-component .play-button .material-icon-fill {
  background-color: #535353;
  border-radius: 50%;
  height: 60px;
  left: 10px;
  max-width: 60px;
  position: absolute;
  top: 10px;
  width: 60px;
  z-index: 1;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-component .play-button .material-icons {
  color: #ebebeb;
  font-size: 80px;
  height: 80px;
  max-width: 80px;
  position: relative;
  width: 80px;
  z-index: 2;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles video {
  -o-object-fit: inherit;
     object-fit: inherit;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles video.hide {
  visibility: hidden;
}
.c-d19fe1b6-3ef6-40de-b841-279191f4350c.theme-SPTSTheme-SPTSHome_Styles .video-transcript {
  width: 100%;
  position: relative;
  background-color: #ebebeb;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
  z-index: 1;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper > *,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper > *:last-child,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .custom-controls-wrapper > *:last-child {
  margin-right: 0;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper.designer .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .custom-controls-wrapper.designer .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper.designer .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .custom-controls-wrapper.designer .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper.designer .slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .custom-controls-wrapper.designer .slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper.designer .Slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .custom-controls-wrapper.designer .Slider,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper.designer .transcript-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .custom-controls-wrapper.designer .transcript-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.custom-controls-wrapper.designer .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .custom-controls-wrapper.designer .volume-btn {
  pointer-events: auto;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.normal {
  background: transparent;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.normal.solid-bkg {
  background-color: #ebebeb;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.normal .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .transcript-btn {
  color: #274d7e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .seek-wrapper .indicator,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .seek-wrapper .slider-progress {
  background-color: #274d7e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .seek-wrapper .slider-track {
  background-color: #04704c;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .time-wrapper {
  color: #274d7e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.normal .transcript-btn.active {
  color: #04704c;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed {
  background: transparent;
  color: #FFFFFF;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.reversed.solid-bkg {
  background-color: #535353;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.reversed .play-pause-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .volume-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .fullscreen-btn,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .transcript-btn {
  color: #FFFFFF;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .seek-wrapper .indicator,
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .seek-wrapper .slider-progress {
  background-color: #D3D3D3;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .seek-wrapper .slider-track {
  background-color: #FFFFFF;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .time-wrapper {
  color: #FFFFFF;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.reversed .transcript-btn.active {
  color: #FFFFFF;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles.hide {
  opacity: 0;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .marker-wrapper {
  bottom: calc(100% + 8px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .material-icons {
  font-size: 30px;
  width: 30px;
  overflow: hidden;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .material-icons.invisible {
  visibility: hidden;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .play-pause-btn {
  margin-right: 16px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .seek-wrapper.ios {
  margin-right: 20px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .time-wrapper {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .time-wrapper > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .time-wrapper .time-separator {
  margin: 0 3px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .time-wrapper.ios {
  margin-right: 6px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .volume-wrapper {
  position: relative;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .volume-wrapper > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .volume-wrapper:not(:hover) .volume-slider-wrapper {
  height: 0 !important;
  padding: 0 8px !important;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .volume-wrapper .accessibility-speaker {
  color: transparent;
  position: absolute;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .volume-wrapper .volume-slider-wrapper.primary1 {
  background-color: #535353;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .volume-wrapper .volume-slider-wrapper.primary2 {
  background-color: #ebebeb;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .volume-wrapper .volume-slider-wrapper.primary3 {
  background-color: #274d7e;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .volume-wrapper .volume-slider-wrapper.neutral2 {
  background-color: #D3D3D3;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .material-icons {
  cursor: pointer;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .transcript-btn {
  font-size: 24px;
  width: 24px;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .transcript-btn.active {
  color: #04704c;
}
.c-dbd5544b-b100-4837-88df-6aac97f969ed.theme-SPTSTheme-SPTSHome_Styles .transcript-btn.transcript {
  font-size: 22px;
  width: 22px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .slider {
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.disabled {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles.disabled .indicator {
  display: none;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles.disabled .slider {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles.disabled .slider-track {
  cursor: not-allowed;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles.dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.vertical .slider {
  width: 24px;
  height: 100%;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles.vertical .slider-progress {
  left: 50%;
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles.xs .slider {
  height: 30px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles.xs .indicator {
  height: 22px;
  line-height: 22px;
  width: 22px;
}
.c-ec764142-b39e-4c9d-a844-db1f56984e0f.theme-SPTSTheme-SPTSHome_Styles .slider-value-name {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  width: 1px;
  height: 1px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .grid-section-activity-area > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-activity-area.inline {
  height: auto;
  position: absolute;
  top: auto;
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-activity-area.inline .grid-section-activity-container {
  height: auto;
  padding: 15px 20px 10px 20px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-activity-area.inline .grid-section-activity-wrapper {
  height: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-activity-container {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-activity-wrapper {
  height: 100%;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-activity-wrapper:not(:first-child) {
  display: none;
  height: 0;
  overflow: hidden;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-body {
  margin-top: 20px;
  padding: 0;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-col-wrapper {
  height: 100%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-col-wrapper > div {
  height: 100%;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .grid-section-grid-col > * {
  pointer-events: auto;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-grid-edit-footer {
  height: 500px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-grid-layout.designer {
  border: 1px solid #ffc4c4;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-view {
  margin: 20px auto;
  max-width: 984px;
  padding: 0 20px;
  position: relative;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-view.xs {
  padding: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-view.xs .grid-section-heading {
  margin-bottom: 0;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .grid-section-view.xs .grid-section-intro {
  padding-left: 16px;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .react-draggable {
  z-index: 1001;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .react-draggable-dragging {
  z-index: 99999 !important;
}
.c-7d82c713-f760-4ff6-a735-268a493c4ef9.theme-SPTSTheme-SPTSHome_Styles .react-resizable-handle {
  z-index: 999999;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-activity {
  width: calc(100% + 1px);
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-activity-container {
  min-height: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-callout {
  border-bottom: 15px solid;
  border-color: #274d7e;
  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-SPTSTheme-SPTSHome_Styles .single-activity-drawer-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-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .single-activity-drawer-close-btn .material-icons {
  font-size: 30px;
  vertical-align: middle;
  width: 30px;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .single-activity-drawer-nav-back-btn {
  color: #ebebeb;
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-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-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-nav-next-btn {
  color: #ebebeb;
  display: inline-block;
  font-size: 28px;
  margin-left: 5px;
  vertical-align: middle;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .single-activity-drawer-nav-bar .single-activity-drawer-close {
  background-color: transparent;
  border: none;
  color: #ebebeb;
  margin: 10px 10px 0 0;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-view {
  background-color: #ebebeb;
  border: 2px solid #274d7e;
  position: relative;
  width: 100%;
}
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .single-activity-drawer-view .sm .single-activity-drawer-activity-wrapper *,
.c-1b0bb2d0-13d4-4901-8a7e-da149b2442a4.theme-SPTSTheme-SPTSHome_Styles .single-activity-drawer-view .xs .single-activity-drawer-activity-wrapper * {
  -webkit-overflow-scrolling: touch !important;
  -webkit-perspective: 1000;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-bottom-row {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-bottom-row.measurement {
  opacity: 0 !important;
  position: relative;
  visibility: hidden;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-content {
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-content-body {
  color: #535353;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-content-heading {
  color: #274d7e;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-content-measure {
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-duration {
  color: #535353;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: auto;
  padding-top: 16px;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-duration .material-icons {
  color: #274d7e;
  margin-right: 4px;
  vertical-align: middle;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-explore-btn {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 30px;
  max-width: calc(100% - 45px);
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-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-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-status-mark {
  bottom: 13px;
  color: #274d7e;
  font-size: 22px;
  height: 22px;
  position: absolute;
  right: 4px;
  width: 22px;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-text-area {
  background-color: #ebebeb;
  bottom: 0;
  display: inline-block;
  position: absolute;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view {
  background-color: #ebebeb;
  color: #535353;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.locked {
  cursor: default;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.locked .overview-tile-status-mark {
  color: #535353;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.locked .overview-tile-explore-btn {
  opacity: 0;
  visibility: hidden;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.preview {
  height: 350px;
  width: 500px;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view:hover:not(.locked) .overview-tile-image:not(.in-designer) {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.sm .overview-tile-content-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.sm .overview-tile-content-duration {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.sm .overview-tile-content-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs {
  border: none;
  border-bottom: 1px solid #D3D3D3;
  box-shadow: none;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs.first-child:not(.blend-top) {
  border-top: 1px solid #D3D3D3;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs.preview {
  height: 80px;
  width: 100%;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs:hover:not(.locked) .overview-tile-image {
  -webkit-transform: none;
          transform: none;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs .overview-tile-content {
  padding: 0;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs .overview-tile-content-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs .overview-tile-duration {
  margin-top: 5px;
  padding-top: 0;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs .overview-tile-status-mark {
  color: #04704c;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs .overview-tile-status-mark.locked {
  color: #535353;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs .overview-tile-status-mark.complete {
  color: #274d7e;
}
.c-d0bf6042-9d56-4470-928e-2c0a3ffc19dc.theme-SPTSTheme-SPTSHome_Styles .overview-tile-view.xs .overview-tile-text-area {
  border-right: 0;
  bottom: auto;
  height: auto;
  left: 20%;
  min-height: 0 !important;
  padding: 0 50px 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-content {
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-text-area {
  background-color: #ebebeb;
  bottom: 0;
  display: inline-block;
  position: absolute;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-toggle-btn.expanded .material-icons {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-toggle-btn-label {
  color: #535353;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  vertical-align: middle;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view {
  background-color: #ebebeb;
  border: 2px solid #274d7e;
  color: #535353;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.rtl-language {
  direction: rtl;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.rtl-language .image-tile-status-mark {
  left: 42px;
  right: auto;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.rtl-language .image-tile-toggle-btn {
  left: auto;
  right: 42px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.locked {
  cursor: default;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.locked .image-tile-status-mark {
  color: #535353;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.locked .image-tile-toggle-btn {
  opacity: 0;
  visibility: hidden;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.preview {
  height: 350px;
  width: 500px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-view.sm .image-tile-content-body,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-view.sm .image-tile-content-heading,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-view.sm .image-tile-content-measure,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-content-measure {
  padding: 15px 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.sm .image-tile-toggle-btn,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-toggle-btn {
  left: 24px;
  width: calc(100% - 27px - 30px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.sm .image-tile-toggle-btn.measurement,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-toggle-btn.measurement {
  width: calc(100% - 27px);
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.sm .image-tile-status-mark,
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-status-mark {
  right: 24px;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs {
  border: none;
  border-bottom: 1px solid #D3D3D3;
  box-shadow: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs.first-child:not(.blend-top) {
  border-top: 1px solid #D3D3D3;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs.preview {
  height: 80px;
  width: 100%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs:hover .image-tile-image {
  -webkit-transform: none !important;
          transform: none !important;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-content {
  padding: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-content-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-status-mark.locked {
  color: #535353;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-status-mark.complete {
  color: #274d7e;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_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-SPTSTheme-SPTSHome_Styles .image-tile-view.xs .image-tile-toggle-btn {
  display: none;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs.rtl-language .image-tile-text-area {
  left: unset;
  right: 20%;
}
.c-ce43a68a-4673-4a55-8493-a0a338898d8a.theme-SPTSTheme-SPTSHome_Styles .image-tile-view.xs.rtl-language .image-tile-status-mark {
  left: 20px;
  right: unset;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-body {
  color: #535353;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-body blockquote {
  color: #274d7e;
  border-left: 5px solid #04704c;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-left: 0;
  padding-left: 10px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-body.quote-primary1 blockquote {
  border-left-color: #535353;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-body.quote-primary2 blockquote {
  border-left-color: #ebebeb;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-body.quote-primary3 blockquote {
  border-left-color: #274d7e;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-body.quote-primary4 blockquote {
  border-left-color: #04704c;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-body.quote-neutral3 blockquote {
  border-left-color: #dcdcdc;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-drawer-complete-btn {
  display: inline-block;
  margin: auto 0 0 auto;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-heading {
  color: #274d7e;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-image-area {
  display: inline-block;
  height: auto;
  line-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-image-area.cropped {
  vertical-align: top;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-image-area .allencomm-component {
  position: relative;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-subheading {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 5px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-text-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 42px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.image-bottom,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.image-none,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.image-top {
  display: block;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.image-bottom .editorial1-image-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.image-none .editorial1-image-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.image-top .editorial1-image-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.series .editorial1-series-continue-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.series .editorial1-text-area {
  padding-top: 24px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs {
  display: block;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-body,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-body blockquote,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-body blockquote {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-drawer-complete-btn,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-drawer-complete-btn {
  float: right;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-heading,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-image-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-image-area {
  display: block;
  line-height: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-subheading,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-text-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-text-area {
  display: inline-block;
  padding: 44px 24px 34px 24px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm.series .editorial1-series-nav,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs.series .editorial1-series-nav {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm.series .editorial1-series-nav-container,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs.series .editorial1-series-nav-container {
  text-align: center;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm.series .editorial1-text-area,
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs.series .editorial1-text-area {
  display: inline-block;
  padding: 16px 24px 44px 24px;
  width: 100%;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.sm .editorial1-body {
  padding-bottom: 40px;
}
.c-01171a2d-879b-4455-97d4-94987ec66aff.theme-SPTSTheme-SPTSHome_Styles .editorial1-view.xs .editorial1-body {
  margin-bottom: 0;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-body {
  color: #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 22px;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-heading {
  color: #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-image-area {
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 50%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-inner-view {
  max-width: 1024px;
  margin: auto;
  position: relative;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-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-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-play-btn-icon {
  font-size: 36px;
  line-height: 1;
  max-width: 36px;
  width: 36px;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-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-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-nav-btn {
  text-align: left;
  margin: 10px;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-subheading {
  color: #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 5px;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-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-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-text-container {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-video-area {
  display: block;
  padding: 25px 0 0 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view {
  background-color: #535353;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-neutral3 {
  background-color: #dcdcdc;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-neutral3 .catalyst-overview1-body {
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-neutral3 .catalyst-overview1-heading {
  color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-neutral3 .catalyst-overview1-play-btn {
  border-color: #535353;
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-neutral3 .catalyst-overview1-play-btn-label {
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-neutral3 .catalyst-overview1-subheading {
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-neutral3 .catalyst-overview1-view {
  background-color: #dcdcdc;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary1 {
  background-color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary1 .catalyst-overview1-body {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary1 .catalyst-overview1-heading {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary1 .catalyst-overview1-play-btn {
  border-color: #ebebeb;
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary1 .catalyst-overview1-play-btn-label {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary1 .catalyst-overview1-subheading {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary1 .catalyst-overview1-view {
  background-color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary2 {
  background-color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary2 .catalyst-overview1-body {
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary2 .catalyst-overview1-heading {
  color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary2 .catalyst-overview1-play-btn {
  border-color: #535353;
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary2 .catalyst-overview1-play-btn-label {
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary2 .catalyst-overview1-subheading {
  color: #535353;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary2 .catalyst-overview1-view {
  background-color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary3 {
  background-color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary3 .catalyst-overview1-body {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary3 .catalyst-overview1-heading {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary3 .catalyst-overview1-play-btn {
  border-color: #ebebeb;
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary3 .catalyst-overview1-play-btn-label {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary3 .catalyst-overview1-subheading {
  color: #ebebeb;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary3 .catalyst-overview1-view {
  background-color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary4 {
  background-color: #04704c;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary4 .catalyst-overview1-body {
  color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary4 .catalyst-overview1-heading {
  color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary4 .catalyst-overview1-play-btn {
  border-color: #274d7e;
  color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary4 .catalyst-overview1-play-btn-label {
  color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary4 .catalyst-overview1-subheading {
  color: #274d7e;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.bkg-primary4 .catalyst-overview1-view {
  background-color: #04704c;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-container,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-container {
  display: block;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-body,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 12px;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-heading,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-image-area,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-image-area {
  position: relative;
  width: 100%;
  left: 0;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-play-btn-label,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-play-btn-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-subheading,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-text-area,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-text-area {
  display: inline-block;
  max-width: 100%;
  padding: 30px 20px;
  width: 100%;
}
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.sm .catalyst-overview1-text-container,
.c-ff7feb2d-dce4-40a2-a80c-7c7b5eea4056.theme-SPTSTheme-SPTSHome_Styles .catalyst-overview1-view.xs .catalyst-overview1-text-container {
  width: 100%;
  max-width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-body {
  color: #535353;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-bottom-content {
  display: inline-block;
  padding: 15px 0 15px 0;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-duration {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: calc(16px - 2px);
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
  padding: 2px 8px;
  vertical-align: middle;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-heading {
  color: #274d7e;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  padding: 10px 0 15px 0;
  position: relative;
  width: 100%;
  height: 78px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-image {
  display: inline-block;
  position: relative;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-image-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-play-btn {
  border: 1px #ebebeb solid;
  border-radius: 5px;
  color: #ebebeb;
  cursor: pointer;
  display: inline-block;
  line-height: 0.5;
  padding: 2px 10px;
  text-align: center;
  vertical-align: middle;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-play-btn .material-icons {
  font-size: 16px;
  height: 16px;
  max-width: 16px;
  width: 16px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-play-container {
  bottom: 0;
  display: inline-block;
  padding: 0 12px 12px 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-status-mark {
  border-radius: 50%;
  bottom: 12px;
  color: #274d7e;
  font-size: 24px;
  height: 24px;
  position: absolute;
  right: 1px;
  width: 24px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view {
  background-color: #ebebeb;
  border-top: 4px solid #04704c;
  border-bottom: 4px solid #04704c;
  cursor: pointer;
  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%;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.locked {
  cursor: default;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.locked .video-tile-status-mark {
  color: #535353;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.preview {
  height: 350px;
  width: 500px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.sm .video-tile-body,
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.sm .video-tile-heading,
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs {
  display: inline-block;
  border-top-size: 2px;
  border-bottom: 1px solid #D3D3D3;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs.preview {
  height: 80px;
  width: 100%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-heading {
  border-right: 0;
  bottom: auto;
  display: inline-block;
  height: auto;
  left: 20%;
  min-height: 0 !important;
  padding: 0 54px 0 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-play-btn {
  border: 1px #535353 solid;
  color: #535353;
  left: 50%;
  padding: 4px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-play-btn .material-icons {
  font-size: 26px;
  height: 26px;
  max-width: 26px;
  width: 26px;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-play-container {
  bottom: unset;
  display: inline-block;
  height: 100%;
  padding: 0;
  position: relative;
  right: unset;
  text-align: center;
  width: 20%;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-status-mark {
  bottom: unset;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-status-mark.locked {
  color: #535353;
}
.c-96b4b734-3f0a-4392-b0be-138a22a362ef.theme-SPTSTheme-SPTSHome_Styles .video-tile-view.xs .video-tile-status-mark.complete {
  color: #274d7e;
}
