/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for stories.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
@charset "UTF-8";
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS video block
 */
.videoblock {
  padding: 100px 0;
  background: #22a636;
  margin: 60px 0;
  position: relative; }
  .videoblock:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    z-index: 5; }
  .videoblock .grid-container {
    position: relative;
    z-index: 10; }
  .videoblock .singular-content {
    color: rgba(255, 255, 255, 0.9); }
    .videoblock .singular-content h2 {
      font-size: 34px;
      line-height: 44px;
      color: #ffffff; }
    .videoblock .singular-content .wp-block-buttons {
      padding-top: 20px; }
      .videoblock .singular-content .wp-block-buttons .wp-block-button {
        position: relative;
        margin: 0 20px 20px; }
        .videoblock .singular-content .wp-block-buttons .wp-block-button:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          z-index: 5;
          background: #0e4094;
          border-radius: 5px;
          -webkit-transform: skewX(-10deg);
              -ms-transform: skewX(-10deg);
                  transform: skewX(-10deg);
          border: 2px solid #0e4094;
          -webkit-transition: 0.3s all ease-in-out;
          -o-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out; }
        .videoblock .singular-content .wp-block-buttons .wp-block-button:nth-child(1) {
          margin-left: 0; }
          .videoblock .singular-content .wp-block-buttons .wp-block-button:nth-child(1) .wp-element-button {
            padding-right: 55px; }
            .videoblock .singular-content .wp-block-buttons .wp-block-button:nth-child(1) .wp-element-button:before {
              font-family: IcoFont;
              font-style: normal;
              content: "";
              font-size: "16px";
              font-display: swap;
              color: #ffffff;
              position: absolute;
              right: 25px;
              top: 50%;
              z-index: 10;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); }
        .videoblock .singular-content .wp-block-buttons .wp-block-button:nth-child(2):after {
          border: 2px solid #ffffff;
          background: none; }
        .videoblock .singular-content .wp-block-buttons .wp-block-button:hover {
          text-decoration: none; }
          .videoblock .singular-content .wp-block-buttons .wp-block-button:hover:nth-child(1):after {
            background: none; }
          .videoblock .singular-content .wp-block-buttons .wp-block-button:hover:nth-child(2):after {
            background: #ffffff; }
          .videoblock .singular-content .wp-block-buttons .wp-block-button:hover:nth-child(2) .wp-element-button {
            color: #22a636; }
        .videoblock .singular-content .wp-block-buttons .wp-block-button .wp-element-button {
          position: relative;
          z-index: 10;
          display: block;
          padding: 18px 30px;
          font-size: 20px;
          line-height: 24px;
          font-family: "ff-dax-pro-condensed", sans-serif;
          font-style: italic;
          font-weight: 700;
          text-transform: uppercase;
          color: #ffffff;
          background: none;
          -webkit-transition: 0.3s all ease-in-out;
          -o-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out; }
          .videoblock .singular-content .wp-block-buttons .wp-block-button .wp-element-button:hover {
            text-decoration: none; }
  .videoblock .left .large {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 4px; }
    @media screen and (max-width: 65em) {
      .videoblock .left .large {
        margin-bottom: 30px; } }
    .videoblock .left .large:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
      @media screen and (max-width: 65em) {
        .videoblock .left .large:after {
          padding-bottom: 0;
          height: 300px; } }
    .videoblock .left .large .playbtn {
      position: absolute;
      left: -90px;
      bottom: 90px;
      padding: 0 10px 0 90px;
      z-index: 10;
      overflow: hidden;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      font-style: italic; }
      @media screen and (max-width: 1440px) {
        .videoblock .left .large .playbtn {
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      .videoblock .left .large .playbtn:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        height: 90px;
        border-radius: 5px 0 0 5px;
        background: #0e4094;
        font-family: IcoFont;
        font-style: normal;
        content: "";
        font-size: "16px";
        font-display: swap;
        line-height: 90px;
        font-size: 40px;
        text-align: center;
        color: #ffffff;
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
      .videoblock .left .large .playbtn:hover {
        text-decoration: none; }
        .videoblock .left .large .playbtn:hover:before {
          color: #0e4094;
          background: #ffffff; }
        .videoblock .left .large .playbtn:hover span {
          color: #ffffff; }
          .videoblock .left .large .playbtn:hover span:after {
            background: #0e4094; }
      .videoblock .left .large .playbtn span {
        height: 90px;
        padding: 0 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 200px;
        position: relative;
        font-size: 20px;
        line-height: 26px;
        color: #0e4094;
        font-family: "ff-dax-pro-condensed", sans-serif;
        font-style: italic;
        font-weight: 700;
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
        .videoblock .left .large .playbtn span:after {
          content: "";
          position: absolute;
          left: -10px;
          right: 0;
          height: 90px;
          border-radius: 5px;
          background: #ffffff;
          -webkit-transform: skewX(-10deg);
              -ms-transform: skewX(-10deg);
                  transform: skewX(-10deg);
          z-index: -1;
          -webkit-transition: 0.3s all ease-in-out;
          -o-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out; }
  .videoblock .right {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.stats {
  background: #ffffff;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(14, 64, 148, 0.15));
          filter: drop-shadow(0px 5px 10px rgba(14, 64, 148, 0.15));
  border-radius: 4px; }
  .stats .stat {
    width: 100%;
    padding: 40px 40px 40px 135px;
    border-bottom: 1px solid #d7dde7;
    position: relative; }
    @media only screen and (max-width: 64.9em) {
      .stats .stat {
        padding: 30px 30px 30px 100px; } }
    .stats .stat:last-child {
      border: none; }
    .stats .stat .grade {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #0e4094;
      font-size: 30px;
      line-height: 70px;
      text-align: center;
      color: #ffffff;
      font-family: "ff-dax-pro-condensed", sans-serif;
      font-weight: bold;
      position: absolute;
      left: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 64.9em) {
        .stats .stat .grade {
          width: 50px;
          height: 50px;
          font-size: 22px;
          line-height: 50px;
          left: 25px; } }
    .stats .stat .desc {
      font-size: 18px;
      line-height: 30px; }
      .stats .stat .desc .link {
        display: block;
        color: #0e4094;
        text-decoration: underline; }
        .stats .stat .desc .link:hover {
          text-decoration: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for stories.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS video block
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.multiblock .tooverview {
  padding: 40px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for stories.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for stories.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.multiblock .tooverview {
  padding: 40px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
