.MobileMenu{z-index:80;padding-right:var(--noscroll-target-scrollbar-width,0);background:var(--color-white);transition:background-color var(--flood-duration) var(--flood-ease) var(--flood-delay);--menu-gutter:60px;--menu-radius:28px;--menu-link-gap:16px;position:fixed;inset:0;overflow-y:auto}@media screen and (width<=1023px){.MobileMenu{--menu-gutter:32px}}@media screen and (width<=767px){.MobileMenu{--menu-gutter:20px;--menu-radius:20px}}.MobileMenu.menu-enter-active{will-change:clip-path;transition:clip-path .8s cubic-bezier(.16,1,.3,1)}.MobileMenu.menu-leave-active{pointer-events:none;will-change:clip-path;transition:clip-path .55s cubic-bezier(.7,0,.84,0)}.MobileMenu.menu-enter-from,.MobileMenu.menu-leave-to{clip-path:inset(0 var(--menu-gutter) 100% var(--menu-gutter) round 0 0 var(--menu-radius) var(--menu-radius))}.MobileMenu.menu-enter-to,.MobileMenu.menu-leave-from{clip-path:inset(0)}.MobileMenu .container{flex-direction:column;min-height:100%;display:flex}.MobileMenu:has(.MobileMenu__link--branding:hover){background:var(--color-leuchtrot)}.MobileMenu:has(.MobileMenu__link--digital:hover){background:var(--color-eggplant)}.MobileMenu:has(.MobileMenu__link--refresh:hover){background:var(--color-jade)}.page--flood-hold .MobileMenu .MobileMenu__link{color:var(--color-white)}.MobileMenu:has(.MobileMenu__link--service:hover) .MobileMenu__link{color:var(--color-white)}.MobileMenu__cols{gap:244px;padding-top:276px;padding-bottom:60px;display:flex}@media screen and (width<=1279px){.MobileMenu__cols{gap:120px}}@media screen and (width<=1023px){.MobileMenu__cols{padding-top:calc(var(--header-height) + 64px);gap:80px}}@media screen and (width<=767px){.MobileMenu__cols{padding-top:calc(var(--header-height) + 32px);flex-direction:column;gap:40px}}@media screen and (width>=1024px) and (height<=900px){.MobileMenu__cols{padding-top:calc(var(--header-height) + 32px);margin-block:auto;padding-bottom:48px}}.MobileMenu__cols:has(.MobileMenu__link:hover) .MobileMenu__link{opacity:.5}.MobileMenu__cols:has(.MobileMenu__link:hover) .MobileMenu__link:hover{opacity:1}.MobileMenu__col{margin-top:calc(var(--menu-link-gap)/-2);flex-direction:column;gap:0;display:flex}.MobileMenu__col--main{width:428px}.MobileMenu__col--services{width:538px}@media screen and (width<=1023px){.MobileMenu__col{width:auto}}.MobileMenu__link{padding:calc(var(--menu-link-gap)/2) 0;color:var(--color-black);letter-spacing:-.01em;transition:opacity .3s ease,color var(--flood-duration) var(--flood-ease) var(--flood-delay);font-size:72px;font-weight:600;line-height:1.2;text-decoration:none;display:block}@media screen and (width<=1023px){.MobileMenu__link{font-size:56px}}@media screen and (width<=767px){.MobileMenu__link{font-size:40px}}@media (prefers-reduced-motion:reduce){.MobileMenu.menu-enter-active,.MobileMenu.menu-leave-active{transition-duration:.01ms}}
