/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.modal-overlay___pdHmK,
.modal-wrapper___4YhPS {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.modal-overlay___pdHmK {
  background: rgba(21, 21, 21, 0.5); }

.modal-wrapper___4YhPS {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; }
  .modal-wrapper___4YhPS.workout-player--ramp___2Wlm_ {
    top: 60px;
    bottom: 45px;
    z-index: 9998; }
  .modal-wrapper--fullscreen___3FBqi {
    background: rgba(37, 37, 37, 0.95); }
    .modal-wrapper--fullscreen___3FBqi .modal___2RN9D {
      background: transparent !important;
      box-shadow: none;
      max-width: none; }

.modal___2RN9D {
  background: #2e2e2e;
  position: relative;
  margin: 0 12px;
  padding: 56px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  max-width: 504px; }
  .modal--light___1KWEN {
    background: #ffffff; }

.modal__close___3SROc {
  position: absolute;
  top: 8px;
  right: 8px; }

.scrollbar__track___1LYhY {
  position: absolute;
  z-index: 100;
  right: 0;
  opacity: 0;
  transition: all 200ms ease-out; }
  .scrollbar__track___1LYhY:hover {
    opacity: 0.5 !important; }

.scrollbar__thumb___3T1N4 {
  border-radius: 3px;
  margin: 4px; }

.scrollbar___1T4_Q > .gradient___ubiKu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 200ms ease-out; }
  .scrollbar___1T4_Q > .gradient___ubiKu.inactive___VqyNW {
    opacity: 0; }

.scrollbar--vertical___P8rTL .scrollbar__track___1LYhY {
  top: 0;
  height: 100%; }

.scrollbar--vertical___P8rTL .scrollbar__thumb___3T1N4 {
  width: 6px; }

.scrollbar--vertical___P8rTL .gradient___ubiKu {
  width: 100%;
  height: 120px; }

.scrollbar--horizontal___iF84q .scrollbar__track___1LYhY {
  bottom: 0;
  width: 100%; }

.scrollbar--horizontal___iF84q .scrollbar__thumb___3T1N4 {
  height: 6px; }

.scrollbar--horizontal___iF84q .gradient___ubiKu {
  width: 120px;
  height: 100%; }

.scrollbar--light___w0LrE .scrollbar__thumb___3T1N4 {
  background: #1d1d1d; }

.scrollbar--light___w0LrE.scrollbar--vertical___P8rTL .gradient___ubiKu {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 95%); }

.scrollbar--light___w0LrE.scrollbar--horizontal___iF84q .gradient___ubiKu {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 95%); }

