.yt-lite {
  background-color: #000;
  position: relative;
  display: block;
  contain: layout style;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
}

.yt-lite.lyt-activated::before {
  content: "";
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.yt-lite::after {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio, 56.25%);
}
.yt-lite > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.yt-lite > .lty-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.yt-lite > .lty-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 68px;
  height: 48px;
  z-index: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 68 48\"><path d=\"M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z\" fill=\"%23f00\"/><path d=\"M45 24 27 14v20\" fill=\"%23fff\"/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.8;
}
.yt-lite:hover > .lty-playbtn {
  filter: none;
  opacity: 1;
}
.yt-lite.lyt-activated {
  cursor: unset;
}
.yt-lite.lyt-activated::before,
.yt-lite.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

/* Visually hidden but accessible to screen readers */
.lty-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-video-hero-container{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:100%;position:relative;text-align:center;z-index:10}.home-video-hero-container .video-quote{margin-bottom:10px}.home-video-hero-container .sub-quote-and-author-container{align-items:center;display:flex;flex-wrap:wrap;font-size:18px;justify-content:center}.home-video-hero-container .sub-quote-and-author-container .quote-subtitle{font-style:italic}.home-video-hero-container .sub-quote-and-author-container .quote-author-label{margin-left:10px}@media only screen and (min-width: 768px){.home-video-hero-container .sub-quote-and-author-container .quote-subtitle,.home-video-hero-container .sub-quote-and-author-container .quote-author-label{white-space:nowrap}}.home-video-hero-container .video-hero-preface-title{color:#b4bfcc;text-transform:uppercase}.home-video-hero-container .selected-video-container{align-items:center;display:flex}@media only screen and (max-width: 768px){.home-video-hero-container .selected-video-container{flex-direction:column}}.home-video-hero-container .video-hero-video{margin:10px;max-width:100%;position:relative;width:400px;z-index:3}@media only screen and (max-width: 600px){.home-video-hero-container .video-hero-video{width:100%}}@media only screen and (min-width: 1024px){.home-video-hero-container .video-hero-video{width:600px}}@media only screen and (min-width: 1400px){.home-video-hero-container .video-hero-video{width:800px}}.home-video-hero-container .video-hero-video .lty-playbtn{cursor:pointer}.home-video-hero-container .video-hero-preface{margin-bottom:20px}.home-video-hero-container .video-hero-sidebar,.home-video-hero-container .video-hero-underlay{border-radius:5px;padding:15px 20px}@media only screen and (max-width: 600px){.home-video-hero-container .video-hero-sidebar,.home-video-hero-container .video-hero-underlay{width:100%}}@media only screen and (min-width: 768px){.home-video-hero-container .video-hero-sidebar,.home-video-hero-container .video-hero-underlay{padding:10px 15px 30px 30px}}.home-video-hero-container .video-hero-sidebar{margin-bottom:15px;margin-right:15px;margin-top:15px;position:relative;text-align:left}@media only screen and (max-width: 600px){.home-video-hero-container .video-hero-sidebar{margin-left:15px}}@media only screen and (min-width: 1400px){.home-video-hero-container .video-hero-sidebar{margin-bottom:50px;margin-top:50px}}.home-video-hero-container .video-hero-sidebar .video-hero-sidebar-content{height:100%;position:relative;z-index:2}.home-video-hero-container .video-hero-sidebar .video-hero-sidebar-content h3{font-size:20px;margin-bottom:15px}.home-video-hero-container .video-hero-sidebar .video-hero-sidebar-list{display:flex;flex-direction:column;justify-content:space-between;padding-left:15px}@media only screen and (min-width: 1024px){.home-video-hero-container .video-hero-sidebar .video-hero-sidebar-list{height:calc(100% - 50px)}}.home-video-hero-container .video-hero-sidebar .video-hero-sidebar-button{cursor:pointer}.home-video-hero-container .video-hero-sidebar .video-hero-sidebar-button:hover{text-decoration:underline}.home-video-hero-container .video-hero-underlay{background-color:#1c2b37;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:0}@media only screen and (min-width: 1024px){.home-video-hero-container .video-hero-underlay{left:-30px;width:120%}}.home-video-hero-container .more-videos-section{margin-top:40px}.home-video-hero-container .more-videos-section .experts-title{color:#b4bfcc;margin:0 0 10px;padding:0;text-transform:uppercase}@media only screen and (max-width: 600px){.home-video-hero-container .small-screen-hidden{display:none}}.home-video-hero-container .more-videos-container{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.home-video-hero-container .more-videos-container .video-thumbnail{border:3px solid rgba(0,0,0,0);border-radius:5px;cursor:pointer;padding:5px 10px;transition:500ms border-color ease-in-out}.home-video-hero-container .more-videos-container .video-thumbnail.is-selected{border-color:#8593a3}.home-video-hero-container .more-videos-container .video-thumbnail .thumbnail-image{border-radius:5px;height:180px;width:240px}.home-video-hero-container .more-videos-container .video-thumbnail:hover{border-color:#3e92cc}.home-video-hero-container .thumbnail-caption{color:#e1e6eb}
.import-uploader-app .import-drop-zone{border:1px solid rgba(0,0,0,0)}.import-uploader-app .import-drop-zone.active{border:1px solid #3e92cc;border-radius:5px}.import-uploader-app .padded-upload-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.import-uploader-app .drop-zone-inner{display:flex;flex-direction:column;justify-content:center;position:relative}.import-uploader-app .browse-link{font-size:15px;padding:16px}.import-uploader-app .file-uploading-name,.import-uploader-app .successful-upload-file-name{align-items:center;display:flex;font-size:18px;margin:15px 0}.import-uploader-app .file-uploading-name .material-icons{color:#b4bfcc;margin-right:10px}.import-uploader-app .upload-in-progress-container .upload-progress-outer-container{border-radius:5px;height:6px;margin:10px 0;position:relative;width:100%}.import-uploader-app .upload-in-progress-container .upload-progress-inner-fill{background:#3e92cc;border-radius:5px;height:100%;position:absolute;left:0;top:0}.import-uploader-app .upload-progress-label{font-size:12px;margin:15px 0}.import-uploader-app .cancel-upload{cursor:pointer;font-size:12px;margin:20px 0 10px 0}.import-uploader-app .successful-upload-file-name .material-icons{color:#0bbf7d;margin-right:10px}.import-uploader-app .start-trial-button{color:#fff;background:#3e92cc}.import-uploader-app .error-message{align-items:center;display:flex;margin:10px 0}.import-uploader-app .error-message .material-icons{color:#f95863;margin-right:4px}
.view-mode-carousel-container{display:flex;flex-direction:column}@media only screen and (min-width: 1400px){.view-mode-carousel-container{flex-direction:row}}.view-mode-carousel-container .view-mode-tabs-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;padding:5px}@media only screen and (min-width: 600px){.view-mode-carousel-container .view-mode-tabs-container{padding:5px 20px}}@media only screen and (min-width: 1024px){.view-mode-carousel-container .view-mode-tabs-container{align-items:stretch;padding:0;margin-bottom:0}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .view-mode-tabs-container{flex:1;flex-direction:column}}.view-mode-carousel-container .view-mode-tab-container{border-radius:30px;display:flex;flex-direction:column;justify-content:center;cursor:pointer;position:relative}.view-mode-carousel-container .view-mode-tab-container.is-selected{cursor:default}.view-mode-carousel-container .view-mode-tab-container.is-selected .overlay-container{opacity:1}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-jots .view-mode-icon{background:#ffb238}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-notes .view-mode-icon{background:#0bbf7d}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-tasks .view-mode-icon{background:#3e92cc}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-calendar .view-mode-icon{background:#bb5d9c}@media only screen and (min-width: 600px){.view-mode-carousel-container .view-mode-tab-container{flex-direction:row}}@media only screen and (min-width: 1024px){.view-mode-carousel-container .view-mode-tab-container{flex:1;margin-right:10px}.view-mode-carousel-container .view-mode-tab-container:last-of-type{margin-right:0}.view-mode-carousel-container .view-mode-tab-container:hover .tab-background{background:linear-gradient(180deg, #e1e6eb 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected .tab-background{opacity:.15}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-jots .tab-background{background:linear-gradient(180deg, #ffb238 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-notes .tab-background{background:linear-gradient(180deg, #0bbf7d 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-tasks .tab-background{background:linear-gradient(180deg, #3e92cc 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-calendar .tab-background{background:linear-gradient(180deg, #BB5D9C 80%, #F3F8FC 100%)}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .view-mode-tab-container{margin-bottom:10px}.view-mode-carousel-container .view-mode-tab-container.tab-jots{margin-left:30px}.view-mode-carousel-container .view-mode-tab-container.tab-notes{margin-left:60px}.view-mode-carousel-container .view-mode-tab-container.tab-tasks{margin-left:90px}.view-mode-carousel-container .view-mode-tab-container.tab-calendar{margin-left:120px}.view-mode-carousel-container .view-mode-tab-container:hover .tab-background{background:linear-gradient(90deg, #e1e6eb 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-jots .tab-background{background:linear-gradient(90deg, #ffb238 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-notes .tab-background{background:linear-gradient(90deg, #0bbf7d 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-tasks .tab-background{background:linear-gradient(90deg, #3e92cc 80%, #F3F8FC 100%)}.view-mode-carousel-container .view-mode-tab-container.is-selected.tab-calendar .tab-background{background:linear-gradient(90deg, #BB5D9C 80%, #F3F8FC 100%)}}.view-mode-carousel-container .overlay-container{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;opacity:.6;position:relative}.view-mode-carousel-container .overlay-container:hover{opacity:1}@media only screen and (min-width: 1024px){.view-mode-carousel-container .overlay-container{padding:10px;position:relative;z-index:2}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .overlay-container{align-items:flex-start;padding:15px 10px 15px 40px}}.view-mode-carousel-container .tab-background,.view-mode-carousel-container .tab-white-background{display:none;height:100%;position:absolute;width:100%}@media only screen and (min-width: 1024px){.view-mode-carousel-container .tab-background,.view-mode-carousel-container .tab-white-background{border-top-left-radius:10px;border-top-right-radius:10px;display:block;left:0;top:0}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .tab-background,.view-mode-carousel-container .tab-white-background{border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px}}@media only screen and (min-width: 1024px){.view-mode-carousel-container .tab-background{background:linear-gradient(180deg, #edf1f5 80%, #F3F8FC 100%);z-index:1}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .tab-background{background:linear-gradient(90deg, #edf1f5 80%, #F3F8FC 100%)}}@media only screen and (min-width: 1024px){.view-mode-carousel-container .tab-white-background{background:linear-gradient(180deg, var(--color-background-primary) 80%, #F3F8FC 100%);z-index:0}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .tab-white-background{background:linear-gradient(90deg, var(--color-background-primary) 80%, #F3F8FC 100%)}}.view-mode-carousel-container .view-mode-details-container{display:none}@media only screen and (min-width: 1024px){.view-mode-carousel-container .view-mode-details-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-bottom:15px;text-align:center}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .view-mode-details-container{margin-bottom:0;text-align:left}}.view-mode-carousel-container .view-mode-calendar-chevron{display:none}.view-mode-carousel-container .chevron-right{color:#8593a3;font-size:22px;margin-top:4px}@media only screen and (min-width: 600px){.view-mode-carousel-container .chevron-right{font-size:44px}}@media only screen and (min-width: 1024px){.view-mode-carousel-container .chevron-right{display:none}}.view-mode-carousel-container .view-mode-icon{align-items:center;align-self:center;background:#b4bfcc;border-radius:50px;color:#fff;display:flex;justify-content:center;padding:5px}@media only screen and (min-width: 1024px){.view-mode-carousel-container .view-mode-icon{position:absolute;top:-20px;z-index:2}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .view-mode-icon{left:-30px;position:absolute;top:15px}}.view-mode-carousel-container .view-mode-icon-image{align-self:center;width:22px;height:22px}@media only screen and (min-width: 600px){.view-mode-carousel-container .view-mode-icon-image{width:44px;height:44px}}.view-mode-carousel-container .view-mode-title{font-family:"PT Serif",serif;font-size:15px}@media only screen and (min-width: 600px){.view-mode-carousel-container .view-mode-title{font-size:20px;margin-left:10px}}@media only screen and (min-width: 1024px){.view-mode-carousel-container .view-mode-title{font-size:24px;margin-left:0;margin-top:30px}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .view-mode-title{margin-top:0}}.view-mode-carousel-container .view-mode-competitor-container{align-content:center;display:flex;justify-content:center;margin:10px 0}@media only screen and (min-width: 1024px){.view-mode-carousel-container .view-mode-competitor-container{flex-direction:column;justify-content:flex-start;margin-top:20px;margin-bottom:0}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .view-mode-competitor-container{justify-content:flex-start;margin-top:10px;margin-bottom:0}}.view-mode-carousel-container .competitor-text{color:#8593a3;font-size:12px;padding-right:6px;text-transform:uppercase}@media only screen and (min-width: 1024px){.view-mode-carousel-container .competitor-text{margin-bottom:6px}}.view-mode-carousel-container .competitor-logos>img{margin:0 4px;height:22px;width:22px}.view-mode-carousel-container>.view-mode-selected-details-container .view-mode-details-container{display:block}@media only screen and (min-width: 1024px){.view-mode-carousel-container>.view-mode-selected-details-container{display:none}}.view-mode-carousel-container>.view-mode-selected-details-container .view-mode-title{display:none}.view-mode-carousel-container>.view-mode-selected-details-container .view-mode-description{font-size:16px;margin:20px 0;text-align:center}@media only screen and (min-width: 600px){.view-mode-carousel-container>.view-mode-selected-details-container .view-mode-description{font-size:18px}}@media only screen and (min-width: 1024px){.view-mode-carousel-container>.view-mode-selected-details-container .view-mode-description{font-size:16px;margin:15px 0}}.view-mode-carousel-container .featured-view-mode{text-align:center}@media only screen and (min-width: 1400px){.view-mode-carousel-container .featured-view-mode{flex:2}}.view-mode-carousel-container .feature-image{max-width:100%}@media only screen and (min-width: 1024px){.view-mode-carousel-container .feature-image{width:1000px}}@media only screen and (min-width: 1400px){.view-mode-carousel-container .feature-image{width:auto}}

/*# sourceMappingURL=root_index_app-bc11a6e2.css.map*/