<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* MAIN HEADER
   ----------------------------------------------- */

.main-header {
  background: #fff;
}

.main-header .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-header .main-header__left {
  display: inline-block;
}

.main-header .main-header__right {
  float: right;
  display: none;
}

@media (min-width: 992px) {

  .main-header .main-header__right {
    display: block;
  }

}

.main-header .main-header__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #0F4CC3;
}

@media (min-width: 992px) {

  .main-header .main-header__title {
    font-size: 28px;
  }

}


/* MAIN HEADER / SINGLE
   ----------------------------- */

.main-header.main-header--single .main-header__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.main-header.main-header--single-video .main-header__title {
  font-size: 17px;
}

@media (min-width: 992px) {

  .main-header.main-header--single .main-header__title {
    max-width: 800px;
    font-size: 22px;
  }

  .main-header.main-header--single-video .main-header__title {
    font-size: 20px;
  }

}




/* MAIN HEADER / RIGHT
   ----------------------------- */

.main-header .main-header__helper-text {
  font-size: 15px;
  font-weight: 500;
  color: rgba(31, 51, 73, 0.65);
  letter-spacing: -0.2px;
}

.main-header .main-header__helper-text a {
  color: #036CE6;
  border-bottom: 1px solid;
  font-weight: 500;
  margin-left: 4px;
}

.main-header .main-header__helper-text a:hover {
  color: #0F4CC3;
}

.main-header.main-header--single .main-header__switch-btn {
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  letter-spacing: 0.2px;
  background: #f56028;
  background: #14a776;
  color: #fff;
}

.main-header.main-header--single .main-header__switch-btn i {
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
}

.main-header.main-header--single .main-header__switch-btn--videos {
  background-color: #155CD6;
}

.main-header.main-header--single .main-header__switch-btn:hover {
  opacity: 0.8;
}

/* END / MAIN HEADER ----------------------------------------------- */






/* BACK TO
   ----------------------------------------------- */