.scrollbar--dark___3FfA8 .scrollbar__thumb___3T1N4 {
  background: #ffffff; }

.scrollbar--dark___3FfA8.scrollbar--vertical___P8rTL .gradient___ubiKu {
  background: linear-gradient(to bottom, rgba(46, 46, 46, 0) 0%, #2e2e2e 95%); }

.scrollbar--dark___3FfA8.scrollbar--horizontal___iF84q .gradient___ubiKu {
  background: linear-gradient(to right, rgba(46, 46, 46, 0) 0%, #2e2e2e 95%); }

.scrollbox___ICdXN {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  outline: none; }
  .scrollbox__area___1Qgtd {
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll; }
  .scrollbox___ICdXN:hover > .scrollbar___1T4_Q > .scrollbar__track___1LYhY {
    opacity: 0.25; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.hero___12J7A {
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background: #252525;
  background-size: cover;
  overflow: hidden;
  min-height: 80vh; }
  .hero___12J7A.extended___ykEd8 {
    margin-top: -100px;
    padding-top: 164px;
    padding-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .hero___12J7A.extended___ykEd8 {
        margin-top: -120px;
        padding-top: 192px; } }
    @media only screen and (min-width: 992px) {
      .hero___12J7A.extended___ykEd8 {
        padding-top: 212px; } }

.tick___2ZUW- {
  max-width: 64px; }
  @media only screen and (min-width: 992px) {
    .tick___2ZUW- {
      max-width: unset; } }

.hero-copy___36sFP {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.table___30PyW {
  border-radius: 2px; }

.row___2js6V {
  display: flex;
  align-items: center;
  padding: 12px 16px; }
  .row___2js6V:nth-child(even) {
    background: #fafafa; }
  .row___2js6V:first-child, .row___2js6V:last-child {
    background: transparent; }

.col___13c_z {
  flex-grow: 1;
  flex-basis: 25%; }
  .col___13c_z:nth-child(n + 2) {
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .col___13c_z {
      white-space: nowrap;
      flex-basis: 21.6%; }
      .col___13c_z:first-child {
        flex-basis: 35%; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.hero___2rGzK {
  padding: 160px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background: #252525;
  background-size: cover;
  overflow: hidden;
  min-height: 90vh;
  margin-top: -200px;
  padding-top: 260px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .hero___2rGzK {
      padding-top: 300px;
      padding-bottom: 200px; } }

.hero-title___28t1y {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0 0 24px 0; }
  @media only screen and (min-width: 992px) {
    .hero-title___28t1y {
      font-size: 5.6rem;
      line-height: 6.8rem; } }

.hero-copy___2gb9U {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0; }

.hero-link___1GWCV {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e9e9e9;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease-in-out;
  padding-right: 20px; }
  .hero-link___1GWCV:hover {
    color: #ffffff; }
    .hero-link___1GWCV:hover .link-box___1bGWm:before {
      animation: linkAni___fUKxS 300ms ease-in-out forwards; }
    .hero-link___1GWCV:hover .link-box___1bGWm > * {
      animation: arrowAni___1ZogJ 300ms ease-in-out forwards; }

.link-box___1bGWm {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 32px;
  transition: all 300ms ease-in-out; }
  .link-box___1bGWm:before {
    content: "";
    display: block;
    background: #da291c;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    transition: all 300ms ease-in-out; }
  .link-box___1bGWm > * {
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out; }

@keyframes linkAni___fUKxS {
  0% {
    width: 32px;
    left: 12px; }
  50% {
    left: -16px; }
  100% {
    width: 52px;
    left: -12px; } }

@keyframes arrowAni___1ZogJ {
  0% {
    left: -4px; }
  50% {
    left: 4px; }
  100% {
    left: 0; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.host___1FJez {
  height: 300px;
  background-position: center center !important; }
  @media only screen and (min-width: 992px) {
    .host___1FJez {
      height: 416px; } }

.chad___3dWmf {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/static/images/podcast/chad-podcast-feature.jpg");
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .chad___3dWmf {
      background: url("/static/images/podcast/chad-podcast-feature@2x.jpg");
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .chad___3dWmf {
      background: url("/static/images/podcast/chad-podcast-feature@2x.jpg");
      background-size: cover; } }

.jonathan___3WrXj {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/static/images/podcast/jon-podcast-feature.jpg");
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .jonathan___3WrXj {
      background: url("/static/images/podcast/jon-podcast-feature@2x.jpg");
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .jonathan___3WrXj {
      background: url("/static/images/podcast/jon-podcast-feature@2x.jpg");
      background-size: cover; } }

.nate___2Jdz_ {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("/static/images/podcast/nate-podcast-feature.jpg");
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .nate___2Jdz_ {
      background: url("/static/images/podcast/nate-podcast-feature@2x.jpg");
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .nate___2Jdz_ {
      background: url("/static/images/podcast/nate-podcast-feature@2x.jpg");
      background-size: cover; } }

.modal___4IIJE {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.overlay___1Erog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(29, 29, 29, 0.9); }

.inner___2o7Gk {
  position: relative;
  max-width: 820px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto; }

.video___3GOTZ {
  width: 80%;
  max-width: 1100px; }
  .video___3GOTZ .close___24lhz {
    top: -20px;
    right: -20px; }

.content___SIFm_ {
  background: #ffffff;
  padding: 40px; }

.close___24lhz {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 200ms ease; }
  .close___24lhz:hover {
    opacity: 1; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.testimonial___3u0w8 {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .testimonial___3u0w8 {
      margin-top: -80px; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.pricebox___2bmFn {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .pricebox___2bmFn {
      padding: 28px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .pricebox___2bmFn {
      margin-bottom: 0;
      padding: 40px;
      padding-bottom: 52px; } }
  @media only screen and (min-width: 1200px) {
    .pricebox___2bmFn {
      padding: 60px;
      padding-bottom: 72px; } }

.recommended___3t6uh {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 32px;
  letter-spacing: 1.63px; }
  @media only screen and (min-width: 768px) {
    .recommended___3t6uh {
      margin-bottom: -12px; } }
  @media only screen and (min-width: 992px) {
    .recommended___3t6uh {
      margin-bottom: -32px; } }

.pricebox-heading___V5Fdi {
  display: block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #6a6a6a;
  margin-bottom: 52px;
  position: relative; }
  .pricebox-heading___V5Fdi .savings___3qrfh {
    position: absolute;
    top: 112%;
    left: 0;
    right: 0;
    margin: auto; }

.pricing___2y3t5 {
  display: flex;
  align-items: baseline;
  line-height: normal;
  color: #373737; }

.currency___1uIx4 {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  align-self: flex-start;
  position: relative;
  top: 8px; }

.cost___1-z4N {
  display: block;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 8px; }
  @media only screen and (min-width: 992px) {
    .cost___1-z4N {
      font-size: 10rem; } }

.cents___1_gN6 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  top: -32px;
  margin-left: 4px; }
  @media only screen and (min-width: 992px) {
    .cents___1_gN6 {
      font-size: 4.8rem; } }

.frequency___1Bz4r {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 48px; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.pricing-feature___1nKBb {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .pricing-feature___1nKBb:nth-child(even), .pricing-feature___1nKBb:nth-child(odd) {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (min-width: 992px) {
    .pricing-feature___1nKBb:nth-child(even), .pricing-feature___1nKBb:nth-child(odd) {
      padding: unset; }
    .pricing-feature___1nKBb:nth-child(3n + 1) {
      padding-left: 16px;
      padding-right: 20px; }
    .pricing-feature___1nKBb:nth-child(3n + 2) {
      padding-left: 20px;
      padding-right: 20px; }
    .pricing-feature___1nKBb:nth-child(3n + 3) {
      padding-left: 20px;
      padding-right: 16px; } }
  @media only screen and (min-width: 1200px) {
    .pricing-feature___1nKBb {
      margin-bottom: 60px; }
      .pricing-feature___1nKBb:nth-child(3n + 1) {
        padding-right: 40px; }
      .pricing-feature___1nKBb:nth-child(3n + 2) {
        padding-left: 40px;
        padding-right: 40px; }
      .pricing-feature___1nKBb:nth-child(3n + 3) {
        padding-left: 40px; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.quotemark___1m3sW {
  font-size: 4rem;
  font-weight: 600;
  color: #da291c; }

.content___2igvR {
  padding: 40px; }
  @media only screen and (min-width: 768px) {
    .content___2igvR {
      padding: 60px; } }

.quote-image___3O8E4 {
  min-height: 300px; }
  @media only screen and (min-width: 768px) {
    .quote-image___3O8E4 {
      min-height: 400px; } }
  @media only screen and (min-width: 992px) {
    .quote-image___3O8E4 {
      min-height: auto; } }

.quote___jTpO1 {
  padding: 24px 0 40px 0;
  margin-right: -10px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-style: italic;
  font-weight: 300;
  color: #838383; }
  @media only screen and (min-width: 992px) {
    .quote___jTpO1 {
      padding: 40px 0 80px 0; } }

.watch___2yPj8 {
  position: absolute;
  top: -36px;
  right: 0;
  cursor: pointer; }
  @media only screen and (min-width: 992px) {
    .watch___2yPj8 {
      position: relative;
      top: auto;
      left: -100px;
      display: flex;
      align-items: center; } }

.container___1tUkp {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none; }

/* Hide the browser's default checkbox */
.container___1tUkp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark___XJPXl {
  height: 16px;
  width: 16px;
  flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid #838383;
  color: #ffffff;
  border-radius: 2px;
  font-size: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease-out; }
  .checkmark___XJPXl:before {
    width: 100%; }

/* On mouse-over */
.container___1tUkp:hover input ~ .checkmark___XJPXl,
.container___1tUkp input:focus ~ .checkmark___XJPXl {
  border-color: #da291c; }

.container___1tUkp input:checked ~ .checkmark___XJPXl {
  background-color: #da291c;
  border-color: #da291c; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark___XJPXl:before {
  display: none; }

/* Show the checkmark when checked */
.container___1tUkp input:checked ~ .checkmark___XJPXl:before {
  display: block; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
@media only screen and (min-width: 768px) {
  .sticky___1RQ0I {
    position: sticky;
    top: 120px; } }

@media only screen and (min-width: 992px) {
  .sticky___1RQ0I {
    top: 140px; } }

.input___3lZh2 {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0; }

.radio___36J8I {
  cursor: pointer;
  width: 100%;
  min-height: 60px;
  position: relative;
  line-height: 1;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  transition: all 200ms ease-out, font-size 0ms, letter-spacing 0ms; }
  .radio___36J8I:hover {
    border-color: #9d9d9d; }
  .radio___36J8I:focus, .radio--checked___3hZcT {
    border-color: #9d9d9d;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); }

.radio-input___2LQp1 {
  background: #ffffff;
  border: 1px solid #b6b6b6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .radio-input--checked___15fIU {
    border-color: transparent; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.subscription-radio___1vuyx {
  cursor: pointer;
  width: 100%;
  position: relative;
  line-height: 1;
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  transition: all 200ms ease-out, font-size 0ms, letter-spacing 0ms; }
  @media only screen and (min-width: 768px) {
    .subscription-radio___1vuyx {
      text-align: center;
      padding: 24px 28px; } }
  .subscription-radio___1vuyx:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 2px solid transparent;
    border-radius: 2px;
    transition: all 200ms ease-out;
    box-sizing: border-box; }
  .subscription-radio___1vuyx:hover, .subscription-radio___1vuyx:focus {
    border-color: #9d9d9d; }
  .subscription-radio--checked___mC4OM, .subscription-radio--checked___mC4OM:hover, .subscription-radio--checked___mC4OM:focus {
    border-color: transparent; }
    .subscription-radio--checked___mC4OM::before, .subscription-radio--checked___mC4OM:hover::before, .subscription-radio--checked___mC4OM:focus::before {
      border-color: #439f1f; }

.cost___3l7uL {
  display: flex;
  color: #373737;
  font-weight: bold;
  margin-right: 16px; }
  @media only screen and (min-width: 768px) {
    .cost___3l7uL {
      justify-content: center;
      margin: 12px 0 8px 0; } }

.cost-dollar-sign___2T0wz,
.cost-decimal___2mEAX {
  position: relative;
  top: 4px; }

.cost-dollar-sign___2T0wz {
  font-size: 2.7rem; }

.cost-whole___23alz {
  font-size: 5.1rem;
  margin: 0 2px 0 4px; }

.cost-decimal___2mEAX {
  font-size: 2.5rem; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.block___1Ntn_:nth-child(odd) {
  background-color: #fafafa; }
  @media only screen and (min-width: 768px) {
    .block___1Ntn_:nth-child(odd) {
      background-color: unset; } }

@media only screen and (min-width: 768px) {
  .block___1Ntn_:nth-child(1),
  .block___1Ntn_:nth-child(4) {
    background-color: #fafafa; } }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.strength-calculator___17kuV {
  font-size: 1em; }
  .strength-calculator___17kuV .row___2GbN9 {
    display: flex;
    flex-direction: row;
    margin: 0; }
  .strength-calculator___17kuV .column___1ybag {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .strength-calculator___17kuV h1,
  .strength-calculator___17kuV h2,
  .strength-calculator___17kuV h4,
  .strength-calculator___17kuV span,
  .strength-calculator___17kuV label {
    color: #1d1d1d;
    line-height: unset; }
  .strength-calculator___17kuV h2 {
    margin-bottom: 48px; }
  .strength-calculator___17kuV h3 {
    font-size: 1.8rem;
    margin-bottom: 3.2rem; }
  .strength-calculator___17kuV h4 {
    font-size: 1.8rem; }
    @media only screen and (min-width: 768px) {
      .strength-calculator___17kuV h4 {
        line-height: 2.8rem;
        font-size: 2.2rem; } }
    .strength-calculator___17kuV h4.spacer___k-Jpv {
      color: #ffffff; }
  .strength-calculator___17kuV p {
    font-size: 1.6rem; }
  .strength-calculator___17kuV .column___1ybag.titles___3Rzva h4.exercises___Z55E2 span {
    font-weight: bold;
    text-transform: uppercase;
    color: #da291c;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 16px 0; }
    .strength-calculator___17kuV .column___1ybag.titles___3Rzva h4.exercises___Z55E2 span p {
      font-size: 1.6rem;
      font-weight: bold;
      color: #252525; }
  .strength-calculator___17kuV .setting-box-container___1PXs6 {
    padding: 48px 36px;
    margin-top: -80px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .strength-calculator___17kuV .setting-box-container___1PXs6 {
        margin-top: -108px; } }
    @media only screen and (min-width: 992px) {
      .strength-calculator___17kuV .setting-box-container___1PXs6 {
        padding: 48px 96px; } }
    .strength-calculator___17kuV .setting-box-container___1PXs6 h3 {
      margin: 32px 0 8px; }
      @media only screen and (min-width: 768px) {
        .strength-calculator___17kuV .setting-box-container___1PXs6 h3 {
          margin-top: 20px;
          margin-bottom: 32px; } }
    .strength-calculator___17kuV .setting-box-container___1PXs6 p {
      text-align: center;
      color: #6a6a6a;
      font-size: 16px;
      margin-bottom: 20px;
      margin-top: 0; }
    .strength-calculator___17kuV .setting-box-container___1PXs6 .column___1ybag {
      max-width: 400px;
      margin: auto; }
      @media only screen and (min-width: 768px) {
        .strength-calculator___17kuV .setting-box-container___1PXs6 .column___1ybag {
          max-width: none; } }
    .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-input___2eCR3 {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #9e9e9e;
      border-radius: 0;
      outline: none;
      font-size: 4rem;
      width: 100%; }
    .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-radio___3BsaG {
      margin-top: 8px;
      width: 100%; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-radio___3BsaG input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0; }
        .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-radio___3BsaG input[type="radio"]:checked + label {
          background-color: #5d9c37;
          border-color: #498228;
          color: white; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-radio___3BsaG label {
        display: inline-block;
        background-color: white;
        padding: 12px 20px;
        font-family: sans-serif, Arial;
        font-size: 16px;
        color: #cccccc;
        border: 1px solid #dedede;
        box-sizing: border-box;
        width: 50%;
        text-align: center;
        cursor: pointer; }
        .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-radio___3BsaG label:last-of-type {
          margin-left: -4px; }
        @media only screen and (min-width: 768px) {
          .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-radio___3BsaG label {
            width: 46%; } }
    .strength-calculator___17kuV .setting-box-container___1PXs6 .weightNumberInput___3fz6X {
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .strength-calculator___17kuV .setting-box-container___1PXs6 .weightNumberInput___3fz6X {
          width: 80%; } }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .weightNumberInput___3fz6X input::-webkit-input-placeholder {
        font-size: 3rem;
        line-height: 4.8rem; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .weightNumberInput___3fz6X input::-moz-placeholder {
        font-size: 3rem;
        line-height: 4.8rem; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .weightNumberInput___3fz6X input:-moz-placeholder {
        font-size: 3rem;
        line-height: 4.8rem; }
    .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown-container___3mYhI {
      position: absolute;
      top: 12px;
      right: 0; }
    .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown___1he38 {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown___1he38 select::-ms-expand {
        display: none; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown___1he38 select[disabled] {
        color: rgba(0, 0, 0, 0.25); }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown___1he38:before, .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown___1he38:after {
        content: "";
        position: absolute;
        pointer-events: none; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown___1he38:before {
        width: 2em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0; }
      .strength-calculator___17kuV .setting-box-container___1PXs6 .custom-dropdown___1he38:after {
        right: 6px;
        top: 50%;
        margin-top: -2px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000;
        color: rgba(0, 0, 0, 0.6); }
    .strength-calculator___17kuV .setting-box-container___1PXs6 select {
      background-color: #ffffff;
      padding-right: 20px;
      border: 0;
      margin: 0;
      text-indent: 0.01px;
      text-overflow: "";
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      outline: none;
      font-size: 28px;
      font-weight: 500; }
  .strength-calculator___17kuV .exercise-container___10QzH {
    background: #fafafa;
    padding: 20px 12px 20px 20px;
    margin: 36px -15px 12px -15px; }
    @media only screen and (min-width: 768px) {
      .strength-calculator___17kuV .exercise-container___10QzH {
        padding: 20px; } }
    @media only screen and (min-width: 992px) {
      .strength-calculator___17kuV .exercise-container___10QzH {
        padding: 36px 48px;
        margin: 72px auto; } }
    .strength-calculator___17kuV .exercise-container___10QzH h4 {
      font-size: 1.4rem;
      margin-bottom: 32px; }
      @media only screen and (min-width: 992px) {
        .strength-calculator___17kuV .exercise-container___10QzH h4 {
          font-size: 1.6rem; } }
    .strength-calculator___17kuV .exercise-container___10QzH p {
      color: #9d9d9d;
      margin-bottom: 0;
      font-size: 1.4rem;
      min-height: 60px; }
      @media only screen and (min-width: 992px) {
        .strength-calculator___17kuV .exercise-container___10QzH p {
          font-size: 1.6rem;
          line-height: 4rem;
          margin-bottom: 16px;
          min-height: unset; } }
      .strength-calculator___17kuV .exercise-container___10QzH p span {
        font-size: 1.4rem;
        color: #505050; }
        @media only screen and (min-width: 768px) {
          .strength-calculator___17kuV .exercise-container___10QzH p span {
            font-size: 1.6rem; } }
        @media only screen and (min-width: 992px) {
          .strength-calculator___17kuV .exercise-container___10QzH p span {
            font-size: unset; } }
    .strength-calculator___17kuV .exercise-container___10QzH .column___1ybag {
      flex: 1; }
    .strength-calculator___17kuV .exercise-container___10QzH .titles___3Rzva {
      white-space: nowrap; }
      .strength-calculator___17kuV .exercise-container___10QzH .titles___3Rzva p {
        font-size: 1.2rem;
        font-weight: bold;
        color: #252525; }
        @media only screen and (min-width: 480px) {
          .strength-calculator___17kuV .exercise-container___10QzH .titles___3Rzva p {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 992px) {
          .strength-calculator___17kuV .exercise-container___10QzH .titles___3Rzva p {
            font-size: 1.6rem; } }
    .strength-calculator___17kuV .exercise-container___10QzH p span:after {
      content: "";
      display: block; }
      @media only screen and (min-width: 768px) {
        .strength-calculator___17kuV .exercise-container___10QzH p span:after {
          content: none;
          display: none; } }
  .strength-calculator___17kuV .how-to-container___3GHKj {
    margin: 0 auto 72px 0;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .strength-calculator___17kuV .how-to-container___3GHKj {
        padding: 0; } }
    @media only screen and (min-width: 992px) {
      .strength-calculator___17kuV .how-to-container___3GHKj {
        padding-left: 48px; } }
    .strength-calculator___17kuV .how-to-container___3GHKj p {
      color: #6a6a6a;
      line-height: 24px; }
    .strength-calculator___17kuV .how-to-container___3GHKj .blog-post___3ilmV {
      flex-basis: 60%;
      margin-top: 20px; }
      @media only screen and (min-width: 768px) {
        .strength-calculator___17kuV .how-to-container___3GHKj .blog-post___3ilmV {
          padding-left: 36px;
          margin-top: 0; } }
      .strength-calculator___17kuV .how-to-container___3GHKj .blog-post___3ilmV h4 {
        color: #373737;
        font-size: 20px;
        font-weight: bold; }
      .strength-calculator___17kuV .how-to-container___3GHKj .blog-post___3ilmV p.learn-more___yC8Wy {
        font-weight: 600;
        color: #9d9d9d;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1em; }
      .strength-calculator___17kuV .how-to-container___3GHKj .blog-post___3ilmV p.title___1sXQN {
        font-weight: 500;
        font-size: 1.4rem;
        color: #9d9d9d;
        margin: 0;
        font-style: italic; }
      .strength-calculator___17kuV .how-to-container___3GHKj .blog-post___3ilmV a.description___2HO7A {
        font-weight: 500;
        font-size: 1.4rem;
        color: #252525;
        margin: 0;
        font-weight: 700;
        line-height: 18px;
        text-decoration: none; }

.button___3mnUw {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  white-space: nowrap;
  padding: 12px 18px;
  border-radius: 2px;
  border: 1px solid transparent;
  outline: none;
  user-select: none;
  text-decoration: none;
  transition: all 200ms ease-out, font-size 0ms, letter-spacing 0ms;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-app-region: no-drag; }
  .button--ghost___2gMCP.button--light___214Pr {
    color: #505050;
    border-color: #b6b6b6; }
    .button--ghost___2gMCP.button--light___214Pr:hover {
      color: #151515;
      border-color: #838383; }
  .button--ghost___2gMCP.button--dark___3TVhf {
    color: #e0e0e0; }
    .button--ghost___2gMCP.button--dark___3TVhf:hover {
      border-color: #838383; }

.button--green___3NuOQ {
  background-color: #439f1f; }
  .button--green___3NuOQ.button--ghost___2gMCP {
    color: #439f1f !important; }
    .button--green___3NuOQ.button--ghost___2gMCP:hover, .button--green___3NuOQ.button--ghost___2gMCP.button--active___1BQKf {
      border-color: #439f1f; }
  .button--green___3NuOQ:hover, .button--green___3NuOQ.button--active___1BQKf {
    background-color: #5bb836; }

.button--blue___1cUtN {
  background-color: #1482c8; }
  .button--blue___1cUtN.button--ghost___2gMCP {
    color: #1482c8 !important; }
    .button--blue___1cUtN.button--ghost___2gMCP:hover, .button--blue___1cUtN.button--ghost___2gMCP.button--active___1BQKf {
      border-color: #1482c8; }
  .button--blue___1cUtN:hover, .button--blue___1cUtN.button--active___1BQKf {
    background-color: #1795dc; }

.button--red___3Kmef {
  background-color: #da291c;
  border-color: #da291c;
  color: #ffffff; }
  .button--red___3Kmef.button--ghost___2gMCP {
    color: #da291c !important; }
    .button--red___3Kmef.button--ghost___2gMCP:hover, .button--red___3Kmef.button--ghost___2gMCP.button--active___1BQKf {
      border-color: #da291c; }
  .button--red___3Kmef:hover, .button--red___3Kmef.button--active___1BQKf {
    background-color: #c7251a;
    border-color: #c7251a; }

.button--yellow___3oMKT {
  background-color: #fac800; }
  .button--yellow___3oMKT.button--ghost___2gMCP {
    color: #fac800 !important; }
    .button--yellow___3oMKT.button--ghost___2gMCP:hover, .button--yellow___3oMKT.button--ghost___2gMCP.button--active___1BQKf {
      border-color: #fac800; }
  .button--yellow___3oMKT:hover, .button--yellow___3oMKT.button--active___1BQKf {
    background-color: #fdebaf; }

.button--grey___2WEIw {
  background-color: #3f3f3f; }
  .button--grey___2WEIw:hover, .button--grey___2WEIw.button--active___1BQKf {
    background-color: #505050; }

.button--temp___1tbiQ {
  background-color: #da1ccd !important;
  color: #ffffff; }
  .button--temp___1tbiQ.button--ghost___2gMCP {
    color: #da1ccd !important !important; }
    .button--temp___1tbiQ.button--ghost___2gMCP:hover, .button--temp___1tbiQ.button--ghost___2gMCP.button--active___1BQKf {
      border-color: #da1ccd !important; }

.button--input___XQXCi {
  color: #e0e0e0;
  background-color: #2e2e2e;
  border-color: #3f3f3f; }
  .button--input___XQXCi:hover, .button--input___XQXCi.button--active___1BQKf {
    border-color: #6a6a6a; }

.button--radio___QQvvc {
  color: #9d9d9d;
  background-color: #2e2e2e;
  border-color: #3f3f3f; }
  .button--radio___QQvvc:hover, .button--radio___QQvvc.button--active___1BQKf {
    color: #e0e0e0;
    background-color: #373737;
    border-color: #6a6a6a; }

.button--basic___bVCyR {
  padding: 0;
  border: none;
  color: #9d9d9d !important;
  background-color: transparent !important; }
  .button--basic___bVCyR:hover, .button--basic___bVCyR.button--active___1BQKf {
    color: #505050 !important;
    background-color: rgba(255, 255, 255, 0.1) !important; }

.button--small___2-N1k {
  font-size: 1.5rem;
  padding: 7px 12px; }

.button--large___2W4S8 {
  font-size: 2.4rem;
  padding: 8px 32px; }

.button--auto___2LTO- {
  width: auto !important;
  height: auto !important;
  line-height: normal !important; }

.button--stretch___bxzrJ {
  width: 100% !important;
  text-align: center;
  box-sizing: border-box; }

.button--light___214Pr {
  border-color: #d0d0d0;
  background-color: #ffffff; }
  .button--light___214Pr:hover, .button--light___214Pr.button--active___1BQKf {
    background-color: #ffffff; }

.button--dark___3TVhf {
  border-color: #505050;
  background-color: #373737; }
  .button--dark___3TVhf:hover, .button--dark___3TVhf.button--active___1BQKf {
    background-color: #373737; }

.button--disabled___2KRya {
  opacity: 0.3;
  pointer-events: none; }

.button--no-background___dKlaP {
  width: auto;
  height: auto;
  background: none !important; }
  .button--no-background___dKlaP:hover, .button--no-background___dKlaP.button--active___1BQKf {
    background: none !important; }

.button--square___XwlBR.button___3mnUw {
  padding: 0 !important;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .button--square___XwlBR.button___3mnUw:before {
    margin-right: 0; }
  .button--square___XwlBR.button--small___2-N1k {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .button--square___XwlBR.button--large___2W4S8 {
    width: 48px;
    height: 48px;
    line-height: 48px; }
  .button--square___XwlBR.button___3mnUw [class^="icon-"] {
    margin-right: 0 !important; }

.button--active___1BQKf.button--radio___QQvvc {
  border-color: #da291c; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.footer___3dMXB {
  background-color: #252525;
  position: relative; }
  .footer___3dMXB ul {
    padding: 0; }
    .footer___3dMXB ul li {
      margin: 0 0 20px 0;
      list-style: none;
      line-height: normal; }
      .footer___3dMXB ul li:before {
        content: none; }
  .footer___3dMXB a {
    text-decoration: none; }
  .footer___3dMXB .heading___mEz1w {
    font-size: 1.6rem;
    font-weight: bold;
    color: #e0e0e0;
    transition: color 300ms ease-out; }
    .footer___3dMXB .heading___mEz1w:hover {
      color: #fafafa; }

.primary___1L495 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1.3rem;
  padding: 72px 0; }
  .primary___1L495 a {
    color: #b6b6b6;
    text-decoration: none; }
    .primary___1L495 a:hover {
      color: #e0e0e0; }
  @media only screen and (min-width: 992px) {
    .primary___1L495 {
      padding-right: 80px; } }
  .primary___1L495 > * {
    flex-basis: 50%;
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .primary___1L495 > * {
        flex-basis: 33.333% !important; } }
    @media only screen and (min-width: 992px) {
      .primary___1L495 > * {
        flex-basis: unset !important;
        margin-bottom: 0 !important; } }

.secondary___2aYk3 {
  padding: 28px 0 100px 0; }
  @media only screen and (min-width: 768px) {
    .secondary___2aYk3 {
      display: flex;
      justify-content: space-between;
      align-items: baseline; } }

.social___UvLH3 {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .social___UvLH3 > * {
    margin-right: 12px;
    opacity: 0.25;
    transition: opacity 200ms ease-out; }
    .social___UvLH3 > *:first-child {
      margin-right: 20px;
      opacity: 1; }
    .social___UvLH3 > *:last-child {
      margin-right: 0; }
    .social___UvLH3 > *:hover {
      opacity: 1; }
  @media only screen and (min-width: 768px) {
    .social___UvLH3 {
      margin: 0; } }

.signup-cta___28jtC {
  padding: 44px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .signup-cta___28jtC {
      flex-direction: row;
      justify-content: space-around;
      text-align: left; } }
  .signup-cta___28jtC .pitch___1Wdxk {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .signup-cta___28jtC .pitch___1Wdxk {
        margin: 0 12px 0 0; } }
  @media only screen and (min-width: 992px) {
    .signup-cta___28jtC .actions___i9yO7 {
      display: flex;
      align-items: center; } }

.education-wrapper___20Ek6 {
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .education-wrapper___20Ek6 {
      padding: 0; } }

.education-item___-Blo- {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  transition: all 200ms ease-out;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 200ms ease-out; }
  .education-item___-Blo- .inner___2niPa {
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .education-item___-Blo- .inner___2niPa {
        padding: 40px 0 10px; } }
    @media only screen and (min-width: 992px) {
      .education-item___-Blo- .inner___2niPa {
        padding: 60px 0 20px; } }
  .education-item___-Blo- .inner__content___2QsBp {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 3; }
  .education-item___-Blo- [class^="icon-"],
  .education-item___-Blo- [class*=" icon-"] {
    justify-content: flex-end;
    transition: all 200ms ease-out;
    opacity: 0; }
    @media only screen and (min-width: 768px) {
      .education-item___-Blo- [class^="icon-"],
      .education-item___-Blo- [class*=" icon-"] {
        margin-top: 8px; } }
    @media only screen and (min-width: 992px) {
      .education-item___-Blo- [class^="icon-"],
      .education-item___-Blo- [class*=" icon-"] {
        margin-top: 20px; } }
  .education-item___-Blo-:hover {
    background: #373737;
    z-index: 2; }
    .education-item___-Blo-:hover [class^="icon-"],
    .education-item___-Blo-:hover [class*=" icon-"] {
      opacity: 1; }
  .education-item___-Blo- .inner__bg-img___2RR1_ {
    opacity: 0;
    transition: opacity 200ms ease-out; }
    .education-item___-Blo- .inner__bg-img___2RR1_:before {
      content: "";
      position: absolute;
      background-color: rgba(21, 21, 21, 0.7);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .education-item___-Blo- .inner__bg-img___2RR1_ img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
  @media only screen and (min-width: 768px) {
    .education-item___-Blo-:hover {
      box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
      transform: scale3d(1.07, 1.07, 1.07); }
      .education-item___-Blo-:hover .inner__bg-img___2RR1_ {
        opacity: 1; } }

@keyframes spinningLoader___eEaXI {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loading--spinner___NH259 {
  border: 4px solid #e9e9e9;
  border-top-color: #da291c !important;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: auto;
  animation: spinningLoader___eEaXI 800ms ease-in-out infinite; }
  .loading--spinner-inline___1ms77 {
    width: 24px;
    height: 24px;
    border-width: 3px;
    margin: 0; }
  .loading--spinner-small___1f5wF {
    width: 16px;
    height: 16px;
    border-width: 2px; }
  .loading--spinner-light___1MBHQ {
    border-color: #e9e9e9; }
  .loading--spinner-transparent___1aioX {
    border-color: rgba(241, 241, 241, 0.6); }

.loading--wrapper___1VZJ2 .loading--spinner___NH259 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.select___Wp1Vw {
  width: 100%;
  position: relative; }
  .select--disabled___19TQq {
    opacity: 0.4; }
  .select___Wp1Vw select {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: menulist-button; }

.duration___2nZdR {
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px 12px 0 16px;
  transition: all 200ms ease-out; }
  .duration___2nZdR:focus, .duration___2nZdR.focus___2cQx7 {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); }
  .duration___2nZdR label, .duration__element___3j5NG {
    outline: none;
    transition: all 200ms ease-out;
    background: transparent;
    border: 0 none;
    position: relative; }
    .duration___2nZdR label::-webkit-inner-spin-button, .duration___2nZdR label::-webkit-outer-spin-button, .duration__element___3j5NG::-webkit-inner-spin-button, .duration__element___3j5NG::-webkit-outer-spin-button {
      display: none; }
  .duration__element___3j5NG {
    width: 100%;
    max-width: 26px;
    font-size: 1.4rem;
    padding: 12px 0; }
    .duration__element___3j5NG::placeholder {
      color: #6a6a6a; }
  .duration___2nZdR .increment___3Bv-Q {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    margin-right: 4px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    min-width: 12px;
    max-width: 12px;
    height: 24px;
    overflow: hidden;
    font-size: 6px;
    box-sizing: border-box; }
    .duration___2nZdR .increment__arrow___BpRej {
      flex: 1;
      width: 100%;
      display: flex;
      justify-content: center;
      color: #505050; }
      .duration___2nZdR .increment__arrow___BpRej:first-child {
        padding-top: 3px; }
      .duration___2nZdR .increment__arrow___BpRej:last-child {
        padding-bottom: 3px; }
      .duration___2nZdR .increment__arrow___BpRej:hover {
        background-color: #e9e9e9;
        color: #1d1d1d; }
  .duration--light___1VBUo {
    background-color: #ffffff;
    border-color: #d0d0d0;
    color: #373737; }
    .duration--light___1VBUo:focus, .duration--light___1VBUo.focus___2cQx7 {
      border-color: #9d9d9d; }
    .duration--light___1VBUo label,
    .duration--light___1VBUo .duration__element___3j5NG {
      color: #373737; }
  .duration--dark___1WC0w {
    background-color: #2e2e2e;
    border-color: #3f3f3f;
    color: #e0e0e0; }
    .duration--dark___1WC0w:focus, .duration--dark___1WC0w.focus___2cQx7 {
      border-color: #6a6a6a; }
    .duration--dark___1WC0w label,
    .duration--dark___1WC0w .duration__element___3j5NG {
      color: #e0e0e0; }

/* The container */
.container___3xrPd {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none; }

/* Hide the browser's default checkbox */
.container___3xrPd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark___Ho9jf {
  height: 16px;
  width: 16px;
  flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid #838383;
  color: #ffffff;
  border-radius: 2px;
  font-size: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease-out; }
  .checkmark___Ho9jf:before {
    width: 100%; }

/* On mouse-over, add a grey background color */
.container___3xrPd:hover input ~ .checkmark___Ho9jf {
  background-color: #505050;
  border-color: #e0e0e0; }

/* When the checkbox is checked, add a blue background */
.container___3xrPd input:checked ~ .checkmark___Ho9jf {
  background-color: #da291c;
  border-color: #da291c; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark___Ho9jf:before {
  display: none; }

/* Show the checkmark when checked */
.container___3xrPd input:checked ~ .checkmark___Ho9jf:before {
  display: block; }

.color__primary {
  color: #da291c !important; }

.background-color__primary {
  background-color: #da291c !important; }

.border-color__primary {
  border-color: #da291c !important; }

.fill__primary {
  fill: #da291c !important; }

.color__success {
  color: #439f1f !important; }

.background-color__success {
  background-color: #439f1f !important; }

.border-color__success {
  border-color: #439f1f !important; }

.fill__success {
  fill: #439f1f !important; }

.color__warning {
  color: #801810 !important; }

.background-color__warning {
  background-color: #801810 !important; }

.border-color__warning {
  border-color: #801810 !important; }

.fill__warning {
  fill: #801810 !important; }

.color__danger {
  color: #801810 !important; }

.background-color__danger {
  background-color: #801810 !important; }

.border-color__danger {
  border-color: #801810 !important; }

.fill__danger {
  fill: #801810 !important; }

.color__temp {
  color: #da1ccd !important; }

.background-color__temp {
  background-color: #da1ccd !important; }

.border-color__temp {
  border-color: #da1ccd !important; }

.fill__temp {
  fill: #da1ccd !important; }

.color__black {
  color: #151515 !important; }

.background-color__black {
  background-color: #151515 !important; }

.border-color__black {
  border-color: #151515 !important; }

.fill__black {
  fill: #151515 !important; }

.color__grey--1 {
  color: #1d1d1d !important; }

.background-color__grey--1 {
  background-color: #1d1d1d !important; }

.border-color__grey--1 {
  border-color: #1d1d1d !important; }

.fill__grey--1 {
  fill: #1d1d1d !important; }

.color__grey--2 {
  color: #252525 !important; }

.background-color__grey--2 {
  background-color: #252525 !important; }

.border-color__grey--2 {
  border-color: #252525 !important; }

.fill__grey--2 {
  fill: #252525 !important; }

.color__grey--3 {
  color: #2e2e2e !important; }

.background-color__grey--3 {
  background-color: #2e2e2e !important; }

.border-color__grey--3 {
  border-color: #2e2e2e !important; }

.fill__grey--3 {
  fill: #2e2e2e !important; }

.color__grey--4 {
  color: #373737 !important; }

.background-color__grey--4 {
  background-color: #373737 !important; }

.border-color__grey--4 {
  border-color: #373737 !important; }

.fill__grey--4 {
  fill: #373737 !important; }

.color__grey--5 {
  color: #3f3f3f !important; }

.background-color__grey--5 {
  background-color: #3f3f3f !important; }

.border-color__grey--5 {
  border-color: #3f3f3f !important; }

.fill__grey--5 {
  fill: #3f3f3f !important; }

.color__grey--6 {
  color: #505050 !important; }

.background-color__grey--6 {
  background-color: #505050 !important; }

.border-color__grey--6 {
  border-color: #505050 !important; }

.fill__grey--6 {
  fill: #505050 !important; }

.color__grey--7 {
  color: #6a6a6a !important; }

.background-color__grey--7 {
  background-color: #6a6a6a !important; }

.border-color__grey--7 {
  border-color: #6a6a6a !important; }

.fill__grey--7 {
  fill: #6a6a6a !important; }

.color__grey--8 {
  color: #838383 !important; }

.background-color__grey--8 {
  background-color: #838383 !important; }

.border-color__grey--8 {
  border-color: #838383 !important; }

.fill__grey--8 {
  fill: #838383 !important; }

.color__grey--9 {
  color: #9d9d9d !important; }

.background-color__grey--9 {
  background-color: #9d9d9d !important; }

.border-color__grey--9 {
  border-color: #9d9d9d !important; }

.fill__grey--9 {
  fill: #9d9d9d !important; }

.color__grey--10 {
  color: #b6b6b6 !important; }

.background-color__grey--10 {
  background-color: #b6b6b6 !important; }

.border-color__grey--10 {
  border-color: #b6b6b6 !important; }

.fill__grey--10 {
  fill: #b6b6b6 !important; }

.color__grey--11 {
  color: #d0d0d0 !important; }

.background-color__grey--11 {
  background-color: #d0d0d0 !important; }

.border-color__grey--11 {
  border-color: #d0d0d0 !important; }

.fill__grey--11 {
  fill: #d0d0d0 !important; }

.color__grey--12 {
  color: #e0e0e0 !important; }

.background-color__grey--12 {
  background-color: #e0e0e0 !important; }

.border-color__grey--12 {
  border-color: #e0e0e0 !important; }

.fill__grey--12 {
  fill: #e0e0e0 !important; }

.color__grey--13 {
  color: #e9e9e9 !important; }

.background-color__grey--13 {
  background-color: #e9e9e9 !important; }

.border-color__grey--13 {
  border-color: #e9e9e9 !important; }

.fill__grey--13 {
  fill: #e9e9e9 !important; }

.color__grey--14 {
  color: #f1f1f1 !important; }

.background-color__grey--14 {
  background-color: #f1f1f1 !important; }

.border-color__grey--14 {
  border-color: #f1f1f1 !important; }

.fill__grey--14 {
  fill: #f1f1f1 !important; }

.color__grey--15 {
  color: #fafafa !important; }

.background-color__grey--15 {
  background-color: #fafafa !important; }

.border-color__grey--15 {
  border-color: #fafafa !important; }

.fill__grey--15 {
  fill: #fafafa !important; }

.color__red {
  color: #da291c !important; }

.background-color__red {
  background-color: #da291c !important; }

.border-color__red {
  border-color: #da291c !important; }

.fill__red {
  fill: #da291c !important; }

.color__red--1 {
  color: #801810 !important; }

.background-color__red--1 {
  background-color: #801810 !important; }

.border-color__red--1 {
  border-color: #801810 !important; }

.fill__red--1 {
  fill: #801810 !important; }

.color__yellow--1 {
  color: #fbb000 !important; }

.background-color__yellow--1 {
  background-color: #fbb000 !important; }

.border-color__yellow--1 {
  border-color: #fbb000 !important; }

.fill__yellow--1 {
  fill: #fbb000 !important; }

.color__yellow--2 {
  color: #fac800 !important; }

.background-color__yellow--2 {
  background-color: #fac800 !important; }

.border-color__yellow--2 {
  border-color: #fac800 !important; }

.fill__yellow--2 {
  fill: #fac800 !important; }

.color__yellow--3 {
  color: #fad342 !important; }

.background-color__yellow--3 {
  background-color: #fad342 !important; }

.border-color__yellow--3 {
  border-color: #fad342 !important; }

.fill__yellow--3 {
  fill: #fad342 !important; }

.color__yellow--4 {
  color: #fdebaf !important; }

.background-color__yellow--4 {
  background-color: #fdebaf !important; }

.border-color__yellow--4 {
  border-color: #fdebaf !important; }

.fill__yellow--4 {
  fill: #fdebaf !important; }

.color__yellow {
  color: #fac800 !important; }

.background-color__yellow {
  background-color: #fac800 !important; }

.border-color__yellow {
  border-color: #fac800 !important; }

.fill__yellow {
  fill: #fac800 !important; }

.color__brown--1 {
  color: #bd7019 !important; }

.background-color__brown--1 {
  background-color: #bd7019 !important; }

.border-color__brown--1 {
  border-color: #bd7019 !important; }

.fill__brown--1 {
  fill: #bd7019 !important; }

.color__brown--2 {
  color: #e28a27 !important; }

.background-color__brown--2 {
  background-color: #e28a27 !important; }

.border-color__brown--2 {
  border-color: #e28a27 !important; }

.fill__brown--2 {
  fill: #e28a27 !important; }

.color__brown {
  color: #bd7019 !important; }

.background-color__brown {
  background-color: #bd7019 !important; }

.border-color__brown {
  border-color: #bd7019 !important; }

.fill__brown {
  fill: #bd7019 !important; }

.color__blue {
  color: #1482c8 !important; }

.background-color__blue {
  background-color: #1482c8 !important; }

.border-color__blue {
  border-color: #1482c8 !important; }

.fill__blue {
  fill: #1482c8 !important; }

.color__green--1 {
  color: #377c1c !important; }

.background-color__green--1 {
  background-color: #377c1c !important; }

.border-color__green--1 {
  border-color: #377c1c !important; }

.fill__green--1 {
  fill: #377c1c !important; }

.color__green {
  color: #439f1f !important; }

.background-color__green {
  background-color: #439f1f !important; }

.border-color__green {
  border-color: #439f1f !important; }

.fill__green {
  fill: #439f1f !important; }

.color__error {
  color: #801810 !important; }

.background-color__error {
  background-color: #801810 !important; }

.border-color__error {
  border-color: #801810 !important; }

.fill__error {
  fill: #801810 !important; }

.color__favorite {
  color: #fac800 !important; }

.background-color__favorite {
  background-color: #fac800 !important; }

.border-color__favorite {
  border-color: #fac800 !important; }

.fill__favorite {
  fill: #fac800 !important; }

.color__white {
  color: #ffffff !important; }

.background-color__white {
  background-color: #ffffff !important; }

.border-color__white {
  border-color: #ffffff !important; }

.fill__white {
  fill: #ffffff !important; }

.color__link {
  color: #1482c8 !important; }

.background-color__link {
  background-color: #1482c8 !important; }

.border-color__link {
  border-color: #1482c8 !important; }

.fill__link {
  fill: #1482c8 !important; }

.color__link--hover {
  color: #1795dc !important; }

.background-color__link--hover {
  background-color: #1795dc !important; }

.border-color__link--hover {
  border-color: #1795dc !important; }

.fill__link--hover {
  fill: #1795dc !important; }

.color__activity--complete {
  color: #5bb836 !important; }

.background-color__activity--complete {
  background-color: #5bb836 !important; }

.border-color__activity--complete {
  border-color: #5bb836 !important; }

.fill__activity--complete {
  fill: #5bb836 !important; }

.color__activity--other {
  color: #bae1a2 !important; }

.background-color__activity--other {
  background-color: #bae1a2 !important; }

.border-color__activity--other {
  border-color: #bae1a2 !important; }

.fill__activity--other {
  fill: #bae1a2 !important; }

.color__activity--skipped {
  color: #373737 !important; }

.background-color__activity--skipped {
  background-color: #373737 !important; }

.border-color__activity--skipped {
  border-color: #373737 !important; }

.fill__activity--skipped {
  fill: #373737 !important; }

.color__road-racer {
  color: #fbb000 !important; }

.background-color__road-racer {
  background-color: #fbb000 !important; }

.border-color__road-racer {
  border-color: #fbb000 !important; }

.fill__road-racer {
  fill: #fbb000 !important; }

.color__road-racer--hover {
  color: #fac800 !important; }

.background-color__road-racer--hover {
  background-color: #fac800 !important; }

.border-color__road-racer--hover {
  border-color: #fac800 !important; }

.fill__road-racer--hover {
  fill: #fac800 !important; }

.color__road {
  color: #fbb000 !important; }

.background-color__road {
  background-color: #fbb000 !important; }

.border-color__road {
  border-color: #fbb000 !important; }

.fill__road {
  fill: #fbb000 !important; }

.color__road--hover {
  color: #fac800 !important; }

.background-color__road--hover {
  background-color: #fac800 !important; }

.border-color__road--hover {
  border-color: #fac800 !important; }

.fill__road--hover {
  fill: #fac800 !important; }

.color__triathlete {
  color: #1271b4 !important; }

.background-color__triathlete {
  background-color: #1271b4 !important; }

.border-color__triathlete {
  border-color: #1271b4 !important; }

.fill__triathlete {
  fill: #1271b4 !important; }

.color__triathlete--hover {
  color: #1482c8 !important; }

.background-color__triathlete--hover {
  background-color: #1482c8 !important; }

.border-color__triathlete--hover {
  border-color: #1482c8 !important; }

.fill__triathlete--hover {
  fill: #1482c8 !important; }

.color__off-road {
  color: #bd7019 !important; }

.background-color__off-road {
  background-color: #bd7019 !important; }

.border-color__off-road {
  border-color: #bd7019 !important; }

.fill__off-road {
  fill: #bd7019 !important; }

.color__off-road--hover {
  color: #e28a27 !important; }

.background-color__off-road--hover {
  background-color: #e28a27 !important; }

.border-color__off-road--hover {
  border-color: #e28a27 !important; }

.fill__off-road--hover {
  fill: #e28a27 !important; }

.color__enthusiast {
  color: #377c1c !important; }

.background-color__enthusiast {
  background-color: #377c1c !important; }

.border-color__enthusiast {
  border-color: #377c1c !important; }

.fill__enthusiast {
  fill: #377c1c !important; }

.color__enthusiast--hover {
  color: #439f1f !important; }

.background-color__enthusiast--hover {
  background-color: #439f1f !important; }

.border-color__enthusiast--hover {
  border-color: #439f1f !important; }

.fill__enthusiast--hover {
  fill: #439f1f !important; }

.toggle___2fBkq {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px; }
  .toggle--disabled___3VSUw {
    opacity: 0.4;
    pointer-events: none; }
  .toggle___2fBkq input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0; }

.switch___39Hx8 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  border-radius: 10px; }
  .switch___39Hx8:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    transition: 0.4s;
    border-radius: 50%; }
  .switch--light___1i_wT {
    background-color: #d0d0d0; }
    .switch--light___1i_wT:before {
      background-color: #ffffff; }
    .switch--light___1i_wT span {
      color: #ffffff; }
  .switch--dark___2b108 {
    background-color: #505050; }
    .switch--dark___2b108:before {
      background-color: #e0e0e0; }
    .switch--dark___2b108 span {
      color: #e0e0e0; }

input:checked + .switch___39Hx8 {
  background-color: #439f1f; }
  input:checked + .switch___39Hx8:before {
    transform: translateX(16px); }

.input___3GYmh {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0; }

.radio-button___2sfrV {
  cursor: pointer; }
  .radio-button--basic___2Fb3Z {
    font-weight: bold;
    font-size: 1.4rem;
    color: #e0e0e0;
    opacity: 0.4; }
    .radio-button--basic___2Fb3Z:hover {
      opacity: 0.7; }
  .radio-button--active___1msCA, .radio-button--active___1msCA:hover {
    cursor: default;
    border-color: #da291c !important;
    opacity: 1; }

.radio-button--radio___1rvu2 {
  cursor: pointer; }
  .radio-button--radio___1rvu2.checked___1SK9i {
    cursor: default; }
  .radio-button--radio___1rvu2 .input-element___3q7zY {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #b6b6b6;
    position: relative;
    min-width: 20px;
    min-height: 20px;
    transition: all 200ms ease; }
    .radio-button--radio___1rvu2 .input-element___3q7zY:before {
      content: "";
      width: calc(20px / 2);
      height: calc(20px / 2);
      border-radius: 50%;
      transition: all 200ms ease; }
    .radio-button--radio___1rvu2 .input-element___3q7zY.checked___1SK9i {
      border-color: #da291c !important; }
      .radio-button--radio___1rvu2 .input-element___3q7zY.checked___1SK9i:before {
        background: #da291c !important; }
  .radio-button--radio___1rvu2:hover .input-element___3q7zY {
    border-color: #e0e0e0; }
    .radio-button--radio___1rvu2:hover .input-element___3q7zY:before {
      background: #b6b6b6; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.plan-week___1hk1q {
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .plan-week___1hk1q {
      display: flex;
      justify-content: space-around; }
      .plan-week___1hk1q > div {
        width: calc(100% / 8); } }

.blur___IFQMo {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.color__primary {
  color: #da291c !important; }

.background-color__primary {
  background-color: #da291c !important; }

.border-color__primary {
  border-color: #da291c !important; }

.fill__primary {
  fill: #da291c !important; }

.color__success {
  color: #439f1f !important; }

.background-color__success {
  background-color: #439f1f !important; }

.border-color__success {
  border-color: #439f1f !important; }

.fill__success {
  fill: #439f1f !important; }

.color__warning {
  color: #801810 !important; }

.background-color__warning {
  background-color: #801810 !important; }

.border-color__warning {
  border-color: #801810 !important; }

.fill__warning {
  fill: #801810 !important; }

.color__danger {
  color: #801810 !important; }

.background-color__danger {
  background-color: #801810 !important; }

.border-color__danger {
  border-color: #801810 !important; }

.fill__danger {
  fill: #801810 !important; }

.color__temp {
  color: #da1ccd !important; }

.background-color__temp {
  background-color: #da1ccd !important; }

.border-color__temp {
  border-color: #da1ccd !important; }

.fill__temp {
  fill: #da1ccd !important; }

.color__black {
  color: #151515 !important; }

.background-color__black {
  background-color: #151515 !important; }

.border-color__black {
  border-color: #151515 !important; }

.fill__black {
  fill: #151515 !important; }

.color__grey--1 {
  color: #1d1d1d !important; }

.background-color__grey--1 {
  background-color: #1d1d1d !important; }

.border-color__grey--1 {
  border-color: #1d1d1d !important; }

.fill__grey--1 {
  fill: #1d1d1d !important; }

.color__grey--2 {
  color: #252525 !important; }

.background-color__grey--2 {
  background-color: #252525 !important; }

.border-color__grey--2 {
  border-color: #252525 !important; }

.fill__grey--2 {
  fill: #252525 !important; }

.color__grey--3 {
  color: #2e2e2e !important; }

.background-color__grey--3 {
  background-color: #2e2e2e !important; }

.border-color__grey--3 {
  border-color: #2e2e2e !important; }

.fill__grey--3 {
  fill: #2e2e2e !important; }

.color__grey--4 {
  color: #373737 !important; }

.background-color__grey--4 {
  background-color: #373737 !important; }

.border-color__grey--4 {
  border-color: #373737 !important; }

.fill__grey--4 {
  fill: #373737 !important; }

.color__grey--5 {
  color: #3f3f3f !important; }

.background-color__grey--5 {
  background-color: #3f3f3f !important; }

.border-color__grey--5 {
  border-color: #3f3f3f !important; }

.fill__grey--5 {
  fill: #3f3f3f !important; }

.color__grey--6 {
  color: #505050 !important; }

.background-color__grey--6 {
  background-color: #505050 !important; }

.border-color__grey--6 {
  border-color: #505050 !important; }

.fill__grey--6 {
  fill: #505050 !important; }

.color__grey--7 {
  color: #6a6a6a !important; }

.background-color__grey--7 {
  background-color: #6a6a6a !important; }

.border-color__grey--7 {
  border-color: #6a6a6a !important; }

.fill__grey--7 {
  fill: #6a6a6a !important; }

.color__grey--8 {
  color: #838383 !important; }

.background-color__grey--8 {
  background-color: #838383 !important; }

.border-color__grey--8 {
  border-color: #838383 !important; }

.fill__grey--8 {
  fill: #838383 !important; }

.color__grey--9 {
  color: #9d9d9d !important; }

.background-color__grey--9 {
  background-color: #9d9d9d !important; }

.border-color__grey--9 {
  border-color: #9d9d9d !important; }

.fill__grey--9 {
  fill: #9d9d9d !important; }

.color__grey--10 {
  color: #b6b6b6 !important; }

.background-color__grey--10 {
  background-color: #b6b6b6 !important; }

.border-color__grey--10 {
  border-color: #b6b6b6 !important; }

.fill__grey--10 {
  fill: #b6b6b6 !important; }

.color__grey--11 {
  color: #d0d0d0 !important; }

.background-color__grey--11 {
  background-color: #d0d0d0 !important; }

.border-color__grey--11 {
  border-color: #d0d0d0 !important; }

.fill__grey--11 {
  fill: #d0d0d0 !important; }

.color__grey--12 {
  color: #e0e0e0 !important; }

.background-color__grey--12 {
  background-color: #e0e0e0 !important; }

.border-color__grey--12 {
  border-color: #e0e0e0 !important; }

.fill__grey--12 {
  fill: #e0e0e0 !important; }

.color__grey--13 {
  color: #e9e9e9 !important; }

.background-color__grey--13 {
  background-color: #e9e9e9 !important; }

.border-color__grey--13 {
  border-color: #e9e9e9 !important; }

.fill__grey--13 {
  fill: #e9e9e9 !important; }

.color__grey--14 {
  color: #f1f1f1 !important; }

.background-color__grey--14 {
  background-color: #f1f1f1 !important; }

.border-color__grey--14 {
  border-color: #f1f1f1 !important; }

.fill__grey--14 {
  fill: #f1f1f1 !important; }

.color__grey--15 {
  color: #fafafa !important; }

.background-color__grey--15 {
  background-color: #fafafa !important; }

.border-color__grey--15 {
  border-color: #fafafa !important; }

.fill__grey--15 {
  fill: #fafafa !important; }

.color__red {
  color: #da291c !important; }

.background-color__red {
  background-color: #da291c !important; }

.border-color__red {
  border-color: #da291c !important; }

.fill__red {
  fill: #da291c !important; }

.color__red--1 {
  color: #801810 !important; }

.background-color__red--1 {
  background-color: #801810 !important; }

.border-color__red--1 {
  border-color: #801810 !important; }

.fill__red--1 {
  fill: #801810 !important; }

.color__yellow--1 {
  color: #fbb000 !important; }

.background-color__yellow--1 {
  background-color: #fbb000 !important; }

.border-color__yellow--1 {
  border-color: #fbb000 !important; }

.fill__yellow--1 {
  fill: #fbb000 !important; }

.color__yellow--2 {
  color: #fac800 !important; }

.background-color__yellow--2 {
  background-color: #fac800 !important; }

.border-color__yellow--2 {
  border-color: #fac800 !important; }

.fill__yellow--2 {
  fill: #fac800 !important; }

.color__yellow--3 {
  color: #fad342 !important; }

.background-color__yellow--3 {
  background-color: #fad342 !important; }

.border-color__yellow--3 {
  border-color: #fad342 !important; }

.fill__yellow--3 {
  fill: #fad342 !important; }

.color__yellow--4 {
  color: #fdebaf !important; }

.background-color__yellow--4 {
  background-color: #fdebaf !important; }

.border-color__yellow--4 {
  border-color: #fdebaf !important; }

.fill__yellow--4 {
  fill: #fdebaf !important; }

.color__yellow {
  color: #fac800 !important; }

.background-color__yellow {
  background-color: #fac800 !important; }

.border-color__yellow {
  border-color: #fac800 !important; }

.fill__yellow {
  fill: #fac800 !important; }

.color__brown--1 {
  color: #bd7019 !important; }

.background-color__brown--1 {
  background-color: #bd7019 !important; }

.border-color__brown--1 {
  border-color: #bd7019 !important; }

.fill__brown--1 {
  fill: #bd7019 !important; }

.color__brown--2 {
  color: #e28a27 !important; }

.background-color__brown--2 {
  background-color: #e28a27 !important; }

.border-color__brown--2 {
  border-color: #e28a27 !important; }

.fill__brown--2 {
  fill: #e28a27 !important; }

.color__brown {
  color: #bd7019 !important; }

.background-color__brown {
  background-color: #bd7019 !important; }

.border-color__brown {
  border-color: #bd7019 !important; }

.fill__brown {
  fill: #bd7019 !important; }

.color__blue {
  color: #1482c8 !important; }

.background-color__blue {
  background-color: #1482c8 !important; }

.border-color__blue {
  border-color: #1482c8 !important; }

.fill__blue {
  fill: #1482c8 !important; }

.color__green--1 {
  color: #377c1c !important; }

.background-color__green--1 {
  background-color: #377c1c !important; }

.border-color__green--1 {
  border-color: #377c1c !important; }

.fill__green--1 {
  fill: #377c1c !important; }

.color__green {
  color: #439f1f !important; }

.background-color__green {
  background-color: #439f1f !important; }

.border-color__green {
  border-color: #439f1f !important; }

.fill__green {
  fill: #439f1f !important; }

.color__error {
  color: #801810 !important; }

.background-color__error {
  background-color: #801810 !important; }

.border-color__error {
  border-color: #801810 !important; }

.fill__error {
  fill: #801810 !important; }

.color__favorite {
  color: #fac800 !important; }

.background-color__favorite {
  background-color: #fac800 !important; }

.border-color__favorite {
  border-color: #fac800 !important; }

.fill__favorite {
  fill: #fac800 !important; }

.color__white {
  color: #ffffff !important; }

.background-color__white {
  background-color: #ffffff !important; }

.border-color__white {
  border-color: #ffffff !important; }

.fill__white {
  fill: #ffffff !important; }

.color__link {
  color: #1482c8 !important; }

.background-color__link {
  background-color: #1482c8 !important; }

.border-color__link {
  border-color: #1482c8 !important; }

.fill__link {
  fill: #1482c8 !important; }

.color__link--hover {
  color: #1795dc !important; }

.background-color__link--hover {
  background-color: #1795dc !important; }

.border-color__link--hover {
  border-color: #1795dc !important; }

.fill__link--hover {
  fill: #1795dc !important; }

.color__activity--complete {
  color: #5bb836 !important; }

.background-color__activity--complete {
  background-color: #5bb836 !important; }

.border-color__activity--complete {
  border-color: #5bb836 !important; }

.fill__activity--complete {
  fill: #5bb836 !important; }

.color__activity--other {
  color: #bae1a2 !important; }

.background-color__activity--other {
  background-color: #bae1a2 !important; }

.border-color__activity--other {
  border-color: #bae1a2 !important; }

.fill__activity--other {
  fill: #bae1a2 !important; }

.color__activity--skipped {
  color: #373737 !important; }

.background-color__activity--skipped {
  background-color: #373737 !important; }

.border-color__activity--skipped {
  border-color: #373737 !important; }

.fill__activity--skipped {
  fill: #373737 !important; }

.color__road-racer {
  color: #fbb000 !important; }

.background-color__road-racer {
  background-color: #fbb000 !important; }

.border-color__road-racer {
  border-color: #fbb000 !important; }

.fill__road-racer {
  fill: #fbb000 !important; }

.color__road-racer--hover {
  color: #fac800 !important; }

.background-color__road-racer--hover {
  background-color: #fac800 !important; }

.border-color__road-racer--hover {
  border-color: #fac800 !important; }

.fill__road-racer--hover {
  fill: #fac800 !important; }

.color__road {
  color: #fbb000 !important; }

.background-color__road {
  background-color: #fbb000 !important; }

.border-color__road {
  border-color: #fbb000 !important; }

.fill__road {
  fill: #fbb000 !important; }

.color__road--hover {
  color: #fac800 !important; }

.background-color__road--hover {
  background-color: #fac800 !important; }

.border-color__road--hover {
  border-color: #fac800 !important; }

.fill__road--hover {
  fill: #fac800 !important; }

.color__triathlete {
  color: #1271b4 !important; }

.background-color__triathlete {
  background-color: #1271b4 !important; }

.border-color__triathlete {
  border-color: #1271b4 !important; }

.fill__triathlete {
  fill: #1271b4 !important; }

.color__triathlete--hover {
  color: #1482c8 !important; }

.background-color__triathlete--hover {
  background-color: #1482c8 !important; }

.border-color__triathlete--hover {
  border-color: #1482c8 !important; }

.fill__triathlete--hover {
  fill: #1482c8 !important; }

.color__off-road {
  color: #bd7019 !important; }

.background-color__off-road {
  background-color: #bd7019 !important; }

.border-color__off-road {
  border-color: #bd7019 !important; }

.fill__off-road {
  fill: #bd7019 !important; }

.color__off-road--hover {
  color: #e28a27 !important; }

.background-color__off-road--hover {
  background-color: #e28a27 !important; }

.border-color__off-road--hover {
  border-color: #e28a27 !important; }

.fill__off-road--hover {
  fill: #e28a27 !important; }

.color__enthusiast {
  color: #377c1c !important; }

.background-color__enthusiast {
  background-color: #377c1c !important; }

.border-color__enthusiast {
  border-color: #377c1c !important; }

.fill__enthusiast {
  fill: #377c1c !important; }

.color__enthusiast--hover {
  color: #439f1f !important; }

.background-color__enthusiast--hover {
  background-color: #439f1f !important; }

.border-color__enthusiast--hover {
  border-color: #439f1f !important; }

.fill__enthusiast--hover {
  fill: #439f1f !important; }

.annotations__container___j1U2o {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 3; }

.annotations__grid___1MsPD {
  display: grid;
  grid-template-columns: repeat(7, 1fr); }

.annotations__grid-item___KueIx {
  overflow: hidden;
  pointer-events: auto; }

.annotation___3hH0i {
  padding: 0 4px 0 12px;
  transition: all 200ms ease-out;
  height: 22px;
  display: flex;
  align-items: center; }
  .annotation___3hH0i > * {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .annotation___3hH0i:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }
  .annotation--dark___23bZj {
    background: #6a6a6a;
    border-left: 4px solid #3f3f3f; }
    .annotation--dark___23bZj:hover {
      background: #838383; }
  .annotation--light___11xfF {
    background: #e0e0e0;
    border-left: 4px solid #838383; }
    .annotation--light___11xfF:hover {
      background: #d0d0d0; }

.background-color--tag-color__1___2mhrX {
  background-color: #dbdbdb; }

.background-color--tag-color__2___TzzfS {
  background-color: #ff4147; }

.background-color--tag-color__3___uwRRF {
  background-color: #ff8449; }

.background-color--tag-color__4___2Y_Zu {
  background-color: #f4d255; }

.background-color--tag-color__5___21nGz {
  background-color: #9ac977; }

.background-color--tag-color__6___3hEG_ {
  background-color: #1890d1; }

.background-color--tag-color__7___3T0Kw {
  background-color: #58cbf1; }

.background-color--tag-color__8___2oLvQ {
  background-color: #ad04df; }

.annotation--color__1___33Qj0 {
  border-color: #dbdbdb; }

.annotation--color__2___38zdZ {
  border-color: #ff4147; }

.annotation--color__3___2Duni {
  border-color: #ff8449; }

.annotation--color__4___2RNyj {
  border-color: #f4d255; }

.annotation--color__5___1S9xa {
  border-color: #9ac977; }

.annotation--color__6___30r7Z {
  border-color: #1890d1; }

.annotation--color__7___l2VfD {
  border-color: #58cbf1; }

.annotation--color__8___11xAi {
  border-color: #ad04df; }

.color__primary {
  color: #da291c !important; }

.background-color__primary {
  background-color: #da291c !important; }

.border-color__primary {
  border-color: #da291c !important; }

.fill__primary {
  fill: #da291c !important; }

.color__success {
  color: #439f1f !important; }

.background-color__success {
  background-color: #439f1f !important; }

.border-color__success {
  border-color: #439f1f !important; }

.fill__success {
  fill: #439f1f !important; }

.color__warning {
  color: #801810 !important; }

.background-color__warning {
  background-color: #801810 !important; }

.border-color__warning {
  border-color: #801810 !important; }

.fill__warning {
  fill: #801810 !important; }

.color__danger {
  color: #801810 !important; }

.background-color__danger {
  background-color: #801810 !important; }

.border-color__danger {
  border-color: #801810 !important; }

.fill__danger {
  fill: #801810 !important; }

.color__temp {
  color: #da1ccd !important; }

.background-color__temp {
  background-color: #da1ccd !important; }

.border-color__temp {
  border-color: #da1ccd !important; }

.fill__temp {
  fill: #da1ccd !important; }

.color__black {
  color: #151515 !important; }

.background-color__black {
  background-color: #151515 !important; }

.border-color__black {
  border-color: #151515 !important; }

.fill__black {
  fill: #151515 !important; }

.color__grey--1 {
  color: #1d1d1d !important; }

.background-color__grey--1 {
  background-color: #1d1d1d !important; }

.border-color__grey--1 {
  border-color: #1d1d1d !important; }

.fill__grey--1 {
  fill: #1d1d1d !important; }

.color__grey--2 {
  color: #252525 !important; }

.background-color__grey--2 {
  background-color: #252525 !important; }

.border-color__grey--2 {
  border-color: #252525 !important; }

.fill__grey--2 {
  fill: #252525 !important; }

.color__grey--3 {
  color: #2e2e2e !important; }

.background-color__grey--3 {
  background-color: #2e2e2e !important; }

.border-color__grey--3 {
  border-color: #2e2e2e !important; }

.fill__grey--3 {
  fill: #2e2e2e !important; }

.color__grey--4 {
  color: #373737 !important; }

.background-color__grey--4 {
  background-color: #373737 !important; }

.border-color__grey--4 {
  border-color: #373737 !important; }

.fill__grey--4 {
  fill: #373737 !important; }

.color__grey--5 {
  color: #3f3f3f !important; }

.background-color__grey--5 {
  background-color: #3f3f3f !important; }

.border-color__grey--5 {
  border-color: #3f3f3f !important; }

.fill__grey--5 {
  fill: #3f3f3f !important; }

.color__grey--6 {
  color: #505050 !important; }

.background-color__grey--6 {
  background-color: #505050 !important; }

.border-color__grey--6 {
  border-color: #505050 !important; }

.fill__grey--6 {
  fill: #505050 !important; }

.color__grey--7 {
  color: #6a6a6a !important; }

.background-color__grey--7 {
  background-color: #6a6a6a !important; }

.border-color__grey--7 {
  border-color: #6a6a6a !important; }

.fill__grey--7 {
  fill: #6a6a6a !important; }

.color__grey--8 {
  color: #838383 !important; }

.background-color__grey--8 {
  background-color: #838383 !important; }

.border-color__grey--8 {
  border-color: #838383 !important; }

.fill__grey--8 {
  fill: #838383 !important; }

.color__grey--9 {
  color: #9d9d9d !important; }

.background-color__grey--9 {
  background-color: #9d9d9d !important; }

.border-color__grey--9 {
  border-color: #9d9d9d !important; }

.fill__grey--9 {
  fill: #9d9d9d !important; }

.color__grey--10 {
  color: #b6b6b6 !important; }

.background-color__grey--10 {
  background-color: #b6b6b6 !important; }

.border-color__grey--10 {
  border-color: #b6b6b6 !important; }

.fill__grey--10 {
  fill: #b6b6b6 !important; }

.color__grey--11 {
  color: #d0d0d0 !important; }

.background-color__grey--11 {
  background-color: #d0d0d0 !important; }

.border-color__grey--11 {
  border-color: #d0d0d0 !important; }

.fill__grey--11 {
  fill: #d0d0d0 !important; }

.color__grey--12 {
  color: #e0e0e0 !important; }

.background-color__grey--12 {
  background-color: #e0e0e0 !important; }

.border-color__grey--12 {
  border-color: #e0e0e0 !important; }

.fill__grey--12 {
  fill: #e0e0e0 !important; }

.color__grey--13 {
  color: #e9e9e9 !important; }

.background-color__grey--13 {
  background-color: #e9e9e9 !important; }

.border-color__grey--13 {
  border-color: #e9e9e9 !important; }

.fill__grey--13 {
  fill: #e9e9e9 !important; }

.color__grey--14 {
  color: #f1f1f1 !important; }

.background-color__grey--14 {
  background-color: #f1f1f1 !important; }

.border-color__grey--14 {
  border-color: #f1f1f1 !important; }

.fill__grey--14 {
  fill: #f1f1f1 !important; }

.color__grey--15 {
  color: #fafafa !important; }

.background-color__grey--15 {
  background-color: #fafafa !important; }

.border-color__grey--15 {
  border-color: #fafafa !important; }

.fill__grey--15 {
  fill: #fafafa !important; }

.color__red {
  color: #da291c !important; }

.background-color__red {
  background-color: #da291c !important; }

.border-color__red {
  border-color: #da291c !important; }

.fill__red {
  fill: #da291c !important; }

.color__red--1 {
  color: #801810 !important; }

.background-color__red--1 {
  background-color: #801810 !important; }

.border-color__red--1 {
  border-color: #801810 !important; }

.fill__red--1 {
  fill: #801810 !important; }

.color__yellow--1 {
  color: #fbb000 !important; }

.background-color__yellow--1 {
  background-color: #fbb000 !important; }

.border-color__yellow--1 {
  border-color: #fbb000 !important; }

.fill__yellow--1 {
  fill: #fbb000 !important; }

.color__yellow--2 {
  color: #fac800 !important; }

.background-color__yellow--2 {
  background-color: #fac800 !important; }

.border-color__yellow--2 {
  border-color: #fac800 !important; }

.fill__yellow--2 {
  fill: #fac800 !important; }

.color__yellow--3 {
  color: #fad342 !important; }

.background-color__yellow--3 {
  background-color: #fad342 !important; }

.border-color__yellow--3 {
  border-color: #fad342 !important; }

.fill__yellow--3 {
  fill: #fad342 !important; }

.color__yellow--4 {
  color: #fdebaf !important; }

.background-color__yellow--4 {
  background-color: #fdebaf !important; }

.border-color__yellow--4 {
  border-color: #fdebaf !important; }

.fill__yellow--4 {
  fill: #fdebaf !important; }

.color__yellow {
  color: #fac800 !important; }

.background-color__yellow {
  background-color: #fac800 !important; }

.border-color__yellow {
  border-color: #fac800 !important; }

.fill__yellow {
  fill: #fac800 !important; }

.color__brown--1 {
  color: #bd7019 !important; }

.background-color__brown--1 {
  background-color: #bd7019 !important; }

.border-color__brown--1 {
  border-color: #bd7019 !important; }

.fill__brown--1 {
  fill: #bd7019 !important; }

.color__brown--2 {
  color: #e28a27 !important; }

.background-color__brown--2 {
  background-color: #e28a27 !important; }

.border-color__brown--2 {
  border-color: #e28a27 !important; }

.fill__brown--2 {
  fill: #e28a27 !important; }

.color__brown {
  color: #bd7019 !important; }

.background-color__brown {
  background-color: #bd7019 !important; }

.border-color__brown {
  border-color: #bd7019 !important; }

.fill__brown {
  fill: #bd7019 !important; }

.color__blue {
  color: #1482c8 !important; }

.background-color__blue {
  background-color: #1482c8 !important; }

.border-color__blue {
  border-color: #1482c8 !important; }

.fill__blue {
  fill: #1482c8 !important; }

.color__green--1 {
  color: #377c1c !important; }

.background-color__green--1 {
  background-color: #377c1c !important; }

.border-color__green--1 {
  border-color: #377c1c !important; }

.fill__green--1 {
  fill: #377c1c !important; }

.color__green {
  color: #439f1f !important; }

.background-color__green {
  background-color: #439f1f !important; }

.border-color__green {
  border-color: #439f1f !important; }

.fill__green {
  fill: #439f1f !important; }

.color__error {
  color: #801810 !important; }

.background-color__error {
  background-color: #801810 !important; }

.border-color__error {
  border-color: #801810 !important; }

.fill__error {
  fill: #801810 !important; }

.color__favorite {
  color: #fac800 !important; }

.background-color__favorite {
  background-color: #fac800 !important; }

.border-color__favorite {
  border-color: #fac800 !important; }

.fill__favorite {
  fill: #fac800 !important; }

.color__white {
  color: #ffffff !important; }

.background-color__white {
  background-color: #ffffff !important; }

.border-color__white {
  border-color: #ffffff !important; }

.fill__white {
  fill: #ffffff !important; }

.color__link {
  color: #1482c8 !important; }

.background-color__link {
  background-color: #1482c8 !important; }

.border-color__link {
  border-color: #1482c8 !important; }

.fill__link {
  fill: #1482c8 !important; }

.color__link--hover {
  color: #1795dc !important; }

.background-color__link--hover {
  background-color: #1795dc !important; }

.border-color__link--hover {
  border-color: #1795dc !important; }

.fill__link--hover {
  fill: #1795dc !important; }

.color__activity--complete {
  color: #5bb836 !important; }

.background-color__activity--complete {
  background-color: #5bb836 !important; }

.border-color__activity--complete {
  border-color: #5bb836 !important; }

.fill__activity--complete {
  fill: #5bb836 !important; }

.color__activity--other {
  color: #bae1a2 !important; }

.background-color__activity--other {
  background-color: #bae1a2 !important; }

.border-color__activity--other {
  border-color: #bae1a2 !important; }

.fill__activity--other {
  fill: #bae1a2 !important; }

.color__activity--skipped {
  color: #373737 !important; }

.background-color__activity--skipped {
  background-color: #373737 !important; }

.border-color__activity--skipped {
  border-color: #373737 !important; }

.fill__activity--skipped {
  fill: #373737 !important; }

.color__road-racer {
  color: #fbb000 !important; }

.background-color__road-racer {
  background-color: #fbb000 !important; }

.border-color__road-racer {
  border-color: #fbb000 !important; }

.fill__road-racer {
  fill: #fbb000 !important; }

.color__road-racer--hover {
  color: #fac800 !important; }

.background-color__road-racer--hover {
  background-color: #fac800 !important; }

.border-color__road-racer--hover {
  border-color: #fac800 !important; }

.fill__road-racer--hover {
  fill: #fac800 !important; }

.color__road {
  color: #fbb000 !important; }

.background-color__road {
  background-color: #fbb000 !important; }

.border-color__road {
  border-color: #fbb000 !important; }

.fill__road {
  fill: #fbb000 !important; }

.color__road--hover {
  color: #fac800 !important; }

.background-color__road--hover {
  background-color: #fac800 !important; }

.border-color__road--hover {
  border-color: #fac800 !important; }

.fill__road--hover {
  fill: #fac800 !important; }

.color__triathlete {
  color: #1271b4 !important; }

.background-color__triathlete {
  background-color: #1271b4 !important; }

.border-color__triathlete {
  border-color: #1271b4 !important; }

.fill__triathlete {
  fill: #1271b4 !important; }

.color__triathlete--hover {
  color: #1482c8 !important; }

.background-color__triathlete--hover {
  background-color: #1482c8 !important; }

.border-color__triathlete--hover {
  border-color: #1482c8 !important; }

.fill__triathlete--hover {
  fill: #1482c8 !important; }

.color__off-road {
  color: #bd7019 !important; }

.background-color__off-road {
  background-color: #bd7019 !important; }

.border-color__off-road {
  border-color: #bd7019 !important; }

.fill__off-road {
  fill: #bd7019 !important; }

.color__off-road--hover {
  color: #e28a27 !important; }

.background-color__off-road--hover {
  background-color: #e28a27 !important; }

.border-color__off-road--hover {
  border-color: #e28a27 !important; }

.fill__off-road--hover {
  fill: #e28a27 !important; }

.color__enthusiast {
  color: #377c1c !important; }

.background-color__enthusiast {
  background-color: #377c1c !important; }

.border-color__enthusiast {
  border-color: #377c1c !important; }

.fill__enthusiast {
  fill: #377c1c !important; }

.color__enthusiast--hover {
  color: #439f1f !important; }

.background-color__enthusiast--hover {
  background-color: #439f1f !important; }

.border-color__enthusiast--hover {
  border-color: #439f1f !important; }

.fill__enthusiast--hover {
  fill: #439f1f !important; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.x-axis___1u6Ws,
.y-axis___28O20 {
  color: #b6b6b6;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.y-axis___28O20 g:not(:first-child) line {
  stroke-dasharray: 6 9;
  color: #aaaaaa4f; }

.mouse-line___sUK8E {
  stroke: #aaaaaa;
  stroke-width: 1px; }

.moving-average___1T0oH {
  pointer-events: none;
  stroke: #a9a9a9;
  stroke-width: 2;
  fill: none; }

.phase--base1___1Aivk,
.phase--base2___30BNO {
  fill: #f7b604; }

.phase--build___1Oy35 {
  fill: #e45814; }

.phase--specialty___2125r {
  fill: #801810; }

.tss-bar--workout___3tclI {
  fill: #5bb836; }

.tss-bar--event___2CpoQ {
  fill: #34681a; }

.tss-bar--empty___18uSW {
  fill: transparent; }

.tss-bar--hover___3tLve {
  fill: #fad342; }

.axis-labels--rotated___3jpy5 text {
  transform: rotate(-45deg) translate(5px, 5px); }

.chart__tooltip {
  position: relative;
  padding: 10px;
  font-size: 1.2rem;
  color: #838383;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2; }
  .chart__tooltip .chart__tooltip-upper {
    position: relative;
    font-size: 1.2rem;
    color: #838383;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    .chart__tooltip .chart__tooltip-upper p {
      margin: 0px;
      font-size: 1.2rem; }
      .chart__tooltip .chart__tooltip-upper p:before {
        color: #439f1f; }
      .chart__tooltip .chart__tooltip-upper p em {
        float: right;
        color: #838383; }
  .chart__tooltip .chart__tooltip-lower {
    padding: 10px;
    margin: 10px -10px -10px -10px;
    background: rgba(240, 240, 240, 0.5);
    border-top: 1px solid #e0e0e0; }
  .chart__tooltip .chart__tooltip-date {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    color: #6a6a6a;
    margin: 0px 0px 5px 0px; }
    .chart__tooltip .chart__tooltip-date strong {
      margin-left: 3px;
      flex-grow: 1; }
  .chart__tooltip .chart__tooltip-point {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    color: #838383;
    margin: 0px; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-label {
      display: flex;
      white-space: nowrap;
      overflow: hidden;
      max-width: 190px; }
      .chart__tooltip .chart__tooltip-point .chart__tooltip-label em {
        font-style: normal;
        text-align: right;
        width: 57px;
        margin-right: 6px; }
      .chart__tooltip .chart__tooltip-point .chart__tooltip-label a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 95px; }
        @media only screen and (min-width: 768px) {
          .chart__tooltip .chart__tooltip-point .chart__tooltip-label a {
            max-width: 135px; } }
      .chart__tooltip .chart__tooltip-point .chart__tooltip-label i {
        font-style: normal;
        color: #6a6a6a;
        margin: 0px 3px; }
      .chart__tooltip .chart__tooltip-point .chart__tooltip-label .chart__tooltip-season {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 90px; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-leader {
      flex-grow: 1;
      overflow: hidden;
      margin: 0px 4px;
      padding: 0px 30px 0px 0px; }
      .chart__tooltip .chart__tooltip-point .chart__tooltip-leader:before {
        float: left;
        width: 0;
        white-space: nowrap;
        content: "...................." "...................." "...................." "...................."; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-metric em {
      font-style: normal;
      color: #6a6a6a; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-metric.chart__tooltip-metric--positive em, .chart__tooltip .chart__tooltip-point .chart__tooltip-metric.chart__tooltip-metric--negative em {
      position: relative;
      padding-right: 12px; }
      .chart__tooltip .chart__tooltip-point .chart__tooltip-metric.chart__tooltip-metric--positive em:before, .chart__tooltip .chart__tooltip-point .chart__tooltip-metric.chart__tooltip-metric--negative em:before {
        content: "";
        position: absolute;
        top: 4px;
        right: 0px;
        width: 0;
        height: 0;
        border-style: solid; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-metric.chart__tooltip-metric--positive em:before {
      border-width: 0 4px 6px 4px;
      border-color: transparent transparent #439f1f transparent; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-metric.chart__tooltip-metric--negative em:before {
      border-width: 6px 4px 0 4px;
      border-color: #801810 transparent transparent transparent; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-point--indoor {
      color: #5bb836; }
    .chart__tooltip .chart__tooltip-point .chart__tooltip-point--outdoor {
      color: #bae1a2; }

