﻿.motion__pause{background-color:var(--pause-background-color-focused);background-position:center;background-repeat:no-repeat;border:none;border-radius:50%;display:block;filter:drop-shadow(0 2.649px 3.973px rgba(0, 0, 0, .08)) drop-shadow(0 7.947px 10.596px rgba(0, 0, 0, .15));margin:0;outline:4px solid var(--pause-border-color);padding:0;position:absolute;transition:background-color .3s ease,outline-color .3s ease;z-index:10}.motion__pause:focus-visible,.motion__pause:hover{outline-color:var(--pause-focus-color)}@media (max-width:767px){.motion__pause{right:var(--motion-pause-right,1rem);top:var(--motion-pause-top,1rem)}}@media (min-width:768px) and (max-width:1439px){.motion__pause{right:var(--motion-pause-right,1.625rem);top:var(--motion-pause-top,1.625rem)}}@media (max-width:1439px){.motion__pause{height:var(--motion-pause-size,2.5rem);width:var(--motion-pause-size,2.5rem)}}@media (min-width:1440px) and (max-width:1919px){.motion__pause{height:var(--motion-pause-size,2.7777777778vw);right:var(--motion-pause-right,1.8055555556vw);top:var(--motion-pause-top,1.8055555556vw);width:var(--motion-pause-size,2.7777777778vw)}}@media (min-width:1920px){.motion__pause{height:var(--motion-pause-size,2.2916666667vw);right:var(--motion-pause-right,1.4583333333vw);top:var(--motion-pause-top,1.4583333333vw);width:var(--motion-pause-size,2.2916666667vw)}}.motion__pause--light{--pause-background-color:rgba(255, 255, 255, 0.45);--pause-background-color-focused:#ffffff;--pause-background-image-paused:url("../image/icn-pause-blue.svg");--pause-background-image-play:url("../image/icn-play-blue.svg");--pause-border-color:rgba(255, 255, 255, 0.12);--pause-focus-color:#003241}.motion__pause--dark{--pause-background-color:var(--pause-background-color-focused-override, rgba(0, 50, 65, 0.6));--pause-background-color-focused:#003241;--pause-background-image-paused:url("../image/icn-pause-white.svg");--pause-background-image-play:url("../image/icn-play-white.svg");--pause-border-color:rgba(0, 50, 65, 0.12);--pause-focus-color:#ffffff}.motion__pause--bottom{--motion-pause-top:auto}@media (max-width:767px){.motion__pause--bottom{bottom:1rem}}@media (min-width:768px) and (max-width:1439px){.motion__pause--bottom{bottom:1.625rem}}@media (min-width:1440px) and (max-width:1919px){.motion__pause--bottom{bottom:1.8055555556vw}}@media (min-width:1920px){.motion__pause--bottom{bottom:1.4583333333vw}}.motion__pause--centered{--motion-pause-right:50%;--motion-pause-top:50%;transform:translate(50%,-50%)}@media (max-width:1439px){.motion__pause--centered{--motion-pause-size:8rem}}@media (min-width:1440px) and (max-width:1919px){.motion__pause--centered{--motion-pause-size:8.8888888889vw}}@media (min-width:1920px){.motion__pause--centered{--motion-pause-size:7.5vw}}.motion__pause:not(:hover, :focus-visible){background-color:var(--pause-background-color)}.motion__pause[aria-pressed=false]:not([aria-haspopup]){background-image:var(--pause-background-image-paused);background-size:32.5% auto}.motion__pause,.motion__pause[aria-pressed=true]{background-image:var(--pause-background-image-play);background-size:42.5% auto}