.tpt-frontend .CarouselArrow{align-items:center;color:#777;cursor:pointer;display:flex;justify-content:center;padding:0 6px;transition:color .2s ease-in-out}.tpt-frontend .CarouselArrow:hover{color:#222}.tpt-frontend .CarouselArrow__svg{height:30px;width:30px}.tpt-frontend .Dot{background-color:#dcdcde;border-radius:6px;display:inline-block;height:6px;transition:background-color .2s ease-in-out;width:6px}.tpt-frontend .Dot:hover{background-color:#8e9198}.tpt-frontend .Dot--blue{background-color:#2885bf}.tpt-frontend .Dot--green{background-color:#67e0a6}.tpt-frontend .Dot--green:hover{background-color:#38df95}.tpt-frontend .Dot--large{border-radius:8px;height:8px;width:8px}.tpt-frontend .Dot--xlarge{border-radius:12px;height:12px;width:12px}.tpt-frontend .Dot--xxlarge{border-radius:16px;height:16px;width:16px}.tpt-frontend .CarouselDot{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:6px}.tpt-frontend .CarouselDots{align-content:center;display:flex;flex-wrap:wrap;height:24px;justify-content:center;margin-top:24px;width:100%}.tpt-frontend .Carousel{margin-left:-9px;margin-right:-9px}.tpt-frontend .Carousel .slick-slide{padding:0 9px}.tpt-frontend .Carousel.Carousel--arrowsTopRight{max-width:100%}.tpt-frontend .Carousel.Carousel--arrowsTopRight .slick-arrow.slick-next{position:absolute!important;right:40px;top:-40px}.tpt-frontend .Carousel.Carousel--arrowsTopRight .slick-arrow.slick-prev{float:right;left:-80px;top:-40px}.tpt-frontend .Carousel.Carousel--arrowsTopRight .slick-slider,.tpt-frontend .Carousel.Carousel--arrowsTopRight .slick-slider .slick-list{width:100%}.tpt-frontend .Carousel.Carousel--arrowsAround .slick-arrow.slick-next,.tpt-frontend .Carousel.Carousel--arrowsAround .slick-arrow.slick-prev{margin-top:-24px;position:absolute!important;top:50%;transform:translateY(-50%)}.tpt-frontend .slick-arrow.slick-next,.tpt-frontend .slick-arrow.slick-prev{height:auto;width:auto}.tpt-frontend .slick-arrow.slick-next:after,.tpt-frontend .slick-arrow.slick-next:before,.tpt-frontend .slick-arrow.slick-prev:after,.tpt-frontend .slick-arrow.slick-prev:before{display:none}.tpt-frontend .TruncatedTextBox{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;word-break:break-word}.tpt-frontend .TruncatedTextBox,.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-xs);line-clamp:var(--truncate-textbox-xs)}@media(min-width:580px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-sm);line-clamp:var(--truncate-textbox-sm)}}@media(min-width:768px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-md);line-clamp:var(--truncate-textbox-md)}}@media(min-width:980px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-lg);line-clamp:var(--truncate-textbox-lg)}}@media(min-width:1200px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-xl);line-clamp:var(--truncate-textbox-xl)}}.tpt-frontend .Button{border-radius:3px;cursor:pointer;font-family:var(--ds-font-family);font-weight:var(--ds-font-weight-strong);line-height:1;text-align:center;transition:all .2s ease-in-out}.tpt-frontend .Button:disabled{cursor:not-allowed}.tpt-frontend .Button:disabled,.tpt-frontend .Button:disabled:hover{background:#ddd;border:1px solid transparent;color:#777}.tpt-frontend .Button--primary{background:#0aa96c;border:1px solid transparent;color:#fff}.tpt-frontend .Button--primary:hover{background:#07794d}.tpt-frontend .Button--small{font-size:1rem;line-height:1.6;padding:3px 6px}.tpt-frontend .Button--small .Button__iconLeft{margin-right:6px}.tpt-frontend .Button--small .Button__iconRight{margin-left:6px}.tpt-frontend .Button--primaryLink,.tpt-frontend .Button--whiteLink{background-color:transparent;color:#777}.tpt-frontend .Button--primaryLink:hover,.tpt-frontend .Button--whiteLink:hover{background-color:transparent;text-decoration:underline}.tpt-frontend .Button--fullWidth{width:100%}.tpt-frontend .Button--medium{font-size:1rem;padding:12px 18px}.tpt-frontend .Button--medium .Button__iconLeft{margin-right:12px}.tpt-frontend .Button--medium .Button__iconRight{margin-left:12px}.tpt-frontend .Button--link{display:inline-block}.tpt-frontend .Button--primaryOutline{background:transparent;border:1px solid #067c64;color:#067c64}.tpt-frontend .Button--primaryOutline:hover{border-color:#044b3d;color:#044b3d}.tpt-frontend .Button--primaryLink{color:#067c64}.tpt-frontend .Button--secondary{background:#ccc;border:1px solid transparent;color:#222}.tpt-frontend .Button--secondary:hover{background:#5e5e5e;color:#fff}.tpt-frontend .Button--secondaryOutline{background:#fff;border:1px solid #ddd;color:#666}.tpt-frontend .Button--secondaryOutline:hover{border-color:#c4c4c4;color:#090909}.tpt-frontend .Button--tertiary{background:transparent;border:1px solid transparent;color:#067c64}.tpt-frontend .Button--white{background:#fff;border:1px solid transparent;color:inherit}.tpt-frontend .Button--white:hover{background:rgba(0,0,0,.4);color:#fff}.tpt-frontend .Button--whiteOutline{background:transparent;border:1px solid #fff;color:#fff}.tpt-frontend .Button--whiteOutline:hover{border-color:rgba(0,0,0,.4)}.tpt-frontend .Button--red{background:#c73833;border:1px solid transparent;color:#fff}.tpt-frontend .Button--red:hover{background:#9e2d29}.tpt-frontend .Button--redLink{background-color:transparent;color:#c73833}.tpt-frontend .Button--redLink:hover{background-color:transparent;text-decoration:underline}.tpt-frontend .Button--gray{background-color:#ccc;border:1px solid transparent;color:#666}.tpt-frontend .Button--gray:hover{background-color:gray(dark);color:#fff}.tpt-frontend .Button--grayLink{background-color:#fff;border:none;color:#777}.tpt-frontend .Button--grayLink:hover{color:#666}.tpt-frontend .Button--grayOutline{background-color:#fff;border:1px solid #ddd;color:#777}.tpt-frontend .Button--grayOutline:hover{border-color:#222;color:#222}.tpt-frontend .Button--highlight{background-color:#2d9cdb;color:#fff}.tpt-frontend .Button--highlight:hover{background-color:#0a71b4}.tpt-frontend .VideoDuration{background-color:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:.9em;padding:.5em 1em}.tpt-frontend .VideoDuration__icon{margin-right:.2em}.tpt-frontend .SmartPricingProductCard__title{font-size:1rem;font-weight:var(--ds-font-weight-strong);line-height:1.2;margin:12px 0 0}.tpt-frontend .SmartPricingProductCard__price{color:#777;display:flex;justify-content:center;margin:6px 0}.tpt-frontend .SmartPricingProductCard__editButton{margin:0 30px}.tpt-frontend .SmartPricingProductThumbnail{position:relative;width:100%}.tpt-frontend .SmartPricingProductThumbnail:before{content:"";display:block;padding-top:100%}.tpt-frontend .SmartPricingProductThumbnail__container .VideoDuration{bottom:6px;position:absolute;right:6px}.tpt-frontend .SmartPricingProductThumbnail__thumbnail{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.tpt-frontend .SmartPricingProductThumbnail__container{align-items:center;border:#ddd;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.tpt-frontend .SmartPricingProductPrice{display:flex}.tpt-frontend .SmartPricingProductPrice--discounted{padding-right:6px;text-decoration:line-through}.tpt-frontend .SmartPricingModal--withArrows{margin:60px 0 0}.tpt-frontend .SmartPricingModal--noArrows{margin:18px 0 0}.tpt-frontend .slick-track{margin:0 auto}.tpt-frontend .Label{display:block}.tpt-frontend .Label__caption,.tpt-frontend .Label__help,.tpt-frontend .Label__title{display:block;margin-bottom:12px}.tpt-frontend .Label__caption,.tpt-frontend .Label__help{color:#777;font-size:1rem;font-weight:400}.tpt-frontend .Label__help{margin-bottom:0}.tpt-frontend .Label--error .Label__caption,.tpt-frontend .Label--error .Label__title{color:#c73833}.tpt-frontend .Label--success .Label__caption,.tpt-frontend .Label--success .Label__title{color:#0aa96c}.tpt-frontend .Label--classfund.Label--error,.tpt-frontend .Label--classfund.Label--success{text-align:right}.tpt-frontend .Label--classfund.Label--success .Label__caption,.tpt-frontend .Label--classfund.Label--success .Label__title{line-height:.95}.tpt-frontend .Label--classfund.Label--success .Label__caption:after,.tpt-frontend .Label--classfund.Label--success .Label__title:after{content:"\ea12";display:inline-block;font-family:tpticon;margin-left:16px}.tpt-frontend .Label--inline{align-items:center;display:inline-flex;margin-bottom:4px;text-align:left}.tpt-frontend .Label--inline .Label__caption,.tpt-frontend .Label--inline .Label__title{margin-bottom:0}.tpt-frontend .Label--inline>*{margin-right:16px}.tpt-frontend .Label--inline>:last-child{margin-right:0}.tpt-frontend .Label--fullWidth{display:flex;width:100%}.tpt-frontend .Label--fullWidth>.Label__title{flex:1}.tpt-frontend .Label--help{display:flex;flex-wrap:wrap}.tpt-frontend .Label--help .Label__title{flex-basis:auto;flex-grow:2}.tpt-frontend .Label--help .Label__help{flex-basis:auto;flex-grow:1;text-align:right}.tpt-frontend .Label--help>*{flex-basis:100%}.tpt-frontend .Label--help.Label--inline{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-content:flex-start}.tpt-frontend .Label--help.Label--inline .Label__help{display:inline;flex-grow:0;padding:1px 0}.tpt-frontend .Label--help.Label--inline .Label__title{flex-grow:0}.tpt-frontend .Label--help.Label--inline>*{flex-basis:auto}.tpt-frontend .InputWrapper{position:relative}.tpt-frontend .InputWrapper .tpticon-exclamation-triangle{color:#c73833}.tpt-frontend .InputWrapper__withSmartPlaceholder{display:block}.tpt-frontend .InputWrapper__withSmartPlaceholder.InputWrapper--light .Input__smartPlaceholder{padding:0;transform:translateY(23px) scale(1)}.tpt-frontend .InputWrapper__withSmartPlaceholder .Input__smartPlaceholder{background-color:#fff;color:#666;font-size:18px;left:0;line-height:1;padding:0 6px;position:absolute;top:0;transform:translate(12px,18px) scale(1);transform-origin:top left;transition:color .2s cubic-bezier(0,0,.2,1) 0ms,transform .2s cubic-bezier(0,0,.2,1) 0ms;z-index:1}.tpt-frontend .InputWrapper__withSmartPlaceholderActive .Input__smartPlaceholder{color:#777;font-size:1rem;transform:translate(12px,-8px) scale(.9)}.tpt-frontend .InputWrapper__withSmartPlaceholderActive.InputWrapper--light .Input__smartPlaceholder{font-size:1rem;transform:translateY(-3px) scale(1)}.tpt-frontend .Input{background-color:#fff;border:1px solid #ddd;border-radius:3px;color:#222;font-family:var(--ds-font-family);font-size:18px;padding:12px 18px;width:100%;-webkit-font-smoothing:antialiased}.tpt-frontend .Input::placeholder{color:#777}.tpt-frontend .Input:hover{border-color:#0aa96c}.tpt-frontend .Input:disabled{background-color:#ddd;border:1px solid transparent;color:#666}.tpt-frontend .Input--light{border:none;border-bottom:2px solid #ddd;border-radius:0;color:#222;font-size:1rem;padding:12px 0}.tpt-frontend .Input--light:hover{border-color:#ddd}.tpt-frontend .Input--error{border-color:#c73833;margin-bottom:12px}.tpt-frontend .Input--success{border-color:#0aa96c}.tpt-frontend .Input--hasIconLeft{padding-left:48px}.tpt-frontend .Input--hasIconRight{padding-right:48px}.tpt-frontend .Input__iconLeft,.tpt-frontend .Input__iconRight{font-size:22px;margin-top:-1px;position:absolute;top:50%;transform:translateY(-50%)}.tpt-frontend .Input__iconLeft{left:18px}.tpt-frontend .Input__iconRight{right:18px}.tpt-frontend .Table{border-collapse:collapse;border-spacing:0;width:100%}.tpt-frontend .Table thead{background-color:transparent;color:#777;text-align:left;word-break:normal}.tpt-frontend .Table thead th{padding:12px}.tpt-frontend .Table tbody td{padding:12px;text-align:left;word-break:normal}.tpt-frontend .Table tbody tr:hover{background:#f5f5f5}.tpt-frontend .Table--bordered tbody tr,.tpt-frontend .Table--bordered thead{border-bottom:1px solid #ddd}.tpt-frontend .Table--bordered tbody tr:last-child{border-bottom:none}.tpt-frontend .Table--striped tbody tr:hover{background:transparent}.tpt-frontend .Table--striped tbody tr:nth-child(odd){background:#f5f5f5}.tpt-frontend .LicenseFormBespoke{font-size:1rem}.tpt-frontend .LicenseFormBespoke__description{margin-bottom:24px;text-align:left}.tpt-frontend .LicenseFormBespoke__form{margin-bottom:24px}.tpt-frontend .LicenseFormBespoke__row{align-items:center;display:flex;margin-bottom:12px}.tpt-frontend .LicenseFormBespoke__row>.Label:first-of-type{margin:0 12px 0 0}.tpt-frontend .LicenseFormBespoke__row>.Label:nth-of-type(2){margin:0 12px}.tpt-frontend .LicenseFormBespoke__row .Label,.tpt-frontend .LicenseFormBespoke__row .LicenseFormBespoke__label{vertical-align:middle}.tpt-frontend .LicenseFormBespoke__row .Input{font-size:1rem;padding:6px 12px;width:64px}.tpt-frontend .LicenseFormBespoke .Table{margin-bottom:16px}.tpt-frontend .LicenseFormBespoke .Table th{color:var(--ds-color-context-text-default);font-size:12px;font-weight:500;text-transform:uppercase}.tpt-frontend .LicenseFormBespoke .Table__tableRow--body td{font-size:16px;width:50%}.tpt-frontend .LicenseFormBespoke .Table__tableRow--body:last-child{border-bottom:1px solid #ddd;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .LicenseButton{margin-bottom:8px}.tpt-frontend .LicenseButton__anchorContainer{margin-top:16px}.tpt-frontend .LicenseButton__anchor{color:#777;font-size:1rem;text-align:center;text-decoration-line:underline;width:100%}.tpt-frontend .LicenseButton__anchor:hover{cursor:pointer;text-decoration-line:underline}@keyframes progress-spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tpt-frontend .Spinner{color:#ccc;display:inline-block;line-height:1}.tpt-frontend .Spinner__svg{animation:progress-spinner-rotate .6s linear infinite}.tpt-frontend .Spinner--primary{color:#067c64}.tpt-frontend .Spinner--white{color:#fff}.tpt-frontend .Spinner__circle{stroke:currentColor}.tpt-frontend .DSButton{border:none;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;line-height:1;margin:0;overflow:visible;padding:0;position:relative;text-align:center;text-decoration:none;text-transform:none;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;-webkit-user-select:none;user-select:none;white-space:nowrap}.tpt-frontend .DSButton__content{align-items:center;display:flex;justify-content:center;position:relative;transition:color .2s ease-in-out}.tpt-frontend .DSButton__text{font-family:var(--ds-font-family);font-size:1rem;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .DSButton__icon{align-items:center;display:flex;font-size:1rem;justify-content:center}.tpt-frontend .DSButton__icon--left,.tpt-frontend .DSButton__loader{margin-right:.5em}.tpt-frontend .DSButton__icon--right{margin-left:.5em}.tpt-frontend .DSButton--primary{background-color:#067c64;border:1px solid #067c64}.tpt-frontend .DSButton--primary .DSButton__content{color:#fff}.tpt-frontend .DSButton--primary:not(:disabled):hover{background-color:#055f4c;border-color:#055f4c}.tpt-frontend .DSButton--primary:not(:disabled):active{border-color:#034235}.tpt-frontend .DSButton--secondary{background-color:#fff;border:1px solid #ccc}.tpt-frontend .DSButton--secondary .DSButton__content{color:#666}.tpt-frontend .DSButton--secondary:not(:disabled):hover{background-color:#fff;border-color:#067c64}.tpt-frontend .DSButton--secondary:not(:disabled):hover .DSButton__content{color:#067c64}.tpt-frontend .DSButton--secondary:not(:disabled):active{border-color:#055f4c}.tpt-frontend .DSButton--secondary:not(:disabled):active .DSButton__content{color:#055f4c}.tpt-frontend .DSButton--destructive{background-color:#c73833;border:1px solid transparent}.tpt-frontend .DSButton--destructive .DSButton__content{color:#fff}.tpt-frontend .DSButton--destructive:not(:disabled):hover{background-color:#af312d}.tpt-frontend .DSButton--tertiary .DSButton__content,.tpt-frontend .DSButton--tertiary:not(:disabled):hover .DSButton__content{color:#067c64}.tpt-frontend .DSButton--tertiary:not(:disabled):hover .DSButton__text{text-decoration:underline}.tpt-frontend .DSButton--tertiary:not(:disabled):active .DSButton__content{color:#055f4c}.tpt-frontend .DSButton--tertiary.DSButton--disabled,.tpt-frontend .DSButton--tertiary.DSButton:disabled{background:none;border:none}.tpt-frontend .DSButton--tertiary-destructive .DSButton__content,.tpt-frontend .DSButton--tertiary-destructive:not(:disabled):hover .DSButton__content{color:#c73833}.tpt-frontend .DSButton--tertiary-destructive:not(:disabled):active .DSButton__content{color:#962a27}.tpt-frontend .DSButton--expressive{background-color:#1c79cd;border:1px solid transparent}.tpt-frontend .DSButton--expressive .DSButton__content{color:#fff}.tpt-frontend .DSButton--expressive:not(:disabled):hover{background-color:#105f9e}.tpt-frontend .DSButton--primaryOutline{background-color:transparent;border:1px solid #067c64}.tpt-frontend .DSButton--primaryOutline .DSButton__content{color:#067c64}.tpt-frontend .DSButton--primaryOutline:not(:disabled):hover{background-color:transparent;border-color:#055f4c}.tpt-frontend .DSButton--primaryOutline:not(:disabled):active{border-color:#034235}.tpt-frontend .DSButton{min-height:auto}.tpt-frontend .DSButton--contained{min-width:54px}.tpt-frontend .DSButton--uncontained{background-color:transparent;border:none;padding:0}.tpt-frontend .DSButton--fullWidth{display:block;width:100%}.tpt-frontend .DSButton--small .DSButton__icon,.tpt-frontend .DSButton--small .DSButton__text{font-size:1rem}.tpt-frontend .DSButton--large .DSButton__icon,.tpt-frontend .DSButton--large .DSButton__text{font-size:18px}.tpt-frontend .DSButton--contained.DSButton--small{line-height:1;min-height:30px;padding:6px 12px}.tpt-frontend .DSButton--contained.DSButton--small:after,.tpt-frontend .DSButton--contained.DSButton--small:before{content:"";display:block;height:0;width:0}.tpt-frontend .DSButton--contained.DSButton--small:before{margin-bottom:-.00435em}.tpt-frontend .DSButton--contained.DSButton--small:after{margin-top:-.0913em}.tpt-frontend .DSButton--contained.DSButton--medium{min-height:42px;padding:12px 18px}.tpt-frontend .DSButton--contained.DSButton--large{min-height:54px;padding:12px 30px}.tpt-frontend .DSButton--disabled,.tpt-frontend .DSButton--loading,.tpt-frontend .DSButton:disabled{background-color:#f5f5f5;border:1px solid #ddd;cursor:not-allowed}.tpt-frontend .DSButton--disabled .DSButton__icon,.tpt-frontend .DSButton--disabled .DSButton__text,.tpt-frontend .DSButton--loading .DSButton__icon,.tpt-frontend .DSButton--loading .DSButton__text,.tpt-frontend .DSButton:disabled .DSButton__icon,.tpt-frontend .DSButton:disabled .DSButton__text{color:#ccc}.tpt-frontend .ClassFundWishlistModal{text-align:center}.tpt-frontend .ClassFundWishlistModal__close{min-height:none;position:absolute;right:0;top:0}@media(min-width:768px){.tpt-frontend .ClassFundWishlistModal__close{right:-70px}}.tpt-frontend .ClassFundWishlistModal__close:before{background-color:transparent;border-radius:3px;color:#666;content:"×";display:block;font-size:44px;font-weight:400;line-height:1;padding:6px 18px;text-align:center}@media(min-width:768px){.tpt-frontend .ClassFundWishlistModal__close:before{background-color:rgba(0,0,0,.8);color:#fff}}.tpt-frontend .ClassFundWishlistModal__modal{background:#fff;background:linear-gradient(180deg,#fff 25%,#cce5d8);border:none;left:50%;padding:24px;position:fixed;top:50%;transform:translate(-50%,-50%);width:350px;z-index:202}@media(min-width:768px){.tpt-frontend .ClassFundWishlistModal__modal{padding:30px 60px;width:650px}}.tpt-frontend .ClassFundWishlistModal__classFundLogo{width:170px}.tpt-frontend .ClassFundWishlistModal__total{font-size:23px;font-weight:800}@media(min-width:768px){.tpt-frontend .ClassFundWishlistModal__total{font-size:27px}}.tpt-frontend .ClassFundWishlistModal__subheader{font-size:18px;padding:0 18px 24px}@media(min-width:768px){.tpt-frontend .ClassFundWishlistModal__subheader{padding:0 60px 24px}}.tpt-frontend .ClassFundWishlistModal__overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:201}.tpt-frontend .ClassFundWishlistModal__feedWrapper{height:224px}.tpt-frontend .AddToWishList.loading{background-color:transparent;border:none}.tpt-frontend .AddToWishList.loading .DSButton__content{background-color:#f5f5f5;border-radius:3px}.tpt-frontend .AddToWishList.loading .DSButton__content .DSButton__loader{display:none}.tpt-frontend .AddToWishList.loading .DSButton__content .DSButton__icon,.tpt-frontend .AddToWishList.loading .DSButton__content .DSButton__text{visibility:hidden}.tpt-frontend .AddToWishList__icon{animation:bounce .2s ease .5s forwards}.tpt-frontend .AddToWishList__iconProgress{stroke-dasharray:317;stroke-dashoffset:364;animation:dash 1s linear forwards,dark .2s linear .5s forwards;stroke:#67e0a6}@keyframes bounce{0%{transform:scale(1)}30%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes dash{to{stroke-dashoffset:100}}@keyframes dark{to{stroke:#32353e}}.tpt-frontend .DialogModal__buttonPair{margin-top:24px;padding-top:24px;text-align:left}.tpt-frontend .DialogModal__buttonPair:last-child{border-top:1px solid #ddd}.tpt-frontend .DialogModal__overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:202}.tpt-frontend .DialogModal__content{border:none;border-radius:3px;display:flex;flex-direction:column;left:50%;max-height:100vh;max-width:650px;min-width:150px;outline:none;position:fixed;top:50%;transform:translate(-50%,-50%);width:80%}.tpt-frontend .DialogModal__content--large{height:80vh;max-height:80vh;max-width:80vw;width:80vw}.tpt-frontend .DialogModal__content--xtra--large{height:100vh;margin-left:-30px;max-height:95vh;max-width:95vw;width:90vw}.tpt-frontend .DialogModal__content--small{max-width:500px}.tpt-frontend .DialogModal__content--wide{max-height:80vh;max-width:80vw;width:80vw}.tpt-frontend .DialogModal__content--lg{height:80vh;max-height:80vh;max-width:850px;width:100%}.tpt-frontend .DialogModal__content--mobile{width:95%}@media(min-width:768px){.tpt-frontend .DialogModal__content--mobile{width:80%}}.tpt-frontend .DialogModal__content--mobile .DialogModal__closeButton{right:0;z-index:1}.tpt-frontend .DialogModal__content--mobile .DialogModal__closeButton:before{background-color:transparent;color:#666}.tpt-frontend .DialogModal__content--mobile .DialogModal__buttonPair div{flex-direction:column;text-align:center}@media(min-width:580px){.tpt-frontend .DialogModal__content--mobile .DialogModal__buttonPair div{display:flex;flex-flow:row-reverse;justify-content:space-between}.tpt-frontend .DialogModal__content--mobile .DialogModal__buttonPair .DialogModal__buttonPair__container{display:flex;flex-flow:row-reverse;justify-content:end}.tpt-frontend .DialogModal__content--mobile .DialogModal__declineButton{padding:0}.tpt-frontend .DialogModal__content--mobile .DialogModal__declineButton .Button{padding-left:0}.tpt-frontend .DialogModal__content--mobile .DialogModal__declineButton__rebranded{margin-right:8px}}.tpt-frontend .DialogModal__content--fullscreen{background-color:#fff;height:100vh;max-height:100vh;max-width:100vw;overflow:scroll;width:100vw}.tpt-frontend .DialogModal__content--stretchVt{background-color:#fff;height:calc(100vh - 100px);max-height:calc(100vh - 100px)}.tpt-frontend .DialogModal__content--stretchHz{background-color:#fff;max-width:calc(100vw - 150px);width:calc(100vw - 150px)}.tpt-frontend .DialogModal__content--consumePd{height:auto;max-height:100%}.tpt-frontend .DialogModal__content--fixed-bottom{bottom:0;max-width:100%;top:auto;transform:translate(-50%);width:100%}.tpt-frontend .DialogModal__body{background-color:#fff;border:none;border-radius:3px;max-height:100vh;overflow-y:auto;padding:24px;position:relative}.tpt-frontend .DialogModal__body--fullscreen{height:100%;padding:0 12px}.tpt-frontend .DialogModal__body--large,.tpt-frontend .DialogModal__body--stretchVt,.tpt-frontend .DialogModal__body--wide{height:100%}.tpt-frontend .DialogModal__header{color:#222;font-size:22px;font-weight:var(--ds-font-weight-strong);margin:0 0 12px}.tpt-frontend .DialogModal__header__container{align-items:start;display:flex;justify-content:space-between}.tpt-frontend .DialogModal__header__rebranded{color:#222;font-size:20px;font-weight:var(--ds-font-weight-strong);margin:0 0 12px}.tpt-frontend .DialogModal__footer{margin-top:24px}.tpt-frontend .DialogModal__declineButton,.tpt-frontend .DialogModal__successButton{border:0;outline:none}.tpt-frontend .DialogModal__successButton{background-color:#0aa96c;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:12px 18px;text-align:center}.tpt-frontend .DialogModal__successButton:hover{background:#067c64}.tpt-frontend .DialogModal__declineButton{display:inline-block;padding:12px}.tpt-frontend .DialogModal__declineButtonLink{color:#777;font-size:1rem}.tpt-frontend .DialogModal__declineButtonLink:hover{color:#000;cursor:pointer;text-decoration:underline;transition:all .2s ease-in-out}.tpt-frontend .DialogModal__declineButton__icon{align-items:center;color:#898aad;display:flex;justify-content:center}.tpt-frontend .DialogModal__buttonPairHelperText{padding-bottom:12px;padding-left:3px}.tpt-frontend .DialogModal__closeButton{min-height:none;position:absolute;right:-70px}.tpt-frontend .DialogModal__closeButton:before{background-color:rgba(0,0,0,.8);border-radius:3px;color:#fff;content:"×";display:block;font-size:44px;font-weight:400;line-height:1;padding:6px 18px;text-align:center}.tpt-frontend .DialogModal__headSection{border-bottom:1px solid #ccc;display:flex;font-size:18px;min-height:60px}.tpt-frontend .DialogModal__headSection--title{color:#222;flex:10;padding:18px}.tpt-frontend .DialogModal__headSection--close{border-left:1px solid #ccc;padding:18px;text-align:center}.tpt-frontend .DialogModal__headSection--closeButton{color:#222;line-height:0;vertical-align:middle}.tpt-frontend .DialogModal__headSection--closeButton:before{color:#222;content:"×";font-size:36px;font-weight:400;padding:0 6px}.ReactModal__Body--open{overflow:hidden}.tpt-frontend .ImageMagnifier__largeImage{background-color:#fff;border:2px solid #000;display:none;left:100%;padding:10px;position:absolute;top:-100px;z-index:303}.tpt-frontend .ImageMagnifier__largeImage--show{display:block}.tpt-frontend .ProductImage{background-position:50%;background-size:contain;max-height:100%;max-width:100%;position:relative}.tpt-frontend .ProductImage .VideoDuration{bottom:6px;position:absolute;right:6px}.tpt-frontend .ProductImage--asBackground{height:162px}.tpt-frontend .ProductImage--small{max-height:80px}.tpt-frontend .ProductImage--medium{max-height:162px}.tpt-frontend .ProductImage--large{max-height:250px;max-width:250px}@media(min-width:580px){.tpt-frontend .ProductImage--large{max-height:162px;max-width:162px}}@media(min-width:768px){.tpt-frontend .ProductImage--large{max-height:250px;max-width:250px}}.tpt-frontend .ProductImage--asBackgroundLarge{max-height:250px;max-width:250px}.tpt-frontend .ProductImage--productRowSize{max-height:100px}.tpt-frontend .ResponsiveProductImage{display:flex;height:100%;position:relative;width:100%}.tpt-frontend .ResponsiveProductImage .VideoDuration{bottom:6px;display:none;position:absolute;right:6px}@media(min-width:580px){.tpt-frontend .ResponsiveProductImage .VideoDuration{display:block}}.tpt-frontend .ResponsiveProductImage--alwaysShowDuration .VideoDuration{display:block}.tpt-frontend .ResponsiveProductImage img{align-self:center;margin:auto;max-height:100%;max-width:100%}.tpt-frontend .ProductRowImageBespoke{text-align:center;width:100%}.tpt-frontend .ProductRowImageBespoke .ProductImage.ProductImage--small{max-height:64px;max-width:64px}.tpt-frontend .Avatar__img{border-radius:50%}.tpt-frontend .Avatar__img--small{height:20px;width:20px}.tpt-frontend .Avatar__img--base{height:50px;width:50px}.tpt-frontend .Avatar__img--medium{height:75px;width:75px}.tpt-frontend .Avatar__img--large{height:125px;width:125px}.tpt-frontend .Avatar__img--mobile{height:40px;width:40px}.tpt-frontend .ProductRowStoreBespoke{margin-bottom:16px}.tpt-frontend .ProductRowStoreBespoke:hover{color:#000}.tpt-frontend .ProductRowStoreBespoke__avatar{display:inline;margin-right:6px}.tpt-frontend .ProductRowStoreBespoke__storeName{display:inline-block}.tpt-frontend .ProductRowStoreBespoke__storeName>a{color:#767676}.tpt-frontend .ProductRowStoreBespoke__storeName>a:hover{color:#000}.tpt-frontend .ProductRowStoreBespoke__storeName__rebranded{color:#767676}.tpt-frontend .ProductRowStoreBespokeRebranded{align-items:center;gap:8px;margin-bottom:16px}.tpt-frontend .ProductRowStoreBespokeRebranded__store{margin:0!important;min-width:-moz-fit-content;min-width:fit-content}.tpt-frontend .DownloadButton__text{display:block;text-align:center;width:100%}.tpt-frontend .DownloadButton__sublabel{margin-bottom:-8px;margin-top:4px}.tpt-frontend .FrequentlyAssignedBadge{align-items:center;display:flex}.tpt-frontend .FrequentlyAssignedBadge__icon{align-self:baseline;color:#67e0a6;margin-right:4px;margin-top:4px}.tpt-frontend .FrequentlyAssignedBadge--circle{color:#000;font-size:14px;text-align:left}.tpt-frontend .FrequentlyAssignedBadge--circle .tpticon{font-size:22px;line-height:19px;padding:2px;position:relative;top:2px}.tpt-frontend .FrequentlyAssignedBadge--badge{margin:0;text-align:left}.tpt-frontend .FrequentlyAssignedBadgeRebrand{align-items:center;display:flex;flex-direction:row;gap:8px}.tpt-frontend .FrequentlyAssignedBadgeRebrand__icon{align-self:baseline;color:#67e0a6;margin-top:4px}.tpt-frontend .FrequentlyAssignedBadgeRebrand--circle .tpticon{font-size:22px;line-height:19px;padding:2px;position:relative;top:2px}.tpt-frontend .DigitalToolImportButton button:disabled,.tpt-frontend .DigitalToolImportButton button:disabled:hover{background:#f5f5f5;border:none;color:#000;cursor:default}.tpt-frontend .DigitalToolImportButton__sublabel{margin-bottom:-6px;margin-top:3px}.tpt-frontend .DigitalToolImportButton__details{margin-top:12px}.tpt-frontend .DigitalToolImportButton__details .Anchor{display:block;text-decoration:underline;white-space:nowrap}.tpt-frontend .DigitalToolImportButton--exportToEasel.Button{color:#222;margin-bottom:-6px}.tpt-frontend .DigitalToolImportButton--exportToEasel.Button:hover{color:#090909}.tpt-frontend .DigitalToolImportButton--inline .FrequentlyAssignedBadge{margin-left:6px}.tpt-frontend .FileFormatResourceType{color:#767676;font-size:1rem}.tpt-frontend .FileFormatResourceType__resourceIcon{display:flex;height:16px;margin-right:6px;margin-top:3px;width:16px}.tpt-frontend .FileFormatResourceType__resourceIcon img{height:16px;vertical-align:unset}.tpt-frontend .FileFormatResourceType__fileHelpContainer--withSpacing{margin-top:3px}.tpt-frontend .FileFormatResourceType__fileHelp{font-size:14px;white-space:nowrap}.tpt-frontend .FileFormatResourceType__fileHelp,.tpt-frontend .FileFormatResourceType__fileHelp:hover{text-decoration:underline}.tpt-frontend .FileFormatResourceType__fileHelp:hover{color:#222}.tpt-frontend .FileFormatResourceType__fileHelp--withSpacing:not(:first-child){margin-left:3px}.tpt-frontend .FileFormatResourceType__fileHelp__wrapper{font-size:14px;margin-left:4px}.tpt-frontend .EaselPreviewAndAssignButton--link .Button{line-height:1.2;padding:0}.tpt-frontend .ProductAccessModal{display:unset}.tpt-frontend .ProductAccessModal--wide.DialogModal__content{max-width:845px}.tpt-frontend .ProductAccessModal__hidden{display:none!important}.tpt-frontend .ProductAccessModal__productInfoRow{border-bottom:1px solid #ddd;display:flex;margin-bottom:18px;padding-bottom:12px}.tpt-frontend .ProductAccessModal__productInfoRow__title{margin-bottom:12px}.tpt-frontend .ProductAccessModal__productInfoRow .ProductRowImageBespoke{margin-right:18px;width:64px}.tpt-frontend .ProductAccessModal__editButton{margin-top:6px}.tpt-frontend .ProductAccessModal__assessmentButton__sublabel{margin-bottom:-6px;margin-top:3px}.tpt-frontend .ProductAccessModal .DownloadButton{margin:0 0 6px}.tpt-frontend .ProductAccessModal__taggedTypes{margin-top:16px}.tpt-frontend .ProductAccessModal__spinner{margin:8px}.tpt-frontend .ProductAccessModalRow{margin-bottom:16px;padding:12px 0}.tpt-frontend .ProductAccessModalRow__button{min-width:196px}.tpt-frontend .ProductAccessModalRow__button--withMarginLeft{margin-left:-12px}.tpt-frontend .ProductAccessModalRow__button--withMarginBottom{margin-bottom:6px!important}.tpt-frontend .ProductAccessModalRow__fileTypes{display:flex;padding-top:12px}.tpt-frontend .ProductAccessModalRow__title{padding-top:6px}.tpt-frontend .Counter{background-color:#fff;border:1px solid #000;border-radius:0;display:flex;height:44px;width:66px}.tpt-frontend .Counter__input{border:1px solid #000;border-radius:0;font-size:1rem;text-align:center;width:44px}.tpt-frontend .Counter__buttons{display:flex;flex-direction:column;width:22px}.tpt-frontend .Counter__hiddenSubmit{left:-9999px;position:absolute;top:auto}.tpt-frontend .Counter__buttonsMinus,.tpt-frontend .Counter__buttonsPlus{border:1px solid #000;border-radius:0;font-size:14px;line-height:21px}.tpt-frontend .CounterRebrand{background-color:#fff;border:1px solid #32353e;border-radius:4px;display:flex;height:44px;width:66px}.tpt-frontend .CounterRebrand__input{border-right:1px solid #32353e;font-size:1rem;text-align:center;width:44px}.tpt-frontend .CounterRebrand__hiddenSubmit{left:-9999px;position:absolute;top:auto}.tpt-frontend .CounterRebrand__buttons{display:flex;flex-direction:column;overflow:hidden!important;width:22px}.tpt-frontend .CounterRebrand__buttonsPlus{border:0!important;border-bottom:1px solid #000!important;border-radius:0!important;border-top-right-radius:6px!important;margin-bottom:0!important;min-height:21px!important;min-width:21px!important}.tpt-frontend .CounterRebrand__buttonsPlus:hover{background-color:#f5f5f5!important}.tpt-frontend .CounterRebrand__buttonsMinus{border:0!important;border-radius:0!important;border-bottom-right-radius:6px!important;margin-bottom:0!important;min-height:21px!important;min-width:21px!important}.tpt-frontend .CounterRebrand__buttonsMinus:hover{background-color:#f5f5f5!important}.tpt-frontend .CartButtonContainer__numLicense{margin-bottom:12px}.tpt-frontend .CartButtonContainer__numLicense--bordered{border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-bottom:18px;padding:12px 0 6px}.tpt-frontend .CartButtonContainer__numLicenseCounter{display:flex}.tpt-frontend .CartButtonContainer__numLicenseCounterText{font-weight:var(--ds-font-weight-strong);padding-right:18px;padding-top:3px}.tpt-frontend .CartButtonContainer__numLicenseTextExpanded{font-size:1rem}.tpt-frontend .CartButtonContainer .CartButton.loading{border:none}.tpt-frontend .CartButtonContainer__animationAdding>div>div>div{animation:add .2s linear forwards}.tpt-frontend .CartButtonContainer__animationInCart>div>div>div{animation:cart .25s linear forwards}.tpt-frontend .CartButtonContainer__animationInCart>div>div>div>span{animation:icon .25s linear forwards}@keyframes add{0%{margin-left:-20px}80%{margin-left:5px}to{margin-left:0}}@keyframes cart{0%{margin-left:-30px}80%{margin-left:8px}to{margin-left:0}}@keyframes icon{0%{transform:scaleX(.5)}80%{transform:scaleX(1.1)}to{transform:scale(1)}}.tpt-frontend .BundleDownloadAllButton{align-items:baseline;display:flex;margin:0;position:relative}.tpt-frontend .BundleDownloadAllButton>span:first-of-type{width:100%}.tpt-frontend .BundleDownloadAllButton__questionTooltip{color:#777;display:inline-block;margin-left:16px;position:relative}.tpt-frontend .BundleDownloadAllButton__questionTooltip[data-tooltip]:after{min-width:243px}.tpt-frontend .BundleDownloadAllButton__sublabel{margin-bottom:-6px;margin-top:3px}.tpt-frontend .BundleDownloadAllButton .Spinner{margin:0 0 3px 12px}.tpt-frontend .BundleAccessModal--wide.DialogModal__content{max-width:845px}.tpt-frontend .BundleAccessModal__productInfoRow{border-bottom:1px solid #ddd;display:flex;margin-bottom:18px;padding-bottom:12px}.tpt-frontend .BundleAccessModal__productInfoRow__title{margin-bottom:12px}.tpt-frontend .BundleAccessModal__productInfoRow .ProductRowImageBespoke{margin-right:18px;width:64px}.tpt-frontend .BundleAccessModal__block{background-color:#f5f5f5;border:1px solid #ddd;flex-basis:100%;margin:12px;padding:24px 12px;text-align:center}.tpt-frontend .BundleAccessModal__block .Text--body{margin-bottom:8px}.tpt-frontend .BundleAccessModal__block .Text--bodySmall{margin:0 24px 24px}.tpt-frontend .BundleAccessModal__blockContainer{display:flex;justify-content:space-around}.tpt-frontend .BundleAccessModal__blockContainer--wrap{flex-wrap:wrap}.tpt-frontend .BundleAccessModal__blockContainer--wrap .BundleAccessModal__block{flex-basis:calc(50% - 24px)}.tpt-frontend .CTAButtonWrapper--serp{width:100%}.tpt-frontend .DownloadAllButton{text-align:center}.tpt-frontend .DownloadAllButton__text{margin-top:8px!important}.tpt-frontend .PriceBox .Divider{align-self:center;margin:16px 0;width:84px}.tpt-frontend .EaselCTAContainer{display:flex;flex-direction:column}.tpt-frontend .LoadingAnimation{border-radius:.375em;display:none;padding:1em;text-align:center}.tpt-frontend .LoadingAnimation__visible{display:inline-block}.tpt-frontend .LoadingAnimation__spinnerContainer{align-items:center;display:flex;height:10em;justify-content:center;margin:0 auto;width:10em}.tpt-frontend .LoadingAnimation__centered{width:100%}.tpt-frontend .SavingsDisplayLayout{align-items:center;display:flex;flex-direction:column;margin-top:8px}.tpt-frontend .SavingsDisplayLayout__inlineFlex{display:inline-flex}.tpt-frontend .SavingsDisplayLayout__originalPriceNumber,.tpt-frontend .SavingsDisplayLayout__savingsNumber,.tpt-frontend .SavingsDisplayLayout__savingsPercent{margin-left:16px!important}.tpt-frontend .SavingsDisplayLayout__originalPriceNumber{text-decoration:line-through}.tpt-frontend .SavingsDisplayLayout__savingsNumber{color:#d93c1d!important}.tpt-frontend .Radio{border-radius:revert;border-width:revert;height:16px;margin-right:12px;margin-top:-2px;width:16px}.tpt-frontend .Radio,.tpt-frontend .Radio:checked{background-color:revert}.tpt-frontend .Radio:hover{cursor:pointer}.tpt-frontend .Radio:disabled{cursor:default}.tpt-frontend .LicenseSelector__label{font-weight:400}.tpt-frontend .LicenseSelector__inputGroup .Label{display:flex;width:100%}.tpt-frontend .PriceBox__LicenseSelector{border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-bottom:18px;margin-top:6px;padding:12px 0 6px}.tpt-frontend .PriceBox__LicenseSelector .LicenseSelector__label{display:flex}.tpt-frontend .PriceBox__LicenseSelector .LicenseSelector__price{flex-grow:1;font-weight:400;text-align:right}.tpt-frontend .PriceBox__LicenseSelector .Label__title{width:100%}.tpt-frontend .PriceBox__LicenseSelector__radioGroupLabel .Label__title{line-height:16px;margin-bottom:0}.tpt-frontend .PriceBox__LicenseSelector__details{color:#777;font-size:14px;line-height:1.4;margin-top:14px;padding-left:40px}.tpt-frontend .PriceBox__LicenseSelector__details li{list-style-type:disc;margin-top:6px}.tpt-frontend .PriceBox{background:#fff;border:1px solid rgba(50,53,62,.11);border-radius:4px;padding:24px}.tpt-frontend .PriceBox--preview{margin-left:24px}.tpt-frontend .PriceBox__licenseButton,.tpt-frontend .PriceBox__schoolRequest{display:none}@media(min-width:768px){.tpt-frontend .PriceBox__licenseButton,.tpt-frontend .PriceBox__schoolRequest{display:inline}}.tpt-frontend .PriceBox__spaceBetween{display:flex;flex-direction:column;gap:8px}.tpt-frontend .PriceBox__text{align-items:center;color:#222;display:flex;flex-direction:column;line-height:1;margin:24px 0;text-align:center}.tpt-frontend .PriceBox__textDownload{margin-top:8px!important}.tpt-frontend .PriceBox__textPrice{font-size:30px;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .PriceBox__saleLabel{background-image:url(https://static1.teacherspayteachers.com/tpt-frontend/releases/production/current/bd3a7f4afb0ffb3bb01f.png);background-position:right 3px;background-size:30px 19px;content:"";height:23px;margin-left:40px;padding-right:40px;position:relative;top:-8px}.tpt-frontend .PriceBox__button{display:block;font-size:1rem;margin-bottom:16px;text-align:center;width:100%}.tpt-frontend .PriceBox__buttonCart{margin-top:16px;padding:16px 24px}.tpt-frontend .PriceBox__buttonCart.gray.cta{border-color:#ccc}.tpt-frontend .PriceBox__buttonCart.gray.cta:hover{border-color:#666}.tpt-frontend .PriceBox__buttonLicense{padding:16px 24px}.tpt-frontend .PriceBox__ownershipText{display:block;text-align:center;width:100%}.tpt-frontend .PriceBox__productAccessButton{margin:8px 0}.tpt-frontend .PriceBox__exportToEasel--withBorder:after{border-bottom:1px solid #ddd;content:"";display:block;margin:0 auto;width:32px}.tpt-frontend .AboutAuthorV2{align-items:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;justify-content:space-between;padding:24px 0;word-break:break-word}.tpt-frontend .AboutAuthorV2__inner{align-items:center;display:flex;flex-wrap:wrap}.tpt-frontend .AboutAuthorV2__details{margin-left:16px}.tpt-frontend .AboutAuthorV2 .Anchor .Text{margin-bottom:4px}@media(min-width:580px){.tpt-frontend .AboutAuthorV2 .Anchor .Text{margin-bottom:0}}.tpt-frontend .AboutAuthorV2 .Avatar{margin-right:6px}.tpt-frontend .AboutAuthorV2 .Avatar .Avatar__img--mobile{height:64px;margin-bottom:3px;width:64px}.tpt-frontend .AboutAuthorV2__followText{display:inline}.tpt-frontend .AboutAuthorV2__mobileMessageButtonContainer{padding-left:10px}@media(min-width:980px){.tpt-frontend .AboutAuthorV2__mobileMessageButtonContainer{display:none}}.tpt-frontend .AboutAuthorV2__desktopMessageButtonContainer{display:none}@media(min-width:980px){.tpt-frontend .AboutAuthorV2__desktopMessageButtonContainer{display:inline}}.tpt-frontend .AboutAuthorV2__followContainer{display:flex;flex-direction:column}@media(min-width:580px){.tpt-frontend .AboutAuthorV2__followContainer{align-items:center;flex-direction:row;gap:4px}}.tpt-frontend .AboutAuthorV2__followButton{margin-left:-16px}@media(min-width:580px){.tpt-frontend .AboutAuthorV2__followButton{margin-left:unset}}.tpt-frontend .AboutAuthorV2__communityBtn{margin-left:6px;min-width:50%}.tpt-frontend .CopyRightInfringement{color:#666;display:inline-block;font-size:.875rem;font-weight:400;margin:0 0 32px;transition:all .2s ease-in-out}.tpt-frontend .CopyRightInfringement:hover{color:#222;text-decoration:underline}.tpt-frontend .CopyRightInfringement:hover[data-tooltip]:after{text-decoration:none}.tpt-frontend .CopyRightInfringement[data-tooltip]:before{display:none}@media(min-width:580px){.tpt-frontend .CopyRightInfringement[data-tooltip]:before{display:unset;margin-bottom:-24px}}.tpt-frontend .CopyRightInfringement[data-tooltip]:after{display:none}@media(min-width:580px){.tpt-frontend .CopyRightInfringement[data-tooltip]:after{display:unset;margin-bottom:-12px;margin-left:-125px}}.tpt-frontend .CopyRightInfringement__reportInfringementFlag{margin-right:16px}.tpt-frontend .SocialButtons{color:#8e9198;margin:8px 0 24px}.tpt-frontend .SocialButtons .ProductSocialButton:hover{cursor:pointer}.tpt-frontend .StickyProductPageSideColumnLayout{position:sticky}@media(min-width:768px){.tpt-frontend .StickyProductPageSideColumnLayout{top:0}}.tpt-frontend .StickyProductPageSideColumnLayout .CopyRightInfringement[data-tooltip]:before{bottom:100%;left:50%}.tpt-frontend .StickyProductPageSideColumnLayout .CopyRightInfringement[data-tooltip]:after{bottom:100%;left:30%;min-width:200px;padding:15px 10px;text-decoration:none}.tpt-frontend .StickyProductPageSideColumnLayout__socialButtonsContainer{margin-top:32px;position:relative;text-align:center;width:100%}.tpt-frontend .MoreProductsLayout{margin-bottom:96px}.tpt-frontend .MoreProductsLayout__singleStarRating{color:#767676;display:flex;flex-direction:row;font-size:14px;gap:3px;margin:8px 0}.tpt-frontend .MoreProductsLayout__productCardRebrand{margin:16px 0}.tpt-frontend .MoreProductsLayout__productCardV2{margin-top:16px}.tpt-frontend .MoreProductsLayout__productCardV2__productCard{height:102px}.tpt-frontend .MoreProductsLayout__productCardV2__productCard:not(:last-child){margin-bottom:12px}.tpt-frontend .Rating{display:flex}.tpt-frontend .Rating .star__hidden{display:none}.tpt-frontend .RatingDisplay{align-items:center;display:flex}.tpt-frontend .RatingDisplay__number{margin-left:3px}.tpt-frontend .AboutAuthorResponsive{min-width:160px}.tpt-frontend .AboutAuthorResponsive__topSection{display:flex;flex-direction:row;gap:16px}@media(min-width:980px){.tpt-frontend .AboutAuthorResponsive__topSection{flex-direction:column}}.tpt-frontend .AboutAuthorResponsive__details{display:flex;flex-direction:column;margin-bottom:48px!important;padding:0 8px}.tpt-frontend .AboutAuthorResponsive__name{text-overflow:ellipsis;word-break:break-word}.tpt-frontend .AboutAuthorResponsive__followContainer{align-items:center;display:flex;flex-direction:row;gap:16px;padding:0 16px}@media(min-width:980px){.tpt-frontend .AboutAuthorResponsive__followContainer{align-items:flex-start;flex-direction:column}}.tpt-frontend .ProductFeatureBlurb{display:flex;margin-top:32px}.tpt-frontend .ProductFeatureBlurb__icon{flex-shrink:0;height:24px;line-height:1.375;margin-right:16px;width:24px}.tpt-frontend .ProductFeatureBlurb__primaryText{margin-bottom:8px!important}.tpt-frontend .TpTEaselBadge__logo--withText .TpTEaselLogo__icon{margin-right:1px}.tpt-frontend .TpTEaselBadge--new:after{background-color:#eef6ff;border-radius:100px;color:#2885bf;content:"NEW";font-size:12px;font-weight:var(--ds-font-weight-strong);line-height:1.2;margin-left:6px;padding:3px 6px;vertical-align:middle;white-space:nowrap}.tpt-frontend .TpTEaselBadge .TpTEaselLogo{vertical-align:baseline}.tpt-frontend .TpTEaselBadge .TpTEaselLogo__icon{display:inline-block;height:12px}.tpt-frontend .DigitalActivityBadge{align-items:flex-start;display:flex}.tpt-frontend .DigitalActivityBadge__flexWrapper{min-width:0}.tpt-frontend .DigitalActivityBadge__section--ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpt-frontend .VideoOverlay{align-items:center;display:flex;flex-direction:column;height:100%;height:calc(100% - 50px);justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:201}.tpt-frontend .VideoOverlay--fillHeight{height:100%}.tpt-frontend .VideoOverlay--withBG{background:rgba(0,0,0,.5);background:linear-gradient(0deg,transparent,rgba(0,0,0,.3) 25%,rgba(0,0,0,.5) 50%)}.tpt-frontend .VideoOverlay__text{color:#fff}.tpt-frontend .VideoOverlay__greenText{color:#0aa96c}.tpt-frontend .VideoOverlay--margins{display:inline-block;margin-right:18px;margin-top:6px}.tpt-frontend .VideoOverlay__Center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.tpt-frontend .VideoOverlay__Footer{bottom:0;left:50%;margin-bottom:12px;position:absolute;transform:translateX(-50%);width:100%}.tpt-frontend .VideoOverlay__PlayButton{transform:translate(-10px,25px)}.tpt-frontend .VideoOverlay__img{height:144px;width:144px}.tpt-frontend .VideoOverlay__PlayButtonText{color:#fff;display:block;font-size:18px;font-weight:var(--ds-font-weight-strong);transform:translateY(-15px);width:100%}.tpt-frontend .VideoOverlay__CloseButton{color:#fff;cursor:pointer;margin-top:12px;text-decoration:underline}.tpt-frontend .PlayButtonOverlay{align-items:center;display:flex;height:100%;justify-content:center}.tpt-frontend .PlayButton{background-color:rgba(0,0,0,.5);border-radius:50%;position:relative;transition:background-color .2s ease-in-out;width:20%}.tpt-frontend .PlayButton:before{content:"";display:block;width:100%}.tpt-frontend .PlayButton>:first-child{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.tpt-frontend .PlayButton:before{padding-top:100%}.tpt-frontend .PlayButton:hover{background-color:rgba(0,0,0,.75)}.tpt-frontend .PlayButton__icon{align-items:center;background:url(https://static1.teacherspayteachers.com/tpt-frontend/releases/production/current/3556a0b4a5adfda378ac.svg) no-repeat 50%;background-size:contain;display:flex;height:100%;justify-content:center;margin:auto;max-width:56px;transform:translate(12%);width:40%}.tpt-frontend .VideoPlayer{background-color:#000}.tpt-frontend .VideoPlayer,.tpt-frontend .VideoPlayer__targetDivWrapper{position:relative;width:100%}.tpt-frontend .VideoPlayer--4by3{padding-bottom:75%}.tpt-frontend .VideoPlayer--16by9{padding-bottom:56.25%}.tpt-frontend .VideoPlayer__loaderContainer{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.tpt-frontend .VideoPlayer__targetDiv{bottom:0;left:0;position:absolute;right:0;text-align:center;top:0}.tpt-frontend .VideoPlayer__previewIcon{font-family:tpticon}.tpt-frontend .VideoPlayer__processingImage{margin-top:30px}.tpt-frontend .VideoPlayer__spinnerContainer{align-items:center;display:flex;height:86px;justify-content:center;margin:0 auto;width:86px}.tpt-frontend .LoadingWrapper{position:relative}.tpt-frontend .LoadingWrapper__container{align-items:center;display:flex;justify-content:center}.tpt-frontend .LoadingWrapper__container--showChildren{background-color:hsla(0,0%,100%,.6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:301}.tpt-frontend .PreviewModalBreadcrumbs{padding:12px}.tpt-frontend .PreviewModalBreadcrumbs__icon{font-size:1rem;margin:0 12px}@keyframes pulse{0%{background-color:#ebebeb}50%{background-color:#f5f5f5}to{background-color:#ebebeb}}.tpt-frontend .ProductCardLayout{border:1px solid #ccc;display:flex;height:102px}.tpt-frontend .ProductCardLayout__imageContainer{align-items:center;background-color:#f5f5f5;border-right:1px solid #ccc;display:flex;min-width:100px;overflow:hidden}.tpt-frontend .ProductCardLayout__image{margin:0 auto;max-height:100px;max-width:100px}.tpt-frontend .ProductCardLayout__details{font-size:1rem;padding:12px;width:100%}.tpt-frontend .ProductCardLayout__title{font-weight:var(--ds-font-weight-strong);margin-bottom:6px}.tpt-frontend .ProductCardLayout__price{color:#777;font-weight:400}.tpt-frontend .ProductCardLayout__isLoading .ProductCardLayout__image{display:none}.tpt-frontend .ProductCardLayout__isLoading .ProductCardLayout__imageContainer{animation:pulse 1s infinite}.tpt-frontend .ProductCardLayout__isLoading .ProductCardLayout__title{animation:pulse 1s infinite;height:20px;margin-bottom:24px}.tpt-frontend .Heading{line-height:1.2}.tpt-frontend .Heading--bottomBorder{border-bottom:1px solid #ddd;margin-bottom:6px;padding-bottom:12px}.tpt-frontend .EaselTooltip{display:none}@media(min-width:768px){.tpt-frontend .EaselTooltip{display:unset;position:absolute;white-space:break-spaces;z-index:201}.tpt-frontend .EaselTooltip__top{left:50%;top:104%;top:calc(100% + 12px);transform:translateX(-50%)}.tpt-frontend .EaselTooltip__top .Tooltip__container:after{border-bottom:12px solid #d2f2e8!important}.tpt-frontend .EaselTooltip__left{left:104%;left:calc(100% + 12px);top:50%;transform:translateY(-50%)}.tpt-frontend .EaselTooltip__right{right:104%;right:calc(100% + 12px);top:50%;transform:translateY(-50%)}.tpt-frontend .EaselTooltip__withImage .Tooltip__content{padding-top:12px}.tpt-frontend .EaselTooltip__withCreamBackground img{background-color:#f9f3ec}.tpt-frontend .EaselTooltip__withCreamBackground.EaselTooltip__top .Tooltip__container:after{border-bottom-color:#f9f3ec!important}.tpt-frontend .EaselTooltip .Tooltip__content .Tooltip__header{font-size:unset;margin:0 0 6px}.tpt-frontend .EaselTooltip__smallImage .Tooltip__image{height:30px;margin:24px 0 0 24px;width:30px}}.tpt-frontend .DigitalActivityTooltip__prefix{margin-right:3px}.tpt-frontend .DigitalActivityBadgeWithTooltip{min-width:0;position:relative;width:-moz-fit-content;width:fit-content}.tpt-frontend .EaselAssessmentBadge{position:relative}.tpt-frontend .FileTypeLayoutItem{display:flex;line-height:1.375em;margin-bottom:4px}.tpt-frontend .FileTypeLayoutItem__icon{margin:4px 4px 0}.tpt-frontend .LabeledSection__title{color:#222;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .LabeledSection__product_description_title{color:#777;font-family:var(--ds-font-family);font-size:1rem;font-weight:400;line-height:1.2;text-align:left}.tpt-frontend .LabeledSection__product_description_content{font-family:var(--ds-font-family);font-size:14px;line-height:1.2!important;margin-left:5px;overflow:visible!important}.tpt-frontend .FileTypeLayoutLabeledSectionItem__icon{height:10px;width:10px}.tpt-frontend .FileTypeLayout{display:list-item;list-style-type:none;margin-bottom:4px}.tpt-frontend .FileTypeLayout__inline{align-items:baseline;display:flex;gap:8px}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking{align-items:center}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking--flex{display:flex;flex-wrap:wrap}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking--flex .FileTypeLayout__fileTypeCrosswalking--icon{margin-top:4px}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking--icon{height:16px;margin-right:4px;width:16px}.tpt-frontend .FileTypeLayout__marginLeft{margin-left:4px!important}.tpt-frontend .FileTypeLayout__easel{display:flex;flex-wrap:wrap}.tpt-frontend .FileTypeLayout__easelProduct .FrequentlyAssignedBadge{margin-left:8px}@media(min-width:980px){.tpt-frontend .FileTypeLayout__easelProduct .FrequentlyAssignedBadge{margin-left:0;width:100%}}@media(min-width:1200px){.tpt-frontend .FileTypeLayout__easelProduct .FrequentlyAssignedBadge{margin-left:8px;width:auto}}.tpt-frontend .FileTypeLayout .DigitalActivityIcon__laptop{vertical-align:unset}.tpt-frontend .FileTypeLayout .DigitalActivityBadgeWithTooltip{margin-left:-16px;padding-left:16px}.tpt-frontend .BundledResourceCardPrefab{border:1px solid rgba(50,53,62,.11);border-radius:4px;display:flex;margin-bottom:16px;overflow:hidden}.tpt-frontend .BundledResourceCardPrefab .Anchor{font-size:1rem}.tpt-frontend .BundledResourceCardPrefab .ShareToDrive{margin-bottom:0}.tpt-frontend .BundledResourceCardPrefab__imageContainer{background-color:#f5f5f5;border-right:1px solid #ccc;min-width:100px}.tpt-frontend .BundledResourceCardPrefab__imageContainer>span{width:100%}.tpt-frontend .BundledResourceCardPrefab__image{margin:0 auto;max-height:100px;max-width:100px}.tpt-frontend .BundledResourceCardPrefab__body{align-items:start;flex:8;flex-direction:column;min-width:0;padding:16px}@media(min-width:580px){.tpt-frontend .BundledResourceCardPrefab__body{align-items:center;flex-direction:row}}.tpt-frontend .BundledResourceCardPrefab__details{flex:8;max-width:100%;overflow:hidden}.tpt-frontend .BundledResourceCardPrefab__details__description{display:none}@media(min-width:580px){.tpt-frontend .BundledResourceCardPrefab__details__description{display:block}}.tpt-frontend .BundledResourceCardPrefab__details--narrow{flex:2.5;max-width:100%}.tpt-frontend .BundledResourceCardPrefab__details__title{margin-bottom:4px}.tpt-frontend .BundledResourceCardPrefab__details--metadata{align-items:baseline;display:flex}@media(min-width:580px){.tpt-frontend .BundledResourceCardPrefab__details--metadata{margin-top:8px}}.tpt-frontend .BundledResourceCardPrefab__details--metadata--count{background:#f5f5f5;border-radius:3px;color:#454750!important;margin-right:8px!important;padding:1px 8px 0}.tpt-frontend .BundledResourceCardPrefab__details--metadata--label{margin-left:8px}.tpt-frontend .BundledResourceCardPrefab__details--metadata--formats{color:#777;max-width:100%}.tpt-frontend .BundledResourceCardPrefab__details--metadata--formats .FileTypeLayout{align-items:center;display:flex;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpt-frontend .BundledResourceCardPrefab__actions{align-self:center;padding:12px 12px 12px 0;width:196px}.tpt-frontend .BundledResourceCardPrefab__actions .Button{align-items:center;display:flex;justify-content:center;width:100%}.tpt-frontend .BundledResourceCardPrefab__actions .DigitalToolImportButton--exportToEasel{height:unset}.tpt-frontend .BundledResourceCardPrefab__actions--parent{display:none}@media(min-width:980px){.tpt-frontend .BundledResourceCardPrefab__actions--parent{display:block}}.tpt-frontend .BundledResourceCardPrefab__actions--child{display:none}@media(min-width:768px){.tpt-frontend .BundledResourceCardPrefab__actions--child{display:block}}.tpt-frontend .BundledResourceCardPrefab__downloadLink .Button{margin-bottom:8px}.tpt-frontend .BundledResourceCardPrefab__price{padding:8px 0 0}@media(min-width:580px){.tpt-frontend .BundledResourceCardPrefab__price{padding:0 0 0 12px}}.tpt-frontend .BundledResourceCardPrefab__preview{margin-bottom:8px}.tpt-frontend .BundledResourceCardPrefab .DigitalToolImportButton{margin-top:8px}.tpt-frontend .BundledResourcesListPrefab__list{counter-reset:li;margin-left:0;padding-left:0}.tpt-frontend .BundledResourcesListPrefab__list li{list-style:none;position:relative}@media(min-width:980px){.tpt-frontend .BundledResourcesListPrefab__list li:before{content:attr(data-number) ".";left:-2em;line-height:20px;position:absolute;top:41px;width:2em}}.tpt-frontend .BundledResourcesListPrefab__listUL{list-style:none}.tpt-frontend .BundledResourcesListPrefab__resourceCard{margin-bottom:12px}.tpt-frontend .BundleBonus{align-items:center;border:1px solid #ccc;border-radius:3px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:12px;min-height:100px;overflow:hidden}.tpt-frontend .BundleBonus__title{flex:7;font-size:1rem;font-weight:var(--ds-font-weight-strong);line-height:1;padding:18px}.tpt-frontend .BundleBonus__actions{align-items:flex-end;display:none;flex-direction:column;padding:12px 12px 6px 0;width:196px}@media(min-width:768px){.tpt-frontend .BundleBonus__actions{display:flex}}.tpt-frontend .BundleBonus__actions__download,.tpt-frontend .BundleBonus__actions__preview{float:right;padding-bottom:6px;width:100%}.tpt-frontend .BundleBonus__actions__download .Button,.tpt-frontend .BundleBonus__actions__preview .Button{align-items:center;display:flex;justify-content:center}.tpt-frontend .BundleBonus__actions__download .PreviewButton__Button,.tpt-frontend .BundleBonus__actions__preview .PreviewButton__Button{float:right;width:100%}.tpt-frontend .BundledResourcesPrefab{margin-bottom:30px;margin-top:30px}.tpt-frontend .BundledResourcesPrefab__headBlock{display:flex}.tpt-frontend .BundledResourcesPrefab__headBlock--title{color:#222;flex:2;font-size:1rem;font-weight:var(--ds-font-weight-strong)}@media(min-width:1200px){.tpt-frontend .BundledResourcesPrefab__headBlock--title{font-size:18px}}.tpt-frontend .BundledResourcesPrefab__headBlock--productsCount{color:#777;flex:2;font-size:1rem;font-weight:400;text-align:right}.tpt-frontend .BundledResourcesPrefab__headBlock--productsCount strong{color:#222;font-size:1rem;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .BundledResourcesPrefab__headBlockMargin{margin-bottom:12px}.tpt-frontend .BundledResourcesPrefab__pagination{margin-bottom:30px;text-align:center}@media(min-width:580px){.tpt-frontend .BundledResourcesPrefab__pagination{margin-bottom:0}}.tpt-frontend .BundledResourcesPrefab__pagination--subtitle{color:#777;margin-bottom:12px}.tpt-frontend .BundledResourcesPrefab__block{margin-bottom:12px}.tpt-frontend .BundledResourcesPrefab__blockMarginTop{margin-top:30px}.tpt-frontend .BundledResourcesPrefab__bundledProductList{margin-top:12px}.tpt-frontend .ProductPreviewModalCardsLayout--card{border:2px solid transparent;cursor:pointer;margin-bottom:0}@media(min-width:1200px){.tpt-frontend .ProductPreviewModalCardsLayout--card{margin-bottom:12px}}.tpt-frontend .ProductPreviewModalCardsLayout--selected{border:2px solid #0aa96c}.tpt-frontend .ProductPreviewModalCardsLayout__section{margin-bottom:24px}.tpt-frontend .ProductPreviewModalCardsLayout__includedProducts{align-items:center;display:flex;font-size:1rem;font-weight:var(--ds-font-weight-strong)}@media(min-width:1200px){.tpt-frontend .ProductPreviewModalCardsLayout__includedProducts{font-size:18px}}.tpt-frontend .ProductPreviewModalCardsLayout__includedProductsTitle{color:#222}.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout{border:none;height:auto}@media(min-width:1200px){.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout{border:1px solid #ccc;height:102px}}.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout__imageContainer{display:none}@media(min-width:1200px){.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout__imageContainer{display:flex}}.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout__details{padding:6px}@media(min-width:1200px){.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout__details{padding:12px}}.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout__title{margin-bottom:0}@media(min-width:1200px){.tpt-frontend .ProductPreviewModalCardsLayout .ProductCardLayout__title{margin-bottom:6px}}.tpt-frontend .PreviewContent{display:flex;flex-direction:column;height:calc(100vh - 160px);max-height:calc(100vh - 160px);overflow:hidden}.tpt-frontend .PreviewContent__content{display:flex;height:100%;overflow:auto}.tpt-frontend .PreviewContent__sideColumn{flex:1;max-width:340px;overflow:auto;padding:12px}.tpt-frontend .PreviewContent__main{position:relative}.tpt-frontend .PreviewContent__main--single{height:100%;padding:12px}.tpt-frontend .PreviewContent__main--twoColumns{flex:3;padding:12px}.tpt-frontend .PreviewContentViewer{background:#666;color:#fff;height:100%;padding:24px;position:relative;text-align:center;width:100%}.tpt-frontend .PreviewContentViewer__noPreview{left:50%;margin:auto;max-width:500px;min-width:200px;position:absolute;top:50%;transform:translate(-50%);vertical-align:middle}.tpt-frontend .PreviewContentViewer__noPreview--productName{font-size:22px;font-weight:var(--ds-font-weight-strong);margin-bottom:18px}.tpt-frontend .PreviewContentViewer__noPreview--productDescription{color:#fff;font-size:1rem;margin-bottom:18px}.tpt-frontend .PreviewContentViewer__image{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.tpt-frontend .PreviewContentViewer__imageImg{flex-shrink:0;max-height:calc(100% - 30px);max-width:100%}.tpt-frontend .PreviewContentViewer__loader{left:50%;margin-left:-70px;margin-top:-70px;position:absolute;text-align:center;top:50%}.tpt-frontend .PreviewDialogHeader{border-bottom:1px solid #ddd;display:flex;font-size:18px;min-height:60px}.tpt-frontend .PreviewDialogHeader__breadCrumbs{color:#222;flex:7}.tpt-frontend .PreviewDialogHeader__right{display:flex;flex:2;padding:12px}.tpt-frontend .PreviewDialogHeader__right--price{font-size:1rem;font-weight:var(--ds-font-weight-strong);padding-right:18px;padding-top:12px}.tpt-frontend .PreviewDialogHeader__right--addToCart{flex:2}.tpt-frontend .PreviewDialogHeader .PreviewModal__price{float:right;text-align:right;width:100%}.tpt-frontend .PreviewDialogHeader .PreviewModal__price .ProductRowPriceBespoke{float:right;margin:12px 12px 0}.tpt-frontend .PreviewDialogHeader .PreviewModal__price .ProductRowPriceBespoke__lineThrough,.tpt-frontend .PreviewDialogHeader .PreviewModal__price .ProductRowPriceBespoke__saleLabel{display:inline;margin-right:6px}.tpt-frontend .PreviewDialogHeader .PreviewModal__price .ProductRowPriceBespoke__saleLabel:after{display:none}.tpt-frontend .PreviewDialogHeader .PreviewModal__price .ProductRowPriceBespoke>div{display:inline}.tpt-frontend .PreviewDialogHeader .PreviewModal__price .CartButtonContainer{float:right}.tpt-frontend .PreviewButton.PreviewButtonHiddenVariant{display:none}.tpt-frontend .PreviewButton__Button{border-radius:3px;display:inline;font-size:1rem;font-weight:var(--ds-font-weight-strong);line-height:1}.tpt-frontend .PreviewButton .Button__iconLeft{position:relative;top:-1px}.tpt-frontend .PreviewButton__PreviewContentContainer{align-items:start;display:flex;height:100%;justify-content:space-around}.tpt-frontend .PreviewButton__BundlePreviewContentContainer{align-items:start;display:flex;height:100%;justify-content:center}.tpt-frontend .PreviewButton__BundlePreviewContentContainer--BundlePriceBox{margin-top:58px}.tpt-frontend .PreviewModal__title{float:left;line-height:22px;width:70%}.tpt-frontend .PreviewModal__title__resource{font-size:22px;font-weight:var(--ds-font-weight-strong);margin-bottom:0}.tpt-frontend .PreviewModal__price{float:right;text-align:right;width:30%}.tpt-frontend .PreviewModal__price .ProductRowPriceBespoke{float:right;margin:12px 12px 0}.tpt-frontend .PreviewModal__price .ProductRowPriceBespoke__lineThrough,.tpt-frontend .PreviewModal__price .ProductRowPriceBespoke__saleLabel{display:inline;margin-right:6px}.tpt-frontend .PreviewModal__price .ProductRowPriceBespoke__saleLabel:after{display:none}.tpt-frontend .PreviewModal__price .ProductRowPriceBespoke>div{display:inline}.tpt-frontend .PreviewModal__price .CartButtonContainer{float:right}.tpt-frontend .EaselIframeContainer{padding:10px}.tpt-frontend .EaselIframeContainer__content{min-height:100vh;width:100%}.tpt-frontend .VideoContainer{display:flex;flex-direction:column;height:100%;justify-content:center}.tpt-frontend .VideoContainer video{height:auto!important;position:relative;width:100%!important}.tpt-frontend .ProductPreviewThumbnails{display:flex;flex-wrap:nowrap;list-style:none;margin:0 -4px 16px;padding:0}.tpt-frontend .ProductPreviewThumbnail{height:56px;margin:0 4px;transition:box-shadow .2s ease;width:56px}.tpt-frontend .ProductPreviewThumbnail:focus{border-radius:3px;box-shadow:0 0 0 2px #fff,0 0 0 4px #000;outline:none}.tpt-frontend .ProductPreviewThumbnail__button{border:none!important;margin-bottom:8px}.tpt-frontend .ProductPreviewThumbnail__thumbnailInnerRebrand{background-color:#f5f5f5!important;border-radius:4px!important;box-shadow:none;height:100%;position:relative;width:100%}.tpt-frontend .ProductPreviewThumbnail__thumbnailInnerRebrand--active:before{background-color:#67e0a6;border-radius:4px;bottom:-8px;content:"";display:block;height:3px;position:absolute;width:100%}.tpt-frontend .ProductPreviewThumbnail__thumbnailInnerRebrand :after{background-image:linear-gradient(0deg,rgba(71,71,71,.3) 3.76%,rgba(71,71,71,0) 48.85%);background-repeat:no-repeat;content:"";height:100%;left:0;opacity:1;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease-in-out;width:100%}.tpt-frontend .ProductPreviewThumbnail__thumbnailInnerRebrand:hover :after{opacity:0}.tpt-frontend .ProductThumbnailRebrand{border-radius:4px}.tpt-frontend .ProductPreviewThumbnail__thumbnailBtn{height:100%;left:0;position:absolute;top:0;width:100%}.tpt-frontend .ProductPreviewThumbnail__thumbnailImg,.tpt-frontend .ProductPreviewThumbnail__thumbnailVid{display:block;height:56px;margin:0 auto;-o-object-fit:scale-down;object-fit:scale-down;width:100%}.tpt-frontend .ProductPreviewThumbnail__thumbnailVid{pointer-events:none}.tpt-frontend .ProductPreviewThumbnail__thumbnailInner--video:after{background:url(https://static1.teacherspayteachers.com/tpt-frontend/releases/production/current/ca893ddf20fb49049ff2.png) no-repeat 50%;content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:100}.tpt-frontend .ProductPreviewSlider{display:flex;flex-direction:column}.tpt-frontend .ProductPreviewSlider__slidesContainer{border:1px solid #ccc;margin-bottom:12px;order:1;position:relative}.tpt-frontend .ProductPreviewSlider__thumbnailsContainer{display:flex;flex-direction:row;flex-wrap:wrap;order:2}.tpt-frontend .ProductPreviewSlider__control,.tpt-frontend .ProductPreviewSlider__nextBtn,.tpt-frontend .ProductPreviewSlider__prevBtn{align-items:center;background-color:transparent;border:2px solid transparent;color:hsla(0,0%,100%,.95);display:flex;height:48px;justify-content:center;overflow:hidden;position:absolute;top:50%;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out,background-color .2s ease-in-out;width:48px;z-index:210}@media(min-width:980px){.tpt-frontend .ProductPreviewSlider__control,.tpt-frontend .ProductPreviewSlider__nextBtn,.tpt-frontend .ProductPreviewSlider__prevBtn{display:none}}.tpt-frontend .ProductPreviewSlider__control,.tpt-frontend .ProductPreviewSlider__control:focus,.tpt-frontend .ProductPreviewSlider__nextBtn,.tpt-frontend .ProductPreviewSlider__prevBtn{border-radius:50%;outline:none}.tpt-frontend .ProductPreviewSlider__control:hover,.tpt-frontend .ProductPreviewSlider__nextBtn:hover,.tpt-frontend .ProductPreviewSlider__prevBtn:hover{color:#fff}.tpt-frontend .ProductPreviewSlider__control:hover>.ProductPreviewSlider__controlIcon,.tpt-frontend .ProductPreviewSlider__nextBtn:hover>.ProductPreviewSlider__controlIcon,.tpt-frontend .ProductPreviewSlider__prevBtn:hover>.ProductPreviewSlider__controlIcon{text-shadow:0 1px 6px rgba(0,0,0,.7)}.tpt-frontend .ProductPreviewSlider__control:focus,.tpt-frontend .ProductPreviewSlider__nextBtn:focus,.tpt-frontend .ProductPreviewSlider__prevBtn:focus{background-color:hsla(0,0%,100%,.7);border-color:#222;outline:none}.tpt-frontend .ProductPreviewSlider__control:disabled,.tpt-frontend .ProductPreviewSlider__nextBtn:disabled,.tpt-frontend .ProductPreviewSlider__prevBtn:disabled{opacity:0;visibility:hidden}.tpt-frontend .ProductPreviewSlider__controlIcon{font-size:20px;text-shadow:0 1px 6px rgba(0,0,0,.5)}.tpt-frontend .ProductPreviewSlider__prevBtn{left:0;transform:translateY(-50%)}.tpt-frontend .ProductPreviewSlider__prevBtn .ProductPreviewSlider__controlIcon{left:-2px;position:relative}.tpt-frontend .ProductPreviewSlider__nextBtn{right:0;transform:translateY(-50%)}.tpt-frontend .ProductPreviewSlider__nextBtn .ProductPreviewSlider__controlIcon{left:2px;position:relative}.tpt-frontend .ProductPreviewSlider__controlLabel{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.tpt-frontend .ProductPreviewSlider__slidesTrack{display:flex;overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:100%;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;height:350px}@media(min-width:980px){.tpt-frontend .ProductPreviewSlider__slidesTrack{overflow:hidden}}.tpt-frontend .ProductPreviewSlider__slidesTrack::-webkit-scrollbar{display:none!important}.tpt-frontend .ProductPreviewSlider__slideItem{align-items:center;display:flex;flex-shrink:0;height:350px;justify-content:center;position:relative;scroll-snap-align:center;width:100%}.tpt-frontend .ProductPreviewSlider__slideImg{align-self:center;display:block;height:auto;margin-left:auto;margin-right:auto;max-height:350px;max-width:100%;width:auto}.tpt-frontend .ProductPreviewSlider__slideImgVideoPoster{width:100%}.tpt-frontend .ProductPreviewSlider__slideImgContainer{display:flex;height:350px;overflow:hidden;position:relative;width:100%}.tpt-frontend .ProductPreviewSlider__pictureTag{display:flex;height:100%;width:100%}.tpt-frontend .ProductPreviewSlider__slideItem--video{background-color:#000}.tpt-frontend .ProductPreviewSlider__button{border-radius:4px!important;height:56px;width:56px}.tpt-frontend .ProductPreviewSlider__videoContainer{height:350px;width:100%}.tpt-frontend .ProductPreviewSlider__videoPlayer{height:100%;width:100%}.tpt-frontend .ProductPreviewSlider .VideoPlayer__targetDivWrapper{height:350px;padding-bottom:0}.tpt-frontend .ProductPreviewThumbnail__flex{display:inline-flex;margin-bottom:10px}.tpt-frontend .ResourceDetailsLayout{margin-bottom:24px}.tpt-frontend .DescriptionTitleBespoke__description{line-height:1.3;margin-bottom:16px}.tpt-frontend .DescriptionTitleBespoke__description--rebrand{text-transform:uppercase}.tpt-frontend .EvaluationHoverSummary{display:inline-block;padding-bottom:8px;padding-top:8px;position:relative}.tpt-frontend .EvaluationHoverSummary .Dropdown__icon{display:none}.tpt-frontend .EvaluationHoverSummary__noPad .EvaluationHoverSummary{padding-bottom:0;padding-top:0}.tpt-frontend .EvaluationHoverSummary .EvaluationStarRating__wrapper__categoryWrap--right,.tpt-frontend .EvaluationHoverSummary__caret{margin-left:8px}.tpt-frontend .EvaluationHoverSummary__pipe{color:#ddd;margin-left:8px;margin-right:8px}.tpt-frontend .EvaluationHoverSummary__icon{color:#38df95;margin-right:4px}.tpt-frontend .EvaluationHoverSummary__usedText{align-items:center;display:flex}.tpt-frontend .EvaluationHoverSummary.isOpen.bubbleLabel{border:none;border-radius:3px;box-shadow:0 1px 7px rgba(0,0,0,.2)}.tpt-frontend .EvaluationHoverSummary.isOpen.bubbleLabel>.Dropdown__button{background-color:#fff;border:1px solid transparent;border-radius:inherit;position:relative;z-index:202}.tpt-frontend .EvaluationHoverSummary--hidden{display:none}.tpt-frontend .EvaluationHoverSummary--regular{padding-bottom:24px!important;width:260px}.tpt-frontend .EvaluationHoverSummary--medium{width:400px}.tpt-frontend .EvaluationHoverSummary--large{width:450px}@media(min-width:580px){.tpt-frontend .EvaluationHoverSummary--large{width:550px}}@media(min-width:980px){.tpt-frontend .EvaluationHoverSummary--large{width:600px}}.tpt-frontend .EvaluationHoverSummary__primaryContent{padding:8px 8px 32px}.tpt-frontend .EvaluationHoverSummary__clickThrough{padding-bottom:8px;text-align:center}.tpt-frontend .EvaluationHoverSummary__title{padding-bottom:16px}.tpt-frontend .EvaluationHoverSummary__singleGraphRow{margin-left:16px}.tpt-frontend .EvaluationHoverSummary__content{background:#fff;border-radius:3px;box-shadow:0 1px 7px rgba(0,0,0,.2);overflow:hidden;position:absolute;top:32px;z-index:301}.tpt-frontend .EvaluationHoverSummary__topSmall>.EvaluationHoverSummary>.EvaluationHoverSummary__content{top:24px}.tpt-frontend .EvaluationHoverSummary__buttonContent{align-items:center;border-radius:3px;color:#222;display:inline-flex;font-weight:var(--ds-font-weight-strong);width:100%}.tpt-frontend .EvaluationHoverSummary .RatingsSummaryChart__ratings,.tpt-frontend .EvaluationHoverSummary__ratingsGraph{margin-left:8px}.tpt-frontend .EvaluationHoverSummary__usedWidth{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.tpt-frontend .EvaluationHoverSummary__usedWidth{display:block}}.tpt-frontend .EvaluationHoverSummary__ratingsGraph,.tpt-frontend .EvaluationHoverSummary__singleGraphRow{flex:0 0 200px}.tpt-frontend .EvaluationPopoverLabel{align-items:center;display:flex;flex-wrap:wrap}.tpt-frontend .EvaluationPopoverSummary__popover{margin-left:32px}.tpt-frontend .StandardPillRebrand{background-color:#f5f5f5;border-radius:24px;display:inline-flex;margin-bottom:4px;margin-right:4px;overflow:hidden}@media(min-width:320px){.tpt-frontend .StandardPillRebrand.withLink:hover{background-color:#e8e9ea}.tpt-frontend .StandardPillRebrand.withLink:active{background-color:#dcdcde}}.tpt-frontend .StandardPillRebrand.withLink:focus,.tpt-frontend .StandardPillRebrand.withLink:focus-visible{outline:2px solid #32353e}.tpt-frontend .StandardPillRebrand.noHover{cursor:default}.tpt-frontend .StandardPillRebrand__jurisdiction{line-height:1;padding:4px 4px 4px 8px}.tpt-frontend .StandardPillRebrand__name{line-height:1;padding:4px 8px 4px 0}.tpt-frontend .StandardPillContainer{display:inline-flex}@media(min-width:768px){.tpt-frontend .ProductCrosswalkStandardsLayout__border{border-top:1px solid #ddd;padding-top:16px}}.tpt-frontend .ProductCrosswalkStandardsLayout__marginBottom{margin-bottom:16px}.tpt-frontend .ProductCrosswalkStandardsLayout--loading div.LoadingWrapper__container div.LoadingAnimation__visible>img{width:8em}.tpt-frontend .ProductCrosswalkStandardsLayout .ProductCrosswalkStandardsLayout__toggleCrosswalkLink,.tpt-frontend .ProductCrosswalkStandardsLayout .ProductCrosswalkStandardsLayout__toggleCrosswalkLink[data-tooltip]{display:none}@media(min-width:768px){.tpt-frontend .ProductCrosswalkStandardsLayout .ProductCrosswalkStandardsLayout__toggleCrosswalkLink,.tpt-frontend .ProductCrosswalkStandardsLayout .ProductCrosswalkStandardsLayout__toggleCrosswalkLink[data-tooltip]{display:block}}.tpt-frontend .ProductCrosswalkStandardsLayout [data-tooltip]{display:inline-block}.tpt-frontend .ProductCrosswalkStandardsLayout [data-tooltip]:after,.tpt-frontend .ProductCrosswalkStandardsLayout [data-tooltip]:before{display:none}@media(min-width:768px){.tpt-frontend .ProductCrosswalkStandardsLayout [data-tooltip]:after,.tpt-frontend .ProductCrosswalkStandardsLayout [data-tooltip]:before{display:block}}.tpt-frontend .ProductCrosswalkStandardsLayout [data-tooltip]:before{margin-bottom:-16px}.tpt-frontend .ProductCrosswalkStandardsLayout [data-tooltip]:after{margin-bottom:-8px;margin-left:-125px;min-width:250px;text-align:left}.tpt-frontend .ProductCrosswalkStandardsLayout__title{gap:4px}.tpt-frontend .ProductMetadataLayout{margin-top:24px}@media(min-width:768px){.tpt-frontend .ProductMetadataLayout{margin-top:0}}.tpt-frontend .ProductMetadataLayout__ratingcount{white-space:pre}.tpt-frontend .ProductMetadataLayout__standards{margin-bottom:8px}.tpt-frontend .ProductMetadataLayout__standards .StandardsPill__hasMore{margin-left:-8px!important}.tpt-frontend .ProductMetadataLayout .NotLinkedSection{margin-right:8px!important}.tpt-frontend .ProductMetadataLayout .LabeledSection__product_description_title{margin-bottom:4px}.tpt-frontend .ProductMetadataLayout__callout{background-color:#f5f5f5;border-radius:8px;font-size:14px;padding:16px}.tpt-frontend .ProductPageSummary__videoContainer{border-bottom:1px solid #ddd;margin-bottom:18px}.tpt-frontend .LockedFileDownloadButton.Button{border-radius:3px;display:inline;font-size:1rem;font-weight:var(--ds-font-weight-strong);line-height:1;padding:12px 0;width:100%}.tpt-frontend .LockedFileDownloadButton__Icon{margin-right:12px;position:relative;top:-1px}.tpt-frontend .SupportingDocumentLayout{align-items:center;border:1px solid #ccc;border-radius:3px;display:flex;flex-direction:column;min-height:100px;padding:12px}@media(min-width:580px){.tpt-frontend .SupportingDocumentLayout{flex-direction:row;padding:18px 12px}}.tpt-frontend .SupportingDocumentLayout__button,.tpt-frontend .SupportingDocumentLayout__button .DSButton--primary,.tpt-frontend .SupportingDocumentLayout__contentContainer{width:100%}@media(min-width:580px){.tpt-frontend .SupportingDocumentLayout__button,.tpt-frontend .SupportingDocumentLayout__button .DSButton--primary,.tpt-frontend .SupportingDocumentLayout__contentContainer{width:auto}}.tpt-frontend .SupportingDocumentLayout__contentContainer{align-items:center;display:flex;flex-grow:1}.tpt-frontend .SupportingDocumentLayout__icon{color:#666;padding:6px 16px 6px 4px}@media(min-width:580px){.tpt-frontend .SupportingDocumentLayout__icon{padding:6px 12px}}.tpt-frontend .SupportingDocumentLayout__details{font-size:1rem}@media(min-width:580px){.tpt-frontend .SupportingDocumentLayout__details{padding-left:16px;padding-right:12px}}.tpt-frontend .SupportingDocumentLayout__title{font-size:18px;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .SupportingDocumentLayout__button{padding-top:12px}@media(min-width:580px){.tpt-frontend .SupportingDocumentLayout__button{padding-top:0}}@media(min-width:1200px){.tpt-frontend .SupportingDocumentLayout__button .LockedFileDownloadButton__text{padding:12px 18px}}.tpt-frontend .SupportingDocumentLayout__secondButton{padding-bottom:6px;padding-top:6px}@media(min-width:580px){.tpt-frontend .SupportingDocumentLayout__secondButton{padding-bottom:0}}.tpt-frontend .ParentBundlesPrefab{margin-top:40px}.tpt-frontend .ParentBundlesPrefab__bundledProductList{margin-top:16px}.tpt-frontend .ParentBundlesPrefab__icon{margin-right:6px}.tpt-frontend .CrosswalkDropdown__button{margin-left:-16px!important}.tpt-frontend .CrosswalkDropdown__standardEquivalent{padding-bottom:4px;padding-top:24px}.tpt-frontend .StandardsList__pillContainer{margin-bottom:4px}.tpt-frontend .StandardsList__disableHover button:hover{background-color:transparent!important}.tpt-frontend .StandardsList__container{margin-bottom:24px}.tpt-frontend .CrosswalkConfig__container{display:flex;flex-direction:column;gap:4px;margin-bottom:32px;margin-top:16px}.tpt-frontend .CrosswalkConfig__disableHover:hover{background-color:transparent!important}.tpt-frontend .CrosswalkConfig__heading{align-items:flex-start;display:flex;flex-direction:column;gap:8px}@media(min-width:580px){.tpt-frontend .CrosswalkConfig__heading{align-items:center;flex-direction:row}}.tpt-frontend .CrosswalkConfig__link{color:#222}.tpt-frontend .CrosswalkConfig__link_green{color:#067c64}.tpt-frontend .CrosswalkConfig__textWrapper{align-items:center;display:flex;flex-direction:row;gap:8px}.tpt-frontend .ProductStandardsTabLayout__seeMoreRebrand{text-align:center}.tpt-frontend .CollapsibleContent{white-space:pre-wrap}.tpt-frontend .CollapsibleContent__collapsed{overflow:hidden}.tpt-frontend .CollapsibleContent__collapsed.CollapsibleContent__collapseWhiteSpace{display:-webkit-box;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.tpt-frontend .CollapsibleContent__toggle{color:#067c64;cursor:pointer;margin-top:4px}.tpt-frontend .CollapsibleContent__collapseButton{margin-left:-16px!important}.tpt-frontend .ProductDescriptionLayout{padding-bottom:24px}.tpt-frontend .ProductDescriptionLayout__htmlDisplay{font-size:1rem;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;line-height:1.6;word-break:break-word}.tpt-frontend .ProductDescriptionLayout__htmlDisplay h1,.tpt-frontend .ProductDescriptionLayout__htmlDisplay h2,.tpt-frontend .ProductDescriptionLayout__htmlDisplay h3,.tpt-frontend .ProductDescriptionLayout__htmlDisplay h4,.tpt-frontend .ProductDescriptionLayout__htmlDisplay h5,.tpt-frontend .ProductDescriptionLayout__htmlDisplay h6{font-size:18px;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .ProductDescriptionLayout__htmlDisplay a{color:#2970ec;transition:all .2s ease-in-out}.tpt-frontend .ProductDescriptionLayout__htmlDisplay a:hover{color:#2970ec;text-decoration:underline}.tpt-frontend .ProductDescriptionLayout__htmlDisplay a strong{color:inherit}.tpt-frontend .ProductDescriptionLayout__htmlDisplay p{line-height:1.6;margin-bottom:12px}.tpt-frontend .ProductDescriptionLayout__htmlDisplay p:last-of-type{margin-bottom:0}.tpt-frontend .ProductDescriptionLayout__htmlDisplay strong{color:#000}.tpt-frontend .ProductDescriptionLayout__htmlDisplay hr{border:none;border-bottom:1px solid #e8e9ea;margin:16px 0}.tpt-frontend .ProductDescriptionLayout__htmlDisplay--fromNewEditor p{margin-bottom:0;min-height:1.6em}.tpt-frontend .ProductDescriptionLayout__htmlDisplay--fromNewEditor ol,.tpt-frontend .ProductDescriptionLayout__htmlDisplay--fromNewEditor ul{list-style-position:outside;margin:0;padding-left:40px}.tpt-frontend .ProductDescriptionLayout__htmlDisplay--fromNewEditor ul li{list-style-type:disc}.tpt-frontend .ProductInfoLayout{display:flex;font-size:1rem;gap:8px;margin-bottom:6px}.tpt-frontend .ProductInfoLayout__Label{color:#222;flex:1;font-weight:var(--ds-font-weight-strong)}@media(min-width:580px){.tpt-frontend .ProductInfoLayout__Label{flex:1}}.tpt-frontend .ProductInfoLayout__Value{color:#666;flex:2;font-weight:400}@media(min-width:580px){.tpt-frontend .ProductInfoLayout__Value{flex:3}}.tpt-frontend .ProductQuickInfoLayout__section{border-bottom:1px solid #ddd;padding-bottom:24px}.tpt-frontend .ProductQuickInfoLayout__section__callout{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;font-size:14px;padding:16px;width:-moz-fit-content;width:fit-content}.tpt-frontend .ProductQuickInfoLayout__section__callout__icon{font-size:16px;margin-right:16px}.tpt-frontend .ProductQuickInfoLayout--quickInfo{margin-bottom:12px;margin-top:24px}.tpt-frontend .ReportInappropriate{display:flex;flex-direction:column;justify-content:center;margin:24px 0 64px}.tpt-frontend .ReportInappropriate__heading{color:#000!important;display:inline-flex;margin-bottom:8px}.tpt-frontend .ReportInappropriate__icon{margin-right:8px}.tpt-frontend .ProductDescStandardsStackedSection__section{padding-top:64px}.tpt-frontend .EaselTopFeaturesModal__highlight{background:linear-gradient(180deg,#fff 0,#fff 45%,#fff2aa 0,#fff2aa)}.tpt-frontend .EaselTopFeaturesModal__highlighter{align-self:center;height:40px;width:40px}.tpt-frontend .EaselTopFeaturesModal__grid{display:grid;gap:60px;grid-template-columns:1fr;margin-top:60px}.tpt-frontend .EaselTopFeaturesModal__gridRow{align-items:center;display:grid;gap:12px;grid-template-columns:1fr 1fr;justify-content:center}.tpt-frontend .EaselTopFeaturesModal__rowText{gap:12px}.tpt-frontend .EaselTopFeaturesModal__imageContainer{background-color:#f5f5f5;border-radius:8px;display:flex;height:160px;justify-content:center}.tpt-frontend .EaselTopFeaturesModal__image{max-height:160px;max-width:250px;-o-object-fit:scale-down;object-fit:scale-down}.tpt-frontend .EaselTopFeaturesModal__footer{gap:12px;margin-top:60px}.tpt-frontend .EaselTopFeaturesModal__headerContainer{font-family:Tiempos;position:relative}.tpt-frontend .EaselHowToContainer{margin-top:60px}.tpt-frontend .EaselHowToContainer__grid{display:grid;gap:6px;grid-template-columns:1fr;margin-top:24px}@media(min-width:980px){.tpt-frontend .EaselHowToContainer__grid{grid-template-columns:1fr 1fr 1fr}}.tpt-frontend .EaselHowToContainer__gridItem{border:1px solid #ccc;border-radius:8px;flex-direction:row;gap:12px}@media(min-width:980px){.tpt-frontend .EaselHowToContainer__gridItem{flex-direction:column}}.tpt-frontend .EaselHowToContainer__gridItem__imgContainer{background-color:#f5f5f5;border-radius:8px;height:70px;width:36%}@media(min-width:980px){.tpt-frontend .EaselHowToContainer__gridItem__imgContainer{height:100px;width:100%}}.tpt-frontend .EaselHowToContainer__gridItem__imgContainer__image{align-self:flex-end;height:78%;width:88%}.tpt-frontend .EaselHowToContainer__gridItem__imgContainer__image--center{align-self:center}.tpt-frontend .EaselHowToContainer__gridItem__text{width:60%}@media(min-width:980px){.tpt-frontend .EaselHowToContainer__gridItem__text{width:100%}}.tpt-frontend .EaselHowToContainer__footer{justify-content:space-between;margin:24px 0}.tpt-frontend .EaselHowToContainer__footer__featuresBtn{display:none!important}@media(min-width:768px){.tpt-frontend .EaselHowToContainer__footer__featuresBtn{display:inline-flex!important}}.tpt-frontend .EaselHowToContainer__footer__text{color:#222;gap:6px}.tpt-frontend .ProductLearningObjective{margin-bottom:30px;margin-top:30px}.tpt-frontend .SubNav{background:#fff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;height:60px;opacity:.95;position:relative;top:-1px;width:100%;z-index:999}.tpt-frontend .SubNav__navLink{color:#666;display:flex;font-size:1rem;margin-right:30px;padding-bottom:15px;padding-top:18px;vertical-align:middle}.tpt-frontend .SubNav__navLink--active{border-bottom:3px solid var(--ds-button-primary-background-color,#0aa96c);font-weight:var(--ds-font-weight-strong);margin-bottom:-2px}.tpt-frontend .SubNav__navLink--last{margin-right:0}.tpt-frontend .SubNav__navLink:hover{border-bottom:3px solid var(--ds-button-primary-background-color,#0aa96c);margin-bottom:-2px}.tpt-frontend .ProductSectionNavBar{border-top:none;display:none;margin-top:64px;position:sticky;z-index:201}@media(min-width:768px){.tpt-frontend .ProductSectionNavBar{display:flex}}.tpt-frontend .ProductSectionNavBar__author_avatar{display:none;margin-right:8px}@media(min-width:1200px){.tpt-frontend .ProductSectionNavBar__author_avatar{display:block}}.tpt-frontend .ProductSectionNavBar__author_text{display:flex;flex-direction:column}.tpt-frontend .ProductSectionNavBar__link{align-items:center;align-self:center;display:flex;margin:0 24px}.tpt-frontend .ProductSectionNavBar__count{margin-left:4px}.tpt-frontend .ProductSectionNavBar__authorWrap{display:flex}.tpt-frontend .ProductSectionNavBar a.SubNav__navLink{color:#222;font-weight:var(--ds-font-weight-strong);margin-bottom:unset;margin-right:unset}.tpt-frontend .ProductSectionNavBar a.SubNav__navLink--active,.tpt-frontend .ProductSectionNavBar a.SubNav__navLink:hover{border-top:4px solid transparent}.tpt-frontend .ResourceTestimonialCard{display:flex;flex-direction:column;margin:8px 0 16px;width:100%}.tpt-frontend .ResourceTestimonialCard__byline{align-items:center;display:flex}.tpt-frontend .ResourceTestimonialCardBadge,.tpt-frontend .ResourceTestimonialCard__ratings{margin-left:8px}.tpt-frontend .ResourceTestimonialsModal__resource{display:flex}.tpt-frontend .ResourceTestimonialsModal__resourceImg{margin-right:24px}.tpt-frontend .ResourceTestimonialsModal__resourceImg img{max-height:96px;max-width:96px}.tpt-frontend .ResourceTestimonialsModal__testimonialsContainer{margin-bottom:8px;margin-top:24px;max-height:calc(80vh - 264px);overflow-y:auto;padding:8px}.tpt-frontend .ResourceTestimonialsModal__testimonialsList{position:relative}.tpt-frontend .ResourceTestimonialsModal__testimonialsRow{align-items:center;cursor:pointer;display:flex}.tpt-frontend .ResourceTestimonialsModal__testimonialsRow--disabled{cursor:not-allowed}.tpt-frontend .ResourceTestimonialsModal__testimonialsRow--disabled button{cursor:not-allowed!important}.tpt-frontend .ResourceTestimonialsModal__testimonialsRowCheckbox{margin:0 16px}.tpt-frontend .ResourceTestimonialsModal__controls{display:flex;justify-content:space-between}.tpt-frontend .ResourceTestimonialsModal__controlsRight button{margin-left:8px!important}.tpt-frontend .ProductTestimonials__commentWrapper{border:1px solid #ddd;border-radius:8px;box-shadow:0 1px 7px rgba(0,0,0,.2);display:flex;margin-bottom:18px;padding:24px}.tpt-frontend .ProductTestimonials__quote{margin-right:16px}.tpt-frontend .ProductTestimonials__quote img{width:24px}.tpt-frontend .ProductSections__badge{background-color:#eef6ff;border-radius:8px;color:#2885bf;font-size:12px;font-weight:var(--ds-font-weight-strong);line-height:1.125;margin-left:6px;margin-right:0;padding:3px 6px 1.5px;text-align:left}.tpt-frontend .ProductSections__supportingDocument{margin-bottom:24px;margin-top:30px}.tpt-frontend .ProductSections .Tabs__tab{font-weight:400;padding-left:12px;padding-right:12px}@media(min-width:580px){.tpt-frontend .ProductSections .Tabs__tab{padding-left:24px;padding-right:24px}}.tpt-frontend .ProductSections .Tabs__tab--active{font-weight:var(--ds-font-weight-strong)}.tpt-frontend .ProductSections__section{border-bottom:1px solid #ddd;padding:60px 0 90px}.tpt-frontend .ProductSections__section--noDivider{border-bottom:none}.tpt-frontend .ProductSections__section__header{margin-bottom:32px}.tpt-frontend .ProductSections__section .Tabs{margin-top:30px}.tpt-frontend .ProductSections .BundlePrefabSection{margin-bottom:30px}.tpt-frontend .EvaluationStarRating__wrapper{align-items:center;display:flex;flex-wrap:wrap;line-height:1}.tpt-frontend .EvaluationStarRating__wrapper>:first-child{margin-right:6px}.tpt-frontend .EvaluationStarRating__wrapper__categoryWrap{display:inline;font-family:var(--ds-font-family);font-size:1rem;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .EvaluationStarRating__subText{font-size:1rem}.tpt-frontend .EvaluationStarRating__subText--spacing{padding-top:6px}.tpt-frontend .ProductPageHeader{padding-bottom:16px}.tpt-frontend .ProductPageHeader__name{font-size:1.938rem!important;padding-top:48px}@media(min-width:768px){.tpt-frontend .ProductPageHeader__name{font-size:2.438rem!important}}.tpt-frontend .ProductPageHeader__rating{align-items:baseline}.tpt-frontend .VirtualAssistantBanner{box-shadow:0 0 2px 0 rgba(0,0,0,.32),0 2px 8px 0 rgba(0,0,0,.16);position:relative;top:-16px;width:100%;z-index:202}.tpt-frontend .VirtualAssistantBanner--sticky{animation:slideDown .3s ease-out;left:0;position:fixed;right:0;top:0}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.tpt-frontend .ProductPageLayout__outerGridContainer:after{clear:both;content:"";display:block}@media(min-width:768px){.tpt-frontend .ProductPageLayout__resourceSummaryContainer{float:left;margin-bottom:32px;width:66.6666666667%}}.tpt-frontend .ProductPageLayout__cartContainer,.tpt-frontend .ProductPageLayout__sidebarContainer{max-width:100%}@media(min-width:768px){.tpt-frontend .ProductPageLayout__cartContainer,.tpt-frontend .ProductPageLayout__sidebarContainer{float:right;max-width:306px;padding-left:18px;width:33.3333333333%}}.tpt-frontend .ProductPageLayout__cartContainer{margin-top:24px}@media(min-width:768px){.tpt-frontend .ProductPageLayout__cartContainer{display:none}}.tpt-frontend .ProductPageLayout__sidebarContainer{clear:right;display:none}@media(min-width:768px){.tpt-frontend .ProductPageLayout__sidebarContainer{display:block}.tpt-frontend .ProductPageLayout__sectionsContainer{clear:left;flex:none;width:66.6666666667%}}.tpt-frontend .ProductPageLayout__sectionsContainer__aboutAuthor{display:none}@media(min-width:768px){.tpt-frontend .ProductPageLayout__sectionsContainer__aboutAuthor{display:block}}.tpt-frontend .ProductPageLayout__sectionsContainer__featureBlurbs{margin:48px 0 64px}.tpt-frontend .ProductPageLayout__authorSection{background:#fff6e4;border-top:1px solid #ddd;margin-top:-1px;padding-bottom:120px;padding-top:64px}.tpt-frontend .ProductPageLayout__authorSection__aboutAuthor{margin-bottom:16px;margin-top:8px}.tpt-frontend .ProductPageLayout__digitalModule{display:none;margin-top:32px}@media(min-width:768px){.tpt-frontend .ProductPageLayout__digitalModule{display:block}}.tpt-frontend .NotFoundPage{background:url(https://static1.teacherspayteachers.com/tpt-frontend/releases/production/current/c676258ad87746593a28.png) no-repeat 512px;height:385px;margin:30px auto;width:1024px}.tpt-frontend .NotFoundPage__title{font-size:30px;font-weight:var(--ds-font-weight-strong);margin-top:60px}.tpt-frontend .NotFoundPage__message{font-size:18px}.tpt-frontend .BadRequestContainerRebrand{align-items:center;background-color:#fff;display:flex;flex-direction:column;margin-bottom:96px!important;margin-top:96px!important}.tpt-frontend .BadRequestContainerRebrand__heading{margin-top:32px!important}.tpt-frontend .BadRequestContainerRebrand__description{display:flex;margin:16px!important}.tpt-frontend .BadRequestContainerRebrand__link{margin-top:32px!important}.tpt-frontend .GlobalToast__viewport{bottom:0;display:flex;flex-direction:column;justify-content:center;left:50%;position:fixed;transform:translateX(-50%);z-index:1}.tpt-frontend .GlobalToast__viewport>*{margin-bottom:16px}
/*# sourceMappingURL=tpt-frontend.1.ProductPage.6029dd582c3fffee2a29.css.map*/