.back-to {
  color: rgba(31, 51, 73, 1);
  opacity: 0.75;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;

  transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.back-to i {
  padding-right: 10px;
  font-size: 13px;
}

.back-to:hover {
  opacity: 1;

  transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

@media (min-width: 992px) {

  .back-to i {
    font-size: 14px;
  }

}

/* END / BACK TO ----------------------------------------------- */


/* JUMP TO
   ----------------------------------------------- */

.jump-to-wrap {
  display: none;
}

@media (min-width: 992px) {
  .jump-to-wrap {
    display: block;
  }
}

.subtopics .jump-to-wrap {
  padding-right: 50px;
}

.practice__content .jump-to-wrap {
  padding-left: 50px;
}


@media (min-width: 1200px) {

  .subtopics .jump-to-wrap {
    padding-right: 65px;
  }

  .practice__content .jump-to-wrap {
    padding-left: 65px;
  }

}

.jump-to {
  text-align: left;
  left: 0;
}

.jump-to.jump-to--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


.jump-to .jump-to__title {
  color: rgba(31, 51, 73, 0.75);
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 14px;
  letter-spacing: 0.5px;
}

.jump-to.jump-to--subtopics .jump-to__title {
  margin-top: 18px;
}

.jump-to .jump-to__list {
  max-height: 80vh;
  overflow: scroll;
  -webkit-box-shadow: 0 16px 20px -25px grey;
    box-shadow: 0 16px 20px -25px grey;
}

.jump-to.jump-to--practice .jump-to__list {
  max-height: 50vh;
}

.jump-to .jump-to__list-item {
  margin-bottom: 22px;
}

.jump-to .jump-to__list-item a {
  color: rgba(31, 51, 73, 0.85);
  display: block;
  border-left: 2px solid;
  border-color: rgba(31, 51, 73, 0.6);
  padding-left: 10px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  max-height: 40px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.jump-to .jump-to__list-item a:hover {
  color: #0F4CC3;
  border-color: #0F4CC3;
}

.jump-to.jump-to--practice .jump-to__list-item a:hover {
  color: #f95a3e;
  border-color: #f95a3e;
}

/* END / JUMP TO ----------------------------------------------- */




/* VISITOR CALLOUT
   ----------------------------------------------- */

.visitor-callout {
  position: relative;
  background-color: #fff;
  padding: 24px 28px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 16px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 16px 0px;
  border-radius: 6px;
  margin-bottom: 40px;
}

.visitor-callout__content {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {

  .visitor-callout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.visitor-callout__copy {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .visitor-callout__copy {
    margin-bottom: 0px;
  }
}

.visitor-callout .visitor-callout__title {
  color: #2b345a;
  font-weight: 700;
  font-size: 20px;
}

.visitor-callout .visitor-callout__subtitle {
  margin: 10px 0px 0px;
  color: #2b345a;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  max-width: 420px;
}

.visitor-callout__btn {
  font-weight: 700;
  color: #fff;
  background: #f56028;
  letter-spacing: 0.4px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
    -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.visitor-callout__btn span {
  padding-left: 10px;
}

.visitor-callout__btn:hover {
  background: #ff703b;

    -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}


/* END / VISITOR CALLOUT ----------------------------------------------- */







/* GRADES [PAGE]
   ----------------------------------------------- */


@media (min-width: 992px) {

  .grades .container {
    max-width: 800px;;
  }

}

.grades__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  color: #1f3349;
  margin-bottom: 45px;
}



.grades .grades__card {

  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;

  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 24px;
}

@media (min-width: 768px) { 
  .grades .grades__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

.grades .grades__card a {
  position: relative;
  display: block;
  background: #fff;
  color: #155CD6;
  padding: 18px 22px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 4px;
  top: 0px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(99, 109, 117, 0.10);
    box-shadow: 0px 4px 12px 0px rgba(99, 109, 117, 0.10);

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.grades .grades__card a:hover {
  -webkit-box-shadow: 0px 12px 24px 0px rgba(99, 109, 117, 0.24);
    box-shadow: 0px 12px 24px 0px rgba(99, 109, 117, 0.24);
  top: -4px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}









/* END / GRADES [PAGE] ----------------------------------------------- */








/* TOPICS
   ----------------------------------------------- */

.topics .container {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 1200px) {

  .topics .container {
    max-width: 1040px;;
  }

}

.topics .topics__card {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 24px;
}

.topics .topics__card a {
  position: relative;
  display: block;
  background: #fff;
  color: #155CD6;
  padding: 20px 24px;
  line-height: 25px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-radius: 12px;
  top: 0px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(99, 109, 117, 0.10);
    box-shadow: 0px 4px 12px 0px rgba(99, 109, 117, 0.10);

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.topics .topics__card a:hover {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(99, 109, 117, 0.20);
    box-shadow: 0px 6px 12px 0px rgba(99, 109, 117, 0.20);
  top: -4px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/* END / TOPICS ----------------------------------------------- */



/* SUBTOPICS
   ----------------------------------------------- */

.subtopics .container {
  padding-top: 45px;
  padding-bottom: 45px;
}


/* SUBTOPICS / SUBTOPIC CARD
   ----------------------------------------------- */

.subtopic-card {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 50px;
  box-shadow: 0 5px 50px 0 rgba(154, 160, 185, 0.15), 0 5px 30px 0 rgba(166,173,201,.22);
  overflow: hidden;
}

.subtopic-card .subtopic-card__header {
  padding: 18px 22px;
}


@media (min-width: 768px) {

  .subtopic-card {
    background: #eff1f7; /* new lighter */
  }

  .subtopic-card .subtopic-card__header {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

}


.subtopic-card .subtopic-card__title {
  font-size: 23px;
  color: #192776;
  display: block;
  font-weight: 700;
  padding-right: 10px;
  line-height: 1.25;
}

.subtopic-card .subtopic-card__btn {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.4px;
  background: #155cd6;
  color: #fff;
  margin-top: 12px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.subtopic-card .subtopic-card__btn.subtopic-card__btn--challenge {
  background: #14a776;
  background: #16a18e;

  background: #3e3e3e;

  margin-right: 12px;
  margin-top: 12px;
  font-size: 20px;
  height: 46px;
  padding: 0px 18px;
  line-height: 46px;
}

.subtopic-card .subtopic-card__btn svg {
  width: 15px;
  vertical-align: middle;
  margin-right: 10px;
  top: -2px;
  fill: #fff;
  position: relative;
}

.subtopic-card .subtopic-card__btn span.text_snippet, .subtopic-card .subtopic-card__btn span.lock {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 21px;
  position: relative;
  top: -1px;
}


.subtopic-card .subtopic-card__btn span.chevron_right {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.subtopic-card .subtopic-card__btn.subtopic-card__btn--disabled {
  opacity: 0.5;
}


.subtopic-card .subtopic-card__subheader {
  padding: 0px 22px 22px 22px;
  background: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.subtopic-card__subheader-inner {
  margin-top: -12px;
}

.subtopic-card .subtopic-card__subheader .subtopic-card__btn {
  margin-right: 9px;
  margin-top: 12px;
}




.subtopic-card .subtopic-card__btn:hover {
  background: #ff7643;
  background: #984bfb;
  background: #0bbf83;
  background: #2d7aff;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.subtopic-card .subtopic-card__btn.subtopic-card__btn--challenge:hover {
  background: #000;
}


@media (min-width: 768px) {

  .subtopic-card .subtopic-card__title { 
    letter-spacing: 0.2px;
    padding-right: 20px;
    max-width: 85%;
  }

  .subtopic-card .subtopic-card__btn {
    margin-top: 0px;
  }

}



.subtopic-card .subtopic-card__body {
  padding: 4px 22px;
}

.subtopic-card .subtopic-card__video {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 768px) {

  .subtopic-card .subtopic-card__body {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .subtopic-card .subtopic-card__videos {
    margin-bottom: -22px;
  }

  .subtopic-card .subtopic-card__video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;

    

    margin-bottom: 22px;
  }

}

.subtopic-card .subtopic-card__video .subtopic-card__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtopic-card .subtopic-card__video .subtopic-card__video-thumbnail {
  position: relative;
  display: none;
}

.subtopic-card .subtopic-card__video .subtopic-card__video-thumbnail img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 3px;
  opacity: 1;
  box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

.subtopic-card .subtopic-card__video .subtopic-card__video-title {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  max-width: 90%;
  color: #2b345a;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.subtopic-card .subtopic-card__video .subtopic-card__video-title-counter {
  display: inline-block;
}

@media (min-width: 768px) {
  .subtopic-card .subtopic-card__video .subtopic-card__video-title-counter {
    display: none;
  }
}

.subtopic-card .subtopic-card__video .video-mobile-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: rgba(31, 51, 73, 0.6);
  vertical-align: middle;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.subtopic-card .subtopic-card__video:hover .subtopic-card__video-title {
  color: #0a53d1;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.subtopic-card .subtopic-card__video:hover .video-mobile-icon {
  fill: #0A53D1;
    -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}



@media (min-width: 768px) {

  .subtopic-card .subtopic-card__video .subtopic-card__video-link {
    padding: 0px;
    display: block;
  }

  .subtopic-card .subtopic-card__video .subtopic-card__video-thumbnail {
    display: block;
  }

  .subtopic-card .subtopic-card__video .subtopic-card__video-title {
    font-size: 14px;
    margin-left: 0px;
    display: -webkit-box;
    max-height: 40px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    max-width: 100%;
  }

}


.subtopic-card .subtopic-card__video .subtopic-card__video-link .video-status {
  display: none;
}





@media (min-width: 768px) {

  .subtopic-card .subtopic-card__video .subtopic-card__video-link .video-mobile-icon {
    display: none;
  }

  .subtopic-card .subtopic-card__video .subtopic-card__video-link .video-status {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 5px 8px;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 12px;
    border-radius: 6px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 1px 6px 0px #bbc0d0;
            box-shadow: 0px 1px 6px 0px #bbc0d0;
  }

  .subtopic-card .subtopic-card__video .subtopic-card__video-link .video-status.video-status--free {
    background: #00b164;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 5px 10px;
  }

  .subtopic-card .subtopic-card__video .subtopic-card__video-link .video-status.video-status--locked {
    background: rgba(62, 69, 95, 0.85);
  }

}

/* END / SUBTOPICS ----------------------------------------------- */
















/* VIDEO SIDEBAR
   ----------------------------------------------- */

.video-sidebar-wrap {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .video-sidebar-wrap {
    margin-top: 0px;
  }
}

.video-sidebar {
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #edeff5;
  -webkit-box-shadow: 0 5px 50px 0 rgba(154, 160, 185, 0.15), 0 5px 30px 0 rgba(166,173,201,.22);
          box-shadow: 0 5px 50px 0 rgba(154, 160, 185, 0.15), 0 5px 30px 0 rgba(166,173,201,.22);
  border-radius: 6px;
}

@media (min-width: 992px) {
  .video-sidebar {
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
  }
}

.video-sidebar__header {
	padding: 10px 18px;
  background: #fff;
  height: 38px; /* Must match calc below */
}

.video-sidebar .video-sidebar__title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(31, 51, 73, 0.6);
  letter-spacing: 0.2px;
}


.video-sidebar .video-sidebar__content {
	padding: 4px 18px;
  overflow-y: scroll;
  height: calc(100% - 38px); /* Must match height above */
}

   
.video-sidebar .video-sidebar__list-item-link {
	position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-sidebar .video-icon { 
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: rgba(31, 51, 73, 0.6);
  vertical-align: middle;

  -webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
} 

.video-sidebar__list-item-title {
	margin-left: 10px;
	font-size: 14px;
  color: rgba(31, 51, 73, 0.8);
  font-weight: 600;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
   -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.video-sidebar .video-sidebar__list-item-link.video-sidebar__list-item-link--active .video-sidebar__list-item-title {
	color: #0A53D1;
}

.video-sidebar .video-sidebar__list-item-link.video-sidebar__list-item-link--active .video-icon {
  fill: #0A53D1;
}

.video-sidebar .video-sidebar__list-item-link:hover .video-sidebar__list-item-title {
	color: #0A53D1;
	 -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.video-sidebar .video-sidebar__list-item-link:hover .video-icon {
  fill: #0A53D1;
    -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/* END / VIDEO SIDEBAR ----------------------------------------------- */








/* VIDEO EMBED [LOCKED]
   ----------------------------------------------- */

.video-embed-visitor {
	position: relative;
}

.video-embed-visitor .video-embed-visitor__content {
	background: #fff;
  overflow: hidden;
  border-radius: 6px;
}

.video-embed-visitor .video-embed-visitor__thumbnail {
  width: 100%;
  height: 100%;
  opacity: 0.07;
}


.video-embed-visitor .video-embed-visitor__overlay {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 30px 45px;
}

.video-embed-visitor .video-embed-visitor__overlay-title {
  font-weight: 700;
  color: #1F3349;
  font-size: 20px;
  line-height: 1.3;
}

.video-embed-visitor .video-embed-visitor__overlay-subtitle {
	display: none;
  margin-top: 14px;
  font-weight: 600;
  color: #1F3349;
}

.video-embed-visitor .video-embed-visitor__overlay-btn {
  margin-top: 24px;

	font-weight: 700;
  color: #fff;
  background: #f56028;
  letter-spacing: 0.4px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
}

.video-embed-visitor .video-embed-visitor__overlay-btn span {
  padding-left: 10px;
}

.video-embed-visitor .video-embed-visitor__overlay-btn:hover {
  background: #ff703b;
}

@media (min-width: 768px) {

	.video-embed-visitor .video-embed-visitor__overlay-title {
	  font-size: 23px;
	}

	.video-embed-visitor .video-embed-visitor__overlay-subtitle {
		display: block;
	  font-size: 16px;
	}

}

/* END / VIDEO EMBED [LOCKED] ----------------------------------------------- */






/* PRACTICE [SINGLE]
   ----------------------------------------------- */

body.single-practice .back-footer {
  display: none;
}

.practice__content {
  position: relative;
}

@media (max-width: 768px) {
  .practice__content .container {
    max-width: 100%;
  }
} /* ADS */

.quiz-visitor {
  background: #fbfdff;
  border-radius: 8px;
  position: relative;
}

.quiz-visitor .quiz-visitor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  min-height: 280px;
  padding: 30px 45px;
}

.quiz-visitor .quiz-visitor__title {
  font-weight: 700;
  color: #1F3349;
  font-size: 20px;
  line-height: 1.3;
}

.quiz-visitor .quiz-visitor__subtitle {
  display: none;
  margin-top: 14px;
  font-weight: 600;
  color: #1F3349;
}

.quiz-visitor .quiz-visitor__btn {
  margin-top: 24px;

  font-weight: 700;
  color: #fff;
  background: #f56028;
  letter-spacing: 0.4px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
}

.quiz-visitor .quiz-visitor__btn span {
  padding-left: 10px;
}

.quiz-visitor .quiz-visitor__btn:hover {
  background: #ff703b;
}

@media (min-width: 768px) {

  .quiz-visitor .quiz-visitor__title {
    font-size: 23px;
  }

  .quiz-visitor .quiz-visitor__subtitle {
    display: block;
    font-size: 16px;
  }

}


/* END / PRACTICE [SINGLE] ----------------------------------------------- */






/* ---------------------------------------------------------------------------------------

   PAGES [BACK]

   ------------------------------------------------------------------------------------ */



/* SEARCH [PAGE]
   ----------------------------------------------- */
.search-page .search-page__container {
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .search-page .search-page__container {
    max-width: 600px;
    margin: 0 auto 60px;
    width: 100%;
  }
}

.search-page .search-page__input {
  background: #fff;
  border-radius: 4px;
  border: 0;
  color: #1f3349;
  font-size: 17px;
  height: 48px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin: 0 0 20px;
  padding: 0 100px 0 24px;
  position: relative;
  -webkit-box-shadow: 0 4px 10px 0px rgba(134, 141, 155, 0.2);
          box-shadow: 0 4px 10px 0px rgba(134, 141, 155, 0.2);
}

.search-page .search-page__input::-webkit-input-placeholder {
  color: #777;
}

.search-page .search-page__input::-moz-placeholder {
  color: #777;
}

.search-page .search-page__input:-ms-input-placeholder {
  color: #777;
}

.search-page .search-page__input::-ms-input-placeholder {
  color: #777;
}

.search-page .search-page__input::placeholder {
  color: #777;
}

.search-page .search-page__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 8px;
  -webkit-transition: 300ms background;
  -o-transition: 300ms background;
  transition: 300ms background;
  background: #155CD6;
  z-index: 1;
  font-size: 15px;
  padding: 7px 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

.search-page .search-page__submit:hover {
  background: #0040ab;
}

.search-page .search-page__icon {
  color: #cacaca;
  font-size: 23px;
  -webkit-transition: 300ms color;
  -o-transition: 300ms color;
  transition: 300ms color;
}

.search-page .search-page__submit:hover .search-page__icon {
  color: #aaaaaa;
}

.search-page .search-page__results {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 30px 0px rgba(134, 141, 155, 0.1);
          box-shadow: 0 4px 30px 0px rgba(134, 141, 155, 0.1);
  background: #fff;
}

.search-page .search-page__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 22px;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  border-bottom: 1px solid #eee;
}

.search-page .search-page__result-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search-page .search-page__result-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  text-align: right;
  color: #777;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.1px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.search-page .search-page__result:hover {
  -webkit-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.1);
}
.search-page .search-page__result-title {
  color: #1f3349;
  font-weight: 600;
  line-height: 1.3;
  font-size: 15px;
}

.search-page .search-page__result-subtitle {
  margin-top: 6px;
  font-size: 13px;
  color: #777;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.search-page .search-page__result-link {
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-top: 12px;
  font-size: 14px;
}

.search-page .search-page__result-link-icon {
  margin-right: 6px;
}

/* END / SEARCH [PAGE] ----------------------------------------------- */









/* ANALYTICS [PAGE]
   ----------------------------------------------- */

.page-template-template-analytics {
  background: #fff;
}

.analytics__title {
  color: #1f3349;
  font-size: 36px;
  font-weight: 600;
  text-align: center; 
  margin-bottom: 45px;
}

.analytics .analytics__content {
  max-width: 800px;
  margin: 0 auto;
}

.analytics table {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

.analytics table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.analytics table tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

.analytics table td, .analytics table th {
  padding: 12px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}



/* END / ANALYTICS [PAGE] ----------------------------------------------- */






/* X PROM QUIZ ----------------------------------------------- */

.x-prom-quiz {
  position: relative;
  background-color: #fff;
  padding: 24px 28px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 16px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 16px 0px;
  border-radius: 6px;
  margin-top: 30px;
}

.x-prom-quiz__inner {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {

  .x-prom-quiz__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.x-prom-quiz__copy {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .x-prom-quiz__copy {
    margin-bottom: 0px;
  }
}

.x-prom-quiz .x-prom-quiz__title {
  color: #2b345a;
  font-weight: 700;
  font-size: 24px;
}

.x-prom-quiz__btn {
  font-weight: 700;
  color: #fff;
  background: #f56028;
  background: #14a776;
  letter-spacing: 0.4px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
    -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.x-prom-quiz__btn span {
  padding-left: 10px;
}

.x-prom-quiz__btn:hover {
  opacity: 0.8;

    -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}










.Results__retry {
  margin-top: 45px;
  text-align: center;
}

.Results__retry-button {
  position: relative;
  display: inline-block;
  background: #00a551;
  color: #fff;
  padding: 10px 20px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-radius: 4px;
  top: 0px;
}




.cy-upgrade-banner {
  background: #fff;
  border-bottom: 2px solid #e9ecf7;
}

.cy-upgrade-banner__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 15px;
  text-align: center;
}


.cy-upgrade-text {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: #0f4cc3;
}

.cy-upgrade-btn {
  font-size: 16px;
  color: #fff;
  background: #0f4cc3;
  padding: 10px 20px;
  position: relative;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 12px;
  display: inline-block;
}



.cy-dashboard-banner {
  background: #fff;
  border-bottom: 2px solid #e9ecf7;
}

.cy-dashboard-banner__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 5px;
  text-align: left;
}

.cy-dashboard-text {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: #1f3349;
}

.cy-dashboard-link {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  color: #0f4cc3;
  margin-left: 24px;
  position: relative;
  border-bottom: 1px solid;
}





.lastactivity__wrap {
    display: flex;
    flex-direction: row;
    gap: 21px;
    justify-content: center;
    margin: 0 0 45px 0;
}

.lastactivity__callout {
  width: 250px;
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
}

.lastactivity__title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  color: #1f3249;
}

.lastactivity__video {
  padding: 12px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 50px 0 rgb(154 160 185 / 15%), 0 5px 30px 0 rgb(166 173 201 / 22%);
  background: #fff;
  flex: 1 1 auto;
}

.lastactivity__video img {
  border-radius: 8px;
  width: 100%;
}

.lastactivity__video h5 {
  color: #1f3349;
  margin-top: 4px;
  font-weight: 600;
}


.lastactivity__practice {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 5px 50px 0 rgb(154 160 185 / 15%), 0 5px 30px 0 rgb(166 173 201 / 22%);
  border-radius: 3px;
  border: 1px solid;
  color: #076f3f;
  background: #fff;
}


.lastactivity__practice a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}


.lastactivity__practice svg {
  width: 40px;
  fill: #076f3f;
}

.lastactivity__practice h5 {
  color: #076f3f;
  font-weight: 700;
  font-size: 22px;
}




.WeeklyReport__outer {
  background: #fff;
}

.report__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  color: #1f3249;
}

.report__title--lastweek {
  margin-top: 45px;
}

.report__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  padding: 24px;
}



.report__callout {
    color: #076f3f;
    border-radius: 3px;
    border: 1px solid;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    align-items: center;
    width: 270px;
    height: 215px;
    box-shadow: 0 5px 50px 0 rgb(154 160 185 / 15%), 0 5px 30px 0 rgb(166 173 201 / 22%);
    gap: 20px;
    padding: 22px;

}

.report__callout--video {
  color: #2d46b9;
}


.report__callout h4 {
  font-size: 22px;
  font-weight: 700;
}

.report__callout svg {
  fill: #076f3f;
}

.report__callout--video svg {
  fill: #2d46b9;
}

.report__callout p {
  font-size: 48px;
  font-weight: 700;
}
</pre></body></html>