.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-1{flex:1 1 0}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.uppercase{text-transform:uppercase}.hyphenate{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.no-wrap{white-space:nowrap}@media screen and (max-width:639px){.mobile-text{margin-left:auto;margin-right:auto;max-width:18rem}}.max-w-col-10,.max-w-col-4,.max-w-col-6,.max-w-col-8{width:100%}.max-w-col-4{max-width:24rem}.max-w-col-6{max-width:36.75rem}.max-w-col-8{max-width:49.5rem}.max-w-col-10{max-width:62.25rem}.disclaimer{background-color:#0000000a;border-radius:12px;color:#212123;padding:1.25rem 1.25rem 1.5rem}.disclaimer__title{font-size:1rem;font-weight:300;font-weight:600;line-height:1.5rem;margin-bottom:.25rem}.disclaimer__text{font-size:.875rem;font-weight:300;line-height:1.3125rem}.disclaimer__text a{color:#212123;font-weight:500;text-decoration:underline}.disclaimer__text a:hover{color:#2e2e30}.disclaimer__text strong{font-weight:500}.media-player{align-items:center;display:flex;position:relative}.media-player.media-player--has-lightbox.is-active{z-index:1000}.media-player.cursor-hidden{cursor:none}.media-player__wrapper{z-index:9}.media-player--has-lightbox .media-player__wrapper{position:relative}@media screen and (min-width:1024px){.media-player--has-lightbox .media-player__wrapper{transition:transform .4s cubic-bezier(.19,1,.22,1)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player--has-lightbox .media-player__wrapper{transition:none}}.media-player--has-lightbox.is-active .media-player__wrapper{transform:translateX(-2rem);width:100vw;z-index:1000}@media screen and (min-width:768px){.media-player--has-lightbox.is-active .media-player__wrapper{transform:translateX(-3rem)}}@media screen and (min-width:1024px){.media-player--has-lightbox.is-active .media-player__wrapper{transform:translateX(var(--active-video-offset-x));width:auto}}.media-player__video-wrapper{-webkit-tap-highlight-color:transparent;background-color:initial;border-radius:12px;box-shadow:0 0 4px #00000014,0 4px 8px #00000005,0 1px 2px #00000014;flex:1;overflow:hidden;position:relative;transform:translateZ(0);width:100%;z-index:1000}.media-player__video-wrapper:before{background-image:linear-gradient(180deg,#0000,#0000003d 63%,#0000008f);content:"";height:100%;left:0;opacity:.65;position:absolute;top:0;width:100%;z-index:1}.media-player:not(.is-stopped) .media-player__video-wrapper:before{display:none}.media-player__video{display:block;height:auto;position:relative;width:100%}.media-player__subtitles-wrapper{bottom:5rem;opacity:0;padding:0 2rem;pointer-events:none;position:absolute;text-align:center;transform:translateY(.5rem);transition:opacity 125ms ease-out,transform .4s cubic-bezier(.19,1,.22,1);-webkit-user-select:none;user-select:none;width:100%;z-index:1000}@media screen and (min-width:768px){.media-player__subtitles-wrapper{bottom:3.5rem}}.media-player.is-subtitles-on .media-player__subtitles-wrapper{opacity:1;transform:translateY(0)}.media-player.controls-hidden .media-player__subtitles-wrapper{transform:translateY(4rem)}@media screen and (min-width:768px){.media-player.controls-hidden .media-player__subtitles-wrapper{transform:translateY(2rem)}}.media-player.controls-hidden.is-subtitles-off .media-player__subtitles-wrapper{transform:translateY(4.5rem)}@media screen and (min-width:768px){.media-player.controls-hidden.is-subtitles-off .media-player__subtitles-wrapper{transform:translateY(2.5rem)}}.media-player__subtitles{text-wrap:balance;background-color:#ffffffb3;border-radius:18px;color:#000000d9;display:inline-block;font-size:.6875rem;font-weight:600;line-height:.875rem;opacity:0;padding:8px 16px;transition:opacity 125ms ease-out}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__subtitles{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media screen and (min-width:768px){.media-player__subtitles{font-size:.9375rem;line-height:1.25rem}}.media-player:not(.is-stopped) .media-player__subtitles.is-visible{opacity:1}.media-player__progress-bar{cursor:pointer;overflow:hidden;padding-bottom:.5rem;padding-top:.5rem;position:relative;width:100%;z-index:1}.media-player:not(.is-stopped) .media-player__progress-bar{pointer-events:all}.media-player__progress-bar:before{background-color:#ffffff73;border-radius:12px;content:"";display:block;height:.3125rem;left:0;position:absolute;top:.5rem;width:100%}@media (hover:hover){.media-player__progress-bar:hover .media-player__progress-bar-fill:after{opacity:1;transform:scale(1)}}.media-player__progress-bar-fill{background-color:#fff;border-radius:12px;height:.3125rem;position:relative;transition:width var(--progress-bar-transition-duration) ease-out;width:0}.media-player__progress-bar-fill:after{background-color:#fff;border-radius:9999px;content:"";display:block;height:.8125rem;opacity:0;position:absolute;right:-.25rem;top:-.25rem;transform:scale(.4);transition:transform 60ms ease-out;width:.8125rem}.media-player__time{color:#fff;font-size:.6875rem;line-height:1rem;padding:.5rem 0}@media screen and (min-width:768px){.media-player__time{font-size:.875rem}}.media-player__replay{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;background-color:#ffffff1a;border:0;border-radius:0;border-radius:8px;color:#fff;display:flex;font-size:1.0625rem;font-weight:300;font-weight:400;left:calc(50% - 3.5625rem);line-height:normal;line-height:1.5rem;margin:0;opacity:0;padding:.75rem 1.25rem .75rem 1rem;pointer-events:none;position:absolute;top:calc(50% - 1.5rem);transition:opacity .4s cubic-bezier(.165,.84,.44,1);z-index:1000}.media-player.has-ended .media-player__replay{opacity:1;pointer-events:all}.media-player__replay:focus,.media-player__replay:hover{background-color:#212123}.media-player__replay:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg' color='%23FFF'%3E%3Cg fill='none' fill-rule='evenodd' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M2.5 8.169c0 1.208.22 2.127.634 2.901a4.316 4.316 0 0 0 1.796 1.796c.774.414 1.693.634 2.901.634h.338c1.208 0 2.127-.22 2.901-.634a4.316 4.316 0 0 0 1.796-1.796c.414-.774.634-1.693.634-2.901V7.83c0-1.208-.22-2.127-.634-2.901a4.316 4.316 0 0 0-1.796-1.796C10.296 2.72 9.377 2.5 8.169 2.5H7.83c-1.208 0-2.127.22-2.901.634A4.316 4.316 0 0 0 3.134 4.93'/%3E%3Cpath d='M6.5 5.25H3v-3.5' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem;content:"";display:block;height:1rem;margin-right:.5rem;width:1rem}.media-player__controls{bottom:0;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:1.5rem 1rem 1rem;pointer-events:none;position:absolute;right:0;transition:opacity .25s ease-out;-webkit-user-select:none;user-select:none;z-index:1000}.media-player.controls-hidden .media-player__controls,.media-player.is-stopped .media-player__controls{opacity:0}.media-player__controls:before{background-image:linear-gradient(0deg,#0000008f,#0000002b 53%,#0000);border-bottom-left-radius:12px;border-bottom-right-radius:12px;bottom:0;content:"";display:block;height:150%;left:0;position:absolute;width:100%}@media screen and (min-width:1024px){.media-player__controls:before{height:230%}}.media-player__controls__group{color:#fff;display:flex;position:relative;z-index:1}.media-player:not(.is-stopped) .media-player__controls__group{pointer-events:all}.media-player__controls__group>:not(:first-child){margin-left:.25rem}.media-player__controls__group>:not(:last-child){margin-right:.25rem}.media-player__controls__group--expanded{color:#fff;display:flex;position:relative;z-index:1}.media-player__controls__group--expanded>:not(:first-child){margin-left:.5rem}.media-player__controls__group--expanded>:not(:last-child){margin-right:.5rem}.media-player__control{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:2rem;justify-content:center;position:relative;transition:background-color .4s cubic-bezier(.19,1,.22,1);width:2.5rem}.media-player.no-touch .media-player__control:hover{background-color:#0000001a}.media-player.is-fullscreen .media-player__control--fullscreen,.media-player.is-muted .media-player__control--volume,.media-player.is-subtitles-on .media-player__control--subtitles,.media-player__control.is-active,.media-player__control:active{background-color:#0000004d}.media-player.has-no-sound .media-player__control--volume{display:none}.media-player__control:after{background-color:initial;border-radius:8px;color:#fff;font-size:.625rem;left:50%;line-height:1rem;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;top:-2.5rem;transform:translate(-50%,.25rem);transition:opacity 125ms ease-out,transform .4s cubic-bezier(.19,1,.22,1);transition-delay:0,0;z-index:1000}@media screen and (min-width:768px){.media-player__control:after{font-size:.75rem}}.media-player.no-touch .media-player__control:hover:after{opacity:1;transform:translate(-50%);transition-delay:.4s,.4s}.media-player__control--play-pause:after{content:attr(data-label-pause);left:0;transform:translateY(.25rem)}.media-player.is-paused .media-player__control--play-pause:after{content:attr(data-label-play)}.media-player.no-touch .media-player__control--play-pause:hover:after{transform:translate(0)}.media-player__control--subtitles:after{content:attr(data-label-off);white-space:nowrap}.media-player.is-subtitles-on .media-player__control--subtitles:after{content:attr(data-label-on)}.media-player__control--fullscreen:after{content:attr(data-label-on);white-space:nowrap}.media-player.is-fullscreen .media-player__control--fullscreen:after{content:attr(data-label-off)}.media-player__control--volume:after{content:attr(data-label-on);left:auto;right:0;transform:translateY(.25rem);white-space:nowrap}.media-player.is-muted .media-player__control--volume:after{content:attr(data-label-off)}.media-player.no-touch .media-player__control--volume:hover:after{transform:translate(0)}.media-player__play{display:none}.media-player.is-paused .media-player__play,.media-player__pause{display:block}.media-player.is-paused .media-player__pause{display:none}.media-player__volume-on{display:block}.media-player.is-muted .media-player__volume-on,.media-player__volume-off{display:none}.media-player.is-muted .media-player__volume-off{display:block}.media-player__large-play{background-clip:padding-box;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' color='%23000'%3E%3Cpath d='m8.231 18.187 9.672-5.31a1 1 0 0 0 0-1.754l-9.672-5.31a1 1 0 0 0-1.481.877v10.62a1 1 0 0 0 1.481.877z' fill-opacity='.15' fill-rule='evenodd' fill='currentColor' stroke='currentColor' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");background-position:calc(50% + 1px) 50%;background-repeat:no-repeat;border:1px solid #0000001a;border-radius:9999px;box-shadow:0 1px 2px #0000001a;color:#fff;cursor:pointer;height:2.75rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity 125ms ease-out;-webkit-user-select:none;user-select:none;width:2.75rem;z-index:1000}.media-player--has-lightbox .media-player__large-play{display:none}@media screen and (min-width:768px){.media-player__large-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg' color='%23000'%3E%3Cpath d='m10.223 24.208 13.638-7.327a1 1 0 0 0 0-1.762L10.223 7.792a1 1 0 0 0-1.473.88v14.655a1 1 0 0 0 1.473.881z' fill-opacity='.15' stroke='%23000' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");height:4.5rem;width:4.5rem}}.media-player__large-play .media-player__large-play__icon{display:none}.media-player__large-play__icon{height:3rem;width:3rem}@media screen and (min-width:768px){.media-player__large-play__icon{height:6rem;width:6rem}}.media-player__large-play.is-hidden{opacity:0;pointer-events:none}.media-player{--active-video-offset-x:0vw;--progress-bar-transition-duration:250ms}.media-player__lightbox{background-color:#ffffff5c;height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .4s cubic-bezier(.19,1,.22,1);width:100vw;will-change:opacity;z-index:1000}@media screen and (prefers-reduced-motion:reduce){.media-player__lightbox{transition:none}}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__lightbox{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__lightbox{background-color:#fffc}}.media-player--has-lightbox.is-active .media-player__lightbox{opacity:1;pointer-events:all}.media-player__close{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;background-color:#000;border:0;border-radius:0;border-radius:9999px;box-shadow:0 1px 2px #0000001a;display:flex;height:2.5rem;justify-content:center;line-height:normal;margin:0;opacity:0;padding:0;pointer-events:none;position:fixed;right:1.5rem;top:1.5rem;transition:opacity .25s cubic-bezier(.19,1,.22,1);width:2.5rem;z-index:1001}@media screen and (prefers-reduced-motion:reduce){.media-player__close{transition:none}}.media-player__close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' color='%23FFF'%3E%3Cg stroke='currentColor'%3E%3Cpath d='m6 6 12 12M18 6 6 18'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.5rem;content:"";height:1.5rem;position:absolute;width:1.5rem}.media-player--has-lightbox.is-active .media-player__close{opacity:1;pointer-events:all}.media-player--has-lightbox.is-active .media-player__close:focus,.media-player--has-lightbox.is-active .media-player__close:hover{background-color:#000000d9}.media-player__custom-play{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;border:0;border-radius:0;display:flex;height:100%;justify-content:center;left:0;line-height:normal;margin:0;padding:1rem;position:absolute;top:0;transition:opacity .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);width:100%;z-index:1000}@media screen and (prefers-reduced-motion:reduce){.media-player__custom-play{transition:none}}@media screen and (min-width:1024px){.media-player__custom-play{align-items:flex-start;height:45rem;justify-content:flex-start;width:80rem}.media-player__custom-play:active,.media-player__custom-play:focus,.media-player__custom-play:hover{transform:translateX(-1rem);transition:transform .4s cubic-bezier(.19,1,.22,1)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player__custom-play:active,.media-player__custom-play:focus,.media-player__custom-play:hover{transform:translateX(0)}}@media screen and (min-width:1024px){.media-player__custom-play:active~.media-player__image-composition,.media-player__custom-play:focus~.media-player__image-composition,.media-player__custom-play:hover~.media-player__image-composition{transform:translateX(-1rem);transition:transform .4s cubic-bezier(.19,1,.22,1)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player__custom-play:active~.media-player__image-composition,.media-player__custom-play:focus~.media-player__image-composition,.media-player__custom-play:hover~.media-player__image-composition{transform:translateX(0)}}.media-player__custom-play:focus .media-player__custom-play-label,.media-player__custom-play:hover .media-player__custom-play-label{background-color:#000000d9}.media-player.is-active .media-player__custom-play{opacity:0;pointer-events:none}@media screen and (min-width:1024px){.media-player--reverse .media-player__custom-play{justify-content:flex-end;left:auto;right:0}.media-player--reverse .media-player__custom-play:hover{transform:translateX(1rem)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player--reverse .media-player__custom-play:hover{transform:translateX(0)}}@media screen and (min-width:1024px){.media-player--reverse .media-player__custom-play:hover~.media-player__image-composition{transform:translateX(1rem)}}@media screen and (min-width:1024px) and (prefers-reduced-motion:reduce){.media-player--reverse .media-player__custom-play:hover~.media-player__image-composition{transform:translateX(0)}}.media-player__custom-play-label{align-items:center;background-color:#000;border-radius:9999px;color:#fff;display:flex;font-size:.875rem;font-weight:300;font-weight:600;line-height:1.3125rem;padding:.5rem 1rem}@media screen and (max-width:1023px){.media-player__custom-play-label{color:#0000;height:2.75rem;padding:0;pointer-events:none;position:relative;text-indent:-100vw;width:2.75rem}}.media-player__custom-play-label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' color='%23FFF'%3E%3Cpath d='m8.231 18.187 9.672-5.31a1 1 0 0 0 0-1.754l-9.672-5.31a1 1 0 0 0-1.481.877v10.62a1 1 0 0 0 1.481.877z' fill-opacity='.15' fill-rule='evenodd' fill='currentColor' stroke='currentColor' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");background-position:calc(50% + 1px) 50%;background-repeat:no-repeat;background-size:1.5rem;content:"";height:1.5rem;margin-right:.5rem;width:1.5rem}@media screen and (max-width:1023px){.media-player__custom-play-label:before{height:100%;margin-right:0;position:absolute;width:100%}}.media-player__image-composition{align-items:flex-start;background-clip:padding-box;background-color:#fffc;border:1px solid #0000001a;border-radius:8px;box-shadow:0 8px 16px #0000001a;display:flex;height:100%;pointer-events:none;width:100%}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.media-player__image-composition{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background-color:#f9f9f95c}}@media screen and (min-width:1024px){.media-player__image-composition{align-items:flex-end;height:45rem;width:80rem}}.media-player--has-lightbox .media-player__image-composition{position:absolute;transition:opacity .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);z-index:10}@media screen and (prefers-reduced-motion:reduce){.media-player--has-lightbox .media-player__image-composition{transition:none}}.media-player--has-lightbox.is-active .media-player__image-composition{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.media-player--reverse .media-player__image-composition{right:0}.media-player__image-composition-mask{align-items:flex-start;border-radius:8px;display:flex;height:100%;justify-content:space-between;overflow:hidden;width:100%}@media screen and (min-width:1024px){.media-player__image-composition-mask{align-items:flex-end}}.media-player--has-lightbox:not(.is-active) .media-player__controls,.media-player--has-lightbox:not(.is-active) .media-player__progress-bar,.media-player--has-lightbox:not(.is-active) .media-player__video-wrapper{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.media-player--has-lightbox .media-player__video-wrapper{transition:opacity .4s cubic-bezier(.19,1,.22,1);z-index:1}@media screen and (prefers-reduced-motion:reduce){.media-player--has-lightbox .media-player__video-wrapper{transition:none}}@media screen and (min-width:1024px){.media-player--has-lightbox .media-player__video-wrapper{min-width:85vw}}@media screen and (min-width:1024px) and (min-aspect-ratio:16/9){.media-player--has-lightbox .media-player__video-wrapper{height:85vh;min-width:auto;width:151vh}}@media screen and (max-width:1023px){.media-player--has-lightbox.is-active .media-player__video-wrapper{border-radius:0}}.media-player.is-fullscreen .media-player__video{height:100vh;width:100vw}.colored-ring-avatar{align-items:center;display:flex;position:relative}.colored-ring-avatar a{cursor:pointer;z-index:100}.colored-ring-avatar:after{border:2.5px solid #0000001a;border-radius:9999px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.colored-ring-avatar--small:after{border:1.5px solid #0000001a}.colored-ring-avatar--small .colored-ring-avatar__file{margin:.25rem}.colored-ring-avatar--teal:after{border-color:#83d7cf}.colored-ring-avatar--coral:after{border-color:#ffb387}.colored-ring-avatar--green:after{border-color:#bbd975}.colored-ring-avatar--purple:after{border-color:#d097db}.colored-ring-avatar--yellow:after{border-color:#fad266}.colored-ring-avatar__file{border-radius:9999px;display:block;margin:.375rem}.mentor{align-items:center;display:flex;flex-wrap:wrap;margin-top:1.5rem}.mentor:not(:last-of-type){margin-bottom:1.5rem}.mentor__avatar{margin-right:1rem}.mentor__avatar:not(:first-child){margin-top:1rem}.mentor__name{font-size:1.25rem;font-weight:500;line-height:1.75rem}.mentor__biography,.mentor__job-title{font-size:1rem;font-weight:300;line-height:1.5rem}.mentor__biography{margin-top:1.5rem}.mentor__biography p:not(:last-of-type){margin-bottom:1rem}.mentor__social__list{align-items:center;display:flex;flex-direction:row;margin-top:1.5rem}.mentor__social__item:not(:last-child){margin-right:1rem}.mentor__social__icon{fill:#0000007a;height:1.25rem;width:1.25rem}.mentor__social__icon:hover{fill:#333}.waiting-list{border-top:1px solid #00000014;margin-top:4rem;padding-bottom:4rem;padding-top:4rem;position:relative}@media screen and (min-width:768px){.waiting-list{padding-bottom:6rem}}.waiting-list__header{align-items:center;display:flex;flex-direction:column;padding-left:1.25rem;padding-right:1.25rem;position:relative;text-align:center;width:100%}@media screen and (min-width:1024px){.waiting-list__header{padding-left:2rem;padding-right:2rem}}.waiting-list__header:after,.waiting-list__header:before{background-repeat:no-repeat;background-size:contain;content:"";height:3rem;opacity:.2;position:absolute;width:3rem}.waiting-list__header:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M64 0v64H0V0h64zM27.71 6.763H12.817a5.053 5.053 0 0 0-5.053 5.053V41.68c-1.61 5.604.722 11.793 6 14.84 6.218 3.59 14.169 1.46 17.758-4.758l16.974-29.4a5.053 5.053 0 0 0-1.85-6.901L32.882 7.514a5.035 5.035 0 0 0-3.708-.537 5.077 5.077 0 0 0-1.462-.214z' id='a'/%3E%3Cpath d='M64 0v64H0V0h64zM27.974 7.026H13.079a5.053 5.053 0 0 0-5.053 5.053v33.447c0 6.904 5.597 12.5 12.5 12.5 6.904 0 12.5-5.596 12.5-12.5V12.08a5.053 5.053 0 0 0-5.052-5.053z' id='c'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M43.912 18.33c.85-.49 1.818-.59 2.696-.355a3.542 3.542 0 0 1 2.157 1.656l7.948 13.765c.49.85.59 1.817.355 2.696a3.542 3.542 0 0 1-1.656 2.157L26.013 55.222a11.464 11.464 0 0 1-8.726 1.15 11.464 11.464 0 0 1-6.983-5.359 11.464 11.464 0 0 1-1.149-8.726 11.464 11.464 0 0 1 5.358-6.983z' stroke='%23000' stroke-width='3' fill-opacity='.2' fill='%23000' fill-rule='nonzero' mask='url(%23b)'/%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath d='M29.698 8.722a3.542 3.542 0 0 1 2.696.355l13.765 7.947c.85.49 1.42 1.279 1.655 2.157a3.542 3.542 0 0 1-.355 2.696l-16.973 29.4a11.464 11.464 0 0 1-6.983 5.357 11.464 11.464 0 0 1-8.727-1.148 11.464 11.464 0 0 1-5.358-6.983 11.464 11.464 0 0 1 1.149-8.727l16.974-29.399a3.542 3.542 0 0 1 2.157-1.655z' stroke='%23000' stroke-width='3' fill-opacity='.1' fill='%23000' fill-rule='nonzero' mask='url(%23d)'/%3E%3Cpath d='M28.21 7.763c.982 0 1.87.398 2.513 1.04a3.542 3.542 0 0 1 1.04 2.513v33.947c0 3.176-1.287 6.05-3.368 8.132a11.464 11.464 0 0 1-8.132 3.368c-3.175 0-6.05-1.287-8.132-3.368a11.464 11.464 0 0 1-3.368-8.132V11.316c0-.981.398-1.87 1.04-2.512a3.542 3.542 0 0 1 2.513-1.04z' stroke='%23000' stroke-width='3'/%3E%3Ccircle stroke='%23000' stroke-width='3' cx='20.263' cy='45.263' r='3.5'/%3E%3C/g%3E%3C/svg%3E");transform:translateX(-140px) translateY(-28px)}@media screen and (min-width:640px){.waiting-list__header:before{transform:translateX(-259px) translateY(33px)}}@media screen and (min-width:1024px){.waiting-list__header:before{transform:translateX(-322px) translateY(33px)}}@media screen and (min-width:1220px){.waiting-list__header:before{transform:translateX(-395px) translateY(32px)}}.waiting-list__header:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M33.893 10.01a2.495 2.495 0 0 1 2.011.92l18.01 22.175a2.494 2.494 0 0 1-.992 3.88l-1.86.76 4.391 5.423a2.494 2.494 0 0 1-.993 3.878l-16.135 6.605a8.985 8.985 0 0 1-3.034.664l-.278.008a9 9 0 0 1-7.092-3.337l-2.82-3.481-15.82-19.48a5.82 5.82 0 0 1 2.312-9.055l21.43-8.776c.226-.092.46-.15.694-.173l.176-.012zm14.332 28.91-.056.02-.01-.011-14.627 5.9c-3.637 1.302-4.259 3.13-2.725 5.11 1.404 1.813 4.017 2.362 6.158 1.423l13.646-5.983 2.082-.852-2.667-3.293-1.8-2.315zM33.812 13.111 12.73 21.746a2.82 2.82 0 0 0-1.12 4.388l15.886 19.56c.682-1.45 2.174-2.496 4.406-3.44l19.253-7.787-17.343-21.355z' fill-rule='nonzero'/%3E%3Cpath fill-opacity='.15' d='m34.164 11.571 18.855 22.855-22.995 10.547L28.521 48 9.239 25.298l1.739-4.471z'/%3E%3C/g%3E%3C/svg%3E");transform:translateX(140px) translateY(32px)}@media screen and (min-width:640px){.waiting-list__header:after{transform:translateX(260px) translateY(53px)}}@media screen and (min-width:1024px){.waiting-list__header:after{transform:translateX(345px) translateY(52px)}}@media screen and (min-width:1220px){.waiting-list__header:after{transform:translateX(395px) translateY(52px)}}.waiting-list__title{text-wrap:balance;color:#212123;display:block;font-size:2rem;font-weight:600;letter-spacing:-.5px;line-height:2.5rem;margin-top:1rem}.waiting-list__title span{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;background-image:url(../png/gradient.png);background-repeat:no-repeat;background-size:cover;display:block;font-weight:900}.waiting-list__title span::selection{-webkit-text-fill-color:#212123}@media screen and (min-width:768px){.waiting-list__title span{display:unset}}.waiting-list__lead{color:#212123;font-size:1.0625rem;font-weight:300;line-height:1.5rem;margin:.5rem auto}@media screen and (min-width:640px){.waiting-list__lead{width:24rem}}.waiting-list__content{align-items:center;display:flex;flex-direction:column;margin-top:1.5rem;position:relative;text-align:center;width:100%}@media screen and (min-width:768px){.waiting-list__content:after,.waiting-list__content:before{background-repeat:no-repeat;background-size:contain;content:"";height:3rem;opacity:.2;position:absolute;width:3rem}.waiting-list__content:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M23.196 19.501C25.392 12.575 32.53 7.5 41 7.5c10.217 0 18.5 7.387 18.5 16.5 0 5.934-3.513 11.137-8.785 14.045.635 1.874 1.434 3.42 2.398 4.637l.219.267.075.101a1 1 0 0 1-.903 1.543c-3.126-.201-5.886-1.649-8.28-4.343a20.816 20.816 0 0 1-3.42.25' stroke='%23000' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M41 7.5c10.217 0 18.5 7.387 18.5 16.5 0 5.934-3.513 11.137-8.785 14.045.635 1.874 1.434 3.419 2.397 4.636l.219.268a1 1 0 0 1-.827 1.644c-3.126-.201-5.886-1.649-8.28-4.343a20.816 20.816 0 0 1-3.42.25c.453-1.432.696-2.94.696-4.5 0-9.113-8.283-16.5-18.5-16.5l.196.001C25.392 12.575 32.53 7.5 41 7.5z' fill-opacity='.2' fill='%23000'/%3E%3Cpath d='M23 19.5c10.217 0 18.5 7.387 18.5 16.5S33.217 52.5 23 52.5c-1.1 0-2.178-.086-3.225-.25-2.393 2.694-5.153 4.142-8.28 4.343a1 1 0 0 1-.826-1.644l.219-.268c.963-1.217 1.762-2.762 2.397-4.636C8.013 47.137 4.5 41.935 4.5 36c0-9.113 8.283-16.5 18.5-16.5z' stroke='%23000' stroke-width='3' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");transform:translateX(-315px)}}@media screen and (min-width:768px) and (min-width:1024px){.waiting-list__content:before{transform:translateX(-432px)}}@media screen and (min-width:768px) and (min-width:1220px){.waiting-list__content:before{transform:translateX(-498px)}}@media screen and (min-width:768px){.waiting-list__content:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23000' stroke-width='3' fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.15' fill='%23000' cx='15.5' cy='44' r='8'/%3E%3Cpath d='M41.5 9.782 56.27 19.5 41.5 29.218V9.782z' fill-opacity='.15' fill='%23000'/%3E%3Cpath d='M42 20c-6.667 0-10 4-10 12s-3.333 12-10 12' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");transform:translateX(316px) translateY(-5px)}}@media screen and (min-width:768px) and (min-width:1024px){.waiting-list__content:after{transform:translateX(432px) translateY(-6px)}}@media screen and (min-width:768px) and (min-width:1220px){.waiting-list__content:after{transform:translateX(474px) translateY(-6px)}}.waiting-list-form__fields{display:flex;flex-direction:column;justify-content:center;justify-items:center;padding:0 1.25rem}@media screen and (min-width:640px){.waiting-list-form__fields{flex-direction:row;padding:0}}.waiting-list-form__actions{margin-top:.75rem}@media screen and (min-width:640px){.waiting-list-form__actions{margin-top:0}}.waiting-list-form__submit{width:100%}.waiting-list-form__field{margin-right:.5rem;width:100%}@media screen and (min-width:640px){.waiting-list-form__field{width:22.5625rem}}@media screen and (min-width:1024px){.waiting-list-form__field{width:32.8125rem}}.waiting-list-form__option__checkbox .form-option-label{margin-left:.75rem;text-align:left}.waiting-list__form-consent{display:flex;justify-content:left;padding:1rem 1.25rem;width:100%}@media screen and (min-width:640px){.waiting-list__form-consent{margin:.75rem auto;padding:0;width:29.375rem}}@media screen and (min-width:1024px){.waiting-list__form-consent{margin:.5rem auto;width:39.75rem}}.waiting-list-form-success{background:#f5f5f5;border-radius:12px;box-shadow:0 4px 8px 0 #00000005,0 1px 2px 0 #00000014;padding:2rem 1.25rem 2.5rem;text-align:center}@media screen and (min-width:1024px){.waiting-list-form-success{padding:3rem 2rem 3.5rem}}.waiting-list-form-success__title{text-wrap:balance;font-size:1.5rem;font-weight:700;line-height:2rem}@media screen and (max-width:767px){.waiting-list-form-success__title{font-size:1.25rem;font-weight:700;line-height:1.75rem}}.waiting-list-form-success__blurb{font-size:1.0625rem;font-weight:300;line-height:1.5rem;margin:.5rem auto 0}@media screen and (min-width:768px){.waiting-list-form-success__blurb{max-width:80%}}.js-hidden{display:none}::selection{background-color:#ffe8db}@supports not (contain:layout){#content{overflow:hidden}}@supports (contain:layout){.course{contain:layout}}.course .wrapper{position:relative}.course__symbol-left-wrapper{display:block;left:0;pointer-events:none;position:absolute;top:0;transform:translate(-61.25rem,10rem);z-index:-1}@media screen and (min-width:768px){.course__symbol-left-wrapper{transform:translate(-53.125rem,-2rem)}}@media screen and (min-width:1024px){.course__symbol-left-wrapper{transform:translate(-51rem,4rem)}}.course__symbol-left{display:block;height:38.75rem;width:68.625rem}.course__symbol-right-wrapper{display:block;left:0;pointer-events:none;position:absolute;top:0;transform:translate(16rem,-33.5rem);z-index:-1}@media screen and (min-width:768px){.course__symbol-right-wrapper{transform:translate(12.75rem,-34.25rem)}}@media screen and (min-width:1024px){.course__symbol-right-wrapper{transform:translate(6.375rem,-41rem)}}.course__symbol-right{display:block;height:78.5rem;width:62.5rem}.hero{margin-top:4rem}.course__label{color:#0000007a;font-size:.875rem;font-weight:600;line-height:1rem;margin-bottom:1rem;text-align:center;text-transform:uppercase}.course__title{text-wrap:balance;color:#212123;font-size:2.75rem;font-weight:700;letter-spacing:-1px;line-height:3rem;margin:0 auto 3rem;max-width:18rem;text-align:center}@media screen and (min-width:768px){.course__title{max-width:29.5rem}}@media screen and (min-width:1024px){.course__title{max-width:71rem}}.course__layout{margin-top:1rem}@media screen and (min-width:640px){.course__layout{margin-top:1.5rem}}@media screen and (min-width:768px){.course__layout{column-gap:1.5rem;display:grid;grid-template-areas:"summary summary summary sidebar sidebar sidebar" "content content content content content content";grid-template-columns:repeat(6,1fr);margin-top:2.5rem}}@media screen and (min-width:1024px){.course__layout{grid-template-areas:"summary summary summary summary summary summary summary sidebar sidebar sidebar sidebar sidebar" "content content content content content content content sidebar sidebar sidebar sidebar sidebar";grid-template-columns:repeat(12,1fr);margin-top:4rem}}@media screen and (min-width:1220px){.course__layout{grid-template-areas:"summary summary summary summary summary summary summary . sidebar sidebar sidebar sidebar" "content content content content content content content . sidebar sidebar sidebar sidebar"}}.course__section{border-top:1px solid #00000014;margin-bottom:4rem}.course__section:last-of-type{margin-bottom:0}.course__section__title{text-wrap:balance;font-size:1.5rem;font-weight:600;letter-spacing:-.5px;line-height:2rem;margin-bottom:.5rem;margin-top:2rem}.course__section__subtitle{text-wrap:balance;color:#858585;font-size:.75rem;font-size:.875rem;font-weight:600;line-height:.875rem;margin-bottom:1rem;margin-top:1.5rem;text-transform:uppercase}.course__summary{border-top:0;padding:0 1.25rem}@media screen and (min-width:768px){.course__summary{grid-area:summary;margin-bottom:4rem;transform:translateY(-2rem)}}@media screen and (min-width:1220px){.course__summary{padding-left:2rem;padding-right:0}}.course__summary__title{text-wrap:balance;font-size:2rem;font-weight:700;letter-spacing:-.5px;line-height:2.5rem;margin-bottom:.5rem;margin-top:2rem}.course__summary__lead{font-size:1.25rem;font-weight:500;font-weight:300;line-height:1.75rem}.course__summary__lead a{color:#212123;font-weight:500;text-decoration:underline}.course__summary__lead a:hover{color:#2e2e30}.course__outcomes__list{margin-top:1.5rem}.course__outcome{margin-bottom:1.5rem;padding-left:2rem;position:relative}.course__outcome:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' color='%23212123'%3E%3Cpath d='M6 13.2 9.6 18 18 6' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.5rem;content:"";display:block;height:1.5rem;left:0;margin-right:.5rem;position:absolute;top:0;width:1.5rem}.course__outcome__title{font-size:1.0625rem;font-weight:300;font-weight:500;line-height:1.5rem}.course__outcome__description{font-size:1rem;font-weight:300;line-height:1.5rem}.course__requirements__lead{margin-bottom:1rem}.course__requirements__list{margin-bottom:2.5rem}.course__requirement{align-items:flex-start;display:flex;flex-direction:row;font-size:1.0625rem;font-weight:300;line-height:1.5rem;margin-bottom:1rem}.course__requirement:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg' color='%23212123'%3E%3Cpath d='M6 13.2 9.6 18 18 6' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.5rem;content:"";display:inline-block;height:1.5rem;margin-right:.5rem;min-width:1.5rem}.course__requirement a{color:#212123;font-weight:600;text-decoration:none;text-decoration:underline;transition:color 125ms ease-out}@media (prefers-reduced-motion:reduce){.course__requirement a{transition-duration:1ms}}.course__requirement a:visited{color:#212123}.course__requirement a:active,.course__requirement a:hover{color:#0000007a}.course__requirement strong{font-weight:500}.course__content{color:#212123;padding:2.5rem 1.25rem 0}@media screen and (min-width:768px){.course__content{grid-area:content;padding:0 1.25rem}}@media screen and (min-width:1220px){.course__content{padding:0 0 0 2rem}}@media screen and (min-width:768px){.course__sidebar{grid-area:sidebar;padding:0 1.25rem;position:relative}}@media screen and (min-width:1220px){.course__sidebar{padding-left:2rem;padding-right:0}}@media screen and (min-width:1024px){@supports (contain:layout){.course__floating{position:sticky;top:6.5rem}}}.course__details{background:#fff;border-radius:12px;box-shadow:0 4px 8px 0 #00000014,0 0 0 1px #00000014;margin-bottom:1rem;padding:1.25rem}@media screen and (min-width:768px){.course__details{padding:1.5rem}}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.course__details{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background-color:#ffffff7a}}.course__details__item{background-position:0;background-repeat:no-repeat;font-size:1rem;font-weight:300;font-weight:500;line-height:1.5rem;padding:.75rem 0 .75rem 2rem}.course__details__item--mentors{padding-left:0}.course__details__mentor{align-items:center;display:flex}.course__details__mentor__avatar{height:3.5rem;margin-right:.5rem;width:3.5rem}.course__details__mentor__avatar:not(:first-child){margin-top:1rem}.course__details__mentor__name{font-size:1rem;font-weight:300;font-weight:500;line-height:1.5rem}.course__details__mentor__role{font-weight:300}.course__details__mentor__job-title{font-size:.875rem;font-weight:300;line-height:1.3125rem}.course__details__item--contents{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' color='%23858585'%3E%3Cpath d='M4.688 15.938 15.313 10 4.687 4.062z' fill='currentcolor' stroke='currentcolor' stroke-width='1.875' fill-rule='evenodd' fill-opacity='.15' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:left top .875rem}.course__details__contents__resources{color:#000000a3;font-size:.875rem;font-weight:300;line-height:1.25rem}.course__details__item--duration{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' color='%23858585'%3E%3Cpath d='M10.708 2.077c1.832 0 3.214.296 4.445.938a6.668 6.668 0 0 1 2.801 2.733c.663 1.207.97 2.565.97 4.362v.78c0 1.797-.307 3.155-.97 4.362a6.668 6.668 0 0 1-2.801 2.733c-1.23.642-2.613.938-4.445.938h-.8c-1.833 0-3.215-.296-4.445-.938a6.668 6.668 0 0 1-2.802-2.733c-.662-1.207-.969-2.565-.969-4.362v-.78c0-1.797.307-3.155.969-4.362a6.82 6.82 0 0 1 .388-.626L2 5.123a.923.923 0 0 1 0-1.846h3.692c.51 0 .923.413.923.923v3.6c0 .51-.413.923-.923.923l-.107-.006a.923.923 0 0 1-.816-.917V5.905c-.183.226-.346.47-.49.731-.503.917-.74 1.972-.74 3.474v.78c0 1.502.237 2.557.74 3.474a4.822 4.822 0 0 0 2.037 1.984c.949.495 2.04.729 3.592.729h.8c1.55 0 2.642-.234 3.591-.729a4.822 4.822 0 0 0 2.037-1.984c.503-.917.74-1.972.74-3.474v-.78c0-1.502-.237-2.557-.74-3.474a4.822 4.822 0 0 0-2.037-1.984c-.949-.495-2.04-.729-3.591-.729h-.8a.923.923 0 0 1 0-1.846zm.475 3.337c.489.144.77.656.626 1.146l-1.023 3.49a.308.308 0 0 0 .08.306l1.317 1.283a.923.923 0 0 1-1.289 1.322l-1.316-1.283a2.154 2.154 0 0 1-.563-2.148l1.022-3.49a.923.923 0 0 1 1.146-.626z' fill='currentcolor'/%3E%3C/svg%3E")}.course__details__item--language{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' color='%23858585'%3E%3Cpath d='M10 2.187c4.315 0 7.813 3.218 7.813 7.188 0 3.97-3.498 7.188-7.813 7.188a8.429 8.429 0 0 1-2.428-.354c-.788.696-1.64 1.202-2.554 1.519a1.25 1.25 0 0 1-1.496-1.798l.153-.281c.22-.424.415-.889.588-1.395-1.289-1.283-2.076-2.996-2.076-4.879 0-3.97 3.498-7.187 7.813-7.187z' stroke='currentcolor' stroke-width='1.875' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E")}.course__details__item--price{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' color='%23858585'%3E%3Cpath d='M9.905 3.045c.296.05.343.097.372.154l2.204 4.254 4.781.662a.312.312 0 0 1 .17.539l-3.445 3.2.828 4.605a.312.312 0 0 1-.447.334L10 14.605l-4.368 2.188a.312.312 0 0 1-.447-.334l.828-4.605-3.445-3.2a.312.312 0 0 1 .17-.539l4.781-.662L9.723 3.2a.312.312 0 0 1 .182-.154z' fill='currentcolor' stroke='currentcolor' stroke-width='1.875' fill-rule='evenodd' fill-opacity='.15'/%3E%3C/svg%3E")}.course__details__item:not(:first-of-type){border-top:1px solid #00000014}.course__details__item:last-of-type{padding-bottom:0}.course__details__button{margin-top:.75rem}.course__disclaimer{margin-bottom:4rem}.course__lessons__lead{margin-bottom:2.5rem}.course__lessons__list{border:1px solid #e6e6e6;border-radius:12px;margin:0 -1.25rem;overflow:hidden}@media screen and (min-width:1024px){.course__lessons__list{margin:0}}.course__chapter__header{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:row;justify-content:space-between;padding:1.25rem}.course__chapter__name{font-size:1.0625rem;font-weight:300;font-weight:600;line-height:1.5rem}.course__chapter__count{display:none}@media screen and (min-width:768px){.course__chapter__count{display:block}}.course__chapter__lesson__number{color:#000000a3;display:inline-block;line-height:1.5rem;margin-right:.5rem;min-width:2rem}@media screen and (min-width:768px){.course__chapter__lesson__number{margin-right:1rem}}.course__chapter__lessons__list{padding:1.25rem 1.25rem 1.5rem}.course__chapter__lesson:not(:last-of-type){margin-bottom:.75rem}.course__chapter__lesson-link{align-items:flex-start;color:#212123;display:flex;flex-direction:row}@media screen and (min-width:768px){.course__chapter__lesson-link{align-items:center}}.course__chapter__lesson-link:hover .course__chapter__lesson__name{color:#0000007a}.course__chapter__lesson__name{line-height:1.5rem;margin-right:1rem;max-width:20.5rem}.course__chapter__lesson__name .pill{margin-left:.25rem;vertical-align:middle}@media screen and (min-width:768px){.course__chapter__lesson__name{align-items:center;display:flex;width:100%}.course__chapter__lesson__name .pill{margin-left:.5rem}}.course__chapter__lesson__duration{line-height:1.5rem;margin-left:auto;margin-right:1rem}.course__chapter__lesson__play{align-items:center;background-color:#ff7843;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' color='rgba(255, 255, 255, 0.8)'%3E%3Cpath d='m5.777 4.518 4.599 3.066a.5.5 0 0 1 0 .832l-4.599 3.066A.5.5 0 0 1 5 11.066V4.934a.5.5 0 0 1 .777-.416z' fill='currentcolor' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:.3125rem;background-repeat:no-repeat;background-size:1rem;border-radius:9999px;height:1.5rem;min-width:1.5rem}.course.course--102 .course__symbol-left-wrapper{left:unset;right:0;transform:translate(49.375rem,-22.5rem)}@media screen and (min-width:768px){.course.course--102 .course__symbol-left-wrapper{left:0;right:unset;transform:translate(-48.75rem,5.625rem)}}@media screen and (min-width:1024px){.course.course--102 .course__symbol-left-wrapper{transform:translate(-45.625rem,-.625rem)}}@media screen and (min-width:1220px){.course.course--102 .course__symbol-left-wrapper{transform:translate(-93.75rem,-12.5rem)}}.course.course--102 .course__symbol-left{height:44.0625rem;width:52.125rem}@media screen and (min-width:1220px){.course.course--102 .course__symbol-left{height:88.125rem;width:104.25rem}}.course.course--102 .course__symbol-right-wrapper{transform:translate(-16.875rem,26.25rem)}@media screen and (min-width:768px){.course.course--102 .course__symbol-right-wrapper{transform:translate(3.125rem,-28.125rem)}}@media screen and (min-width:1024px){.course.course--102 .course__symbol-right-wrapper{transform:translate(5rem,-33.125rem)}}@media screen and (min-width:1220px){.course.course--102 .course__symbol-right-wrapper{transform:translate(6.375rem,-50rem)}}.course.course--102 .course__symbol-right{height:36.125rem;width:32.75rem}@media screen and (min-width:768px){.course.course--102 .course__symbol-right{height:54.1875rem;width:49.125rem}}@media screen and (min-width:1220px){.course.course--102 .course__symbol-right{height:72.25rem;width:65.5rem}}.course.course--102 .colored-ring-avatar--coral:after{border-color:#83d7cf}