/*<style>*/

@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {font-family: QuicksandAlternate; src: url('fonts/Quicksand.ttf');}
@font-face {font-family: NotoColorEmoji; src: url('fonts/NotoColorEmoji.ttf');}

html, body {width: 100%; height: 100%; margin: 0px; padding: 0px; line-height: 1; overflow: hidden; position: fixed; user-select: none; -webkit-user-select: none; touch-action: none !important; -webkit-tap-highlight-color: transparent;}
body {background-color: white; --mathsColor: #e0003e; --literacyColor: #548fff; --themeColor: var(--mathsColor);}
body.iOSApp {background-color: black;}
#GamesMenu h1, .Content h1, #GamesMenu h2 {color: var(--themeColor, #4F95FB);}
    #GamesMenu h1, .Content h1 {margin-bottom: 4px;}
    #GamesMenu h1 {margin-top: 26px; padding-top: 10px;}
    #GamesMenu h1#SpellingGamesSection, #GamesMenu h1#MathematicsGamesSection {visibility: hidden; height: 0px; max-height: 0px; margin-top: -10px; padding-top: 20px;}
    #GamesMenu h1#GamesSection {margin-top: -10px; padding-top: 30px;}
    #GamesMenu h3 {margin-bottom: 4px;}
h2 {margin-top: 36px;}
.TitleScreenMenuText h3 {color: orange; font-size: 14pt; margin-bottom: 2px; margin-top: -50px;}
h4 {margin: 0px; padding-top: 10px; padding-bottom: 4px;}
.MessageBox {top: 80px;}
.MessageBox h1 {font-size: 16pt; color: black;}
.Hidden {display: none !important; pointer-events: none !important;}
.Disabled, .ForceDisabled, button:disabled {pointer-events: none !important;}
button:disabled {opacity: 0.2;}
.Invisible {visibility: hidden; pointer-events: none !important;}
.Transparent {opacity: 0 !important;}
.NoTransition {transition: none !important;}
.NoCursor #GameBox {cursor: none !important;}
#GameBox {--AnimationPlayState: running;}
#GameBox.Paused {--AnimationPlayState: paused;}
#GameBox.Updating {--AnimationPlayState: paused !important;}
.Overline {position: relative; margin-left: 2px;} /* text-decoration: overline; doesn't fit in .Question */
    .Overline:before {content: "–"; position: absolute; top: -21px; left: 4px;}
        .ShieldItem .Overline:before {top: -9px; left: 1.5px;}
.LargeMessageText {font-size: 36pt;}
/* .MediumLargeText {font-size: 32pt;}
.MediumText {font-size: 24pt;}
.SmallText {font-size: 14pt;} */
.Text {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; text-align: center; color: white; font-family: var(--DefaultFontFamily); font-size: 36pt; text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black; box-sizing: border-box;}
    .Literacy .Text {font-family: QuicksandAlternate, Quicksand, sans-serif; font-weight: bold;}
.LargeButton {font-size: 12pt;}
#SavingMessageBox {position: fixed; right: 30px; top: -40px; width: auto; min-width: 120px; transform: translateY(0px); transition: transform 0.5s ease-in-out; padding: 10px; box-sizing: border-box; background: white; color: black; border: solid 1px black; border-radius: 5px; text-align: center; xpointer-events: none; z-index: 201;}
    .FullScreen #SavingMessageBox {right: 0px;}
#SavingMessageBox.Saving {transform: translateY(110px);}
    .FullScreen #SavingMessageBox.Saving {transform: translateY(40px);}
    .iOSApp #SavingMessageBox.Saving {transform: translateY(56px);}
#SavingMessageBox.SavingError {background: red; color: white; pointer-events: auto;}
.DefaultButton, input[type=submit] {background-color: var(--themeColor) !important;}

.LoadingSpinnerIcon {display: inline-block; position: relative; background-image: url('graphics/mathsicon256.png'), url('graphics/mathsicon.png'); background-size: 55% 55%; background-position: center center; background-repeat: no-repeat; width: 250px; height: 250px; box-sizing: border-box; margin-bottom: 10px;}
.LoadingSpinner {display: block; position: absolute; top: 0px; left: 0px; --border-background-color: #eeeeee; border: 10px solid var(--border-background-color); border-top: 10px solid var(--themeColor); border-radius: 50%; width: 100%; height: 100%; animation: Spin 2s linear infinite; box-sizing: border-box;}
.TitleScreen .LoadingSpinner {position: static; display: block; margin: 10px auto; --border-background-color: white; filter: drop-shadow(0 0 10px rgba(0,0,0,0.8)); width: 60px; height: 60px;}
.TitleScreen .LoadingText {padding: 0; font-size: 14pt;}


@keyframes Spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

#GoogleSignInOneTapButton {position: absolute; top: 12px; right: 12px; z-index: 300; text-align: center; transition: opacity 1s, transform 0.5s;}
    #GoogleSignInOneTapButton.Minimised {transform: translateX(158px); overflow: hidden; border-radius: 6px;}
    #GoogleSignInOneTapButton.Minimised:hover {transform: translateX(0px);}
#GoogleSignInOneTapButtonOnPage #GoogleSignInOneTapButton div:first-child {display: inline-block;}

#Keypad {display: none; position: fixed; bottom: 0px; background: black; padding-top: 22px; height: 115px; left: 0px; width: 100%; text-align: center; z-index: 1000; box-sizing: border-box;}
.KeypadKey {margin: 3px; width: 56px; height: 56px; padding-top: 4px; font-size: 32pt; color: white; border: solid 2px white; border-radius: 50px; display: inline-block; vertical-align: top; box-sizing: border-box;}
.Touch #Keypad {display: block; transform: translateY(125px); transition: transform 0.3s;}
.Touch #Keypad.Active {transform: translateY(0px);}

#AlphabetKeyboard {display: none; position: fixed; bottom: 0px; padding-top: 0px; height: 110px; left: 110px; border-radius: 29px; xwidth: calc(100% - 110px); text-align: left; z-index: 1000; box-sizing: border-box; background-color: black;}
.AlphabetKeyboardKey {margin: 3px; width: 50px; height: 50px; padding-top: 0px; font-size: 32pt; text-align: center; color: white; border: solid 2px white; border-radius: 50px; display: inline-block; vertical-align: top; box-sizing: border-box;}
.Touch #AlphabetKeyboard {display: block; transform: translateY(125px); transition: transform 0.3s;}
.Touch #AlphabetKeyboard.Active {transform: translateY(0px);}

body:not(.App) .Maths #SubToolBar, body:not(.App) .Literacy #SubToolBar {display: block;}
#GamesMenu {top: 128px; height: calc(100% - 128px); min-height: calc(100% - 128px);}
#GamesMenu h1:nth-child(2) {margin-top: 10px;}
#SubToolBar {display: none; position: fixed; background-color: white; top: 64px; left: 0px; width: 100%; height: 64px; padding: 14px; box-sizing: border-box; font-family: "open sans", sans-serif; font-size: 10pt; text-align: center; z-index: 3; box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28); overflow-y: hidden;}
#SubToolBar label {display: inline-block; margin-top: -6px; margin-right: 6px; margin-left: 6px !important; display: inline-block;}
#SubToolBar select {border-radius: 4px; font-size: 10pt; padding: 6px 6px 6px 6px; background-color: white; margin-top: 3px; margin-bottom: 10px; margin-right: 6px;}
#SubToolBar .ToolbarButton {padding-left: 6px; padding-right: 6px;}
.Toolbar {min-width: 788px;}
    .ToolbarButton {display: inline-block; font-size: 11pt; padding: 10px; cursor: pointer;}
    .ToolbarButton img {width: 24px; height: 24px; margin-top: -3px; vertical-align: middle;}
    .ToolbarButton:hover {color: var(--themeColor, #4F95FB);}
    .ToolbarButton:hover img {filter: sepia(1) saturate(30) brightness(0.8) hue-rotate(166deg);}
    .ToolbarButton.Disabled {opacity: 0.3;}

.FancyText {height: 40px;--FancyTextOutline: darkorange; --FancyTextFill: linear-gradient(to bottom, rgba(255,212,0,1) 0%,rgba(255,202,79,1) 49%,rgba(239,155,0,1) 51%,rgba(255,106,0,1) 100%); letter-spacing: 1px; position: relative;}
.FancyText div:first-child, .FancyText div:last-child {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.FancyText div:first-child {text-shadow: 1px 1px black, -1px -1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black; -webkit-text-stroke-width: 4px; -webkit-text-stroke-color: black;}
.FancyText div:last-child {-webkit-text-stroke-width: 0.2px; -webkit-text-stroke-color: var(--FancyTextOutline); background: var(--FancyTextFill); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none;}

ul.Tick {position: relative; list-style: none; margin-left: 0; padding-left: 1.2em;}
ul.Tick li:before {content: "✓"; position: absolute; left: 0; color: #4F95FB; font-weight: bold;}

#TitleBar {background-color: black; transform: none; transition: transform 0.8s; overflow: visible; z-index: 202;}
#TitleBar.NoShadow {box-shadow: none;}
#TitleBar.Above {transform: translateY(-74px);}
#TitleBarText, #TitleBarIcon {cursor: pointer;}
#TitleBarText {cursor: pointer; margin-right: 30px;}
.App #TitleBar .Link {display: none;}
.FullScreen #TitleBar {display: none;}
#PauseButton ,#AppPauseButton {background-image: url('graphics/material/pause.png'); cursor: pointer;}
#PauseButton.Paused, #AppPauseButton.Paused {background-image: url('graphics/material/play.png');}
#MuteButton {background-image: url('graphics/icons/unmute.png');}
#MuteButton.Muted {background-image: url('graphics/icons/mute.png');}
.Link, .SubLink {color: white; text-decoration: none; max-height: 27px; padding: 0px 10px; margin-left: 2px; margin-top: 2px; cursor: pointer; border-radius: 4px; display: inline-block; overflow-y: visible;}
.Link a.LinkText {color: white; text-decoration: none;}
    .Link img {width: 27px; height: 27px; margin-right: 6px; vertical-align: middle;}
    .Link:hover img, .Link:hover .LinkText, .Link:hover a.LinkText, .SubLink:hover .SubLinkText, .RoundButton:hover {filter: sepia(1) saturate(10) hue-rotate(344deg); background-color: transparent !important;}
    .LinkText, .SubLinkText {display: inline; vertical-align: middle; font-size: 11pt;}
#GameControlButtons {position: fixed; z-index: 201; background: black; top: 14px; right: 14px;}
#GameControlButtons .RoundButton {margin-left: 1px; margin-right: 1px;}
#ProfileButton, #SignUpButton {position: static; display: inline-block; margin-left: 6px;}
#SignUpButton.Hidden {display: none !important;}
#ProfileButton.SignInButton, #SignUpButton.SignUpButton {padding-top: 0px;}
#ProfileButton:not(.HasMenu) span, #SignUpButton span {display: block; padding-top: 10px;}
.ProfileLetter {font-size: 14pt; padding-top: 6px;}
#AboutButton {display: inline-block;}
    .TitleBarMenu {display: none; padding: 10px; position: absolute;}
        .Link:hover .TitleBarMenu, #ProfileButton:hover .TitleBarMenu {display: block; background: black; border-radius: 10px; color: white; width: 200px; margin-top: -1px;}
        #ProfileButton:hover .TitleBarMenu {top: 0px; margin-top: 32px; right: -14px;}
        .SubLink {display: block; padding: 14px; filter: none; text-align: left;}
        .Link:hover span .SubLink span {filter: none;}
#AppPauseButton {z-index: 201; position: absolute; top: 14px; right: 14px; width: 28px; height: 28px; background-size: contain;}

#ProgressButton {background-image: url('graphics/icons/progress.png');}
#ProgressBox {z-index: 100001;}
#ProgressBox .MessageBox {width: calc(100%); left: 0px; box-sizing: border-box; height: calc(100% - 55px); top: 65px;}
#ProgressTables {background-color: #f9f9f9; width: 100%; height: calc(100% - 74px); margin-bottom: 13px; margin-top: 14px; box-sizing: border-box; overflow-y: scroll; font-size: 11pt; border: solid 1px #dbdbdb; padding: 10px;}
#ProgressTables .Heading {margin-bottom: 8px; font-weight: bold; font-size: 14pt;}
#ProgressTables table {border-collapse: collapse; margin-bottom: 20px; width: 100%; background-color: white;}
#ProgressTables th {background: black; color: white; padding: 8px;}
#ProgressTables td, th {border: solid 1px black; text-align: center; width: 1%;}
#ProgressTables td {padding: 0px; vertical-align: top;}
.FactText {width: 100%;}
.FactText div {padding: 4px 6px; box-sizing: border-box; text-align: left;}
.BestTime {display: inline-block; background-color: green; color: white; border: solid 1px black; border-radius: 10px; font-size: 9pt; text-align: center; padding: 1px 3px; opacity: 0.3; vertical-align: middle;}
.CorrectCount {display: none; color: silver; font-style: italic;}
.Percent0 {background: white;}
.Percent33 {background: yellow;}
.Percent67 {background: yellowgreen;}
.Percent10 {background: linear-gradient(to right, lightgreen 0%,lightgreen 10%,#ffffff 10%,#ffffff 100%);}
.Percent20 {background: linear-gradient(to right, lightgreen 0%,lightgreen 20%,#ffffff 20%,#ffffff 100%);}
.Percent30 {background: linear-gradient(to right, lightgreen 0%,lightgreen 30%,#ffffff 30%,#ffffff 100%);}
.Percent40 {background: linear-gradient(to right, lightgreen 0%,lightgreen 40%,#ffffff 40%,#ffffff 100%);}
.Percent50 {background: linear-gradient(to right, lightgreen 0%,lightgreen 50%,#ffffff 50%,#ffffff 100%);}
.Percent60 {background: linear-gradient(to right, lightgreen 0%,lightgreen 60%,#ffffff 60%,#ffffff 100%);}
.Percent70 {background: linear-gradient(to right, lightgreen 0%,lightgreen 70%,#ffffff 70%,#ffffff 100%);}
.Percent80 {background: linear-gradient(to right, lightgreen 0%,lightgreen 80%,#ffffff 80%,#ffffff 100%);}
.Percent90 {background: linear-gradient(to right, lightgreen 0%,lightgreen 90%,#ffffff 90%,#ffffff 100%);}
.Percent100 {background: lightgreen; height: 100%;}
.Percent100 .CorrectCount {color: white;}
.Wrap .FactText {text-align: left;}
/* .Wrap .FactText div {display: inline-block; width: 10%;} */
.ProgressExpandableTable .Heading {cursor: pointer; width: 100%;}
.ProgressExpandableTable .Heading:before {content: "▶"; margin-right: 4px;}
.ProgressExpandableTable.Expand .Heading:before {content: "▼";}
.ProgressExpandableTable .Heading:hover {color: royalblue;}
.ProgressExpandableTable {height: 26px; transition: height 1s; overflow: hidden;}
.ProgressExpandableTable.Expand {height: auto; overflow: visible;}
.ProgressExpandableTable.Expand table {transform: scaleY(1);}
.Literacy .FactText {text-align: left;}
.Literacy .FactText div {display: inline-block; border: solid 1px #e1e1e1; border-radius: 10px; margin: 1px; padding: 4px;}
.Literacy .FactText div.Percent100 {border-color: #75bb75;}
.Literacy .FactText div.Percent67 {border-color: #7ca761;}
.Literacy .FactText div.Percent33 {border-color: #e3e153;}
.Literacy .FactText .PlaysSound {cursor: pointer;}
.Literacy .FactText .PlaysSound:hover {cursor: pointer; filter: brightness(0.95);}

#LoadingBox, .Panel {z-index: 2; position: absolute; top: 64px; left: 0px; width: 100%; max-width: 100%; height: calc(100% - 64px); min-height: calc(100% - 64px); box-sizing: border-box; text-align: center; color: black; background: white; padding: 10px; overflow: hidden;}
.Panel {overflow-y: scroll;}
    .Panel.Left {text-align: left;}
    .Center {text-align: center;}
    .Panel .Content {display: block; margin: auto; min-height: calc(100% - 58px); width: 100%; max-width: 1080px; box-sizing: border-box; text-align: left;}
    .Panel .Content h1:first-child {margin-top: 0px; padding-top: 10px;}
    .Content h1 {text-align: center;}

#MainBox #FooterBar {position: static;}
#FooterBar {width: 100%; left: 0px; box-sizing: border-box; text-align: center; color: gray; font-size: 10pt; padding-top: 10px; padding-bottom: 10px;}
#FooterBar p {margin-bottom: 0px; margin-top: 6px;}
#FooterBar a {text-decoration: none; color: gray; padding-left: 5px; padding-right: 5px;}
#FooterBar a:hover {text-decoration: underline;}
#GamesMenu {overflow-y: scroll;}
#GameBox.White {background-color: white !important;}
#LoadingBox {z-index: 3; display: flex; justify-content: center; align-items: center;}
.LoadingText {}
#LoadingBox.Background {z-index: 2;}
#LogInBox {width: 100%; margin-top: -10px; height: calc(100% - 34px);}
    .LetterTab {position: relative; display: inline-block; background-color: #e8e8e852; padding: 8px 0px 8px 0px; margin-bottom: -1px; width: calc((100% - 70px) / 27); border: solid 1px #e8e8e8; border-radius: 10px 10px 0px 0px; border-bottom-style: none; cursor: pointer; box-sizing: border-box; margin-left: -1px;}
    .LetterTab.Wide {}
    .LetterTabPages {position: relative; margin-bottom: 10px; height: calc(100% - 92px); border: solid 1px silver; border-radius: 10px; background-color: white; overflow: hidden;}
    .LetterTabPage {display: none; position: absolute; top: 0px; left: 0px; width: calc(100% - 12px); height: calc(100% - 12px); box-sizing: border-box; margin: 6px; overflow-y: auto; text-align: left; flex-direction: column; flex-wrap: wrap; align-content: flex-start;}
    .LetterTabPage.Selected {display: flex;}
        #LetterTabPage★ {align-content: stretch;}
    .LogInBoxUserListItem {display: inline-block; vertical-align: top; text-align: left; margin: 0px 2px 0px 2px; padding: 8px 8px 8px 2px; xborder: solid 1px rgb(220, 220, 220); border-radius: 8px; cursor: pointer; box-sizing: border-box; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
        .LogInBoxUserIcon {display: block; float: left; background-image: url('graphics/icons/userred.png'); width: 24px; height: 24px; margin: -6px 0px -6px 0px; background-size: contain; background-repeat: no-repeat; background-position: center center;}
        .LetterTab.Selected {background-color: white !important; z-index: 2; color: var(--themeColor);}
        .LogInBoxUserListItem.Selected {background-color: var(--themeColor) !important; color: white;}
    .LetterTab:hover, .LogInBoxUserListItem:hover {xbackground-color: #548fffbf; xcolor: white;}
.GameItem {position: relative; display: inline-block; --GameItemWidth: 18.5vw; /*22*/ width: var(--GameItemWidth); height: calc(var(--GameItemWidth) * 0.75); min-width: 190px; min-height: calc(190px * 0.75); margin: 5px; cursor: pointer; vertical-align: top; text-align: center;}
    .GameItemTitle, .TitleScreenTitle {--TitleTextOutline: darkorange; --TitleTextBackground: linear-gradient(to bottom, rgba(255,212,0,1) 0%,rgba(255,202,79,1) 49%,rgba(239,155,0,1) 51%,rgba(255,106,0,1) 100%); font-family: var(--DefaultFontFamily);}
    .GameItem.Hidden {display: none;}
.GameItemBackground {display: block; width: calc(100% + 2px); height: calc(100% + 2px); background-size: cover; background-repeat: no-repeat; background-color: white; background-position: center center; border: solid 2px transparent; border-radius: 20px;}
.GameItem:after {position: absolute; content: ""; display: block; top: 0px; left: 0px; width: calc(100% + 2px); height: calc(100% + 2px); border: solid 2px black; border-radius: 20px;}
.GameItem.Selected:after {border-color: gold;}

.GameItemTitle {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; line-height: 1.1; font-size: calc(var(--GameItemWidth) / 7.7); vertical-align: middle; color: gold; font-family: var(--DefaultFontFamily); display: flex; justify-content: center; align-items: center; overflow: hidden;}
.GameItemTitle, .TitleScreenTitleText {text-shadow:  1px 1px black, -1px -1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black; -webkit-text-stroke-width: 4px; -webkit-text-stroke-color: black;}
.GameItemTitleWrapper, .GameItemTitleDecoration {padding: 4px;}
.GameItemTitleDecoration {position: absolute; pointer-events: none; color: transparent; display: flex; justify-content: center; align-items: center;}
    .GameItemTitle small, .GameItemTitleDecoration small {font-size: 78%;}
.GameItemTitleDecoration, .TitleScreenTitleTextDecoration {-webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--TitleTextOutline);}
.GameItemTitleDecoration span, .TitleScreenTitleTextDecoration {background: var(--TitleTextBackground); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none;}
#Credits .GameItemTitle {height: 100px; border: none; font-size: 48pt;}
.GamePadder, .GameItemPadder {display: inline-block; visibility: hidden; pointer-events: none;}

.LogoTitle .GameItemTitle {transition: transform 0.3s; transform: scale(1.01); transform-origin: center; box-sizing: border-box;}
body:not(.iOS) .LogoTitle:hover .GameItemTitle {transform: scale(1.1);}
.LogoTitle .GameItemTitleLogo, .LogoTitle .TitleScreenTitleLogo {transform-origin: center !important;}
.LogoTitle .GameItemTitleLogo {width: 80%; height: 80%; background-size: contain; background-repeat: no-repeat; background-position: center center;}
.GameItemTitleCharacter {display: none; pointer-events: none; position: absolute; --width: 35%; top: calc((55% - var(--width)) / 2); left: calc((100% - var(--width)) / 2); width: var(--width); height: var(--width); background-size: contain; background-repeat: no-repeat; background-position: center center;}
.LogoTitle .TitleScreenTitleLogo {width: 100%; height: 200%; background-size: contain; background-repeat: no-repeat; background-position: center center;}
.LogoTitle .TitleScreenTitleText, .LogoTitle .TitleScreenTitleTextDecoration {display: none;}
.LogoTitle .TitleScreen .TitleScreenHighScoreText {position: absolute; top: 10px; left: 2%; width: 97%;}
.LogoTitle .TitleScreen .TitleScreenGlobalHighScoreText {float: left; min-width: unset;}
.LogoTitle .TitleScreen .TitleScreenPlayerHighScoreText {float: right;}

.Race.LogoTitle .GameItemTitleLogo, .Race .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/race.png');}
.WaveRace.LogoTitle .GameItemTitleLogo, .WaveRace .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/waverace.png');}
.Space.LogoTitle .GameItemTitleLogo, .Space .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/space.png');}
    .Space.LogoTitle .GameItemTitleLogo {margin-top: 22%;}
    .Space.LogoTitle .GameItemTitleCharacter {display: block; background-image: url('graphics/players/ship.png');}
.Space2.LogoTitle .GameItemTitleLogo, .Space2 .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/space2.png');}
    .Space2.LogoTitle .GameItemTitleLogo {margin-top: 22%; z-index: 1;}
    .Space2.LogoTitle .GameItemTitleCharacter {display: block; background-image: url('graphics/players/ship.png');}
.Orca.LogoTitle .GameItemTitleLogo, .Orca .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/orca.png');}
.Orca2.LogoTitle .GameItemTitleLogo, .Orca2 .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/orca2.png');}
.Bubble.LogoTitle .GameItemTitleLogo, .Bubble .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/bubble.png');}
.NeonMaze.LogoTitle .GameItemTitleLogo, .NeonMaze .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/neonmaze.png');}
.BigFish.LogoTitle .GameItemTitleLogo, .BigFish .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/bigfish.png');}
.Horse.LogoTitle .GameItemTitleLogo, .Horse .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/horse.png');}
.FourInARow.LogoTitle .GameItemTitleLogo, .FourInARow .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/fourinarow.png');}
.MatchUp.LogoTitle .GameItemTitleLogo, .MatchUp .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/matchup.png');}
.Archery.LogoTitle .GameItemTitleLogo, .Archery .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/archery.png');}
.IWBSpeedSounds.LogoTitle .GameItemTitleLogo, .IWBSpeedSounds .TitleScreenTitleLogo  {background-image: url('graphics/titles/logos/speedsounds.png');}
.FlashCards.LogoTitle .GameItemTitleLogo, .FlashCards .TitleScreenTitleLogo  {background-image: url('graphics/titles/logos/flashcards.png');}
.SpellingTiles.LogoTitle .GameItemTitleLogo, .SpellingTiles .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/spellingtiles.png');}
.SpellingSwap.LogoTitle .GameItemTitleLogo, .SpellingSwap .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/spellingswap.png');}
.SpellingPractice.LogoTitle .GameItemTitleLogo, .SpellingPractice .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/spellingpractice.png');}
.MathsPractice.LogoTitle .GameItemTitleLogo, .MathsPractice .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/mathspractice.png');}
.Maths .Assessment.LogoTitle .GameItemTitleLogo, .Maths .Assessment .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/mathstest.png');}
.Literacy .Assessment.LogoTitle .GameItemTitleLogo, .Literacy .Assessment .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/spellingtest.png');}
    .Assessment.LogoTitle .TitleScreenMenuText {padding-top: 28px;}
    .Maths .Assessment.LogoTitle .TitleScreenMenuText, .MathsChallenge.LogoTitle .TitleScreenMenuText, .MathsPractice.LogoTitle .TitleScreenMenuText, .FlashCards.LogoTitle .TitleScreenMenuText {padding-top: 9px;}

.MathsChallenge.LogoTitle .GameItemTitleLogo, .MathsChallenge.LogoTitle .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/mathschallenge.png');}
.MathsQuiz.LogoTitle .GameItemTitleLogo, .MathsQuiz.LogoTitle .TitleScreenTitleLogo, .MathematicsActivityQuiz1 .LogoTitle .TitleScreenTitleLogo {background-image: url('graphics/titles/logos/mathsquiz.png');}
.MathsQuiz.Assessment.LogoTitle .TitleScreenMenuText {padding-top: 51px;}

.FrostDragon .GameItemTitle {filter: drop-shadow(0px 0px 5px #2D82AF);}
/* .FrostDragon.LogoTitle .GameItemTitle div {transform: scale(1.01); transform-origin: top;} */
.FrostDragon .GameItemTitleCharacter {display: block; pointer-events: none; position: absolute; --width: 35%; top: calc((55% - var(--width)) / 2); left: calc((100% - var(--width)) / 2); width: var(--width); height: var(--width); background-image: url('graphics/titles/frostdragon/frostdragon.png'); background-size: contain; background-repeat: no-repeat; background-position: center center;}
.FrostDragon .GameItemTitleLogo {pointer-events: none; position: absolute; --width: 60%;  top: calc((100% - var(--width)) / 2); left: calc((100% - var(--width)) / 2); width: var(--width); height: var(--width); background-image: url('graphics/titles/frostdragon/frostdragontitle.png'); background-size: contain; background-repeat: no-repeat; background-position: center center;}
.FrostDragon .GameItemTitleVersion {pointer-events: none; position: absolute; --width: 20%;  top: calc((82% - var(--width))); left: 0%; width: 100%; height: var(--width); background-size: contain; background-repeat: no-repeat; background-position: center center;}

.FrostDragon.SmallTitle .GameItemTitle div {margin-top: -3px;}
.FrostDragon.SmallTitle .GameItemTitleCharacter {--width: 28%; top: calc((61% - var(--width)) / 2);}
.FrostDragon.SmallTitle .GameItemTitleLogo {--width: 49%;}
.FrostDragon.SmallTitle .GameItemTitleVersion {--width: 24%}

.FrostDragon .GameItemTitleCharacter, .FrostDragon .GameItemTitleLogo, .FrostDragon .GameItemTitleVersion {margin-top: 4%;}
.Platform .GameItemTitleCharacter, .Platform .GameItemTitleLogo {margin-top: 5%;}
.Platform2 .GameItemTitleVersion, #GameBox.Platform2 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/frozen2.png');}
.Platform3 .GameItemTitleVersion, #GameBox.Platform3 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/frozen3.png');}
.Platform4 .GameItemTitleVersion, #GameBox.Platform4 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/frozen4.png');}
.Platform5 .GameItemTitleVersion, #GameBox.Platform5 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/frozen5.png');}
.Platform6 .GameItemTitleVersion, #GameBox.Platform6 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/frozen6.png');}
.Adventure .GameItemTitleVersion, #GameBox.FrostDragon.Adventure .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/wonderland.png');}
.Adventure2 .GameItemTitleVersion, #GameBox.FrostDragon.Adventure2 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/adventureland.png');}
.Adventure3 .GameItemTitleVersion, #GameBox.FrostDragon.Adventure3 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/miracleland.png');}
.Parkour2 .GameItemTitleVersion, #GameBox.FrostDragon.Parkour2 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/candyland.png');}
.Parkour3 .GameItemTitleVersion, #GameBox.FrostDragon.Parkour3 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/fantasyland.png');}
.Parkour4 .GameItemTitleVersion, #GameBox.FrostDragon.Parkour4 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/space.png');}
.Parkour5 .GameItemTitleVersion, #GameBox.FrostDragon.Parkour5 .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/elementalland.png');}
.ParkourEaster .GameItemTitleVersion, #GameBox.FrostDragon.ParkourEaster .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/chocolateland.png');}
.ParkourHalloween .GameItemTitleVersion, #GameBox.FrostDragon.ParkourHalloween .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/spookyland.png');}
.ParkourChristmas .GameItemTitleVersion, #GameBox.FrostDragon.ParkourChristmas .TitleScreenTitleVersion {background-image: url('graphics/titles/frostdragon/christmasland.png');}


#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitle {animation: FrostDragonTitleLogoAppear 5s linear forwards; --width: 50%; width: 100%; height: var(--width); margin-top: 20px;}
    .iOS #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitle {filter: none !important; margin-top: -26px;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitleLogo {z-index: 10; transform-origin: center; position: absolute; top: 30%; pointer-events: none; --width: 90%; width: 100%; height: var(--width); background-image: url('graphics/titles/frostdragon/frostdragontitle.png'); background-size: contain; background-repeat: no-repeat; background-position: center center;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitleCharacter {z-index: 5; animation: FrostDragonCharacterAppear 5s linear forwards; pointer-events: none; position: absolute; --width: 200px; top: calc((65% - var(--width)) / 2); left: calc((100% - var(--width)) / 2); width: var(--width); height: var(--width); background-position: 40% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png'), url('graphics/players/frostdragon3.png'); background-size: 1100% 400%; background-repeat: no-repeat; transform-origin: center bottom; transition: none;}
    .iOS #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitleCharacter {filter: none !important;}
    #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitleCharacter:after {content: ""; position: absolute; top: 45%; left: 17%; width: 17%; height: 23%; background-image: url('graphics/titles/frostdragon/arm.png'); background-size: contain; animation: FrostDragonWaving 1s linear infinite 3.2s; opacity: 0; transform: rotate(3deg); transform-origin: center bottom; filter: none;}
    #GameBox.FrostDragon .LoadingText {padding-top: 250px;}
.TitleScreenTitleParts {width: 100%; height: 75px;}
.iOSApp #GameBox.FrostDragon .TitleScreen .TitleScreenTitleParts {transform: scale(0.8); transform-origin: center top; width: 100%; height: 100%;}


#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitleVersion {z-index: 11; animation: FrostDragonVersionAppear 5s linear forwards; pointer-events: none; position: absolute; --width: 38%; top: calc((233% - var(--width)) / 2); left: 0%; width: 100%; height: var(--width); background-size: contain; background-repeat: no-repeat; background-position: center center;}
    .iOS #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitleVersion {animation-name: FrostDragonSimpleVersionAppear;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenTitleText, #GameBox.FrostDragon .TitleScreenTitleTextDecoration {display: none;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenMenuText {margin-top: -278px; opacity: 0;}
.iOS #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenMenuText {margin-top: -235px;}
.iOSApp #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenMenuText {margin-top: -351px;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenHighScoreText {margin-top: 0px; color: white;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenBackground {animation: FrostDragonTitleBackgroundAppear 5s linear forwards; opacity: 0;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenMenuText {animation: FrostDragonTitleOtherTextAppear 5s linear forwards; opacity: 0;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenCopyrightText, #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenControls, #GameBox.FrostDragon .TitleScreen.Animating .TitleScreenHighScoreText {animation: FrostDragonTitleOtherTextAppear 6s linear forwards; opacity: 0;}
#GameBox.FrostDragon .TitleScreen.Animating.ExpandedTitleScreenMenu .TitleScreenMenuText {animation: TitleScreenMenuTextNormal 1s linear forwards;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenHighScoreText {position: absolute; top: 10px; left: 2%; width: 97%;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenGlobalHighScoreText {float: left; min-width: unset;}
#GameBox.FrostDragon .TitleScreen.Animating .TitleScreenPlayerHighScoreText {float: right;}
#GameBox.FrostDragon .TitleScreen.Animating.ExpandedTitleScreenMenu #TitleScreenTitle {animation: FrostDragonTitleMoveUp 0.5s linear forwards;}

#GameBox.Platform3 .TitleScreen.Animating #TitleScreenBackground, #GameBox.Platform4 .TitleScreen.Animating #TitleScreenBackground, #GameBox.Platform5 .TitleScreen.Animating #TitleScreenBackground, #GameBox.Platform6 .TitleScreen.Animating #TitleScreenBackground, #GameBox.Parkour4 .TitleScreen.Animating #TitleScreenBackground {width: 220%; height: 220%; left: -60%; top: -60%; animation: FrostDragonTitleBackgroundAppear 5s linear forwards, Rotating 50s linear infinite; background-position: center center;}
    #GameBox.Parkour4 #TitleScreenBackground {animation-duration: 5s, 200s !important;}
#GameBox.AdventureSeries .TitleScreen.Animating .TitleScreenBackground {background-size: 100% 100%; animation: FrostDragonTitleBackgroundAppear 5s linear forwards, BackgroundZoomInAndOut 100s linear infinite !important; transform-origin: center center;}
#GameBox.Platform .TitleScreen.Animating .TitleScreenBackground, #GameBox.Platform2 .TitleScreen.Animating .TitleScreenBackground, #GameBox.Parkour3 .TitleScreen.Animating .TitleScreenBackground {background-size: 105% 100%; animation: FrostDragonTitleBackgroundAppear 5s linear forwards, BackgroundScrollRight 1000s linear infinite !important;}
    #GameBox.Platform .TitleScreenBackground {background-size: 80% 100%; animation-duration: 5s, 1000s !important;}
    #GameBox.Platform2 .TitleScreenBackground {background-size: 80% 100%; animation-duration: 5s, 1000s !important;}

.iOS .TitleScreenBackground {animation-delay: 0s, 4s !important;}

@keyframes FrostDragonTitleLogoAppear {
    0% {filter: drop-shadow(0px 0px 10px white); opacity: 0; transform: scale(0);}
    15% {filter: drop-shadow(0px 0px 10px white); opacity: 0; transform: scale(0);}
    22% {filter: drop-shadow(0px 0px 10px white); opacity: 1; transform: scale(1.1);}
    25% {filter: drop-shadow(0px 0px 20px white) drop-shadow(0px 0px 50px white) drop-shadow(0px 0px 100px white) drop-shadow(0px 0px 400px white) contrast(0) brightness(10); opacity: 1; transform: scale(1.1);}
    27% {filter: drop-shadow(0px 0px 10px white); opacity: 1; transform: scale(0.95);}
    100% {filter: drop-shadow(0px 0px 2px white); opacity: 1; transform: scale(0.95);}
}

@keyframes FrostDragonCharacterAppear {
    0% {transform: translateY(35%) scaleX(-1) rotateZ(25deg); opacity: 0; background-position: 40% 0%;}
    45% {transform: translateY(35%) scaleX(-1) rotateZ(25deg); opacity: 0; background-position: 40% 0%;}
    46% {transform: translateY(35%) scaleX(-1) rotateZ(25deg); opacity: 1; background-position: 40% 0%;}
    53% {transform: translateY(0%) scaleX(-1); background-position: 40% 0%;}
    53.01% {transform: translateY(0%) scaleX(-1); background-position: 0% 0%;}
    54% {transform: translateY(0%) scaleX(-1); background-position: 0% 0%;}
    54.01% {transform: translateY(0%) scaleX(-1); background-position: 70% 0%;}
    55% {transform: translateY(0%) scaleX(-1); background-position: 70% 0%;}
    55.01% {transform: translateY(0%) scaleX(-1); background-position: 80% 0%;}
    56% {transform: translateY(0%) scaleX(-1); background-position: 80% 0%;}
    56.01% {transform: translateY(0%); background-position: 70% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png'), url('graphics/players/frostdragon3.png');}
    56.02% {transform: translateY(0%); background-position: 70% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png');}
    57% {transform: translateY(0%); background-position: 70% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png');}
    59% {transform: translateY(0%) rotateZ(0.8deg); background-position: 70% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png');}
    63.99% {transform: translateY(0%); background-position: 70% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png');}
    64% {transform: translateY(0%); background-position: 70% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png');}
    100% {transform: translateY(0%); background-position: 70% 0%; background-image: url('graphics/titles/frostdragon/frostdragonendframe.png');}
}

@keyframes FrostDragonWaving {
    0% {transform: rotate(3deg); opacity: 1;}
    50% {transform: rotate(-3deg); opacity: 1;}
    100% {transform: rotate(3deg); opacity: 1;}
}

@keyframes FrostDragonVersionAppear {
    0% {filter: drop-shadow(0px 0px 10px white); opacity: 0; transform: scale(0.8);}
    33% {filter: drop-shadow(0px 0px 10px white); opacity: 0; transform: scale(0.8);}
    34% {filter: drop-shadow(0px 0px 10px white); opacity: 1; transform: scale(1.1);}
    37% {filter: drop-shadow(0px 0px 100px white) drop-shadow(0px 0px 400px white) contrast(0) brightness(10); opacity: 1; transform: scale(1.1);}
    39% {filter: drop-shadow(0px 0px 10px white); opacity: 1; transform: scale(1);}
    45% {filter: none; opacity: 1;}
    100% {filter: none; opacity: 1;}
}

@keyframes FrostDragonSimpleVersionAppear {
    0% {transform: scale(0.8);}
    33% {transform: scale(0.8);}
    34% {filter: none; transform: scale(1.1);}
    37% {filter: contrast(0) brightness(10); opacity: 1; transform: scale(1.1);}
    39% {filter: none; opacity: 1; transform: scale(1);}
    100% {filter: none; opacity: 1;}
}

@keyframes FrostDragonTitleBackgroundAppear {
    0% {opacity: 0;}
    22% {opacity: 0;}
    25% {filter: contrast(0) brightness(10); opacity: 1;}
    33.5% {filter: contrast(1) brightness(1); opacity: 1;}
    100% {opacity: 1;}
}

@keyframes FrostDragonTitleOtherTextAppear {
    0% {opacity: 0;}
    40% {opacity: 0;}
    45% {opacity: 1;}
    100% {opacity: 1;}
}

@keyframes FrostDragonTitleMoveUp {
    0% {filter: none; opacity: 1;}
    30% {transform: translateY(15px) scale(1.1);}
    90% {filter: none; transform: translateY(-100px) scale(0.35);}
    100% {transform: translateY(-100px) scale(0.4);}
}

@keyframes TitleScreenMenuTextNormal {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes TitleHover {
    0% {transform: translateY(0px);} /* filter: brightness(100) blur(10px) */
    30% {filter: brightness(1);}
    100% {transform: translateY(0px) scale(1.1);}
}

#MainBox {z-index: 1; width: 100%; height: 100%; min-height: 100px; min-width: 100px; position: relative; background: white;}
#MainBox , .TitleScreenTitle, #Credits {--DefaultFontFamily: Anton, impact, arial, sans-serif;}
#GameBox {background-color: black; transition: opacity 1s; position: fixed; top: 64px; height: calc(100% - 64px); width: 100%; text-align: center;}
#GameBox.FadeIn {z-index: 201;}
    #GameBox.TitleScreenOn #Graphics {overflow: hidden !important;}
    .FullScreen #GameBox {top: 0px; height: 100%;}
#Graphics {display: inline-block; position: relative; width: 1050px; height: 600px; overflow: hidden; transform-origin: 0 0 !important;}
    .iOSApp #Graphics {top: 50px;}
    .PlatformSeries #Graphics {width: 1057px;} /* Here to prevent unloading width change on title screen*/
    #Graphics:has(> #TitleScreen.FadeIn) {overflow: visible;}

.TitleScreen, .Question, #ScoreStatus, #UpgradeStatus, #LivesStatus, #LevelStatus, #CoinsStatus, #PlaceStatus, .Message {position: absolute; z-index: 50; color: white; font-family: var(--DefaultFontFamily); font-size: 16pt; text-align: center; text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black; perspective: 1000px;}
    /* @supports ((paint-order: stroke fill) and (-webkit-text-stroke: 5px black)) {
        .TitleScreen, .Maths .Question:not(:has(.LetterTile)), #ScoreStatus, #UpgradeStatus, #LivesStatus, #LevelStatus, #CoinsStatus, #PlaceStatus, .Message {paint-order: stroke fill; -webkit-text-stroke-color: black; -webkit-text-stroke-width: 3.4px; letter-spacing: 0.4px; text-shadow: none;}
        .Maths .Question:not(:has(.LetterTile)) {-webkit-text-stroke-width: 4px;}
    } */
    #ScoreStatus, #UpgradeStatus, #LivesStatus, #LevelStatus, #CoinsStatus, #PlaceStatus {pointer-events: none;}
.TitleScreen {background-size: cover; background-position: center center; top: 0%; left: 0%; width: 100%; max-width: 1050px; height: 100%; box-sizing: border-box; padding: 30px;}
    .iOSApp .TitleScreen {top: -7px;}
.TitleScreenBackground {z-index: -1; position: absolute; top: 0px; left: 0px; background-size: cover; background-position: center center; top: 0%; left: 0%; width: calc(100% + 10px); height: 100%; box-sizing: border-box;}
    .SpellingActivity .TitleScreenBackground {width: 100%;}
.TitleScreenTitle {position: relative; color: gold; font-size: 56pt; margin-bottom: 150px; height: 80px;}
    .SmallTitle .TitleScreenTitle {font-size: 48pt; height: 68px;}
    .TinyTitle .TitleScreenTitle {font-size: 42pt; height: 60px;}
    .VeryTinyTitle .TitleScreenTitle {font-size: 38pt; height: 60px;}
    .SuperTinyTitle .TitleScreenTitle {font-size: 25pt; height: 60px;}
    .iOSApp .TitleScreenTitle {margin-bottom: 200px;}
.TitleScreenTitleText, .TitleScreenTitleTextDecoration {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.TitleScreenSubtitleText {position: relative; bottom: -100%; font-size: 14pt;}
.TitleScreenHighScoreText {color: #ffa900; position: absolute; top: 130px; left: 0px; width: 100%; xtext-align: left; line-height: 1.3;}
    .TitleScreenHighScoreText, #TitleScreen .TitleScreenHighScoreText h3 {font-size: 14pt;} 
    .TitleScreenGlobalHighScoreText {min-width: 400px; padding-right: 10px; display: inline-block; box-sizing: border-box;}
.TitleScreenMenuText {font-size: 26pt;}
    .MathsChallenge .TitleScreenMenuText, .MathsPractice .TitleScreenMenuText, .Maths .FlashCards .TitleScreenMenuText, .Maths .Assessment .TitleScreenMenuText {font-size: 12pt;}
    .MathsChallenge .Compressed, .MathsPractice .Compressed, .Maths .FlashCards .Compressed, .Maths .Assessment .Compressed {margin-top: 4px; font-size: 14pt; margin-bottom: 4px;}
    .iOSApp .TitleScreenMenuText:has(.MenuItem.MathsCompressed) {line-height: 0.5;}
    .iOSApp .MenuItemQuestion {margin-top: -100px;}
    .MenuItemQuestion {color: orange; font-size: 18pt; margin-top: -40px; margin-bottom: 20px; line-height: 1.3;}
    .MenuItemQuestion.Compressed {color: orange; font-size: 18pt; margin-top: -70px; margin-bottom: 10px;}
    .MenuItemHeading {color: orange; font-size: 18pt; line-height: 1.3;}
    .MenuItem, .StartBlock {font-size: 26pt; color: white; cursor: pointer; margin: 20px 0px; font-family: var(--DefaultFontFamily); font-size: 26pt; text-align: center; text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black;}
        .MenuItem {letter-spacing: 0.4px; text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black, 0px -2px 0 black, 0px 2px 0 black, -2px 0px 0 black, 2px 0px 0 black;}
        /*@supports ((paint-order: stroke fill) and (-webkit-text-stroke: 4.4px black)) {
            .MenuItem {paint-order: stroke fill; -webkit-text-stroke-color: black; -webkit-text-stroke-width: 4.4px; letter-spacing: 0.4px; text-shadow: none;}
        }*/

    .MenuItemBox {display: inline-block; font-size: 16pt; width: 180px; text-align: center; vertical-align: top;}
        .MenuItemImage {border: solid black 2px; border-radius: 20px; display: inline-block; width: 160px; height: 120px; background-size: cover; margin-bottom: 6px; background-position: center center; background-repeat: no-repeat; font-size: 64pt; color: white; padding-top: 16px; box-sizing: border-box;}
        .MathsChallenge .MenuItemImage, .MathsQuiz .MenuItemImage {background-color: #ff6910;}
        .MathsQuiz .MenuItemImage {font-size: 50pt;}
        .MathsQuiz .MenuItemBox {width: 154px}
        .MathsQuiz .MenuItemImage {width: 140px}
        .MenuItemBox ul {text-align: left; margin-top: 4px; animation: FadeInDown 0.8s ease forwards; opacity: 0; transform-origin: top center;}
        .MenuItemBox ul:nth-child(1) {animation-delay: 0s;}
        .MenuItemBox ul:nth-child(2) {animation-delay: 0.2s;}
        .MenuItemBox ul:nth-child(3) {animation-delay: 0.4s;}
        .MenuItemBox ul:nth-child(4) {animation-delay: 0.6s;}
        .MenuItemBox ul:nth-child(5) {animation-delay: 0.7s;}
        .MenuItemBox ul:nth-child(6) {animation-delay: 1s;}
        .MenuItemBox li {margin-left: -10px; font-size: 10pt; line-height: 1.3;}
        .MenuItemBox .Subtitle {font-size: 14pt; margin-bottom: 6px;}

@keyframes FadeInDown {
    0% {opacity: 0; transform: translateY(-100%);}
    20% {opacity: 0; transform: translateY(-100%);}
    70% {transform: translateY(3%);}
    80% {transform: translateY(-2%);}
    90% {transform: translateY(1%);}
    100% {opacity: 1; transform: translateY(0%);}
}

    body:not(.Touch) .MenuItemHighlighted {color: gold; animation: MenuItemHighlighted 1.5s ease infinite, MenuItemFirstHighlighted 0.5s linear forwards; animation-delay: 0.8s, 0s;}
        .MenuItemHighlighted .MenuItemImage {border-color: gold;}
        .MenuItemHighlighted:active {color: white !important;}
        .MenuItemActivated {color: gold; animation: MenuItemActivated 0.2s linear forwards !important; cursor: default;}
        .MenuItemNearBottom {margin-top: 390px;}
        .MenuItemNotNearBottom {margin-top: 190px;}
    .MenuItemInline {display: inline-block; margin: 10px; font-size: 18pt;}
    .Compressed {margin-top: 6px; font-size: 16pt; margin-bottom: 6px;}
    .VeryCompressed {margin-top: 4px; font-size: 14pt; margin-bottom: 4px;}
    .SuperCompressed {margin-top: 4px; font-size: 10pt; margin-bottom: 4px;}
    .MenuItemSmall {margin: 10px; font-size: 18pt;}
    .MenuItem small {display: block; font-size: 38%; margin-top: 6px;}
    .MenuItemMastered:not(.MenuItemHighlighted), body.Touch .MenuItemMastered {color: #97ff97;}
    .MenuTable {display: table; width: 100%;}
    .MenuTableRow {display: table-row;}
    .MenuTableCell {display: table-cell; font-size: 18pt;}
.TitleScreenControls {position: absolute; bottom: 8px; text-align: left; font-size: 11pt; margin-left: -6px;}
    .TitleScreenControls h3, .TitleScreenHighScoreText h3 {display: inline-block; color: #ffa900; font-size: 11pt; margin: 0px; height: 24px;}
    .ControlText {display: inline-block; margin-right: 4px; margin-left: 10px;}
    .GoogleClassroomLink:hover, .TitleScreenCopyrightText:hover {color: gold; cursor: pointer;}
    .Key {display: inline-block; vertical-align: middle; text-align: center; margin: 2px 1px; padding: 3px 6px; border: solid 1px white; border-radius: 4px; min-width: 20px; background: rgba(0,0,0,0.3);}
    .Key.Arrow {padding: 1px 1px 5px 1px; margin-top: 1px;}
.TitleScreenCopyrightText {position: absolute; bottom: 0px; right: -6px; width: 290px; padding: 8px 20px; text-align: right; font-size: 11pt; box-sizing: border-box; cursor: pointer;}
    .TitleScreenCopyrightText .License {font-size: 6pt; padding-top: 4px;}

#TitleScreen {overflow: hidden;}
.AnyDragon #TitleScreen {background-color: black !important;}
.FullScreen .AnyDragon.TitleScreenOn #TitleScreen {background: none !important;}
.FullScreen .AnyDragon #TitleScreenBackground {display: none !important;}
.AnyDragon.TitleScreenOn .ParallaxBackground, .AnyDragon.TitleScreenOn .Foreground1 {contain: strict; display: block !important; width: 20000% !important; animation: ParallaxRightwardsBackgroundTranslate 20000s linear infinite !important;}
.AnyDragon.TitleScreenOn .Background7 {display: block; animation-duration: 20000s !important; background-color: black !important;}
.AnyDragon.TitleScreenOn .Background6 {display: block; animation-duration: 18000s !important;}
.AnyDragon.TitleScreenOn .Background5 {display: block; animation-duration: 12000s !important; animation-delay: -40s !important;}
.AnyDragon.TitleScreenOn .Background4 {display: block; animation-duration: 9000s !important;}
.AnyDragon.TitleScreenOn .Background3 {display: block; animation-duration: 6000s !important;}
.AnyDragon.TitleScreenOn .Background2 {display: block; animation-duration: 4000s !important;}
.AnyDragon.TitleScreenOn .Background1 {display: block; animation-duration: 3000s !important;}
.AnyDragon.TitleScreenOn .Foreground1 {--WallWidth: 50px; --WallHeight: 50px; display: block; animation-name: ParallaxRightwardsBackgroundTranslate !important; transform-origin: bottom 500px; animation-duration: 800s !important; display: block !important; width: 20000% !important; background-size: var(--WallWidth) var(--WallHeight) !important; background-position: bottom; background-repeat: repeat-x !important;}
    
.Adventure.TitleScreenOn .Foreground1 {background-image: url('graphics/games/adventure/arcticnight/arcticnightdirttop.png');}
    .Adventure2.TitleScreenOn .Foreground1 {background-image: url('graphics/games/adventure2/crystalpalace/crystalpalacedirttop.png');}
    .Adventure3.TitleScreenOn .Foreground1 {background-image: url('graphics/games/adventure3/icemountain/icemountaindirttop.png');}

    .Platform.TitleScreenOn .Foreground1 {display: block; background-image: url('graphics/textures/platformdirttop.png');}
    .Platform.TitleScreenOn #Background7 {display: block; background-image: url('graphics/titles/platform.jpg?'); background-color: transparent; background-position: 0px 0px; background-size: calc(var(--WorldWidth) / 1.5) 100%; background-repeat: repeat-x;}
    .Platform.TitleScreenOn #Background5 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 100px 130px;}
    .Platform.TitleScreenOn #Background2 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 0 150px;}

    .Platform2.TitleScreenOn .Foreground1 {display: block; background-image: url('graphics/textures/platformdirttop.png');}
    .Platform2.TitleScreenOn #Background7 {display: block; background-image: url('graphics/titles/platform2.jpg?'); background-color: transparent; background-position: 0px 0px; background-size: calc(var(--WorldWidth) / 2) 100%; background-repeat: repeat-x;}
    .Platform2.TitleScreenOn #Background5 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 100px 130px;}
    .Platform2.TitleScreenOn #Background2 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 0 150px;}

    .Platform3.TitleScreenOn .Foreground1 {display: block; background-image: url('graphics/textures/platformdirttop.png');}
    .Platform3.TitleScreenOn #Background7 {display: block; background-image: url('graphics/titles/platform3.jpg'); background-color: transparent; background-position: 0px 0px; background-size: 100% 100%; width: 100% !important; animation: none !important;}
    .Platform3.TitleScreenOn #Background5 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 100px 130px;}
    .Platform3.TitleScreenOn #Background2 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 0 150px;}

    .Platform4.TitleScreenOn .Foreground1 {display: block; background-image: url('graphics/textures/platformdirttop.png');}
    .Platform4.TitleScreenOn #Background7 {display: block; background-image: url('graphics/titles/platform4.jpg'); background-color: transparent; background-position: 0px 0px; background-size: var(--WorldWidth) 100%; width: 100% !important; animation: none !important;}
    .Platform4.TitleScreenOn #Background5 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 100px 130px;}
    .Platform4.TitleScreenOn #Background2 {display: block; background-image: url('graphics/titles/snowhills.png'); background-color: transparent; background-size: calc(var(--WorldWidth) * 1.1) 110%; background-repeat: repeat-x; background-position: 0 150px;}

.AnyDragon.TitleScreenOn #Player {opacity: 1 !important; top: 500px !important; left: 500px !important;}


@keyframes MenuItemFirstHighlighted {
    0% {transform: scale(1);}
    15% {transform: scale(1.08);}
    60% {transform: scale(1);}
    70% {transform: scale(0.98);}
    80% {transform: scale(1);}
}

@keyframes MenuItemHighlighted {
    0% {color: gold;}
    50% {color: #fffcdc;}
    100% {color: gold;}
}

@keyframes MenuItemActivated {
    0% {transform: scale(1); text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black;}
    15% {transform: scale(1.1); color: white; -webkit-text-stroke-color: white; text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 100px white;}
    45% {transform: scale(1.1); color: white; -webkit-text-stroke-color: white; text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 100px white, 0px 0px 50px white, 0px 0px 30px white, 0px 0px 20px white;}
    100% {transform: scale(1); color: gold; -webkit-text-stroke-color: black; text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 100px white;}
}

#Credits {width: 100%; height: 100%; background-image: url('graphics/titles/adventure.jpg'); background-size: contain; background-repeat: no-repeat; background-position: center center; background-color: black; z-index: 110; position: absolute; top: 0px; left: 0px; color: white; background-size: cover;}
    .Adventure2 #Credits {background-image: url('graphics/titles/adventure2.jpg');}
    .Adventure3 #Credits {background-image: url('graphics/titles/adventure3.jpg');}
#CreditsText {width: 100%; position: absolute; top: 0px; left: 0px; xmin-height: 5000px;}
#Credits.FadeIn #CreditsText {animation: CreditScroll 30s linear forwards; text-shadow: 0px 0px 1px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1), 0px 0px 2px rgba(0,0,0,1), 0px 0px 1px rgba(0,0,0,1);}
#Credits h1 {color: gold;}
#Credits h2 {margin-bottom: 300px; color: white; font-size: 2em;}
#Credits .LivesStatus {position: static; display: inline-block; width: 180px; overflow: hidden;}
#Credits .StatusIcon {width: 200px !important; height: 200px !important; margin-left: -10px; background-position: 39.5% 0; border: none; background-color: transparent; box-shadow: none !important;}

@keyframes CreditScroll {
    0% {transform: translatey(300px);}
    100% {transform: translatey(calc(-100% + 300px));}
}

#World {display: block; position: absolute; top: 0; left: 0px; width: 100%; height: 100%; background-color: transparent; z-index: 0; background-position: center;}

#Backgrounds {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none !important;}

#World.TileSize50 {--WallWidth: 50.5px; --WallHeight: 50.5px; --WallWidthPadding: -0.5px; --WallHeightPadding: -0.5px;}
#World.TileSize25 {--WallWidth: 25.6px; --WallHeight: 26px; --WallWidthPadding: 0px; --WallHeightPadding: 0px;}

#GameBox.Chromebook .Shake #Backgrounds, #GameBox:not(.Chromebook) .Shake {animation: Shake 0.5s linear infinite; animation-play-state: var(--AnimationPlayState); --shakeIntensity: 2px; --negativeShakeIntensity: calc(-1 * var(--shakeIntensity));}
@keyframes Shake {
    0% {transform: translate(0px, 0px);}
    10% {transform: translate(var(--shakeIntensity), var(--shakeIntensity));}
    20% {transform: translate(var(--shakeIntensity), var(--negativeShakeIntensity));}
    30% {transform: translate(var(--negativeShakeIntensity), var(--shakeIntensity));}
    40% {transform: translate(var(--negativeShakeIntensity), var(--negativeShakeIntensity));}
    50% {transform: translate(var(--shakeIntensity), var(--shakeIntensity));}
    60% {transform: translate(var(--shakeIntensity), var(--negativeShakeIntensity));}
    70% {transform: translate(var(--negativeShakeIntensity), var(--shakeIntensity));}
    80% {transform: translate(var(--negativeShakeIntensity), var(--negativeShakeIntensity));}
    90% {transform: translate(var(--shakeIntensity), var(--shakeIntensity));}
    100% {transform: translate(0px, 0px);}
}

.Grid {z-index: 2; --startingY: 0%; position: absolute; bottom: 0px; left: 0px; animation-play-state: var(--AnimationPlayState); --perspective-origin-x: center;}
#GridTable {width: 100%; height: 100%; display: table; table-layout: fixed; border-collapse: collapse;}
.DownwardsScroll #GridTable, .DownwardsScroll .Row, .DownwardsScroll .Cell {display: block;}
/* .AdventureSeries .Grid, .ParkourSeries .Grid, .AdventureKid .Grid {transition: transform 0.01s step-end; will-change: transform;} */
#World.Teleporting #Grid, #World.Teleporting #Player {transition: transform 0s step-end !important; animation: none !important; animation-play-state: paused !important;}
.ParkourSeries #World.ChangingControlMode #Grid, .AdventureSeries #World.ChangingControlMode #Grid, .ParkourSeries #World.ChangingControlMode #Player, .AdventureSeries #World.ChangingControlMode #Player {transition: transform 0.2s linear !important;}
    #World.DownwardsScroll #GridTable {animation: DownwardsGridScroll 0s linear forwards infinite; animation-play-state: var(--AnimationPlayState);}
    .BossOn #World.DownwardsScroll #GridTable {animation-play-state: paused; display: none;}
        .Police #World.DownwardsScroll #GridTable {animation-duration: 400s;}
        #xWorld.DownwardsScroll.Warp #GridTable {animation-duration: 800s;}
    #World.LeftwardsScroll #Grid {animation: LeftwardsGridScroll 0s linear forwards infinite; animation-play-state: var(--AnimationPlayState);}
        .Old #World.LeftwardsScroll #Grid {animation-duration: 1000s;}
        .Flight #World.LeftwardsScroll #Grid {animation-duration: 14000s;}
.Row {display: table-row;}
.Cell {display: table-cell; width: var(--WorldWidth); min-width: var(--WorldWidth); height: var(--WorldHeight); box-sizing: border-box;}

#ForegroundGrid, #BackgroundGrid {width: 100%; height: 100%; top: 0px; left: 0px; pointer-events: none;}
#BackgroundGrid {z-index: -1;}

@keyframes DownwardsGridScroll {
    0% {transform: translateY(var(--startingY));}
    100% {transform: translateY(100%);}
}

@keyframes StalledDownwardsGridScroll {
    0% {transform: translateY(var(--startingY));}
    0.05% {transform: translateY(calc(var(--startingY) + 5px));}
    0.1% {transform: translateY(calc(var(--startingY) + 10px));}
    0.15% {transform: translateY(calc(var(--startingY) + 20px));}
    0.2% {transform: translateY(calc(var(--startingY) + 40px));}
    100% {transform: translateY(100%);}
}

@keyframes LeftwardsGridScroll {
    0% {transform: translateX(0%);}
    100% {transform: translateX(-100%);}
}


#LevelTitleScreen {pointer-events: none; opacity: 0; position: absolute; top: 0px; left: 0px; width: calc(100% + 10px); height: 100%; z-index: 100; overflow: hidden;}
#LevelTitleScreen.Animate {opacity: 1; transition: opacity 0.75s;}
#LevelTitleScreenBackground {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: black; border: solid 1px black;}
#LevelTitleScreenText {position: absolute; width: 85%; top: calc(50% - 60px); text-align: right; left: 0px; transform: translateX(var(--WorldWidth)); xfont-weight: bold; font-family: var(--DefaultFontFamily); font-size: 48pt; color: white; text-shadow: 0 0 6px black, 0 0 2px black; z-index: 2;}
    /* @supports ((paint-order: stroke fill) and (-webkit-text-stroke: 4.4px black)) {
        #LevelTitleScreenText {paint-order: stroke fill; -webkit-text-stroke-color: black; -webkit-text-stroke-width: 4.4px; letter-spacing: 0.4px; text-shadow: none;}
    } */
    .LevelTitleTextPart {font-size: 32pt; margin-top: 10px;}
#LevelTitleScreenBar {position: absolute; left: 16%; top: 0px; transform: translateY(calc(-2 * var(--WorldHeight))); width: 198px; height: 540px; background-color: #FE0748; clip-path: polygon(100% 97%, 100% 0%, 0% 0%, 0% 97%, 8.3% 100%, 16.7% 97%, 25% 100%, 33.3% 97%, 41.7% 100%, 50% 97%, 58.3% 100%, 66.7% 97%, 75% 100%, 83.3% 97%, 91.7% 100%); background-size: 100% 100%; z-index: 1;}

#LevelTitleScreen.Animate #LevelTitleScreenText {animation: LevelTitleScreenTextAnimation linear 4s; xanimation-play-state: var(--AnimationPlayState);}
#LevelTitleScreen.Animate #LevelTitleScreenBar {animation: LevelTitleScreenBarAnimation linear 4s; xanimation-play-state: var(--AnimationPlayState);}
#LevelTitleScreen.Animate .LevelTitleTextName {text-shadow: var(--name-text-shadow); transition: text-shadow 0.5s;}
#LevelTitleScreen.Animate .LevelTitleTextPart {text-shadow: var(--part-text-shadow);}

@keyframes LevelTitleScreenTextAnimation {
    0% {transform: translateX(var(--WorldWidth));}
    20% {transform: translateX(0px);}

    /*25% {transform: translateX(0px); --name-text-shadow: 0px 0px 0px white;}
    30% {transform: translateX(0px); --name-text-shadow: 0px 0px 100px white, 0px 0px 50px white, 0px 0px 30px white, 0px 0px 20px white;}
    35% {transform: translateX(0px); --name-text-shadow: 0px 0px 0px white;}

    36% {transform: translateX(0px); --part-text-shadow: none;}
    41% {transform: translateX(0px); --part-text-shadow: 0px 0px 100px white, 0px 0px 50px white, 0px 0px 30px white, 0px 0px 20px white;}
    46% {transform: translateX(0px); --part-text-shadow: none;} */
    
    90% {transform: translateX(0px);}
    100% {transform: translateX(calc(-2 * var(--WorldWidth)));}
}

@keyframes LevelTitleScreenBarAnimation {
    0% {transform: translateY(calc(-2 * var(--WorldHeight)));}
    20% {transform: translateY(0px);}
    90% {transform: translateY(0px);}
    100% {transform: translateY(calc(-2 * var(--WorldHeight)));}
}

#Frame {display: none; pointer-events: none !important;}

.Question {pointer-events: none !important; position: absolute; top: 10px; left: 0px; width: 100%; font-size: 36pt; color: white; text-align: center; transition: opacity 1s;}
    .Question math {font-family: var(--DefaultFontFamily);}
    .FadeInAnswer {display: inline-block; opacity: 0; animation: FadeIn 0.5s linear forwards; animation-delay: 5s;}

#ShieldStatus, #BossShieldStatus {pointer-events: none; position: absolute; bottom: 12px; left: 0px; width: 100%; height: 20px; z-index: 50; text-align: center; box-sizing: border-box;}
    #BossShieldStatus {bottom: unset; top: 36px;}
#ShieldStatusBarContainer, #BossShieldStatusBarContainer  {position: relative; display: inline-block; bottom: 0px; width: 30%; height: 100%; text-align: left;}
#ShieldStatusBarBackground, #BossShieldStatusBarBackground {position: absolute; background-color: #4D4D4D; top: 0px; left: 0px; width: 100%; height: 100%; border: solid 3px black; border-radius: 15px;}
#ShieldStatusBar, #BossShieldStatusBar {
    position: absolute; background-color: green; top: 3px; left: 3px; width: 0%; height: 100%; max-width: 100%; border-radius: 15px; transition: width 1s linear;
    background: #35e512; /* Old browsers */
    background: -moz-linear-gradient(top,  #35e512 0%, #4afc14 0%, #087032 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #35e512 0%,#4afc14 0%,#087032 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #35e512 0%,#4afc14 0%,#087032 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35e512', endColorstr='#087032',GradientType=0 ); /* IE6-9 */
}
#ShieldStatusBar.Super {background: linear-gradient(to bottom,  lightblue 0%, dodgerblue 100%); animation: SuperStatusBar 3s linear infinite !important; animation-play-state: var(--AnimationPlayState) !important;}
#ShieldStatusBar.Reviving {transition: width 0.5s linear !important;}
    #BossShieldStatusBar {
        background: #35e512; /* Old browsers */
        background: -moz-linear-gradient(top,  #35e512 0%, #ff0000 0%, #6d0808 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #35e512 0%,#ff0000 0%,#6d0808 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #35e512 0%,#ff0000 0%,#6d0808 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35e512', endColorstr='#6d0808',GradientType=0 ); /* IE6-9 */
    }

.TopLeftStatus {display: block; top: 3px; left: 3px; bottom: unset; right: unset;}
.SecondTopLeftStatus {display: block; top: 30px; left: 3px; bottom: unset; right: unset;}
.TopRightStatus {display: block; top: 3px; left: unset; bottom: unset; right: 3px;}
.BottomLeftStatus {display: block; bottom: 3px; left: 3px; top: unset; right: unset;}
.BottomRightStatus {display: block; bottom: 3px; left: unset; top: unset; right: 3px;}
.MiddleBottomStatus {display: block; bottom: 12px; left: 0px; top: unset; right: unset;}
.MiddleBottomLeftStatus {display: block; bottom: 8px; left: unset; top: unset; right: 65.5%;}
.MiddleBottomRightStatus {display: block; bottom: 30px; left: 66%; top: unset; right: unset;}
.NoneStatus {display: none;}

#ScoreStatus {position: absolute; text-align: right;}
.ScoreItem {--itemColor: orange !important; background-image: url("graphics/items/score.png");}
#LevelStatus {position: absolute; text-align: right;}
    #LevelStatus .StatusIcon {--itemColor: royalblue; background-image: url("graphics/items/level.png"); }
#LivesStatus {position: absolute; text-align: left;}
    #LivesStatus.ShowBonusLives {pointer-events: all;}
    #LivesStatus.ShowBonusLives::after {content: "Add Bonus Life"; position: relative; bottom: 2px; margin-left: 12px; margin-bottom: 4px; font-size: 12pt; cursor: pointer;}
    #LivesStatus.ShowBonusLives:hover::after {color: gold;}
#UpgradeStatus {position: absolute; text-align: left;}
    .LifeItem.Item {--itemColor: gold; --itemTransparentColor: rgba(255, 215, 0, 0);}
#CoinsStatus {position: absolute;=}
    .CoinsItem.StatusIcon {background-image: url('graphics/entities/coin3d.png'); background-size: 100% 100%; background-position: 0% 0%;}
    #CoinsStatus.StatusIcon {--itemColor: gold;}
#PlaceStatus {position: absolute;}
    .PlaceItem.StatusIcon {--itemColor: black; background-image: url('graphics/items/trophy.png'); background-size: 100% 100%; background-position: 0% 0%;}
#WeaponPowerStatus {display: block; position: absolute; top: 0px; left: 0px; width: 50px; text-align: left;}
    .WeaponPowerUpgradeItem.StatusIcon {background-image: url('graphics/items/weaponpowerupgradeitemmini.png') !important;}
#WeaponDelayStatus {display: block; position: absolute; top: 0px; left: 50px; width: 50px; text-align: left;}
    .WeaponDelayUpgradeItem.StatusIcon {background-image: url('graphics/items/weapondelayupgradeitemmini.png') !important;}
.InvincibilityItem.StatusIcon {background-image: url("graphics/items/invincibilityitem.png") !important;}
#CollectedLetterStatus {display: block; position: absolute; top: 0px; left: 0px; width: 300px; text-align: left;}
#CollectedLetterStatus.CollectedLettersGlow .CollectedLetterItem {filter: drop-shadow(0px 0px 8px var(--itemColor)) drop-shadow(0px 0px 2px var(--itemColor));}
    .CollectedLetterItem.StatusIcon {font-size: 10pt; font-family: var(--DefaultFontFamily); text-align: center; padding-top: 3px; box-sizing: border-box;}
#SpecialItemStatus {display: inline-block;}
.StatusIcon {background-color: var(--itemColor); border-radius: 30px; display: inline-block; background-repeat: no-repeat; background-position: center; width: 20px !important; height: 20px !important; margin-bottom: 0px; margin-right: 6px; box-shadow: none !important; vertical-align: middle;}
.TitleScreenControls .StatusIcon {border: solid 1px black;}
#FrostDragonWingStatus {display: none;}
    .AnyDragon #FrostDragonWingStatus {display: inline-block;}
.FrostDragonWingItem {background-image: url('graphics/entities/wingorb.png'); margin-left: -6px;}
.FrostDragonWingItem.Recharging {opacity: 0.2;}

.IWB {width: 100%; height: 100%; border: none; overflow: hidden;}

.Message {position: absolute; display: table; top: 0px; left: 0px; width: 100%; height: calc(100% - 0px); z-index: 100000;}
    .MessageFrame {display: inline-block; padding: 30px; background: rgb(20 168 255); border: solid 1px black; border-radius: 20px;}
    .MessageFrame .MenuItemHighlighted {margin-bottom: 0px;}
.MessageText {display: table-cell; text-align: center; vertical-align: middle; font-size: 18pt;}
.MessageText .MenuItem {margin-top: 12px;}

#PlayerLayer {content: strict; z-index: 3; top: 0px; left: 0px; width: var(--WorldWidth); height: 100%; pointer-events: none;}
#PlayerLayer.BehindGrid {position: absolute; z-index: 1;}
#Player {z-index: 1005; position: absolute; top: 0px; left: 0px; width: 51px; height: 60px; --TransformTransition: 0.1s linear; transition: transform var(--TransformTransition), opacity 0.4s linear, box-shadow 0.2s linear; border-radius: 50px;}
#Player.NoTransition {transition: none !important;}
.Body {width: 100%; height: 100%; position: relative; top: 0px; left: 0px;}
#Player .Body .Image {background-position: center; background-repeat: no-repeat; background-size: contain;}
.Chick #Player .Body {width: 46px; height: 46px; margin-left: -5px; margin-top: -5px;}
.Chick #Player .Body .Image {background-image: url('graphics/players/chick.png');}

.Police #Player .Image {background-image: url('graphics/players/policecar.png'); background-size: 100% 100%; border-radius: 15px;}
.Practice #Player .Image {display: none;}

.AnyDragon #Player {width: 23px; height: 50px;}
.AnyDragon #Player .Body {width: 60px; margin-left: -18px;}
.FrostDragon #Player .Image, .FrostDragon .LifeItem .Image, .FrostDragon #Credits .LifeItem.StatusIcon {background-image: url('graphics/players/frostdragon3.png'); background-size: 1100% 400%; background-position: 30% 0%;}
.MagicDragon #Player .Image, .MagicDragon .LifeItem .Image, .MagicDragon #Credits .LifeItem.StatusIcon {background-image: url('graphics/players/frostdragon3.png'); background-size: 1100% 400%; background-position: 30% 0%;}

.Hamster #Player {width: calc(46px * 0.70); height: calc(100px * 0.70)}
    .Hamster #Player .Body {width: calc(120px * 0.70);}
    .Hamster #Player .Image {background-image: url('graphics/players/hamster.png');}


/* .TouchButton span {background-size: contain; background-position: center; background-repeat: no-repeat;} */
#ChangeSkinButton {padding-top: 25px; margin-right: 100px;}
#ChangeSkinButton span {display: inline-block; width: 50px; height: 50px; color: transparent; background-image: url('graphics/players/frostdragon3.png'); background-size: 1100% 400%; background-position: 30% 0%; opacity: 0.5; filter: grayscale(1) brightness(1.6);}
/* #JumpButton span {display: inline-block; width: 50px; height: 50px; color: transparent; background-image: url('graphics/icons/jumpbutton.png'); opacity: 0.5; filter: grayscale(1) brightness(1.6);} */

.Trophy {width: 50px; height: 50px;}
.Trophy .Image {background-image: url('graphics/entities/skinorb.png');}
.AnyDragon #Player.RedFrostDragon .Image {background-image: url('graphics/players/frostdragonred2.png?');}
.AnyDragon #Player.DarkBlueFrostDragon .Image {background-image: url('graphics/players/frostdragondarkblue2.png?');}
.AnyDragon #Player.GreenFrostDragon .Image {background-image: url('graphics/players/frostdragongreen2.png?');}
.AnyDragon #Player.MagentaFrostDragon .Image {background-image: url('graphics/players/frostdragonmagenta2.png?');}
.AnyDragon #Player.PurpleFrostDragon .Image {background-image: url('graphics/players/frostdragonpurple2.png?');}
.AnyDragon #Player.YellowFrostDragon .Image {background-image: url('graphics/players/frostdragonyellow2.png?');}
.AnyDragon #Player.OrangeFrostDragon .Image {background-image: url('graphics/players/frostdragonorange2.png?');}
.AnyDragon #Player.BrownFrostDragon .Image {background-image: url('graphics/players/frostdragonbrown2.png?');}
.AnyDragon #Player.WhiteFrostDragon .Image {background-image: url('graphics/players/frostdragonwhite2.png?');}
.AnyDragon #Player.BlackFrostDragon .Image {background-image: url('graphics/players/frostdragonblack2.png?');}
    .AnyDragon #Player.WitchHat .Image::after {content: ""; position: absolute; pointer-events: none; top: -19px; left: 2px; width: 45px; height: 45px; background-image: url('graphics/players/witchhat.png'); background-repeat: no-repeat; background-size: contain;}
    .AnyDragon #Player.SantaHat .Image::after {content: ""; position: absolute; pointer-events: none; top: -19px; left: 2px; width: 45px; height: 45px; background-image: url('graphics/players/santahat.png'); background-repeat: no-repeat; background-size: contain;}
    .AnyDragon #Player.PartyHat .Image::after {content: ""; position: absolute; pointer-events: none; top: -19px; left: 2px; width: 45px; height: 45px; background-image: url('graphics/players/partyhat.png'); background-repeat: no-repeat; background-size: contain; transform: rotateZ(-20deg) translate(-5px, 1px)}
.AnyDragon #Player.SkinChange .Body {animation: FrostDragonSkinChange 0.5s linear !important;}

.AnyDragon .InvincibilityShieldsUp .Body {border-radius: 50px; background-color: rgba(255, 255, 255, 0.5); box-shadow: 0px 0px 2px silver, 0px 0px 5px silver, 0px 0px 10px silver, 0px 0px 20px silver, 0px 0px 30px silver; filter: grayscale(0.5) brightness(1.5);}
.AnyDragon .Invincibility .InvincibilityShieldsUp .Body {animation: InvincibleFrostDragon 3s linear infinite !important;}
.AnyDragon .Invincibility .InvincibilityShieldsUp .Image {filter: drop-shadow(0px 0px 8px white) drop-shadow(0px 0px 2px white);}
@keyframes InvincibleFrostDragon {
    0% {filter: grayscale(0.2) brightness(1.5); background-color: transparent; box-shadow: none;}
    50% {filter: grayscale(0.8) brightness(2); background-color: rgba(255, 255, 255, 0.8); box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3), 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 0px 20px rgba(255, 255, 255, 0.6), 0px 0px 30px rgba(255, 255, 255, 0.8);}
    100% {filter: grayscale(0.2) brightness(1.5); background-color: transparent; box-shadow: none;}
}

@keyframes FrostDragonSkinChange {
    0% {filter: brightness(1);}
    50% {filter: brightness(10) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 20px white);}
    100% {filter: brightness(1);}
}

.AnyDragon #Player.Super {animation: SuperFrostDragon 3s linear infinite !important; animation-play-state: var(--AnimationPlayState) !important;}
.AnyDragon #Player.Super .Image {background-image: url("graphics/players/frostdragon3.png") !important;}
    .HighQualityGraphics.AnyDragon #Player.Super::before {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 5px; bottom: 15px; color: white; font-size: 9pt; animation: SuperSparkle 3s linear forwards infinite; animation-play-state: var(--AnimationPlayState);}
    .HighQualityGraphics.AnyDragon #Player.Super::after {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 5px; bottom: 15px; color: white; font-size: 10pt; animation: SuperSparkle 3s linear forwards infinite; animation-delay: -1.5s; animation-play-state: var(--AnimationPlayState);}
    .HighQualityGraphics.AnyDragon #Player.Super .Body::before {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 25px; bottom: 15px; color: white; font-size: 10pt; animation: SuperSparkle 3s linear forwards infinite; animation-delay: -0.5s; animation-play-state: var(--AnimationPlayState);}
    .HighQualityGraphics.AnyDragon #Player.Super .Body::after {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 25px; bottom: 15px; color: white; font-size: 10pt; animation: SuperSparkle 3s linear forwards infinite; animation-delay: -2.5s; animation-play-state: var(--AnimationPlayState);}

@keyframes SuperFrostDragon {
    0% {filter: drop-shadow(0px 0px 5px lightblue) drop-shadow(0px 0px 10px lightblue) drop-shadow(0px 0px 20px lightblue) hue-rotate(0deg) brightness(1) ;}
    50% {filter: drop-shadow(0px 0px 5px lightblue) drop-shadow(0px 0px 10px lightblue) drop-shadow(0px 0px 20px lightblue) hue-rotate(180deg) brightness(2);}
    100% {filter: drop-shadow(0px 0px 5px lightblue) drop-shadow(0px 0px 10px lightblue) drop-shadow(0px 0px 20px lightblue) hue-rotate(360deg) brightness(1);}
}

@keyframes SuperStatusBar {
    0% {filter: hue-rotate(0deg) brightness(1) ;}
    50% {filter: hue-rotate(180deg) brightness(2);}
    100% {filter: hue-rotate(360deg) brightness(1);}
}

#World.SuperFlash {animation: SuperFlash 1.2s linear; animation-play-state: var(--AnimationPlayState);}
@keyframes SuperFlash {
    0% {filter: brightness(1);}
    50% {filter: brightness(5);}
    100% {filter: brightness(1);}
}

/* #World.SuperFlash #Player .Body {xanimation: SuperTransformRise 1.6s linear; transform-origin: center;}
@keyframes SuperTransformRise {
    0% {transform: translateY(0px);}
    20% {transform: translateY(-120px) scale(2);}
    50% {transform: translateY(-120px) scale(2);}
    100% {transform: translateY(0px);}
} */

#World.SuperFlash #Player .Body .Image {transform-origin: center;}
#World.SuperFlash #Player.FaceLeft .Body .Image {animation: SuperTransformRotateLeft 1.6s linear; animation-play-state: var(--AnimationPlayState);}
#World.SuperFlash #Player.FaceRight .Body .Image {animation: SuperTransformRotateRight 1.6s linear; animation-play-state: var(--AnimationPlayState);}

@keyframes SuperTransformRotateRight {
    0% {transform: rotateZ(0deg);}
    100% {transform: rotateZ(2160deg);}
}

@keyframes SuperTransformRotateLeft {
    0% {transform: rotateZ(0deg);}
    100% {transform: rotateZ(-2160deg);}
}


/* #World.SuperStrobe {animation: SuperStrobe 2s linear infinite;}
@keyframes SuperStrobe {
    0% {filter: brightness(1) saturate(1.2);}
    50% {filter: brightness(1.1) saturate(1.2);}
    100% {filter: brightness(1) saturate(1.2);}
} */

.AdventureSeries #Player .Image, .ParkourSeries #Player .Image {margin-top: 2px;}
    .FrostDragon .LifeItem.StatusIcon {background-image: url('graphics/players/frostdragon3.png'), url('graphics/entities/coin3d.png'); background-size: 1100% 400%, 100% 100%; background-repeat: no-repeat; background-position: 0% 0%, 0% 0%;}
    .MagicDragon .LifeItem.StatusIcon {background-image: url('graphics/players/frostdragon3.png'), url('graphics/entities/coin3d.png'); background-size: 1100% 400%, 100% 100%; background-repeat: no-repeat; background-position: 40% 50%, 0% 0%;}
    .LifeItem:not(.StatusIcon) {border: solid 1px black; border-radius: 30px; width: 40px; height: 40px; background-image: url('graphics/entities/coin3d.png');}
    .LifeItem:not(.StatusIcon) .Image {width: 70%; height: 70%; margin-left: 15%; margin-top: 15%;}
    .LifeItem.Collected {border: none; background: none;}
    .LifeItem.Collected .Image {animation: FadeOut 0.2s linear forwards;}

.FaceLeft .Image, .Shot.FaceLeft {transform: scaleX(-1);}
.AnyWalker #Player:not(.Jumping):not(.Springing):not(.Falling):not(.Sparkle):not(.CancelSpringing).MoveLeft .Image, .AnyWalker #Player:not(.Jumping):not(.Springing):not(.Falling):not(.Sparkle):not(.CancelSpringing).MoveRight .Image, .PlatformSeries.TitleScreenOn #Player .Image, .AdventureSeries.TitleScreenOn #Player .Image, .ParkourSeries.TitleScreenOn #Player .Image {animation: WalkerMove 0.5s step-end infinite forwards; animation-play-state: var(--AnimationPlayState);}
    .PlatformSeries.TitleScreenOn #Player .Image, .AdventureSeries.TitleScreenOn #Player .Image {animation-play-state: running;}
.HighQualityGraphics.AnyWalker #Player.TurnRight:not(.Dying) .Image {animation: WalkerTurnRight 0.2s step-end forwards !important; animation-play-state: var(--AnimationPlayState);}
.HighQualityGraphics.AnyWalker #Player.TurnLeft:not(.Dying) .Image {animation: WalkerTurnLeft 0.2s step-end forwards !important; animation-play-state: var(--AnimationPlayState);}
.HighQualityGraphics.AnyWalker #Player.FaceRight.TurnRight .Image {transform: scaleX(1) !important; animation: none !important;}
.HighQualityGraphics.AnyWalker #Player.FaceLeft.TurnLeft .Image {transform: scaleX(-1) !important; animation: none !important;}
.AnyWalker #Player.Jumping:not(.Sparkle) .Image, .AnyWalker #Player.Falling:not(.Landing):not(.Sparkle) .Image {animation: WalkerFalling 0.03s step-end forwards; xbackground-position: 50% 0%;}
.AnyWalker #Player.Jumping.Sparkle .Image, .AnyWalker #Player.Falling:not(.Landing).Sparkle .Image {background-position: 50% 0%;}
.HighQualityGraphics.AnyWalker #Player.Landing:not(.Dying) .Body {animation: WalkerLanding 0.1s ease-out; animation-play-state: var(--AnimationPlayState); transform-origin: center bottom;}
.AnyDragon #Player.Springing.FaceRight:not(.Landing):not(.Dying) .Body {animation: WalkerSpinningLeft 0.5s ease-in; animation-delay: 0.1s; animation-play-state: var(--AnimationPlayState);}
.AnyDragon #Player.Springing.FaceLeft:not(.Landing):not(.Dying) .Body {animation: WalkerSpinningRight 0.5s ease-in; animation-delay: 0.1s; animation-play-state: var(--AnimationPlayState);}
.AnyDragon #Player.Balancing .Image {background-position-x: 60%;}
.AnyDragon:not(.Paused) #Player.LightBlueFrostDragon.Flapping:not(.TurnLeft):not(.TurnRight):not(.Sparkle) .Image {background-position-x: 90%; animation: WalkerFlapping 0.5s step-end infinite !important;}
.AnyDragon #Player.LightBlueFrostDragon.Gliding:not(.TurnLeft):not(.TurnRight):not(.Sparkle) .Image, .AnyDragon:not(.Paused) #Player.LightBlueFrostDragon.Gliding:not(.TurnLeft):not(.TurnRight):not(.Sparkle) .Image {background-position-x: 90%; animation: WalkerGliding 1s step-end forwards !important;}

@keyframes WalkerSpinningLeft {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg);}
}

@keyframes WalkerSpinningRight {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(-360deg);}
}

@KeyFrames WalkerFalling {
    0% {background-position: 40% 0%;}
    100% {background-position: 50% 0%;}
}

@keyframes WalkerLanding {
    0% {transform: scaleY(100%) scaleX(100%);}
    20% {transform: scaleY(94%) scaleX(105%);}
    30% {transform: scaleY(93%) scaleX(110%);}
    90% {transform: scaleY(96%) scaleX(105%);}
    95% {transform: scaleY(96%) scaleX(105%);}
    100% {transform: scaleY(100%) scaleX(100%);}
}

@keyframes WalkerTurnLeft {
    0% {background-position-x: 70%; transform: scaleX(1);}
    20% {background-position-x: 70%; transform: scaleX(1);}
    40% {background-position-x: 80%; transform: scaleX(1);}
    60% {background-position-x: 70%; transform: scaleX(-1);}
    80% {background-position-x: 70%; transform: scaleX(-1);}
    100% {background-position-x: 30%; transform: scaleX(-1);}
}

@keyframes WalkerTurnRight {
    0% {background-position-x: 70%; transform: scaleX(-1);}
    20% {background-position-x: 70%; transform: scaleX(-1);}
    40% {background-position-x: 80%; transform: scaleX(-1);}
    60% {background-position-x: 70%; transform: scaleX(1);}
    80% {background-position-x: 70%; transform: scaleX(1);}
    100% {background-position-x: 30%; transform: scaleX(1);}
}

@keyframes WalkerMove {
    0% {background-position-x: 40%;}
    4.5% {background-position-x: 50%;}
    25% {background-position-x: 40%;}
    27.5% {background-position-x: 30%;}
    50% {background-position-x: 20%;}
    52.5% {background-position-x: 10%;}
    75% {background-position-x: 20%;}
    77.5% {background-position-x: 30%;}
    83.5% {background-position-x: 30%;}
    100% {background-position-x: 40%;}
}

@keyframes WalkerFlapping {
    0% {background-position-x: 90%;}
    20% {background-position-x: 100%;}
    100% {background-position-x: 90%;}
}

@keyframes WalkerGliding {
    0% {background-position-x: 90%;}
}

.AnyWalker #Player.MoveFire .Image {background-position-y: 33.3% !important; zanimation: none !important;}
.Snake #Player .Image {background-image: url('graphics/players/chick.png'); background-size: contain; background-position: center;}
.Chick #Player {width: 36px; height: 36px; --TransformTransition: 0.1s linear; xwill-change: transform; perspective: 100px;}
.Flight #Player {width: 122px; height: 45px;}
    .Flight #Player .Image {margin-top: -35px; width: 159px; height: 98px; left: -14px; background-image: url('graphics/players/greendragon.png'); background-size: 800% 100%; background-position: 0% 0%; animation: DragonFlyBot 1s step-end infinite forwards; animation-play-state: var(--AnimationPlayState);}
.GummyRobot #Player .Image {background-image: url('graphics/players/gummyrobot2.png'); background-size: contain; background-position: center;}
.Amoeba #Player .Image {background-image: url('graphics/players/whitebloodcell.png');}
.FreeSpell #Player {display: none;}


@keyframes DragonFlyBot {
    0% {background-position: 42.9% 0%;}
    16.67 {background-position: 28.6% 0%;}
    33.33% {background-position: 14.2% 0%;}
    50% {background-position: 0% 0%;}
    66.67% {background-position: 14.2% 0%;}
    83.33% {background-position: 28.6% 0%;}
}

.RedDamageFlash {animation: RedDamageFlash 0.2s step-end forwards; animation-play-state: var(--AnimationPlayState);}
@keyframes RedDamageFlash {
    0% {filter: sepia(1) hue-rotate(300deg) brightness(0.7) saturate(4);}
    100% {filter: none;}
}

.WhiteDamageFlash {animation: WhiteDamageFlash 0.2s step-end; animation-play-state: var(--AnimationPlayState);}
@keyframes WhiteDamageFlash {
    0% {filter: brightness(1.5) saturate(0.5);}
    100% {filter: none;}
}

.DeathSpinning .Body {animation: DeathSpin 1s linear forwards; animation-play-state: running;}
@keyframes DeathSpin {
    0% {transform: rotateZ(0deg); opacity: 1;}
    100% {transform: rotateZ(-1000deg); opacity: 0;}
}

.DeathSpinningNoFade .Body {animation: DeathSpinningNoFade 0.33s linear forwards; animation-play-state: running;}
@keyframes DeathSpinningNoFade {
    0% {transform: rotateZ(0deg); filter: none !important;}
    100% {transform: rotateZ(-360deg); filter: none !important;}
}

.DeathFading {animation: DeathFade 0.5s linear forwards; animation-play-state: running;}
@keyframes DeathFade {
    0% {opacity: 1; filter: none !important;}
    100% {opacity: 0; filter: none !important;}
}


#Player.Reviving {animation: Reviving 1.5s linear forwards; animation-play-state: var(--AnimationPlayState);}

@keyframes Reviving {
    0% {opacity: 0;}
    15% {opacity: 1;}
    30% {opacity: 0;}
    45% {opacity: 1;}
    60% {opacity: 0;}
    75% {opacity: 1;}
    90% {opacity: 0;}
    100% {opacity: 1;}
}


.ShieldsUp {background-color: rgba(0, 0, 255, 0.5); box-shadow: 0px 0px 2px blue, 0px 0px 5px blue, 0px 0px 10px blue, 0px 0px 20px blue, 0px 0px 30px blue;}
    .AdventureSeries .ShieldsUp, .ParkourSeries .ShieldsUp, .AdventureKid .ShieldsUp, .PlatformSeries .ShieldsUp, .OrcaSeries .ShieldsUp, .SpellingActivity .ShieldsUp {background: none; box-shadow: none; filter: brightness(1.5) saturate(0.5);}
    .Police .ShieldsUp {background: none; box-shadow: none;}

.WarpShieldsUp {background-color: rgba(0, 255, 0, 0.3); box-shadow: 0px 0px 2px green, 0px 0px 5px green, 0px 0px 10px green, 0px 0px 20px green, 0px 0px 30px green;}
    .Warp .WarpShieldsUp {background-color: rgba(0, 255, 0, 0.5); box-shadow: 0px 0px 2px limegreen, 0px 0px 5px limegreen, 0px 0px 10px limegreen, 0px 0px 20px limegreen, 0px 0px 30px limegreen;}
.InvincibilityShieldsUp .Body {border-radius: 50px; background-color: rgba(255, 224, 0, 0.3); box-shadow: 0px 0px 2px #A58A00, 0px 0px 5px #A58A00, 0px 0px 10px #A58A00, 0px 0px 20px #A58A00, 0px 0px 30px #A58A00;}
    .Invincibility .InvincibilityShieldsUp .Body {background-color: rgba(255, 224, 0, 0.5); box-shadow: 0px 0px 2px gold, 0px 0px 5px gold, 0px 0px 10px gold, 0px 0px 20px gold, 0px 0px 30px gold;}


.Graphic {position: absolute; box-sizing: border-box; --left: 0; --top: 0; --rotateZ: 0deg; --scaleX: 1; transform: translate(var(--left), var(--top)) scaleX(var(--scaleX)) rotateZ(var(--rotateZ));}
.Chunk {position: static; width: var(--WorldWidth); height: var(--WorldHeight); background-color: transparent; background-size: cover; background-position: center;}
.DoNotUnload .Chunk  {content-visibility: visible !important;}
   
    .Police .Chunk {content-visibility: visible;}

    .ParallaxBackground, .ParallaxForeground {content-visibility: auto; color: white; display: none; position: absolute; background-color: transparent; background-position: 0 bottom; background-repeat: repeat; pointer-events: none; width: 100%; height: 100%; background-size: cover; z-index: 0; transform: translateX(var(--left)); width: var(--GridWidth);}
    .ParallaxForeground {z-index: 10;}


    .Police .Chunk {will-change: transform; background-color: #232323;}

    .Flight .Chunk {background-size: 50% 50%; overflow-x: visible;}
    .Amoeba #Grid {background-image: url('graphics/backgrounds/virus/virus.png'); background-position: 0px 0px; background-size: 10% 10%; background-repeat: repeat; background-color: #21104F; transition: transform 0.1s steps(4);}


    .AdventureSeries .ParallaxBackground, .AdventureSeries #Foreground1, .AdventureKid .ParallaxBackground, .AdventureKid #Foreground1, .ParkourSeries .ParallaxBackground {display: none; xtransition: transform 0.2s; background-size: var(--WorldWidth) 100%; will-change: transform; --left: -200px;}
    .Touch #Background1, .Touch #Background2, .Touch #Background3, .Touch #Background4, .Touch #Background5, .Touch #Background6, .Touch #Background7, .Touch #Foreground1 {xtransition: none !important; xbackground-position-x: 0 !important;}
    
        /* x.CrystalPalace #Background4, .Adventure2.TitleScreenOn #Background4 {display: block; background-image: url('graphics/backgrounds/stars.jpg'); opacity: 0.1; --left: 0px; background-position-y: 33%; background-size: calc(var(--WorldWidth) * 2) var(--WorldWidth);} */
        /* x.CrystalPalace #Background5, .Adventure2.TitleScreenOn #Background5 {display: block; background-image: url('graphics/backgrounds/stars.jpg'); opacity: 0.1; --left: 0px; background-position-y: 67%; background-size: calc(var(--WorldWidth) * 2) var(--WorldWidth);} */
        .Adventure2.TitleScreenOn #Background7 {display: block; background-image: url('graphics/backgrounds/stars.jpg'); background-color: slateblue; --left: 0px; background-size: calc(var(--WorldWidth) * 2) var(--WorldWidth);}


.Flight .ParallaxBackground {display: block; animation: ParallaxLeftwardsBackground 20s linear infinite; animation-play-state: var(--AnimationPlayState); width: 50%; height: 100%; background-size: 200% 100%; transform: scaleX(2); transform-origin: 0 0;}
.Flight .Background1 {background-image: url('graphics/backgrounds/mountains/1.png'); animation-duration: 28s;}
.Flight .Background2 {background-image: url('graphics/backgrounds/mountains/2.png'); animation-duration: 49s;}
.Flight .Background3 {background-image: url('graphics/backgrounds/mountains/3.png'); animation-duration: 70s;}
.Flight .Background4 {background-image: url('graphics/backgrounds/mountains/4.png'); animation-duration: 100s;}
.Flight .Background5 {background-image: url('graphics/backgrounds/mountains/5.png'); animation-duration: 110s;}
.Flight .Background6 {background-image: url('graphics/backgrounds/mountains/6.png'); animation-duration: 120s;}
.Flight .Background7 {background-color: black; background-image: url('graphics/backgrounds/mountains/7.png'); animation-duration: 0s;}

/* x.Amoeba .Foreground1 {display: block; animation: ParallaxLeftwardsBackground 20s linear infinite; animation-play-state: var(--AnimationPlayState); background-image: url('graphics/backgrounds/virus/virusspots.png');} */

.FreeSpell .Background1 {display: block; background-image: url('graphics/titles/freespell.jpg'); background-size: 100% 100%;}
.LetterTile {text-shadow: none; top: -710px; transition: margin 0.2s, width 0.2s, height 0.2s, font-size 0.2s; cursor: pointer; position: absolute; display: block; width: 70px; height: 70px; background: white; xborder: solid 8px blue; border-radius: 50px; color: black; line-height: 0.9; padding-top: 18px; font-weight: bold; font-size: 30pt; font-family: QuicksandAlternate, Quicksand, sans-serif; box-shadow: 2px 2px 5px rgba(0,0,0,0.6); box-sizing: border-box; display: flex; justify-content: center; align-items: top; background: radial-gradient(ellipse at center,rgba(255,255,255,1) 55%,rgb(5 77 255) 57%,rgb(31 179 255) 58%,rgb(5 77 255) 70%); animation-play-state: var(--AnimationPlayState);}
.LetterTile.Selected {margin: -4px; width: 78px; height: 78px; font-size: 35pt; xcursor: none;}
.LetterTile.Saying {margin: -10px; width: 90px; height: 90px; font-size: 42pt;}
.LetterTile .Letter {pointer-events: none; position: absolute; box-sizing: border-box; width: 100%; height: 100%; text-align: center;}
.LetterTile .Inner {pointer-events: none; position: absolute; top: 0px; left: 20px; box-sizing: border-box; width: calc(100% - 40px); height: 100%;}
.LetterTile.LetterTileDeal {animation: LetterTileDeal 0.4s linear forwards;}
.LetterTile.LetterTileDelayDeal {top: 0px; opacity: 0; animation: LetterTileDelayDeal 0s step-end forwards; animation-delay: 1s;}
.LetterTile.Vowel {filter: hue-rotate(90deg);}

.FrostDragon .LetterTile:not(.Answer) {opacity: 0.8;}

.FreeSpell #AnswerBox {position: absolute; top: 200px; left: 0px; width: 100%; height: 100px; text-align: center;}

.FreeSpell #AnswerBox {top: 100px;}
#AlternateReplayWordButton {position: absolute; cursor: pointer; opacity: 0.6; top: 3px; right: 3px; width: 50px; height: 50px; background-image: url('graphics/icons/say.png'); background-size: contain; margin: auto;}
    #AlternateReplayWordButton:active {opacity: 1;}
#RevealAnswerButton {position: absolute; cursor: pointer; opacity: 0.6; top: 3px; right: 63px; width: 50px; height: 50px; background-image: url('graphics/icons/answer.png'); background-size: contain; margin: auto;}
    #RevealAnswerButton:active {opacity: 1;}
    .Maths #RevealAnswerButton {right: 3px;}
#ResetWordButton {position: absolute; cursor: pointer; opacity: 0.6; top: 3px; right: 3px; width: 40px; height: 40px; background-image: url('graphics/material/reload.png'); background-size: contain; margin: auto;}
    #ResetWordButton:active {opacity: 1;}
.LetterTile.Answer {opacity: 0.5; cursor: default; display: inline-block; position: static; margin: 10px; color: transparent;}
#GameBox:not(.SpellingSwap) .LetterTile.Answer {filter: grayscale(1);}
#Question {pointer-events: none;}
#Question .LetterTile {position: static; margin: 4px; display: inline-block; top: 0px;}
#Question .AnswerText {color: lime; opacity: 0.8;}
#Question.Small .QuestionText {font-size: 18pt;}
.RevealAnswer .LetterTile.Answer {color: black;}

.NoCursor {cursor: none !important;}

@keyframes LetterTileDeal {
    0% {top: -710px;}
    100% {top: 0px;}
}
@keyframes LetterTileDelayDeal {
    100% {opacity: 1;}
}

@keyframes ParallaxRightwardsBackground {
    0% {background-position: 200% 0%;}
    100% {background-position: 0% 0%;}
}

@keyframes ParallaxRightwardsBackgroundTranslate {
    0% {transform: translateX(0%);}
    100% {transform: translateX(-50%);}
}

@keyframes ParallaxSlantedBackgroundTranslate {
    0% {transform: translateX(0%) rotateZ(25deg);}
    100% {transform: translateX(-50%) rotateZ(25deg);}
}

@keyframes ParallaxLeftwardsBackground {
    0% {background-position: 0% 0%;}
    100% {background-position: 200% 0%;}
}

@keyframes CardRemoval {
    0% {transform: translateY(0px) rotateZ(0deg); opacity: 1;}
    100% {transform: translateY(-560px) rotateZ(180deg); opacity: 0;}
}

@keyframes CardDeal {
    0% {transform: translateY(-560px) rotateZ(180deg);}
    100% {transform: translateY(0px);}
}

.Wall {content-visibility: hidden; width: var(--WallWidth); height: var(--WallHeight); background-color: gray; box-sizing: border-box; background-repeat: repeat; background-size: var(--background-size); --background-size: 100% 100%; --background-position: 0 0; background-position: var(--background-position); --top-background-image: none; --top-background-size: 100% 50px; --top-background-position: 0 0;}
    .Wall.Barrier {pointer-events: auto; content-visibility: auto;}
    .Wall.Barrier.GrassTop {content-visibility: visible;}
    .HighQualityGraphics .CuboidWall {transform-style: preserve-3d; perspective-origin: var(--perspective-origin-x) -50px; perspective: 2000px; background: none !important;}
        .HighQualityGraphics .Cube {transform-style: preserve-3d; width: 100%; height: 100%;}
            .HighQualityGraphics .WorldWidth .Cube {--WallWidth: var(--WorldWidth);}
            .HighQualityGraphics .WorldHeight .Cube {--WallHeight: var(--WorldHeight);}
            .HighQualityGraphics .Cube .FrontSide {transform: translateZ(1em); background: var(--background-image); background-size: 100% 100%; width: var(--WallWidth); height: var(--WallHeight);}
                .HighQualityGraphics .WorldWidth .Cube .FrontSide {background-size: calc(100% / 21) 50.5px; background-repeat: repeat;}
            .HighQualityGraphics .Cube .TopSide {position: absolute; top: 0px; transform: rotateX(90deg) translateZ(1em); background: green; width: var(--WallWidth); height: var(--WallHeight);}
            .HighQualityGraphics .Cube .LeftSide {position: absolute; top: 0px; left: -10px; transform: rotateY(-90deg) translateZ(1em); background: var(--background-image) gold; width: 50px; height: var(--WallHeight);}
            .HighQualityGraphics .Cube .RightSide {position: absolute; top: 0px; right: -10px; transform: rotateY(90deg) translateZ(1em); background: var(--background-image) red; width: 50px; height: var(--WallHeight);}

.Stand {content-visibility: auto; background-size: var(--background-size); --WallWidthPadding: 0px; animation-play-state: var(--AnimationPlayState) !important;}
.BackgroundStand {pointer-events: none !important;}
.DownwardsScroll .Wall, .LeftwardsScroll .Wall {content-visibility: visible; pointer-events: auto;}

    .WallWidth42 {x--neon-color: #0c6f52 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 41) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth42, .OrcaSeries .WallWidth42, .ParkourSeries .WallWidth42  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth42::after {display: none;}
    .PlatformSeries .WallWidth42::before {width: calc(100% + 42px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth42 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 41)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth41 {x--neon-color: #62af17 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 40) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth41, .OrcaSeries .WallWidth41, .ParkourSeries .WallWidth41  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth41::after {display: none;}
    .PlatformSeries .WallWidth41::before {width: calc(100% + 41px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth41 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 40)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth40 {x--neon-color: #8938d0 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 39) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth40, .OrcaSeries .WallWidth40, .ParkourSeries .WallWidth40  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth40::after {display: none;}
    .PlatformSeries .WallWidth40::before {width: calc(100% + 40px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth40 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 39)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth39 {x--neon-color: #aaf0a7 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 38) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth39, .OrcaSeries .WallWidth39, .ParkourSeries .WallWidth39  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth39::after {display: none;}
    .PlatformSeries .WallWidth39::before {width: calc(100% + 39px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth39 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 38)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth38 {x--neon-color: #b2e1ef !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 37) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth38, .OrcaSeries .WallWidth38, .ParkourSeries .WallWidth38  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth38::after {display: none;}
    .PlatformSeries .WallWidth38::before {width: calc(100% + 38px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth38 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 37)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth37 {x--neon-color: #00c926 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 36) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth37, .OrcaSeries .WallWidth37, .ParkourSeries .WallWidth37  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth37::after {display: none;}
    .PlatformSeries .WallWidth37::before {width: calc(100% + 37px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth37 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 36)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth36 {x--neon-color: #1259fe !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 35) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth36, .OrcaSeries .WallWidth36, .ParkourSeries .WallWidth36  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth36::after {display: none;}
    .PlatformSeries .WallWidth36::before {width: calc(100% + 36px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth36 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 35)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth35 {x--neon-color: #852f78 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 34) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth35, .OrcaSeries .WallWidth35, .ParkourSeries .WallWidth35  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth35::after {display: none;}
    .PlatformSeries .WallWidth35::before {width: calc(100% + 35px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth35 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 34)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth34 {x--neon-color: #8429a7 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 33) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth34, .OrcaSeries .WallWidth34, .ParkourSeries .WallWidth34  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth34::after {display: none;}
    .PlatformSeries .WallWidth34::before {width: calc(100% + 34px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth34 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 33)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth33 {x--neon-color: #9dd351 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 32) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth33, .OrcaSeries .WallWidth33, .ParkourSeries .WallWidth33  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth33::after {display: none;}
    .PlatformSeries .WallWidth33::before {width: calc(100% + 33px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth33 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 32)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth32 {x--neon-color: #767bb8 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 31) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth32, .OrcaSeries .WallWidth32, .ParkourSeries .WallWidth32  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth32::after {display: none;}
    .PlatformSeries .WallWidth32::before {width: calc(100% + 32px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth32 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 31)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth31 {x--neon-color: #2e7e37 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 30) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth31, .OrcaSeries .WallWidth31, .ParkourSeries .WallWidth31  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth31::after {display: none;}
    .PlatformSeries .WallWidth31::before {width: calc(100% + 31px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth31 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 30)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth30 {x--neon-color: #f24a9d !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 29) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth30, .OrcaSeries .WallWidth30, .ParkourSeries .WallWidth30  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth30::after {display: none;}
    .PlatformSeries .WallWidth30::before {width: calc(100% + 30px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth30 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 29)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth29 {x--neon-color: #4ac34b !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 28) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth29, .OrcaSeries .WallWidth29, .ParkourSeries .WallWidth29  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth29::after {display: none;}
    .PlatformSeries .WallWidth29::before {width: calc(100% + 29px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth29 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 28)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth28 {x--neon-color: #67da29 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 27) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth28, .OrcaSeries .WallWidth28, .ParkourSeries .WallWidth28  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth28::after {display: none;}
    .PlatformSeries .WallWidth28::before {width: calc(100% + 28px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth28 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 27)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth27 {x--neon-color: #18424d !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 26) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth27, .OrcaSeries .WallWidth27, .ParkourSeries .WallWidth27  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth27::after {display: none;}
    .PlatformSeries .WallWidth27::before {width: calc(100% + 27px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth27 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 26)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth26 {x--neon-color: #8256e5 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 25) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth26, .OrcaSeries .WallWidth26, .ParkourSeries .WallWidth26  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth26::after {display: none;}
    .PlatformSeries .WallWidth26::before {width: calc(100% + 26px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth26 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 25)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth25 {x--neon-color: #9ee28f !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 24) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth25, .OrcaSeries .WallWidth25, .ParkourSeries .WallWidth25  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth25::after {display: none;}
    .PlatformSeries .WallWidth25::before {width: calc(100% + 25px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth25 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 24)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth24 {x--neon-color: #01bcc2 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 23) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth24, .OrcaSeries .WallWidth24, .ParkourSeries .WallWidth24  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth24::after {display: none;}
    .PlatformSeries .WallWidth24::before {width: calc(100% + 24px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth24 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 23)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth23 {x--neon-color: #434178 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 22) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth23, .OrcaSeries .WallWidth23, .ParkourSeries .WallWidth23  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth23::after {display: none;}
    .PlatformSeries .WallWidth23::before {width: calc(100% + 23px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth23 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 22)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth22 {x--neon-color: #94dbd9 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 21) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth22, .OrcaSeries .WallWidth22, .ParkourSeries .WallWidth22  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth22::after {display: none;}
    .PlatformSeries .WallWidth22::before {width: calc(100% + 22px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth22 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 21)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth21 {x--neon-color: #c8975b !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 20) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth21, .OrcaSeries .WallWidth21, .ParkourSeries .WallWidth21  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth21::after {display: none;}
    .PlatformSeries .WallWidth21::before {width: calc(100% + 21px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth21 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 20)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth20 {x--neon-color: #6b26ad !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 19) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth20, .OrcaSeries .WallWidth20, .ParkourSeries .WallWidth20  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth20::after {display: none;}
    .PlatformSeries .WallWidth20::before {width: calc(100% + 20px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth20 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 19)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth19 {x--neon-color: #91d7cb !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 18) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth19, .OrcaSeries .WallWidth19, .ParkourSeries .WallWidth19  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth19::after {display: none;}
    .PlatformSeries .WallWidth19::before {width: calc(100% + 19px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth19 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 18)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth18 {x--neon-color: #c879e3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 17) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth18, .OrcaSeries .WallWidth18, .ParkourSeries .WallWidth18  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth18::after {display: none;}
    .PlatformSeries .WallWidth18::before {width: calc(100% + 18px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth18 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 17)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth17 {x--neon-color: #571562 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 16) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth17, .OrcaSeries .WallWidth17, .ParkourSeries .WallWidth17  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth17::after {display: none;}
    .PlatformSeries .WallWidth17::before {width: calc(100% + 17px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth17 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 16)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth16 {x--neon-color: #47c218 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 15) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth16, .OrcaSeries .WallWidth16, .ParkourSeries .WallWidth16  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth16::after {display: none;}
    .PlatformSeries .WallWidth16::before {width: calc(100% + 16px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth16 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 15)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth15 {x--neon-color: #05ccc5 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 14) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth15, .OrcaSeries .WallWidth15, .ParkourSeries .WallWidth15  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth15::after {display: none;}
    .PlatformSeries .WallWidth15::before {width: calc(100% + 15px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth15 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 14)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth14 {x--neon-color: #a8eed1 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 13) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth14, .OrcaSeries .WallWidth14, .ParkourSeries .WallWidth14  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth14::after {display: none;}
    .PlatformSeries .WallWidth14::before {width: calc(100% + 14px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth14 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 13)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth13 {x--neon-color: #968914 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 12) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth13, .OrcaSeries .WallWidth13, .ParkourSeries .WallWidth13  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth13::after {display: none;}
    .PlatformSeries .WallWidth13::before {width: calc(100% + 13px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth13 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 12)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth12 {x--neon-color: #0d4183 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 11) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth12, .OrcaSeries .WallWidth12, .ParkourSeries .WallWidth12  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth12::after {display: none;}
    .PlatformSeries .WallWidth12::before {width: calc(100% + 12px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth12 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 11)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth11 {x--neon-color: #934bff !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 10) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth11, .OrcaSeries .WallWidth11, .ParkourSeries .WallWidth11  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth11::after {display: none;}
    .PlatformSeries .WallWidth11::before {width: calc(100% + 11px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth11 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 10)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth10 {x--neon-color: #122b94 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 9) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth10, .OrcaSeries .WallWidth10, .ParkourSeries .WallWidth10  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth10::after {display: none;}
    .PlatformSeries .WallWidth10::before {width: calc(100% + 10px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth10 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 9)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth9 {x--neon-color: #ab41d8 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 8) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth9, .OrcaSeries .WallWidth9, .ParkourSeries .WallWidth9  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth9::after {display: none;}
    .PlatformSeries .WallWidth9::before {width: calc(100% + 9px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth9 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 8)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth8 {x--neon-color: #d6dfa8 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 7) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth8, .OrcaSeries .WallWidth8, .ParkourSeries .WallWidth8  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth8::after {display: none;}
    .PlatformSeries .WallWidth8::before {width: calc(100% + 8px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth8 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 7)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth7 {x--neon-color: #902316 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 6) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth7, .OrcaSeries .WallWidth7, .ParkourSeries .WallWidth7  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth7::after {display: none;}
    .PlatformSeries .WallWidth7::before {width: calc(100% + 7px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth7 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 6)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth6 {x--neon-color: #0aa52e !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 5) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth6, .OrcaSeries .WallWidth6, .ParkourSeries .WallWidth6  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth6::after {display: none;}
    .PlatformSeries .WallWidth6::before {width: calc(100% + 6px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth6 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 5)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth5 {x--neon-color: #5e1408 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 4) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth5, .OrcaSeries .WallWidth5, .ParkourSeries .WallWidth5  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth5::after {display: none;}
    .PlatformSeries .WallWidth5::before {width: calc(100% + 5px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth5 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 4)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth4 {x--neon-color: #8d813c !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 3) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth4, .OrcaSeries .WallWidth4, .ParkourSeries .WallWidth4  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth4::after {display: none;}
    .PlatformSeries .WallWidth4::before {width: calc(100% + 4px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth4 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 3)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth3 {x--neon-color: #c32ad2 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 2) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth3, .OrcaSeries .WallWidth3, .ParkourSeries .WallWidth3  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth3::after {display: none;}
    .PlatformSeries .WallWidth3::before {width: calc(100% + 3px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth3 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 2)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallWidth2 {x--neon-color: #669699 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 1) + 1px) !important; background-repeat: repeat;}
    .AdventureSeries .WallWidth2, .OrcaSeries .WallWidth2, .ParkourSeries .WallWidth2  {xz-index: 3 !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) calc(var(--WallHeight) + var(--WallHeightPadding));}
    .PlatformSeries .WallWidth2::after {display: none;}
    .PlatformSeries .WallWidth2::before {width: calc(100% + 2px) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding) - 1px) 6px;}
    .CuboidWall.WallWidth2 .Cube .FrontSide {z-index: 3 !important; width: calc((var(--WallWidth) + var(--WallWidthPadding)) + ((var(--WallWidth) + var(--WallWidthPadding)) * 1)) !important; --background-size: calc(var(--WallWidth) + var(--WallWidthPadding)) var(--WallHeight); background-repeat: repeat}

    .WallHeight24 {x--neon-color: #58fbfc !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 23)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight24 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 23)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight23 {x--neon-color: #030aa0 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 22)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight23 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 22)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight22 {x--neon-color: #887c71 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 21)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight22 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 21)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight21 {x--neon-color: #3a6f38 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 20)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight21 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 20)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight20 {x--neon-color: #52bd5e !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 19)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight20 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 19)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight19 {x--neon-color: #5ae23e !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 18)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight19 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 18)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight18 {x--neon-color: #5a1b84 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 17)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight18 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 17)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight17 {x--neon-color: #b74dbb !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 16)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight17 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 16)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight16 {x--neon-color: #2c7776 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 15)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight16 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 15)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight15 {x--neon-color: #85152b !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 14)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight15 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 14)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight14 {x--neon-color: #fde437 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 13)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight14 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 13)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight13 {x--neon-color: #7c0e32 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 12)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight13 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 12)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight12 {x--neon-color: #723dc7 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 11)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight12 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 11)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight11 {x--neon-color: #9ffb97 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 10)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight11 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 10)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight10 {x--neon-color: #c867a1 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 9)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight10 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 9)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight9 {x--neon-color: #e2d7e6 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 8)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight9 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 8)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight8 {x--neon-color: #df8a93 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 7)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight8 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 7)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight7 {x--neon-color: #a589b5 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 6)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight7 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 6)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight6 {x--neon-color: #1a0319 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 5)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight6 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 5)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight5 {x--neon-color: #0ddc04 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 4)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight5 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 4)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight4 {x--neon-color: #50f537 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 3)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight4 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 3)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight3 {x--neon-color: #ae1c9f !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 2)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight3 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 2)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .WallHeight2 {x--neon-color: #2844a3 !important; height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 1)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}
    .CuboidWall.WallHeight2 .Cube .FrontSide {height: calc(var(--WallHeight) + ((var(--WallHeight) - 0.5px) * 1)) !important; background-repeat: repeat; background-size: calc(var(--WallWidth) - 1px) var(--WallHeight) !important;}

    /* .Wall.Metal {background-image: url('graphics/textures/metal.jpg'); background-size: 33.33%;} */
    /* .Wall.Swamp {background-image: url('graphics/textures/swamp.jpg'); background-size: 1092px 623px;} */
    /* .Wall.Mercury {background-image: url('graphics/textures/mercury.jpg'); background-size: calc(1092px / 3) calc(623px / 3);} */
    /* .Wall.Moon {background-image: url('graphics/textures/moon.jpg'); background-size: calc(1092px / 3) calc(623px / 3);} */
    /* .Wall.VioletRock {background-image: url('graphics/textures/violetrock.jpg'); background-size: 1092px 623px;} */
    /* .Wall.Bush {background-image: url('graphics/textures/bush.jpg'); background-size: 1092px 623px;} */
    /* .Wall.Cyan {background-image: url('graphics/textures/cyan.jpg'); background-size: 1092px 623px;} */
    /* .Wall.Lava {background-image: url('graphics/textures/lava.jpg'); background-size: 128px;} */
    /* .Wall.Arid {background-image: url('graphics/textures/arid.jpg'); background-size: 1092px 623px;} */
    /* .Wall.Stones {background-image: url('graphics/textures/stones.jpg'); background-size: 128px;} */
    /* .Wall.SteelPicture {background-image: url('graphics/steel.jpg');} */
    .Wall.Ice {
        border: solid 1px lightblue;
        background: #d2dfed; /* Old browsers */
        background: -moz-linear-gradient(-45deg,  #d2dfed 0%, #c8d7eb 26%, #bed0ea 51%, #a6c0e3 51%, #afc7e8 62%, #bad0ef 75%, #99b5db 88%, #799bc8 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg,  #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg,  #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    .Wall.Steel {
        border: solid 1px gray;
        background: #bababa;
        background: -moz-linear-gradient(-45deg,  #bababa 0%, #b5b5b5 26%, #b0b0b0 51%, #a3a3a3 51%, #a9a9a9 62%, #b0b0b0 75%, #9a9a9a 88%, #868686 100%);
        background: -webkit-linear-gradient(-45deg,  #bababa 0%,#b5b5b5 26%,#b0b0b0 51%,#a3a3a3 51%,#a9a9a9 62%,#b0b0b0 75%,#9a9a9a 88%,#868686 100%);
        background: linear-gradient(135deg,  #bababa 0%,#b5b5b5 26%,#b0b0b0 51%,#a3a3a3 51%,#a9a9a9 62%,#b0b0b0 75%,#9a9a9a 88%,#868686 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#868686',GradientType=1 );
    }

     

.iOSApp .PlatformSeries #Graphics, .iOSApp .AdventureSeries #Graphics {overflow: visible;}
.iOSApp .PlatformSeries #World, .iOSApp .AdventureSeries #World {overflow: hidden;}
.PlatformSeries #World, .Chick #Graphics, .PlatformSeries .Chunk, .Chick .Chunk {width: 1058px;}
.PlatformSeries .Wall, .PlatformSeries .Stand, .Chick .Wall {content-visibility: visible; pointer-events: auto; background-image: var(--background-image); background-size: 25px 25px; --row: 0; filter: hue-rotate(calc(var(--hue-rotate) * 36deg));}
.PlatformSeries .Wall::before, .PlatformSeries .Stand::before, .Chick .Wall::before {content: ''; pointer-events: none; background-image: var(--background-image); background-size: 25px 6px; position: absolute; width: 100%; height: 25%; top: -25%; left: 12.5%; transform: skewX(-45deg);}
    .HighQualityGraphics.PlatformSeries .Wall::before, .PlatformSeries .Stand::before, .Chick .Wall::before {filter: brightness(1.1) contrast(1.1);}
    .Chick .Wall {--rotateZ: 180deg;}
.PlatformSeries .Wall::after, .PlatformSeries .Stand::after, .Chick .Wall::after {content: ''; pointer-events: none; background-image: var(--background-image); filter: brightness(0.7); background-size: 100% 100%; position: absolute; width: 25%; height: 100%; top: -12.5%; left: 100%; transform: skewY(-45deg);}
.PlatformSeries .Chunk::after, .Chick .Chunk::after {opacity: 0.2; background-image: var(--background-image); content: ''; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -2; background-size: 50px; filter: hue-rotate(calc(var(--hue-rotate) * 36deg))}

.Amoeba .Wall {background-image: url('graphics/textures/cell.png'); background-color: transparent; background-position: 0px 0px !important; background-size: var(--WallWidth) var(--WallHeight) !important;}

.Chick .Chunk {--background-image: url('graphics/textures/barrierbox.png');}


.Flight .Wall {background-image: url('graphics/backgrounds/mountains/rocks.jpg'); background-size: 3000% 3000%;}

.AdventureSeries .Wall.GrassTop, .ParkourSeries .Wall.GrassTop, .AdventureKid .Wall.GrassTop {background-image: var(--background-image); background-color: transparent; x--background-size: var(--WallWidth) var(--WallHeight); --background-position: 0 0;}
.AdventureSeries .Stand, .ParkourSeries .Stand, .AdventureKid .Stand {background-image: var(--background-image); background-color: transparent; --background-size: var(--WallWidth) var(--WallHeight); --background-position: 0 0;}
.AdventureSeries .Wall, .ParkourSeries .Wall, .AdventureKid .Wall {background-image: var(--background-image); background-color: transparent; x--background-size: var(--WallWidth) var(--WallHeight); --background-position: 0 0;}


            .ParadiseGarden .Stand {--background-image: url('graphics/games/adventure/paradisegarden/paradisegardenbox.png');}
            .ParadiseGarden .Wall {--background-image: url('graphics/games/adventure/paradisegarden/paradisegardendirt.png');}
            .ParadiseGarden .Wall.GrassTop, .ParadiseGarden .Stand.GrassTop {--background-image: url('graphics/games/adventure/paradisegarden/paradisegardendirttop.png');}
            .ParadiseGarden .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure/paradisegarden/paradisegardendirttop.png');}
                                    .ArcticNight .Stand {--background-image: url('graphics/games/adventure/arcticnight/arcticnightbox.png');}
            .ArcticNight .Wall {--background-image: url('graphics/games/adventure/arcticnight/arcticnightdirt.png');}
            .ArcticNight .Wall.GrassTop, .ArcticNight .Stand.GrassTop {--background-image: url('graphics/games/adventure/arcticnight/arcticnightdirttop.png');}
            .ArcticNight .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure/arcticnight/arcticnightdirttop.png');}
                                    .DesertValley .Stand {--background-image: url('graphics/games/adventure/desertvalley/desertvalleybox.png');}
            .DesertValley .Wall {--background-image: url('graphics/games/adventure/desertvalley/desertvalleydirt.png');}
            .DesertValley .Wall.GrassTop, .DesertValley .Stand.GrassTop {--background-image: url('graphics/games/adventure/desertvalley/desertvalleydirttop.png');}
            .DesertValley .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure/desertvalley/desertvalleydirttop.png');}
                                    .LavaPeak .Stand {--background-image: url('graphics/games/adventure/lavapeak/lavapeakbox.png');}
            .LavaPeak .Wall {--background-image: url('graphics/games/adventure/lavapeak/lavapeakdirt.png');}
            .LavaPeak .Wall.GrassTop, .LavaPeak .Stand.GrassTop {--background-image: url('graphics/games/adventure/lavapeak/lavapeakdirttop.png');}
            .LavaPeak .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure/lavapeak/lavapeakdirttop.png');}
                        .LavaPeak .LiquidTop {background-image: url('graphics/games/adventure/lavapeak/lavapeakliquidtop.png') !important;}
            .LavaPeak .Liquid {background-image: url('graphics/games/adventure/lavapeak/lavapeakliquid.png') !important;}
                                    .AcidFactory .Stand {--background-image: url('graphics/games/adventure/acidfactory/acidfactorybox.png');}
            .AcidFactory .Wall {--background-image: url('graphics/games/adventure/acidfactory/acidfactorydirt.png');}
            .AcidFactory .Wall.GrassTop, .AcidFactory .Stand.GrassTop {--background-image: url('graphics/games/adventure/acidfactory/acidfactorydirttop.png');}
            .AcidFactory .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure/acidfactory/acidfactorydirttop.png');}
                        .AcidFactory .LiquidTop {background-image: url('graphics/games/adventure/acidfactory/acidfactoryliquidtop.png') !important;}
            .AcidFactory .Liquid {background-image: url('graphics/games/adventure/acidfactory/acidfactoryliquid.png') !important;}
                                    .TranquilForest .Stand {--background-image: url('graphics/games/adventure2/tranquilforest/tranquilforestbox.png');}
            .TranquilForest .Wall {--background-image: url('graphics/games/adventure2/tranquilforest/tranquilforestdirt.png');}
            .TranquilForest .Wall.GrassTop, .TranquilForest .Stand.GrassTop {--background-image: url('graphics/games/adventure2/tranquilforest/tranquilforestdirttop.png');}
            .TranquilForest .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure2/tranquilforest/tranquilforestdirttop.png');}
                                    .ToxicSewer .Stand {--background-image: url('graphics/games/adventure2/toxicsewer/toxicsewerbox.png');}
            .ToxicSewer .Wall {--background-image: url('graphics/games/adventure2/toxicsewer/toxicsewerdirt.png');}
            .ToxicSewer .Wall.GrassTop, .ToxicSewer .Stand.GrassTop {--background-image: url('graphics/games/adventure2/toxicsewer/toxicsewerdirttop.png');}
            .ToxicSewer .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure2/toxicsewer/toxicsewerdirttop.png');}
                        .ToxicSewer .LiquidTop {background-image: url('graphics/games/adventure2/toxicsewer/toxicsewerliquidtop.png') !important;}
            .ToxicSewer .Liquid {background-image: url('graphics/games/adventure2/toxicsewer/toxicsewerliquid.png') !important;}
                                    .MidnightCircus .Stand {--background-image: url('graphics/games/adventure2/midnightcircus/midnightcircusbox.png');}
            .MidnightCircus .Wall {--background-image: url('graphics/games/adventure2/midnightcircus/midnightcircusdirt.png');}
            .MidnightCircus .Wall.GrassTop, .MidnightCircus .Stand.GrassTop {--background-image: url('graphics/games/adventure2/midnightcircus/midnightcircusdirttop.png');}
            .MidnightCircus .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure2/midnightcircus/midnightcircusdirttop.png');}
                                    .CloudCity .Stand {--background-image: url('graphics/games/adventure2/cloudcity/cloudcitybox.png');}
            .CloudCity .Wall {--background-image: url('graphics/games/adventure2/cloudcity/cloudcitydirt.png');}
            .CloudCity .Wall.GrassTop, .CloudCity .Stand.GrassTop {--background-image: url('graphics/games/adventure2/cloudcity/cloudcitydirttop.png');}
            .CloudCity .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure2/cloudcity/cloudcitydirttop.png');}
                                    .CrystalPalace .Stand {--background-image: url('graphics/games/adventure2/crystalpalace/crystalpalacebox.png');}
            .CrystalPalace .Wall {--background-image: url('graphics/games/adventure2/crystalpalace/crystalpalacedirt.png');}
            .CrystalPalace .Wall.GrassTop, .CrystalPalace .Stand.GrassTop {--background-image: url('graphics/games/adventure2/crystalpalace/crystalpalacedirttop.png');}
            .CrystalPalace .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure2/crystalpalace/crystalpalacedirttop.png');}
                        .CrystalPalace .LiquidTop {background-image: url('graphics/games/adventure2/crystalpalace/crystalpalaceliquidtop.png') !important;}
            .CrystalPalace .Liquid {background-image: url('graphics/games/adventure2/crystalpalace/crystalpalaceliquid.png') !important;}
                                    .EvergreenVale .Stand {--background-image: url('graphics/games/adventure3/evergreenvale/evergreenvalebox.png');}
            .EvergreenVale .Wall {--background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaledirt.png');}
            .EvergreenVale .Wall.GrassTop, .EvergreenVale .Stand.GrassTop {--background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaledirttop.png');}
            .EvergreenVale .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaledirttop.png');}
                                    .MushroomPark .Stand {--background-image: url('graphics/games/adventure3/mushroompark/mushroomparkbox.png');}
            .MushroomPark .Wall {--background-image: url('graphics/games/adventure3/mushroompark/mushroomparkdirt.png');}
            .MushroomPark .Wall.GrassTop, .MushroomPark .Stand.GrassTop {--background-image: url('graphics/games/adventure3/mushroompark/mushroomparkdirttop.png');}
            .MushroomPark .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure3/mushroompark/mushroomparkdirttop.png');}
                                    .RockyCave .Stand {--background-image: url('graphics/games/adventure3/rockycave/rockycavebox.png');}
            .RockyCave .Wall {--background-image: url('graphics/games/adventure3/rockycave/rockycavedirt.png');}
            .RockyCave .Wall.GrassTop, .RockyCave .Stand.GrassTop {--background-image: url('graphics/games/adventure3/rockycave/rockycavedirttop.png');}
            .RockyCave .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure3/rockycave/rockycavedirttop.png');}
                        .RockyCave .LiquidTop {background-image: url('graphics/games/adventure3/rockycave/rockycaveliquidtop.png') !important;}
            .RockyCave .Liquid {background-image: url('graphics/games/adventure3/rockycave/rockycaveliquid.png') !important;}
                                    .RuinedTemple .Stand {--background-image: url('graphics/games/adventure3/ruinedtemple/ruinedtemplebox.png');}
            .RuinedTemple .Wall {--background-image: url('graphics/games/adventure3/ruinedtemple/ruinedtempledirt.png');}
            .RuinedTemple .Wall.GrassTop, .RuinedTemple .Stand.GrassTop {--background-image: url('graphics/games/adventure3/ruinedtemple/ruinedtempledirttop.png');}
            .RuinedTemple .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure3/ruinedtemple/ruinedtempledirttop.png');}
                                    .IceMountain .Stand {--background-image: url('graphics/games/adventure3/icemountain/icemountainbox.png');}
            .IceMountain .Wall {--background-image: url('graphics/games/adventure3/icemountain/icemountaindirt.png');}
            .IceMountain .Wall.GrassTop, .IceMountain .Stand.GrassTop {--background-image: url('graphics/games/adventure3/icemountain/icemountaindirttop.png');}
            .IceMountain .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventure3/icemountain/icemountaindirttop.png');}
                                    .Beach .Stand {--background-image: url('graphics/games/parkour/beach/beachbox.png');}
            .Beach .Wall {--background-image: url('graphics/games/parkour/beach/beachdirt.png');}
            .Beach .Wall.GrassTop, .Beach .Stand.GrassTop {--background-image: url('graphics/games/parkour/beach/beachdirttop.png');}
            .Beach .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/parkour/beach/beachdirttop.png');}
                                    .Lolly .Stand {--background-image: url('graphics/games/parkour2/lolly/lollybox.png');}
            .Lolly .Wall {--background-image: url('graphics/games/parkour2/lolly/lollydirt.png');}
            .Lolly .Wall.GrassTop, .Lolly .Stand.GrassTop {--background-image: url('graphics/games/parkour2/lolly/lollydirttop.png');}
            .Lolly .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/parkour2/lolly/lollydirttop.png');}
                                    .ChocolateLake .Stand {--background-image: url('graphics/games/parkour2/chocolatelake/chocolatelakebox.png');}
            .ChocolateLake .Wall {--background-image: url('graphics/games/parkour2/chocolatelake/chocolatelakedirt.png');}
            .ChocolateLake .Wall.GrassTop, .ChocolateLake .Stand.GrassTop {--background-image: url('graphics/games/parkour2/chocolatelake/chocolatelakedirttop.png');}
            .ChocolateLake .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/parkour2/chocolatelake/chocolatelakedirttop.png');}
                        .ChocolateLake .LiquidTop {background-image: url('graphics/games/parkour2/chocolatelake/chocolatelakeliquidtop.png') !important;}
            .ChocolateLake .Liquid {background-image: url('graphics/games/parkour2/chocolatelake/chocolatelakeliquid.png') !important;}
                                    .MarshmallowMountain .Stand {--background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowmountainbox.png');}
            .MarshmallowMountain .Wall {--background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowmountaindirt.png');}
            .MarshmallowMountain .Wall.GrassTop, .MarshmallowMountain .Stand.GrassTop {--background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowmountaindirttop.png');}
            .MarshmallowMountain .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowmountaindirttop.png');}
                                    .BubbleGumFactory .Stand {--background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumfactorybox.png');}
            .BubbleGumFactory .Wall {--background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumfactorydirt.png');}
            .BubbleGumFactory .Wall.GrassTop, .BubbleGumFactory .Stand.GrassTop {--background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumfactorydirttop.png');}
            .BubbleGumFactory .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumfactorydirttop.png');}
                                    .GummyCastle .Stand {--background-image: url('graphics/games/parkour2/gummycastle/gummycastlebox.png');}
            .GummyCastle .Wall {--background-image: url('graphics/games/parkour2/gummycastle/gummycastledirt.png');}
            .GummyCastle .Wall.GrassTop, .GummyCastle .Stand.GrassTop {--background-image: url('graphics/games/parkour2/gummycastle/gummycastledirttop.png');}
            .GummyCastle .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/parkour2/gummycastle/gummycastledirttop.png');}
                                    .Town .Stand {--background-image: url('graphics/games/adventurekid/town/townbox.png');}
            .Town .Wall {--background-image: url('graphics/games/adventurekid/town/towndirt.png');}
            .Town .Wall.GrassTop, .Town .Stand.GrassTop {--background-image: url('graphics/games/adventurekid/town/towndirttop.png');}
            .Town .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventurekid/town/towndirttop.png');}
                                    .Beach .Stand {--background-image: url('graphics/games/adventurekid/beach/beachbox.png');}
            .Beach .Wall {--background-image: url('graphics/games/adventurekid/beach/beachdirt.png');}
            .Beach .Wall.GrassTop, .Beach .Stand.GrassTop {--background-image: url('graphics/games/adventurekid/beach/beachdirttop.png');}
            .Beach .BottomWallInternalCurvedCap:before {--background-image: url('graphics/games/adventurekid/beach/beachdirttop.png');}
                        
x.LiquidTop.Frozen {background-image: url('graphics/effects/freeze.png') !important; background-color: royalblue; background-size: 400% 100%; background-position: 400% 0%;}
.LiquidTop.Frozen {filter: brightness(10)}
.Amoeba .Enemy .Image {z-index: 2; xwidth: 100px; xheight: 50px; background-image: url('graphics/enemies/virus3.png'); background-size: 100% 100% !important; animation-delay: 0s !important;}

@keyframes ShortHueRotate {
    0% {filter: hue-rotate(0deg);}
    25% {filter: hue-rotate(-40deg);}
    75% {filter: hue-rotate(40deg);}
    100% {filter: hue-rotate(0deg);}
}

@keyframes HueRotateSmooth {
    0% {filter: hue-rotate(0deg);}
    100% {filter: hue-rotate(360deg);}
}

.ExplodableWall {background: transparent;}

.RepeatingWalls .WallX0Y0, .ComplexWall.WallX0Y0 .Image, .ExplodableWall.WallX0Y0 .Image {--background-position: -0px -0px !important;}
.RepeatingWalls .WallX0Y1, .ComplexWall.WallX0Y1 .Image, .ExplodableWall.WallX0Y1 .Image {--background-position: -0px -50px !important;}
.RepeatingWalls .WallX0Y2, .ComplexWall.WallX0Y2 .Image, .ExplodableWall.WallX0Y2 .Image {--background-position: -0px -100px !important;}
.RepeatingWalls .WallX0Y3, .ComplexWall.WallX0Y3 .Image, .ExplodableWall.WallX0Y3 .Image {--background-position: -0px -150px !important;}
.RepeatingWalls .WallX0Y4, .ComplexWall.WallX0Y4 .Image, .ExplodableWall.WallX0Y4 .Image {--background-position: -0px -200px !important;}
.RepeatingWalls .WallX0Y5, .ComplexWall.WallX0Y5 .Image, .ExplodableWall.WallX0Y5 .Image {--background-position: -0px -250px !important;}
.RepeatingWalls .WallX0Y6, .ComplexWall.WallX0Y6 .Image, .ExplodableWall.WallX0Y6 .Image {--background-position: -0px -300px !important;}
.RepeatingWalls .WallX0Y7, .ComplexWall.WallX0Y7 .Image, .ExplodableWall.WallX0Y7 .Image {--background-position: -0px -350px !important;}
.RepeatingWalls .WallX0Y8, .ComplexWall.WallX0Y8 .Image, .ExplodableWall.WallX0Y8 .Image {--background-position: -0px -400px !important;}
.RepeatingWalls .WallX0Y9, .ComplexWall.WallX0Y9 .Image, .ExplodableWall.WallX0Y9 .Image {--background-position: -0px -450px !important;}
.RepeatingWalls .WallX0Y10, .ComplexWall.WallX0Y10 .Image, .ExplodableWall.WallX0Y10 .Image {--background-position: -0px -500px !important;}
.RepeatingWalls .WallX0Y11, .ComplexWall.WallX0Y11 .Image, .ExplodableWall.WallX0Y11 .Image {--background-position: -0px -550px !important;}
.RepeatingWalls .WallX0Y12, .ComplexWall.WallX0Y12 .Image, .ExplodableWall.WallX0Y12 .Image {--background-position: -0px -600px !important;}
.RepeatingWalls .WallX0Y13, .ComplexWall.WallX0Y13 .Image, .ExplodableWall.WallX0Y13 .Image {--background-position: -0px -650px !important;}
.RepeatingWalls .WallX1Y0, .ComplexWall.WallX1Y0 .Image, .ExplodableWall.WallX1Y0 .Image {--background-position: -50px -0px !important;}
.RepeatingWalls .WallX1Y1, .ComplexWall.WallX1Y1 .Image, .ExplodableWall.WallX1Y1 .Image {--background-position: -50px -50px !important;}
.RepeatingWalls .WallX1Y2, .ComplexWall.WallX1Y2 .Image, .ExplodableWall.WallX1Y2 .Image {--background-position: -50px -100px !important;}
.RepeatingWalls .WallX1Y3, .ComplexWall.WallX1Y3 .Image, .ExplodableWall.WallX1Y3 .Image {--background-position: -50px -150px !important;}
.RepeatingWalls .WallX1Y4, .ComplexWall.WallX1Y4 .Image, .ExplodableWall.WallX1Y4 .Image {--background-position: -50px -200px !important;}
.RepeatingWalls .WallX1Y5, .ComplexWall.WallX1Y5 .Image, .ExplodableWall.WallX1Y5 .Image {--background-position: -50px -250px !important;}
.RepeatingWalls .WallX1Y6, .ComplexWall.WallX1Y6 .Image, .ExplodableWall.WallX1Y6 .Image {--background-position: -50px -300px !important;}
.RepeatingWalls .WallX1Y7, .ComplexWall.WallX1Y7 .Image, .ExplodableWall.WallX1Y7 .Image {--background-position: -50px -350px !important;}
.RepeatingWalls .WallX1Y8, .ComplexWall.WallX1Y8 .Image, .ExplodableWall.WallX1Y8 .Image {--background-position: -50px -400px !important;}
.RepeatingWalls .WallX1Y9, .ComplexWall.WallX1Y9 .Image, .ExplodableWall.WallX1Y9 .Image {--background-position: -50px -450px !important;}
.RepeatingWalls .WallX1Y10, .ComplexWall.WallX1Y10 .Image, .ExplodableWall.WallX1Y10 .Image {--background-position: -50px -500px !important;}
.RepeatingWalls .WallX1Y11, .ComplexWall.WallX1Y11 .Image, .ExplodableWall.WallX1Y11 .Image {--background-position: -50px -550px !important;}
.RepeatingWalls .WallX1Y12, .ComplexWall.WallX1Y12 .Image, .ExplodableWall.WallX1Y12 .Image {--background-position: -50px -600px !important;}
.RepeatingWalls .WallX1Y13, .ComplexWall.WallX1Y13 .Image, .ExplodableWall.WallX1Y13 .Image {--background-position: -50px -650px !important;}
.RepeatingWalls .WallX2Y0, .ComplexWall.WallX2Y0 .Image, .ExplodableWall.WallX2Y0 .Image {--background-position: -100px -0px !important;}
.RepeatingWalls .WallX2Y1, .ComplexWall.WallX2Y1 .Image, .ExplodableWall.WallX2Y1 .Image {--background-position: -100px -50px !important;}
.RepeatingWalls .WallX2Y2, .ComplexWall.WallX2Y2 .Image, .ExplodableWall.WallX2Y2 .Image {--background-position: -100px -100px !important;}
.RepeatingWalls .WallX2Y3, .ComplexWall.WallX2Y3 .Image, .ExplodableWall.WallX2Y3 .Image {--background-position: -100px -150px !important;}
.RepeatingWalls .WallX2Y4, .ComplexWall.WallX2Y4 .Image, .ExplodableWall.WallX2Y4 .Image {--background-position: -100px -200px !important;}
.RepeatingWalls .WallX2Y5, .ComplexWall.WallX2Y5 .Image, .ExplodableWall.WallX2Y5 .Image {--background-position: -100px -250px !important;}
.RepeatingWalls .WallX2Y6, .ComplexWall.WallX2Y6 .Image, .ExplodableWall.WallX2Y6 .Image {--background-position: -100px -300px !important;}
.RepeatingWalls .WallX2Y7, .ComplexWall.WallX2Y7 .Image, .ExplodableWall.WallX2Y7 .Image {--background-position: -100px -350px !important;}
.RepeatingWalls .WallX2Y8, .ComplexWall.WallX2Y8 .Image, .ExplodableWall.WallX2Y8 .Image {--background-position: -100px -400px !important;}
.RepeatingWalls .WallX2Y9, .ComplexWall.WallX2Y9 .Image, .ExplodableWall.WallX2Y9 .Image {--background-position: -100px -450px !important;}
.RepeatingWalls .WallX2Y10, .ComplexWall.WallX2Y10 .Image, .ExplodableWall.WallX2Y10 .Image {--background-position: -100px -500px !important;}
.RepeatingWalls .WallX2Y11, .ComplexWall.WallX2Y11 .Image, .ExplodableWall.WallX2Y11 .Image {--background-position: -100px -550px !important;}
.RepeatingWalls .WallX2Y12, .ComplexWall.WallX2Y12 .Image, .ExplodableWall.WallX2Y12 .Image {--background-position: -100px -600px !important;}
.RepeatingWalls .WallX2Y13, .ComplexWall.WallX2Y13 .Image, .ExplodableWall.WallX2Y13 .Image {--background-position: -100px -650px !important;}
.RepeatingWalls .WallX3Y0, .ComplexWall.WallX3Y0 .Image, .ExplodableWall.WallX3Y0 .Image {--background-position: -150px -0px !important;}
.RepeatingWalls .WallX3Y1, .ComplexWall.WallX3Y1 .Image, .ExplodableWall.WallX3Y1 .Image {--background-position: -150px -50px !important;}
.RepeatingWalls .WallX3Y2, .ComplexWall.WallX3Y2 .Image, .ExplodableWall.WallX3Y2 .Image {--background-position: -150px -100px !important;}
.RepeatingWalls .WallX3Y3, .ComplexWall.WallX3Y3 .Image, .ExplodableWall.WallX3Y3 .Image {--background-position: -150px -150px !important;}
.RepeatingWalls .WallX3Y4, .ComplexWall.WallX3Y4 .Image, .ExplodableWall.WallX3Y4 .Image {--background-position: -150px -200px !important;}
.RepeatingWalls .WallX3Y5, .ComplexWall.WallX3Y5 .Image, .ExplodableWall.WallX3Y5 .Image {--background-position: -150px -250px !important;}
.RepeatingWalls .WallX3Y6, .ComplexWall.WallX3Y6 .Image, .ExplodableWall.WallX3Y6 .Image {--background-position: -150px -300px !important;}
.RepeatingWalls .WallX3Y7, .ComplexWall.WallX3Y7 .Image, .ExplodableWall.WallX3Y7 .Image {--background-position: -150px -350px !important;}
.RepeatingWalls .WallX3Y8, .ComplexWall.WallX3Y8 .Image, .ExplodableWall.WallX3Y8 .Image {--background-position: -150px -400px !important;}
.RepeatingWalls .WallX3Y9, .ComplexWall.WallX3Y9 .Image, .ExplodableWall.WallX3Y9 .Image {--background-position: -150px -450px !important;}
.RepeatingWalls .WallX3Y10, .ComplexWall.WallX3Y10 .Image, .ExplodableWall.WallX3Y10 .Image {--background-position: -150px -500px !important;}
.RepeatingWalls .WallX3Y11, .ComplexWall.WallX3Y11 .Image, .ExplodableWall.WallX3Y11 .Image {--background-position: -150px -550px !important;}
.RepeatingWalls .WallX3Y12, .ComplexWall.WallX3Y12 .Image, .ExplodableWall.WallX3Y12 .Image {--background-position: -150px -600px !important;}
.RepeatingWalls .WallX3Y13, .ComplexWall.WallX3Y13 .Image, .ExplodableWall.WallX3Y13 .Image {--background-position: -150px -650px !important;}
.RepeatingWalls .WallX4Y0, .ComplexWall.WallX4Y0 .Image, .ExplodableWall.WallX4Y0 .Image {--background-position: -200px -0px !important;}
.RepeatingWalls .WallX4Y1, .ComplexWall.WallX4Y1 .Image, .ExplodableWall.WallX4Y1 .Image {--background-position: -200px -50px !important;}
.RepeatingWalls .WallX4Y2, .ComplexWall.WallX4Y2 .Image, .ExplodableWall.WallX4Y2 .Image {--background-position: -200px -100px !important;}
.RepeatingWalls .WallX4Y3, .ComplexWall.WallX4Y3 .Image, .ExplodableWall.WallX4Y3 .Image {--background-position: -200px -150px !important;}
.RepeatingWalls .WallX4Y4, .ComplexWall.WallX4Y4 .Image, .ExplodableWall.WallX4Y4 .Image {--background-position: -200px -200px !important;}
.RepeatingWalls .WallX4Y5, .ComplexWall.WallX4Y5 .Image, .ExplodableWall.WallX4Y5 .Image {--background-position: -200px -250px !important;}
.RepeatingWalls .WallX4Y6, .ComplexWall.WallX4Y6 .Image, .ExplodableWall.WallX4Y6 .Image {--background-position: -200px -300px !important;}
.RepeatingWalls .WallX4Y7, .ComplexWall.WallX4Y7 .Image, .ExplodableWall.WallX4Y7 .Image {--background-position: -200px -350px !important;}
.RepeatingWalls .WallX4Y8, .ComplexWall.WallX4Y8 .Image, .ExplodableWall.WallX4Y8 .Image {--background-position: -200px -400px !important;}
.RepeatingWalls .WallX4Y9, .ComplexWall.WallX4Y9 .Image, .ExplodableWall.WallX4Y9 .Image {--background-position: -200px -450px !important;}
.RepeatingWalls .WallX4Y10, .ComplexWall.WallX4Y10 .Image, .ExplodableWall.WallX4Y10 .Image {--background-position: -200px -500px !important;}
.RepeatingWalls .WallX4Y11, .ComplexWall.WallX4Y11 .Image, .ExplodableWall.WallX4Y11 .Image {--background-position: -200px -550px !important;}
.RepeatingWalls .WallX4Y12, .ComplexWall.WallX4Y12 .Image, .ExplodableWall.WallX4Y12 .Image {--background-position: -200px -600px !important;}
.RepeatingWalls .WallX4Y13, .ComplexWall.WallX4Y13 .Image, .ExplodableWall.WallX4Y13 .Image {--background-position: -200px -650px !important;}
.RepeatingWalls .WallX5Y0, .ComplexWall.WallX5Y0 .Image, .ExplodableWall.WallX5Y0 .Image {--background-position: -250px -0px !important;}
.RepeatingWalls .WallX5Y1, .ComplexWall.WallX5Y1 .Image, .ExplodableWall.WallX5Y1 .Image {--background-position: -250px -50px !important;}
.RepeatingWalls .WallX5Y2, .ComplexWall.WallX5Y2 .Image, .ExplodableWall.WallX5Y2 .Image {--background-position: -250px -100px !important;}
.RepeatingWalls .WallX5Y3, .ComplexWall.WallX5Y3 .Image, .ExplodableWall.WallX5Y3 .Image {--background-position: -250px -150px !important;}
.RepeatingWalls .WallX5Y4, .ComplexWall.WallX5Y4 .Image, .ExplodableWall.WallX5Y4 .Image {--background-position: -250px -200px !important;}
.RepeatingWalls .WallX5Y5, .ComplexWall.WallX5Y5 .Image, .ExplodableWall.WallX5Y5 .Image {--background-position: -250px -250px !important;}
.RepeatingWalls .WallX5Y6, .ComplexWall.WallX5Y6 .Image, .ExplodableWall.WallX5Y6 .Image {--background-position: -250px -300px !important;}
.RepeatingWalls .WallX5Y7, .ComplexWall.WallX5Y7 .Image, .ExplodableWall.WallX5Y7 .Image {--background-position: -250px -350px !important;}
.RepeatingWalls .WallX5Y8, .ComplexWall.WallX5Y8 .Image, .ExplodableWall.WallX5Y8 .Image {--background-position: -250px -400px !important;}
.RepeatingWalls .WallX5Y9, .ComplexWall.WallX5Y9 .Image, .ExplodableWall.WallX5Y9 .Image {--background-position: -250px -450px !important;}
.RepeatingWalls .WallX5Y10, .ComplexWall.WallX5Y10 .Image, .ExplodableWall.WallX5Y10 .Image {--background-position: -250px -500px !important;}
.RepeatingWalls .WallX5Y11, .ComplexWall.WallX5Y11 .Image, .ExplodableWall.WallX5Y11 .Image {--background-position: -250px -550px !important;}
.RepeatingWalls .WallX5Y12, .ComplexWall.WallX5Y12 .Image, .ExplodableWall.WallX5Y12 .Image {--background-position: -250px -600px !important;}
.RepeatingWalls .WallX5Y13, .ComplexWall.WallX5Y13 .Image, .ExplodableWall.WallX5Y13 .Image {--background-position: -250px -650px !important;}
.RepeatingWalls .WallX6Y0, .ComplexWall.WallX6Y0 .Image, .ExplodableWall.WallX6Y0 .Image {--background-position: -300px -0px !important;}
.RepeatingWalls .WallX6Y1, .ComplexWall.WallX6Y1 .Image, .ExplodableWall.WallX6Y1 .Image {--background-position: -300px -50px !important;}
.RepeatingWalls .WallX6Y2, .ComplexWall.WallX6Y2 .Image, .ExplodableWall.WallX6Y2 .Image {--background-position: -300px -100px !important;}
.RepeatingWalls .WallX6Y3, .ComplexWall.WallX6Y3 .Image, .ExplodableWall.WallX6Y3 .Image {--background-position: -300px -150px !important;}
.RepeatingWalls .WallX6Y4, .ComplexWall.WallX6Y4 .Image, .ExplodableWall.WallX6Y4 .Image {--background-position: -300px -200px !important;}
.RepeatingWalls .WallX6Y5, .ComplexWall.WallX6Y5 .Image, .ExplodableWall.WallX6Y5 .Image {--background-position: -300px -250px !important;}
.RepeatingWalls .WallX6Y6, .ComplexWall.WallX6Y6 .Image, .ExplodableWall.WallX6Y6 .Image {--background-position: -300px -300px !important;}
.RepeatingWalls .WallX6Y7, .ComplexWall.WallX6Y7 .Image, .ExplodableWall.WallX6Y7 .Image {--background-position: -300px -350px !important;}
.RepeatingWalls .WallX6Y8, .ComplexWall.WallX6Y8 .Image, .ExplodableWall.WallX6Y8 .Image {--background-position: -300px -400px !important;}
.RepeatingWalls .WallX6Y9, .ComplexWall.WallX6Y9 .Image, .ExplodableWall.WallX6Y9 .Image {--background-position: -300px -450px !important;}
.RepeatingWalls .WallX6Y10, .ComplexWall.WallX6Y10 .Image, .ExplodableWall.WallX6Y10 .Image {--background-position: -300px -500px !important;}
.RepeatingWalls .WallX6Y11, .ComplexWall.WallX6Y11 .Image, .ExplodableWall.WallX6Y11 .Image {--background-position: -300px -550px !important;}
.RepeatingWalls .WallX6Y12, .ComplexWall.WallX6Y12 .Image, .ExplodableWall.WallX6Y12 .Image {--background-position: -300px -600px !important;}
.RepeatingWalls .WallX6Y13, .ComplexWall.WallX6Y13 .Image, .ExplodableWall.WallX6Y13 .Image {--background-position: -300px -650px !important;}
.RepeatingWalls .WallX7Y0, .ComplexWall.WallX7Y0 .Image, .ExplodableWall.WallX7Y0 .Image {--background-position: -350px -0px !important;}
.RepeatingWalls .WallX7Y1, .ComplexWall.WallX7Y1 .Image, .ExplodableWall.WallX7Y1 .Image {--background-position: -350px -50px !important;}
.RepeatingWalls .WallX7Y2, .ComplexWall.WallX7Y2 .Image, .ExplodableWall.WallX7Y2 .Image {--background-position: -350px -100px !important;}
.RepeatingWalls .WallX7Y3, .ComplexWall.WallX7Y3 .Image, .ExplodableWall.WallX7Y3 .Image {--background-position: -350px -150px !important;}
.RepeatingWalls .WallX7Y4, .ComplexWall.WallX7Y4 .Image, .ExplodableWall.WallX7Y4 .Image {--background-position: -350px -200px !important;}
.RepeatingWalls .WallX7Y5, .ComplexWall.WallX7Y5 .Image, .ExplodableWall.WallX7Y5 .Image {--background-position: -350px -250px !important;}
.RepeatingWalls .WallX7Y6, .ComplexWall.WallX7Y6 .Image, .ExplodableWall.WallX7Y6 .Image {--background-position: -350px -300px !important;}
.RepeatingWalls .WallX7Y7, .ComplexWall.WallX7Y7 .Image, .ExplodableWall.WallX7Y7 .Image {--background-position: -350px -350px !important;}
.RepeatingWalls .WallX7Y8, .ComplexWall.WallX7Y8 .Image, .ExplodableWall.WallX7Y8 .Image {--background-position: -350px -400px !important;}
.RepeatingWalls .WallX7Y9, .ComplexWall.WallX7Y9 .Image, .ExplodableWall.WallX7Y9 .Image {--background-position: -350px -450px !important;}
.RepeatingWalls .WallX7Y10, .ComplexWall.WallX7Y10 .Image, .ExplodableWall.WallX7Y10 .Image {--background-position: -350px -500px !important;}
.RepeatingWalls .WallX7Y11, .ComplexWall.WallX7Y11 .Image, .ExplodableWall.WallX7Y11 .Image {--background-position: -350px -550px !important;}
.RepeatingWalls .WallX7Y12, .ComplexWall.WallX7Y12 .Image, .ExplodableWall.WallX7Y12 .Image {--background-position: -350px -600px !important;}
.RepeatingWalls .WallX7Y13, .ComplexWall.WallX7Y13 .Image, .ExplodableWall.WallX7Y13 .Image {--background-position: -350px -650px !important;}
.RepeatingWalls .WallX8Y0, .ComplexWall.WallX8Y0 .Image, .ExplodableWall.WallX8Y0 .Image {--background-position: -400px -0px !important;}
.RepeatingWalls .WallX8Y1, .ComplexWall.WallX8Y1 .Image, .ExplodableWall.WallX8Y1 .Image {--background-position: -400px -50px !important;}
.RepeatingWalls .WallX8Y2, .ComplexWall.WallX8Y2 .Image, .ExplodableWall.WallX8Y2 .Image {--background-position: -400px -100px !important;}
.RepeatingWalls .WallX8Y3, .ComplexWall.WallX8Y3 .Image, .ExplodableWall.WallX8Y3 .Image {--background-position: -400px -150px !important;}
.RepeatingWalls .WallX8Y4, .ComplexWall.WallX8Y4 .Image, .ExplodableWall.WallX8Y4 .Image {--background-position: -400px -200px !important;}
.RepeatingWalls .WallX8Y5, .ComplexWall.WallX8Y5 .Image, .ExplodableWall.WallX8Y5 .Image {--background-position: -400px -250px !important;}
.RepeatingWalls .WallX8Y6, .ComplexWall.WallX8Y6 .Image, .ExplodableWall.WallX8Y6 .Image {--background-position: -400px -300px !important;}
.RepeatingWalls .WallX8Y7, .ComplexWall.WallX8Y7 .Image, .ExplodableWall.WallX8Y7 .Image {--background-position: -400px -350px !important;}
.RepeatingWalls .WallX8Y8, .ComplexWall.WallX8Y8 .Image, .ExplodableWall.WallX8Y8 .Image {--background-position: -400px -400px !important;}
.RepeatingWalls .WallX8Y9, .ComplexWall.WallX8Y9 .Image, .ExplodableWall.WallX8Y9 .Image {--background-position: -400px -450px !important;}
.RepeatingWalls .WallX8Y10, .ComplexWall.WallX8Y10 .Image, .ExplodableWall.WallX8Y10 .Image {--background-position: -400px -500px !important;}
.RepeatingWalls .WallX8Y11, .ComplexWall.WallX8Y11 .Image, .ExplodableWall.WallX8Y11 .Image {--background-position: -400px -550px !important;}
.RepeatingWalls .WallX8Y12, .ComplexWall.WallX8Y12 .Image, .ExplodableWall.WallX8Y12 .Image {--background-position: -400px -600px !important;}
.RepeatingWalls .WallX8Y13, .ComplexWall.WallX8Y13 .Image, .ExplodableWall.WallX8Y13 .Image {--background-position: -400px -650px !important;}
.RepeatingWalls .WallX9Y0, .ComplexWall.WallX9Y0 .Image, .ExplodableWall.WallX9Y0 .Image {--background-position: -450px -0px !important;}
.RepeatingWalls .WallX9Y1, .ComplexWall.WallX9Y1 .Image, .ExplodableWall.WallX9Y1 .Image {--background-position: -450px -50px !important;}
.RepeatingWalls .WallX9Y2, .ComplexWall.WallX9Y2 .Image, .ExplodableWall.WallX9Y2 .Image {--background-position: -450px -100px !important;}
.RepeatingWalls .WallX9Y3, .ComplexWall.WallX9Y3 .Image, .ExplodableWall.WallX9Y3 .Image {--background-position: -450px -150px !important;}
.RepeatingWalls .WallX9Y4, .ComplexWall.WallX9Y4 .Image, .ExplodableWall.WallX9Y4 .Image {--background-position: -450px -200px !important;}
.RepeatingWalls .WallX9Y5, .ComplexWall.WallX9Y5 .Image, .ExplodableWall.WallX9Y5 .Image {--background-position: -450px -250px !important;}
.RepeatingWalls .WallX9Y6, .ComplexWall.WallX9Y6 .Image, .ExplodableWall.WallX9Y6 .Image {--background-position: -450px -300px !important;}
.RepeatingWalls .WallX9Y7, .ComplexWall.WallX9Y7 .Image, .ExplodableWall.WallX9Y7 .Image {--background-position: -450px -350px !important;}
.RepeatingWalls .WallX9Y8, .ComplexWall.WallX9Y8 .Image, .ExplodableWall.WallX9Y8 .Image {--background-position: -450px -400px !important;}
.RepeatingWalls .WallX9Y9, .ComplexWall.WallX9Y9 .Image, .ExplodableWall.WallX9Y9 .Image {--background-position: -450px -450px !important;}
.RepeatingWalls .WallX9Y10, .ComplexWall.WallX9Y10 .Image, .ExplodableWall.WallX9Y10 .Image {--background-position: -450px -500px !important;}
.RepeatingWalls .WallX9Y11, .ComplexWall.WallX9Y11 .Image, .ExplodableWall.WallX9Y11 .Image {--background-position: -450px -550px !important;}
.RepeatingWalls .WallX9Y12, .ComplexWall.WallX9Y12 .Image, .ExplodableWall.WallX9Y12 .Image {--background-position: -450px -600px !important;}
.RepeatingWalls .WallX9Y13, .ComplexWall.WallX9Y13 .Image, .ExplodableWall.WallX9Y13 .Image {--background-position: -450px -650px !important;}
.RepeatingWalls .WallX10Y0, .ComplexWall.WallX10Y0 .Image, .ExplodableWall.WallX10Y0 .Image {--background-position: -500px -0px !important;}
.RepeatingWalls .WallX10Y1, .ComplexWall.WallX10Y1 .Image, .ExplodableWall.WallX10Y1 .Image {--background-position: -500px -50px !important;}
.RepeatingWalls .WallX10Y2, .ComplexWall.WallX10Y2 .Image, .ExplodableWall.WallX10Y2 .Image {--background-position: -500px -100px !important;}
.RepeatingWalls .WallX10Y3, .ComplexWall.WallX10Y3 .Image, .ExplodableWall.WallX10Y3 .Image {--background-position: -500px -150px !important;}
.RepeatingWalls .WallX10Y4, .ComplexWall.WallX10Y4 .Image, .ExplodableWall.WallX10Y4 .Image {--background-position: -500px -200px !important;}
.RepeatingWalls .WallX10Y5, .ComplexWall.WallX10Y5 .Image, .ExplodableWall.WallX10Y5 .Image {--background-position: -500px -250px !important;}
.RepeatingWalls .WallX10Y6, .ComplexWall.WallX10Y6 .Image, .ExplodableWall.WallX10Y6 .Image {--background-position: -500px -300px !important;}
.RepeatingWalls .WallX10Y7, .ComplexWall.WallX10Y7 .Image, .ExplodableWall.WallX10Y7 .Image {--background-position: -500px -350px !important;}
.RepeatingWalls .WallX10Y8, .ComplexWall.WallX10Y8 .Image, .ExplodableWall.WallX10Y8 .Image {--background-position: -500px -400px !important;}
.RepeatingWalls .WallX10Y9, .ComplexWall.WallX10Y9 .Image, .ExplodableWall.WallX10Y9 .Image {--background-position: -500px -450px !important;}
.RepeatingWalls .WallX10Y10, .ComplexWall.WallX10Y10 .Image, .ExplodableWall.WallX10Y10 .Image {--background-position: -500px -500px !important;}
.RepeatingWalls .WallX10Y11, .ComplexWall.WallX10Y11 .Image, .ExplodableWall.WallX10Y11 .Image {--background-position: -500px -550px !important;}
.RepeatingWalls .WallX10Y12, .ComplexWall.WallX10Y12 .Image, .ExplodableWall.WallX10Y12 .Image {--background-position: -500px -600px !important;}
.RepeatingWalls .WallX10Y13, .ComplexWall.WallX10Y13 .Image, .ExplodableWall.WallX10Y13 .Image {--background-position: -500px -650px !important;}
.RepeatingWalls .WallX11Y0, .ComplexWall.WallX11Y0 .Image, .ExplodableWall.WallX11Y0 .Image {--background-position: -550px -0px !important;}
.RepeatingWalls .WallX11Y1, .ComplexWall.WallX11Y1 .Image, .ExplodableWall.WallX11Y1 .Image {--background-position: -550px -50px !important;}
.RepeatingWalls .WallX11Y2, .ComplexWall.WallX11Y2 .Image, .ExplodableWall.WallX11Y2 .Image {--background-position: -550px -100px !important;}
.RepeatingWalls .WallX11Y3, .ComplexWall.WallX11Y3 .Image, .ExplodableWall.WallX11Y3 .Image {--background-position: -550px -150px !important;}
.RepeatingWalls .WallX11Y4, .ComplexWall.WallX11Y4 .Image, .ExplodableWall.WallX11Y4 .Image {--background-position: -550px -200px !important;}
.RepeatingWalls .WallX11Y5, .ComplexWall.WallX11Y5 .Image, .ExplodableWall.WallX11Y5 .Image {--background-position: -550px -250px !important;}
.RepeatingWalls .WallX11Y6, .ComplexWall.WallX11Y6 .Image, .ExplodableWall.WallX11Y6 .Image {--background-position: -550px -300px !important;}
.RepeatingWalls .WallX11Y7, .ComplexWall.WallX11Y7 .Image, .ExplodableWall.WallX11Y7 .Image {--background-position: -550px -350px !important;}
.RepeatingWalls .WallX11Y8, .ComplexWall.WallX11Y8 .Image, .ExplodableWall.WallX11Y8 .Image {--background-position: -550px -400px !important;}
.RepeatingWalls .WallX11Y9, .ComplexWall.WallX11Y9 .Image, .ExplodableWall.WallX11Y9 .Image {--background-position: -550px -450px !important;}
.RepeatingWalls .WallX11Y10, .ComplexWall.WallX11Y10 .Image, .ExplodableWall.WallX11Y10 .Image {--background-position: -550px -500px !important;}
.RepeatingWalls .WallX11Y11, .ComplexWall.WallX11Y11 .Image, .ExplodableWall.WallX11Y11 .Image {--background-position: -550px -550px !important;}
.RepeatingWalls .WallX11Y12, .ComplexWall.WallX11Y12 .Image, .ExplodableWall.WallX11Y12 .Image {--background-position: -550px -600px !important;}
.RepeatingWalls .WallX11Y13, .ComplexWall.WallX11Y13 .Image, .ExplodableWall.WallX11Y13 .Image {--background-position: -550px -650px !important;}
.RepeatingWalls .WallX12Y0, .ComplexWall.WallX12Y0 .Image, .ExplodableWall.WallX12Y0 .Image {--background-position: -600px -0px !important;}
.RepeatingWalls .WallX12Y1, .ComplexWall.WallX12Y1 .Image, .ExplodableWall.WallX12Y1 .Image {--background-position: -600px -50px !important;}
.RepeatingWalls .WallX12Y2, .ComplexWall.WallX12Y2 .Image, .ExplodableWall.WallX12Y2 .Image {--background-position: -600px -100px !important;}
.RepeatingWalls .WallX12Y3, .ComplexWall.WallX12Y3 .Image, .ExplodableWall.WallX12Y3 .Image {--background-position: -600px -150px !important;}
.RepeatingWalls .WallX12Y4, .ComplexWall.WallX12Y4 .Image, .ExplodableWall.WallX12Y4 .Image {--background-position: -600px -200px !important;}
.RepeatingWalls .WallX12Y5, .ComplexWall.WallX12Y5 .Image, .ExplodableWall.WallX12Y5 .Image {--background-position: -600px -250px !important;}
.RepeatingWalls .WallX12Y6, .ComplexWall.WallX12Y6 .Image, .ExplodableWall.WallX12Y6 .Image {--background-position: -600px -300px !important;}
.RepeatingWalls .WallX12Y7, .ComplexWall.WallX12Y7 .Image, .ExplodableWall.WallX12Y7 .Image {--background-position: -600px -350px !important;}
.RepeatingWalls .WallX12Y8, .ComplexWall.WallX12Y8 .Image, .ExplodableWall.WallX12Y8 .Image {--background-position: -600px -400px !important;}
.RepeatingWalls .WallX12Y9, .ComplexWall.WallX12Y9 .Image, .ExplodableWall.WallX12Y9 .Image {--background-position: -600px -450px !important;}
.RepeatingWalls .WallX12Y10, .ComplexWall.WallX12Y10 .Image, .ExplodableWall.WallX12Y10 .Image {--background-position: -600px -500px !important;}
.RepeatingWalls .WallX12Y11, .ComplexWall.WallX12Y11 .Image, .ExplodableWall.WallX12Y11 .Image {--background-position: -600px -550px !important;}
.RepeatingWalls .WallX12Y12, .ComplexWall.WallX12Y12 .Image, .ExplodableWall.WallX12Y12 .Image {--background-position: -600px -600px !important;}
.RepeatingWalls .WallX12Y13, .ComplexWall.WallX12Y13 .Image, .ExplodableWall.WallX12Y13 .Image {--background-position: -600px -650px !important;}
.RepeatingWalls .WallX13Y0, .ComplexWall.WallX13Y0 .Image, .ExplodableWall.WallX13Y0 .Image {--background-position: -650px -0px !important;}
.RepeatingWalls .WallX13Y1, .ComplexWall.WallX13Y1 .Image, .ExplodableWall.WallX13Y1 .Image {--background-position: -650px -50px !important;}
.RepeatingWalls .WallX13Y2, .ComplexWall.WallX13Y2 .Image, .ExplodableWall.WallX13Y2 .Image {--background-position: -650px -100px !important;}
.RepeatingWalls .WallX13Y3, .ComplexWall.WallX13Y3 .Image, .ExplodableWall.WallX13Y3 .Image {--background-position: -650px -150px !important;}
.RepeatingWalls .WallX13Y4, .ComplexWall.WallX13Y4 .Image, .ExplodableWall.WallX13Y4 .Image {--background-position: -650px -200px !important;}
.RepeatingWalls .WallX13Y5, .ComplexWall.WallX13Y5 .Image, .ExplodableWall.WallX13Y5 .Image {--background-position: -650px -250px !important;}
.RepeatingWalls .WallX13Y6, .ComplexWall.WallX13Y6 .Image, .ExplodableWall.WallX13Y6 .Image {--background-position: -650px -300px !important;}
.RepeatingWalls .WallX13Y7, .ComplexWall.WallX13Y7 .Image, .ExplodableWall.WallX13Y7 .Image {--background-position: -650px -350px !important;}
.RepeatingWalls .WallX13Y8, .ComplexWall.WallX13Y8 .Image, .ExplodableWall.WallX13Y8 .Image {--background-position: -650px -400px !important;}
.RepeatingWalls .WallX13Y9, .ComplexWall.WallX13Y9 .Image, .ExplodableWall.WallX13Y9 .Image {--background-position: -650px -450px !important;}
.RepeatingWalls .WallX13Y10, .ComplexWall.WallX13Y10 .Image, .ExplodableWall.WallX13Y10 .Image {--background-position: -650px -500px !important;}
.RepeatingWalls .WallX13Y11, .ComplexWall.WallX13Y11 .Image, .ExplodableWall.WallX13Y11 .Image {--background-position: -650px -550px !important;}
.RepeatingWalls .WallX13Y12, .ComplexWall.WallX13Y12 .Image, .ExplodableWall.WallX13Y12 .Image {--background-position: -650px -600px !important;}
.RepeatingWalls .WallX13Y13, .ComplexWall.WallX13Y13 .Image, .ExplodableWall.WallX13Y13 .Image {--background-position: -650px -650px !important;}
.RepeatingWalls .WallX14Y0, .ComplexWall.WallX14Y0 .Image, .ExplodableWall.WallX14Y0 .Image {--background-position: -700px -0px !important;}
.RepeatingWalls .WallX14Y1, .ComplexWall.WallX14Y1 .Image, .ExplodableWall.WallX14Y1 .Image {--background-position: -700px -50px !important;}
.RepeatingWalls .WallX14Y2, .ComplexWall.WallX14Y2 .Image, .ExplodableWall.WallX14Y2 .Image {--background-position: -700px -100px !important;}
.RepeatingWalls .WallX14Y3, .ComplexWall.WallX14Y3 .Image, .ExplodableWall.WallX14Y3 .Image {--background-position: -700px -150px !important;}
.RepeatingWalls .WallX14Y4, .ComplexWall.WallX14Y4 .Image, .ExplodableWall.WallX14Y4 .Image {--background-position: -700px -200px !important;}
.RepeatingWalls .WallX14Y5, .ComplexWall.WallX14Y5 .Image, .ExplodableWall.WallX14Y5 .Image {--background-position: -700px -250px !important;}
.RepeatingWalls .WallX14Y6, .ComplexWall.WallX14Y6 .Image, .ExplodableWall.WallX14Y6 .Image {--background-position: -700px -300px !important;}
.RepeatingWalls .WallX14Y7, .ComplexWall.WallX14Y7 .Image, .ExplodableWall.WallX14Y7 .Image {--background-position: -700px -350px !important;}
.RepeatingWalls .WallX14Y8, .ComplexWall.WallX14Y8 .Image, .ExplodableWall.WallX14Y8 .Image {--background-position: -700px -400px !important;}
.RepeatingWalls .WallX14Y9, .ComplexWall.WallX14Y9 .Image, .ExplodableWall.WallX14Y9 .Image {--background-position: -700px -450px !important;}
.RepeatingWalls .WallX14Y10, .ComplexWall.WallX14Y10 .Image, .ExplodableWall.WallX14Y10 .Image {--background-position: -700px -500px !important;}
.RepeatingWalls .WallX14Y11, .ComplexWall.WallX14Y11 .Image, .ExplodableWall.WallX14Y11 .Image {--background-position: -700px -550px !important;}
.RepeatingWalls .WallX14Y12, .ComplexWall.WallX14Y12 .Image, .ExplodableWall.WallX14Y12 .Image {--background-position: -700px -600px !important;}
.RepeatingWalls .WallX14Y13, .ComplexWall.WallX14Y13 .Image, .ExplodableWall.WallX14Y13 .Image {--background-position: -700px -650px !important;}
.RepeatingWalls .WallX15Y0, .ComplexWall.WallX15Y0 .Image, .ExplodableWall.WallX15Y0 .Image {--background-position: -750px -0px !important;}
.RepeatingWalls .WallX15Y1, .ComplexWall.WallX15Y1 .Image, .ExplodableWall.WallX15Y1 .Image {--background-position: -750px -50px !important;}
.RepeatingWalls .WallX15Y2, .ComplexWall.WallX15Y2 .Image, .ExplodableWall.WallX15Y2 .Image {--background-position: -750px -100px !important;}
.RepeatingWalls .WallX15Y3, .ComplexWall.WallX15Y3 .Image, .ExplodableWall.WallX15Y3 .Image {--background-position: -750px -150px !important;}
.RepeatingWalls .WallX15Y4, .ComplexWall.WallX15Y4 .Image, .ExplodableWall.WallX15Y4 .Image {--background-position: -750px -200px !important;}
.RepeatingWalls .WallX15Y5, .ComplexWall.WallX15Y5 .Image, .ExplodableWall.WallX15Y5 .Image {--background-position: -750px -250px !important;}
.RepeatingWalls .WallX15Y6, .ComplexWall.WallX15Y6 .Image, .ExplodableWall.WallX15Y6 .Image {--background-position: -750px -300px !important;}
.RepeatingWalls .WallX15Y7, .ComplexWall.WallX15Y7 .Image, .ExplodableWall.WallX15Y7 .Image {--background-position: -750px -350px !important;}
.RepeatingWalls .WallX15Y8, .ComplexWall.WallX15Y8 .Image, .ExplodableWall.WallX15Y8 .Image {--background-position: -750px -400px !important;}
.RepeatingWalls .WallX15Y9, .ComplexWall.WallX15Y9 .Image, .ExplodableWall.WallX15Y9 .Image {--background-position: -750px -450px !important;}
.RepeatingWalls .WallX15Y10, .ComplexWall.WallX15Y10 .Image, .ExplodableWall.WallX15Y10 .Image {--background-position: -750px -500px !important;}
.RepeatingWalls .WallX15Y11, .ComplexWall.WallX15Y11 .Image, .ExplodableWall.WallX15Y11 .Image {--background-position: -750px -550px !important;}
.RepeatingWalls .WallX15Y12, .ComplexWall.WallX15Y12 .Image, .ExplodableWall.WallX15Y12 .Image {--background-position: -750px -600px !important;}
.RepeatingWalls .WallX15Y13, .ComplexWall.WallX15Y13 .Image, .ExplodableWall.WallX15Y13 .Image {--background-position: -750px -650px !important;}
.RepeatingWalls .WallX16Y0, .ComplexWall.WallX16Y0 .Image, .ExplodableWall.WallX16Y0 .Image {--background-position: -800px -0px !important;}
.RepeatingWalls .WallX16Y1, .ComplexWall.WallX16Y1 .Image, .ExplodableWall.WallX16Y1 .Image {--background-position: -800px -50px !important;}
.RepeatingWalls .WallX16Y2, .ComplexWall.WallX16Y2 .Image, .ExplodableWall.WallX16Y2 .Image {--background-position: -800px -100px !important;}
.RepeatingWalls .WallX16Y3, .ComplexWall.WallX16Y3 .Image, .ExplodableWall.WallX16Y3 .Image {--background-position: -800px -150px !important;}
.RepeatingWalls .WallX16Y4, .ComplexWall.WallX16Y4 .Image, .ExplodableWall.WallX16Y4 .Image {--background-position: -800px -200px !important;}
.RepeatingWalls .WallX16Y5, .ComplexWall.WallX16Y5 .Image, .ExplodableWall.WallX16Y5 .Image {--background-position: -800px -250px !important;}
.RepeatingWalls .WallX16Y6, .ComplexWall.WallX16Y6 .Image, .ExplodableWall.WallX16Y6 .Image {--background-position: -800px -300px !important;}
.RepeatingWalls .WallX16Y7, .ComplexWall.WallX16Y7 .Image, .ExplodableWall.WallX16Y7 .Image {--background-position: -800px -350px !important;}
.RepeatingWalls .WallX16Y8, .ComplexWall.WallX16Y8 .Image, .ExplodableWall.WallX16Y8 .Image {--background-position: -800px -400px !important;}
.RepeatingWalls .WallX16Y9, .ComplexWall.WallX16Y9 .Image, .ExplodableWall.WallX16Y9 .Image {--background-position: -800px -450px !important;}
.RepeatingWalls .WallX16Y10, .ComplexWall.WallX16Y10 .Image, .ExplodableWall.WallX16Y10 .Image {--background-position: -800px -500px !important;}
.RepeatingWalls .WallX16Y11, .ComplexWall.WallX16Y11 .Image, .ExplodableWall.WallX16Y11 .Image {--background-position: -800px -550px !important;}
.RepeatingWalls .WallX16Y12, .ComplexWall.WallX16Y12 .Image, .ExplodableWall.WallX16Y12 .Image {--background-position: -800px -600px !important;}
.RepeatingWalls .WallX16Y13, .ComplexWall.WallX16Y13 .Image, .ExplodableWall.WallX16Y13 .Image {--background-position: -800px -650px !important;}
.RepeatingWalls .WallX17Y0, .ComplexWall.WallX17Y0 .Image, .ExplodableWall.WallX17Y0 .Image {--background-position: -850px -0px !important;}
.RepeatingWalls .WallX17Y1, .ComplexWall.WallX17Y1 .Image, .ExplodableWall.WallX17Y1 .Image {--background-position: -850px -50px !important;}
.RepeatingWalls .WallX17Y2, .ComplexWall.WallX17Y2 .Image, .ExplodableWall.WallX17Y2 .Image {--background-position: -850px -100px !important;}
.RepeatingWalls .WallX17Y3, .ComplexWall.WallX17Y3 .Image, .ExplodableWall.WallX17Y3 .Image {--background-position: -850px -150px !important;}
.RepeatingWalls .WallX17Y4, .ComplexWall.WallX17Y4 .Image, .ExplodableWall.WallX17Y4 .Image {--background-position: -850px -200px !important;}
.RepeatingWalls .WallX17Y5, .ComplexWall.WallX17Y5 .Image, .ExplodableWall.WallX17Y5 .Image {--background-position: -850px -250px !important;}
.RepeatingWalls .WallX17Y6, .ComplexWall.WallX17Y6 .Image, .ExplodableWall.WallX17Y6 .Image {--background-position: -850px -300px !important;}
.RepeatingWalls .WallX17Y7, .ComplexWall.WallX17Y7 .Image, .ExplodableWall.WallX17Y7 .Image {--background-position: -850px -350px !important;}
.RepeatingWalls .WallX17Y8, .ComplexWall.WallX17Y8 .Image, .ExplodableWall.WallX17Y8 .Image {--background-position: -850px -400px !important;}
.RepeatingWalls .WallX17Y9, .ComplexWall.WallX17Y9 .Image, .ExplodableWall.WallX17Y9 .Image {--background-position: -850px -450px !important;}
.RepeatingWalls .WallX17Y10, .ComplexWall.WallX17Y10 .Image, .ExplodableWall.WallX17Y10 .Image {--background-position: -850px -500px !important;}
.RepeatingWalls .WallX17Y11, .ComplexWall.WallX17Y11 .Image, .ExplodableWall.WallX17Y11 .Image {--background-position: -850px -550px !important;}
.RepeatingWalls .WallX17Y12, .ComplexWall.WallX17Y12 .Image, .ExplodableWall.WallX17Y12 .Image {--background-position: -850px -600px !important;}
.RepeatingWalls .WallX17Y13, .ComplexWall.WallX17Y13 .Image, .ExplodableWall.WallX17Y13 .Image {--background-position: -850px -650px !important;}
.RepeatingWalls .WallX18Y0, .ComplexWall.WallX18Y0 .Image, .ExplodableWall.WallX18Y0 .Image {--background-position: -900px -0px !important;}
.RepeatingWalls .WallX18Y1, .ComplexWall.WallX18Y1 .Image, .ExplodableWall.WallX18Y1 .Image {--background-position: -900px -50px !important;}
.RepeatingWalls .WallX18Y2, .ComplexWall.WallX18Y2 .Image, .ExplodableWall.WallX18Y2 .Image {--background-position: -900px -100px !important;}
.RepeatingWalls .WallX18Y3, .ComplexWall.WallX18Y3 .Image, .ExplodableWall.WallX18Y3 .Image {--background-position: -900px -150px !important;}
.RepeatingWalls .WallX18Y4, .ComplexWall.WallX18Y4 .Image, .ExplodableWall.WallX18Y4 .Image {--background-position: -900px -200px !important;}
.RepeatingWalls .WallX18Y5, .ComplexWall.WallX18Y5 .Image, .ExplodableWall.WallX18Y5 .Image {--background-position: -900px -250px !important;}
.RepeatingWalls .WallX18Y6, .ComplexWall.WallX18Y6 .Image, .ExplodableWall.WallX18Y6 .Image {--background-position: -900px -300px !important;}
.RepeatingWalls .WallX18Y7, .ComplexWall.WallX18Y7 .Image, .ExplodableWall.WallX18Y7 .Image {--background-position: -900px -350px !important;}
.RepeatingWalls .WallX18Y8, .ComplexWall.WallX18Y8 .Image, .ExplodableWall.WallX18Y8 .Image {--background-position: -900px -400px !important;}
.RepeatingWalls .WallX18Y9, .ComplexWall.WallX18Y9 .Image, .ExplodableWall.WallX18Y9 .Image {--background-position: -900px -450px !important;}
.RepeatingWalls .WallX18Y10, .ComplexWall.WallX18Y10 .Image, .ExplodableWall.WallX18Y10 .Image {--background-position: -900px -500px !important;}
.RepeatingWalls .WallX18Y11, .ComplexWall.WallX18Y11 .Image, .ExplodableWall.WallX18Y11 .Image {--background-position: -900px -550px !important;}
.RepeatingWalls .WallX18Y12, .ComplexWall.WallX18Y12 .Image, .ExplodableWall.WallX18Y12 .Image {--background-position: -900px -600px !important;}
.RepeatingWalls .WallX18Y13, .ComplexWall.WallX18Y13 .Image, .ExplodableWall.WallX18Y13 .Image {--background-position: -900px -650px !important;}
.RepeatingWalls .WallX19Y0, .ComplexWall.WallX19Y0 .Image, .ExplodableWall.WallX19Y0 .Image {--background-position: -950px -0px !important;}
.RepeatingWalls .WallX19Y1, .ComplexWall.WallX19Y1 .Image, .ExplodableWall.WallX19Y1 .Image {--background-position: -950px -50px !important;}
.RepeatingWalls .WallX19Y2, .ComplexWall.WallX19Y2 .Image, .ExplodableWall.WallX19Y2 .Image {--background-position: -950px -100px !important;}
.RepeatingWalls .WallX19Y3, .ComplexWall.WallX19Y3 .Image, .ExplodableWall.WallX19Y3 .Image {--background-position: -950px -150px !important;}
.RepeatingWalls .WallX19Y4, .ComplexWall.WallX19Y4 .Image, .ExplodableWall.WallX19Y4 .Image {--background-position: -950px -200px !important;}
.RepeatingWalls .WallX19Y5, .ComplexWall.WallX19Y5 .Image, .ExplodableWall.WallX19Y5 .Image {--background-position: -950px -250px !important;}
.RepeatingWalls .WallX19Y6, .ComplexWall.WallX19Y6 .Image, .ExplodableWall.WallX19Y6 .Image {--background-position: -950px -300px !important;}
.RepeatingWalls .WallX19Y7, .ComplexWall.WallX19Y7 .Image, .ExplodableWall.WallX19Y7 .Image {--background-position: -950px -350px !important;}
.RepeatingWalls .WallX19Y8, .ComplexWall.WallX19Y8 .Image, .ExplodableWall.WallX19Y8 .Image {--background-position: -950px -400px !important;}
.RepeatingWalls .WallX19Y9, .ComplexWall.WallX19Y9 .Image, .ExplodableWall.WallX19Y9 .Image {--background-position: -950px -450px !important;}
.RepeatingWalls .WallX19Y10, .ComplexWall.WallX19Y10 .Image, .ExplodableWall.WallX19Y10 .Image {--background-position: -950px -500px !important;}
.RepeatingWalls .WallX19Y11, .ComplexWall.WallX19Y11 .Image, .ExplodableWall.WallX19Y11 .Image {--background-position: -950px -550px !important;}
.RepeatingWalls .WallX19Y12, .ComplexWall.WallX19Y12 .Image, .ExplodableWall.WallX19Y12 .Image {--background-position: -950px -600px !important;}
.RepeatingWalls .WallX19Y13, .ComplexWall.WallX19Y13 .Image, .ExplodableWall.WallX19Y13 .Image {--background-position: -950px -650px !important;}
.RepeatingWalls .WallX20Y0, .ComplexWall.WallX20Y0 .Image, .ExplodableWall.WallX20Y0 .Image {--background-position: -1000px -0px !important;}
.RepeatingWalls .WallX20Y1, .ComplexWall.WallX20Y1 .Image, .ExplodableWall.WallX20Y1 .Image {--background-position: -1000px -50px !important;}
.RepeatingWalls .WallX20Y2, .ComplexWall.WallX20Y2 .Image, .ExplodableWall.WallX20Y2 .Image {--background-position: -1000px -100px !important;}
.RepeatingWalls .WallX20Y3, .ComplexWall.WallX20Y3 .Image, .ExplodableWall.WallX20Y3 .Image {--background-position: -1000px -150px !important;}
.RepeatingWalls .WallX20Y4, .ComplexWall.WallX20Y4 .Image, .ExplodableWall.WallX20Y4 .Image {--background-position: -1000px -200px !important;}
.RepeatingWalls .WallX20Y5, .ComplexWall.WallX20Y5 .Image, .ExplodableWall.WallX20Y5 .Image {--background-position: -1000px -250px !important;}
.RepeatingWalls .WallX20Y6, .ComplexWall.WallX20Y6 .Image, .ExplodableWall.WallX20Y6 .Image {--background-position: -1000px -300px !important;}
.RepeatingWalls .WallX20Y7, .ComplexWall.WallX20Y7 .Image, .ExplodableWall.WallX20Y7 .Image {--background-position: -1000px -350px !important;}
.RepeatingWalls .WallX20Y8, .ComplexWall.WallX20Y8 .Image, .ExplodableWall.WallX20Y8 .Image {--background-position: -1000px -400px !important;}
.RepeatingWalls .WallX20Y9, .ComplexWall.WallX20Y9 .Image, .ExplodableWall.WallX20Y9 .Image {--background-position: -1000px -450px !important;}
.RepeatingWalls .WallX20Y10, .ComplexWall.WallX20Y10 .Image, .ExplodableWall.WallX20Y10 .Image {--background-position: -1000px -500px !important;}
.RepeatingWalls .WallX20Y11, .ComplexWall.WallX20Y11 .Image, .ExplodableWall.WallX20Y11 .Image {--background-position: -1000px -550px !important;}
.RepeatingWalls .WallX20Y12, .ComplexWall.WallX20Y12 .Image, .ExplodableWall.WallX20Y12 .Image {--background-position: -1000px -600px !important;}
.RepeatingWalls .WallX20Y13, .ComplexWall.WallX20Y13 .Image, .ExplodableWall.WallX20Y13 .Image {--background-position: -1000px -650px !important;}
.PlatformSeries .WallX0Y41 {z-index: 1;}
.AdventureSeries .WallX0Y41 {background-position: -0px -1025px; z-index: 1;}
.Chick .WallX0Y41 {background-position: -0px -1025px; z-index: 1723;}
.PlatformSeries .WallX1Y41 {z-index: 2;}
.AdventureSeries .WallX1Y41 {background-position: -25px -1025px; z-index: 2;}
.Chick .WallX1Y41 {background-position: -25px -1025px; z-index: 1722;}
.PlatformSeries .WallX2Y41 {z-index: 3;}
.AdventureSeries .WallX2Y41 {background-position: -50px -1025px; z-index: 3;}
.Chick .WallX2Y41 {background-position: -50px -1025px; z-index: 1721;}
.PlatformSeries .WallX3Y41 {z-index: 4;}
.AdventureSeries .WallX3Y41 {background-position: -75px -1025px; z-index: 4;}
.Chick .WallX3Y41 {background-position: -75px -1025px; z-index: 1720;}
.PlatformSeries .WallX4Y41 {z-index: 5;}
.AdventureSeries .WallX4Y41 {background-position: -100px -1025px; z-index: 5;}
.Chick .WallX4Y41 {background-position: -100px -1025px; z-index: 1719;}
.PlatformSeries .WallX5Y41 {z-index: 6;}
.AdventureSeries .WallX5Y41 {background-position: -125px -1025px; z-index: 6;}
.Chick .WallX5Y41 {background-position: -125px -1025px; z-index: 1718;}
.PlatformSeries .WallX6Y41 {z-index: 7;}
.AdventureSeries .WallX6Y41 {background-position: -150px -1025px; z-index: 7;}
.Chick .WallX6Y41 {background-position: -150px -1025px; z-index: 1717;}
.PlatformSeries .WallX7Y41 {z-index: 8;}
.AdventureSeries .WallX7Y41 {background-position: -175px -1025px; z-index: 8;}
.Chick .WallX7Y41 {background-position: -175px -1025px; z-index: 1716;}
.PlatformSeries .WallX8Y41 {z-index: 9;}
.AdventureSeries .WallX8Y41 {background-position: -200px -1025px; z-index: 9;}
.Chick .WallX8Y41 {background-position: -200px -1025px; z-index: 1715;}
.PlatformSeries .WallX9Y41 {z-index: 10;}
.AdventureSeries .WallX9Y41 {background-position: -225px -1025px; z-index: 10;}
.Chick .WallX9Y41 {background-position: -225px -1025px; z-index: 1714;}
.PlatformSeries .WallX10Y41 {z-index: 11;}
.AdventureSeries .WallX10Y41 {background-position: -250px -1025px; z-index: 11;}
.Chick .WallX10Y41 {background-position: -250px -1025px; z-index: 1713;}
.PlatformSeries .WallX11Y41 {z-index: 12;}
.AdventureSeries .WallX11Y41 {background-position: -275px -1025px; z-index: 12;}
.Chick .WallX11Y41 {background-position: -275px -1025px; z-index: 1712;}
.PlatformSeries .WallX12Y41 {z-index: 13;}
.AdventureSeries .WallX12Y41 {background-position: -300px -1025px; z-index: 13;}
.Chick .WallX12Y41 {background-position: -300px -1025px; z-index: 1711;}
.PlatformSeries .WallX13Y41 {z-index: 14;}
.AdventureSeries .WallX13Y41 {background-position: -325px -1025px; z-index: 14;}
.Chick .WallX13Y41 {background-position: -325px -1025px; z-index: 1710;}
.PlatformSeries .WallX14Y41 {z-index: 15;}
.AdventureSeries .WallX14Y41 {background-position: -350px -1025px; z-index: 15;}
.Chick .WallX14Y41 {background-position: -350px -1025px; z-index: 1709;}
.PlatformSeries .WallX15Y41 {z-index: 16;}
.AdventureSeries .WallX15Y41 {background-position: -375px -1025px; z-index: 16;}
.Chick .WallX15Y41 {background-position: -375px -1025px; z-index: 1708;}
.PlatformSeries .WallX16Y41 {z-index: 17;}
.AdventureSeries .WallX16Y41 {background-position: -400px -1025px; z-index: 17;}
.Chick .WallX16Y41 {background-position: -400px -1025px; z-index: 1707;}
.PlatformSeries .WallX17Y41 {z-index: 18;}
.AdventureSeries .WallX17Y41 {background-position: -425px -1025px; z-index: 18;}
.Chick .WallX17Y41 {background-position: -425px -1025px; z-index: 1706;}
.PlatformSeries .WallX18Y41 {z-index: 19;}
.AdventureSeries .WallX18Y41 {background-position: -450px -1025px; z-index: 19;}
.Chick .WallX18Y41 {background-position: -450px -1025px; z-index: 1705;}
.PlatformSeries .WallX19Y41 {z-index: 20;}
.AdventureSeries .WallX19Y41 {background-position: -475px -1025px; z-index: 20;}
.Chick .WallX19Y41 {background-position: -475px -1025px; z-index: 1704;}
.PlatformSeries .WallX20Y41 {z-index: 21;}
.AdventureSeries .WallX20Y41 {background-position: -500px -1025px; z-index: 21;}
.Chick .WallX20Y41 {background-position: -500px -1025px; z-index: 1703;}
.PlatformSeries .WallX21Y41 {z-index: 22;}
.AdventureSeries .WallX21Y41 {background-position: -525px -1025px; z-index: 22;}
.Chick .WallX21Y41 {background-position: -525px -1025px; z-index: 1702;}
.PlatformSeries .WallX22Y41 {z-index: 23;}
.AdventureSeries .WallX22Y41 {background-position: -550px -1025px; z-index: 23;}
.Chick .WallX22Y41 {background-position: -550px -1025px; z-index: 1701;}
.PlatformSeries .WallX23Y41 {z-index: 24;}
.AdventureSeries .WallX23Y41 {background-position: -575px -1025px; z-index: 24;}
.Chick .WallX23Y41 {background-position: -575px -1025px; z-index: 1700;}
.PlatformSeries .WallX24Y41 {z-index: 25;}
.AdventureSeries .WallX24Y41 {background-position: -600px -1025px; z-index: 25;}
.Chick .WallX24Y41 {background-position: -600px -1025px; z-index: 1699;}
.PlatformSeries .WallX25Y41 {z-index: 26;}
.AdventureSeries .WallX25Y41 {background-position: -625px -1025px; z-index: 26;}
.Chick .WallX25Y41 {background-position: -625px -1025px; z-index: 1698;}
.PlatformSeries .WallX26Y41 {z-index: 27;}
.AdventureSeries .WallX26Y41 {background-position: -650px -1025px; z-index: 27;}
.Chick .WallX26Y41 {background-position: -650px -1025px; z-index: 1697;}
.PlatformSeries .WallX27Y41 {z-index: 28;}
.AdventureSeries .WallX27Y41 {background-position: -675px -1025px; z-index: 28;}
.Chick .WallX27Y41 {background-position: -675px -1025px; z-index: 1696;}
.PlatformSeries .WallX28Y41 {z-index: 29;}
.AdventureSeries .WallX28Y41 {background-position: -700px -1025px; z-index: 29;}
.Chick .WallX28Y41 {background-position: -700px -1025px; z-index: 1695;}
.PlatformSeries .WallX29Y41 {z-index: 30;}
.AdventureSeries .WallX29Y41 {background-position: -725px -1025px; z-index: 30;}
.Chick .WallX29Y41 {background-position: -725px -1025px; z-index: 1694;}
.PlatformSeries .WallX30Y41 {z-index: 31;}
.AdventureSeries .WallX30Y41 {background-position: -750px -1025px; z-index: 31;}
.Chick .WallX30Y41 {background-position: -750px -1025px; z-index: 1693;}
.PlatformSeries .WallX31Y41 {z-index: 32;}
.AdventureSeries .WallX31Y41 {background-position: -775px -1025px; z-index: 32;}
.Chick .WallX31Y41 {background-position: -775px -1025px; z-index: 1692;}
.PlatformSeries .WallX32Y41 {z-index: 33;}
.AdventureSeries .WallX32Y41 {background-position: -800px -1025px; z-index: 33;}
.Chick .WallX32Y41 {background-position: -800px -1025px; z-index: 1691;}
.PlatformSeries .WallX33Y41 {z-index: 34;}
.AdventureSeries .WallX33Y41 {background-position: -825px -1025px; z-index: 34;}
.Chick .WallX33Y41 {background-position: -825px -1025px; z-index: 1690;}
.PlatformSeries .WallX34Y41 {z-index: 35;}
.AdventureSeries .WallX34Y41 {background-position: -850px -1025px; z-index: 35;}
.Chick .WallX34Y41 {background-position: -850px -1025px; z-index: 1689;}
.PlatformSeries .WallX35Y41 {z-index: 36;}
.AdventureSeries .WallX35Y41 {background-position: -875px -1025px; z-index: 36;}
.Chick .WallX35Y41 {background-position: -875px -1025px; z-index: 1688;}
.PlatformSeries .WallX36Y41 {z-index: 37;}
.AdventureSeries .WallX36Y41 {background-position: -900px -1025px; z-index: 37;}
.Chick .WallX36Y41 {background-position: -900px -1025px; z-index: 1687;}
.PlatformSeries .WallX37Y41 {z-index: 38;}
.AdventureSeries .WallX37Y41 {background-position: -925px -1025px; z-index: 38;}
.Chick .WallX37Y41 {background-position: -925px -1025px; z-index: 1686;}
.PlatformSeries .WallX38Y41 {z-index: 39;}
.AdventureSeries .WallX38Y41 {background-position: -950px -1025px; z-index: 39;}
.Chick .WallX38Y41 {background-position: -950px -1025px; z-index: 1685;}
.PlatformSeries .WallX39Y41 {z-index: 40;}
.AdventureSeries .WallX39Y41 {background-position: -975px -1025px; z-index: 40;}
.Chick .WallX39Y41 {background-position: -975px -1025px; z-index: 1684;}
.PlatformSeries .WallX40Y41 {z-index: 41;}
.AdventureSeries .WallX40Y41 {background-position: -1000px -1025px; z-index: 41;}
.Chick .WallX40Y41 {background-position: -1000px -1025px; z-index: 1683;}
.PlatformSeries .WallX41Y41 {z-index: 42;}
.AdventureSeries .WallX41Y41 {background-position: -1025px -1025px; z-index: 42;}
.Chick .WallX41Y41 {background-position: -1025px -1025px; z-index: 1682;}
.PlatformSeries .WallX0Y40 {z-index: 43;}
.AdventureSeries .WallX0Y40 {background-position: -0px -1000px; z-index: 43;}
.Chick .WallX0Y40 {background-position: -0px -1000px; z-index: 1681;}
.PlatformSeries .WallX1Y40 {z-index: 44;}
.AdventureSeries .WallX1Y40 {background-position: -25px -1000px; z-index: 44;}
.Chick .WallX1Y40 {background-position: -25px -1000px; z-index: 1680;}
.PlatformSeries .WallX2Y40 {z-index: 45;}
.AdventureSeries .WallX2Y40 {background-position: -50px -1000px; z-index: 45;}
.Chick .WallX2Y40 {background-position: -50px -1000px; z-index: 1679;}
.PlatformSeries .WallX3Y40 {z-index: 46;}
.AdventureSeries .WallX3Y40 {background-position: -75px -1000px; z-index: 46;}
.Chick .WallX3Y40 {background-position: -75px -1000px; z-index: 1678;}
.PlatformSeries .WallX4Y40 {z-index: 47;}
.AdventureSeries .WallX4Y40 {background-position: -100px -1000px; z-index: 47;}
.Chick .WallX4Y40 {background-position: -100px -1000px; z-index: 1677;}
.PlatformSeries .WallX5Y40 {z-index: 48;}
.AdventureSeries .WallX5Y40 {background-position: -125px -1000px; z-index: 48;}
.Chick .WallX5Y40 {background-position: -125px -1000px; z-index: 1676;}
.PlatformSeries .WallX6Y40 {z-index: 49;}
.AdventureSeries .WallX6Y40 {background-position: -150px -1000px; z-index: 49;}
.Chick .WallX6Y40 {background-position: -150px -1000px; z-index: 1675;}
.PlatformSeries .WallX7Y40 {z-index: 50;}
.AdventureSeries .WallX7Y40 {background-position: -175px -1000px; z-index: 50;}
.Chick .WallX7Y40 {background-position: -175px -1000px; z-index: 1674;}
.PlatformSeries .WallX8Y40 {z-index: 51;}
.AdventureSeries .WallX8Y40 {background-position: -200px -1000px; z-index: 51;}
.Chick .WallX8Y40 {background-position: -200px -1000px; z-index: 1673;}
.PlatformSeries .WallX9Y40 {z-index: 52;}
.AdventureSeries .WallX9Y40 {background-position: -225px -1000px; z-index: 52;}
.Chick .WallX9Y40 {background-position: -225px -1000px; z-index: 1672;}
.PlatformSeries .WallX10Y40 {z-index: 53;}
.AdventureSeries .WallX10Y40 {background-position: -250px -1000px; z-index: 53;}
.Chick .WallX10Y40 {background-position: -250px -1000px; z-index: 1671;}
.PlatformSeries .WallX11Y40 {z-index: 54;}
.AdventureSeries .WallX11Y40 {background-position: -275px -1000px; z-index: 54;}
.Chick .WallX11Y40 {background-position: -275px -1000px; z-index: 1670;}
.PlatformSeries .WallX12Y40 {z-index: 55;}
.AdventureSeries .WallX12Y40 {background-position: -300px -1000px; z-index: 55;}
.Chick .WallX12Y40 {background-position: -300px -1000px; z-index: 1669;}
.PlatformSeries .WallX13Y40 {z-index: 56;}
.AdventureSeries .WallX13Y40 {background-position: -325px -1000px; z-index: 56;}
.Chick .WallX13Y40 {background-position: -325px -1000px; z-index: 1668;}
.PlatformSeries .WallX14Y40 {z-index: 57;}
.AdventureSeries .WallX14Y40 {background-position: -350px -1000px; z-index: 57;}
.Chick .WallX14Y40 {background-position: -350px -1000px; z-index: 1667;}
.PlatformSeries .WallX15Y40 {z-index: 58;}
.AdventureSeries .WallX15Y40 {background-position: -375px -1000px; z-index: 58;}
.Chick .WallX15Y40 {background-position: -375px -1000px; z-index: 1666;}
.PlatformSeries .WallX16Y40 {z-index: 59;}
.AdventureSeries .WallX16Y40 {background-position: -400px -1000px; z-index: 59;}
.Chick .WallX16Y40 {background-position: -400px -1000px; z-index: 1665;}
.PlatformSeries .WallX17Y40 {z-index: 60;}
.AdventureSeries .WallX17Y40 {background-position: -425px -1000px; z-index: 60;}
.Chick .WallX17Y40 {background-position: -425px -1000px; z-index: 1664;}
.PlatformSeries .WallX18Y40 {z-index: 61;}
.AdventureSeries .WallX18Y40 {background-position: -450px -1000px; z-index: 61;}
.Chick .WallX18Y40 {background-position: -450px -1000px; z-index: 1663;}
.PlatformSeries .WallX19Y40 {z-index: 62;}
.AdventureSeries .WallX19Y40 {background-position: -475px -1000px; z-index: 62;}
.Chick .WallX19Y40 {background-position: -475px -1000px; z-index: 1662;}
.PlatformSeries .WallX20Y40 {z-index: 63;}
.AdventureSeries .WallX20Y40 {background-position: -500px -1000px; z-index: 63;}
.Chick .WallX20Y40 {background-position: -500px -1000px; z-index: 1661;}
.PlatformSeries .WallX21Y40 {z-index: 64;}
.AdventureSeries .WallX21Y40 {background-position: -525px -1000px; z-index: 64;}
.Chick .WallX21Y40 {background-position: -525px -1000px; z-index: 1660;}
.PlatformSeries .WallX22Y40 {z-index: 65;}
.AdventureSeries .WallX22Y40 {background-position: -550px -1000px; z-index: 65;}
.Chick .WallX22Y40 {background-position: -550px -1000px; z-index: 1659;}
.PlatformSeries .WallX23Y40 {z-index: 66;}
.AdventureSeries .WallX23Y40 {background-position: -575px -1000px; z-index: 66;}
.Chick .WallX23Y40 {background-position: -575px -1000px; z-index: 1658;}
.PlatformSeries .WallX24Y40 {z-index: 67;}
.AdventureSeries .WallX24Y40 {background-position: -600px -1000px; z-index: 67;}
.Chick .WallX24Y40 {background-position: -600px -1000px; z-index: 1657;}
.PlatformSeries .WallX25Y40 {z-index: 68;}
.AdventureSeries .WallX25Y40 {background-position: -625px -1000px; z-index: 68;}
.Chick .WallX25Y40 {background-position: -625px -1000px; z-index: 1656;}
.PlatformSeries .WallX26Y40 {z-index: 69;}
.AdventureSeries .WallX26Y40 {background-position: -650px -1000px; z-index: 69;}
.Chick .WallX26Y40 {background-position: -650px -1000px; z-index: 1655;}
.PlatformSeries .WallX27Y40 {z-index: 70;}
.AdventureSeries .WallX27Y40 {background-position: -675px -1000px; z-index: 70;}
.Chick .WallX27Y40 {background-position: -675px -1000px; z-index: 1654;}
.PlatformSeries .WallX28Y40 {z-index: 71;}
.AdventureSeries .WallX28Y40 {background-position: -700px -1000px; z-index: 71;}
.Chick .WallX28Y40 {background-position: -700px -1000px; z-index: 1653;}
.PlatformSeries .WallX29Y40 {z-index: 72;}
.AdventureSeries .WallX29Y40 {background-position: -725px -1000px; z-index: 72;}
.Chick .WallX29Y40 {background-position: -725px -1000px; z-index: 1652;}
.PlatformSeries .WallX30Y40 {z-index: 73;}
.AdventureSeries .WallX30Y40 {background-position: -750px -1000px; z-index: 73;}
.Chick .WallX30Y40 {background-position: -750px -1000px; z-index: 1651;}
.PlatformSeries .WallX31Y40 {z-index: 74;}
.AdventureSeries .WallX31Y40 {background-position: -775px -1000px; z-index: 74;}
.Chick .WallX31Y40 {background-position: -775px -1000px; z-index: 1650;}
.PlatformSeries .WallX32Y40 {z-index: 75;}
.AdventureSeries .WallX32Y40 {background-position: -800px -1000px; z-index: 75;}
.Chick .WallX32Y40 {background-position: -800px -1000px; z-index: 1649;}
.PlatformSeries .WallX33Y40 {z-index: 76;}
.AdventureSeries .WallX33Y40 {background-position: -825px -1000px; z-index: 76;}
.Chick .WallX33Y40 {background-position: -825px -1000px; z-index: 1648;}
.PlatformSeries .WallX34Y40 {z-index: 77;}
.AdventureSeries .WallX34Y40 {background-position: -850px -1000px; z-index: 77;}
.Chick .WallX34Y40 {background-position: -850px -1000px; z-index: 1647;}
.PlatformSeries .WallX35Y40 {z-index: 78;}
.AdventureSeries .WallX35Y40 {background-position: -875px -1000px; z-index: 78;}
.Chick .WallX35Y40 {background-position: -875px -1000px; z-index: 1646;}
.PlatformSeries .WallX36Y40 {z-index: 79;}
.AdventureSeries .WallX36Y40 {background-position: -900px -1000px; z-index: 79;}
.Chick .WallX36Y40 {background-position: -900px -1000px; z-index: 1645;}
.PlatformSeries .WallX37Y40 {z-index: 80;}
.AdventureSeries .WallX37Y40 {background-position: -925px -1000px; z-index: 80;}
.Chick .WallX37Y40 {background-position: -925px -1000px; z-index: 1644;}
.PlatformSeries .WallX38Y40 {z-index: 81;}
.AdventureSeries .WallX38Y40 {background-position: -950px -1000px; z-index: 81;}
.Chick .WallX38Y40 {background-position: -950px -1000px; z-index: 1643;}
.PlatformSeries .WallX39Y40 {z-index: 82;}
.AdventureSeries .WallX39Y40 {background-position: -975px -1000px; z-index: 82;}
.Chick .WallX39Y40 {background-position: -975px -1000px; z-index: 1642;}
.PlatformSeries .WallX40Y40 {z-index: 83;}
.AdventureSeries .WallX40Y40 {background-position: -1000px -1000px; z-index: 83;}
.Chick .WallX40Y40 {background-position: -1000px -1000px; z-index: 1641;}
.PlatformSeries .WallX41Y40 {z-index: 84;}
.AdventureSeries .WallX41Y40 {background-position: -1025px -1000px; z-index: 84;}
.Chick .WallX41Y40 {background-position: -1025px -1000px; z-index: 1640;}
.PlatformSeries .WallX0Y39 {z-index: 85;}
.AdventureSeries .WallX0Y39 {background-position: -0px -975px; z-index: 85;}
.Chick .WallX0Y39 {background-position: -0px -975px; z-index: 1639;}
.PlatformSeries .WallX1Y39 {z-index: 86;}
.AdventureSeries .WallX1Y39 {background-position: -25px -975px; z-index: 86;}
.Chick .WallX1Y39 {background-position: -25px -975px; z-index: 1638;}
.PlatformSeries .WallX2Y39 {z-index: 87;}
.AdventureSeries .WallX2Y39 {background-position: -50px -975px; z-index: 87;}
.Chick .WallX2Y39 {background-position: -50px -975px; z-index: 1637;}
.PlatformSeries .WallX3Y39 {z-index: 88;}
.AdventureSeries .WallX3Y39 {background-position: -75px -975px; z-index: 88;}
.Chick .WallX3Y39 {background-position: -75px -975px; z-index: 1636;}
.PlatformSeries .WallX4Y39 {z-index: 89;}
.AdventureSeries .WallX4Y39 {background-position: -100px -975px; z-index: 89;}
.Chick .WallX4Y39 {background-position: -100px -975px; z-index: 1635;}
.PlatformSeries .WallX5Y39 {z-index: 90;}
.AdventureSeries .WallX5Y39 {background-position: -125px -975px; z-index: 90;}
.Chick .WallX5Y39 {background-position: -125px -975px; z-index: 1634;}
.PlatformSeries .WallX6Y39 {z-index: 91;}
.AdventureSeries .WallX6Y39 {background-position: -150px -975px; z-index: 91;}
.Chick .WallX6Y39 {background-position: -150px -975px; z-index: 1633;}
.PlatformSeries .WallX7Y39 {z-index: 92;}
.AdventureSeries .WallX7Y39 {background-position: -175px -975px; z-index: 92;}
.Chick .WallX7Y39 {background-position: -175px -975px; z-index: 1632;}
.PlatformSeries .WallX8Y39 {z-index: 93;}
.AdventureSeries .WallX8Y39 {background-position: -200px -975px; z-index: 93;}
.Chick .WallX8Y39 {background-position: -200px -975px; z-index: 1631;}
.PlatformSeries .WallX9Y39 {z-index: 94;}
.AdventureSeries .WallX9Y39 {background-position: -225px -975px; z-index: 94;}
.Chick .WallX9Y39 {background-position: -225px -975px; z-index: 1630;}
.PlatformSeries .WallX10Y39 {z-index: 95;}
.AdventureSeries .WallX10Y39 {background-position: -250px -975px; z-index: 95;}
.Chick .WallX10Y39 {background-position: -250px -975px; z-index: 1629;}
.PlatformSeries .WallX11Y39 {z-index: 96;}
.AdventureSeries .WallX11Y39 {background-position: -275px -975px; z-index: 96;}
.Chick .WallX11Y39 {background-position: -275px -975px; z-index: 1628;}
.PlatformSeries .WallX12Y39 {z-index: 97;}
.AdventureSeries .WallX12Y39 {background-position: -300px -975px; z-index: 97;}
.Chick .WallX12Y39 {background-position: -300px -975px; z-index: 1627;}
.PlatformSeries .WallX13Y39 {z-index: 98;}
.AdventureSeries .WallX13Y39 {background-position: -325px -975px; z-index: 98;}
.Chick .WallX13Y39 {background-position: -325px -975px; z-index: 1626;}
.PlatformSeries .WallX14Y39 {z-index: 99;}
.AdventureSeries .WallX14Y39 {background-position: -350px -975px; z-index: 99;}
.Chick .WallX14Y39 {background-position: -350px -975px; z-index: 1625;}
.PlatformSeries .WallX15Y39 {z-index: 100;}
.AdventureSeries .WallX15Y39 {background-position: -375px -975px; z-index: 100;}
.Chick .WallX15Y39 {background-position: -375px -975px; z-index: 1624;}
.PlatformSeries .WallX16Y39 {z-index: 101;}
.AdventureSeries .WallX16Y39 {background-position: -400px -975px; z-index: 101;}
.Chick .WallX16Y39 {background-position: -400px -975px; z-index: 1623;}
.PlatformSeries .WallX17Y39 {z-index: 102;}
.AdventureSeries .WallX17Y39 {background-position: -425px -975px; z-index: 102;}
.Chick .WallX17Y39 {background-position: -425px -975px; z-index: 1622;}
.PlatformSeries .WallX18Y39 {z-index: 103;}
.AdventureSeries .WallX18Y39 {background-position: -450px -975px; z-index: 103;}
.Chick .WallX18Y39 {background-position: -450px -975px; z-index: 1621;}
.PlatformSeries .WallX19Y39 {z-index: 104;}
.AdventureSeries .WallX19Y39 {background-position: -475px -975px; z-index: 104;}
.Chick .WallX19Y39 {background-position: -475px -975px; z-index: 1620;}
.PlatformSeries .WallX20Y39 {z-index: 105;}
.AdventureSeries .WallX20Y39 {background-position: -500px -975px; z-index: 105;}
.Chick .WallX20Y39 {background-position: -500px -975px; z-index: 1619;}
.PlatformSeries .WallX21Y39 {z-index: 106;}
.AdventureSeries .WallX21Y39 {background-position: -525px -975px; z-index: 106;}
.Chick .WallX21Y39 {background-position: -525px -975px; z-index: 1618;}
.PlatformSeries .WallX22Y39 {z-index: 107;}
.AdventureSeries .WallX22Y39 {background-position: -550px -975px; z-index: 107;}
.Chick .WallX22Y39 {background-position: -550px -975px; z-index: 1617;}
.PlatformSeries .WallX23Y39 {z-index: 108;}
.AdventureSeries .WallX23Y39 {background-position: -575px -975px; z-index: 108;}
.Chick .WallX23Y39 {background-position: -575px -975px; z-index: 1616;}
.PlatformSeries .WallX24Y39 {z-index: 109;}
.AdventureSeries .WallX24Y39 {background-position: -600px -975px; z-index: 109;}
.Chick .WallX24Y39 {background-position: -600px -975px; z-index: 1615;}
.PlatformSeries .WallX25Y39 {z-index: 110;}
.AdventureSeries .WallX25Y39 {background-position: -625px -975px; z-index: 110;}
.Chick .WallX25Y39 {background-position: -625px -975px; z-index: 1614;}
.PlatformSeries .WallX26Y39 {z-index: 111;}
.AdventureSeries .WallX26Y39 {background-position: -650px -975px; z-index: 111;}
.Chick .WallX26Y39 {background-position: -650px -975px; z-index: 1613;}
.PlatformSeries .WallX27Y39 {z-index: 112;}
.AdventureSeries .WallX27Y39 {background-position: -675px -975px; z-index: 112;}
.Chick .WallX27Y39 {background-position: -675px -975px; z-index: 1612;}
.PlatformSeries .WallX28Y39 {z-index: 113;}
.AdventureSeries .WallX28Y39 {background-position: -700px -975px; z-index: 113;}
.Chick .WallX28Y39 {background-position: -700px -975px; z-index: 1611;}
.PlatformSeries .WallX29Y39 {z-index: 114;}
.AdventureSeries .WallX29Y39 {background-position: -725px -975px; z-index: 114;}
.Chick .WallX29Y39 {background-position: -725px -975px; z-index: 1610;}
.PlatformSeries .WallX30Y39 {z-index: 115;}
.AdventureSeries .WallX30Y39 {background-position: -750px -975px; z-index: 115;}
.Chick .WallX30Y39 {background-position: -750px -975px; z-index: 1609;}
.PlatformSeries .WallX31Y39 {z-index: 116;}
.AdventureSeries .WallX31Y39 {background-position: -775px -975px; z-index: 116;}
.Chick .WallX31Y39 {background-position: -775px -975px; z-index: 1608;}
.PlatformSeries .WallX32Y39 {z-index: 117;}
.AdventureSeries .WallX32Y39 {background-position: -800px -975px; z-index: 117;}
.Chick .WallX32Y39 {background-position: -800px -975px; z-index: 1607;}
.PlatformSeries .WallX33Y39 {z-index: 118;}
.AdventureSeries .WallX33Y39 {background-position: -825px -975px; z-index: 118;}
.Chick .WallX33Y39 {background-position: -825px -975px; z-index: 1606;}
.PlatformSeries .WallX34Y39 {z-index: 119;}
.AdventureSeries .WallX34Y39 {background-position: -850px -975px; z-index: 119;}
.Chick .WallX34Y39 {background-position: -850px -975px; z-index: 1605;}
.PlatformSeries .WallX35Y39 {z-index: 120;}
.AdventureSeries .WallX35Y39 {background-position: -875px -975px; z-index: 120;}
.Chick .WallX35Y39 {background-position: -875px -975px; z-index: 1604;}
.PlatformSeries .WallX36Y39 {z-index: 121;}
.AdventureSeries .WallX36Y39 {background-position: -900px -975px; z-index: 121;}
.Chick .WallX36Y39 {background-position: -900px -975px; z-index: 1603;}
.PlatformSeries .WallX37Y39 {z-index: 122;}
.AdventureSeries .WallX37Y39 {background-position: -925px -975px; z-index: 122;}
.Chick .WallX37Y39 {background-position: -925px -975px; z-index: 1602;}
.PlatformSeries .WallX38Y39 {z-index: 123;}
.AdventureSeries .WallX38Y39 {background-position: -950px -975px; z-index: 123;}
.Chick .WallX38Y39 {background-position: -950px -975px; z-index: 1601;}
.PlatformSeries .WallX39Y39 {z-index: 124;}
.AdventureSeries .WallX39Y39 {background-position: -975px -975px; z-index: 124;}
.Chick .WallX39Y39 {background-position: -975px -975px; z-index: 1600;}
.PlatformSeries .WallX40Y39 {z-index: 125;}
.AdventureSeries .WallX40Y39 {background-position: -1000px -975px; z-index: 125;}
.Chick .WallX40Y39 {background-position: -1000px -975px; z-index: 1599;}
.PlatformSeries .WallX41Y39 {z-index: 126;}
.AdventureSeries .WallX41Y39 {background-position: -1025px -975px; z-index: 126;}
.Chick .WallX41Y39 {background-position: -1025px -975px; z-index: 1598;}
.PlatformSeries .WallX0Y38 {z-index: 127;}
.AdventureSeries .WallX0Y38 {background-position: -0px -950px; z-index: 127;}
.Chick .WallX0Y38 {background-position: -0px -950px; z-index: 1597;}
.PlatformSeries .WallX1Y38 {z-index: 128;}
.AdventureSeries .WallX1Y38 {background-position: -25px -950px; z-index: 128;}
.Chick .WallX1Y38 {background-position: -25px -950px; z-index: 1596;}
.PlatformSeries .WallX2Y38 {z-index: 129;}
.AdventureSeries .WallX2Y38 {background-position: -50px -950px; z-index: 129;}
.Chick .WallX2Y38 {background-position: -50px -950px; z-index: 1595;}
.PlatformSeries .WallX3Y38 {z-index: 130;}
.AdventureSeries .WallX3Y38 {background-position: -75px -950px; z-index: 130;}
.Chick .WallX3Y38 {background-position: -75px -950px; z-index: 1594;}
.PlatformSeries .WallX4Y38 {z-index: 131;}
.AdventureSeries .WallX4Y38 {background-position: -100px -950px; z-index: 131;}
.Chick .WallX4Y38 {background-position: -100px -950px; z-index: 1593;}
.PlatformSeries .WallX5Y38 {z-index: 132;}
.AdventureSeries .WallX5Y38 {background-position: -125px -950px; z-index: 132;}
.Chick .WallX5Y38 {background-position: -125px -950px; z-index: 1592;}
.PlatformSeries .WallX6Y38 {z-index: 133;}
.AdventureSeries .WallX6Y38 {background-position: -150px -950px; z-index: 133;}
.Chick .WallX6Y38 {background-position: -150px -950px; z-index: 1591;}
.PlatformSeries .WallX7Y38 {z-index: 134;}
.AdventureSeries .WallX7Y38 {background-position: -175px -950px; z-index: 134;}
.Chick .WallX7Y38 {background-position: -175px -950px; z-index: 1590;}
.PlatformSeries .WallX8Y38 {z-index: 135;}
.AdventureSeries .WallX8Y38 {background-position: -200px -950px; z-index: 135;}
.Chick .WallX8Y38 {background-position: -200px -950px; z-index: 1589;}
.PlatformSeries .WallX9Y38 {z-index: 136;}
.AdventureSeries .WallX9Y38 {background-position: -225px -950px; z-index: 136;}
.Chick .WallX9Y38 {background-position: -225px -950px; z-index: 1588;}
.PlatformSeries .WallX10Y38 {z-index: 137;}
.AdventureSeries .WallX10Y38 {background-position: -250px -950px; z-index: 137;}
.Chick .WallX10Y38 {background-position: -250px -950px; z-index: 1587;}
.PlatformSeries .WallX11Y38 {z-index: 138;}
.AdventureSeries .WallX11Y38 {background-position: -275px -950px; z-index: 138;}
.Chick .WallX11Y38 {background-position: -275px -950px; z-index: 1586;}
.PlatformSeries .WallX12Y38 {z-index: 139;}
.AdventureSeries .WallX12Y38 {background-position: -300px -950px; z-index: 139;}
.Chick .WallX12Y38 {background-position: -300px -950px; z-index: 1585;}
.PlatformSeries .WallX13Y38 {z-index: 140;}
.AdventureSeries .WallX13Y38 {background-position: -325px -950px; z-index: 140;}
.Chick .WallX13Y38 {background-position: -325px -950px; z-index: 1584;}
.PlatformSeries .WallX14Y38 {z-index: 141;}
.AdventureSeries .WallX14Y38 {background-position: -350px -950px; z-index: 141;}
.Chick .WallX14Y38 {background-position: -350px -950px; z-index: 1583;}
.PlatformSeries .WallX15Y38 {z-index: 142;}
.AdventureSeries .WallX15Y38 {background-position: -375px -950px; z-index: 142;}
.Chick .WallX15Y38 {background-position: -375px -950px; z-index: 1582;}
.PlatformSeries .WallX16Y38 {z-index: 143;}
.AdventureSeries .WallX16Y38 {background-position: -400px -950px; z-index: 143;}
.Chick .WallX16Y38 {background-position: -400px -950px; z-index: 1581;}
.PlatformSeries .WallX17Y38 {z-index: 144;}
.AdventureSeries .WallX17Y38 {background-position: -425px -950px; z-index: 144;}
.Chick .WallX17Y38 {background-position: -425px -950px; z-index: 1580;}
.PlatformSeries .WallX18Y38 {z-index: 145;}
.AdventureSeries .WallX18Y38 {background-position: -450px -950px; z-index: 145;}
.Chick .WallX18Y38 {background-position: -450px -950px; z-index: 1579;}
.PlatformSeries .WallX19Y38 {z-index: 146;}
.AdventureSeries .WallX19Y38 {background-position: -475px -950px; z-index: 146;}
.Chick .WallX19Y38 {background-position: -475px -950px; z-index: 1578;}
.PlatformSeries .WallX20Y38 {z-index: 147;}
.AdventureSeries .WallX20Y38 {background-position: -500px -950px; z-index: 147;}
.Chick .WallX20Y38 {background-position: -500px -950px; z-index: 1577;}
.PlatformSeries .WallX21Y38 {z-index: 148;}
.AdventureSeries .WallX21Y38 {background-position: -525px -950px; z-index: 148;}
.Chick .WallX21Y38 {background-position: -525px -950px; z-index: 1576;}
.PlatformSeries .WallX22Y38 {z-index: 149;}
.AdventureSeries .WallX22Y38 {background-position: -550px -950px; z-index: 149;}
.Chick .WallX22Y38 {background-position: -550px -950px; z-index: 1575;}
.PlatformSeries .WallX23Y38 {z-index: 150;}
.AdventureSeries .WallX23Y38 {background-position: -575px -950px; z-index: 150;}
.Chick .WallX23Y38 {background-position: -575px -950px; z-index: 1574;}
.PlatformSeries .WallX24Y38 {z-index: 151;}
.AdventureSeries .WallX24Y38 {background-position: -600px -950px; z-index: 151;}
.Chick .WallX24Y38 {background-position: -600px -950px; z-index: 1573;}
.PlatformSeries .WallX25Y38 {z-index: 152;}
.AdventureSeries .WallX25Y38 {background-position: -625px -950px; z-index: 152;}
.Chick .WallX25Y38 {background-position: -625px -950px; z-index: 1572;}
.PlatformSeries .WallX26Y38 {z-index: 153;}
.AdventureSeries .WallX26Y38 {background-position: -650px -950px; z-index: 153;}
.Chick .WallX26Y38 {background-position: -650px -950px; z-index: 1571;}
.PlatformSeries .WallX27Y38 {z-index: 154;}
.AdventureSeries .WallX27Y38 {background-position: -675px -950px; z-index: 154;}
.Chick .WallX27Y38 {background-position: -675px -950px; z-index: 1570;}
.PlatformSeries .WallX28Y38 {z-index: 155;}
.AdventureSeries .WallX28Y38 {background-position: -700px -950px; z-index: 155;}
.Chick .WallX28Y38 {background-position: -700px -950px; z-index: 1569;}
.PlatformSeries .WallX29Y38 {z-index: 156;}
.AdventureSeries .WallX29Y38 {background-position: -725px -950px; z-index: 156;}
.Chick .WallX29Y38 {background-position: -725px -950px; z-index: 1568;}
.PlatformSeries .WallX30Y38 {z-index: 157;}
.AdventureSeries .WallX30Y38 {background-position: -750px -950px; z-index: 157;}
.Chick .WallX30Y38 {background-position: -750px -950px; z-index: 1567;}
.PlatformSeries .WallX31Y38 {z-index: 158;}
.AdventureSeries .WallX31Y38 {background-position: -775px -950px; z-index: 158;}
.Chick .WallX31Y38 {background-position: -775px -950px; z-index: 1566;}
.PlatformSeries .WallX32Y38 {z-index: 159;}
.AdventureSeries .WallX32Y38 {background-position: -800px -950px; z-index: 159;}
.Chick .WallX32Y38 {background-position: -800px -950px; z-index: 1565;}
.PlatformSeries .WallX33Y38 {z-index: 160;}
.AdventureSeries .WallX33Y38 {background-position: -825px -950px; z-index: 160;}
.Chick .WallX33Y38 {background-position: -825px -950px; z-index: 1564;}
.PlatformSeries .WallX34Y38 {z-index: 161;}
.AdventureSeries .WallX34Y38 {background-position: -850px -950px; z-index: 161;}
.Chick .WallX34Y38 {background-position: -850px -950px; z-index: 1563;}
.PlatformSeries .WallX35Y38 {z-index: 162;}
.AdventureSeries .WallX35Y38 {background-position: -875px -950px; z-index: 162;}
.Chick .WallX35Y38 {background-position: -875px -950px; z-index: 1562;}
.PlatformSeries .WallX36Y38 {z-index: 163;}
.AdventureSeries .WallX36Y38 {background-position: -900px -950px; z-index: 163;}
.Chick .WallX36Y38 {background-position: -900px -950px; z-index: 1561;}
.PlatformSeries .WallX37Y38 {z-index: 164;}
.AdventureSeries .WallX37Y38 {background-position: -925px -950px; z-index: 164;}
.Chick .WallX37Y38 {background-position: -925px -950px; z-index: 1560;}
.PlatformSeries .WallX38Y38 {z-index: 165;}
.AdventureSeries .WallX38Y38 {background-position: -950px -950px; z-index: 165;}
.Chick .WallX38Y38 {background-position: -950px -950px; z-index: 1559;}
.PlatformSeries .WallX39Y38 {z-index: 166;}
.AdventureSeries .WallX39Y38 {background-position: -975px -950px; z-index: 166;}
.Chick .WallX39Y38 {background-position: -975px -950px; z-index: 1558;}
.PlatformSeries .WallX40Y38 {z-index: 167;}
.AdventureSeries .WallX40Y38 {background-position: -1000px -950px; z-index: 167;}
.Chick .WallX40Y38 {background-position: -1000px -950px; z-index: 1557;}
.PlatformSeries .WallX41Y38 {z-index: 168;}
.AdventureSeries .WallX41Y38 {background-position: -1025px -950px; z-index: 168;}
.Chick .WallX41Y38 {background-position: -1025px -950px; z-index: 1556;}
.PlatformSeries .WallX0Y37 {z-index: 169;}
.AdventureSeries .WallX0Y37 {background-position: -0px -925px; z-index: 169;}
.Chick .WallX0Y37 {background-position: -0px -925px; z-index: 1555;}
.PlatformSeries .WallX1Y37 {z-index: 170;}
.AdventureSeries .WallX1Y37 {background-position: -25px -925px; z-index: 170;}
.Chick .WallX1Y37 {background-position: -25px -925px; z-index: 1554;}
.PlatformSeries .WallX2Y37 {z-index: 171;}
.AdventureSeries .WallX2Y37 {background-position: -50px -925px; z-index: 171;}
.Chick .WallX2Y37 {background-position: -50px -925px; z-index: 1553;}
.PlatformSeries .WallX3Y37 {z-index: 172;}
.AdventureSeries .WallX3Y37 {background-position: -75px -925px; z-index: 172;}
.Chick .WallX3Y37 {background-position: -75px -925px; z-index: 1552;}
.PlatformSeries .WallX4Y37 {z-index: 173;}
.AdventureSeries .WallX4Y37 {background-position: -100px -925px; z-index: 173;}
.Chick .WallX4Y37 {background-position: -100px -925px; z-index: 1551;}
.PlatformSeries .WallX5Y37 {z-index: 174;}
.AdventureSeries .WallX5Y37 {background-position: -125px -925px; z-index: 174;}
.Chick .WallX5Y37 {background-position: -125px -925px; z-index: 1550;}
.PlatformSeries .WallX6Y37 {z-index: 175;}
.AdventureSeries .WallX6Y37 {background-position: -150px -925px; z-index: 175;}
.Chick .WallX6Y37 {background-position: -150px -925px; z-index: 1549;}
.PlatformSeries .WallX7Y37 {z-index: 176;}
.AdventureSeries .WallX7Y37 {background-position: -175px -925px; z-index: 176;}
.Chick .WallX7Y37 {background-position: -175px -925px; z-index: 1548;}
.PlatformSeries .WallX8Y37 {z-index: 177;}
.AdventureSeries .WallX8Y37 {background-position: -200px -925px; z-index: 177;}
.Chick .WallX8Y37 {background-position: -200px -925px; z-index: 1547;}
.PlatformSeries .WallX9Y37 {z-index: 178;}
.AdventureSeries .WallX9Y37 {background-position: -225px -925px; z-index: 178;}
.Chick .WallX9Y37 {background-position: -225px -925px; z-index: 1546;}
.PlatformSeries .WallX10Y37 {z-index: 179;}
.AdventureSeries .WallX10Y37 {background-position: -250px -925px; z-index: 179;}
.Chick .WallX10Y37 {background-position: -250px -925px; z-index: 1545;}
.PlatformSeries .WallX11Y37 {z-index: 180;}
.AdventureSeries .WallX11Y37 {background-position: -275px -925px; z-index: 180;}
.Chick .WallX11Y37 {background-position: -275px -925px; z-index: 1544;}
.PlatformSeries .WallX12Y37 {z-index: 181;}
.AdventureSeries .WallX12Y37 {background-position: -300px -925px; z-index: 181;}
.Chick .WallX12Y37 {background-position: -300px -925px; z-index: 1543;}
.PlatformSeries .WallX13Y37 {z-index: 182;}
.AdventureSeries .WallX13Y37 {background-position: -325px -925px; z-index: 182;}
.Chick .WallX13Y37 {background-position: -325px -925px; z-index: 1542;}
.PlatformSeries .WallX14Y37 {z-index: 183;}
.AdventureSeries .WallX14Y37 {background-position: -350px -925px; z-index: 183;}
.Chick .WallX14Y37 {background-position: -350px -925px; z-index: 1541;}
.PlatformSeries .WallX15Y37 {z-index: 184;}
.AdventureSeries .WallX15Y37 {background-position: -375px -925px; z-index: 184;}
.Chick .WallX15Y37 {background-position: -375px -925px; z-index: 1540;}
.PlatformSeries .WallX16Y37 {z-index: 185;}
.AdventureSeries .WallX16Y37 {background-position: -400px -925px; z-index: 185;}
.Chick .WallX16Y37 {background-position: -400px -925px; z-index: 1539;}
.PlatformSeries .WallX17Y37 {z-index: 186;}
.AdventureSeries .WallX17Y37 {background-position: -425px -925px; z-index: 186;}
.Chick .WallX17Y37 {background-position: -425px -925px; z-index: 1538;}
.PlatformSeries .WallX18Y37 {z-index: 187;}
.AdventureSeries .WallX18Y37 {background-position: -450px -925px; z-index: 187;}
.Chick .WallX18Y37 {background-position: -450px -925px; z-index: 1537;}
.PlatformSeries .WallX19Y37 {z-index: 188;}
.AdventureSeries .WallX19Y37 {background-position: -475px -925px; z-index: 188;}
.Chick .WallX19Y37 {background-position: -475px -925px; z-index: 1536;}
.PlatformSeries .WallX20Y37 {z-index: 189;}
.AdventureSeries .WallX20Y37 {background-position: -500px -925px; z-index: 189;}
.Chick .WallX20Y37 {background-position: -500px -925px; z-index: 1535;}
.PlatformSeries .WallX21Y37 {z-index: 190;}
.AdventureSeries .WallX21Y37 {background-position: -525px -925px; z-index: 190;}
.Chick .WallX21Y37 {background-position: -525px -925px; z-index: 1534;}
.PlatformSeries .WallX22Y37 {z-index: 191;}
.AdventureSeries .WallX22Y37 {background-position: -550px -925px; z-index: 191;}
.Chick .WallX22Y37 {background-position: -550px -925px; z-index: 1533;}
.PlatformSeries .WallX23Y37 {z-index: 192;}
.AdventureSeries .WallX23Y37 {background-position: -575px -925px; z-index: 192;}
.Chick .WallX23Y37 {background-position: -575px -925px; z-index: 1532;}
.PlatformSeries .WallX24Y37 {z-index: 193;}
.AdventureSeries .WallX24Y37 {background-position: -600px -925px; z-index: 193;}
.Chick .WallX24Y37 {background-position: -600px -925px; z-index: 1531;}
.PlatformSeries .WallX25Y37 {z-index: 194;}
.AdventureSeries .WallX25Y37 {background-position: -625px -925px; z-index: 194;}
.Chick .WallX25Y37 {background-position: -625px -925px; z-index: 1530;}
.PlatformSeries .WallX26Y37 {z-index: 195;}
.AdventureSeries .WallX26Y37 {background-position: -650px -925px; z-index: 195;}
.Chick .WallX26Y37 {background-position: -650px -925px; z-index: 1529;}
.PlatformSeries .WallX27Y37 {z-index: 196;}
.AdventureSeries .WallX27Y37 {background-position: -675px -925px; z-index: 196;}
.Chick .WallX27Y37 {background-position: -675px -925px; z-index: 1528;}
.PlatformSeries .WallX28Y37 {z-index: 197;}
.AdventureSeries .WallX28Y37 {background-position: -700px -925px; z-index: 197;}
.Chick .WallX28Y37 {background-position: -700px -925px; z-index: 1527;}
.PlatformSeries .WallX29Y37 {z-index: 198;}
.AdventureSeries .WallX29Y37 {background-position: -725px -925px; z-index: 198;}
.Chick .WallX29Y37 {background-position: -725px -925px; z-index: 1526;}
.PlatformSeries .WallX30Y37 {z-index: 199;}
.AdventureSeries .WallX30Y37 {background-position: -750px -925px; z-index: 199;}
.Chick .WallX30Y37 {background-position: -750px -925px; z-index: 1525;}
.PlatformSeries .WallX31Y37 {z-index: 200;}
.AdventureSeries .WallX31Y37 {background-position: -775px -925px; z-index: 200;}
.Chick .WallX31Y37 {background-position: -775px -925px; z-index: 1524;}
.PlatformSeries .WallX32Y37 {z-index: 201;}
.AdventureSeries .WallX32Y37 {background-position: -800px -925px; z-index: 201;}
.Chick .WallX32Y37 {background-position: -800px -925px; z-index: 1523;}
.PlatformSeries .WallX33Y37 {z-index: 202;}
.AdventureSeries .WallX33Y37 {background-position: -825px -925px; z-index: 202;}
.Chick .WallX33Y37 {background-position: -825px -925px; z-index: 1522;}
.PlatformSeries .WallX34Y37 {z-index: 203;}
.AdventureSeries .WallX34Y37 {background-position: -850px -925px; z-index: 203;}
.Chick .WallX34Y37 {background-position: -850px -925px; z-index: 1521;}
.PlatformSeries .WallX35Y37 {z-index: 204;}
.AdventureSeries .WallX35Y37 {background-position: -875px -925px; z-index: 204;}
.Chick .WallX35Y37 {background-position: -875px -925px; z-index: 1520;}
.PlatformSeries .WallX36Y37 {z-index: 205;}
.AdventureSeries .WallX36Y37 {background-position: -900px -925px; z-index: 205;}
.Chick .WallX36Y37 {background-position: -900px -925px; z-index: 1519;}
.PlatformSeries .WallX37Y37 {z-index: 206;}
.AdventureSeries .WallX37Y37 {background-position: -925px -925px; z-index: 206;}
.Chick .WallX37Y37 {background-position: -925px -925px; z-index: 1518;}
.PlatformSeries .WallX38Y37 {z-index: 207;}
.AdventureSeries .WallX38Y37 {background-position: -950px -925px; z-index: 207;}
.Chick .WallX38Y37 {background-position: -950px -925px; z-index: 1517;}
.PlatformSeries .WallX39Y37 {z-index: 208;}
.AdventureSeries .WallX39Y37 {background-position: -975px -925px; z-index: 208;}
.Chick .WallX39Y37 {background-position: -975px -925px; z-index: 1516;}
.PlatformSeries .WallX40Y37 {z-index: 209;}
.AdventureSeries .WallX40Y37 {background-position: -1000px -925px; z-index: 209;}
.Chick .WallX40Y37 {background-position: -1000px -925px; z-index: 1515;}
.PlatformSeries .WallX41Y37 {z-index: 210;}
.AdventureSeries .WallX41Y37 {background-position: -1025px -925px; z-index: 210;}
.Chick .WallX41Y37 {background-position: -1025px -925px; z-index: 1514;}
.PlatformSeries .WallX0Y36 {z-index: 211;}
.AdventureSeries .WallX0Y36 {background-position: -0px -900px; z-index: 211;}
.Chick .WallX0Y36 {background-position: -0px -900px; z-index: 1513;}
.PlatformSeries .WallX1Y36 {z-index: 212;}
.AdventureSeries .WallX1Y36 {background-position: -25px -900px; z-index: 212;}
.Chick .WallX1Y36 {background-position: -25px -900px; z-index: 1512;}
.PlatformSeries .WallX2Y36 {z-index: 213;}
.AdventureSeries .WallX2Y36 {background-position: -50px -900px; z-index: 213;}
.Chick .WallX2Y36 {background-position: -50px -900px; z-index: 1511;}
.PlatformSeries .WallX3Y36 {z-index: 214;}
.AdventureSeries .WallX3Y36 {background-position: -75px -900px; z-index: 214;}
.Chick .WallX3Y36 {background-position: -75px -900px; z-index: 1510;}
.PlatformSeries .WallX4Y36 {z-index: 215;}
.AdventureSeries .WallX4Y36 {background-position: -100px -900px; z-index: 215;}
.Chick .WallX4Y36 {background-position: -100px -900px; z-index: 1509;}
.PlatformSeries .WallX5Y36 {z-index: 216;}
.AdventureSeries .WallX5Y36 {background-position: -125px -900px; z-index: 216;}
.Chick .WallX5Y36 {background-position: -125px -900px; z-index: 1508;}
.PlatformSeries .WallX6Y36 {z-index: 217;}
.AdventureSeries .WallX6Y36 {background-position: -150px -900px; z-index: 217;}
.Chick .WallX6Y36 {background-position: -150px -900px; z-index: 1507;}
.PlatformSeries .WallX7Y36 {z-index: 218;}
.AdventureSeries .WallX7Y36 {background-position: -175px -900px; z-index: 218;}
.Chick .WallX7Y36 {background-position: -175px -900px; z-index: 1506;}
.PlatformSeries .WallX8Y36 {z-index: 219;}
.AdventureSeries .WallX8Y36 {background-position: -200px -900px; z-index: 219;}
.Chick .WallX8Y36 {background-position: -200px -900px; z-index: 1505;}
.PlatformSeries .WallX9Y36 {z-index: 220;}
.AdventureSeries .WallX9Y36 {background-position: -225px -900px; z-index: 220;}
.Chick .WallX9Y36 {background-position: -225px -900px; z-index: 1504;}
.PlatformSeries .WallX10Y36 {z-index: 221;}
.AdventureSeries .WallX10Y36 {background-position: -250px -900px; z-index: 221;}
.Chick .WallX10Y36 {background-position: -250px -900px; z-index: 1503;}
.PlatformSeries .WallX11Y36 {z-index: 222;}
.AdventureSeries .WallX11Y36 {background-position: -275px -900px; z-index: 222;}
.Chick .WallX11Y36 {background-position: -275px -900px; z-index: 1502;}
.PlatformSeries .WallX12Y36 {z-index: 223;}
.AdventureSeries .WallX12Y36 {background-position: -300px -900px; z-index: 223;}
.Chick .WallX12Y36 {background-position: -300px -900px; z-index: 1501;}
.PlatformSeries .WallX13Y36 {z-index: 224;}
.AdventureSeries .WallX13Y36 {background-position: -325px -900px; z-index: 224;}
.Chick .WallX13Y36 {background-position: -325px -900px; z-index: 1500;}
.PlatformSeries .WallX14Y36 {z-index: 225;}
.AdventureSeries .WallX14Y36 {background-position: -350px -900px; z-index: 225;}
.Chick .WallX14Y36 {background-position: -350px -900px; z-index: 1499;}
.PlatformSeries .WallX15Y36 {z-index: 226;}
.AdventureSeries .WallX15Y36 {background-position: -375px -900px; z-index: 226;}
.Chick .WallX15Y36 {background-position: -375px -900px; z-index: 1498;}
.PlatformSeries .WallX16Y36 {z-index: 227;}
.AdventureSeries .WallX16Y36 {background-position: -400px -900px; z-index: 227;}
.Chick .WallX16Y36 {background-position: -400px -900px; z-index: 1497;}
.PlatformSeries .WallX17Y36 {z-index: 228;}
.AdventureSeries .WallX17Y36 {background-position: -425px -900px; z-index: 228;}
.Chick .WallX17Y36 {background-position: -425px -900px; z-index: 1496;}
.PlatformSeries .WallX18Y36 {z-index: 229;}
.AdventureSeries .WallX18Y36 {background-position: -450px -900px; z-index: 229;}
.Chick .WallX18Y36 {background-position: -450px -900px; z-index: 1495;}
.PlatformSeries .WallX19Y36 {z-index: 230;}
.AdventureSeries .WallX19Y36 {background-position: -475px -900px; z-index: 230;}
.Chick .WallX19Y36 {background-position: -475px -900px; z-index: 1494;}
.PlatformSeries .WallX20Y36 {z-index: 231;}
.AdventureSeries .WallX20Y36 {background-position: -500px -900px; z-index: 231;}
.Chick .WallX20Y36 {background-position: -500px -900px; z-index: 1493;}
.PlatformSeries .WallX21Y36 {z-index: 232;}
.AdventureSeries .WallX21Y36 {background-position: -525px -900px; z-index: 232;}
.Chick .WallX21Y36 {background-position: -525px -900px; z-index: 1492;}
.PlatformSeries .WallX22Y36 {z-index: 233;}
.AdventureSeries .WallX22Y36 {background-position: -550px -900px; z-index: 233;}
.Chick .WallX22Y36 {background-position: -550px -900px; z-index: 1491;}
.PlatformSeries .WallX23Y36 {z-index: 234;}
.AdventureSeries .WallX23Y36 {background-position: -575px -900px; z-index: 234;}
.Chick .WallX23Y36 {background-position: -575px -900px; z-index: 1490;}
.PlatformSeries .WallX24Y36 {z-index: 235;}
.AdventureSeries .WallX24Y36 {background-position: -600px -900px; z-index: 235;}
.Chick .WallX24Y36 {background-position: -600px -900px; z-index: 1489;}
.PlatformSeries .WallX25Y36 {z-index: 236;}
.AdventureSeries .WallX25Y36 {background-position: -625px -900px; z-index: 236;}
.Chick .WallX25Y36 {background-position: -625px -900px; z-index: 1488;}
.PlatformSeries .WallX26Y36 {z-index: 237;}
.AdventureSeries .WallX26Y36 {background-position: -650px -900px; z-index: 237;}
.Chick .WallX26Y36 {background-position: -650px -900px; z-index: 1487;}
.PlatformSeries .WallX27Y36 {z-index: 238;}
.AdventureSeries .WallX27Y36 {background-position: -675px -900px; z-index: 238;}
.Chick .WallX27Y36 {background-position: -675px -900px; z-index: 1486;}
.PlatformSeries .WallX28Y36 {z-index: 239;}
.AdventureSeries .WallX28Y36 {background-position: -700px -900px; z-index: 239;}
.Chick .WallX28Y36 {background-position: -700px -900px; z-index: 1485;}
.PlatformSeries .WallX29Y36 {z-index: 240;}
.AdventureSeries .WallX29Y36 {background-position: -725px -900px; z-index: 240;}
.Chick .WallX29Y36 {background-position: -725px -900px; z-index: 1484;}
.PlatformSeries .WallX30Y36 {z-index: 241;}
.AdventureSeries .WallX30Y36 {background-position: -750px -900px; z-index: 241;}
.Chick .WallX30Y36 {background-position: -750px -900px; z-index: 1483;}
.PlatformSeries .WallX31Y36 {z-index: 242;}
.AdventureSeries .WallX31Y36 {background-position: -775px -900px; z-index: 242;}
.Chick .WallX31Y36 {background-position: -775px -900px; z-index: 1482;}
.PlatformSeries .WallX32Y36 {z-index: 243;}
.AdventureSeries .WallX32Y36 {background-position: -800px -900px; z-index: 243;}
.Chick .WallX32Y36 {background-position: -800px -900px; z-index: 1481;}
.PlatformSeries .WallX33Y36 {z-index: 244;}
.AdventureSeries .WallX33Y36 {background-position: -825px -900px; z-index: 244;}
.Chick .WallX33Y36 {background-position: -825px -900px; z-index: 1480;}
.PlatformSeries .WallX34Y36 {z-index: 245;}
.AdventureSeries .WallX34Y36 {background-position: -850px -900px; z-index: 245;}
.Chick .WallX34Y36 {background-position: -850px -900px; z-index: 1479;}
.PlatformSeries .WallX35Y36 {z-index: 246;}
.AdventureSeries .WallX35Y36 {background-position: -875px -900px; z-index: 246;}
.Chick .WallX35Y36 {background-position: -875px -900px; z-index: 1478;}
.PlatformSeries .WallX36Y36 {z-index: 247;}
.AdventureSeries .WallX36Y36 {background-position: -900px -900px; z-index: 247;}
.Chick .WallX36Y36 {background-position: -900px -900px; z-index: 1477;}
.PlatformSeries .WallX37Y36 {z-index: 248;}
.AdventureSeries .WallX37Y36 {background-position: -925px -900px; z-index: 248;}
.Chick .WallX37Y36 {background-position: -925px -900px; z-index: 1476;}
.PlatformSeries .WallX38Y36 {z-index: 249;}
.AdventureSeries .WallX38Y36 {background-position: -950px -900px; z-index: 249;}
.Chick .WallX38Y36 {background-position: -950px -900px; z-index: 1475;}
.PlatformSeries .WallX39Y36 {z-index: 250;}
.AdventureSeries .WallX39Y36 {background-position: -975px -900px; z-index: 250;}
.Chick .WallX39Y36 {background-position: -975px -900px; z-index: 1474;}
.PlatformSeries .WallX40Y36 {z-index: 251;}
.AdventureSeries .WallX40Y36 {background-position: -1000px -900px; z-index: 251;}
.Chick .WallX40Y36 {background-position: -1000px -900px; z-index: 1473;}
.PlatformSeries .WallX41Y36 {z-index: 252;}
.AdventureSeries .WallX41Y36 {background-position: -1025px -900px; z-index: 252;}
.Chick .WallX41Y36 {background-position: -1025px -900px; z-index: 1472;}
.PlatformSeries .WallX0Y35 {z-index: 253;}
.AdventureSeries .WallX0Y35 {background-position: -0px -875px; z-index: 253;}
.Chick .WallX0Y35 {background-position: -0px -875px; z-index: 1471;}
.PlatformSeries .WallX1Y35 {z-index: 254;}
.AdventureSeries .WallX1Y35 {background-position: -25px -875px; z-index: 254;}
.Chick .WallX1Y35 {background-position: -25px -875px; z-index: 1470;}
.PlatformSeries .WallX2Y35 {z-index: 255;}
.AdventureSeries .WallX2Y35 {background-position: -50px -875px; z-index: 255;}
.Chick .WallX2Y35 {background-position: -50px -875px; z-index: 1469;}
.PlatformSeries .WallX3Y35 {z-index: 256;}
.AdventureSeries .WallX3Y35 {background-position: -75px -875px; z-index: 256;}
.Chick .WallX3Y35 {background-position: -75px -875px; z-index: 1468;}
.PlatformSeries .WallX4Y35 {z-index: 257;}
.AdventureSeries .WallX4Y35 {background-position: -100px -875px; z-index: 257;}
.Chick .WallX4Y35 {background-position: -100px -875px; z-index: 1467;}
.PlatformSeries .WallX5Y35 {z-index: 258;}
.AdventureSeries .WallX5Y35 {background-position: -125px -875px; z-index: 258;}
.Chick .WallX5Y35 {background-position: -125px -875px; z-index: 1466;}
.PlatformSeries .WallX6Y35 {z-index: 259;}
.AdventureSeries .WallX6Y35 {background-position: -150px -875px; z-index: 259;}
.Chick .WallX6Y35 {background-position: -150px -875px; z-index: 1465;}
.PlatformSeries .WallX7Y35 {z-index: 260;}
.AdventureSeries .WallX7Y35 {background-position: -175px -875px; z-index: 260;}
.Chick .WallX7Y35 {background-position: -175px -875px; z-index: 1464;}
.PlatformSeries .WallX8Y35 {z-index: 261;}
.AdventureSeries .WallX8Y35 {background-position: -200px -875px; z-index: 261;}
.Chick .WallX8Y35 {background-position: -200px -875px; z-index: 1463;}
.PlatformSeries .WallX9Y35 {z-index: 262;}
.AdventureSeries .WallX9Y35 {background-position: -225px -875px; z-index: 262;}
.Chick .WallX9Y35 {background-position: -225px -875px; z-index: 1462;}
.PlatformSeries .WallX10Y35 {z-index: 263;}
.AdventureSeries .WallX10Y35 {background-position: -250px -875px; z-index: 263;}
.Chick .WallX10Y35 {background-position: -250px -875px; z-index: 1461;}
.PlatformSeries .WallX11Y35 {z-index: 264;}
.AdventureSeries .WallX11Y35 {background-position: -275px -875px; z-index: 264;}
.Chick .WallX11Y35 {background-position: -275px -875px; z-index: 1460;}
.PlatformSeries .WallX12Y35 {z-index: 265;}
.AdventureSeries .WallX12Y35 {background-position: -300px -875px; z-index: 265;}
.Chick .WallX12Y35 {background-position: -300px -875px; z-index: 1459;}
.PlatformSeries .WallX13Y35 {z-index: 266;}
.AdventureSeries .WallX13Y35 {background-position: -325px -875px; z-index: 266;}
.Chick .WallX13Y35 {background-position: -325px -875px; z-index: 1458;}
.PlatformSeries .WallX14Y35 {z-index: 267;}
.AdventureSeries .WallX14Y35 {background-position: -350px -875px; z-index: 267;}
.Chick .WallX14Y35 {background-position: -350px -875px; z-index: 1457;}
.PlatformSeries .WallX15Y35 {z-index: 268;}
.AdventureSeries .WallX15Y35 {background-position: -375px -875px; z-index: 268;}
.Chick .WallX15Y35 {background-position: -375px -875px; z-index: 1456;}
.PlatformSeries .WallX16Y35 {z-index: 269;}
.AdventureSeries .WallX16Y35 {background-position: -400px -875px; z-index: 269;}
.Chick .WallX16Y35 {background-position: -400px -875px; z-index: 1455;}
.PlatformSeries .WallX17Y35 {z-index: 270;}
.AdventureSeries .WallX17Y35 {background-position: -425px -875px; z-index: 270;}
.Chick .WallX17Y35 {background-position: -425px -875px; z-index: 1454;}
.PlatformSeries .WallX18Y35 {z-index: 271;}
.AdventureSeries .WallX18Y35 {background-position: -450px -875px; z-index: 271;}
.Chick .WallX18Y35 {background-position: -450px -875px; z-index: 1453;}
.PlatformSeries .WallX19Y35 {z-index: 272;}
.AdventureSeries .WallX19Y35 {background-position: -475px -875px; z-index: 272;}
.Chick .WallX19Y35 {background-position: -475px -875px; z-index: 1452;}
.PlatformSeries .WallX20Y35 {z-index: 273;}
.AdventureSeries .WallX20Y35 {background-position: -500px -875px; z-index: 273;}
.Chick .WallX20Y35 {background-position: -500px -875px; z-index: 1451;}
.PlatformSeries .WallX21Y35 {z-index: 274;}
.AdventureSeries .WallX21Y35 {background-position: -525px -875px; z-index: 274;}
.Chick .WallX21Y35 {background-position: -525px -875px; z-index: 1450;}
.PlatformSeries .WallX22Y35 {z-index: 275;}
.AdventureSeries .WallX22Y35 {background-position: -550px -875px; z-index: 275;}
.Chick .WallX22Y35 {background-position: -550px -875px; z-index: 1449;}
.PlatformSeries .WallX23Y35 {z-index: 276;}
.AdventureSeries .WallX23Y35 {background-position: -575px -875px; z-index: 276;}
.Chick .WallX23Y35 {background-position: -575px -875px; z-index: 1448;}
.PlatformSeries .WallX24Y35 {z-index: 277;}
.AdventureSeries .WallX24Y35 {background-position: -600px -875px; z-index: 277;}
.Chick .WallX24Y35 {background-position: -600px -875px; z-index: 1447;}
.PlatformSeries .WallX25Y35 {z-index: 278;}
.AdventureSeries .WallX25Y35 {background-position: -625px -875px; z-index: 278;}
.Chick .WallX25Y35 {background-position: -625px -875px; z-index: 1446;}
.PlatformSeries .WallX26Y35 {z-index: 279;}
.AdventureSeries .WallX26Y35 {background-position: -650px -875px; z-index: 279;}
.Chick .WallX26Y35 {background-position: -650px -875px; z-index: 1445;}
.PlatformSeries .WallX27Y35 {z-index: 280;}
.AdventureSeries .WallX27Y35 {background-position: -675px -875px; z-index: 280;}
.Chick .WallX27Y35 {background-position: -675px -875px; z-index: 1444;}
.PlatformSeries .WallX28Y35 {z-index: 281;}
.AdventureSeries .WallX28Y35 {background-position: -700px -875px; z-index: 281;}
.Chick .WallX28Y35 {background-position: -700px -875px; z-index: 1443;}
.PlatformSeries .WallX29Y35 {z-index: 282;}
.AdventureSeries .WallX29Y35 {background-position: -725px -875px; z-index: 282;}
.Chick .WallX29Y35 {background-position: -725px -875px; z-index: 1442;}
.PlatformSeries .WallX30Y35 {z-index: 283;}
.AdventureSeries .WallX30Y35 {background-position: -750px -875px; z-index: 283;}
.Chick .WallX30Y35 {background-position: -750px -875px; z-index: 1441;}
.PlatformSeries .WallX31Y35 {z-index: 284;}
.AdventureSeries .WallX31Y35 {background-position: -775px -875px; z-index: 284;}
.Chick .WallX31Y35 {background-position: -775px -875px; z-index: 1440;}
.PlatformSeries .WallX32Y35 {z-index: 285;}
.AdventureSeries .WallX32Y35 {background-position: -800px -875px; z-index: 285;}
.Chick .WallX32Y35 {background-position: -800px -875px; z-index: 1439;}
.PlatformSeries .WallX33Y35 {z-index: 286;}
.AdventureSeries .WallX33Y35 {background-position: -825px -875px; z-index: 286;}
.Chick .WallX33Y35 {background-position: -825px -875px; z-index: 1438;}
.PlatformSeries .WallX34Y35 {z-index: 287;}
.AdventureSeries .WallX34Y35 {background-position: -850px -875px; z-index: 287;}
.Chick .WallX34Y35 {background-position: -850px -875px; z-index: 1437;}
.PlatformSeries .WallX35Y35 {z-index: 288;}
.AdventureSeries .WallX35Y35 {background-position: -875px -875px; z-index: 288;}
.Chick .WallX35Y35 {background-position: -875px -875px; z-index: 1436;}
.PlatformSeries .WallX36Y35 {z-index: 289;}
.AdventureSeries .WallX36Y35 {background-position: -900px -875px; z-index: 289;}
.Chick .WallX36Y35 {background-position: -900px -875px; z-index: 1435;}
.PlatformSeries .WallX37Y35 {z-index: 290;}
.AdventureSeries .WallX37Y35 {background-position: -925px -875px; z-index: 290;}
.Chick .WallX37Y35 {background-position: -925px -875px; z-index: 1434;}
.PlatformSeries .WallX38Y35 {z-index: 291;}
.AdventureSeries .WallX38Y35 {background-position: -950px -875px; z-index: 291;}
.Chick .WallX38Y35 {background-position: -950px -875px; z-index: 1433;}
.PlatformSeries .WallX39Y35 {z-index: 292;}
.AdventureSeries .WallX39Y35 {background-position: -975px -875px; z-index: 292;}
.Chick .WallX39Y35 {background-position: -975px -875px; z-index: 1432;}
.PlatformSeries .WallX40Y35 {z-index: 293;}
.AdventureSeries .WallX40Y35 {background-position: -1000px -875px; z-index: 293;}
.Chick .WallX40Y35 {background-position: -1000px -875px; z-index: 1431;}
.PlatformSeries .WallX41Y35 {z-index: 294;}
.AdventureSeries .WallX41Y35 {background-position: -1025px -875px; z-index: 294;}
.Chick .WallX41Y35 {background-position: -1025px -875px; z-index: 1430;}
.PlatformSeries .WallX0Y34 {z-index: 295;}
.AdventureSeries .WallX0Y34 {background-position: -0px -850px; z-index: 295;}
.Chick .WallX0Y34 {background-position: -0px -850px; z-index: 1429;}
.PlatformSeries .WallX1Y34 {z-index: 296;}
.AdventureSeries .WallX1Y34 {background-position: -25px -850px; z-index: 296;}
.Chick .WallX1Y34 {background-position: -25px -850px; z-index: 1428;}
.PlatformSeries .WallX2Y34 {z-index: 297;}
.AdventureSeries .WallX2Y34 {background-position: -50px -850px; z-index: 297;}
.Chick .WallX2Y34 {background-position: -50px -850px; z-index: 1427;}
.PlatformSeries .WallX3Y34 {z-index: 298;}
.AdventureSeries .WallX3Y34 {background-position: -75px -850px; z-index: 298;}
.Chick .WallX3Y34 {background-position: -75px -850px; z-index: 1426;}
.PlatformSeries .WallX4Y34 {z-index: 299;}
.AdventureSeries .WallX4Y34 {background-position: -100px -850px; z-index: 299;}
.Chick .WallX4Y34 {background-position: -100px -850px; z-index: 1425;}
.PlatformSeries .WallX5Y34 {z-index: 300;}
.AdventureSeries .WallX5Y34 {background-position: -125px -850px; z-index: 300;}
.Chick .WallX5Y34 {background-position: -125px -850px; z-index: 1424;}
.PlatformSeries .WallX6Y34 {z-index: 301;}
.AdventureSeries .WallX6Y34 {background-position: -150px -850px; z-index: 301;}
.Chick .WallX6Y34 {background-position: -150px -850px; z-index: 1423;}
.PlatformSeries .WallX7Y34 {z-index: 302;}
.AdventureSeries .WallX7Y34 {background-position: -175px -850px; z-index: 302;}
.Chick .WallX7Y34 {background-position: -175px -850px; z-index: 1422;}
.PlatformSeries .WallX8Y34 {z-index: 303;}
.AdventureSeries .WallX8Y34 {background-position: -200px -850px; z-index: 303;}
.Chick .WallX8Y34 {background-position: -200px -850px; z-index: 1421;}
.PlatformSeries .WallX9Y34 {z-index: 304;}
.AdventureSeries .WallX9Y34 {background-position: -225px -850px; z-index: 304;}
.Chick .WallX9Y34 {background-position: -225px -850px; z-index: 1420;}
.PlatformSeries .WallX10Y34 {z-index: 305;}
.AdventureSeries .WallX10Y34 {background-position: -250px -850px; z-index: 305;}
.Chick .WallX10Y34 {background-position: -250px -850px; z-index: 1419;}
.PlatformSeries .WallX11Y34 {z-index: 306;}
.AdventureSeries .WallX11Y34 {background-position: -275px -850px; z-index: 306;}
.Chick .WallX11Y34 {background-position: -275px -850px; z-index: 1418;}
.PlatformSeries .WallX12Y34 {z-index: 307;}
.AdventureSeries .WallX12Y34 {background-position: -300px -850px; z-index: 307;}
.Chick .WallX12Y34 {background-position: -300px -850px; z-index: 1417;}
.PlatformSeries .WallX13Y34 {z-index: 308;}
.AdventureSeries .WallX13Y34 {background-position: -325px -850px; z-index: 308;}
.Chick .WallX13Y34 {background-position: -325px -850px; z-index: 1416;}
.PlatformSeries .WallX14Y34 {z-index: 309;}
.AdventureSeries .WallX14Y34 {background-position: -350px -850px; z-index: 309;}
.Chick .WallX14Y34 {background-position: -350px -850px; z-index: 1415;}
.PlatformSeries .WallX15Y34 {z-index: 310;}
.AdventureSeries .WallX15Y34 {background-position: -375px -850px; z-index: 310;}
.Chick .WallX15Y34 {background-position: -375px -850px; z-index: 1414;}
.PlatformSeries .WallX16Y34 {z-index: 311;}
.AdventureSeries .WallX16Y34 {background-position: -400px -850px; z-index: 311;}
.Chick .WallX16Y34 {background-position: -400px -850px; z-index: 1413;}
.PlatformSeries .WallX17Y34 {z-index: 312;}
.AdventureSeries .WallX17Y34 {background-position: -425px -850px; z-index: 312;}
.Chick .WallX17Y34 {background-position: -425px -850px; z-index: 1412;}
.PlatformSeries .WallX18Y34 {z-index: 313;}
.AdventureSeries .WallX18Y34 {background-position: -450px -850px; z-index: 313;}
.Chick .WallX18Y34 {background-position: -450px -850px; z-index: 1411;}
.PlatformSeries .WallX19Y34 {z-index: 314;}
.AdventureSeries .WallX19Y34 {background-position: -475px -850px; z-index: 314;}
.Chick .WallX19Y34 {background-position: -475px -850px; z-index: 1410;}
.PlatformSeries .WallX20Y34 {z-index: 315;}
.AdventureSeries .WallX20Y34 {background-position: -500px -850px; z-index: 315;}
.Chick .WallX20Y34 {background-position: -500px -850px; z-index: 1409;}
.PlatformSeries .WallX21Y34 {z-index: 316;}
.AdventureSeries .WallX21Y34 {background-position: -525px -850px; z-index: 316;}
.Chick .WallX21Y34 {background-position: -525px -850px; z-index: 1408;}
.PlatformSeries .WallX22Y34 {z-index: 317;}
.AdventureSeries .WallX22Y34 {background-position: -550px -850px; z-index: 317;}
.Chick .WallX22Y34 {background-position: -550px -850px; z-index: 1407;}
.PlatformSeries .WallX23Y34 {z-index: 318;}
.AdventureSeries .WallX23Y34 {background-position: -575px -850px; z-index: 318;}
.Chick .WallX23Y34 {background-position: -575px -850px; z-index: 1406;}
.PlatformSeries .WallX24Y34 {z-index: 319;}
.AdventureSeries .WallX24Y34 {background-position: -600px -850px; z-index: 319;}
.Chick .WallX24Y34 {background-position: -600px -850px; z-index: 1405;}
.PlatformSeries .WallX25Y34 {z-index: 320;}
.AdventureSeries .WallX25Y34 {background-position: -625px -850px; z-index: 320;}
.Chick .WallX25Y34 {background-position: -625px -850px; z-index: 1404;}
.PlatformSeries .WallX26Y34 {z-index: 321;}
.AdventureSeries .WallX26Y34 {background-position: -650px -850px; z-index: 321;}
.Chick .WallX26Y34 {background-position: -650px -850px; z-index: 1403;}
.PlatformSeries .WallX27Y34 {z-index: 322;}
.AdventureSeries .WallX27Y34 {background-position: -675px -850px; z-index: 322;}
.Chick .WallX27Y34 {background-position: -675px -850px; z-index: 1402;}
.PlatformSeries .WallX28Y34 {z-index: 323;}
.AdventureSeries .WallX28Y34 {background-position: -700px -850px; z-index: 323;}
.Chick .WallX28Y34 {background-position: -700px -850px; z-index: 1401;}
.PlatformSeries .WallX29Y34 {z-index: 324;}
.AdventureSeries .WallX29Y34 {background-position: -725px -850px; z-index: 324;}
.Chick .WallX29Y34 {background-position: -725px -850px; z-index: 1400;}
.PlatformSeries .WallX30Y34 {z-index: 325;}
.AdventureSeries .WallX30Y34 {background-position: -750px -850px; z-index: 325;}
.Chick .WallX30Y34 {background-position: -750px -850px; z-index: 1399;}
.PlatformSeries .WallX31Y34 {z-index: 326;}
.AdventureSeries .WallX31Y34 {background-position: -775px -850px; z-index: 326;}
.Chick .WallX31Y34 {background-position: -775px -850px; z-index: 1398;}
.PlatformSeries .WallX32Y34 {z-index: 327;}
.AdventureSeries .WallX32Y34 {background-position: -800px -850px; z-index: 327;}
.Chick .WallX32Y34 {background-position: -800px -850px; z-index: 1397;}
.PlatformSeries .WallX33Y34 {z-index: 328;}
.AdventureSeries .WallX33Y34 {background-position: -825px -850px; z-index: 328;}
.Chick .WallX33Y34 {background-position: -825px -850px; z-index: 1396;}
.PlatformSeries .WallX34Y34 {z-index: 329;}
.AdventureSeries .WallX34Y34 {background-position: -850px -850px; z-index: 329;}
.Chick .WallX34Y34 {background-position: -850px -850px; z-index: 1395;}
.PlatformSeries .WallX35Y34 {z-index: 330;}
.AdventureSeries .WallX35Y34 {background-position: -875px -850px; z-index: 330;}
.Chick .WallX35Y34 {background-position: -875px -850px; z-index: 1394;}
.PlatformSeries .WallX36Y34 {z-index: 331;}
.AdventureSeries .WallX36Y34 {background-position: -900px -850px; z-index: 331;}
.Chick .WallX36Y34 {background-position: -900px -850px; z-index: 1393;}
.PlatformSeries .WallX37Y34 {z-index: 332;}
.AdventureSeries .WallX37Y34 {background-position: -925px -850px; z-index: 332;}
.Chick .WallX37Y34 {background-position: -925px -850px; z-index: 1392;}
.PlatformSeries .WallX38Y34 {z-index: 333;}
.AdventureSeries .WallX38Y34 {background-position: -950px -850px; z-index: 333;}
.Chick .WallX38Y34 {background-position: -950px -850px; z-index: 1391;}
.PlatformSeries .WallX39Y34 {z-index: 334;}
.AdventureSeries .WallX39Y34 {background-position: -975px -850px; z-index: 334;}
.Chick .WallX39Y34 {background-position: -975px -850px; z-index: 1390;}
.PlatformSeries .WallX40Y34 {z-index: 335;}
.AdventureSeries .WallX40Y34 {background-position: -1000px -850px; z-index: 335;}
.Chick .WallX40Y34 {background-position: -1000px -850px; z-index: 1389;}
.PlatformSeries .WallX41Y34 {z-index: 336;}
.AdventureSeries .WallX41Y34 {background-position: -1025px -850px; z-index: 336;}
.Chick .WallX41Y34 {background-position: -1025px -850px; z-index: 1388;}
.PlatformSeries .WallX0Y33 {z-index: 337;}
.AdventureSeries .WallX0Y33 {background-position: -0px -825px; z-index: 337;}
.Chick .WallX0Y33 {background-position: -0px -825px; z-index: 1387;}
.PlatformSeries .WallX1Y33 {z-index: 338;}
.AdventureSeries .WallX1Y33 {background-position: -25px -825px; z-index: 338;}
.Chick .WallX1Y33 {background-position: -25px -825px; z-index: 1386;}
.PlatformSeries .WallX2Y33 {z-index: 339;}
.AdventureSeries .WallX2Y33 {background-position: -50px -825px; z-index: 339;}
.Chick .WallX2Y33 {background-position: -50px -825px; z-index: 1385;}
.PlatformSeries .WallX3Y33 {z-index: 340;}
.AdventureSeries .WallX3Y33 {background-position: -75px -825px; z-index: 340;}
.Chick .WallX3Y33 {background-position: -75px -825px; z-index: 1384;}
.PlatformSeries .WallX4Y33 {z-index: 341;}
.AdventureSeries .WallX4Y33 {background-position: -100px -825px; z-index: 341;}
.Chick .WallX4Y33 {background-position: -100px -825px; z-index: 1383;}
.PlatformSeries .WallX5Y33 {z-index: 342;}
.AdventureSeries .WallX5Y33 {background-position: -125px -825px; z-index: 342;}
.Chick .WallX5Y33 {background-position: -125px -825px; z-index: 1382;}
.PlatformSeries .WallX6Y33 {z-index: 343;}
.AdventureSeries .WallX6Y33 {background-position: -150px -825px; z-index: 343;}
.Chick .WallX6Y33 {background-position: -150px -825px; z-index: 1381;}
.PlatformSeries .WallX7Y33 {z-index: 344;}
.AdventureSeries .WallX7Y33 {background-position: -175px -825px; z-index: 344;}
.Chick .WallX7Y33 {background-position: -175px -825px; z-index: 1380;}
.PlatformSeries .WallX8Y33 {z-index: 345;}
.AdventureSeries .WallX8Y33 {background-position: -200px -825px; z-index: 345;}
.Chick .WallX8Y33 {background-position: -200px -825px; z-index: 1379;}
.PlatformSeries .WallX9Y33 {z-index: 346;}
.AdventureSeries .WallX9Y33 {background-position: -225px -825px; z-index: 346;}
.Chick .WallX9Y33 {background-position: -225px -825px; z-index: 1378;}
.PlatformSeries .WallX10Y33 {z-index: 347;}
.AdventureSeries .WallX10Y33 {background-position: -250px -825px; z-index: 347;}
.Chick .WallX10Y33 {background-position: -250px -825px; z-index: 1377;}
.PlatformSeries .WallX11Y33 {z-index: 348;}
.AdventureSeries .WallX11Y33 {background-position: -275px -825px; z-index: 348;}
.Chick .WallX11Y33 {background-position: -275px -825px; z-index: 1376;}
.PlatformSeries .WallX12Y33 {z-index: 349;}
.AdventureSeries .WallX12Y33 {background-position: -300px -825px; z-index: 349;}
.Chick .WallX12Y33 {background-position: -300px -825px; z-index: 1375;}
.PlatformSeries .WallX13Y33 {z-index: 350;}
.AdventureSeries .WallX13Y33 {background-position: -325px -825px; z-index: 350;}
.Chick .WallX13Y33 {background-position: -325px -825px; z-index: 1374;}
.PlatformSeries .WallX14Y33 {z-index: 351;}
.AdventureSeries .WallX14Y33 {background-position: -350px -825px; z-index: 351;}
.Chick .WallX14Y33 {background-position: -350px -825px; z-index: 1373;}
.PlatformSeries .WallX15Y33 {z-index: 352;}
.AdventureSeries .WallX15Y33 {background-position: -375px -825px; z-index: 352;}
.Chick .WallX15Y33 {background-position: -375px -825px; z-index: 1372;}
.PlatformSeries .WallX16Y33 {z-index: 353;}
.AdventureSeries .WallX16Y33 {background-position: -400px -825px; z-index: 353;}
.Chick .WallX16Y33 {background-position: -400px -825px; z-index: 1371;}
.PlatformSeries .WallX17Y33 {z-index: 354;}
.AdventureSeries .WallX17Y33 {background-position: -425px -825px; z-index: 354;}
.Chick .WallX17Y33 {background-position: -425px -825px; z-index: 1370;}
.PlatformSeries .WallX18Y33 {z-index: 355;}
.AdventureSeries .WallX18Y33 {background-position: -450px -825px; z-index: 355;}
.Chick .WallX18Y33 {background-position: -450px -825px; z-index: 1369;}
.PlatformSeries .WallX19Y33 {z-index: 356;}
.AdventureSeries .WallX19Y33 {background-position: -475px -825px; z-index: 356;}
.Chick .WallX19Y33 {background-position: -475px -825px; z-index: 1368;}
.PlatformSeries .WallX20Y33 {z-index: 357;}
.AdventureSeries .WallX20Y33 {background-position: -500px -825px; z-index: 357;}
.Chick .WallX20Y33 {background-position: -500px -825px; z-index: 1367;}
.PlatformSeries .WallX21Y33 {z-index: 358;}
.AdventureSeries .WallX21Y33 {background-position: -525px -825px; z-index: 358;}
.Chick .WallX21Y33 {background-position: -525px -825px; z-index: 1366;}
.PlatformSeries .WallX22Y33 {z-index: 359;}
.AdventureSeries .WallX22Y33 {background-position: -550px -825px; z-index: 359;}
.Chick .WallX22Y33 {background-position: -550px -825px; z-index: 1365;}
.PlatformSeries .WallX23Y33 {z-index: 360;}
.AdventureSeries .WallX23Y33 {background-position: -575px -825px; z-index: 360;}
.Chick .WallX23Y33 {background-position: -575px -825px; z-index: 1364;}
.PlatformSeries .WallX24Y33 {z-index: 361;}
.AdventureSeries .WallX24Y33 {background-position: -600px -825px; z-index: 361;}
.Chick .WallX24Y33 {background-position: -600px -825px; z-index: 1363;}
.PlatformSeries .WallX25Y33 {z-index: 362;}
.AdventureSeries .WallX25Y33 {background-position: -625px -825px; z-index: 362;}
.Chick .WallX25Y33 {background-position: -625px -825px; z-index: 1362;}
.PlatformSeries .WallX26Y33 {z-index: 363;}
.AdventureSeries .WallX26Y33 {background-position: -650px -825px; z-index: 363;}
.Chick .WallX26Y33 {background-position: -650px -825px; z-index: 1361;}
.PlatformSeries .WallX27Y33 {z-index: 364;}
.AdventureSeries .WallX27Y33 {background-position: -675px -825px; z-index: 364;}
.Chick .WallX27Y33 {background-position: -675px -825px; z-index: 1360;}
.PlatformSeries .WallX28Y33 {z-index: 365;}
.AdventureSeries .WallX28Y33 {background-position: -700px -825px; z-index: 365;}
.Chick .WallX28Y33 {background-position: -700px -825px; z-index: 1359;}
.PlatformSeries .WallX29Y33 {z-index: 366;}
.AdventureSeries .WallX29Y33 {background-position: -725px -825px; z-index: 366;}
.Chick .WallX29Y33 {background-position: -725px -825px; z-index: 1358;}
.PlatformSeries .WallX30Y33 {z-index: 367;}
.AdventureSeries .WallX30Y33 {background-position: -750px -825px; z-index: 367;}
.Chick .WallX30Y33 {background-position: -750px -825px; z-index: 1357;}
.PlatformSeries .WallX31Y33 {z-index: 368;}
.AdventureSeries .WallX31Y33 {background-position: -775px -825px; z-index: 368;}
.Chick .WallX31Y33 {background-position: -775px -825px; z-index: 1356;}
.PlatformSeries .WallX32Y33 {z-index: 369;}
.AdventureSeries .WallX32Y33 {background-position: -800px -825px; z-index: 369;}
.Chick .WallX32Y33 {background-position: -800px -825px; z-index: 1355;}
.PlatformSeries .WallX33Y33 {z-index: 370;}
.AdventureSeries .WallX33Y33 {background-position: -825px -825px; z-index: 370;}
.Chick .WallX33Y33 {background-position: -825px -825px; z-index: 1354;}
.PlatformSeries .WallX34Y33 {z-index: 371;}
.AdventureSeries .WallX34Y33 {background-position: -850px -825px; z-index: 371;}
.Chick .WallX34Y33 {background-position: -850px -825px; z-index: 1353;}
.PlatformSeries .WallX35Y33 {z-index: 372;}
.AdventureSeries .WallX35Y33 {background-position: -875px -825px; z-index: 372;}
.Chick .WallX35Y33 {background-position: -875px -825px; z-index: 1352;}
.PlatformSeries .WallX36Y33 {z-index: 373;}
.AdventureSeries .WallX36Y33 {background-position: -900px -825px; z-index: 373;}
.Chick .WallX36Y33 {background-position: -900px -825px; z-index: 1351;}
.PlatformSeries .WallX37Y33 {z-index: 374;}
.AdventureSeries .WallX37Y33 {background-position: -925px -825px; z-index: 374;}
.Chick .WallX37Y33 {background-position: -925px -825px; z-index: 1350;}
.PlatformSeries .WallX38Y33 {z-index: 375;}
.AdventureSeries .WallX38Y33 {background-position: -950px -825px; z-index: 375;}
.Chick .WallX38Y33 {background-position: -950px -825px; z-index: 1349;}
.PlatformSeries .WallX39Y33 {z-index: 376;}
.AdventureSeries .WallX39Y33 {background-position: -975px -825px; z-index: 376;}
.Chick .WallX39Y33 {background-position: -975px -825px; z-index: 1348;}
.PlatformSeries .WallX40Y33 {z-index: 377;}
.AdventureSeries .WallX40Y33 {background-position: -1000px -825px; z-index: 377;}
.Chick .WallX40Y33 {background-position: -1000px -825px; z-index: 1347;}
.PlatformSeries .WallX41Y33 {z-index: 378;}
.AdventureSeries .WallX41Y33 {background-position: -1025px -825px; z-index: 378;}
.Chick .WallX41Y33 {background-position: -1025px -825px; z-index: 1346;}
.PlatformSeries .WallX0Y32 {z-index: 379;}
.AdventureSeries .WallX0Y32 {background-position: -0px -800px; z-index: 379;}
.Chick .WallX0Y32 {background-position: -0px -800px; z-index: 1345;}
.PlatformSeries .WallX1Y32 {z-index: 380;}
.AdventureSeries .WallX1Y32 {background-position: -25px -800px; z-index: 380;}
.Chick .WallX1Y32 {background-position: -25px -800px; z-index: 1344;}
.PlatformSeries .WallX2Y32 {z-index: 381;}
.AdventureSeries .WallX2Y32 {background-position: -50px -800px; z-index: 381;}
.Chick .WallX2Y32 {background-position: -50px -800px; z-index: 1343;}
.PlatformSeries .WallX3Y32 {z-index: 382;}
.AdventureSeries .WallX3Y32 {background-position: -75px -800px; z-index: 382;}
.Chick .WallX3Y32 {background-position: -75px -800px; z-index: 1342;}
.PlatformSeries .WallX4Y32 {z-index: 383;}
.AdventureSeries .WallX4Y32 {background-position: -100px -800px; z-index: 383;}
.Chick .WallX4Y32 {background-position: -100px -800px; z-index: 1341;}
.PlatformSeries .WallX5Y32 {z-index: 384;}
.AdventureSeries .WallX5Y32 {background-position: -125px -800px; z-index: 384;}
.Chick .WallX5Y32 {background-position: -125px -800px; z-index: 1340;}
.PlatformSeries .WallX6Y32 {z-index: 385;}
.AdventureSeries .WallX6Y32 {background-position: -150px -800px; z-index: 385;}
.Chick .WallX6Y32 {background-position: -150px -800px; z-index: 1339;}
.PlatformSeries .WallX7Y32 {z-index: 386;}
.AdventureSeries .WallX7Y32 {background-position: -175px -800px; z-index: 386;}
.Chick .WallX7Y32 {background-position: -175px -800px; z-index: 1338;}
.PlatformSeries .WallX8Y32 {z-index: 387;}
.AdventureSeries .WallX8Y32 {background-position: -200px -800px; z-index: 387;}
.Chick .WallX8Y32 {background-position: -200px -800px; z-index: 1337;}
.PlatformSeries .WallX9Y32 {z-index: 388;}
.AdventureSeries .WallX9Y32 {background-position: -225px -800px; z-index: 388;}
.Chick .WallX9Y32 {background-position: -225px -800px; z-index: 1336;}
.PlatformSeries .WallX10Y32 {z-index: 389;}
.AdventureSeries .WallX10Y32 {background-position: -250px -800px; z-index: 389;}
.Chick .WallX10Y32 {background-position: -250px -800px; z-index: 1335;}
.PlatformSeries .WallX11Y32 {z-index: 390;}
.AdventureSeries .WallX11Y32 {background-position: -275px -800px; z-index: 390;}
.Chick .WallX11Y32 {background-position: -275px -800px; z-index: 1334;}
.PlatformSeries .WallX12Y32 {z-index: 391;}
.AdventureSeries .WallX12Y32 {background-position: -300px -800px; z-index: 391;}
.Chick .WallX12Y32 {background-position: -300px -800px; z-index: 1333;}
.PlatformSeries .WallX13Y32 {z-index: 392;}
.AdventureSeries .WallX13Y32 {background-position: -325px -800px; z-index: 392;}
.Chick .WallX13Y32 {background-position: -325px -800px; z-index: 1332;}
.PlatformSeries .WallX14Y32 {z-index: 393;}
.AdventureSeries .WallX14Y32 {background-position: -350px -800px; z-index: 393;}
.Chick .WallX14Y32 {background-position: -350px -800px; z-index: 1331;}
.PlatformSeries .WallX15Y32 {z-index: 394;}
.AdventureSeries .WallX15Y32 {background-position: -375px -800px; z-index: 394;}
.Chick .WallX15Y32 {background-position: -375px -800px; z-index: 1330;}
.PlatformSeries .WallX16Y32 {z-index: 395;}
.AdventureSeries .WallX16Y32 {background-position: -400px -800px; z-index: 395;}
.Chick .WallX16Y32 {background-position: -400px -800px; z-index: 1329;}
.PlatformSeries .WallX17Y32 {z-index: 396;}
.AdventureSeries .WallX17Y32 {background-position: -425px -800px; z-index: 396;}
.Chick .WallX17Y32 {background-position: -425px -800px; z-index: 1328;}
.PlatformSeries .WallX18Y32 {z-index: 397;}
.AdventureSeries .WallX18Y32 {background-position: -450px -800px; z-index: 397;}
.Chick .WallX18Y32 {background-position: -450px -800px; z-index: 1327;}
.PlatformSeries .WallX19Y32 {z-index: 398;}
.AdventureSeries .WallX19Y32 {background-position: -475px -800px; z-index: 398;}
.Chick .WallX19Y32 {background-position: -475px -800px; z-index: 1326;}
.PlatformSeries .WallX20Y32 {z-index: 399;}
.AdventureSeries .WallX20Y32 {background-position: -500px -800px; z-index: 399;}
.Chick .WallX20Y32 {background-position: -500px -800px; z-index: 1325;}
.PlatformSeries .WallX21Y32 {z-index: 400;}
.AdventureSeries .WallX21Y32 {background-position: -525px -800px; z-index: 400;}
.Chick .WallX21Y32 {background-position: -525px -800px; z-index: 1324;}
.PlatformSeries .WallX22Y32 {z-index: 401;}
.AdventureSeries .WallX22Y32 {background-position: -550px -800px; z-index: 401;}
.Chick .WallX22Y32 {background-position: -550px -800px; z-index: 1323;}
.PlatformSeries .WallX23Y32 {z-index: 402;}
.AdventureSeries .WallX23Y32 {background-position: -575px -800px; z-index: 402;}
.Chick .WallX23Y32 {background-position: -575px -800px; z-index: 1322;}
.PlatformSeries .WallX24Y32 {z-index: 403;}
.AdventureSeries .WallX24Y32 {background-position: -600px -800px; z-index: 403;}
.Chick .WallX24Y32 {background-position: -600px -800px; z-index: 1321;}
.PlatformSeries .WallX25Y32 {z-index: 404;}
.AdventureSeries .WallX25Y32 {background-position: -625px -800px; z-index: 404;}
.Chick .WallX25Y32 {background-position: -625px -800px; z-index: 1320;}
.PlatformSeries .WallX26Y32 {z-index: 405;}
.AdventureSeries .WallX26Y32 {background-position: -650px -800px; z-index: 405;}
.Chick .WallX26Y32 {background-position: -650px -800px; z-index: 1319;}
.PlatformSeries .WallX27Y32 {z-index: 406;}
.AdventureSeries .WallX27Y32 {background-position: -675px -800px; z-index: 406;}
.Chick .WallX27Y32 {background-position: -675px -800px; z-index: 1318;}
.PlatformSeries .WallX28Y32 {z-index: 407;}
.AdventureSeries .WallX28Y32 {background-position: -700px -800px; z-index: 407;}
.Chick .WallX28Y32 {background-position: -700px -800px; z-index: 1317;}
.PlatformSeries .WallX29Y32 {z-index: 408;}
.AdventureSeries .WallX29Y32 {background-position: -725px -800px; z-index: 408;}
.Chick .WallX29Y32 {background-position: -725px -800px; z-index: 1316;}
.PlatformSeries .WallX30Y32 {z-index: 409;}
.AdventureSeries .WallX30Y32 {background-position: -750px -800px; z-index: 409;}
.Chick .WallX30Y32 {background-position: -750px -800px; z-index: 1315;}
.PlatformSeries .WallX31Y32 {z-index: 410;}
.AdventureSeries .WallX31Y32 {background-position: -775px -800px; z-index: 410;}
.Chick .WallX31Y32 {background-position: -775px -800px; z-index: 1314;}
.PlatformSeries .WallX32Y32 {z-index: 411;}
.AdventureSeries .WallX32Y32 {background-position: -800px -800px; z-index: 411;}
.Chick .WallX32Y32 {background-position: -800px -800px; z-index: 1313;}
.PlatformSeries .WallX33Y32 {z-index: 412;}
.AdventureSeries .WallX33Y32 {background-position: -825px -800px; z-index: 412;}
.Chick .WallX33Y32 {background-position: -825px -800px; z-index: 1312;}
.PlatformSeries .WallX34Y32 {z-index: 413;}
.AdventureSeries .WallX34Y32 {background-position: -850px -800px; z-index: 413;}
.Chick .WallX34Y32 {background-position: -850px -800px; z-index: 1311;}
.PlatformSeries .WallX35Y32 {z-index: 414;}
.AdventureSeries .WallX35Y32 {background-position: -875px -800px; z-index: 414;}
.Chick .WallX35Y32 {background-position: -875px -800px; z-index: 1310;}
.PlatformSeries .WallX36Y32 {z-index: 415;}
.AdventureSeries .WallX36Y32 {background-position: -900px -800px; z-index: 415;}
.Chick .WallX36Y32 {background-position: -900px -800px; z-index: 1309;}
.PlatformSeries .WallX37Y32 {z-index: 416;}
.AdventureSeries .WallX37Y32 {background-position: -925px -800px; z-index: 416;}
.Chick .WallX37Y32 {background-position: -925px -800px; z-index: 1308;}
.PlatformSeries .WallX38Y32 {z-index: 417;}
.AdventureSeries .WallX38Y32 {background-position: -950px -800px; z-index: 417;}
.Chick .WallX38Y32 {background-position: -950px -800px; z-index: 1307;}
.PlatformSeries .WallX39Y32 {z-index: 418;}
.AdventureSeries .WallX39Y32 {background-position: -975px -800px; z-index: 418;}
.Chick .WallX39Y32 {background-position: -975px -800px; z-index: 1306;}
.PlatformSeries .WallX40Y32 {z-index: 419;}
.AdventureSeries .WallX40Y32 {background-position: -1000px -800px; z-index: 419;}
.Chick .WallX40Y32 {background-position: -1000px -800px; z-index: 1305;}
.PlatformSeries .WallX41Y32 {z-index: 420;}
.AdventureSeries .WallX41Y32 {background-position: -1025px -800px; z-index: 420;}
.Chick .WallX41Y32 {background-position: -1025px -800px; z-index: 1304;}
.PlatformSeries .WallX0Y31 {z-index: 421;}
.AdventureSeries .WallX0Y31 {background-position: -0px -775px; z-index: 421;}
.Chick .WallX0Y31 {background-position: -0px -775px; z-index: 1303;}
.PlatformSeries .WallX1Y31 {z-index: 422;}
.AdventureSeries .WallX1Y31 {background-position: -25px -775px; z-index: 422;}
.Chick .WallX1Y31 {background-position: -25px -775px; z-index: 1302;}
.PlatformSeries .WallX2Y31 {z-index: 423;}
.AdventureSeries .WallX2Y31 {background-position: -50px -775px; z-index: 423;}
.Chick .WallX2Y31 {background-position: -50px -775px; z-index: 1301;}
.PlatformSeries .WallX3Y31 {z-index: 424;}
.AdventureSeries .WallX3Y31 {background-position: -75px -775px; z-index: 424;}
.Chick .WallX3Y31 {background-position: -75px -775px; z-index: 1300;}
.PlatformSeries .WallX4Y31 {z-index: 425;}
.AdventureSeries .WallX4Y31 {background-position: -100px -775px; z-index: 425;}
.Chick .WallX4Y31 {background-position: -100px -775px; z-index: 1299;}
.PlatformSeries .WallX5Y31 {z-index: 426;}
.AdventureSeries .WallX5Y31 {background-position: -125px -775px; z-index: 426;}
.Chick .WallX5Y31 {background-position: -125px -775px; z-index: 1298;}
.PlatformSeries .WallX6Y31 {z-index: 427;}
.AdventureSeries .WallX6Y31 {background-position: -150px -775px; z-index: 427;}
.Chick .WallX6Y31 {background-position: -150px -775px; z-index: 1297;}
.PlatformSeries .WallX7Y31 {z-index: 428;}
.AdventureSeries .WallX7Y31 {background-position: -175px -775px; z-index: 428;}
.Chick .WallX7Y31 {background-position: -175px -775px; z-index: 1296;}
.PlatformSeries .WallX8Y31 {z-index: 429;}
.AdventureSeries .WallX8Y31 {background-position: -200px -775px; z-index: 429;}
.Chick .WallX8Y31 {background-position: -200px -775px; z-index: 1295;}
.PlatformSeries .WallX9Y31 {z-index: 430;}
.AdventureSeries .WallX9Y31 {background-position: -225px -775px; z-index: 430;}
.Chick .WallX9Y31 {background-position: -225px -775px; z-index: 1294;}
.PlatformSeries .WallX10Y31 {z-index: 431;}
.AdventureSeries .WallX10Y31 {background-position: -250px -775px; z-index: 431;}
.Chick .WallX10Y31 {background-position: -250px -775px; z-index: 1293;}
.PlatformSeries .WallX11Y31 {z-index: 432;}
.AdventureSeries .WallX11Y31 {background-position: -275px -775px; z-index: 432;}
.Chick .WallX11Y31 {background-position: -275px -775px; z-index: 1292;}
.PlatformSeries .WallX12Y31 {z-index: 433;}
.AdventureSeries .WallX12Y31 {background-position: -300px -775px; z-index: 433;}
.Chick .WallX12Y31 {background-position: -300px -775px; z-index: 1291;}
.PlatformSeries .WallX13Y31 {z-index: 434;}
.AdventureSeries .WallX13Y31 {background-position: -325px -775px; z-index: 434;}
.Chick .WallX13Y31 {background-position: -325px -775px; z-index: 1290;}
.PlatformSeries .WallX14Y31 {z-index: 435;}
.AdventureSeries .WallX14Y31 {background-position: -350px -775px; z-index: 435;}
.Chick .WallX14Y31 {background-position: -350px -775px; z-index: 1289;}
.PlatformSeries .WallX15Y31 {z-index: 436;}
.AdventureSeries .WallX15Y31 {background-position: -375px -775px; z-index: 436;}
.Chick .WallX15Y31 {background-position: -375px -775px; z-index: 1288;}
.PlatformSeries .WallX16Y31 {z-index: 437;}
.AdventureSeries .WallX16Y31 {background-position: -400px -775px; z-index: 437;}
.Chick .WallX16Y31 {background-position: -400px -775px; z-index: 1287;}
.PlatformSeries .WallX17Y31 {z-index: 438;}
.AdventureSeries .WallX17Y31 {background-position: -425px -775px; z-index: 438;}
.Chick .WallX17Y31 {background-position: -425px -775px; z-index: 1286;}
.PlatformSeries .WallX18Y31 {z-index: 439;}
.AdventureSeries .WallX18Y31 {background-position: -450px -775px; z-index: 439;}
.Chick .WallX18Y31 {background-position: -450px -775px; z-index: 1285;}
.PlatformSeries .WallX19Y31 {z-index: 440;}
.AdventureSeries .WallX19Y31 {background-position: -475px -775px; z-index: 440;}
.Chick .WallX19Y31 {background-position: -475px -775px; z-index: 1284;}
.PlatformSeries .WallX20Y31 {z-index: 441;}
.AdventureSeries .WallX20Y31 {background-position: -500px -775px; z-index: 441;}
.Chick .WallX20Y31 {background-position: -500px -775px; z-index: 1283;}
.PlatformSeries .WallX21Y31 {z-index: 442;}
.AdventureSeries .WallX21Y31 {background-position: -525px -775px; z-index: 442;}
.Chick .WallX21Y31 {background-position: -525px -775px; z-index: 1282;}
.PlatformSeries .WallX22Y31 {z-index: 443;}
.AdventureSeries .WallX22Y31 {background-position: -550px -775px; z-index: 443;}
.Chick .WallX22Y31 {background-position: -550px -775px; z-index: 1281;}
.PlatformSeries .WallX23Y31 {z-index: 444;}
.AdventureSeries .WallX23Y31 {background-position: -575px -775px; z-index: 444;}
.Chick .WallX23Y31 {background-position: -575px -775px; z-index: 1280;}
.PlatformSeries .WallX24Y31 {z-index: 445;}
.AdventureSeries .WallX24Y31 {background-position: -600px -775px; z-index: 445;}
.Chick .WallX24Y31 {background-position: -600px -775px; z-index: 1279;}
.PlatformSeries .WallX25Y31 {z-index: 446;}
.AdventureSeries .WallX25Y31 {background-position: -625px -775px; z-index: 446;}
.Chick .WallX25Y31 {background-position: -625px -775px; z-index: 1278;}
.PlatformSeries .WallX26Y31 {z-index: 447;}
.AdventureSeries .WallX26Y31 {background-position: -650px -775px; z-index: 447;}
.Chick .WallX26Y31 {background-position: -650px -775px; z-index: 1277;}
.PlatformSeries .WallX27Y31 {z-index: 448;}
.AdventureSeries .WallX27Y31 {background-position: -675px -775px; z-index: 448;}
.Chick .WallX27Y31 {background-position: -675px -775px; z-index: 1276;}
.PlatformSeries .WallX28Y31 {z-index: 449;}
.AdventureSeries .WallX28Y31 {background-position: -700px -775px; z-index: 449;}
.Chick .WallX28Y31 {background-position: -700px -775px; z-index: 1275;}
.PlatformSeries .WallX29Y31 {z-index: 450;}
.AdventureSeries .WallX29Y31 {background-position: -725px -775px; z-index: 450;}
.Chick .WallX29Y31 {background-position: -725px -775px; z-index: 1274;}
.PlatformSeries .WallX30Y31 {z-index: 451;}
.AdventureSeries .WallX30Y31 {background-position: -750px -775px; z-index: 451;}
.Chick .WallX30Y31 {background-position: -750px -775px; z-index: 1273;}
.PlatformSeries .WallX31Y31 {z-index: 452;}
.AdventureSeries .WallX31Y31 {background-position: -775px -775px; z-index: 452;}
.Chick .WallX31Y31 {background-position: -775px -775px; z-index: 1272;}
.PlatformSeries .WallX32Y31 {z-index: 453;}
.AdventureSeries .WallX32Y31 {background-position: -800px -775px; z-index: 453;}
.Chick .WallX32Y31 {background-position: -800px -775px; z-index: 1271;}
.PlatformSeries .WallX33Y31 {z-index: 454;}
.AdventureSeries .WallX33Y31 {background-position: -825px -775px; z-index: 454;}
.Chick .WallX33Y31 {background-position: -825px -775px; z-index: 1270;}
.PlatformSeries .WallX34Y31 {z-index: 455;}
.AdventureSeries .WallX34Y31 {background-position: -850px -775px; z-index: 455;}
.Chick .WallX34Y31 {background-position: -850px -775px; z-index: 1269;}
.PlatformSeries .WallX35Y31 {z-index: 456;}
.AdventureSeries .WallX35Y31 {background-position: -875px -775px; z-index: 456;}
.Chick .WallX35Y31 {background-position: -875px -775px; z-index: 1268;}
.PlatformSeries .WallX36Y31 {z-index: 457;}
.AdventureSeries .WallX36Y31 {background-position: -900px -775px; z-index: 457;}
.Chick .WallX36Y31 {background-position: -900px -775px; z-index: 1267;}
.PlatformSeries .WallX37Y31 {z-index: 458;}
.AdventureSeries .WallX37Y31 {background-position: -925px -775px; z-index: 458;}
.Chick .WallX37Y31 {background-position: -925px -775px; z-index: 1266;}
.PlatformSeries .WallX38Y31 {z-index: 459;}
.AdventureSeries .WallX38Y31 {background-position: -950px -775px; z-index: 459;}
.Chick .WallX38Y31 {background-position: -950px -775px; z-index: 1265;}
.PlatformSeries .WallX39Y31 {z-index: 460;}
.AdventureSeries .WallX39Y31 {background-position: -975px -775px; z-index: 460;}
.Chick .WallX39Y31 {background-position: -975px -775px; z-index: 1264;}
.PlatformSeries .WallX40Y31 {z-index: 461;}
.AdventureSeries .WallX40Y31 {background-position: -1000px -775px; z-index: 461;}
.Chick .WallX40Y31 {background-position: -1000px -775px; z-index: 1263;}
.PlatformSeries .WallX41Y31 {z-index: 462;}
.AdventureSeries .WallX41Y31 {background-position: -1025px -775px; z-index: 462;}
.Chick .WallX41Y31 {background-position: -1025px -775px; z-index: 1262;}
.PlatformSeries .WallX0Y30 {z-index: 463;}
.AdventureSeries .WallX0Y30 {background-position: -0px -750px; z-index: 463;}
.Chick .WallX0Y30 {background-position: -0px -750px; z-index: 1261;}
.PlatformSeries .WallX1Y30 {z-index: 464;}
.AdventureSeries .WallX1Y30 {background-position: -25px -750px; z-index: 464;}
.Chick .WallX1Y30 {background-position: -25px -750px; z-index: 1260;}
.PlatformSeries .WallX2Y30 {z-index: 465;}
.AdventureSeries .WallX2Y30 {background-position: -50px -750px; z-index: 465;}
.Chick .WallX2Y30 {background-position: -50px -750px; z-index: 1259;}
.PlatformSeries .WallX3Y30 {z-index: 466;}
.AdventureSeries .WallX3Y30 {background-position: -75px -750px; z-index: 466;}
.Chick .WallX3Y30 {background-position: -75px -750px; z-index: 1258;}
.PlatformSeries .WallX4Y30 {z-index: 467;}
.AdventureSeries .WallX4Y30 {background-position: -100px -750px; z-index: 467;}
.Chick .WallX4Y30 {background-position: -100px -750px; z-index: 1257;}
.PlatformSeries .WallX5Y30 {z-index: 468;}
.AdventureSeries .WallX5Y30 {background-position: -125px -750px; z-index: 468;}
.Chick .WallX5Y30 {background-position: -125px -750px; z-index: 1256;}
.PlatformSeries .WallX6Y30 {z-index: 469;}
.AdventureSeries .WallX6Y30 {background-position: -150px -750px; z-index: 469;}
.Chick .WallX6Y30 {background-position: -150px -750px; z-index: 1255;}
.PlatformSeries .WallX7Y30 {z-index: 470;}
.AdventureSeries .WallX7Y30 {background-position: -175px -750px; z-index: 470;}
.Chick .WallX7Y30 {background-position: -175px -750px; z-index: 1254;}
.PlatformSeries .WallX8Y30 {z-index: 471;}
.AdventureSeries .WallX8Y30 {background-position: -200px -750px; z-index: 471;}
.Chick .WallX8Y30 {background-position: -200px -750px; z-index: 1253;}
.PlatformSeries .WallX9Y30 {z-index: 472;}
.AdventureSeries .WallX9Y30 {background-position: -225px -750px; z-index: 472;}
.Chick .WallX9Y30 {background-position: -225px -750px; z-index: 1252;}
.PlatformSeries .WallX10Y30 {z-index: 473;}
.AdventureSeries .WallX10Y30 {background-position: -250px -750px; z-index: 473;}
.Chick .WallX10Y30 {background-position: -250px -750px; z-index: 1251;}
.PlatformSeries .WallX11Y30 {z-index: 474;}
.AdventureSeries .WallX11Y30 {background-position: -275px -750px; z-index: 474;}
.Chick .WallX11Y30 {background-position: -275px -750px; z-index: 1250;}
.PlatformSeries .WallX12Y30 {z-index: 475;}
.AdventureSeries .WallX12Y30 {background-position: -300px -750px; z-index: 475;}
.Chick .WallX12Y30 {background-position: -300px -750px; z-index: 1249;}
.PlatformSeries .WallX13Y30 {z-index: 476;}
.AdventureSeries .WallX13Y30 {background-position: -325px -750px; z-index: 476;}
.Chick .WallX13Y30 {background-position: -325px -750px; z-index: 1248;}
.PlatformSeries .WallX14Y30 {z-index: 477;}
.AdventureSeries .WallX14Y30 {background-position: -350px -750px; z-index: 477;}
.Chick .WallX14Y30 {background-position: -350px -750px; z-index: 1247;}
.PlatformSeries .WallX15Y30 {z-index: 478;}
.AdventureSeries .WallX15Y30 {background-position: -375px -750px; z-index: 478;}
.Chick .WallX15Y30 {background-position: -375px -750px; z-index: 1246;}
.PlatformSeries .WallX16Y30 {z-index: 479;}
.AdventureSeries .WallX16Y30 {background-position: -400px -750px; z-index: 479;}
.Chick .WallX16Y30 {background-position: -400px -750px; z-index: 1245;}
.PlatformSeries .WallX17Y30 {z-index: 480;}
.AdventureSeries .WallX17Y30 {background-position: -425px -750px; z-index: 480;}
.Chick .WallX17Y30 {background-position: -425px -750px; z-index: 1244;}
.PlatformSeries .WallX18Y30 {z-index: 481;}
.AdventureSeries .WallX18Y30 {background-position: -450px -750px; z-index: 481;}
.Chick .WallX18Y30 {background-position: -450px -750px; z-index: 1243;}
.PlatformSeries .WallX19Y30 {z-index: 482;}
.AdventureSeries .WallX19Y30 {background-position: -475px -750px; z-index: 482;}
.Chick .WallX19Y30 {background-position: -475px -750px; z-index: 1242;}
.PlatformSeries .WallX20Y30 {z-index: 483;}
.AdventureSeries .WallX20Y30 {background-position: -500px -750px; z-index: 483;}
.Chick .WallX20Y30 {background-position: -500px -750px; z-index: 1241;}
.PlatformSeries .WallX21Y30 {z-index: 484;}
.AdventureSeries .WallX21Y30 {background-position: -525px -750px; z-index: 484;}
.Chick .WallX21Y30 {background-position: -525px -750px; z-index: 1240;}
.PlatformSeries .WallX22Y30 {z-index: 485;}
.AdventureSeries .WallX22Y30 {background-position: -550px -750px; z-index: 485;}
.Chick .WallX22Y30 {background-position: -550px -750px; z-index: 1239;}
.PlatformSeries .WallX23Y30 {z-index: 486;}
.AdventureSeries .WallX23Y30 {background-position: -575px -750px; z-index: 486;}
.Chick .WallX23Y30 {background-position: -575px -750px; z-index: 1238;}
.PlatformSeries .WallX24Y30 {z-index: 487;}
.AdventureSeries .WallX24Y30 {background-position: -600px -750px; z-index: 487;}
.Chick .WallX24Y30 {background-position: -600px -750px; z-index: 1237;}
.PlatformSeries .WallX25Y30 {z-index: 488;}
.AdventureSeries .WallX25Y30 {background-position: -625px -750px; z-index: 488;}
.Chick .WallX25Y30 {background-position: -625px -750px; z-index: 1236;}
.PlatformSeries .WallX26Y30 {z-index: 489;}
.AdventureSeries .WallX26Y30 {background-position: -650px -750px; z-index: 489;}
.Chick .WallX26Y30 {background-position: -650px -750px; z-index: 1235;}
.PlatformSeries .WallX27Y30 {z-index: 490;}
.AdventureSeries .WallX27Y30 {background-position: -675px -750px; z-index: 490;}
.Chick .WallX27Y30 {background-position: -675px -750px; z-index: 1234;}
.PlatformSeries .WallX28Y30 {z-index: 491;}
.AdventureSeries .WallX28Y30 {background-position: -700px -750px; z-index: 491;}
.Chick .WallX28Y30 {background-position: -700px -750px; z-index: 1233;}
.PlatformSeries .WallX29Y30 {z-index: 492;}
.AdventureSeries .WallX29Y30 {background-position: -725px -750px; z-index: 492;}
.Chick .WallX29Y30 {background-position: -725px -750px; z-index: 1232;}
.PlatformSeries .WallX30Y30 {z-index: 493;}
.AdventureSeries .WallX30Y30 {background-position: -750px -750px; z-index: 493;}
.Chick .WallX30Y30 {background-position: -750px -750px; z-index: 1231;}
.PlatformSeries .WallX31Y30 {z-index: 494;}
.AdventureSeries .WallX31Y30 {background-position: -775px -750px; z-index: 494;}
.Chick .WallX31Y30 {background-position: -775px -750px; z-index: 1230;}
.PlatformSeries .WallX32Y30 {z-index: 495;}
.AdventureSeries .WallX32Y30 {background-position: -800px -750px; z-index: 495;}
.Chick .WallX32Y30 {background-position: -800px -750px; z-index: 1229;}
.PlatformSeries .WallX33Y30 {z-index: 496;}
.AdventureSeries .WallX33Y30 {background-position: -825px -750px; z-index: 496;}
.Chick .WallX33Y30 {background-position: -825px -750px; z-index: 1228;}
.PlatformSeries .WallX34Y30 {z-index: 497;}
.AdventureSeries .WallX34Y30 {background-position: -850px -750px; z-index: 497;}
.Chick .WallX34Y30 {background-position: -850px -750px; z-index: 1227;}
.PlatformSeries .WallX35Y30 {z-index: 498;}
.AdventureSeries .WallX35Y30 {background-position: -875px -750px; z-index: 498;}
.Chick .WallX35Y30 {background-position: -875px -750px; z-index: 1226;}
.PlatformSeries .WallX36Y30 {z-index: 499;}
.AdventureSeries .WallX36Y30 {background-position: -900px -750px; z-index: 499;}
.Chick .WallX36Y30 {background-position: -900px -750px; z-index: 1225;}
.PlatformSeries .WallX37Y30 {z-index: 500;}
.AdventureSeries .WallX37Y30 {background-position: -925px -750px; z-index: 500;}
.Chick .WallX37Y30 {background-position: -925px -750px; z-index: 1224;}
.PlatformSeries .WallX38Y30 {z-index: 501;}
.AdventureSeries .WallX38Y30 {background-position: -950px -750px; z-index: 501;}
.Chick .WallX38Y30 {background-position: -950px -750px; z-index: 1223;}
.PlatformSeries .WallX39Y30 {z-index: 502;}
.AdventureSeries .WallX39Y30 {background-position: -975px -750px; z-index: 502;}
.Chick .WallX39Y30 {background-position: -975px -750px; z-index: 1222;}
.PlatformSeries .WallX40Y30 {z-index: 503;}
.AdventureSeries .WallX40Y30 {background-position: -1000px -750px; z-index: 503;}
.Chick .WallX40Y30 {background-position: -1000px -750px; z-index: 1221;}
.PlatformSeries .WallX41Y30 {z-index: 504;}
.AdventureSeries .WallX41Y30 {background-position: -1025px -750px; z-index: 504;}
.Chick .WallX41Y30 {background-position: -1025px -750px; z-index: 1220;}
.PlatformSeries .WallX0Y29 {z-index: 505;}
.AdventureSeries .WallX0Y29 {background-position: -0px -725px; z-index: 505;}
.Chick .WallX0Y29 {background-position: -0px -725px; z-index: 1219;}
.PlatformSeries .WallX1Y29 {z-index: 506;}
.AdventureSeries .WallX1Y29 {background-position: -25px -725px; z-index: 506;}
.Chick .WallX1Y29 {background-position: -25px -725px; z-index: 1218;}
.PlatformSeries .WallX2Y29 {z-index: 507;}
.AdventureSeries .WallX2Y29 {background-position: -50px -725px; z-index: 507;}
.Chick .WallX2Y29 {background-position: -50px -725px; z-index: 1217;}
.PlatformSeries .WallX3Y29 {z-index: 508;}
.AdventureSeries .WallX3Y29 {background-position: -75px -725px; z-index: 508;}
.Chick .WallX3Y29 {background-position: -75px -725px; z-index: 1216;}
.PlatformSeries .WallX4Y29 {z-index: 509;}
.AdventureSeries .WallX4Y29 {background-position: -100px -725px; z-index: 509;}
.Chick .WallX4Y29 {background-position: -100px -725px; z-index: 1215;}
.PlatformSeries .WallX5Y29 {z-index: 510;}
.AdventureSeries .WallX5Y29 {background-position: -125px -725px; z-index: 510;}
.Chick .WallX5Y29 {background-position: -125px -725px; z-index: 1214;}
.PlatformSeries .WallX6Y29 {z-index: 511;}
.AdventureSeries .WallX6Y29 {background-position: -150px -725px; z-index: 511;}
.Chick .WallX6Y29 {background-position: -150px -725px; z-index: 1213;}
.PlatformSeries .WallX7Y29 {z-index: 512;}
.AdventureSeries .WallX7Y29 {background-position: -175px -725px; z-index: 512;}
.Chick .WallX7Y29 {background-position: -175px -725px; z-index: 1212;}
.PlatformSeries .WallX8Y29 {z-index: 513;}
.AdventureSeries .WallX8Y29 {background-position: -200px -725px; z-index: 513;}
.Chick .WallX8Y29 {background-position: -200px -725px; z-index: 1211;}
.PlatformSeries .WallX9Y29 {z-index: 514;}
.AdventureSeries .WallX9Y29 {background-position: -225px -725px; z-index: 514;}
.Chick .WallX9Y29 {background-position: -225px -725px; z-index: 1210;}
.PlatformSeries .WallX10Y29 {z-index: 515;}
.AdventureSeries .WallX10Y29 {background-position: -250px -725px; z-index: 515;}
.Chick .WallX10Y29 {background-position: -250px -725px; z-index: 1209;}
.PlatformSeries .WallX11Y29 {z-index: 516;}
.AdventureSeries .WallX11Y29 {background-position: -275px -725px; z-index: 516;}
.Chick .WallX11Y29 {background-position: -275px -725px; z-index: 1208;}
.PlatformSeries .WallX12Y29 {z-index: 517;}
.AdventureSeries .WallX12Y29 {background-position: -300px -725px; z-index: 517;}
.Chick .WallX12Y29 {background-position: -300px -725px; z-index: 1207;}
.PlatformSeries .WallX13Y29 {z-index: 518;}
.AdventureSeries .WallX13Y29 {background-position: -325px -725px; z-index: 518;}
.Chick .WallX13Y29 {background-position: -325px -725px; z-index: 1206;}
.PlatformSeries .WallX14Y29 {z-index: 519;}
.AdventureSeries .WallX14Y29 {background-position: -350px -725px; z-index: 519;}
.Chick .WallX14Y29 {background-position: -350px -725px; z-index: 1205;}
.PlatformSeries .WallX15Y29 {z-index: 520;}
.AdventureSeries .WallX15Y29 {background-position: -375px -725px; z-index: 520;}
.Chick .WallX15Y29 {background-position: -375px -725px; z-index: 1204;}
.PlatformSeries .WallX16Y29 {z-index: 521;}
.AdventureSeries .WallX16Y29 {background-position: -400px -725px; z-index: 521;}
.Chick .WallX16Y29 {background-position: -400px -725px; z-index: 1203;}
.PlatformSeries .WallX17Y29 {z-index: 522;}
.AdventureSeries .WallX17Y29 {background-position: -425px -725px; z-index: 522;}
.Chick .WallX17Y29 {background-position: -425px -725px; z-index: 1202;}
.PlatformSeries .WallX18Y29 {z-index: 523;}
.AdventureSeries .WallX18Y29 {background-position: -450px -725px; z-index: 523;}
.Chick .WallX18Y29 {background-position: -450px -725px; z-index: 1201;}
.PlatformSeries .WallX19Y29 {z-index: 524;}
.AdventureSeries .WallX19Y29 {background-position: -475px -725px; z-index: 524;}
.Chick .WallX19Y29 {background-position: -475px -725px; z-index: 1200;}
.PlatformSeries .WallX20Y29 {z-index: 525;}
.AdventureSeries .WallX20Y29 {background-position: -500px -725px; z-index: 525;}
.Chick .WallX20Y29 {background-position: -500px -725px; z-index: 1199;}
.PlatformSeries .WallX21Y29 {z-index: 526;}
.AdventureSeries .WallX21Y29 {background-position: -525px -725px; z-index: 526;}
.Chick .WallX21Y29 {background-position: -525px -725px; z-index: 1198;}
.PlatformSeries .WallX22Y29 {z-index: 527;}
.AdventureSeries .WallX22Y29 {background-position: -550px -725px; z-index: 527;}
.Chick .WallX22Y29 {background-position: -550px -725px; z-index: 1197;}
.PlatformSeries .WallX23Y29 {z-index: 528;}
.AdventureSeries .WallX23Y29 {background-position: -575px -725px; z-index: 528;}
.Chick .WallX23Y29 {background-position: -575px -725px; z-index: 1196;}
.PlatformSeries .WallX24Y29 {z-index: 529;}
.AdventureSeries .WallX24Y29 {background-position: -600px -725px; z-index: 529;}
.Chick .WallX24Y29 {background-position: -600px -725px; z-index: 1195;}
.PlatformSeries .WallX25Y29 {z-index: 530;}
.AdventureSeries .WallX25Y29 {background-position: -625px -725px; z-index: 530;}
.Chick .WallX25Y29 {background-position: -625px -725px; z-index: 1194;}
.PlatformSeries .WallX26Y29 {z-index: 531;}
.AdventureSeries .WallX26Y29 {background-position: -650px -725px; z-index: 531;}
.Chick .WallX26Y29 {background-position: -650px -725px; z-index: 1193;}
.PlatformSeries .WallX27Y29 {z-index: 532;}
.AdventureSeries .WallX27Y29 {background-position: -675px -725px; z-index: 532;}
.Chick .WallX27Y29 {background-position: -675px -725px; z-index: 1192;}
.PlatformSeries .WallX28Y29 {z-index: 533;}
.AdventureSeries .WallX28Y29 {background-position: -700px -725px; z-index: 533;}
.Chick .WallX28Y29 {background-position: -700px -725px; z-index: 1191;}
.PlatformSeries .WallX29Y29 {z-index: 534;}
.AdventureSeries .WallX29Y29 {background-position: -725px -725px; z-index: 534;}
.Chick .WallX29Y29 {background-position: -725px -725px; z-index: 1190;}
.PlatformSeries .WallX30Y29 {z-index: 535;}
.AdventureSeries .WallX30Y29 {background-position: -750px -725px; z-index: 535;}
.Chick .WallX30Y29 {background-position: -750px -725px; z-index: 1189;}
.PlatformSeries .WallX31Y29 {z-index: 536;}
.AdventureSeries .WallX31Y29 {background-position: -775px -725px; z-index: 536;}
.Chick .WallX31Y29 {background-position: -775px -725px; z-index: 1188;}
.PlatformSeries .WallX32Y29 {z-index: 537;}
.AdventureSeries .WallX32Y29 {background-position: -800px -725px; z-index: 537;}
.Chick .WallX32Y29 {background-position: -800px -725px; z-index: 1187;}
.PlatformSeries .WallX33Y29 {z-index: 538;}
.AdventureSeries .WallX33Y29 {background-position: -825px -725px; z-index: 538;}
.Chick .WallX33Y29 {background-position: -825px -725px; z-index: 1186;}
.PlatformSeries .WallX34Y29 {z-index: 539;}
.AdventureSeries .WallX34Y29 {background-position: -850px -725px; z-index: 539;}
.Chick .WallX34Y29 {background-position: -850px -725px; z-index: 1185;}
.PlatformSeries .WallX35Y29 {z-index: 540;}
.AdventureSeries .WallX35Y29 {background-position: -875px -725px; z-index: 540;}
.Chick .WallX35Y29 {background-position: -875px -725px; z-index: 1184;}
.PlatformSeries .WallX36Y29 {z-index: 541;}
.AdventureSeries .WallX36Y29 {background-position: -900px -725px; z-index: 541;}
.Chick .WallX36Y29 {background-position: -900px -725px; z-index: 1183;}
.PlatformSeries .WallX37Y29 {z-index: 542;}
.AdventureSeries .WallX37Y29 {background-position: -925px -725px; z-index: 542;}
.Chick .WallX37Y29 {background-position: -925px -725px; z-index: 1182;}
.PlatformSeries .WallX38Y29 {z-index: 543;}
.AdventureSeries .WallX38Y29 {background-position: -950px -725px; z-index: 543;}
.Chick .WallX38Y29 {background-position: -950px -725px; z-index: 1181;}
.PlatformSeries .WallX39Y29 {z-index: 544;}
.AdventureSeries .WallX39Y29 {background-position: -975px -725px; z-index: 544;}
.Chick .WallX39Y29 {background-position: -975px -725px; z-index: 1180;}
.PlatformSeries .WallX40Y29 {z-index: 545;}
.AdventureSeries .WallX40Y29 {background-position: -1000px -725px; z-index: 545;}
.Chick .WallX40Y29 {background-position: -1000px -725px; z-index: 1179;}
.PlatformSeries .WallX41Y29 {z-index: 546;}
.AdventureSeries .WallX41Y29 {background-position: -1025px -725px; z-index: 546;}
.Chick .WallX41Y29 {background-position: -1025px -725px; z-index: 1178;}
.PlatformSeries .WallX0Y28 {z-index: 547;}
.AdventureSeries .WallX0Y28 {background-position: -0px -700px; z-index: 547;}
.Chick .WallX0Y28 {background-position: -0px -700px; z-index: 1177;}
.PlatformSeries .WallX1Y28 {z-index: 548;}
.AdventureSeries .WallX1Y28 {background-position: -25px -700px; z-index: 548;}
.Chick .WallX1Y28 {background-position: -25px -700px; z-index: 1176;}
.PlatformSeries .WallX2Y28 {z-index: 549;}
.AdventureSeries .WallX2Y28 {background-position: -50px -700px; z-index: 549;}
.Chick .WallX2Y28 {background-position: -50px -700px; z-index: 1175;}
.PlatformSeries .WallX3Y28 {z-index: 550;}
.AdventureSeries .WallX3Y28 {background-position: -75px -700px; z-index: 550;}
.Chick .WallX3Y28 {background-position: -75px -700px; z-index: 1174;}
.PlatformSeries .WallX4Y28 {z-index: 551;}
.AdventureSeries .WallX4Y28 {background-position: -100px -700px; z-index: 551;}
.Chick .WallX4Y28 {background-position: -100px -700px; z-index: 1173;}
.PlatformSeries .WallX5Y28 {z-index: 552;}
.AdventureSeries .WallX5Y28 {background-position: -125px -700px; z-index: 552;}
.Chick .WallX5Y28 {background-position: -125px -700px; z-index: 1172;}
.PlatformSeries .WallX6Y28 {z-index: 553;}
.AdventureSeries .WallX6Y28 {background-position: -150px -700px; z-index: 553;}
.Chick .WallX6Y28 {background-position: -150px -700px; z-index: 1171;}
.PlatformSeries .WallX7Y28 {z-index: 554;}
.AdventureSeries .WallX7Y28 {background-position: -175px -700px; z-index: 554;}
.Chick .WallX7Y28 {background-position: -175px -700px; z-index: 1170;}
.PlatformSeries .WallX8Y28 {z-index: 555;}
.AdventureSeries .WallX8Y28 {background-position: -200px -700px; z-index: 555;}
.Chick .WallX8Y28 {background-position: -200px -700px; z-index: 1169;}
.PlatformSeries .WallX9Y28 {z-index: 556;}
.AdventureSeries .WallX9Y28 {background-position: -225px -700px; z-index: 556;}
.Chick .WallX9Y28 {background-position: -225px -700px; z-index: 1168;}
.PlatformSeries .WallX10Y28 {z-index: 557;}
.AdventureSeries .WallX10Y28 {background-position: -250px -700px; z-index: 557;}
.Chick .WallX10Y28 {background-position: -250px -700px; z-index: 1167;}
.PlatformSeries .WallX11Y28 {z-index: 558;}
.AdventureSeries .WallX11Y28 {background-position: -275px -700px; z-index: 558;}
.Chick .WallX11Y28 {background-position: -275px -700px; z-index: 1166;}
.PlatformSeries .WallX12Y28 {z-index: 559;}
.AdventureSeries .WallX12Y28 {background-position: -300px -700px; z-index: 559;}
.Chick .WallX12Y28 {background-position: -300px -700px; z-index: 1165;}
.PlatformSeries .WallX13Y28 {z-index: 560;}
.AdventureSeries .WallX13Y28 {background-position: -325px -700px; z-index: 560;}
.Chick .WallX13Y28 {background-position: -325px -700px; z-index: 1164;}
.PlatformSeries .WallX14Y28 {z-index: 561;}
.AdventureSeries .WallX14Y28 {background-position: -350px -700px; z-index: 561;}
.Chick .WallX14Y28 {background-position: -350px -700px; z-index: 1163;}
.PlatformSeries .WallX15Y28 {z-index: 562;}
.AdventureSeries .WallX15Y28 {background-position: -375px -700px; z-index: 562;}
.Chick .WallX15Y28 {background-position: -375px -700px; z-index: 1162;}
.PlatformSeries .WallX16Y28 {z-index: 563;}
.AdventureSeries .WallX16Y28 {background-position: -400px -700px; z-index: 563;}
.Chick .WallX16Y28 {background-position: -400px -700px; z-index: 1161;}
.PlatformSeries .WallX17Y28 {z-index: 564;}
.AdventureSeries .WallX17Y28 {background-position: -425px -700px; z-index: 564;}
.Chick .WallX17Y28 {background-position: -425px -700px; z-index: 1160;}
.PlatformSeries .WallX18Y28 {z-index: 565;}
.AdventureSeries .WallX18Y28 {background-position: -450px -700px; z-index: 565;}
.Chick .WallX18Y28 {background-position: -450px -700px; z-index: 1159;}
.PlatformSeries .WallX19Y28 {z-index: 566;}
.AdventureSeries .WallX19Y28 {background-position: -475px -700px; z-index: 566;}
.Chick .WallX19Y28 {background-position: -475px -700px; z-index: 1158;}
.PlatformSeries .WallX20Y28 {z-index: 567;}
.AdventureSeries .WallX20Y28 {background-position: -500px -700px; z-index: 567;}
.Chick .WallX20Y28 {background-position: -500px -700px; z-index: 1157;}
.PlatformSeries .WallX21Y28 {z-index: 568;}
.AdventureSeries .WallX21Y28 {background-position: -525px -700px; z-index: 568;}
.Chick .WallX21Y28 {background-position: -525px -700px; z-index: 1156;}
.PlatformSeries .WallX22Y28 {z-index: 569;}
.AdventureSeries .WallX22Y28 {background-position: -550px -700px; z-index: 569;}
.Chick .WallX22Y28 {background-position: -550px -700px; z-index: 1155;}
.PlatformSeries .WallX23Y28 {z-index: 570;}
.AdventureSeries .WallX23Y28 {background-position: -575px -700px; z-index: 570;}
.Chick .WallX23Y28 {background-position: -575px -700px; z-index: 1154;}
.PlatformSeries .WallX24Y28 {z-index: 571;}
.AdventureSeries .WallX24Y28 {background-position: -600px -700px; z-index: 571;}
.Chick .WallX24Y28 {background-position: -600px -700px; z-index: 1153;}
.PlatformSeries .WallX25Y28 {z-index: 572;}
.AdventureSeries .WallX25Y28 {background-position: -625px -700px; z-index: 572;}
.Chick .WallX25Y28 {background-position: -625px -700px; z-index: 1152;}
.PlatformSeries .WallX26Y28 {z-index: 573;}
.AdventureSeries .WallX26Y28 {background-position: -650px -700px; z-index: 573;}
.Chick .WallX26Y28 {background-position: -650px -700px; z-index: 1151;}
.PlatformSeries .WallX27Y28 {z-index: 574;}
.AdventureSeries .WallX27Y28 {background-position: -675px -700px; z-index: 574;}
.Chick .WallX27Y28 {background-position: -675px -700px; z-index: 1150;}
.PlatformSeries .WallX28Y28 {z-index: 575;}
.AdventureSeries .WallX28Y28 {background-position: -700px -700px; z-index: 575;}
.Chick .WallX28Y28 {background-position: -700px -700px; z-index: 1149;}
.PlatformSeries .WallX29Y28 {z-index: 576;}
.AdventureSeries .WallX29Y28 {background-position: -725px -700px; z-index: 576;}
.Chick .WallX29Y28 {background-position: -725px -700px; z-index: 1148;}
.PlatformSeries .WallX30Y28 {z-index: 577;}
.AdventureSeries .WallX30Y28 {background-position: -750px -700px; z-index: 577;}
.Chick .WallX30Y28 {background-position: -750px -700px; z-index: 1147;}
.PlatformSeries .WallX31Y28 {z-index: 578;}
.AdventureSeries .WallX31Y28 {background-position: -775px -700px; z-index: 578;}
.Chick .WallX31Y28 {background-position: -775px -700px; z-index: 1146;}
.PlatformSeries .WallX32Y28 {z-index: 579;}
.AdventureSeries .WallX32Y28 {background-position: -800px -700px; z-index: 579;}
.Chick .WallX32Y28 {background-position: -800px -700px; z-index: 1145;}
.PlatformSeries .WallX33Y28 {z-index: 580;}
.AdventureSeries .WallX33Y28 {background-position: -825px -700px; z-index: 580;}
.Chick .WallX33Y28 {background-position: -825px -700px; z-index: 1144;}
.PlatformSeries .WallX34Y28 {z-index: 581;}
.AdventureSeries .WallX34Y28 {background-position: -850px -700px; z-index: 581;}
.Chick .WallX34Y28 {background-position: -850px -700px; z-index: 1143;}
.PlatformSeries .WallX35Y28 {z-index: 582;}
.AdventureSeries .WallX35Y28 {background-position: -875px -700px; z-index: 582;}
.Chick .WallX35Y28 {background-position: -875px -700px; z-index: 1142;}
.PlatformSeries .WallX36Y28 {z-index: 583;}
.AdventureSeries .WallX36Y28 {background-position: -900px -700px; z-index: 583;}
.Chick .WallX36Y28 {background-position: -900px -700px; z-index: 1141;}
.PlatformSeries .WallX37Y28 {z-index: 584;}
.AdventureSeries .WallX37Y28 {background-position: -925px -700px; z-index: 584;}
.Chick .WallX37Y28 {background-position: -925px -700px; z-index: 1140;}
.PlatformSeries .WallX38Y28 {z-index: 585;}
.AdventureSeries .WallX38Y28 {background-position: -950px -700px; z-index: 585;}
.Chick .WallX38Y28 {background-position: -950px -700px; z-index: 1139;}
.PlatformSeries .WallX39Y28 {z-index: 586;}
.AdventureSeries .WallX39Y28 {background-position: -975px -700px; z-index: 586;}
.Chick .WallX39Y28 {background-position: -975px -700px; z-index: 1138;}
.PlatformSeries .WallX40Y28 {z-index: 587;}
.AdventureSeries .WallX40Y28 {background-position: -1000px -700px; z-index: 587;}
.Chick .WallX40Y28 {background-position: -1000px -700px; z-index: 1137;}
.PlatformSeries .WallX41Y28 {z-index: 588;}
.AdventureSeries .WallX41Y28 {background-position: -1025px -700px; z-index: 588;}
.Chick .WallX41Y28 {background-position: -1025px -700px; z-index: 1136;}
.PlatformSeries .WallX0Y27 {z-index: 589;}
.AdventureSeries .WallX0Y27 {background-position: -0px -675px; z-index: 589;}
.Chick .WallX0Y27 {background-position: -0px -675px; z-index: 1135;}
.PlatformSeries .WallX1Y27 {z-index: 590;}
.AdventureSeries .WallX1Y27 {background-position: -25px -675px; z-index: 590;}
.Chick .WallX1Y27 {background-position: -25px -675px; z-index: 1134;}
.PlatformSeries .WallX2Y27 {z-index: 591;}
.AdventureSeries .WallX2Y27 {background-position: -50px -675px; z-index: 591;}
.Chick .WallX2Y27 {background-position: -50px -675px; z-index: 1133;}
.PlatformSeries .WallX3Y27 {z-index: 592;}
.AdventureSeries .WallX3Y27 {background-position: -75px -675px; z-index: 592;}
.Chick .WallX3Y27 {background-position: -75px -675px; z-index: 1132;}
.PlatformSeries .WallX4Y27 {z-index: 593;}
.AdventureSeries .WallX4Y27 {background-position: -100px -675px; z-index: 593;}
.Chick .WallX4Y27 {background-position: -100px -675px; z-index: 1131;}
.PlatformSeries .WallX5Y27 {z-index: 594;}
.AdventureSeries .WallX5Y27 {background-position: -125px -675px; z-index: 594;}
.Chick .WallX5Y27 {background-position: -125px -675px; z-index: 1130;}
.PlatformSeries .WallX6Y27 {z-index: 595;}
.AdventureSeries .WallX6Y27 {background-position: -150px -675px; z-index: 595;}
.Chick .WallX6Y27 {background-position: -150px -675px; z-index: 1129;}
.PlatformSeries .WallX7Y27 {z-index: 596;}
.AdventureSeries .WallX7Y27 {background-position: -175px -675px; z-index: 596;}
.Chick .WallX7Y27 {background-position: -175px -675px; z-index: 1128;}
.PlatformSeries .WallX8Y27 {z-index: 597;}
.AdventureSeries .WallX8Y27 {background-position: -200px -675px; z-index: 597;}
.Chick .WallX8Y27 {background-position: -200px -675px; z-index: 1127;}
.PlatformSeries .WallX9Y27 {z-index: 598;}
.AdventureSeries .WallX9Y27 {background-position: -225px -675px; z-index: 598;}
.Chick .WallX9Y27 {background-position: -225px -675px; z-index: 1126;}
.PlatformSeries .WallX10Y27 {z-index: 599;}
.AdventureSeries .WallX10Y27 {background-position: -250px -675px; z-index: 599;}
.Chick .WallX10Y27 {background-position: -250px -675px; z-index: 1125;}
.PlatformSeries .WallX11Y27 {z-index: 600;}
.AdventureSeries .WallX11Y27 {background-position: -275px -675px; z-index: 600;}
.Chick .WallX11Y27 {background-position: -275px -675px; z-index: 1124;}
.PlatformSeries .WallX12Y27 {z-index: 601;}
.AdventureSeries .WallX12Y27 {background-position: -300px -675px; z-index: 601;}
.Chick .WallX12Y27 {background-position: -300px -675px; z-index: 1123;}
.PlatformSeries .WallX13Y27 {z-index: 602;}
.AdventureSeries .WallX13Y27 {background-position: -325px -675px; z-index: 602;}
.Chick .WallX13Y27 {background-position: -325px -675px; z-index: 1122;}
.PlatformSeries .WallX14Y27 {z-index: 603;}
.AdventureSeries .WallX14Y27 {background-position: -350px -675px; z-index: 603;}
.Chick .WallX14Y27 {background-position: -350px -675px; z-index: 1121;}
.PlatformSeries .WallX15Y27 {z-index: 604;}
.AdventureSeries .WallX15Y27 {background-position: -375px -675px; z-index: 604;}
.Chick .WallX15Y27 {background-position: -375px -675px; z-index: 1120;}
.PlatformSeries .WallX16Y27 {z-index: 605;}
.AdventureSeries .WallX16Y27 {background-position: -400px -675px; z-index: 605;}
.Chick .WallX16Y27 {background-position: -400px -675px; z-index: 1119;}
.PlatformSeries .WallX17Y27 {z-index: 606;}
.AdventureSeries .WallX17Y27 {background-position: -425px -675px; z-index: 606;}
.Chick .WallX17Y27 {background-position: -425px -675px; z-index: 1118;}
.PlatformSeries .WallX18Y27 {z-index: 607;}
.AdventureSeries .WallX18Y27 {background-position: -450px -675px; z-index: 607;}
.Chick .WallX18Y27 {background-position: -450px -675px; z-index: 1117;}
.PlatformSeries .WallX19Y27 {z-index: 608;}
.AdventureSeries .WallX19Y27 {background-position: -475px -675px; z-index: 608;}
.Chick .WallX19Y27 {background-position: -475px -675px; z-index: 1116;}
.PlatformSeries .WallX20Y27 {z-index: 609;}
.AdventureSeries .WallX20Y27 {background-position: -500px -675px; z-index: 609;}
.Chick .WallX20Y27 {background-position: -500px -675px; z-index: 1115;}
.PlatformSeries .WallX21Y27 {z-index: 610;}
.AdventureSeries .WallX21Y27 {background-position: -525px -675px; z-index: 610;}
.Chick .WallX21Y27 {background-position: -525px -675px; z-index: 1114;}
.PlatformSeries .WallX22Y27 {z-index: 611;}
.AdventureSeries .WallX22Y27 {background-position: -550px -675px; z-index: 611;}
.Chick .WallX22Y27 {background-position: -550px -675px; z-index: 1113;}
.PlatformSeries .WallX23Y27 {z-index: 612;}
.AdventureSeries .WallX23Y27 {background-position: -575px -675px; z-index: 612;}
.Chick .WallX23Y27 {background-position: -575px -675px; z-index: 1112;}
.PlatformSeries .WallX24Y27 {z-index: 613;}
.AdventureSeries .WallX24Y27 {background-position: -600px -675px; z-index: 613;}
.Chick .WallX24Y27 {background-position: -600px -675px; z-index: 1111;}
.PlatformSeries .WallX25Y27 {z-index: 614;}
.AdventureSeries .WallX25Y27 {background-position: -625px -675px; z-index: 614;}
.Chick .WallX25Y27 {background-position: -625px -675px; z-index: 1110;}
.PlatformSeries .WallX26Y27 {z-index: 615;}
.AdventureSeries .WallX26Y27 {background-position: -650px -675px; z-index: 615;}
.Chick .WallX26Y27 {background-position: -650px -675px; z-index: 1109;}
.PlatformSeries .WallX27Y27 {z-index: 616;}
.AdventureSeries .WallX27Y27 {background-position: -675px -675px; z-index: 616;}
.Chick .WallX27Y27 {background-position: -675px -675px; z-index: 1108;}
.PlatformSeries .WallX28Y27 {z-index: 617;}
.AdventureSeries .WallX28Y27 {background-position: -700px -675px; z-index: 617;}
.Chick .WallX28Y27 {background-position: -700px -675px; z-index: 1107;}
.PlatformSeries .WallX29Y27 {z-index: 618;}
.AdventureSeries .WallX29Y27 {background-position: -725px -675px; z-index: 618;}
.Chick .WallX29Y27 {background-position: -725px -675px; z-index: 1106;}
.PlatformSeries .WallX30Y27 {z-index: 619;}
.AdventureSeries .WallX30Y27 {background-position: -750px -675px; z-index: 619;}
.Chick .WallX30Y27 {background-position: -750px -675px; z-index: 1105;}
.PlatformSeries .WallX31Y27 {z-index: 620;}
.AdventureSeries .WallX31Y27 {background-position: -775px -675px; z-index: 620;}
.Chick .WallX31Y27 {background-position: -775px -675px; z-index: 1104;}
.PlatformSeries .WallX32Y27 {z-index: 621;}
.AdventureSeries .WallX32Y27 {background-position: -800px -675px; z-index: 621;}
.Chick .WallX32Y27 {background-position: -800px -675px; z-index: 1103;}
.PlatformSeries .WallX33Y27 {z-index: 622;}
.AdventureSeries .WallX33Y27 {background-position: -825px -675px; z-index: 622;}
.Chick .WallX33Y27 {background-position: -825px -675px; z-index: 1102;}
.PlatformSeries .WallX34Y27 {z-index: 623;}
.AdventureSeries .WallX34Y27 {background-position: -850px -675px; z-index: 623;}
.Chick .WallX34Y27 {background-position: -850px -675px; z-index: 1101;}
.PlatformSeries .WallX35Y27 {z-index: 624;}
.AdventureSeries .WallX35Y27 {background-position: -875px -675px; z-index: 624;}
.Chick .WallX35Y27 {background-position: -875px -675px; z-index: 1100;}
.PlatformSeries .WallX36Y27 {z-index: 625;}
.AdventureSeries .WallX36Y27 {background-position: -900px -675px; z-index: 625;}
.Chick .WallX36Y27 {background-position: -900px -675px; z-index: 1099;}
.PlatformSeries .WallX37Y27 {z-index: 626;}
.AdventureSeries .WallX37Y27 {background-position: -925px -675px; z-index: 626;}
.Chick .WallX37Y27 {background-position: -925px -675px; z-index: 1098;}
.PlatformSeries .WallX38Y27 {z-index: 627;}
.AdventureSeries .WallX38Y27 {background-position: -950px -675px; z-index: 627;}
.Chick .WallX38Y27 {background-position: -950px -675px; z-index: 1097;}
.PlatformSeries .WallX39Y27 {z-index: 628;}
.AdventureSeries .WallX39Y27 {background-position: -975px -675px; z-index: 628;}
.Chick .WallX39Y27 {background-position: -975px -675px; z-index: 1096;}
.PlatformSeries .WallX40Y27 {z-index: 629;}
.AdventureSeries .WallX40Y27 {background-position: -1000px -675px; z-index: 629;}
.Chick .WallX40Y27 {background-position: -1000px -675px; z-index: 1095;}
.PlatformSeries .WallX41Y27 {z-index: 630;}
.AdventureSeries .WallX41Y27 {background-position: -1025px -675px; z-index: 630;}
.Chick .WallX41Y27 {background-position: -1025px -675px; z-index: 1094;}
.PlatformSeries .WallX0Y26 {z-index: 631;}
.AdventureSeries .WallX0Y26 {background-position: -0px -650px; z-index: 631;}
.Chick .WallX0Y26 {background-position: -0px -650px; z-index: 1093;}
.PlatformSeries .WallX1Y26 {z-index: 632;}
.AdventureSeries .WallX1Y26 {background-position: -25px -650px; z-index: 632;}
.Chick .WallX1Y26 {background-position: -25px -650px; z-index: 1092;}
.PlatformSeries .WallX2Y26 {z-index: 633;}
.AdventureSeries .WallX2Y26 {background-position: -50px -650px; z-index: 633;}
.Chick .WallX2Y26 {background-position: -50px -650px; z-index: 1091;}
.PlatformSeries .WallX3Y26 {z-index: 634;}
.AdventureSeries .WallX3Y26 {background-position: -75px -650px; z-index: 634;}
.Chick .WallX3Y26 {background-position: -75px -650px; z-index: 1090;}
.PlatformSeries .WallX4Y26 {z-index: 635;}
.AdventureSeries .WallX4Y26 {background-position: -100px -650px; z-index: 635;}
.Chick .WallX4Y26 {background-position: -100px -650px; z-index: 1089;}
.PlatformSeries .WallX5Y26 {z-index: 636;}
.AdventureSeries .WallX5Y26 {background-position: -125px -650px; z-index: 636;}
.Chick .WallX5Y26 {background-position: -125px -650px; z-index: 1088;}
.PlatformSeries .WallX6Y26 {z-index: 637;}
.AdventureSeries .WallX6Y26 {background-position: -150px -650px; z-index: 637;}
.Chick .WallX6Y26 {background-position: -150px -650px; z-index: 1087;}
.PlatformSeries .WallX7Y26 {z-index: 638;}
.AdventureSeries .WallX7Y26 {background-position: -175px -650px; z-index: 638;}
.Chick .WallX7Y26 {background-position: -175px -650px; z-index: 1086;}
.PlatformSeries .WallX8Y26 {z-index: 639;}
.AdventureSeries .WallX8Y26 {background-position: -200px -650px; z-index: 639;}
.Chick .WallX8Y26 {background-position: -200px -650px; z-index: 1085;}
.PlatformSeries .WallX9Y26 {z-index: 640;}
.AdventureSeries .WallX9Y26 {background-position: -225px -650px; z-index: 640;}
.Chick .WallX9Y26 {background-position: -225px -650px; z-index: 1084;}
.PlatformSeries .WallX10Y26 {z-index: 641;}
.AdventureSeries .WallX10Y26 {background-position: -250px -650px; z-index: 641;}
.Chick .WallX10Y26 {background-position: -250px -650px; z-index: 1083;}
.PlatformSeries .WallX11Y26 {z-index: 642;}
.AdventureSeries .WallX11Y26 {background-position: -275px -650px; z-index: 642;}
.Chick .WallX11Y26 {background-position: -275px -650px; z-index: 1082;}
.PlatformSeries .WallX12Y26 {z-index: 643;}
.AdventureSeries .WallX12Y26 {background-position: -300px -650px; z-index: 643;}
.Chick .WallX12Y26 {background-position: -300px -650px; z-index: 1081;}
.PlatformSeries .WallX13Y26 {z-index: 644;}
.AdventureSeries .WallX13Y26 {background-position: -325px -650px; z-index: 644;}
.Chick .WallX13Y26 {background-position: -325px -650px; z-index: 1080;}
.PlatformSeries .WallX14Y26 {z-index: 645;}
.AdventureSeries .WallX14Y26 {background-position: -350px -650px; z-index: 645;}
.Chick .WallX14Y26 {background-position: -350px -650px; z-index: 1079;}
.PlatformSeries .WallX15Y26 {z-index: 646;}
.AdventureSeries .WallX15Y26 {background-position: -375px -650px; z-index: 646;}
.Chick .WallX15Y26 {background-position: -375px -650px; z-index: 1078;}
.PlatformSeries .WallX16Y26 {z-index: 647;}
.AdventureSeries .WallX16Y26 {background-position: -400px -650px; z-index: 647;}
.Chick .WallX16Y26 {background-position: -400px -650px; z-index: 1077;}
.PlatformSeries .WallX17Y26 {z-index: 648;}
.AdventureSeries .WallX17Y26 {background-position: -425px -650px; z-index: 648;}
.Chick .WallX17Y26 {background-position: -425px -650px; z-index: 1076;}
.PlatformSeries .WallX18Y26 {z-index: 649;}
.AdventureSeries .WallX18Y26 {background-position: -450px -650px; z-index: 649;}
.Chick .WallX18Y26 {background-position: -450px -650px; z-index: 1075;}
.PlatformSeries .WallX19Y26 {z-index: 650;}
.AdventureSeries .WallX19Y26 {background-position: -475px -650px; z-index: 650;}
.Chick .WallX19Y26 {background-position: -475px -650px; z-index: 1074;}
.PlatformSeries .WallX20Y26 {z-index: 651;}
.AdventureSeries .WallX20Y26 {background-position: -500px -650px; z-index: 651;}
.Chick .WallX20Y26 {background-position: -500px -650px; z-index: 1073;}
.PlatformSeries .WallX21Y26 {z-index: 652;}
.AdventureSeries .WallX21Y26 {background-position: -525px -650px; z-index: 652;}
.Chick .WallX21Y26 {background-position: -525px -650px; z-index: 1072;}
.PlatformSeries .WallX22Y26 {z-index: 653;}
.AdventureSeries .WallX22Y26 {background-position: -550px -650px; z-index: 653;}
.Chick .WallX22Y26 {background-position: -550px -650px; z-index: 1071;}
.PlatformSeries .WallX23Y26 {z-index: 654;}
.AdventureSeries .WallX23Y26 {background-position: -575px -650px; z-index: 654;}
.Chick .WallX23Y26 {background-position: -575px -650px; z-index: 1070;}
.PlatformSeries .WallX24Y26 {z-index: 655;}
.AdventureSeries .WallX24Y26 {background-position: -600px -650px; z-index: 655;}
.Chick .WallX24Y26 {background-position: -600px -650px; z-index: 1069;}
.PlatformSeries .WallX25Y26 {z-index: 656;}
.AdventureSeries .WallX25Y26 {background-position: -625px -650px; z-index: 656;}
.Chick .WallX25Y26 {background-position: -625px -650px; z-index: 1068;}
.PlatformSeries .WallX26Y26 {z-index: 657;}
.AdventureSeries .WallX26Y26 {background-position: -650px -650px; z-index: 657;}
.Chick .WallX26Y26 {background-position: -650px -650px; z-index: 1067;}
.PlatformSeries .WallX27Y26 {z-index: 658;}
.AdventureSeries .WallX27Y26 {background-position: -675px -650px; z-index: 658;}
.Chick .WallX27Y26 {background-position: -675px -650px; z-index: 1066;}
.PlatformSeries .WallX28Y26 {z-index: 659;}
.AdventureSeries .WallX28Y26 {background-position: -700px -650px; z-index: 659;}
.Chick .WallX28Y26 {background-position: -700px -650px; z-index: 1065;}
.PlatformSeries .WallX29Y26 {z-index: 660;}
.AdventureSeries .WallX29Y26 {background-position: -725px -650px; z-index: 660;}
.Chick .WallX29Y26 {background-position: -725px -650px; z-index: 1064;}
.PlatformSeries .WallX30Y26 {z-index: 661;}
.AdventureSeries .WallX30Y26 {background-position: -750px -650px; z-index: 661;}
.Chick .WallX30Y26 {background-position: -750px -650px; z-index: 1063;}
.PlatformSeries .WallX31Y26 {z-index: 662;}
.AdventureSeries .WallX31Y26 {background-position: -775px -650px; z-index: 662;}
.Chick .WallX31Y26 {background-position: -775px -650px; z-index: 1062;}
.PlatformSeries .WallX32Y26 {z-index: 663;}
.AdventureSeries .WallX32Y26 {background-position: -800px -650px; z-index: 663;}
.Chick .WallX32Y26 {background-position: -800px -650px; z-index: 1061;}
.PlatformSeries .WallX33Y26 {z-index: 664;}
.AdventureSeries .WallX33Y26 {background-position: -825px -650px; z-index: 664;}
.Chick .WallX33Y26 {background-position: -825px -650px; z-index: 1060;}
.PlatformSeries .WallX34Y26 {z-index: 665;}
.AdventureSeries .WallX34Y26 {background-position: -850px -650px; z-index: 665;}
.Chick .WallX34Y26 {background-position: -850px -650px; z-index: 1059;}
.PlatformSeries .WallX35Y26 {z-index: 666;}
.AdventureSeries .WallX35Y26 {background-position: -875px -650px; z-index: 666;}
.Chick .WallX35Y26 {background-position: -875px -650px; z-index: 1058;}
.PlatformSeries .WallX36Y26 {z-index: 667;}
.AdventureSeries .WallX36Y26 {background-position: -900px -650px; z-index: 667;}
.Chick .WallX36Y26 {background-position: -900px -650px; z-index: 1057;}
.PlatformSeries .WallX37Y26 {z-index: 668;}
.AdventureSeries .WallX37Y26 {background-position: -925px -650px; z-index: 668;}
.Chick .WallX37Y26 {background-position: -925px -650px; z-index: 1056;}
.PlatformSeries .WallX38Y26 {z-index: 669;}
.AdventureSeries .WallX38Y26 {background-position: -950px -650px; z-index: 669;}
.Chick .WallX38Y26 {background-position: -950px -650px; z-index: 1055;}
.PlatformSeries .WallX39Y26 {z-index: 670;}
.AdventureSeries .WallX39Y26 {background-position: -975px -650px; z-index: 670;}
.Chick .WallX39Y26 {background-position: -975px -650px; z-index: 1054;}
.PlatformSeries .WallX40Y26 {z-index: 671;}
.AdventureSeries .WallX40Y26 {background-position: -1000px -650px; z-index: 671;}
.Chick .WallX40Y26 {background-position: -1000px -650px; z-index: 1053;}
.PlatformSeries .WallX41Y26 {z-index: 672;}
.AdventureSeries .WallX41Y26 {background-position: -1025px -650px; z-index: 672;}
.Chick .WallX41Y26 {background-position: -1025px -650px; z-index: 1052;}
.PlatformSeries .WallX0Y25 {z-index: 673;}
.AdventureSeries .WallX0Y25 {background-position: -0px -625px; z-index: 673;}
.Chick .WallX0Y25 {background-position: -0px -625px; z-index: 1051;}
.PlatformSeries .WallX1Y25 {z-index: 674;}
.AdventureSeries .WallX1Y25 {background-position: -25px -625px; z-index: 674;}
.Chick .WallX1Y25 {background-position: -25px -625px; z-index: 1050;}
.PlatformSeries .WallX2Y25 {z-index: 675;}
.AdventureSeries .WallX2Y25 {background-position: -50px -625px; z-index: 675;}
.Chick .WallX2Y25 {background-position: -50px -625px; z-index: 1049;}
.PlatformSeries .WallX3Y25 {z-index: 676;}
.AdventureSeries .WallX3Y25 {background-position: -75px -625px; z-index: 676;}
.Chick .WallX3Y25 {background-position: -75px -625px; z-index: 1048;}
.PlatformSeries .WallX4Y25 {z-index: 677;}
.AdventureSeries .WallX4Y25 {background-position: -100px -625px; z-index: 677;}
.Chick .WallX4Y25 {background-position: -100px -625px; z-index: 1047;}
.PlatformSeries .WallX5Y25 {z-index: 678;}
.AdventureSeries .WallX5Y25 {background-position: -125px -625px; z-index: 678;}
.Chick .WallX5Y25 {background-position: -125px -625px; z-index: 1046;}
.PlatformSeries .WallX6Y25 {z-index: 679;}
.AdventureSeries .WallX6Y25 {background-position: -150px -625px; z-index: 679;}
.Chick .WallX6Y25 {background-position: -150px -625px; z-index: 1045;}
.PlatformSeries .WallX7Y25 {z-index: 680;}
.AdventureSeries .WallX7Y25 {background-position: -175px -625px; z-index: 680;}
.Chick .WallX7Y25 {background-position: -175px -625px; z-index: 1044;}
.PlatformSeries .WallX8Y25 {z-index: 681;}
.AdventureSeries .WallX8Y25 {background-position: -200px -625px; z-index: 681;}
.Chick .WallX8Y25 {background-position: -200px -625px; z-index: 1043;}
.PlatformSeries .WallX9Y25 {z-index: 682;}
.AdventureSeries .WallX9Y25 {background-position: -225px -625px; z-index: 682;}
.Chick .WallX9Y25 {background-position: -225px -625px; z-index: 1042;}
.PlatformSeries .WallX10Y25 {z-index: 683;}
.AdventureSeries .WallX10Y25 {background-position: -250px -625px; z-index: 683;}
.Chick .WallX10Y25 {background-position: -250px -625px; z-index: 1041;}
.PlatformSeries .WallX11Y25 {z-index: 684;}
.AdventureSeries .WallX11Y25 {background-position: -275px -625px; z-index: 684;}
.Chick .WallX11Y25 {background-position: -275px -625px; z-index: 1040;}
.PlatformSeries .WallX12Y25 {z-index: 685;}
.AdventureSeries .WallX12Y25 {background-position: -300px -625px; z-index: 685;}
.Chick .WallX12Y25 {background-position: -300px -625px; z-index: 1039;}
.PlatformSeries .WallX13Y25 {z-index: 686;}
.AdventureSeries .WallX13Y25 {background-position: -325px -625px; z-index: 686;}
.Chick .WallX13Y25 {background-position: -325px -625px; z-index: 1038;}
.PlatformSeries .WallX14Y25 {z-index: 687;}
.AdventureSeries .WallX14Y25 {background-position: -350px -625px; z-index: 687;}
.Chick .WallX14Y25 {background-position: -350px -625px; z-index: 1037;}
.PlatformSeries .WallX15Y25 {z-index: 688;}
.AdventureSeries .WallX15Y25 {background-position: -375px -625px; z-index: 688;}
.Chick .WallX15Y25 {background-position: -375px -625px; z-index: 1036;}
.PlatformSeries .WallX16Y25 {z-index: 689;}
.AdventureSeries .WallX16Y25 {background-position: -400px -625px; z-index: 689;}
.Chick .WallX16Y25 {background-position: -400px -625px; z-index: 1035;}
.PlatformSeries .WallX17Y25 {z-index: 690;}
.AdventureSeries .WallX17Y25 {background-position: -425px -625px; z-index: 690;}
.Chick .WallX17Y25 {background-position: -425px -625px; z-index: 1034;}
.PlatformSeries .WallX18Y25 {z-index: 691;}
.AdventureSeries .WallX18Y25 {background-position: -450px -625px; z-index: 691;}
.Chick .WallX18Y25 {background-position: -450px -625px; z-index: 1033;}
.PlatformSeries .WallX19Y25 {z-index: 692;}
.AdventureSeries .WallX19Y25 {background-position: -475px -625px; z-index: 692;}
.Chick .WallX19Y25 {background-position: -475px -625px; z-index: 1032;}
.PlatformSeries .WallX20Y25 {z-index: 693;}
.AdventureSeries .WallX20Y25 {background-position: -500px -625px; z-index: 693;}
.Chick .WallX20Y25 {background-position: -500px -625px; z-index: 1031;}
.PlatformSeries .WallX21Y25 {z-index: 694;}
.AdventureSeries .WallX21Y25 {background-position: -525px -625px; z-index: 694;}
.Chick .WallX21Y25 {background-position: -525px -625px; z-index: 1030;}
.PlatformSeries .WallX22Y25 {z-index: 695;}
.AdventureSeries .WallX22Y25 {background-position: -550px -625px; z-index: 695;}
.Chick .WallX22Y25 {background-position: -550px -625px; z-index: 1029;}
.PlatformSeries .WallX23Y25 {z-index: 696;}
.AdventureSeries .WallX23Y25 {background-position: -575px -625px; z-index: 696;}
.Chick .WallX23Y25 {background-position: -575px -625px; z-index: 1028;}
.PlatformSeries .WallX24Y25 {z-index: 697;}
.AdventureSeries .WallX24Y25 {background-position: -600px -625px; z-index: 697;}
.Chick .WallX24Y25 {background-position: -600px -625px; z-index: 1027;}
.PlatformSeries .WallX25Y25 {z-index: 698;}
.AdventureSeries .WallX25Y25 {background-position: -625px -625px; z-index: 698;}
.Chick .WallX25Y25 {background-position: -625px -625px; z-index: 1026;}
.PlatformSeries .WallX26Y25 {z-index: 699;}
.AdventureSeries .WallX26Y25 {background-position: -650px -625px; z-index: 699;}
.Chick .WallX26Y25 {background-position: -650px -625px; z-index: 1025;}
.PlatformSeries .WallX27Y25 {z-index: 700;}
.AdventureSeries .WallX27Y25 {background-position: -675px -625px; z-index: 700;}
.Chick .WallX27Y25 {background-position: -675px -625px; z-index: 1024;}
.PlatformSeries .WallX28Y25 {z-index: 701;}
.AdventureSeries .WallX28Y25 {background-position: -700px -625px; z-index: 701;}
.Chick .WallX28Y25 {background-position: -700px -625px; z-index: 1023;}
.PlatformSeries .WallX29Y25 {z-index: 702;}
.AdventureSeries .WallX29Y25 {background-position: -725px -625px; z-index: 702;}
.Chick .WallX29Y25 {background-position: -725px -625px; z-index: 1022;}
.PlatformSeries .WallX30Y25 {z-index: 703;}
.AdventureSeries .WallX30Y25 {background-position: -750px -625px; z-index: 703;}
.Chick .WallX30Y25 {background-position: -750px -625px; z-index: 1021;}
.PlatformSeries .WallX31Y25 {z-index: 704;}
.AdventureSeries .WallX31Y25 {background-position: -775px -625px; z-index: 704;}
.Chick .WallX31Y25 {background-position: -775px -625px; z-index: 1020;}
.PlatformSeries .WallX32Y25 {z-index: 705;}
.AdventureSeries .WallX32Y25 {background-position: -800px -625px; z-index: 705;}
.Chick .WallX32Y25 {background-position: -800px -625px; z-index: 1019;}
.PlatformSeries .WallX33Y25 {z-index: 706;}
.AdventureSeries .WallX33Y25 {background-position: -825px -625px; z-index: 706;}
.Chick .WallX33Y25 {background-position: -825px -625px; z-index: 1018;}
.PlatformSeries .WallX34Y25 {z-index: 707;}
.AdventureSeries .WallX34Y25 {background-position: -850px -625px; z-index: 707;}
.Chick .WallX34Y25 {background-position: -850px -625px; z-index: 1017;}
.PlatformSeries .WallX35Y25 {z-index: 708;}
.AdventureSeries .WallX35Y25 {background-position: -875px -625px; z-index: 708;}
.Chick .WallX35Y25 {background-position: -875px -625px; z-index: 1016;}
.PlatformSeries .WallX36Y25 {z-index: 709;}
.AdventureSeries .WallX36Y25 {background-position: -900px -625px; z-index: 709;}
.Chick .WallX36Y25 {background-position: -900px -625px; z-index: 1015;}
.PlatformSeries .WallX37Y25 {z-index: 710;}
.AdventureSeries .WallX37Y25 {background-position: -925px -625px; z-index: 710;}
.Chick .WallX37Y25 {background-position: -925px -625px; z-index: 1014;}
.PlatformSeries .WallX38Y25 {z-index: 711;}
.AdventureSeries .WallX38Y25 {background-position: -950px -625px; z-index: 711;}
.Chick .WallX38Y25 {background-position: -950px -625px; z-index: 1013;}
.PlatformSeries .WallX39Y25 {z-index: 712;}
.AdventureSeries .WallX39Y25 {background-position: -975px -625px; z-index: 712;}
.Chick .WallX39Y25 {background-position: -975px -625px; z-index: 1012;}
.PlatformSeries .WallX40Y25 {z-index: 713;}
.AdventureSeries .WallX40Y25 {background-position: -1000px -625px; z-index: 713;}
.Chick .WallX40Y25 {background-position: -1000px -625px; z-index: 1011;}
.PlatformSeries .WallX41Y25 {z-index: 714;}
.AdventureSeries .WallX41Y25 {background-position: -1025px -625px; z-index: 714;}
.Chick .WallX41Y25 {background-position: -1025px -625px; z-index: 1010;}
.PlatformSeries .WallX0Y24 {z-index: 715;}
.AdventureSeries .WallX0Y24 {background-position: -0px -600px; z-index: 715;}
.Chick .WallX0Y24 {background-position: -0px -600px; z-index: 1009;}
.PlatformSeries .WallX1Y24 {z-index: 716;}
.AdventureSeries .WallX1Y24 {background-position: -25px -600px; z-index: 716;}
.Chick .WallX1Y24 {background-position: -25px -600px; z-index: 1008;}
.PlatformSeries .WallX2Y24 {z-index: 717;}
.AdventureSeries .WallX2Y24 {background-position: -50px -600px; z-index: 717;}
.Chick .WallX2Y24 {background-position: -50px -600px; z-index: 1007;}
.PlatformSeries .WallX3Y24 {z-index: 718;}
.AdventureSeries .WallX3Y24 {background-position: -75px -600px; z-index: 718;}
.Chick .WallX3Y24 {background-position: -75px -600px; z-index: 1006;}
.PlatformSeries .WallX4Y24 {z-index: 719;}
.AdventureSeries .WallX4Y24 {background-position: -100px -600px; z-index: 719;}
.Chick .WallX4Y24 {background-position: -100px -600px; z-index: 1005;}
.PlatformSeries .WallX5Y24 {z-index: 720;}
.AdventureSeries .WallX5Y24 {background-position: -125px -600px; z-index: 720;}
.Chick .WallX5Y24 {background-position: -125px -600px; z-index: 1004;}
.PlatformSeries .WallX6Y24 {z-index: 721;}
.AdventureSeries .WallX6Y24 {background-position: -150px -600px; z-index: 721;}
.Chick .WallX6Y24 {background-position: -150px -600px; z-index: 1003;}
.PlatformSeries .WallX7Y24 {z-index: 722;}
.AdventureSeries .WallX7Y24 {background-position: -175px -600px; z-index: 722;}
.Chick .WallX7Y24 {background-position: -175px -600px; z-index: 1002;}
.PlatformSeries .WallX8Y24 {z-index: 723;}
.AdventureSeries .WallX8Y24 {background-position: -200px -600px; z-index: 723;}
.Chick .WallX8Y24 {background-position: -200px -600px; z-index: 1001;}
.PlatformSeries .WallX9Y24 {z-index: 724;}
.AdventureSeries .WallX9Y24 {background-position: -225px -600px; z-index: 724;}
.Chick .WallX9Y24 {background-position: -225px -600px; z-index: 1000;}
.PlatformSeries .WallX10Y24 {z-index: 725;}
.AdventureSeries .WallX10Y24 {background-position: -250px -600px; z-index: 725;}
.Chick .WallX10Y24 {background-position: -250px -600px; z-index: 999;}
.PlatformSeries .WallX11Y24 {z-index: 726;}
.AdventureSeries .WallX11Y24 {background-position: -275px -600px; z-index: 726;}
.Chick .WallX11Y24 {background-position: -275px -600px; z-index: 998;}
.PlatformSeries .WallX12Y24 {z-index: 727;}
.AdventureSeries .WallX12Y24 {background-position: -300px -600px; z-index: 727;}
.Chick .WallX12Y24 {background-position: -300px -600px; z-index: 997;}
.PlatformSeries .WallX13Y24 {z-index: 728;}
.AdventureSeries .WallX13Y24 {background-position: -325px -600px; z-index: 728;}
.Chick .WallX13Y24 {background-position: -325px -600px; z-index: 996;}
.PlatformSeries .WallX14Y24 {z-index: 729;}
.AdventureSeries .WallX14Y24 {background-position: -350px -600px; z-index: 729;}
.Chick .WallX14Y24 {background-position: -350px -600px; z-index: 995;}
.PlatformSeries .WallX15Y24 {z-index: 730;}
.AdventureSeries .WallX15Y24 {background-position: -375px -600px; z-index: 730;}
.Chick .WallX15Y24 {background-position: -375px -600px; z-index: 994;}
.PlatformSeries .WallX16Y24 {z-index: 731;}
.AdventureSeries .WallX16Y24 {background-position: -400px -600px; z-index: 731;}
.Chick .WallX16Y24 {background-position: -400px -600px; z-index: 993;}
.PlatformSeries .WallX17Y24 {z-index: 732;}
.AdventureSeries .WallX17Y24 {background-position: -425px -600px; z-index: 732;}
.Chick .WallX17Y24 {background-position: -425px -600px; z-index: 992;}
.PlatformSeries .WallX18Y24 {z-index: 733;}
.AdventureSeries .WallX18Y24 {background-position: -450px -600px; z-index: 733;}
.Chick .WallX18Y24 {background-position: -450px -600px; z-index: 991;}
.PlatformSeries .WallX19Y24 {z-index: 734;}
.AdventureSeries .WallX19Y24 {background-position: -475px -600px; z-index: 734;}
.Chick .WallX19Y24 {background-position: -475px -600px; z-index: 990;}
.PlatformSeries .WallX20Y24 {z-index: 735;}
.AdventureSeries .WallX20Y24 {background-position: -500px -600px; z-index: 735;}
.Chick .WallX20Y24 {background-position: -500px -600px; z-index: 989;}
.PlatformSeries .WallX21Y24 {z-index: 736;}
.AdventureSeries .WallX21Y24 {background-position: -525px -600px; z-index: 736;}
.Chick .WallX21Y24 {background-position: -525px -600px; z-index: 988;}
.PlatformSeries .WallX22Y24 {z-index: 737;}
.AdventureSeries .WallX22Y24 {background-position: -550px -600px; z-index: 737;}
.Chick .WallX22Y24 {background-position: -550px -600px; z-index: 987;}
.PlatformSeries .WallX23Y24 {z-index: 738;}
.AdventureSeries .WallX23Y24 {background-position: -575px -600px; z-index: 738;}
.Chick .WallX23Y24 {background-position: -575px -600px; z-index: 986;}
.PlatformSeries .WallX24Y24 {z-index: 739;}
.AdventureSeries .WallX24Y24 {background-position: -600px -600px; z-index: 739;}
.Chick .WallX24Y24 {background-position: -600px -600px; z-index: 985;}
.PlatformSeries .WallX25Y24 {z-index: 740;}
.AdventureSeries .WallX25Y24 {background-position: -625px -600px; z-index: 740;}
.Chick .WallX25Y24 {background-position: -625px -600px; z-index: 984;}
.PlatformSeries .WallX26Y24 {z-index: 741;}
.AdventureSeries .WallX26Y24 {background-position: -650px -600px; z-index: 741;}
.Chick .WallX26Y24 {background-position: -650px -600px; z-index: 983;}
.PlatformSeries .WallX27Y24 {z-index: 742;}
.AdventureSeries .WallX27Y24 {background-position: -675px -600px; z-index: 742;}
.Chick .WallX27Y24 {background-position: -675px -600px; z-index: 982;}
.PlatformSeries .WallX28Y24 {z-index: 743;}
.AdventureSeries .WallX28Y24 {background-position: -700px -600px; z-index: 743;}
.Chick .WallX28Y24 {background-position: -700px -600px; z-index: 981;}
.PlatformSeries .WallX29Y24 {z-index: 744;}
.AdventureSeries .WallX29Y24 {background-position: -725px -600px; z-index: 744;}
.Chick .WallX29Y24 {background-position: -725px -600px; z-index: 980;}
.PlatformSeries .WallX30Y24 {z-index: 745;}
.AdventureSeries .WallX30Y24 {background-position: -750px -600px; z-index: 745;}
.Chick .WallX30Y24 {background-position: -750px -600px; z-index: 979;}
.PlatformSeries .WallX31Y24 {z-index: 746;}
.AdventureSeries .WallX31Y24 {background-position: -775px -600px; z-index: 746;}
.Chick .WallX31Y24 {background-position: -775px -600px; z-index: 978;}
.PlatformSeries .WallX32Y24 {z-index: 747;}
.AdventureSeries .WallX32Y24 {background-position: -800px -600px; z-index: 747;}
.Chick .WallX32Y24 {background-position: -800px -600px; z-index: 977;}
.PlatformSeries .WallX33Y24 {z-index: 748;}
.AdventureSeries .WallX33Y24 {background-position: -825px -600px; z-index: 748;}
.Chick .WallX33Y24 {background-position: -825px -600px; z-index: 976;}
.PlatformSeries .WallX34Y24 {z-index: 749;}
.AdventureSeries .WallX34Y24 {background-position: -850px -600px; z-index: 749;}
.Chick .WallX34Y24 {background-position: -850px -600px; z-index: 975;}
.PlatformSeries .WallX35Y24 {z-index: 750;}
.AdventureSeries .WallX35Y24 {background-position: -875px -600px; z-index: 750;}
.Chick .WallX35Y24 {background-position: -875px -600px; z-index: 974;}
.PlatformSeries .WallX36Y24 {z-index: 751;}
.AdventureSeries .WallX36Y24 {background-position: -900px -600px; z-index: 751;}
.Chick .WallX36Y24 {background-position: -900px -600px; z-index: 973;}
.PlatformSeries .WallX37Y24 {z-index: 752;}
.AdventureSeries .WallX37Y24 {background-position: -925px -600px; z-index: 752;}
.Chick .WallX37Y24 {background-position: -925px -600px; z-index: 972;}
.PlatformSeries .WallX38Y24 {z-index: 753;}
.AdventureSeries .WallX38Y24 {background-position: -950px -600px; z-index: 753;}
.Chick .WallX38Y24 {background-position: -950px -600px; z-index: 971;}
.PlatformSeries .WallX39Y24 {z-index: 754;}
.AdventureSeries .WallX39Y24 {background-position: -975px -600px; z-index: 754;}
.Chick .WallX39Y24 {background-position: -975px -600px; z-index: 970;}
.PlatformSeries .WallX40Y24 {z-index: 755;}
.AdventureSeries .WallX40Y24 {background-position: -1000px -600px; z-index: 755;}
.Chick .WallX40Y24 {background-position: -1000px -600px; z-index: 969;}
.PlatformSeries .WallX41Y24 {z-index: 756;}
.AdventureSeries .WallX41Y24 {background-position: -1025px -600px; z-index: 756;}
.Chick .WallX41Y24 {background-position: -1025px -600px; z-index: 968;}
.PlatformSeries .WallX0Y23 {z-index: 757;}
.AdventureSeries .WallX0Y23 {background-position: -0px -575px; z-index: 757;}
.Chick .WallX0Y23 {background-position: -0px -575px; z-index: 967;}
.PlatformSeries .WallX1Y23 {z-index: 758;}
.AdventureSeries .WallX1Y23 {background-position: -25px -575px; z-index: 758;}
.Chick .WallX1Y23 {background-position: -25px -575px; z-index: 966;}
.PlatformSeries .WallX2Y23 {z-index: 759;}
.AdventureSeries .WallX2Y23 {background-position: -50px -575px; z-index: 759;}
.Chick .WallX2Y23 {background-position: -50px -575px; z-index: 965;}
.PlatformSeries .WallX3Y23 {z-index: 760;}
.AdventureSeries .WallX3Y23 {background-position: -75px -575px; z-index: 760;}
.Chick .WallX3Y23 {background-position: -75px -575px; z-index: 964;}
.PlatformSeries .WallX4Y23 {z-index: 761;}
.AdventureSeries .WallX4Y23 {background-position: -100px -575px; z-index: 761;}
.Chick .WallX4Y23 {background-position: -100px -575px; z-index: 963;}
.PlatformSeries .WallX5Y23 {z-index: 762;}
.AdventureSeries .WallX5Y23 {background-position: -125px -575px; z-index: 762;}
.Chick .WallX5Y23 {background-position: -125px -575px; z-index: 962;}
.PlatformSeries .WallX6Y23 {z-index: 763;}
.AdventureSeries .WallX6Y23 {background-position: -150px -575px; z-index: 763;}
.Chick .WallX6Y23 {background-position: -150px -575px; z-index: 961;}
.PlatformSeries .WallX7Y23 {z-index: 764;}
.AdventureSeries .WallX7Y23 {background-position: -175px -575px; z-index: 764;}
.Chick .WallX7Y23 {background-position: -175px -575px; z-index: 960;}
.PlatformSeries .WallX8Y23 {z-index: 765;}
.AdventureSeries .WallX8Y23 {background-position: -200px -575px; z-index: 765;}
.Chick .WallX8Y23 {background-position: -200px -575px; z-index: 959;}
.PlatformSeries .WallX9Y23 {z-index: 766;}
.AdventureSeries .WallX9Y23 {background-position: -225px -575px; z-index: 766;}
.Chick .WallX9Y23 {background-position: -225px -575px; z-index: 958;}
.PlatformSeries .WallX10Y23 {z-index: 767;}
.AdventureSeries .WallX10Y23 {background-position: -250px -575px; z-index: 767;}
.Chick .WallX10Y23 {background-position: -250px -575px; z-index: 957;}
.PlatformSeries .WallX11Y23 {z-index: 768;}
.AdventureSeries .WallX11Y23 {background-position: -275px -575px; z-index: 768;}
.Chick .WallX11Y23 {background-position: -275px -575px; z-index: 956;}
.PlatformSeries .WallX12Y23 {z-index: 769;}
.AdventureSeries .WallX12Y23 {background-position: -300px -575px; z-index: 769;}
.Chick .WallX12Y23 {background-position: -300px -575px; z-index: 955;}
.PlatformSeries .WallX13Y23 {z-index: 770;}
.AdventureSeries .WallX13Y23 {background-position: -325px -575px; z-index: 770;}
.Chick .WallX13Y23 {background-position: -325px -575px; z-index: 954;}
.PlatformSeries .WallX14Y23 {z-index: 771;}
.AdventureSeries .WallX14Y23 {background-position: -350px -575px; z-index: 771;}
.Chick .WallX14Y23 {background-position: -350px -575px; z-index: 953;}
.PlatformSeries .WallX15Y23 {z-index: 772;}
.AdventureSeries .WallX15Y23 {background-position: -375px -575px; z-index: 772;}
.Chick .WallX15Y23 {background-position: -375px -575px; z-index: 952;}
.PlatformSeries .WallX16Y23 {z-index: 773;}
.AdventureSeries .WallX16Y23 {background-position: -400px -575px; z-index: 773;}
.Chick .WallX16Y23 {background-position: -400px -575px; z-index: 951;}
.PlatformSeries .WallX17Y23 {z-index: 774;}
.AdventureSeries .WallX17Y23 {background-position: -425px -575px; z-index: 774;}
.Chick .WallX17Y23 {background-position: -425px -575px; z-index: 950;}
.PlatformSeries .WallX18Y23 {z-index: 775;}
.AdventureSeries .WallX18Y23 {background-position: -450px -575px; z-index: 775;}
.Chick .WallX18Y23 {background-position: -450px -575px; z-index: 949;}
.PlatformSeries .WallX19Y23 {z-index: 776;}
.AdventureSeries .WallX19Y23 {background-position: -475px -575px; z-index: 776;}
.Chick .WallX19Y23 {background-position: -475px -575px; z-index: 948;}
.PlatformSeries .WallX20Y23 {z-index: 777;}
.AdventureSeries .WallX20Y23 {background-position: -500px -575px; z-index: 777;}
.Chick .WallX20Y23 {background-position: -500px -575px; z-index: 947;}
.PlatformSeries .WallX21Y23 {z-index: 778;}
.AdventureSeries .WallX21Y23 {background-position: -525px -575px; z-index: 778;}
.Chick .WallX21Y23 {background-position: -525px -575px; z-index: 946;}
.PlatformSeries .WallX22Y23 {z-index: 779;}
.AdventureSeries .WallX22Y23 {background-position: -550px -575px; z-index: 779;}
.Chick .WallX22Y23 {background-position: -550px -575px; z-index: 945;}
.PlatformSeries .WallX23Y23 {z-index: 780;}
.AdventureSeries .WallX23Y23 {background-position: -575px -575px; z-index: 780;}
.Chick .WallX23Y23 {background-position: -575px -575px; z-index: 944;}
.PlatformSeries .WallX24Y23 {z-index: 781;}
.AdventureSeries .WallX24Y23 {background-position: -600px -575px; z-index: 781;}
.Chick .WallX24Y23 {background-position: -600px -575px; z-index: 943;}
.PlatformSeries .WallX25Y23 {z-index: 782;}
.AdventureSeries .WallX25Y23 {background-position: -625px -575px; z-index: 782;}
.Chick .WallX25Y23 {background-position: -625px -575px; z-index: 942;}
.PlatformSeries .WallX26Y23 {z-index: 783;}
.AdventureSeries .WallX26Y23 {background-position: -650px -575px; z-index: 783;}
.Chick .WallX26Y23 {background-position: -650px -575px; z-index: 941;}
.PlatformSeries .WallX27Y23 {z-index: 784;}
.AdventureSeries .WallX27Y23 {background-position: -675px -575px; z-index: 784;}
.Chick .WallX27Y23 {background-position: -675px -575px; z-index: 940;}
.PlatformSeries .WallX28Y23 {z-index: 785;}
.AdventureSeries .WallX28Y23 {background-position: -700px -575px; z-index: 785;}
.Chick .WallX28Y23 {background-position: -700px -575px; z-index: 939;}
.PlatformSeries .WallX29Y23 {z-index: 786;}
.AdventureSeries .WallX29Y23 {background-position: -725px -575px; z-index: 786;}
.Chick .WallX29Y23 {background-position: -725px -575px; z-index: 938;}
.PlatformSeries .WallX30Y23 {z-index: 787;}
.AdventureSeries .WallX30Y23 {background-position: -750px -575px; z-index: 787;}
.Chick .WallX30Y23 {background-position: -750px -575px; z-index: 937;}
.PlatformSeries .WallX31Y23 {z-index: 788;}
.AdventureSeries .WallX31Y23 {background-position: -775px -575px; z-index: 788;}
.Chick .WallX31Y23 {background-position: -775px -575px; z-index: 936;}
.PlatformSeries .WallX32Y23 {z-index: 789;}
.AdventureSeries .WallX32Y23 {background-position: -800px -575px; z-index: 789;}
.Chick .WallX32Y23 {background-position: -800px -575px; z-index: 935;}
.PlatformSeries .WallX33Y23 {z-index: 790;}
.AdventureSeries .WallX33Y23 {background-position: -825px -575px; z-index: 790;}
.Chick .WallX33Y23 {background-position: -825px -575px; z-index: 934;}
.PlatformSeries .WallX34Y23 {z-index: 791;}
.AdventureSeries .WallX34Y23 {background-position: -850px -575px; z-index: 791;}
.Chick .WallX34Y23 {background-position: -850px -575px; z-index: 933;}
.PlatformSeries .WallX35Y23 {z-index: 792;}
.AdventureSeries .WallX35Y23 {background-position: -875px -575px; z-index: 792;}
.Chick .WallX35Y23 {background-position: -875px -575px; z-index: 932;}
.PlatformSeries .WallX36Y23 {z-index: 793;}
.AdventureSeries .WallX36Y23 {background-position: -900px -575px; z-index: 793;}
.Chick .WallX36Y23 {background-position: -900px -575px; z-index: 931;}
.PlatformSeries .WallX37Y23 {z-index: 794;}
.AdventureSeries .WallX37Y23 {background-position: -925px -575px; z-index: 794;}
.Chick .WallX37Y23 {background-position: -925px -575px; z-index: 930;}
.PlatformSeries .WallX38Y23 {z-index: 795;}
.AdventureSeries .WallX38Y23 {background-position: -950px -575px; z-index: 795;}
.Chick .WallX38Y23 {background-position: -950px -575px; z-index: 929;}
.PlatformSeries .WallX39Y23 {z-index: 796;}
.AdventureSeries .WallX39Y23 {background-position: -975px -575px; z-index: 796;}
.Chick .WallX39Y23 {background-position: -975px -575px; z-index: 928;}
.PlatformSeries .WallX40Y23 {z-index: 797;}
.AdventureSeries .WallX40Y23 {background-position: -1000px -575px; z-index: 797;}
.Chick .WallX40Y23 {background-position: -1000px -575px; z-index: 927;}
.PlatformSeries .WallX41Y23 {z-index: 798;}
.AdventureSeries .WallX41Y23 {background-position: -1025px -575px; z-index: 798;}
.Chick .WallX41Y23 {background-position: -1025px -575px; z-index: 926;}
.PlatformSeries .WallX0Y22 {z-index: 799;}
.AdventureSeries .WallX0Y22 {background-position: -0px -550px; z-index: 799;}
.Chick .WallX0Y22 {background-position: -0px -550px; z-index: 925;}
.PlatformSeries .WallX1Y22 {z-index: 800;}
.AdventureSeries .WallX1Y22 {background-position: -25px -550px; z-index: 800;}
.Chick .WallX1Y22 {background-position: -25px -550px; z-index: 924;}
.PlatformSeries .WallX2Y22 {z-index: 801;}
.AdventureSeries .WallX2Y22 {background-position: -50px -550px; z-index: 801;}
.Chick .WallX2Y22 {background-position: -50px -550px; z-index: 923;}
.PlatformSeries .WallX3Y22 {z-index: 802;}
.AdventureSeries .WallX3Y22 {background-position: -75px -550px; z-index: 802;}
.Chick .WallX3Y22 {background-position: -75px -550px; z-index: 922;}
.PlatformSeries .WallX4Y22 {z-index: 803;}
.AdventureSeries .WallX4Y22 {background-position: -100px -550px; z-index: 803;}
.Chick .WallX4Y22 {background-position: -100px -550px; z-index: 921;}
.PlatformSeries .WallX5Y22 {z-index: 804;}
.AdventureSeries .WallX5Y22 {background-position: -125px -550px; z-index: 804;}
.Chick .WallX5Y22 {background-position: -125px -550px; z-index: 920;}
.PlatformSeries .WallX6Y22 {z-index: 805;}
.AdventureSeries .WallX6Y22 {background-position: -150px -550px; z-index: 805;}
.Chick .WallX6Y22 {background-position: -150px -550px; z-index: 919;}
.PlatformSeries .WallX7Y22 {z-index: 806;}
.AdventureSeries .WallX7Y22 {background-position: -175px -550px; z-index: 806;}
.Chick .WallX7Y22 {background-position: -175px -550px; z-index: 918;}
.PlatformSeries .WallX8Y22 {z-index: 807;}
.AdventureSeries .WallX8Y22 {background-position: -200px -550px; z-index: 807;}
.Chick .WallX8Y22 {background-position: -200px -550px; z-index: 917;}
.PlatformSeries .WallX9Y22 {z-index: 808;}
.AdventureSeries .WallX9Y22 {background-position: -225px -550px; z-index: 808;}
.Chick .WallX9Y22 {background-position: -225px -550px; z-index: 916;}
.PlatformSeries .WallX10Y22 {z-index: 809;}
.AdventureSeries .WallX10Y22 {background-position: -250px -550px; z-index: 809;}
.Chick .WallX10Y22 {background-position: -250px -550px; z-index: 915;}
.PlatformSeries .WallX11Y22 {z-index: 810;}
.AdventureSeries .WallX11Y22 {background-position: -275px -550px; z-index: 810;}
.Chick .WallX11Y22 {background-position: -275px -550px; z-index: 914;}
.PlatformSeries .WallX12Y22 {z-index: 811;}
.AdventureSeries .WallX12Y22 {background-position: -300px -550px; z-index: 811;}
.Chick .WallX12Y22 {background-position: -300px -550px; z-index: 913;}
.PlatformSeries .WallX13Y22 {z-index: 812;}
.AdventureSeries .WallX13Y22 {background-position: -325px -550px; z-index: 812;}
.Chick .WallX13Y22 {background-position: -325px -550px; z-index: 912;}
.PlatformSeries .WallX14Y22 {z-index: 813;}
.AdventureSeries .WallX14Y22 {background-position: -350px -550px; z-index: 813;}
.Chick .WallX14Y22 {background-position: -350px -550px; z-index: 911;}
.PlatformSeries .WallX15Y22 {z-index: 814;}
.AdventureSeries .WallX15Y22 {background-position: -375px -550px; z-index: 814;}
.Chick .WallX15Y22 {background-position: -375px -550px; z-index: 910;}
.PlatformSeries .WallX16Y22 {z-index: 815;}
.AdventureSeries .WallX16Y22 {background-position: -400px -550px; z-index: 815;}
.Chick .WallX16Y22 {background-position: -400px -550px; z-index: 909;}
.PlatformSeries .WallX17Y22 {z-index: 816;}
.AdventureSeries .WallX17Y22 {background-position: -425px -550px; z-index: 816;}
.Chick .WallX17Y22 {background-position: -425px -550px; z-index: 908;}
.PlatformSeries .WallX18Y22 {z-index: 817;}
.AdventureSeries .WallX18Y22 {background-position: -450px -550px; z-index: 817;}
.Chick .WallX18Y22 {background-position: -450px -550px; z-index: 907;}
.PlatformSeries .WallX19Y22 {z-index: 818;}
.AdventureSeries .WallX19Y22 {background-position: -475px -550px; z-index: 818;}
.Chick .WallX19Y22 {background-position: -475px -550px; z-index: 906;}
.PlatformSeries .WallX20Y22 {z-index: 819;}
.AdventureSeries .WallX20Y22 {background-position: -500px -550px; z-index: 819;}
.Chick .WallX20Y22 {background-position: -500px -550px; z-index: 905;}
.PlatformSeries .WallX21Y22 {z-index: 820;}
.AdventureSeries .WallX21Y22 {background-position: -525px -550px; z-index: 820;}
.Chick .WallX21Y22 {background-position: -525px -550px; z-index: 904;}
.PlatformSeries .WallX22Y22 {z-index: 821;}
.AdventureSeries .WallX22Y22 {background-position: -550px -550px; z-index: 821;}
.Chick .WallX22Y22 {background-position: -550px -550px; z-index: 903;}
.PlatformSeries .WallX23Y22 {z-index: 822;}
.AdventureSeries .WallX23Y22 {background-position: -575px -550px; z-index: 822;}
.Chick .WallX23Y22 {background-position: -575px -550px; z-index: 902;}
.PlatformSeries .WallX24Y22 {z-index: 823;}
.AdventureSeries .WallX24Y22 {background-position: -600px -550px; z-index: 823;}
.Chick .WallX24Y22 {background-position: -600px -550px; z-index: 901;}
.PlatformSeries .WallX25Y22 {z-index: 824;}
.AdventureSeries .WallX25Y22 {background-position: -625px -550px; z-index: 824;}
.Chick .WallX25Y22 {background-position: -625px -550px; z-index: 900;}
.PlatformSeries .WallX26Y22 {z-index: 825;}
.AdventureSeries .WallX26Y22 {background-position: -650px -550px; z-index: 825;}
.Chick .WallX26Y22 {background-position: -650px -550px; z-index: 899;}
.PlatformSeries .WallX27Y22 {z-index: 826;}
.AdventureSeries .WallX27Y22 {background-position: -675px -550px; z-index: 826;}
.Chick .WallX27Y22 {background-position: -675px -550px; z-index: 898;}
.PlatformSeries .WallX28Y22 {z-index: 827;}
.AdventureSeries .WallX28Y22 {background-position: -700px -550px; z-index: 827;}
.Chick .WallX28Y22 {background-position: -700px -550px; z-index: 897;}
.PlatformSeries .WallX29Y22 {z-index: 828;}
.AdventureSeries .WallX29Y22 {background-position: -725px -550px; z-index: 828;}
.Chick .WallX29Y22 {background-position: -725px -550px; z-index: 896;}
.PlatformSeries .WallX30Y22 {z-index: 829;}
.AdventureSeries .WallX30Y22 {background-position: -750px -550px; z-index: 829;}
.Chick .WallX30Y22 {background-position: -750px -550px; z-index: 895;}
.PlatformSeries .WallX31Y22 {z-index: 830;}
.AdventureSeries .WallX31Y22 {background-position: -775px -550px; z-index: 830;}
.Chick .WallX31Y22 {background-position: -775px -550px; z-index: 894;}
.PlatformSeries .WallX32Y22 {z-index: 831;}
.AdventureSeries .WallX32Y22 {background-position: -800px -550px; z-index: 831;}
.Chick .WallX32Y22 {background-position: -800px -550px; z-index: 893;}
.PlatformSeries .WallX33Y22 {z-index: 832;}
.AdventureSeries .WallX33Y22 {background-position: -825px -550px; z-index: 832;}
.Chick .WallX33Y22 {background-position: -825px -550px; z-index: 892;}
.PlatformSeries .WallX34Y22 {z-index: 833;}
.AdventureSeries .WallX34Y22 {background-position: -850px -550px; z-index: 833;}
.Chick .WallX34Y22 {background-position: -850px -550px; z-index: 891;}
.PlatformSeries .WallX35Y22 {z-index: 834;}
.AdventureSeries .WallX35Y22 {background-position: -875px -550px; z-index: 834;}
.Chick .WallX35Y22 {background-position: -875px -550px; z-index: 890;}
.PlatformSeries .WallX36Y22 {z-index: 835;}
.AdventureSeries .WallX36Y22 {background-position: -900px -550px; z-index: 835;}
.Chick .WallX36Y22 {background-position: -900px -550px; z-index: 889;}
.PlatformSeries .WallX37Y22 {z-index: 836;}
.AdventureSeries .WallX37Y22 {background-position: -925px -550px; z-index: 836;}
.Chick .WallX37Y22 {background-position: -925px -550px; z-index: 888;}
.PlatformSeries .WallX38Y22 {z-index: 837;}
.AdventureSeries .WallX38Y22 {background-position: -950px -550px; z-index: 837;}
.Chick .WallX38Y22 {background-position: -950px -550px; z-index: 887;}
.PlatformSeries .WallX39Y22 {z-index: 838;}
.AdventureSeries .WallX39Y22 {background-position: -975px -550px; z-index: 838;}
.Chick .WallX39Y22 {background-position: -975px -550px; z-index: 886;}
.PlatformSeries .WallX40Y22 {z-index: 839;}
.AdventureSeries .WallX40Y22 {background-position: -1000px -550px; z-index: 839;}
.Chick .WallX40Y22 {background-position: -1000px -550px; z-index: 885;}
.PlatformSeries .WallX41Y22 {z-index: 840;}
.AdventureSeries .WallX41Y22 {background-position: -1025px -550px; z-index: 840;}
.Chick .WallX41Y22 {background-position: -1025px -550px; z-index: 884;}
.PlatformSeries .WallX0Y21 {z-index: 841;}
.AdventureSeries .WallX0Y21 {background-position: -0px -525px; z-index: 841;}
.Chick .WallX0Y21 {background-position: -0px -525px; z-index: 883;}
.PlatformSeries .WallX1Y21 {z-index: 842;}
.AdventureSeries .WallX1Y21 {background-position: -25px -525px; z-index: 842;}
.Chick .WallX1Y21 {background-position: -25px -525px; z-index: 882;}
.PlatformSeries .WallX2Y21 {z-index: 843;}
.AdventureSeries .WallX2Y21 {background-position: -50px -525px; z-index: 843;}
.Chick .WallX2Y21 {background-position: -50px -525px; z-index: 881;}
.PlatformSeries .WallX3Y21 {z-index: 844;}
.AdventureSeries .WallX3Y21 {background-position: -75px -525px; z-index: 844;}
.Chick .WallX3Y21 {background-position: -75px -525px; z-index: 880;}
.PlatformSeries .WallX4Y21 {z-index: 845;}
.AdventureSeries .WallX4Y21 {background-position: -100px -525px; z-index: 845;}
.Chick .WallX4Y21 {background-position: -100px -525px; z-index: 879;}
.PlatformSeries .WallX5Y21 {z-index: 846;}
.AdventureSeries .WallX5Y21 {background-position: -125px -525px; z-index: 846;}
.Chick .WallX5Y21 {background-position: -125px -525px; z-index: 878;}
.PlatformSeries .WallX6Y21 {z-index: 847;}
.AdventureSeries .WallX6Y21 {background-position: -150px -525px; z-index: 847;}
.Chick .WallX6Y21 {background-position: -150px -525px; z-index: 877;}
.PlatformSeries .WallX7Y21 {z-index: 848;}
.AdventureSeries .WallX7Y21 {background-position: -175px -525px; z-index: 848;}
.Chick .WallX7Y21 {background-position: -175px -525px; z-index: 876;}
.PlatformSeries .WallX8Y21 {z-index: 849;}
.AdventureSeries .WallX8Y21 {background-position: -200px -525px; z-index: 849;}
.Chick .WallX8Y21 {background-position: -200px -525px; z-index: 875;}
.PlatformSeries .WallX9Y21 {z-index: 850;}
.AdventureSeries .WallX9Y21 {background-position: -225px -525px; z-index: 850;}
.Chick .WallX9Y21 {background-position: -225px -525px; z-index: 874;}
.PlatformSeries .WallX10Y21 {z-index: 851;}
.AdventureSeries .WallX10Y21 {background-position: -250px -525px; z-index: 851;}
.Chick .WallX10Y21 {background-position: -250px -525px; z-index: 873;}
.PlatformSeries .WallX11Y21 {z-index: 852;}
.AdventureSeries .WallX11Y21 {background-position: -275px -525px; z-index: 852;}
.Chick .WallX11Y21 {background-position: -275px -525px; z-index: 872;}
.PlatformSeries .WallX12Y21 {z-index: 853;}
.AdventureSeries .WallX12Y21 {background-position: -300px -525px; z-index: 853;}
.Chick .WallX12Y21 {background-position: -300px -525px; z-index: 871;}
.PlatformSeries .WallX13Y21 {z-index: 854;}
.AdventureSeries .WallX13Y21 {background-position: -325px -525px; z-index: 854;}
.Chick .WallX13Y21 {background-position: -325px -525px; z-index: 870;}
.PlatformSeries .WallX14Y21 {z-index: 855;}
.AdventureSeries .WallX14Y21 {background-position: -350px -525px; z-index: 855;}
.Chick .WallX14Y21 {background-position: -350px -525px; z-index: 869;}
.PlatformSeries .WallX15Y21 {z-index: 856;}
.AdventureSeries .WallX15Y21 {background-position: -375px -525px; z-index: 856;}
.Chick .WallX15Y21 {background-position: -375px -525px; z-index: 868;}
.PlatformSeries .WallX16Y21 {z-index: 857;}
.AdventureSeries .WallX16Y21 {background-position: -400px -525px; z-index: 857;}
.Chick .WallX16Y21 {background-position: -400px -525px; z-index: 867;}
.PlatformSeries .WallX17Y21 {z-index: 858;}
.AdventureSeries .WallX17Y21 {background-position: -425px -525px; z-index: 858;}
.Chick .WallX17Y21 {background-position: -425px -525px; z-index: 866;}
.PlatformSeries .WallX18Y21 {z-index: 859;}
.AdventureSeries .WallX18Y21 {background-position: -450px -525px; z-index: 859;}
.Chick .WallX18Y21 {background-position: -450px -525px; z-index: 865;}
.PlatformSeries .WallX19Y21 {z-index: 860;}
.AdventureSeries .WallX19Y21 {background-position: -475px -525px; z-index: 860;}
.Chick .WallX19Y21 {background-position: -475px -525px; z-index: 864;}
.PlatformSeries .WallX20Y21 {z-index: 861;}
.AdventureSeries .WallX20Y21 {background-position: -500px -525px; z-index: 861;}
.Chick .WallX20Y21 {background-position: -500px -525px; z-index: 863;}
.PlatformSeries .WallX21Y21 {z-index: 862;}
.AdventureSeries .WallX21Y21 {background-position: -525px -525px; z-index: 862;}
.Chick .WallX21Y21 {background-position: -525px -525px; z-index: 862;}
.PlatformSeries .WallX22Y21 {z-index: 863;}
.AdventureSeries .WallX22Y21 {background-position: -550px -525px; z-index: 863;}
.Chick .WallX22Y21 {background-position: -550px -525px; z-index: 861;}
.PlatformSeries .WallX23Y21 {z-index: 864;}
.AdventureSeries .WallX23Y21 {background-position: -575px -525px; z-index: 864;}
.Chick .WallX23Y21 {background-position: -575px -525px; z-index: 860;}
.PlatformSeries .WallX24Y21 {z-index: 865;}
.AdventureSeries .WallX24Y21 {background-position: -600px -525px; z-index: 865;}
.Chick .WallX24Y21 {background-position: -600px -525px; z-index: 859;}
.PlatformSeries .WallX25Y21 {z-index: 866;}
.AdventureSeries .WallX25Y21 {background-position: -625px -525px; z-index: 866;}
.Chick .WallX25Y21 {background-position: -625px -525px; z-index: 858;}
.PlatformSeries .WallX26Y21 {z-index: 867;}
.AdventureSeries .WallX26Y21 {background-position: -650px -525px; z-index: 867;}
.Chick .WallX26Y21 {background-position: -650px -525px; z-index: 857;}
.PlatformSeries .WallX27Y21 {z-index: 868;}
.AdventureSeries .WallX27Y21 {background-position: -675px -525px; z-index: 868;}
.Chick .WallX27Y21 {background-position: -675px -525px; z-index: 856;}
.PlatformSeries .WallX28Y21 {z-index: 869;}
.AdventureSeries .WallX28Y21 {background-position: -700px -525px; z-index: 869;}
.Chick .WallX28Y21 {background-position: -700px -525px; z-index: 855;}
.PlatformSeries .WallX29Y21 {z-index: 870;}
.AdventureSeries .WallX29Y21 {background-position: -725px -525px; z-index: 870;}
.Chick .WallX29Y21 {background-position: -725px -525px; z-index: 854;}
.PlatformSeries .WallX30Y21 {z-index: 871;}
.AdventureSeries .WallX30Y21 {background-position: -750px -525px; z-index: 871;}
.Chick .WallX30Y21 {background-position: -750px -525px; z-index: 853;}
.PlatformSeries .WallX31Y21 {z-index: 872;}
.AdventureSeries .WallX31Y21 {background-position: -775px -525px; z-index: 872;}
.Chick .WallX31Y21 {background-position: -775px -525px; z-index: 852;}
.PlatformSeries .WallX32Y21 {z-index: 873;}
.AdventureSeries .WallX32Y21 {background-position: -800px -525px; z-index: 873;}
.Chick .WallX32Y21 {background-position: -800px -525px; z-index: 851;}
.PlatformSeries .WallX33Y21 {z-index: 874;}
.AdventureSeries .WallX33Y21 {background-position: -825px -525px; z-index: 874;}
.Chick .WallX33Y21 {background-position: -825px -525px; z-index: 850;}
.PlatformSeries .WallX34Y21 {z-index: 875;}
.AdventureSeries .WallX34Y21 {background-position: -850px -525px; z-index: 875;}
.Chick .WallX34Y21 {background-position: -850px -525px; z-index: 849;}
.PlatformSeries .WallX35Y21 {z-index: 876;}
.AdventureSeries .WallX35Y21 {background-position: -875px -525px; z-index: 876;}
.Chick .WallX35Y21 {background-position: -875px -525px; z-index: 848;}
.PlatformSeries .WallX36Y21 {z-index: 877;}
.AdventureSeries .WallX36Y21 {background-position: -900px -525px; z-index: 877;}
.Chick .WallX36Y21 {background-position: -900px -525px; z-index: 847;}
.PlatformSeries .WallX37Y21 {z-index: 878;}
.AdventureSeries .WallX37Y21 {background-position: -925px -525px; z-index: 878;}
.Chick .WallX37Y21 {background-position: -925px -525px; z-index: 846;}
.PlatformSeries .WallX38Y21 {z-index: 879;}
.AdventureSeries .WallX38Y21 {background-position: -950px -525px; z-index: 879;}
.Chick .WallX38Y21 {background-position: -950px -525px; z-index: 845;}
.PlatformSeries .WallX39Y21 {z-index: 880;}
.AdventureSeries .WallX39Y21 {background-position: -975px -525px; z-index: 880;}
.Chick .WallX39Y21 {background-position: -975px -525px; z-index: 844;}
.PlatformSeries .WallX40Y21 {z-index: 881;}
.AdventureSeries .WallX40Y21 {background-position: -1000px -525px; z-index: 881;}
.Chick .WallX40Y21 {background-position: -1000px -525px; z-index: 843;}
.PlatformSeries .WallX41Y21 {z-index: 882;}
.AdventureSeries .WallX41Y21 {background-position: -1025px -525px; z-index: 882;}
.Chick .WallX41Y21 {background-position: -1025px -525px; z-index: 842;}
.PlatformSeries .WallX0Y20 {z-index: 883;}
.AdventureSeries .WallX0Y20 {background-position: -0px -500px; z-index: 883;}
.Chick .WallX0Y20 {background-position: -0px -500px; z-index: 841;}
.PlatformSeries .WallX1Y20 {z-index: 884;}
.AdventureSeries .WallX1Y20 {background-position: -25px -500px; z-index: 884;}
.Chick .WallX1Y20 {background-position: -25px -500px; z-index: 840;}
.PlatformSeries .WallX2Y20 {z-index: 885;}
.AdventureSeries .WallX2Y20 {background-position: -50px -500px; z-index: 885;}
.Chick .WallX2Y20 {background-position: -50px -500px; z-index: 839;}
.PlatformSeries .WallX3Y20 {z-index: 886;}
.AdventureSeries .WallX3Y20 {background-position: -75px -500px; z-index: 886;}
.Chick .WallX3Y20 {background-position: -75px -500px; z-index: 838;}
.PlatformSeries .WallX4Y20 {z-index: 887;}
.AdventureSeries .WallX4Y20 {background-position: -100px -500px; z-index: 887;}
.Chick .WallX4Y20 {background-position: -100px -500px; z-index: 837;}
.PlatformSeries .WallX5Y20 {z-index: 888;}
.AdventureSeries .WallX5Y20 {background-position: -125px -500px; z-index: 888;}
.Chick .WallX5Y20 {background-position: -125px -500px; z-index: 836;}
.PlatformSeries .WallX6Y20 {z-index: 889;}
.AdventureSeries .WallX6Y20 {background-position: -150px -500px; z-index: 889;}
.Chick .WallX6Y20 {background-position: -150px -500px; z-index: 835;}
.PlatformSeries .WallX7Y20 {z-index: 890;}
.AdventureSeries .WallX7Y20 {background-position: -175px -500px; z-index: 890;}
.Chick .WallX7Y20 {background-position: -175px -500px; z-index: 834;}
.PlatformSeries .WallX8Y20 {z-index: 891;}
.AdventureSeries .WallX8Y20 {background-position: -200px -500px; z-index: 891;}
.Chick .WallX8Y20 {background-position: -200px -500px; z-index: 833;}
.PlatformSeries .WallX9Y20 {z-index: 892;}
.AdventureSeries .WallX9Y20 {background-position: -225px -500px; z-index: 892;}
.Chick .WallX9Y20 {background-position: -225px -500px; z-index: 832;}
.PlatformSeries .WallX10Y20 {z-index: 893;}
.AdventureSeries .WallX10Y20 {background-position: -250px -500px; z-index: 893;}
.Chick .WallX10Y20 {background-position: -250px -500px; z-index: 831;}
.PlatformSeries .WallX11Y20 {z-index: 894;}
.AdventureSeries .WallX11Y20 {background-position: -275px -500px; z-index: 894;}
.Chick .WallX11Y20 {background-position: -275px -500px; z-index: 830;}
.PlatformSeries .WallX12Y20 {z-index: 895;}
.AdventureSeries .WallX12Y20 {background-position: -300px -500px; z-index: 895;}
.Chick .WallX12Y20 {background-position: -300px -500px; z-index: 829;}
.PlatformSeries .WallX13Y20 {z-index: 896;}
.AdventureSeries .WallX13Y20 {background-position: -325px -500px; z-index: 896;}
.Chick .WallX13Y20 {background-position: -325px -500px; z-index: 828;}
.PlatformSeries .WallX14Y20 {z-index: 897;}
.AdventureSeries .WallX14Y20 {background-position: -350px -500px; z-index: 897;}
.Chick .WallX14Y20 {background-position: -350px -500px; z-index: 827;}
.PlatformSeries .WallX15Y20 {z-index: 898;}
.AdventureSeries .WallX15Y20 {background-position: -375px -500px; z-index: 898;}
.Chick .WallX15Y20 {background-position: -375px -500px; z-index: 826;}
.PlatformSeries .WallX16Y20 {z-index: 899;}
.AdventureSeries .WallX16Y20 {background-position: -400px -500px; z-index: 899;}
.Chick .WallX16Y20 {background-position: -400px -500px; z-index: 825;}
.PlatformSeries .WallX17Y20 {z-index: 900;}
.AdventureSeries .WallX17Y20 {background-position: -425px -500px; z-index: 900;}
.Chick .WallX17Y20 {background-position: -425px -500px; z-index: 824;}
.PlatformSeries .WallX18Y20 {z-index: 901;}
.AdventureSeries .WallX18Y20 {background-position: -450px -500px; z-index: 901;}
.Chick .WallX18Y20 {background-position: -450px -500px; z-index: 823;}
.PlatformSeries .WallX19Y20 {z-index: 902;}
.AdventureSeries .WallX19Y20 {background-position: -475px -500px; z-index: 902;}
.Chick .WallX19Y20 {background-position: -475px -500px; z-index: 822;}
.PlatformSeries .WallX20Y20 {z-index: 903;}
.AdventureSeries .WallX20Y20 {background-position: -500px -500px; z-index: 903;}
.Chick .WallX20Y20 {background-position: -500px -500px; z-index: 821;}
.PlatformSeries .WallX21Y20 {z-index: 904;}
.AdventureSeries .WallX21Y20 {background-position: -525px -500px; z-index: 904;}
.Chick .WallX21Y20 {background-position: -525px -500px; z-index: 820;}
.PlatformSeries .WallX22Y20 {z-index: 905;}
.AdventureSeries .WallX22Y20 {background-position: -550px -500px; z-index: 905;}
.Chick .WallX22Y20 {background-position: -550px -500px; z-index: 819;}
.PlatformSeries .WallX23Y20 {z-index: 906;}
.AdventureSeries .WallX23Y20 {background-position: -575px -500px; z-index: 906;}
.Chick .WallX23Y20 {background-position: -575px -500px; z-index: 818;}
.PlatformSeries .WallX24Y20 {z-index: 907;}
.AdventureSeries .WallX24Y20 {background-position: -600px -500px; z-index: 907;}
.Chick .WallX24Y20 {background-position: -600px -500px; z-index: 817;}
.PlatformSeries .WallX25Y20 {z-index: 908;}
.AdventureSeries .WallX25Y20 {background-position: -625px -500px; z-index: 908;}
.Chick .WallX25Y20 {background-position: -625px -500px; z-index: 816;}
.PlatformSeries .WallX26Y20 {z-index: 909;}
.AdventureSeries .WallX26Y20 {background-position: -650px -500px; z-index: 909;}
.Chick .WallX26Y20 {background-position: -650px -500px; z-index: 815;}
.PlatformSeries .WallX27Y20 {z-index: 910;}
.AdventureSeries .WallX27Y20 {background-position: -675px -500px; z-index: 910;}
.Chick .WallX27Y20 {background-position: -675px -500px; z-index: 814;}
.PlatformSeries .WallX28Y20 {z-index: 911;}
.AdventureSeries .WallX28Y20 {background-position: -700px -500px; z-index: 911;}
.Chick .WallX28Y20 {background-position: -700px -500px; z-index: 813;}
.PlatformSeries .WallX29Y20 {z-index: 912;}
.AdventureSeries .WallX29Y20 {background-position: -725px -500px; z-index: 912;}
.Chick .WallX29Y20 {background-position: -725px -500px; z-index: 812;}
.PlatformSeries .WallX30Y20 {z-index: 913;}
.AdventureSeries .WallX30Y20 {background-position: -750px -500px; z-index: 913;}
.Chick .WallX30Y20 {background-position: -750px -500px; z-index: 811;}
.PlatformSeries .WallX31Y20 {z-index: 914;}
.AdventureSeries .WallX31Y20 {background-position: -775px -500px; z-index: 914;}
.Chick .WallX31Y20 {background-position: -775px -500px; z-index: 810;}
.PlatformSeries .WallX32Y20 {z-index: 915;}
.AdventureSeries .WallX32Y20 {background-position: -800px -500px; z-index: 915;}
.Chick .WallX32Y20 {background-position: -800px -500px; z-index: 809;}
.PlatformSeries .WallX33Y20 {z-index: 916;}
.AdventureSeries .WallX33Y20 {background-position: -825px -500px; z-index: 916;}
.Chick .WallX33Y20 {background-position: -825px -500px; z-index: 808;}
.PlatformSeries .WallX34Y20 {z-index: 917;}
.AdventureSeries .WallX34Y20 {background-position: -850px -500px; z-index: 917;}
.Chick .WallX34Y20 {background-position: -850px -500px; z-index: 807;}
.PlatformSeries .WallX35Y20 {z-index: 918;}
.AdventureSeries .WallX35Y20 {background-position: -875px -500px; z-index: 918;}
.Chick .WallX35Y20 {background-position: -875px -500px; z-index: 806;}
.PlatformSeries .WallX36Y20 {z-index: 919;}
.AdventureSeries .WallX36Y20 {background-position: -900px -500px; z-index: 919;}
.Chick .WallX36Y20 {background-position: -900px -500px; z-index: 805;}
.PlatformSeries .WallX37Y20 {z-index: 920;}
.AdventureSeries .WallX37Y20 {background-position: -925px -500px; z-index: 920;}
.Chick .WallX37Y20 {background-position: -925px -500px; z-index: 804;}
.PlatformSeries .WallX38Y20 {z-index: 921;}
.AdventureSeries .WallX38Y20 {background-position: -950px -500px; z-index: 921;}
.Chick .WallX38Y20 {background-position: -950px -500px; z-index: 803;}
.PlatformSeries .WallX39Y20 {z-index: 922;}
.AdventureSeries .WallX39Y20 {background-position: -975px -500px; z-index: 922;}
.Chick .WallX39Y20 {background-position: -975px -500px; z-index: 802;}
.PlatformSeries .WallX40Y20 {z-index: 923;}
.AdventureSeries .WallX40Y20 {background-position: -1000px -500px; z-index: 923;}
.Chick .WallX40Y20 {background-position: -1000px -500px; z-index: 801;}
.PlatformSeries .WallX41Y20 {z-index: 924;}
.AdventureSeries .WallX41Y20 {background-position: -1025px -500px; z-index: 924;}
.Chick .WallX41Y20 {background-position: -1025px -500px; z-index: 800;}
.PlatformSeries .WallX0Y19 {z-index: 925;}
.AdventureSeries .WallX0Y19 {background-position: -0px -475px; z-index: 925;}
.Chick .WallX0Y19 {background-position: -0px -475px; z-index: 799;}
.PlatformSeries .WallX1Y19 {z-index: 926;}
.AdventureSeries .WallX1Y19 {background-position: -25px -475px; z-index: 926;}
.Chick .WallX1Y19 {background-position: -25px -475px; z-index: 798;}
.PlatformSeries .WallX2Y19 {z-index: 927;}
.AdventureSeries .WallX2Y19 {background-position: -50px -475px; z-index: 927;}
.Chick .WallX2Y19 {background-position: -50px -475px; z-index: 797;}
.PlatformSeries .WallX3Y19 {z-index: 928;}
.AdventureSeries .WallX3Y19 {background-position: -75px -475px; z-index: 928;}
.Chick .WallX3Y19 {background-position: -75px -475px; z-index: 796;}
.PlatformSeries .WallX4Y19 {z-index: 929;}
.AdventureSeries .WallX4Y19 {background-position: -100px -475px; z-index: 929;}
.Chick .WallX4Y19 {background-position: -100px -475px; z-index: 795;}
.PlatformSeries .WallX5Y19 {z-index: 930;}
.AdventureSeries .WallX5Y19 {background-position: -125px -475px; z-index: 930;}
.Chick .WallX5Y19 {background-position: -125px -475px; z-index: 794;}
.PlatformSeries .WallX6Y19 {z-index: 931;}
.AdventureSeries .WallX6Y19 {background-position: -150px -475px; z-index: 931;}
.Chick .WallX6Y19 {background-position: -150px -475px; z-index: 793;}
.PlatformSeries .WallX7Y19 {z-index: 932;}
.AdventureSeries .WallX7Y19 {background-position: -175px -475px; z-index: 932;}
.Chick .WallX7Y19 {background-position: -175px -475px; z-index: 792;}
.PlatformSeries .WallX8Y19 {z-index: 933;}
.AdventureSeries .WallX8Y19 {background-position: -200px -475px; z-index: 933;}
.Chick .WallX8Y19 {background-position: -200px -475px; z-index: 791;}
.PlatformSeries .WallX9Y19 {z-index: 934;}
.AdventureSeries .WallX9Y19 {background-position: -225px -475px; z-index: 934;}
.Chick .WallX9Y19 {background-position: -225px -475px; z-index: 790;}
.PlatformSeries .WallX10Y19 {z-index: 935;}
.AdventureSeries .WallX10Y19 {background-position: -250px -475px; z-index: 935;}
.Chick .WallX10Y19 {background-position: -250px -475px; z-index: 789;}
.PlatformSeries .WallX11Y19 {z-index: 936;}
.AdventureSeries .WallX11Y19 {background-position: -275px -475px; z-index: 936;}
.Chick .WallX11Y19 {background-position: -275px -475px; z-index: 788;}
.PlatformSeries .WallX12Y19 {z-index: 937;}
.AdventureSeries .WallX12Y19 {background-position: -300px -475px; z-index: 937;}
.Chick .WallX12Y19 {background-position: -300px -475px; z-index: 787;}
.PlatformSeries .WallX13Y19 {z-index: 938;}
.AdventureSeries .WallX13Y19 {background-position: -325px -475px; z-index: 938;}
.Chick .WallX13Y19 {background-position: -325px -475px; z-index: 786;}
.PlatformSeries .WallX14Y19 {z-index: 939;}
.AdventureSeries .WallX14Y19 {background-position: -350px -475px; z-index: 939;}
.Chick .WallX14Y19 {background-position: -350px -475px; z-index: 785;}
.PlatformSeries .WallX15Y19 {z-index: 940;}
.AdventureSeries .WallX15Y19 {background-position: -375px -475px; z-index: 940;}
.Chick .WallX15Y19 {background-position: -375px -475px; z-index: 784;}
.PlatformSeries .WallX16Y19 {z-index: 941;}
.AdventureSeries .WallX16Y19 {background-position: -400px -475px; z-index: 941;}
.Chick .WallX16Y19 {background-position: -400px -475px; z-index: 783;}
.PlatformSeries .WallX17Y19 {z-index: 942;}
.AdventureSeries .WallX17Y19 {background-position: -425px -475px; z-index: 942;}
.Chick .WallX17Y19 {background-position: -425px -475px; z-index: 782;}
.PlatformSeries .WallX18Y19 {z-index: 943;}
.AdventureSeries .WallX18Y19 {background-position: -450px -475px; z-index: 943;}
.Chick .WallX18Y19 {background-position: -450px -475px; z-index: 781;}
.PlatformSeries .WallX19Y19 {z-index: 944;}
.AdventureSeries .WallX19Y19 {background-position: -475px -475px; z-index: 944;}
.Chick .WallX19Y19 {background-position: -475px -475px; z-index: 780;}
.PlatformSeries .WallX20Y19 {z-index: 945;}
.AdventureSeries .WallX20Y19 {background-position: -500px -475px; z-index: 945;}
.Chick .WallX20Y19 {background-position: -500px -475px; z-index: 779;}
.PlatformSeries .WallX21Y19 {z-index: 946;}
.AdventureSeries .WallX21Y19 {background-position: -525px -475px; z-index: 946;}
.Chick .WallX21Y19 {background-position: -525px -475px; z-index: 778;}
.PlatformSeries .WallX22Y19 {z-index: 947;}
.AdventureSeries .WallX22Y19 {background-position: -550px -475px; z-index: 947;}
.Chick .WallX22Y19 {background-position: -550px -475px; z-index: 777;}
.PlatformSeries .WallX23Y19 {z-index: 948;}
.AdventureSeries .WallX23Y19 {background-position: -575px -475px; z-index: 948;}
.Chick .WallX23Y19 {background-position: -575px -475px; z-index: 776;}
.PlatformSeries .WallX24Y19 {z-index: 949;}
.AdventureSeries .WallX24Y19 {background-position: -600px -475px; z-index: 949;}
.Chick .WallX24Y19 {background-position: -600px -475px; z-index: 775;}
.PlatformSeries .WallX25Y19 {z-index: 950;}
.AdventureSeries .WallX25Y19 {background-position: -625px -475px; z-index: 950;}
.Chick .WallX25Y19 {background-position: -625px -475px; z-index: 774;}
.PlatformSeries .WallX26Y19 {z-index: 951;}
.AdventureSeries .WallX26Y19 {background-position: -650px -475px; z-index: 951;}
.Chick .WallX26Y19 {background-position: -650px -475px; z-index: 773;}
.PlatformSeries .WallX27Y19 {z-index: 952;}
.AdventureSeries .WallX27Y19 {background-position: -675px -475px; z-index: 952;}
.Chick .WallX27Y19 {background-position: -675px -475px; z-index: 772;}
.PlatformSeries .WallX28Y19 {z-index: 953;}
.AdventureSeries .WallX28Y19 {background-position: -700px -475px; z-index: 953;}
.Chick .WallX28Y19 {background-position: -700px -475px; z-index: 771;}
.PlatformSeries .WallX29Y19 {z-index: 954;}
.AdventureSeries .WallX29Y19 {background-position: -725px -475px; z-index: 954;}
.Chick .WallX29Y19 {background-position: -725px -475px; z-index: 770;}
.PlatformSeries .WallX30Y19 {z-index: 955;}
.AdventureSeries .WallX30Y19 {background-position: -750px -475px; z-index: 955;}
.Chick .WallX30Y19 {background-position: -750px -475px; z-index: 769;}
.PlatformSeries .WallX31Y19 {z-index: 956;}
.AdventureSeries .WallX31Y19 {background-position: -775px -475px; z-index: 956;}
.Chick .WallX31Y19 {background-position: -775px -475px; z-index: 768;}
.PlatformSeries .WallX32Y19 {z-index: 957;}
.AdventureSeries .WallX32Y19 {background-position: -800px -475px; z-index: 957;}
.Chick .WallX32Y19 {background-position: -800px -475px; z-index: 767;}
.PlatformSeries .WallX33Y19 {z-index: 958;}
.AdventureSeries .WallX33Y19 {background-position: -825px -475px; z-index: 958;}
.Chick .WallX33Y19 {background-position: -825px -475px; z-index: 766;}
.PlatformSeries .WallX34Y19 {z-index: 959;}
.AdventureSeries .WallX34Y19 {background-position: -850px -475px; z-index: 959;}
.Chick .WallX34Y19 {background-position: -850px -475px; z-index: 765;}
.PlatformSeries .WallX35Y19 {z-index: 960;}
.AdventureSeries .WallX35Y19 {background-position: -875px -475px; z-index: 960;}
.Chick .WallX35Y19 {background-position: -875px -475px; z-index: 764;}
.PlatformSeries .WallX36Y19 {z-index: 961;}
.AdventureSeries .WallX36Y19 {background-position: -900px -475px; z-index: 961;}
.Chick .WallX36Y19 {background-position: -900px -475px; z-index: 763;}
.PlatformSeries .WallX37Y19 {z-index: 962;}
.AdventureSeries .WallX37Y19 {background-position: -925px -475px; z-index: 962;}
.Chick .WallX37Y19 {background-position: -925px -475px; z-index: 762;}
.PlatformSeries .WallX38Y19 {z-index: 963;}
.AdventureSeries .WallX38Y19 {background-position: -950px -475px; z-index: 963;}
.Chick .WallX38Y19 {background-position: -950px -475px; z-index: 761;}
.PlatformSeries .WallX39Y19 {z-index: 964;}
.AdventureSeries .WallX39Y19 {background-position: -975px -475px; z-index: 964;}
.Chick .WallX39Y19 {background-position: -975px -475px; z-index: 760;}
.PlatformSeries .WallX40Y19 {z-index: 965;}
.AdventureSeries .WallX40Y19 {background-position: -1000px -475px; z-index: 965;}
.Chick .WallX40Y19 {background-position: -1000px -475px; z-index: 759;}
.PlatformSeries .WallX41Y19 {z-index: 966;}
.AdventureSeries .WallX41Y19 {background-position: -1025px -475px; z-index: 966;}
.Chick .WallX41Y19 {background-position: -1025px -475px; z-index: 758;}
.PlatformSeries .WallX0Y18 {z-index: 967;}
.AdventureSeries .WallX0Y18 {background-position: -0px -450px; z-index: 967;}
.Chick .WallX0Y18 {background-position: -0px -450px; z-index: 757;}
.PlatformSeries .WallX1Y18 {z-index: 968;}
.AdventureSeries .WallX1Y18 {background-position: -25px -450px; z-index: 968;}
.Chick .WallX1Y18 {background-position: -25px -450px; z-index: 756;}
.PlatformSeries .WallX2Y18 {z-index: 969;}
.AdventureSeries .WallX2Y18 {background-position: -50px -450px; z-index: 969;}
.Chick .WallX2Y18 {background-position: -50px -450px; z-index: 755;}
.PlatformSeries .WallX3Y18 {z-index: 970;}
.AdventureSeries .WallX3Y18 {background-position: -75px -450px; z-index: 970;}
.Chick .WallX3Y18 {background-position: -75px -450px; z-index: 754;}
.PlatformSeries .WallX4Y18 {z-index: 971;}
.AdventureSeries .WallX4Y18 {background-position: -100px -450px; z-index: 971;}
.Chick .WallX4Y18 {background-position: -100px -450px; z-index: 753;}
.PlatformSeries .WallX5Y18 {z-index: 972;}
.AdventureSeries .WallX5Y18 {background-position: -125px -450px; z-index: 972;}
.Chick .WallX5Y18 {background-position: -125px -450px; z-index: 752;}
.PlatformSeries .WallX6Y18 {z-index: 973;}
.AdventureSeries .WallX6Y18 {background-position: -150px -450px; z-index: 973;}
.Chick .WallX6Y18 {background-position: -150px -450px; z-index: 751;}
.PlatformSeries .WallX7Y18 {z-index: 974;}
.AdventureSeries .WallX7Y18 {background-position: -175px -450px; z-index: 974;}
.Chick .WallX7Y18 {background-position: -175px -450px; z-index: 750;}
.PlatformSeries .WallX8Y18 {z-index: 975;}
.AdventureSeries .WallX8Y18 {background-position: -200px -450px; z-index: 975;}
.Chick .WallX8Y18 {background-position: -200px -450px; z-index: 749;}
.PlatformSeries .WallX9Y18 {z-index: 976;}
.AdventureSeries .WallX9Y18 {background-position: -225px -450px; z-index: 976;}
.Chick .WallX9Y18 {background-position: -225px -450px; z-index: 748;}
.PlatformSeries .WallX10Y18 {z-index: 977;}
.AdventureSeries .WallX10Y18 {background-position: -250px -450px; z-index: 977;}
.Chick .WallX10Y18 {background-position: -250px -450px; z-index: 747;}
.PlatformSeries .WallX11Y18 {z-index: 978;}
.AdventureSeries .WallX11Y18 {background-position: -275px -450px; z-index: 978;}
.Chick .WallX11Y18 {background-position: -275px -450px; z-index: 746;}
.PlatformSeries .WallX12Y18 {z-index: 979;}
.AdventureSeries .WallX12Y18 {background-position: -300px -450px; z-index: 979;}
.Chick .WallX12Y18 {background-position: -300px -450px; z-index: 745;}
.PlatformSeries .WallX13Y18 {z-index: 980;}
.AdventureSeries .WallX13Y18 {background-position: -325px -450px; z-index: 980;}
.Chick .WallX13Y18 {background-position: -325px -450px; z-index: 744;}
.PlatformSeries .WallX14Y18 {z-index: 981;}
.AdventureSeries .WallX14Y18 {background-position: -350px -450px; z-index: 981;}
.Chick .WallX14Y18 {background-position: -350px -450px; z-index: 743;}
.PlatformSeries .WallX15Y18 {z-index: 982;}
.AdventureSeries .WallX15Y18 {background-position: -375px -450px; z-index: 982;}
.Chick .WallX15Y18 {background-position: -375px -450px; z-index: 742;}
.PlatformSeries .WallX16Y18 {z-index: 983;}
.AdventureSeries .WallX16Y18 {background-position: -400px -450px; z-index: 983;}
.Chick .WallX16Y18 {background-position: -400px -450px; z-index: 741;}
.PlatformSeries .WallX17Y18 {z-index: 984;}
.AdventureSeries .WallX17Y18 {background-position: -425px -450px; z-index: 984;}
.Chick .WallX17Y18 {background-position: -425px -450px; z-index: 740;}
.PlatformSeries .WallX18Y18 {z-index: 985;}
.AdventureSeries .WallX18Y18 {background-position: -450px -450px; z-index: 985;}
.Chick .WallX18Y18 {background-position: -450px -450px; z-index: 739;}
.PlatformSeries .WallX19Y18 {z-index: 986;}
.AdventureSeries .WallX19Y18 {background-position: -475px -450px; z-index: 986;}
.Chick .WallX19Y18 {background-position: -475px -450px; z-index: 738;}
.PlatformSeries .WallX20Y18 {z-index: 987;}
.AdventureSeries .WallX20Y18 {background-position: -500px -450px; z-index: 987;}
.Chick .WallX20Y18 {background-position: -500px -450px; z-index: 737;}
.PlatformSeries .WallX21Y18 {z-index: 988;}
.AdventureSeries .WallX21Y18 {background-position: -525px -450px; z-index: 988;}
.Chick .WallX21Y18 {background-position: -525px -450px; z-index: 736;}
.PlatformSeries .WallX22Y18 {z-index: 989;}
.AdventureSeries .WallX22Y18 {background-position: -550px -450px; z-index: 989;}
.Chick .WallX22Y18 {background-position: -550px -450px; z-index: 735;}
.PlatformSeries .WallX23Y18 {z-index: 990;}
.AdventureSeries .WallX23Y18 {background-position: -575px -450px; z-index: 990;}
.Chick .WallX23Y18 {background-position: -575px -450px; z-index: 734;}
.PlatformSeries .WallX24Y18 {z-index: 991;}
.AdventureSeries .WallX24Y18 {background-position: -600px -450px; z-index: 991;}
.Chick .WallX24Y18 {background-position: -600px -450px; z-index: 733;}
.PlatformSeries .WallX25Y18 {z-index: 992;}
.AdventureSeries .WallX25Y18 {background-position: -625px -450px; z-index: 992;}
.Chick .WallX25Y18 {background-position: -625px -450px; z-index: 732;}
.PlatformSeries .WallX26Y18 {z-index: 993;}
.AdventureSeries .WallX26Y18 {background-position: -650px -450px; z-index: 993;}
.Chick .WallX26Y18 {background-position: -650px -450px; z-index: 731;}
.PlatformSeries .WallX27Y18 {z-index: 994;}
.AdventureSeries .WallX27Y18 {background-position: -675px -450px; z-index: 994;}
.Chick .WallX27Y18 {background-position: -675px -450px; z-index: 730;}
.PlatformSeries .WallX28Y18 {z-index: 995;}
.AdventureSeries .WallX28Y18 {background-position: -700px -450px; z-index: 995;}
.Chick .WallX28Y18 {background-position: -700px -450px; z-index: 729;}
.PlatformSeries .WallX29Y18 {z-index: 996;}
.AdventureSeries .WallX29Y18 {background-position: -725px -450px; z-index: 996;}
.Chick .WallX29Y18 {background-position: -725px -450px; z-index: 728;}
.PlatformSeries .WallX30Y18 {z-index: 997;}
.AdventureSeries .WallX30Y18 {background-position: -750px -450px; z-index: 997;}
.Chick .WallX30Y18 {background-position: -750px -450px; z-index: 727;}
.PlatformSeries .WallX31Y18 {z-index: 998;}
.AdventureSeries .WallX31Y18 {background-position: -775px -450px; z-index: 998;}
.Chick .WallX31Y18 {background-position: -775px -450px; z-index: 726;}
.PlatformSeries .WallX32Y18 {z-index: 999;}
.AdventureSeries .WallX32Y18 {background-position: -800px -450px; z-index: 999;}
.Chick .WallX32Y18 {background-position: -800px -450px; z-index: 725;}
.PlatformSeries .WallX33Y18 {z-index: 1000;}
.AdventureSeries .WallX33Y18 {background-position: -825px -450px; z-index: 1000;}
.Chick .WallX33Y18 {background-position: -825px -450px; z-index: 724;}
.PlatformSeries .WallX34Y18 {z-index: 1001;}
.AdventureSeries .WallX34Y18 {background-position: -850px -450px; z-index: 1001;}
.Chick .WallX34Y18 {background-position: -850px -450px; z-index: 723;}
.PlatformSeries .WallX35Y18 {z-index: 1002;}
.AdventureSeries .WallX35Y18 {background-position: -875px -450px; z-index: 1002;}
.Chick .WallX35Y18 {background-position: -875px -450px; z-index: 722;}
.PlatformSeries .WallX36Y18 {z-index: 1003;}
.AdventureSeries .WallX36Y18 {background-position: -900px -450px; z-index: 1003;}
.Chick .WallX36Y18 {background-position: -900px -450px; z-index: 721;}
.PlatformSeries .WallX37Y18 {z-index: 1004;}
.AdventureSeries .WallX37Y18 {background-position: -925px -450px; z-index: 1004;}
.Chick .WallX37Y18 {background-position: -925px -450px; z-index: 720;}
.PlatformSeries .WallX38Y18 {z-index: 1005;}
.AdventureSeries .WallX38Y18 {background-position: -950px -450px; z-index: 1005;}
.Chick .WallX38Y18 {background-position: -950px -450px; z-index: 719;}
.PlatformSeries .WallX39Y18 {z-index: 1006;}
.AdventureSeries .WallX39Y18 {background-position: -975px -450px; z-index: 1006;}
.Chick .WallX39Y18 {background-position: -975px -450px; z-index: 718;}
.PlatformSeries .WallX40Y18 {z-index: 1007;}
.AdventureSeries .WallX40Y18 {background-position: -1000px -450px; z-index: 1007;}
.Chick .WallX40Y18 {background-position: -1000px -450px; z-index: 717;}
.PlatformSeries .WallX41Y18 {z-index: 1008;}
.AdventureSeries .WallX41Y18 {background-position: -1025px -450px; z-index: 1008;}
.Chick .WallX41Y18 {background-position: -1025px -450px; z-index: 716;}
.PlatformSeries .WallX0Y17 {z-index: 1009;}
.AdventureSeries .WallX0Y17 {background-position: -0px -425px; z-index: 1009;}
.Chick .WallX0Y17 {background-position: -0px -425px; z-index: 715;}
.PlatformSeries .WallX1Y17 {z-index: 1010;}
.AdventureSeries .WallX1Y17 {background-position: -25px -425px; z-index: 1010;}
.Chick .WallX1Y17 {background-position: -25px -425px; z-index: 714;}
.PlatformSeries .WallX2Y17 {z-index: 1011;}
.AdventureSeries .WallX2Y17 {background-position: -50px -425px; z-index: 1011;}
.Chick .WallX2Y17 {background-position: -50px -425px; z-index: 713;}
.PlatformSeries .WallX3Y17 {z-index: 1012;}
.AdventureSeries .WallX3Y17 {background-position: -75px -425px; z-index: 1012;}
.Chick .WallX3Y17 {background-position: -75px -425px; z-index: 712;}
.PlatformSeries .WallX4Y17 {z-index: 1013;}
.AdventureSeries .WallX4Y17 {background-position: -100px -425px; z-index: 1013;}
.Chick .WallX4Y17 {background-position: -100px -425px; z-index: 711;}
.PlatformSeries .WallX5Y17 {z-index: 1014;}
.AdventureSeries .WallX5Y17 {background-position: -125px -425px; z-index: 1014;}
.Chick .WallX5Y17 {background-position: -125px -425px; z-index: 710;}
.PlatformSeries .WallX6Y17 {z-index: 1015;}
.AdventureSeries .WallX6Y17 {background-position: -150px -425px; z-index: 1015;}
.Chick .WallX6Y17 {background-position: -150px -425px; z-index: 709;}
.PlatformSeries .WallX7Y17 {z-index: 1016;}
.AdventureSeries .WallX7Y17 {background-position: -175px -425px; z-index: 1016;}
.Chick .WallX7Y17 {background-position: -175px -425px; z-index: 708;}
.PlatformSeries .WallX8Y17 {z-index: 1017;}
.AdventureSeries .WallX8Y17 {background-position: -200px -425px; z-index: 1017;}
.Chick .WallX8Y17 {background-position: -200px -425px; z-index: 707;}
.PlatformSeries .WallX9Y17 {z-index: 1018;}
.AdventureSeries .WallX9Y17 {background-position: -225px -425px; z-index: 1018;}
.Chick .WallX9Y17 {background-position: -225px -425px; z-index: 706;}
.PlatformSeries .WallX10Y17 {z-index: 1019;}
.AdventureSeries .WallX10Y17 {background-position: -250px -425px; z-index: 1019;}
.Chick .WallX10Y17 {background-position: -250px -425px; z-index: 705;}
.PlatformSeries .WallX11Y17 {z-index: 1020;}
.AdventureSeries .WallX11Y17 {background-position: -275px -425px; z-index: 1020;}
.Chick .WallX11Y17 {background-position: -275px -425px; z-index: 704;}
.PlatformSeries .WallX12Y17 {z-index: 1021;}
.AdventureSeries .WallX12Y17 {background-position: -300px -425px; z-index: 1021;}
.Chick .WallX12Y17 {background-position: -300px -425px; z-index: 703;}
.PlatformSeries .WallX13Y17 {z-index: 1022;}
.AdventureSeries .WallX13Y17 {background-position: -325px -425px; z-index: 1022;}
.Chick .WallX13Y17 {background-position: -325px -425px; z-index: 702;}
.PlatformSeries .WallX14Y17 {z-index: 1023;}
.AdventureSeries .WallX14Y17 {background-position: -350px -425px; z-index: 1023;}
.Chick .WallX14Y17 {background-position: -350px -425px; z-index: 701;}
.PlatformSeries .WallX15Y17 {z-index: 1024;}
.AdventureSeries .WallX15Y17 {background-position: -375px -425px; z-index: 1024;}
.Chick .WallX15Y17 {background-position: -375px -425px; z-index: 700;}
.PlatformSeries .WallX16Y17 {z-index: 1025;}
.AdventureSeries .WallX16Y17 {background-position: -400px -425px; z-index: 1025;}
.Chick .WallX16Y17 {background-position: -400px -425px; z-index: 699;}
.PlatformSeries .WallX17Y17 {z-index: 1026;}
.AdventureSeries .WallX17Y17 {background-position: -425px -425px; z-index: 1026;}
.Chick .WallX17Y17 {background-position: -425px -425px; z-index: 698;}
.PlatformSeries .WallX18Y17 {z-index: 1027;}
.AdventureSeries .WallX18Y17 {background-position: -450px -425px; z-index: 1027;}
.Chick .WallX18Y17 {background-position: -450px -425px; z-index: 697;}
.PlatformSeries .WallX19Y17 {z-index: 1028;}
.AdventureSeries .WallX19Y17 {background-position: -475px -425px; z-index: 1028;}
.Chick .WallX19Y17 {background-position: -475px -425px; z-index: 696;}
.PlatformSeries .WallX20Y17 {z-index: 1029;}
.AdventureSeries .WallX20Y17 {background-position: -500px -425px; z-index: 1029;}
.Chick .WallX20Y17 {background-position: -500px -425px; z-index: 695;}
.PlatformSeries .WallX21Y17 {z-index: 1030;}
.AdventureSeries .WallX21Y17 {background-position: -525px -425px; z-index: 1030;}
.Chick .WallX21Y17 {background-position: -525px -425px; z-index: 694;}
.PlatformSeries .WallX22Y17 {z-index: 1031;}
.AdventureSeries .WallX22Y17 {background-position: -550px -425px; z-index: 1031;}
.Chick .WallX22Y17 {background-position: -550px -425px; z-index: 693;}
.PlatformSeries .WallX23Y17 {z-index: 1032;}
.AdventureSeries .WallX23Y17 {background-position: -575px -425px; z-index: 1032;}
.Chick .WallX23Y17 {background-position: -575px -425px; z-index: 692;}
.PlatformSeries .WallX24Y17 {z-index: 1033;}
.AdventureSeries .WallX24Y17 {background-position: -600px -425px; z-index: 1033;}
.Chick .WallX24Y17 {background-position: -600px -425px; z-index: 691;}
.PlatformSeries .WallX25Y17 {z-index: 1034;}
.AdventureSeries .WallX25Y17 {background-position: -625px -425px; z-index: 1034;}
.Chick .WallX25Y17 {background-position: -625px -425px; z-index: 690;}
.PlatformSeries .WallX26Y17 {z-index: 1035;}
.AdventureSeries .WallX26Y17 {background-position: -650px -425px; z-index: 1035;}
.Chick .WallX26Y17 {background-position: -650px -425px; z-index: 689;}
.PlatformSeries .WallX27Y17 {z-index: 1036;}
.AdventureSeries .WallX27Y17 {background-position: -675px -425px; z-index: 1036;}
.Chick .WallX27Y17 {background-position: -675px -425px; z-index: 688;}
.PlatformSeries .WallX28Y17 {z-index: 1037;}
.AdventureSeries .WallX28Y17 {background-position: -700px -425px; z-index: 1037;}
.Chick .WallX28Y17 {background-position: -700px -425px; z-index: 687;}
.PlatformSeries .WallX29Y17 {z-index: 1038;}
.AdventureSeries .WallX29Y17 {background-position: -725px -425px; z-index: 1038;}
.Chick .WallX29Y17 {background-position: -725px -425px; z-index: 686;}
.PlatformSeries .WallX30Y17 {z-index: 1039;}
.AdventureSeries .WallX30Y17 {background-position: -750px -425px; z-index: 1039;}
.Chick .WallX30Y17 {background-position: -750px -425px; z-index: 685;}
.PlatformSeries .WallX31Y17 {z-index: 1040;}
.AdventureSeries .WallX31Y17 {background-position: -775px -425px; z-index: 1040;}
.Chick .WallX31Y17 {background-position: -775px -425px; z-index: 684;}
.PlatformSeries .WallX32Y17 {z-index: 1041;}
.AdventureSeries .WallX32Y17 {background-position: -800px -425px; z-index: 1041;}
.Chick .WallX32Y17 {background-position: -800px -425px; z-index: 683;}
.PlatformSeries .WallX33Y17 {z-index: 1042;}
.AdventureSeries .WallX33Y17 {background-position: -825px -425px; z-index: 1042;}
.Chick .WallX33Y17 {background-position: -825px -425px; z-index: 682;}
.PlatformSeries .WallX34Y17 {z-index: 1043;}
.AdventureSeries .WallX34Y17 {background-position: -850px -425px; z-index: 1043;}
.Chick .WallX34Y17 {background-position: -850px -425px; z-index: 681;}
.PlatformSeries .WallX35Y17 {z-index: 1044;}
.AdventureSeries .WallX35Y17 {background-position: -875px -425px; z-index: 1044;}
.Chick .WallX35Y17 {background-position: -875px -425px; z-index: 680;}
.PlatformSeries .WallX36Y17 {z-index: 1045;}
.AdventureSeries .WallX36Y17 {background-position: -900px -425px; z-index: 1045;}
.Chick .WallX36Y17 {background-position: -900px -425px; z-index: 679;}
.PlatformSeries .WallX37Y17 {z-index: 1046;}
.AdventureSeries .WallX37Y17 {background-position: -925px -425px; z-index: 1046;}
.Chick .WallX37Y17 {background-position: -925px -425px; z-index: 678;}
.PlatformSeries .WallX38Y17 {z-index: 1047;}
.AdventureSeries .WallX38Y17 {background-position: -950px -425px; z-index: 1047;}
.Chick .WallX38Y17 {background-position: -950px -425px; z-index: 677;}
.PlatformSeries .WallX39Y17 {z-index: 1048;}
.AdventureSeries .WallX39Y17 {background-position: -975px -425px; z-index: 1048;}
.Chick .WallX39Y17 {background-position: -975px -425px; z-index: 676;}
.PlatformSeries .WallX40Y17 {z-index: 1049;}
.AdventureSeries .WallX40Y17 {background-position: -1000px -425px; z-index: 1049;}
.Chick .WallX40Y17 {background-position: -1000px -425px; z-index: 675;}
.PlatformSeries .WallX41Y17 {z-index: 1050;}
.AdventureSeries .WallX41Y17 {background-position: -1025px -425px; z-index: 1050;}
.Chick .WallX41Y17 {background-position: -1025px -425px; z-index: 674;}
.PlatformSeries .WallX0Y16 {z-index: 1051;}
.AdventureSeries .WallX0Y16 {background-position: -0px -400px; z-index: 1051;}
.Chick .WallX0Y16 {background-position: -0px -400px; z-index: 673;}
.PlatformSeries .WallX1Y16 {z-index: 1052;}
.AdventureSeries .WallX1Y16 {background-position: -25px -400px; z-index: 1052;}
.Chick .WallX1Y16 {background-position: -25px -400px; z-index: 672;}
.PlatformSeries .WallX2Y16 {z-index: 1053;}
.AdventureSeries .WallX2Y16 {background-position: -50px -400px; z-index: 1053;}
.Chick .WallX2Y16 {background-position: -50px -400px; z-index: 671;}
.PlatformSeries .WallX3Y16 {z-index: 1054;}
.AdventureSeries .WallX3Y16 {background-position: -75px -400px; z-index: 1054;}
.Chick .WallX3Y16 {background-position: -75px -400px; z-index: 670;}
.PlatformSeries .WallX4Y16 {z-index: 1055;}
.AdventureSeries .WallX4Y16 {background-position: -100px -400px; z-index: 1055;}
.Chick .WallX4Y16 {background-position: -100px -400px; z-index: 669;}
.PlatformSeries .WallX5Y16 {z-index: 1056;}
.AdventureSeries .WallX5Y16 {background-position: -125px -400px; z-index: 1056;}
.Chick .WallX5Y16 {background-position: -125px -400px; z-index: 668;}
.PlatformSeries .WallX6Y16 {z-index: 1057;}
.AdventureSeries .WallX6Y16 {background-position: -150px -400px; z-index: 1057;}
.Chick .WallX6Y16 {background-position: -150px -400px; z-index: 667;}
.PlatformSeries .WallX7Y16 {z-index: 1058;}
.AdventureSeries .WallX7Y16 {background-position: -175px -400px; z-index: 1058;}
.Chick .WallX7Y16 {background-position: -175px -400px; z-index: 666;}
.PlatformSeries .WallX8Y16 {z-index: 1059;}
.AdventureSeries .WallX8Y16 {background-position: -200px -400px; z-index: 1059;}
.Chick .WallX8Y16 {background-position: -200px -400px; z-index: 665;}
.PlatformSeries .WallX9Y16 {z-index: 1060;}
.AdventureSeries .WallX9Y16 {background-position: -225px -400px; z-index: 1060;}
.Chick .WallX9Y16 {background-position: -225px -400px; z-index: 664;}
.PlatformSeries .WallX10Y16 {z-index: 1061;}
.AdventureSeries .WallX10Y16 {background-position: -250px -400px; z-index: 1061;}
.Chick .WallX10Y16 {background-position: -250px -400px; z-index: 663;}
.PlatformSeries .WallX11Y16 {z-index: 1062;}
.AdventureSeries .WallX11Y16 {background-position: -275px -400px; z-index: 1062;}
.Chick .WallX11Y16 {background-position: -275px -400px; z-index: 662;}
.PlatformSeries .WallX12Y16 {z-index: 1063;}
.AdventureSeries .WallX12Y16 {background-position: -300px -400px; z-index: 1063;}
.Chick .WallX12Y16 {background-position: -300px -400px; z-index: 661;}
.PlatformSeries .WallX13Y16 {z-index: 1064;}
.AdventureSeries .WallX13Y16 {background-position: -325px -400px; z-index: 1064;}
.Chick .WallX13Y16 {background-position: -325px -400px; z-index: 660;}
.PlatformSeries .WallX14Y16 {z-index: 1065;}
.AdventureSeries .WallX14Y16 {background-position: -350px -400px; z-index: 1065;}
.Chick .WallX14Y16 {background-position: -350px -400px; z-index: 659;}
.PlatformSeries .WallX15Y16 {z-index: 1066;}
.AdventureSeries .WallX15Y16 {background-position: -375px -400px; z-index: 1066;}
.Chick .WallX15Y16 {background-position: -375px -400px; z-index: 658;}
.PlatformSeries .WallX16Y16 {z-index: 1067;}
.AdventureSeries .WallX16Y16 {background-position: -400px -400px; z-index: 1067;}
.Chick .WallX16Y16 {background-position: -400px -400px; z-index: 657;}
.PlatformSeries .WallX17Y16 {z-index: 1068;}
.AdventureSeries .WallX17Y16 {background-position: -425px -400px; z-index: 1068;}
.Chick .WallX17Y16 {background-position: -425px -400px; z-index: 656;}
.PlatformSeries .WallX18Y16 {z-index: 1069;}
.AdventureSeries .WallX18Y16 {background-position: -450px -400px; z-index: 1069;}
.Chick .WallX18Y16 {background-position: -450px -400px; z-index: 655;}
.PlatformSeries .WallX19Y16 {z-index: 1070;}
.AdventureSeries .WallX19Y16 {background-position: -475px -400px; z-index: 1070;}
.Chick .WallX19Y16 {background-position: -475px -400px; z-index: 654;}
.PlatformSeries .WallX20Y16 {z-index: 1071;}
.AdventureSeries .WallX20Y16 {background-position: -500px -400px; z-index: 1071;}
.Chick .WallX20Y16 {background-position: -500px -400px; z-index: 653;}
.PlatformSeries .WallX21Y16 {z-index: 1072;}
.AdventureSeries .WallX21Y16 {background-position: -525px -400px; z-index: 1072;}
.Chick .WallX21Y16 {background-position: -525px -400px; z-index: 652;}
.PlatformSeries .WallX22Y16 {z-index: 1073;}
.AdventureSeries .WallX22Y16 {background-position: -550px -400px; z-index: 1073;}
.Chick .WallX22Y16 {background-position: -550px -400px; z-index: 651;}
.PlatformSeries .WallX23Y16 {z-index: 1074;}
.AdventureSeries .WallX23Y16 {background-position: -575px -400px; z-index: 1074;}
.Chick .WallX23Y16 {background-position: -575px -400px; z-index: 650;}
.PlatformSeries .WallX24Y16 {z-index: 1075;}
.AdventureSeries .WallX24Y16 {background-position: -600px -400px; z-index: 1075;}
.Chick .WallX24Y16 {background-position: -600px -400px; z-index: 649;}
.PlatformSeries .WallX25Y16 {z-index: 1076;}
.AdventureSeries .WallX25Y16 {background-position: -625px -400px; z-index: 1076;}
.Chick .WallX25Y16 {background-position: -625px -400px; z-index: 648;}
.PlatformSeries .WallX26Y16 {z-index: 1077;}
.AdventureSeries .WallX26Y16 {background-position: -650px -400px; z-index: 1077;}
.Chick .WallX26Y16 {background-position: -650px -400px; z-index: 647;}
.PlatformSeries .WallX27Y16 {z-index: 1078;}
.AdventureSeries .WallX27Y16 {background-position: -675px -400px; z-index: 1078;}
.Chick .WallX27Y16 {background-position: -675px -400px; z-index: 646;}
.PlatformSeries .WallX28Y16 {z-index: 1079;}
.AdventureSeries .WallX28Y16 {background-position: -700px -400px; z-index: 1079;}
.Chick .WallX28Y16 {background-position: -700px -400px; z-index: 645;}
.PlatformSeries .WallX29Y16 {z-index: 1080;}
.AdventureSeries .WallX29Y16 {background-position: -725px -400px; z-index: 1080;}
.Chick .WallX29Y16 {background-position: -725px -400px; z-index: 644;}
.PlatformSeries .WallX30Y16 {z-index: 1081;}
.AdventureSeries .WallX30Y16 {background-position: -750px -400px; z-index: 1081;}
.Chick .WallX30Y16 {background-position: -750px -400px; z-index: 643;}
.PlatformSeries .WallX31Y16 {z-index: 1082;}
.AdventureSeries .WallX31Y16 {background-position: -775px -400px; z-index: 1082;}
.Chick .WallX31Y16 {background-position: -775px -400px; z-index: 642;}
.PlatformSeries .WallX32Y16 {z-index: 1083;}
.AdventureSeries .WallX32Y16 {background-position: -800px -400px; z-index: 1083;}
.Chick .WallX32Y16 {background-position: -800px -400px; z-index: 641;}
.PlatformSeries .WallX33Y16 {z-index: 1084;}
.AdventureSeries .WallX33Y16 {background-position: -825px -400px; z-index: 1084;}
.Chick .WallX33Y16 {background-position: -825px -400px; z-index: 640;}
.PlatformSeries .WallX34Y16 {z-index: 1085;}
.AdventureSeries .WallX34Y16 {background-position: -850px -400px; z-index: 1085;}
.Chick .WallX34Y16 {background-position: -850px -400px; z-index: 639;}
.PlatformSeries .WallX35Y16 {z-index: 1086;}
.AdventureSeries .WallX35Y16 {background-position: -875px -400px; z-index: 1086;}
.Chick .WallX35Y16 {background-position: -875px -400px; z-index: 638;}
.PlatformSeries .WallX36Y16 {z-index: 1087;}
.AdventureSeries .WallX36Y16 {background-position: -900px -400px; z-index: 1087;}
.Chick .WallX36Y16 {background-position: -900px -400px; z-index: 637;}
.PlatformSeries .WallX37Y16 {z-index: 1088;}
.AdventureSeries .WallX37Y16 {background-position: -925px -400px; z-index: 1088;}
.Chick .WallX37Y16 {background-position: -925px -400px; z-index: 636;}
.PlatformSeries .WallX38Y16 {z-index: 1089;}
.AdventureSeries .WallX38Y16 {background-position: -950px -400px; z-index: 1089;}
.Chick .WallX38Y16 {background-position: -950px -400px; z-index: 635;}
.PlatformSeries .WallX39Y16 {z-index: 1090;}
.AdventureSeries .WallX39Y16 {background-position: -975px -400px; z-index: 1090;}
.Chick .WallX39Y16 {background-position: -975px -400px; z-index: 634;}
.PlatformSeries .WallX40Y16 {z-index: 1091;}
.AdventureSeries .WallX40Y16 {background-position: -1000px -400px; z-index: 1091;}
.Chick .WallX40Y16 {background-position: -1000px -400px; z-index: 633;}
.PlatformSeries .WallX41Y16 {z-index: 1092;}
.AdventureSeries .WallX41Y16 {background-position: -1025px -400px; z-index: 1092;}
.Chick .WallX41Y16 {background-position: -1025px -400px; z-index: 632;}
.PlatformSeries .WallX0Y15 {z-index: 1093;}
.AdventureSeries .WallX0Y15 {background-position: -0px -375px; z-index: 1093;}
.Chick .WallX0Y15 {background-position: -0px -375px; z-index: 631;}
.PlatformSeries .WallX1Y15 {z-index: 1094;}
.AdventureSeries .WallX1Y15 {background-position: -25px -375px; z-index: 1094;}
.Chick .WallX1Y15 {background-position: -25px -375px; z-index: 630;}
.PlatformSeries .WallX2Y15 {z-index: 1095;}
.AdventureSeries .WallX2Y15 {background-position: -50px -375px; z-index: 1095;}
.Chick .WallX2Y15 {background-position: -50px -375px; z-index: 629;}
.PlatformSeries .WallX3Y15 {z-index: 1096;}
.AdventureSeries .WallX3Y15 {background-position: -75px -375px; z-index: 1096;}
.Chick .WallX3Y15 {background-position: -75px -375px; z-index: 628;}
.PlatformSeries .WallX4Y15 {z-index: 1097;}
.AdventureSeries .WallX4Y15 {background-position: -100px -375px; z-index: 1097;}
.Chick .WallX4Y15 {background-position: -100px -375px; z-index: 627;}
.PlatformSeries .WallX5Y15 {z-index: 1098;}
.AdventureSeries .WallX5Y15 {background-position: -125px -375px; z-index: 1098;}
.Chick .WallX5Y15 {background-position: -125px -375px; z-index: 626;}
.PlatformSeries .WallX6Y15 {z-index: 1099;}
.AdventureSeries .WallX6Y15 {background-position: -150px -375px; z-index: 1099;}
.Chick .WallX6Y15 {background-position: -150px -375px; z-index: 625;}
.PlatformSeries .WallX7Y15 {z-index: 1100;}
.AdventureSeries .WallX7Y15 {background-position: -175px -375px; z-index: 1100;}
.Chick .WallX7Y15 {background-position: -175px -375px; z-index: 624;}
.PlatformSeries .WallX8Y15 {z-index: 1101;}
.AdventureSeries .WallX8Y15 {background-position: -200px -375px; z-index: 1101;}
.Chick .WallX8Y15 {background-position: -200px -375px; z-index: 623;}
.PlatformSeries .WallX9Y15 {z-index: 1102;}
.AdventureSeries .WallX9Y15 {background-position: -225px -375px; z-index: 1102;}
.Chick .WallX9Y15 {background-position: -225px -375px; z-index: 622;}
.PlatformSeries .WallX10Y15 {z-index: 1103;}
.AdventureSeries .WallX10Y15 {background-position: -250px -375px; z-index: 1103;}
.Chick .WallX10Y15 {background-position: -250px -375px; z-index: 621;}
.PlatformSeries .WallX11Y15 {z-index: 1104;}
.AdventureSeries .WallX11Y15 {background-position: -275px -375px; z-index: 1104;}
.Chick .WallX11Y15 {background-position: -275px -375px; z-index: 620;}
.PlatformSeries .WallX12Y15 {z-index: 1105;}
.AdventureSeries .WallX12Y15 {background-position: -300px -375px; z-index: 1105;}
.Chick .WallX12Y15 {background-position: -300px -375px; z-index: 619;}
.PlatformSeries .WallX13Y15 {z-index: 1106;}
.AdventureSeries .WallX13Y15 {background-position: -325px -375px; z-index: 1106;}
.Chick .WallX13Y15 {background-position: -325px -375px; z-index: 618;}
.PlatformSeries .WallX14Y15 {z-index: 1107;}
.AdventureSeries .WallX14Y15 {background-position: -350px -375px; z-index: 1107;}
.Chick .WallX14Y15 {background-position: -350px -375px; z-index: 617;}
.PlatformSeries .WallX15Y15 {z-index: 1108;}
.AdventureSeries .WallX15Y15 {background-position: -375px -375px; z-index: 1108;}
.Chick .WallX15Y15 {background-position: -375px -375px; z-index: 616;}
.PlatformSeries .WallX16Y15 {z-index: 1109;}
.AdventureSeries .WallX16Y15 {background-position: -400px -375px; z-index: 1109;}
.Chick .WallX16Y15 {background-position: -400px -375px; z-index: 615;}
.PlatformSeries .WallX17Y15 {z-index: 1110;}
.AdventureSeries .WallX17Y15 {background-position: -425px -375px; z-index: 1110;}
.Chick .WallX17Y15 {background-position: -425px -375px; z-index: 614;}
.PlatformSeries .WallX18Y15 {z-index: 1111;}
.AdventureSeries .WallX18Y15 {background-position: -450px -375px; z-index: 1111;}
.Chick .WallX18Y15 {background-position: -450px -375px; z-index: 613;}
.PlatformSeries .WallX19Y15 {z-index: 1112;}
.AdventureSeries .WallX19Y15 {background-position: -475px -375px; z-index: 1112;}
.Chick .WallX19Y15 {background-position: -475px -375px; z-index: 612;}
.PlatformSeries .WallX20Y15 {z-index: 1113;}
.AdventureSeries .WallX20Y15 {background-position: -500px -375px; z-index: 1113;}
.Chick .WallX20Y15 {background-position: -500px -375px; z-index: 611;}
.PlatformSeries .WallX21Y15 {z-index: 1114;}
.AdventureSeries .WallX21Y15 {background-position: -525px -375px; z-index: 1114;}
.Chick .WallX21Y15 {background-position: -525px -375px; z-index: 610;}
.PlatformSeries .WallX22Y15 {z-index: 1115;}
.AdventureSeries .WallX22Y15 {background-position: -550px -375px; z-index: 1115;}
.Chick .WallX22Y15 {background-position: -550px -375px; z-index: 609;}
.PlatformSeries .WallX23Y15 {z-index: 1116;}
.AdventureSeries .WallX23Y15 {background-position: -575px -375px; z-index: 1116;}
.Chick .WallX23Y15 {background-position: -575px -375px; z-index: 608;}
.PlatformSeries .WallX24Y15 {z-index: 1117;}
.AdventureSeries .WallX24Y15 {background-position: -600px -375px; z-index: 1117;}
.Chick .WallX24Y15 {background-position: -600px -375px; z-index: 607;}
.PlatformSeries .WallX25Y15 {z-index: 1118;}
.AdventureSeries .WallX25Y15 {background-position: -625px -375px; z-index: 1118;}
.Chick .WallX25Y15 {background-position: -625px -375px; z-index: 606;}
.PlatformSeries .WallX26Y15 {z-index: 1119;}
.AdventureSeries .WallX26Y15 {background-position: -650px -375px; z-index: 1119;}
.Chick .WallX26Y15 {background-position: -650px -375px; z-index: 605;}
.PlatformSeries .WallX27Y15 {z-index: 1120;}
.AdventureSeries .WallX27Y15 {background-position: -675px -375px; z-index: 1120;}
.Chick .WallX27Y15 {background-position: -675px -375px; z-index: 604;}
.PlatformSeries .WallX28Y15 {z-index: 1121;}
.AdventureSeries .WallX28Y15 {background-position: -700px -375px; z-index: 1121;}
.Chick .WallX28Y15 {background-position: -700px -375px; z-index: 603;}
.PlatformSeries .WallX29Y15 {z-index: 1122;}
.AdventureSeries .WallX29Y15 {background-position: -725px -375px; z-index: 1122;}
.Chick .WallX29Y15 {background-position: -725px -375px; z-index: 602;}
.PlatformSeries .WallX30Y15 {z-index: 1123;}
.AdventureSeries .WallX30Y15 {background-position: -750px -375px; z-index: 1123;}
.Chick .WallX30Y15 {background-position: -750px -375px; z-index: 601;}
.PlatformSeries .WallX31Y15 {z-index: 1124;}
.AdventureSeries .WallX31Y15 {background-position: -775px -375px; z-index: 1124;}
.Chick .WallX31Y15 {background-position: -775px -375px; z-index: 600;}
.PlatformSeries .WallX32Y15 {z-index: 1125;}
.AdventureSeries .WallX32Y15 {background-position: -800px -375px; z-index: 1125;}
.Chick .WallX32Y15 {background-position: -800px -375px; z-index: 599;}
.PlatformSeries .WallX33Y15 {z-index: 1126;}
.AdventureSeries .WallX33Y15 {background-position: -825px -375px; z-index: 1126;}
.Chick .WallX33Y15 {background-position: -825px -375px; z-index: 598;}
.PlatformSeries .WallX34Y15 {z-index: 1127;}
.AdventureSeries .WallX34Y15 {background-position: -850px -375px; z-index: 1127;}
.Chick .WallX34Y15 {background-position: -850px -375px; z-index: 597;}
.PlatformSeries .WallX35Y15 {z-index: 1128;}
.AdventureSeries .WallX35Y15 {background-position: -875px -375px; z-index: 1128;}
.Chick .WallX35Y15 {background-position: -875px -375px; z-index: 596;}
.PlatformSeries .WallX36Y15 {z-index: 1129;}
.AdventureSeries .WallX36Y15 {background-position: -900px -375px; z-index: 1129;}
.Chick .WallX36Y15 {background-position: -900px -375px; z-index: 595;}
.PlatformSeries .WallX37Y15 {z-index: 1130;}
.AdventureSeries .WallX37Y15 {background-position: -925px -375px; z-index: 1130;}
.Chick .WallX37Y15 {background-position: -925px -375px; z-index: 594;}
.PlatformSeries .WallX38Y15 {z-index: 1131;}
.AdventureSeries .WallX38Y15 {background-position: -950px -375px; z-index: 1131;}
.Chick .WallX38Y15 {background-position: -950px -375px; z-index: 593;}
.PlatformSeries .WallX39Y15 {z-index: 1132;}
.AdventureSeries .WallX39Y15 {background-position: -975px -375px; z-index: 1132;}
.Chick .WallX39Y15 {background-position: -975px -375px; z-index: 592;}
.PlatformSeries .WallX40Y15 {z-index: 1133;}
.AdventureSeries .WallX40Y15 {background-position: -1000px -375px; z-index: 1133;}
.Chick .WallX40Y15 {background-position: -1000px -375px; z-index: 591;}
.PlatformSeries .WallX41Y15 {z-index: 1134;}
.AdventureSeries .WallX41Y15 {background-position: -1025px -375px; z-index: 1134;}
.Chick .WallX41Y15 {background-position: -1025px -375px; z-index: 590;}
.PlatformSeries .WallX0Y14 {z-index: 1135;}
.AdventureSeries .WallX0Y14 {background-position: -0px -350px; z-index: 1135;}
.Chick .WallX0Y14 {background-position: -0px -350px; z-index: 589;}
.PlatformSeries .WallX1Y14 {z-index: 1136;}
.AdventureSeries .WallX1Y14 {background-position: -25px -350px; z-index: 1136;}
.Chick .WallX1Y14 {background-position: -25px -350px; z-index: 588;}
.PlatformSeries .WallX2Y14 {z-index: 1137;}
.AdventureSeries .WallX2Y14 {background-position: -50px -350px; z-index: 1137;}
.Chick .WallX2Y14 {background-position: -50px -350px; z-index: 587;}
.PlatformSeries .WallX3Y14 {z-index: 1138;}
.AdventureSeries .WallX3Y14 {background-position: -75px -350px; z-index: 1138;}
.Chick .WallX3Y14 {background-position: -75px -350px; z-index: 586;}
.PlatformSeries .WallX4Y14 {z-index: 1139;}
.AdventureSeries .WallX4Y14 {background-position: -100px -350px; z-index: 1139;}
.Chick .WallX4Y14 {background-position: -100px -350px; z-index: 585;}
.PlatformSeries .WallX5Y14 {z-index: 1140;}
.AdventureSeries .WallX5Y14 {background-position: -125px -350px; z-index: 1140;}
.Chick .WallX5Y14 {background-position: -125px -350px; z-index: 584;}
.PlatformSeries .WallX6Y14 {z-index: 1141;}
.AdventureSeries .WallX6Y14 {background-position: -150px -350px; z-index: 1141;}
.Chick .WallX6Y14 {background-position: -150px -350px; z-index: 583;}
.PlatformSeries .WallX7Y14 {z-index: 1142;}
.AdventureSeries .WallX7Y14 {background-position: -175px -350px; z-index: 1142;}
.Chick .WallX7Y14 {background-position: -175px -350px; z-index: 582;}
.PlatformSeries .WallX8Y14 {z-index: 1143;}
.AdventureSeries .WallX8Y14 {background-position: -200px -350px; z-index: 1143;}
.Chick .WallX8Y14 {background-position: -200px -350px; z-index: 581;}
.PlatformSeries .WallX9Y14 {z-index: 1144;}
.AdventureSeries .WallX9Y14 {background-position: -225px -350px; z-index: 1144;}
.Chick .WallX9Y14 {background-position: -225px -350px; z-index: 580;}
.PlatformSeries .WallX10Y14 {z-index: 1145;}
.AdventureSeries .WallX10Y14 {background-position: -250px -350px; z-index: 1145;}
.Chick .WallX10Y14 {background-position: -250px -350px; z-index: 579;}
.PlatformSeries .WallX11Y14 {z-index: 1146;}
.AdventureSeries .WallX11Y14 {background-position: -275px -350px; z-index: 1146;}
.Chick .WallX11Y14 {background-position: -275px -350px; z-index: 578;}
.PlatformSeries .WallX12Y14 {z-index: 1147;}
.AdventureSeries .WallX12Y14 {background-position: -300px -350px; z-index: 1147;}
.Chick .WallX12Y14 {background-position: -300px -350px; z-index: 577;}
.PlatformSeries .WallX13Y14 {z-index: 1148;}
.AdventureSeries .WallX13Y14 {background-position: -325px -350px; z-index: 1148;}
.Chick .WallX13Y14 {background-position: -325px -350px; z-index: 576;}
.PlatformSeries .WallX14Y14 {z-index: 1149;}
.AdventureSeries .WallX14Y14 {background-position: -350px -350px; z-index: 1149;}
.Chick .WallX14Y14 {background-position: -350px -350px; z-index: 575;}
.PlatformSeries .WallX15Y14 {z-index: 1150;}
.AdventureSeries .WallX15Y14 {background-position: -375px -350px; z-index: 1150;}
.Chick .WallX15Y14 {background-position: -375px -350px; z-index: 574;}
.PlatformSeries .WallX16Y14 {z-index: 1151;}
.AdventureSeries .WallX16Y14 {background-position: -400px -350px; z-index: 1151;}
.Chick .WallX16Y14 {background-position: -400px -350px; z-index: 573;}
.PlatformSeries .WallX17Y14 {z-index: 1152;}
.AdventureSeries .WallX17Y14 {background-position: -425px -350px; z-index: 1152;}
.Chick .WallX17Y14 {background-position: -425px -350px; z-index: 572;}
.PlatformSeries .WallX18Y14 {z-index: 1153;}
.AdventureSeries .WallX18Y14 {background-position: -450px -350px; z-index: 1153;}
.Chick .WallX18Y14 {background-position: -450px -350px; z-index: 571;}
.PlatformSeries .WallX19Y14 {z-index: 1154;}
.AdventureSeries .WallX19Y14 {background-position: -475px -350px; z-index: 1154;}
.Chick .WallX19Y14 {background-position: -475px -350px; z-index: 570;}
.PlatformSeries .WallX20Y14 {z-index: 1155;}
.AdventureSeries .WallX20Y14 {background-position: -500px -350px; z-index: 1155;}
.Chick .WallX20Y14 {background-position: -500px -350px; z-index: 569;}
.PlatformSeries .WallX21Y14 {z-index: 1156;}
.AdventureSeries .WallX21Y14 {background-position: -525px -350px; z-index: 1156;}
.Chick .WallX21Y14 {background-position: -525px -350px; z-index: 568;}
.PlatformSeries .WallX22Y14 {z-index: 1157;}
.AdventureSeries .WallX22Y14 {background-position: -550px -350px; z-index: 1157;}
.Chick .WallX22Y14 {background-position: -550px -350px; z-index: 567;}
.PlatformSeries .WallX23Y14 {z-index: 1158;}
.AdventureSeries .WallX23Y14 {background-position: -575px -350px; z-index: 1158;}
.Chick .WallX23Y14 {background-position: -575px -350px; z-index: 566;}
.PlatformSeries .WallX24Y14 {z-index: 1159;}
.AdventureSeries .WallX24Y14 {background-position: -600px -350px; z-index: 1159;}
.Chick .WallX24Y14 {background-position: -600px -350px; z-index: 565;}
.PlatformSeries .WallX25Y14 {z-index: 1160;}
.AdventureSeries .WallX25Y14 {background-position: -625px -350px; z-index: 1160;}
.Chick .WallX25Y14 {background-position: -625px -350px; z-index: 564;}
.PlatformSeries .WallX26Y14 {z-index: 1161;}
.AdventureSeries .WallX26Y14 {background-position: -650px -350px; z-index: 1161;}
.Chick .WallX26Y14 {background-position: -650px -350px; z-index: 563;}
.PlatformSeries .WallX27Y14 {z-index: 1162;}
.AdventureSeries .WallX27Y14 {background-position: -675px -350px; z-index: 1162;}
.Chick .WallX27Y14 {background-position: -675px -350px; z-index: 562;}
.PlatformSeries .WallX28Y14 {z-index: 1163;}
.AdventureSeries .WallX28Y14 {background-position: -700px -350px; z-index: 1163;}
.Chick .WallX28Y14 {background-position: -700px -350px; z-index: 561;}
.PlatformSeries .WallX29Y14 {z-index: 1164;}
.AdventureSeries .WallX29Y14 {background-position: -725px -350px; z-index: 1164;}
.Chick .WallX29Y14 {background-position: -725px -350px; z-index: 560;}
.PlatformSeries .WallX30Y14 {z-index: 1165;}
.AdventureSeries .WallX30Y14 {background-position: -750px -350px; z-index: 1165;}
.Chick .WallX30Y14 {background-position: -750px -350px; z-index: 559;}
.PlatformSeries .WallX31Y14 {z-index: 1166;}
.AdventureSeries .WallX31Y14 {background-position: -775px -350px; z-index: 1166;}
.Chick .WallX31Y14 {background-position: -775px -350px; z-index: 558;}
.PlatformSeries .WallX32Y14 {z-index: 1167;}
.AdventureSeries .WallX32Y14 {background-position: -800px -350px; z-index: 1167;}
.Chick .WallX32Y14 {background-position: -800px -350px; z-index: 557;}
.PlatformSeries .WallX33Y14 {z-index: 1168;}
.AdventureSeries .WallX33Y14 {background-position: -825px -350px; z-index: 1168;}
.Chick .WallX33Y14 {background-position: -825px -350px; z-index: 556;}
.PlatformSeries .WallX34Y14 {z-index: 1169;}
.AdventureSeries .WallX34Y14 {background-position: -850px -350px; z-index: 1169;}
.Chick .WallX34Y14 {background-position: -850px -350px; z-index: 555;}
.PlatformSeries .WallX35Y14 {z-index: 1170;}
.AdventureSeries .WallX35Y14 {background-position: -875px -350px; z-index: 1170;}
.Chick .WallX35Y14 {background-position: -875px -350px; z-index: 554;}
.PlatformSeries .WallX36Y14 {z-index: 1171;}
.AdventureSeries .WallX36Y14 {background-position: -900px -350px; z-index: 1171;}
.Chick .WallX36Y14 {background-position: -900px -350px; z-index: 553;}
.PlatformSeries .WallX37Y14 {z-index: 1172;}
.AdventureSeries .WallX37Y14 {background-position: -925px -350px; z-index: 1172;}
.Chick .WallX37Y14 {background-position: -925px -350px; z-index: 552;}
.PlatformSeries .WallX38Y14 {z-index: 1173;}
.AdventureSeries .WallX38Y14 {background-position: -950px -350px; z-index: 1173;}
.Chick .WallX38Y14 {background-position: -950px -350px; z-index: 551;}
.PlatformSeries .WallX39Y14 {z-index: 1174;}
.AdventureSeries .WallX39Y14 {background-position: -975px -350px; z-index: 1174;}
.Chick .WallX39Y14 {background-position: -975px -350px; z-index: 550;}
.PlatformSeries .WallX40Y14 {z-index: 1175;}
.AdventureSeries .WallX40Y14 {background-position: -1000px -350px; z-index: 1175;}
.Chick .WallX40Y14 {background-position: -1000px -350px; z-index: 549;}
.PlatformSeries .WallX41Y14 {z-index: 1176;}
.AdventureSeries .WallX41Y14 {background-position: -1025px -350px; z-index: 1176;}
.Chick .WallX41Y14 {background-position: -1025px -350px; z-index: 548;}
.PlatformSeries .WallX0Y13 {z-index: 1177;}
.AdventureSeries .WallX0Y13 {background-position: -0px -325px; z-index: 1177;}
.Chick .WallX0Y13 {background-position: -0px -325px; z-index: 547;}
.PlatformSeries .WallX1Y13 {z-index: 1178;}
.AdventureSeries .WallX1Y13 {background-position: -25px -325px; z-index: 1178;}
.Chick .WallX1Y13 {background-position: -25px -325px; z-index: 546;}
.PlatformSeries .WallX2Y13 {z-index: 1179;}
.AdventureSeries .WallX2Y13 {background-position: -50px -325px; z-index: 1179;}
.Chick .WallX2Y13 {background-position: -50px -325px; z-index: 545;}
.PlatformSeries .WallX3Y13 {z-index: 1180;}
.AdventureSeries .WallX3Y13 {background-position: -75px -325px; z-index: 1180;}
.Chick .WallX3Y13 {background-position: -75px -325px; z-index: 544;}
.PlatformSeries .WallX4Y13 {z-index: 1181;}
.AdventureSeries .WallX4Y13 {background-position: -100px -325px; z-index: 1181;}
.Chick .WallX4Y13 {background-position: -100px -325px; z-index: 543;}
.PlatformSeries .WallX5Y13 {z-index: 1182;}
.AdventureSeries .WallX5Y13 {background-position: -125px -325px; z-index: 1182;}
.Chick .WallX5Y13 {background-position: -125px -325px; z-index: 542;}
.PlatformSeries .WallX6Y13 {z-index: 1183;}
.AdventureSeries .WallX6Y13 {background-position: -150px -325px; z-index: 1183;}
.Chick .WallX6Y13 {background-position: -150px -325px; z-index: 541;}
.PlatformSeries .WallX7Y13 {z-index: 1184;}
.AdventureSeries .WallX7Y13 {background-position: -175px -325px; z-index: 1184;}
.Chick .WallX7Y13 {background-position: -175px -325px; z-index: 540;}
.PlatformSeries .WallX8Y13 {z-index: 1185;}
.AdventureSeries .WallX8Y13 {background-position: -200px -325px; z-index: 1185;}
.Chick .WallX8Y13 {background-position: -200px -325px; z-index: 539;}
.PlatformSeries .WallX9Y13 {z-index: 1186;}
.AdventureSeries .WallX9Y13 {background-position: -225px -325px; z-index: 1186;}
.Chick .WallX9Y13 {background-position: -225px -325px; z-index: 538;}
.PlatformSeries .WallX10Y13 {z-index: 1187;}
.AdventureSeries .WallX10Y13 {background-position: -250px -325px; z-index: 1187;}
.Chick .WallX10Y13 {background-position: -250px -325px; z-index: 537;}
.PlatformSeries .WallX11Y13 {z-index: 1188;}
.AdventureSeries .WallX11Y13 {background-position: -275px -325px; z-index: 1188;}
.Chick .WallX11Y13 {background-position: -275px -325px; z-index: 536;}
.PlatformSeries .WallX12Y13 {z-index: 1189;}
.AdventureSeries .WallX12Y13 {background-position: -300px -325px; z-index: 1189;}
.Chick .WallX12Y13 {background-position: -300px -325px; z-index: 535;}
.PlatformSeries .WallX13Y13 {z-index: 1190;}
.AdventureSeries .WallX13Y13 {background-position: -325px -325px; z-index: 1190;}
.Chick .WallX13Y13 {background-position: -325px -325px; z-index: 534;}
.PlatformSeries .WallX14Y13 {z-index: 1191;}
.AdventureSeries .WallX14Y13 {background-position: -350px -325px; z-index: 1191;}
.Chick .WallX14Y13 {background-position: -350px -325px; z-index: 533;}
.PlatformSeries .WallX15Y13 {z-index: 1192;}
.AdventureSeries .WallX15Y13 {background-position: -375px -325px; z-index: 1192;}
.Chick .WallX15Y13 {background-position: -375px -325px; z-index: 532;}
.PlatformSeries .WallX16Y13 {z-index: 1193;}
.AdventureSeries .WallX16Y13 {background-position: -400px -325px; z-index: 1193;}
.Chick .WallX16Y13 {background-position: -400px -325px; z-index: 531;}
.PlatformSeries .WallX17Y13 {z-index: 1194;}
.AdventureSeries .WallX17Y13 {background-position: -425px -325px; z-index: 1194;}
.Chick .WallX17Y13 {background-position: -425px -325px; z-index: 530;}
.PlatformSeries .WallX18Y13 {z-index: 1195;}
.AdventureSeries .WallX18Y13 {background-position: -450px -325px; z-index: 1195;}
.Chick .WallX18Y13 {background-position: -450px -325px; z-index: 529;}
.PlatformSeries .WallX19Y13 {z-index: 1196;}
.AdventureSeries .WallX19Y13 {background-position: -475px -325px; z-index: 1196;}
.Chick .WallX19Y13 {background-position: -475px -325px; z-index: 528;}
.PlatformSeries .WallX20Y13 {z-index: 1197;}
.AdventureSeries .WallX20Y13 {background-position: -500px -325px; z-index: 1197;}
.Chick .WallX20Y13 {background-position: -500px -325px; z-index: 527;}
.PlatformSeries .WallX21Y13 {z-index: 1198;}
.AdventureSeries .WallX21Y13 {background-position: -525px -325px; z-index: 1198;}
.Chick .WallX21Y13 {background-position: -525px -325px; z-index: 526;}
.PlatformSeries .WallX22Y13 {z-index: 1199;}
.AdventureSeries .WallX22Y13 {background-position: -550px -325px; z-index: 1199;}
.Chick .WallX22Y13 {background-position: -550px -325px; z-index: 525;}
.PlatformSeries .WallX23Y13 {z-index: 1200;}
.AdventureSeries .WallX23Y13 {background-position: -575px -325px; z-index: 1200;}
.Chick .WallX23Y13 {background-position: -575px -325px; z-index: 524;}
.PlatformSeries .WallX24Y13 {z-index: 1201;}
.AdventureSeries .WallX24Y13 {background-position: -600px -325px; z-index: 1201;}
.Chick .WallX24Y13 {background-position: -600px -325px; z-index: 523;}
.PlatformSeries .WallX25Y13 {z-index: 1202;}
.AdventureSeries .WallX25Y13 {background-position: -625px -325px; z-index: 1202;}
.Chick .WallX25Y13 {background-position: -625px -325px; z-index: 522;}
.PlatformSeries .WallX26Y13 {z-index: 1203;}
.AdventureSeries .WallX26Y13 {background-position: -650px -325px; z-index: 1203;}
.Chick .WallX26Y13 {background-position: -650px -325px; z-index: 521;}
.PlatformSeries .WallX27Y13 {z-index: 1204;}
.AdventureSeries .WallX27Y13 {background-position: -675px -325px; z-index: 1204;}
.Chick .WallX27Y13 {background-position: -675px -325px; z-index: 520;}
.PlatformSeries .WallX28Y13 {z-index: 1205;}
.AdventureSeries .WallX28Y13 {background-position: -700px -325px; z-index: 1205;}
.Chick .WallX28Y13 {background-position: -700px -325px; z-index: 519;}
.PlatformSeries .WallX29Y13 {z-index: 1206;}
.AdventureSeries .WallX29Y13 {background-position: -725px -325px; z-index: 1206;}
.Chick .WallX29Y13 {background-position: -725px -325px; z-index: 518;}
.PlatformSeries .WallX30Y13 {z-index: 1207;}
.AdventureSeries .WallX30Y13 {background-position: -750px -325px; z-index: 1207;}
.Chick .WallX30Y13 {background-position: -750px -325px; z-index: 517;}
.PlatformSeries .WallX31Y13 {z-index: 1208;}
.AdventureSeries .WallX31Y13 {background-position: -775px -325px; z-index: 1208;}
.Chick .WallX31Y13 {background-position: -775px -325px; z-index: 516;}
.PlatformSeries .WallX32Y13 {z-index: 1209;}
.AdventureSeries .WallX32Y13 {background-position: -800px -325px; z-index: 1209;}
.Chick .WallX32Y13 {background-position: -800px -325px; z-index: 515;}
.PlatformSeries .WallX33Y13 {z-index: 1210;}
.AdventureSeries .WallX33Y13 {background-position: -825px -325px; z-index: 1210;}
.Chick .WallX33Y13 {background-position: -825px -325px; z-index: 514;}
.PlatformSeries .WallX34Y13 {z-index: 1211;}
.AdventureSeries .WallX34Y13 {background-position: -850px -325px; z-index: 1211;}
.Chick .WallX34Y13 {background-position: -850px -325px; z-index: 513;}
.PlatformSeries .WallX35Y13 {z-index: 1212;}
.AdventureSeries .WallX35Y13 {background-position: -875px -325px; z-index: 1212;}
.Chick .WallX35Y13 {background-position: -875px -325px; z-index: 512;}
.PlatformSeries .WallX36Y13 {z-index: 1213;}
.AdventureSeries .WallX36Y13 {background-position: -900px -325px; z-index: 1213;}
.Chick .WallX36Y13 {background-position: -900px -325px; z-index: 511;}
.PlatformSeries .WallX37Y13 {z-index: 1214;}
.AdventureSeries .WallX37Y13 {background-position: -925px -325px; z-index: 1214;}
.Chick .WallX37Y13 {background-position: -925px -325px; z-index: 510;}
.PlatformSeries .WallX38Y13 {z-index: 1215;}
.AdventureSeries .WallX38Y13 {background-position: -950px -325px; z-index: 1215;}
.Chick .WallX38Y13 {background-position: -950px -325px; z-index: 509;}
.PlatformSeries .WallX39Y13 {z-index: 1216;}
.AdventureSeries .WallX39Y13 {background-position: -975px -325px; z-index: 1216;}
.Chick .WallX39Y13 {background-position: -975px -325px; z-index: 508;}
.PlatformSeries .WallX40Y13 {z-index: 1217;}
.AdventureSeries .WallX40Y13 {background-position: -1000px -325px; z-index: 1217;}
.Chick .WallX40Y13 {background-position: -1000px -325px; z-index: 507;}
.PlatformSeries .WallX41Y13 {z-index: 1218;}
.AdventureSeries .WallX41Y13 {background-position: -1025px -325px; z-index: 1218;}
.Chick .WallX41Y13 {background-position: -1025px -325px; z-index: 506;}
.PlatformSeries .WallX0Y12 {z-index: 1219;}
.AdventureSeries .WallX0Y12 {background-position: -0px -300px; z-index: 1219;}
.Chick .WallX0Y12 {background-position: -0px -300px; z-index: 505;}
.PlatformSeries .WallX1Y12 {z-index: 1220;}
.AdventureSeries .WallX1Y12 {background-position: -25px -300px; z-index: 1220;}
.Chick .WallX1Y12 {background-position: -25px -300px; z-index: 504;}
.PlatformSeries .WallX2Y12 {z-index: 1221;}
.AdventureSeries .WallX2Y12 {background-position: -50px -300px; z-index: 1221;}
.Chick .WallX2Y12 {background-position: -50px -300px; z-index: 503;}
.PlatformSeries .WallX3Y12 {z-index: 1222;}
.AdventureSeries .WallX3Y12 {background-position: -75px -300px; z-index: 1222;}
.Chick .WallX3Y12 {background-position: -75px -300px; z-index: 502;}
.PlatformSeries .WallX4Y12 {z-index: 1223;}
.AdventureSeries .WallX4Y12 {background-position: -100px -300px; z-index: 1223;}
.Chick .WallX4Y12 {background-position: -100px -300px; z-index: 501;}
.PlatformSeries .WallX5Y12 {z-index: 1224;}
.AdventureSeries .WallX5Y12 {background-position: -125px -300px; z-index: 1224;}
.Chick .WallX5Y12 {background-position: -125px -300px; z-index: 500;}
.PlatformSeries .WallX6Y12 {z-index: 1225;}
.AdventureSeries .WallX6Y12 {background-position: -150px -300px; z-index: 1225;}
.Chick .WallX6Y12 {background-position: -150px -300px; z-index: 499;}
.PlatformSeries .WallX7Y12 {z-index: 1226;}
.AdventureSeries .WallX7Y12 {background-position: -175px -300px; z-index: 1226;}
.Chick .WallX7Y12 {background-position: -175px -300px; z-index: 498;}
.PlatformSeries .WallX8Y12 {z-index: 1227;}
.AdventureSeries .WallX8Y12 {background-position: -200px -300px; z-index: 1227;}
.Chick .WallX8Y12 {background-position: -200px -300px; z-index: 497;}
.PlatformSeries .WallX9Y12 {z-index: 1228;}
.AdventureSeries .WallX9Y12 {background-position: -225px -300px; z-index: 1228;}
.Chick .WallX9Y12 {background-position: -225px -300px; z-index: 496;}
.PlatformSeries .WallX10Y12 {z-index: 1229;}
.AdventureSeries .WallX10Y12 {background-position: -250px -300px; z-index: 1229;}
.Chick .WallX10Y12 {background-position: -250px -300px; z-index: 495;}
.PlatformSeries .WallX11Y12 {z-index: 1230;}
.AdventureSeries .WallX11Y12 {background-position: -275px -300px; z-index: 1230;}
.Chick .WallX11Y12 {background-position: -275px -300px; z-index: 494;}
.PlatformSeries .WallX12Y12 {z-index: 1231;}
.AdventureSeries .WallX12Y12 {background-position: -300px -300px; z-index: 1231;}
.Chick .WallX12Y12 {background-position: -300px -300px; z-index: 493;}
.PlatformSeries .WallX13Y12 {z-index: 1232;}
.AdventureSeries .WallX13Y12 {background-position: -325px -300px; z-index: 1232;}
.Chick .WallX13Y12 {background-position: -325px -300px; z-index: 492;}
.PlatformSeries .WallX14Y12 {z-index: 1233;}
.AdventureSeries .WallX14Y12 {background-position: -350px -300px; z-index: 1233;}
.Chick .WallX14Y12 {background-position: -350px -300px; z-index: 491;}
.PlatformSeries .WallX15Y12 {z-index: 1234;}
.AdventureSeries .WallX15Y12 {background-position: -375px -300px; z-index: 1234;}
.Chick .WallX15Y12 {background-position: -375px -300px; z-index: 490;}
.PlatformSeries .WallX16Y12 {z-index: 1235;}
.AdventureSeries .WallX16Y12 {background-position: -400px -300px; z-index: 1235;}
.Chick .WallX16Y12 {background-position: -400px -300px; z-index: 489;}
.PlatformSeries .WallX17Y12 {z-index: 1236;}
.AdventureSeries .WallX17Y12 {background-position: -425px -300px; z-index: 1236;}
.Chick .WallX17Y12 {background-position: -425px -300px; z-index: 488;}
.PlatformSeries .WallX18Y12 {z-index: 1237;}
.AdventureSeries .WallX18Y12 {background-position: -450px -300px; z-index: 1237;}
.Chick .WallX18Y12 {background-position: -450px -300px; z-index: 487;}
.PlatformSeries .WallX19Y12 {z-index: 1238;}
.AdventureSeries .WallX19Y12 {background-position: -475px -300px; z-index: 1238;}
.Chick .WallX19Y12 {background-position: -475px -300px; z-index: 486;}
.PlatformSeries .WallX20Y12 {z-index: 1239;}
.AdventureSeries .WallX20Y12 {background-position: -500px -300px; z-index: 1239;}
.Chick .WallX20Y12 {background-position: -500px -300px; z-index: 485;}
.PlatformSeries .WallX21Y12 {z-index: 1240;}
.AdventureSeries .WallX21Y12 {background-position: -525px -300px; z-index: 1240;}
.Chick .WallX21Y12 {background-position: -525px -300px; z-index: 484;}
.PlatformSeries .WallX22Y12 {z-index: 1241;}
.AdventureSeries .WallX22Y12 {background-position: -550px -300px; z-index: 1241;}
.Chick .WallX22Y12 {background-position: -550px -300px; z-index: 483;}
.PlatformSeries .WallX23Y12 {z-index: 1242;}
.AdventureSeries .WallX23Y12 {background-position: -575px -300px; z-index: 1242;}
.Chick .WallX23Y12 {background-position: -575px -300px; z-index: 482;}
.PlatformSeries .WallX24Y12 {z-index: 1243;}
.AdventureSeries .WallX24Y12 {background-position: -600px -300px; z-index: 1243;}
.Chick .WallX24Y12 {background-position: -600px -300px; z-index: 481;}
.PlatformSeries .WallX25Y12 {z-index: 1244;}
.AdventureSeries .WallX25Y12 {background-position: -625px -300px; z-index: 1244;}
.Chick .WallX25Y12 {background-position: -625px -300px; z-index: 480;}
.PlatformSeries .WallX26Y12 {z-index: 1245;}
.AdventureSeries .WallX26Y12 {background-position: -650px -300px; z-index: 1245;}
.Chick .WallX26Y12 {background-position: -650px -300px; z-index: 479;}
.PlatformSeries .WallX27Y12 {z-index: 1246;}
.AdventureSeries .WallX27Y12 {background-position: -675px -300px; z-index: 1246;}
.Chick .WallX27Y12 {background-position: -675px -300px; z-index: 478;}
.PlatformSeries .WallX28Y12 {z-index: 1247;}
.AdventureSeries .WallX28Y12 {background-position: -700px -300px; z-index: 1247;}
.Chick .WallX28Y12 {background-position: -700px -300px; z-index: 477;}
.PlatformSeries .WallX29Y12 {z-index: 1248;}
.AdventureSeries .WallX29Y12 {background-position: -725px -300px; z-index: 1248;}
.Chick .WallX29Y12 {background-position: -725px -300px; z-index: 476;}
.PlatformSeries .WallX30Y12 {z-index: 1249;}
.AdventureSeries .WallX30Y12 {background-position: -750px -300px; z-index: 1249;}
.Chick .WallX30Y12 {background-position: -750px -300px; z-index: 475;}
.PlatformSeries .WallX31Y12 {z-index: 1250;}
.AdventureSeries .WallX31Y12 {background-position: -775px -300px; z-index: 1250;}
.Chick .WallX31Y12 {background-position: -775px -300px; z-index: 474;}
.PlatformSeries .WallX32Y12 {z-index: 1251;}
.AdventureSeries .WallX32Y12 {background-position: -800px -300px; z-index: 1251;}
.Chick .WallX32Y12 {background-position: -800px -300px; z-index: 473;}
.PlatformSeries .WallX33Y12 {z-index: 1252;}
.AdventureSeries .WallX33Y12 {background-position: -825px -300px; z-index: 1252;}
.Chick .WallX33Y12 {background-position: -825px -300px; z-index: 472;}
.PlatformSeries .WallX34Y12 {z-index: 1253;}
.AdventureSeries .WallX34Y12 {background-position: -850px -300px; z-index: 1253;}
.Chick .WallX34Y12 {background-position: -850px -300px; z-index: 471;}
.PlatformSeries .WallX35Y12 {z-index: 1254;}
.AdventureSeries .WallX35Y12 {background-position: -875px -300px; z-index: 1254;}
.Chick .WallX35Y12 {background-position: -875px -300px; z-index: 470;}
.PlatformSeries .WallX36Y12 {z-index: 1255;}
.AdventureSeries .WallX36Y12 {background-position: -900px -300px; z-index: 1255;}
.Chick .WallX36Y12 {background-position: -900px -300px; z-index: 469;}
.PlatformSeries .WallX37Y12 {z-index: 1256;}
.AdventureSeries .WallX37Y12 {background-position: -925px -300px; z-index: 1256;}
.Chick .WallX37Y12 {background-position: -925px -300px; z-index: 468;}
.PlatformSeries .WallX38Y12 {z-index: 1257;}
.AdventureSeries .WallX38Y12 {background-position: -950px -300px; z-index: 1257;}
.Chick .WallX38Y12 {background-position: -950px -300px; z-index: 467;}
.PlatformSeries .WallX39Y12 {z-index: 1258;}
.AdventureSeries .WallX39Y12 {background-position: -975px -300px; z-index: 1258;}
.Chick .WallX39Y12 {background-position: -975px -300px; z-index: 466;}
.PlatformSeries .WallX40Y12 {z-index: 1259;}
.AdventureSeries .WallX40Y12 {background-position: -1000px -300px; z-index: 1259;}
.Chick .WallX40Y12 {background-position: -1000px -300px; z-index: 465;}
.PlatformSeries .WallX41Y12 {z-index: 1260;}
.AdventureSeries .WallX41Y12 {background-position: -1025px -300px; z-index: 1260;}
.Chick .WallX41Y12 {background-position: -1025px -300px; z-index: 464;}
.PlatformSeries .WallX0Y11 {z-index: 1261;}
.AdventureSeries .WallX0Y11 {background-position: -0px -275px; z-index: 1261;}
.Chick .WallX0Y11 {background-position: -0px -275px; z-index: 463;}
.PlatformSeries .WallX1Y11 {z-index: 1262;}
.AdventureSeries .WallX1Y11 {background-position: -25px -275px; z-index: 1262;}
.Chick .WallX1Y11 {background-position: -25px -275px; z-index: 462;}
.PlatformSeries .WallX2Y11 {z-index: 1263;}
.AdventureSeries .WallX2Y11 {background-position: -50px -275px; z-index: 1263;}
.Chick .WallX2Y11 {background-position: -50px -275px; z-index: 461;}
.PlatformSeries .WallX3Y11 {z-index: 1264;}
.AdventureSeries .WallX3Y11 {background-position: -75px -275px; z-index: 1264;}
.Chick .WallX3Y11 {background-position: -75px -275px; z-index: 460;}
.PlatformSeries .WallX4Y11 {z-index: 1265;}
.AdventureSeries .WallX4Y11 {background-position: -100px -275px; z-index: 1265;}
.Chick .WallX4Y11 {background-position: -100px -275px; z-index: 459;}
.PlatformSeries .WallX5Y11 {z-index: 1266;}
.AdventureSeries .WallX5Y11 {background-position: -125px -275px; z-index: 1266;}
.Chick .WallX5Y11 {background-position: -125px -275px; z-index: 458;}
.PlatformSeries .WallX6Y11 {z-index: 1267;}
.AdventureSeries .WallX6Y11 {background-position: -150px -275px; z-index: 1267;}
.Chick .WallX6Y11 {background-position: -150px -275px; z-index: 457;}
.PlatformSeries .WallX7Y11 {z-index: 1268;}
.AdventureSeries .WallX7Y11 {background-position: -175px -275px; z-index: 1268;}
.Chick .WallX7Y11 {background-position: -175px -275px; z-index: 456;}
.PlatformSeries .WallX8Y11 {z-index: 1269;}
.AdventureSeries .WallX8Y11 {background-position: -200px -275px; z-index: 1269;}
.Chick .WallX8Y11 {background-position: -200px -275px; z-index: 455;}
.PlatformSeries .WallX9Y11 {z-index: 1270;}
.AdventureSeries .WallX9Y11 {background-position: -225px -275px; z-index: 1270;}
.Chick .WallX9Y11 {background-position: -225px -275px; z-index: 454;}
.PlatformSeries .WallX10Y11 {z-index: 1271;}
.AdventureSeries .WallX10Y11 {background-position: -250px -275px; z-index: 1271;}
.Chick .WallX10Y11 {background-position: -250px -275px; z-index: 453;}
.PlatformSeries .WallX11Y11 {z-index: 1272;}
.AdventureSeries .WallX11Y11 {background-position: -275px -275px; z-index: 1272;}
.Chick .WallX11Y11 {background-position: -275px -275px; z-index: 452;}
.PlatformSeries .WallX12Y11 {z-index: 1273;}
.AdventureSeries .WallX12Y11 {background-position: -300px -275px; z-index: 1273;}
.Chick .WallX12Y11 {background-position: -300px -275px; z-index: 451;}
.PlatformSeries .WallX13Y11 {z-index: 1274;}
.AdventureSeries .WallX13Y11 {background-position: -325px -275px; z-index: 1274;}
.Chick .WallX13Y11 {background-position: -325px -275px; z-index: 450;}
.PlatformSeries .WallX14Y11 {z-index: 1275;}
.AdventureSeries .WallX14Y11 {background-position: -350px -275px; z-index: 1275;}
.Chick .WallX14Y11 {background-position: -350px -275px; z-index: 449;}
.PlatformSeries .WallX15Y11 {z-index: 1276;}
.AdventureSeries .WallX15Y11 {background-position: -375px -275px; z-index: 1276;}
.Chick .WallX15Y11 {background-position: -375px -275px; z-index: 448;}
.PlatformSeries .WallX16Y11 {z-index: 1277;}
.AdventureSeries .WallX16Y11 {background-position: -400px -275px; z-index: 1277;}
.Chick .WallX16Y11 {background-position: -400px -275px; z-index: 447;}
.PlatformSeries .WallX17Y11 {z-index: 1278;}
.AdventureSeries .WallX17Y11 {background-position: -425px -275px; z-index: 1278;}
.Chick .WallX17Y11 {background-position: -425px -275px; z-index: 446;}
.PlatformSeries .WallX18Y11 {z-index: 1279;}
.AdventureSeries .WallX18Y11 {background-position: -450px -275px; z-index: 1279;}
.Chick .WallX18Y11 {background-position: -450px -275px; z-index: 445;}
.PlatformSeries .WallX19Y11 {z-index: 1280;}
.AdventureSeries .WallX19Y11 {background-position: -475px -275px; z-index: 1280;}
.Chick .WallX19Y11 {background-position: -475px -275px; z-index: 444;}
.PlatformSeries .WallX20Y11 {z-index: 1281;}
.AdventureSeries .WallX20Y11 {background-position: -500px -275px; z-index: 1281;}
.Chick .WallX20Y11 {background-position: -500px -275px; z-index: 443;}
.PlatformSeries .WallX21Y11 {z-index: 1282;}
.AdventureSeries .WallX21Y11 {background-position: -525px -275px; z-index: 1282;}
.Chick .WallX21Y11 {background-position: -525px -275px; z-index: 442;}
.PlatformSeries .WallX22Y11 {z-index: 1283;}
.AdventureSeries .WallX22Y11 {background-position: -550px -275px; z-index: 1283;}
.Chick .WallX22Y11 {background-position: -550px -275px; z-index: 441;}
.PlatformSeries .WallX23Y11 {z-index: 1284;}
.AdventureSeries .WallX23Y11 {background-position: -575px -275px; z-index: 1284;}
.Chick .WallX23Y11 {background-position: -575px -275px; z-index: 440;}
.PlatformSeries .WallX24Y11 {z-index: 1285;}
.AdventureSeries .WallX24Y11 {background-position: -600px -275px; z-index: 1285;}
.Chick .WallX24Y11 {background-position: -600px -275px; z-index: 439;}
.PlatformSeries .WallX25Y11 {z-index: 1286;}
.AdventureSeries .WallX25Y11 {background-position: -625px -275px; z-index: 1286;}
.Chick .WallX25Y11 {background-position: -625px -275px; z-index: 438;}
.PlatformSeries .WallX26Y11 {z-index: 1287;}
.AdventureSeries .WallX26Y11 {background-position: -650px -275px; z-index: 1287;}
.Chick .WallX26Y11 {background-position: -650px -275px; z-index: 437;}
.PlatformSeries .WallX27Y11 {z-index: 1288;}
.AdventureSeries .WallX27Y11 {background-position: -675px -275px; z-index: 1288;}
.Chick .WallX27Y11 {background-position: -675px -275px; z-index: 436;}
.PlatformSeries .WallX28Y11 {z-index: 1289;}
.AdventureSeries .WallX28Y11 {background-position: -700px -275px; z-index: 1289;}
.Chick .WallX28Y11 {background-position: -700px -275px; z-index: 435;}
.PlatformSeries .WallX29Y11 {z-index: 1290;}
.AdventureSeries .WallX29Y11 {background-position: -725px -275px; z-index: 1290;}
.Chick .WallX29Y11 {background-position: -725px -275px; z-index: 434;}
.PlatformSeries .WallX30Y11 {z-index: 1291;}
.AdventureSeries .WallX30Y11 {background-position: -750px -275px; z-index: 1291;}
.Chick .WallX30Y11 {background-position: -750px -275px; z-index: 433;}
.PlatformSeries .WallX31Y11 {z-index: 1292;}
.AdventureSeries .WallX31Y11 {background-position: -775px -275px; z-index: 1292;}
.Chick .WallX31Y11 {background-position: -775px -275px; z-index: 432;}
.PlatformSeries .WallX32Y11 {z-index: 1293;}
.AdventureSeries .WallX32Y11 {background-position: -800px -275px; z-index: 1293;}
.Chick .WallX32Y11 {background-position: -800px -275px; z-index: 431;}
.PlatformSeries .WallX33Y11 {z-index: 1294;}
.AdventureSeries .WallX33Y11 {background-position: -825px -275px; z-index: 1294;}
.Chick .WallX33Y11 {background-position: -825px -275px; z-index: 430;}
.PlatformSeries .WallX34Y11 {z-index: 1295;}
.AdventureSeries .WallX34Y11 {background-position: -850px -275px; z-index: 1295;}
.Chick .WallX34Y11 {background-position: -850px -275px; z-index: 429;}
.PlatformSeries .WallX35Y11 {z-index: 1296;}
.AdventureSeries .WallX35Y11 {background-position: -875px -275px; z-index: 1296;}
.Chick .WallX35Y11 {background-position: -875px -275px; z-index: 428;}
.PlatformSeries .WallX36Y11 {z-index: 1297;}
.AdventureSeries .WallX36Y11 {background-position: -900px -275px; z-index: 1297;}
.Chick .WallX36Y11 {background-position: -900px -275px; z-index: 427;}
.PlatformSeries .WallX37Y11 {z-index: 1298;}
.AdventureSeries .WallX37Y11 {background-position: -925px -275px; z-index: 1298;}
.Chick .WallX37Y11 {background-position: -925px -275px; z-index: 426;}
.PlatformSeries .WallX38Y11 {z-index: 1299;}
.AdventureSeries .WallX38Y11 {background-position: -950px -275px; z-index: 1299;}
.Chick .WallX38Y11 {background-position: -950px -275px; z-index: 425;}
.PlatformSeries .WallX39Y11 {z-index: 1300;}
.AdventureSeries .WallX39Y11 {background-position: -975px -275px; z-index: 1300;}
.Chick .WallX39Y11 {background-position: -975px -275px; z-index: 424;}
.PlatformSeries .WallX40Y11 {z-index: 1301;}
.AdventureSeries .WallX40Y11 {background-position: -1000px -275px; z-index: 1301;}
.Chick .WallX40Y11 {background-position: -1000px -275px; z-index: 423;}
.PlatformSeries .WallX41Y11 {z-index: 1302;}
.AdventureSeries .WallX41Y11 {background-position: -1025px -275px; z-index: 1302;}
.Chick .WallX41Y11 {background-position: -1025px -275px; z-index: 422;}
.PlatformSeries .WallX0Y10 {z-index: 1303;}
.AdventureSeries .WallX0Y10 {background-position: -0px -250px; z-index: 1303;}
.Chick .WallX0Y10 {background-position: -0px -250px; z-index: 421;}
.PlatformSeries .WallX1Y10 {z-index: 1304;}
.AdventureSeries .WallX1Y10 {background-position: -25px -250px; z-index: 1304;}
.Chick .WallX1Y10 {background-position: -25px -250px; z-index: 420;}
.PlatformSeries .WallX2Y10 {z-index: 1305;}
.AdventureSeries .WallX2Y10 {background-position: -50px -250px; z-index: 1305;}
.Chick .WallX2Y10 {background-position: -50px -250px; z-index: 419;}
.PlatformSeries .WallX3Y10 {z-index: 1306;}
.AdventureSeries .WallX3Y10 {background-position: -75px -250px; z-index: 1306;}
.Chick .WallX3Y10 {background-position: -75px -250px; z-index: 418;}
.PlatformSeries .WallX4Y10 {z-index: 1307;}
.AdventureSeries .WallX4Y10 {background-position: -100px -250px; z-index: 1307;}
.Chick .WallX4Y10 {background-position: -100px -250px; z-index: 417;}
.PlatformSeries .WallX5Y10 {z-index: 1308;}
.AdventureSeries .WallX5Y10 {background-position: -125px -250px; z-index: 1308;}
.Chick .WallX5Y10 {background-position: -125px -250px; z-index: 416;}
.PlatformSeries .WallX6Y10 {z-index: 1309;}
.AdventureSeries .WallX6Y10 {background-position: -150px -250px; z-index: 1309;}
.Chick .WallX6Y10 {background-position: -150px -250px; z-index: 415;}
.PlatformSeries .WallX7Y10 {z-index: 1310;}
.AdventureSeries .WallX7Y10 {background-position: -175px -250px; z-index: 1310;}
.Chick .WallX7Y10 {background-position: -175px -250px; z-index: 414;}
.PlatformSeries .WallX8Y10 {z-index: 1311;}
.AdventureSeries .WallX8Y10 {background-position: -200px -250px; z-index: 1311;}
.Chick .WallX8Y10 {background-position: -200px -250px; z-index: 413;}
.PlatformSeries .WallX9Y10 {z-index: 1312;}
.AdventureSeries .WallX9Y10 {background-position: -225px -250px; z-index: 1312;}
.Chick .WallX9Y10 {background-position: -225px -250px; z-index: 412;}
.PlatformSeries .WallX10Y10 {z-index: 1313;}
.AdventureSeries .WallX10Y10 {background-position: -250px -250px; z-index: 1313;}
.Chick .WallX10Y10 {background-position: -250px -250px; z-index: 411;}
.PlatformSeries .WallX11Y10 {z-index: 1314;}
.AdventureSeries .WallX11Y10 {background-position: -275px -250px; z-index: 1314;}
.Chick .WallX11Y10 {background-position: -275px -250px; z-index: 410;}
.PlatformSeries .WallX12Y10 {z-index: 1315;}
.AdventureSeries .WallX12Y10 {background-position: -300px -250px; z-index: 1315;}
.Chick .WallX12Y10 {background-position: -300px -250px; z-index: 409;}
.PlatformSeries .WallX13Y10 {z-index: 1316;}
.AdventureSeries .WallX13Y10 {background-position: -325px -250px; z-index: 1316;}
.Chick .WallX13Y10 {background-position: -325px -250px; z-index: 408;}
.PlatformSeries .WallX14Y10 {z-index: 1317;}
.AdventureSeries .WallX14Y10 {background-position: -350px -250px; z-index: 1317;}
.Chick .WallX14Y10 {background-position: -350px -250px; z-index: 407;}
.PlatformSeries .WallX15Y10 {z-index: 1318;}
.AdventureSeries .WallX15Y10 {background-position: -375px -250px; z-index: 1318;}
.Chick .WallX15Y10 {background-position: -375px -250px; z-index: 406;}
.PlatformSeries .WallX16Y10 {z-index: 1319;}
.AdventureSeries .WallX16Y10 {background-position: -400px -250px; z-index: 1319;}
.Chick .WallX16Y10 {background-position: -400px -250px; z-index: 405;}
.PlatformSeries .WallX17Y10 {z-index: 1320;}
.AdventureSeries .WallX17Y10 {background-position: -425px -250px; z-index: 1320;}
.Chick .WallX17Y10 {background-position: -425px -250px; z-index: 404;}
.PlatformSeries .WallX18Y10 {z-index: 1321;}
.AdventureSeries .WallX18Y10 {background-position: -450px -250px; z-index: 1321;}
.Chick .WallX18Y10 {background-position: -450px -250px; z-index: 403;}
.PlatformSeries .WallX19Y10 {z-index: 1322;}
.AdventureSeries .WallX19Y10 {background-position: -475px -250px; z-index: 1322;}
.Chick .WallX19Y10 {background-position: -475px -250px; z-index: 402;}
.PlatformSeries .WallX20Y10 {z-index: 1323;}
.AdventureSeries .WallX20Y10 {background-position: -500px -250px; z-index: 1323;}
.Chick .WallX20Y10 {background-position: -500px -250px; z-index: 401;}
.PlatformSeries .WallX21Y10 {z-index: 1324;}
.AdventureSeries .WallX21Y10 {background-position: -525px -250px; z-index: 1324;}
.Chick .WallX21Y10 {background-position: -525px -250px; z-index: 400;}
.PlatformSeries .WallX22Y10 {z-index: 1325;}
.AdventureSeries .WallX22Y10 {background-position: -550px -250px; z-index: 1325;}
.Chick .WallX22Y10 {background-position: -550px -250px; z-index: 399;}
.PlatformSeries .WallX23Y10 {z-index: 1326;}
.AdventureSeries .WallX23Y10 {background-position: -575px -250px; z-index: 1326;}
.Chick .WallX23Y10 {background-position: -575px -250px; z-index: 398;}
.PlatformSeries .WallX24Y10 {z-index: 1327;}
.AdventureSeries .WallX24Y10 {background-position: -600px -250px; z-index: 1327;}
.Chick .WallX24Y10 {background-position: -600px -250px; z-index: 397;}
.PlatformSeries .WallX25Y10 {z-index: 1328;}
.AdventureSeries .WallX25Y10 {background-position: -625px -250px; z-index: 1328;}
.Chick .WallX25Y10 {background-position: -625px -250px; z-index: 396;}
.PlatformSeries .WallX26Y10 {z-index: 1329;}
.AdventureSeries .WallX26Y10 {background-position: -650px -250px; z-index: 1329;}
.Chick .WallX26Y10 {background-position: -650px -250px; z-index: 395;}
.PlatformSeries .WallX27Y10 {z-index: 1330;}
.AdventureSeries .WallX27Y10 {background-position: -675px -250px; z-index: 1330;}
.Chick .WallX27Y10 {background-position: -675px -250px; z-index: 394;}
.PlatformSeries .WallX28Y10 {z-index: 1331;}
.AdventureSeries .WallX28Y10 {background-position: -700px -250px; z-index: 1331;}
.Chick .WallX28Y10 {background-position: -700px -250px; z-index: 393;}
.PlatformSeries .WallX29Y10 {z-index: 1332;}
.AdventureSeries .WallX29Y10 {background-position: -725px -250px; z-index: 1332;}
.Chick .WallX29Y10 {background-position: -725px -250px; z-index: 392;}
.PlatformSeries .WallX30Y10 {z-index: 1333;}
.AdventureSeries .WallX30Y10 {background-position: -750px -250px; z-index: 1333;}
.Chick .WallX30Y10 {background-position: -750px -250px; z-index: 391;}
.PlatformSeries .WallX31Y10 {z-index: 1334;}
.AdventureSeries .WallX31Y10 {background-position: -775px -250px; z-index: 1334;}
.Chick .WallX31Y10 {background-position: -775px -250px; z-index: 390;}
.PlatformSeries .WallX32Y10 {z-index: 1335;}
.AdventureSeries .WallX32Y10 {background-position: -800px -250px; z-index: 1335;}
.Chick .WallX32Y10 {background-position: -800px -250px; z-index: 389;}
.PlatformSeries .WallX33Y10 {z-index: 1336;}
.AdventureSeries .WallX33Y10 {background-position: -825px -250px; z-index: 1336;}
.Chick .WallX33Y10 {background-position: -825px -250px; z-index: 388;}
.PlatformSeries .WallX34Y10 {z-index: 1337;}
.AdventureSeries .WallX34Y10 {background-position: -850px -250px; z-index: 1337;}
.Chick .WallX34Y10 {background-position: -850px -250px; z-index: 387;}
.PlatformSeries .WallX35Y10 {z-index: 1338;}
.AdventureSeries .WallX35Y10 {background-position: -875px -250px; z-index: 1338;}
.Chick .WallX35Y10 {background-position: -875px -250px; z-index: 386;}
.PlatformSeries .WallX36Y10 {z-index: 1339;}
.AdventureSeries .WallX36Y10 {background-position: -900px -250px; z-index: 1339;}
.Chick .WallX36Y10 {background-position: -900px -250px; z-index: 385;}
.PlatformSeries .WallX37Y10 {z-index: 1340;}
.AdventureSeries .WallX37Y10 {background-position: -925px -250px; z-index: 1340;}
.Chick .WallX37Y10 {background-position: -925px -250px; z-index: 384;}
.PlatformSeries .WallX38Y10 {z-index: 1341;}
.AdventureSeries .WallX38Y10 {background-position: -950px -250px; z-index: 1341;}
.Chick .WallX38Y10 {background-position: -950px -250px; z-index: 383;}
.PlatformSeries .WallX39Y10 {z-index: 1342;}
.AdventureSeries .WallX39Y10 {background-position: -975px -250px; z-index: 1342;}
.Chick .WallX39Y10 {background-position: -975px -250px; z-index: 382;}
.PlatformSeries .WallX40Y10 {z-index: 1343;}
.AdventureSeries .WallX40Y10 {background-position: -1000px -250px; z-index: 1343;}
.Chick .WallX40Y10 {background-position: -1000px -250px; z-index: 381;}
.PlatformSeries .WallX41Y10 {z-index: 1344;}
.AdventureSeries .WallX41Y10 {background-position: -1025px -250px; z-index: 1344;}
.Chick .WallX41Y10 {background-position: -1025px -250px; z-index: 380;}
.PlatformSeries .WallX0Y9 {z-index: 1345;}
.AdventureSeries .WallX0Y9 {background-position: -0px -225px; z-index: 1345;}
.Chick .WallX0Y9 {background-position: -0px -225px; z-index: 379;}
.PlatformSeries .WallX1Y9 {z-index: 1346;}
.AdventureSeries .WallX1Y9 {background-position: -25px -225px; z-index: 1346;}
.Chick .WallX1Y9 {background-position: -25px -225px; z-index: 378;}
.PlatformSeries .WallX2Y9 {z-index: 1347;}
.AdventureSeries .WallX2Y9 {background-position: -50px -225px; z-index: 1347;}
.Chick .WallX2Y9 {background-position: -50px -225px; z-index: 377;}
.PlatformSeries .WallX3Y9 {z-index: 1348;}
.AdventureSeries .WallX3Y9 {background-position: -75px -225px; z-index: 1348;}
.Chick .WallX3Y9 {background-position: -75px -225px; z-index: 376;}
.PlatformSeries .WallX4Y9 {z-index: 1349;}
.AdventureSeries .WallX4Y9 {background-position: -100px -225px; z-index: 1349;}
.Chick .WallX4Y9 {background-position: -100px -225px; z-index: 375;}
.PlatformSeries .WallX5Y9 {z-index: 1350;}
.AdventureSeries .WallX5Y9 {background-position: -125px -225px; z-index: 1350;}
.Chick .WallX5Y9 {background-position: -125px -225px; z-index: 374;}
.PlatformSeries .WallX6Y9 {z-index: 1351;}
.AdventureSeries .WallX6Y9 {background-position: -150px -225px; z-index: 1351;}
.Chick .WallX6Y9 {background-position: -150px -225px; z-index: 373;}
.PlatformSeries .WallX7Y9 {z-index: 1352;}
.AdventureSeries .WallX7Y9 {background-position: -175px -225px; z-index: 1352;}
.Chick .WallX7Y9 {background-position: -175px -225px; z-index: 372;}
.PlatformSeries .WallX8Y9 {z-index: 1353;}
.AdventureSeries .WallX8Y9 {background-position: -200px -225px; z-index: 1353;}
.Chick .WallX8Y9 {background-position: -200px -225px; z-index: 371;}
.PlatformSeries .WallX9Y9 {z-index: 1354;}
.AdventureSeries .WallX9Y9 {background-position: -225px -225px; z-index: 1354;}
.Chick .WallX9Y9 {background-position: -225px -225px; z-index: 370;}
.PlatformSeries .WallX10Y9 {z-index: 1355;}
.AdventureSeries .WallX10Y9 {background-position: -250px -225px; z-index: 1355;}
.Chick .WallX10Y9 {background-position: -250px -225px; z-index: 369;}
.PlatformSeries .WallX11Y9 {z-index: 1356;}
.AdventureSeries .WallX11Y9 {background-position: -275px -225px; z-index: 1356;}
.Chick .WallX11Y9 {background-position: -275px -225px; z-index: 368;}
.PlatformSeries .WallX12Y9 {z-index: 1357;}
.AdventureSeries .WallX12Y9 {background-position: -300px -225px; z-index: 1357;}
.Chick .WallX12Y9 {background-position: -300px -225px; z-index: 367;}
.PlatformSeries .WallX13Y9 {z-index: 1358;}
.AdventureSeries .WallX13Y9 {background-position: -325px -225px; z-index: 1358;}
.Chick .WallX13Y9 {background-position: -325px -225px; z-index: 366;}
.PlatformSeries .WallX14Y9 {z-index: 1359;}
.AdventureSeries .WallX14Y9 {background-position: -350px -225px; z-index: 1359;}
.Chick .WallX14Y9 {background-position: -350px -225px; z-index: 365;}
.PlatformSeries .WallX15Y9 {z-index: 1360;}
.AdventureSeries .WallX15Y9 {background-position: -375px -225px; z-index: 1360;}
.Chick .WallX15Y9 {background-position: -375px -225px; z-index: 364;}
.PlatformSeries .WallX16Y9 {z-index: 1361;}
.AdventureSeries .WallX16Y9 {background-position: -400px -225px; z-index: 1361;}
.Chick .WallX16Y9 {background-position: -400px -225px; z-index: 363;}
.PlatformSeries .WallX17Y9 {z-index: 1362;}
.AdventureSeries .WallX17Y9 {background-position: -425px -225px; z-index: 1362;}
.Chick .WallX17Y9 {background-position: -425px -225px; z-index: 362;}
.PlatformSeries .WallX18Y9 {z-index: 1363;}
.AdventureSeries .WallX18Y9 {background-position: -450px -225px; z-index: 1363;}
.Chick .WallX18Y9 {background-position: -450px -225px; z-index: 361;}
.PlatformSeries .WallX19Y9 {z-index: 1364;}
.AdventureSeries .WallX19Y9 {background-position: -475px -225px; z-index: 1364;}
.Chick .WallX19Y9 {background-position: -475px -225px; z-index: 360;}
.PlatformSeries .WallX20Y9 {z-index: 1365;}
.AdventureSeries .WallX20Y9 {background-position: -500px -225px; z-index: 1365;}
.Chick .WallX20Y9 {background-position: -500px -225px; z-index: 359;}
.PlatformSeries .WallX21Y9 {z-index: 1366;}
.AdventureSeries .WallX21Y9 {background-position: -525px -225px; z-index: 1366;}
.Chick .WallX21Y9 {background-position: -525px -225px; z-index: 358;}
.PlatformSeries .WallX22Y9 {z-index: 1367;}
.AdventureSeries .WallX22Y9 {background-position: -550px -225px; z-index: 1367;}
.Chick .WallX22Y9 {background-position: -550px -225px; z-index: 357;}
.PlatformSeries .WallX23Y9 {z-index: 1368;}
.AdventureSeries .WallX23Y9 {background-position: -575px -225px; z-index: 1368;}
.Chick .WallX23Y9 {background-position: -575px -225px; z-index: 356;}
.PlatformSeries .WallX24Y9 {z-index: 1369;}
.AdventureSeries .WallX24Y9 {background-position: -600px -225px; z-index: 1369;}
.Chick .WallX24Y9 {background-position: -600px -225px; z-index: 355;}
.PlatformSeries .WallX25Y9 {z-index: 1370;}
.AdventureSeries .WallX25Y9 {background-position: -625px -225px; z-index: 1370;}
.Chick .WallX25Y9 {background-position: -625px -225px; z-index: 354;}
.PlatformSeries .WallX26Y9 {z-index: 1371;}
.AdventureSeries .WallX26Y9 {background-position: -650px -225px; z-index: 1371;}
.Chick .WallX26Y9 {background-position: -650px -225px; z-index: 353;}
.PlatformSeries .WallX27Y9 {z-index: 1372;}
.AdventureSeries .WallX27Y9 {background-position: -675px -225px; z-index: 1372;}
.Chick .WallX27Y9 {background-position: -675px -225px; z-index: 352;}
.PlatformSeries .WallX28Y9 {z-index: 1373;}
.AdventureSeries .WallX28Y9 {background-position: -700px -225px; z-index: 1373;}
.Chick .WallX28Y9 {background-position: -700px -225px; z-index: 351;}
.PlatformSeries .WallX29Y9 {z-index: 1374;}
.AdventureSeries .WallX29Y9 {background-position: -725px -225px; z-index: 1374;}
.Chick .WallX29Y9 {background-position: -725px -225px; z-index: 350;}
.PlatformSeries .WallX30Y9 {z-index: 1375;}
.AdventureSeries .WallX30Y9 {background-position: -750px -225px; z-index: 1375;}
.Chick .WallX30Y9 {background-position: -750px -225px; z-index: 349;}
.PlatformSeries .WallX31Y9 {z-index: 1376;}
.AdventureSeries .WallX31Y9 {background-position: -775px -225px; z-index: 1376;}
.Chick .WallX31Y9 {background-position: -775px -225px; z-index: 348;}
.PlatformSeries .WallX32Y9 {z-index: 1377;}
.AdventureSeries .WallX32Y9 {background-position: -800px -225px; z-index: 1377;}
.Chick .WallX32Y9 {background-position: -800px -225px; z-index: 347;}
.PlatformSeries .WallX33Y9 {z-index: 1378;}
.AdventureSeries .WallX33Y9 {background-position: -825px -225px; z-index: 1378;}
.Chick .WallX33Y9 {background-position: -825px -225px; z-index: 346;}
.PlatformSeries .WallX34Y9 {z-index: 1379;}
.AdventureSeries .WallX34Y9 {background-position: -850px -225px; z-index: 1379;}
.Chick .WallX34Y9 {background-position: -850px -225px; z-index: 345;}
.PlatformSeries .WallX35Y9 {z-index: 1380;}
.AdventureSeries .WallX35Y9 {background-position: -875px -225px; z-index: 1380;}
.Chick .WallX35Y9 {background-position: -875px -225px; z-index: 344;}
.PlatformSeries .WallX36Y9 {z-index: 1381;}
.AdventureSeries .WallX36Y9 {background-position: -900px -225px; z-index: 1381;}
.Chick .WallX36Y9 {background-position: -900px -225px; z-index: 343;}
.PlatformSeries .WallX37Y9 {z-index: 1382;}
.AdventureSeries .WallX37Y9 {background-position: -925px -225px; z-index: 1382;}
.Chick .WallX37Y9 {background-position: -925px -225px; z-index: 342;}
.PlatformSeries .WallX38Y9 {z-index: 1383;}
.AdventureSeries .WallX38Y9 {background-position: -950px -225px; z-index: 1383;}
.Chick .WallX38Y9 {background-position: -950px -225px; z-index: 341;}
.PlatformSeries .WallX39Y9 {z-index: 1384;}
.AdventureSeries .WallX39Y9 {background-position: -975px -225px; z-index: 1384;}
.Chick .WallX39Y9 {background-position: -975px -225px; z-index: 340;}
.PlatformSeries .WallX40Y9 {z-index: 1385;}
.AdventureSeries .WallX40Y9 {background-position: -1000px -225px; z-index: 1385;}
.Chick .WallX40Y9 {background-position: -1000px -225px; z-index: 339;}
.PlatformSeries .WallX41Y9 {z-index: 1386;}
.AdventureSeries .WallX41Y9 {background-position: -1025px -225px; z-index: 1386;}
.Chick .WallX41Y9 {background-position: -1025px -225px; z-index: 338;}
.PlatformSeries .WallX0Y8 {z-index: 1387;}
.AdventureSeries .WallX0Y8 {background-position: -0px -200px; z-index: 1387;}
.Chick .WallX0Y8 {background-position: -0px -200px; z-index: 337;}
.PlatformSeries .WallX1Y8 {z-index: 1388;}
.AdventureSeries .WallX1Y8 {background-position: -25px -200px; z-index: 1388;}
.Chick .WallX1Y8 {background-position: -25px -200px; z-index: 336;}
.PlatformSeries .WallX2Y8 {z-index: 1389;}
.AdventureSeries .WallX2Y8 {background-position: -50px -200px; z-index: 1389;}
.Chick .WallX2Y8 {background-position: -50px -200px; z-index: 335;}
.PlatformSeries .WallX3Y8 {z-index: 1390;}
.AdventureSeries .WallX3Y8 {background-position: -75px -200px; z-index: 1390;}
.Chick .WallX3Y8 {background-position: -75px -200px; z-index: 334;}
.PlatformSeries .WallX4Y8 {z-index: 1391;}
.AdventureSeries .WallX4Y8 {background-position: -100px -200px; z-index: 1391;}
.Chick .WallX4Y8 {background-position: -100px -200px; z-index: 333;}
.PlatformSeries .WallX5Y8 {z-index: 1392;}
.AdventureSeries .WallX5Y8 {background-position: -125px -200px; z-index: 1392;}
.Chick .WallX5Y8 {background-position: -125px -200px; z-index: 332;}
.PlatformSeries .WallX6Y8 {z-index: 1393;}
.AdventureSeries .WallX6Y8 {background-position: -150px -200px; z-index: 1393;}
.Chick .WallX6Y8 {background-position: -150px -200px; z-index: 331;}
.PlatformSeries .WallX7Y8 {z-index: 1394;}
.AdventureSeries .WallX7Y8 {background-position: -175px -200px; z-index: 1394;}
.Chick .WallX7Y8 {background-position: -175px -200px; z-index: 330;}
.PlatformSeries .WallX8Y8 {z-index: 1395;}
.AdventureSeries .WallX8Y8 {background-position: -200px -200px; z-index: 1395;}
.Chick .WallX8Y8 {background-position: -200px -200px; z-index: 329;}
.PlatformSeries .WallX9Y8 {z-index: 1396;}
.AdventureSeries .WallX9Y8 {background-position: -225px -200px; z-index: 1396;}
.Chick .WallX9Y8 {background-position: -225px -200px; z-index: 328;}
.PlatformSeries .WallX10Y8 {z-index: 1397;}
.AdventureSeries .WallX10Y8 {background-position: -250px -200px; z-index: 1397;}
.Chick .WallX10Y8 {background-position: -250px -200px; z-index: 327;}
.PlatformSeries .WallX11Y8 {z-index: 1398;}
.AdventureSeries .WallX11Y8 {background-position: -275px -200px; z-index: 1398;}
.Chick .WallX11Y8 {background-position: -275px -200px; z-index: 326;}
.PlatformSeries .WallX12Y8 {z-index: 1399;}
.AdventureSeries .WallX12Y8 {background-position: -300px -200px; z-index: 1399;}
.Chick .WallX12Y8 {background-position: -300px -200px; z-index: 325;}
.PlatformSeries .WallX13Y8 {z-index: 1400;}
.AdventureSeries .WallX13Y8 {background-position: -325px -200px; z-index: 1400;}
.Chick .WallX13Y8 {background-position: -325px -200px; z-index: 324;}
.PlatformSeries .WallX14Y8 {z-index: 1401;}
.AdventureSeries .WallX14Y8 {background-position: -350px -200px; z-index: 1401;}
.Chick .WallX14Y8 {background-position: -350px -200px; z-index: 323;}
.PlatformSeries .WallX15Y8 {z-index: 1402;}
.AdventureSeries .WallX15Y8 {background-position: -375px -200px; z-index: 1402;}
.Chick .WallX15Y8 {background-position: -375px -200px; z-index: 322;}
.PlatformSeries .WallX16Y8 {z-index: 1403;}
.AdventureSeries .WallX16Y8 {background-position: -400px -200px; z-index: 1403;}
.Chick .WallX16Y8 {background-position: -400px -200px; z-index: 321;}
.PlatformSeries .WallX17Y8 {z-index: 1404;}
.AdventureSeries .WallX17Y8 {background-position: -425px -200px; z-index: 1404;}
.Chick .WallX17Y8 {background-position: -425px -200px; z-index: 320;}
.PlatformSeries .WallX18Y8 {z-index: 1405;}
.AdventureSeries .WallX18Y8 {background-position: -450px -200px; z-index: 1405;}
.Chick .WallX18Y8 {background-position: -450px -200px; z-index: 319;}
.PlatformSeries .WallX19Y8 {z-index: 1406;}
.AdventureSeries .WallX19Y8 {background-position: -475px -200px; z-index: 1406;}
.Chick .WallX19Y8 {background-position: -475px -200px; z-index: 318;}
.PlatformSeries .WallX20Y8 {z-index: 1407;}
.AdventureSeries .WallX20Y8 {background-position: -500px -200px; z-index: 1407;}
.Chick .WallX20Y8 {background-position: -500px -200px; z-index: 317;}
.PlatformSeries .WallX21Y8 {z-index: 1408;}
.AdventureSeries .WallX21Y8 {background-position: -525px -200px; z-index: 1408;}
.Chick .WallX21Y8 {background-position: -525px -200px; z-index: 316;}
.PlatformSeries .WallX22Y8 {z-index: 1409;}
.AdventureSeries .WallX22Y8 {background-position: -550px -200px; z-index: 1409;}
.Chick .WallX22Y8 {background-position: -550px -200px; z-index: 315;}
.PlatformSeries .WallX23Y8 {z-index: 1410;}
.AdventureSeries .WallX23Y8 {background-position: -575px -200px; z-index: 1410;}
.Chick .WallX23Y8 {background-position: -575px -200px; z-index: 314;}
.PlatformSeries .WallX24Y8 {z-index: 1411;}
.AdventureSeries .WallX24Y8 {background-position: -600px -200px; z-index: 1411;}
.Chick .WallX24Y8 {background-position: -600px -200px; z-index: 313;}
.PlatformSeries .WallX25Y8 {z-index: 1412;}
.AdventureSeries .WallX25Y8 {background-position: -625px -200px; z-index: 1412;}
.Chick .WallX25Y8 {background-position: -625px -200px; z-index: 312;}
.PlatformSeries .WallX26Y8 {z-index: 1413;}
.AdventureSeries .WallX26Y8 {background-position: -650px -200px; z-index: 1413;}
.Chick .WallX26Y8 {background-position: -650px -200px; z-index: 311;}
.PlatformSeries .WallX27Y8 {z-index: 1414;}
.AdventureSeries .WallX27Y8 {background-position: -675px -200px; z-index: 1414;}
.Chick .WallX27Y8 {background-position: -675px -200px; z-index: 310;}
.PlatformSeries .WallX28Y8 {z-index: 1415;}
.AdventureSeries .WallX28Y8 {background-position: -700px -200px; z-index: 1415;}
.Chick .WallX28Y8 {background-position: -700px -200px; z-index: 309;}
.PlatformSeries .WallX29Y8 {z-index: 1416;}
.AdventureSeries .WallX29Y8 {background-position: -725px -200px; z-index: 1416;}
.Chick .WallX29Y8 {background-position: -725px -200px; z-index: 308;}
.PlatformSeries .WallX30Y8 {z-index: 1417;}
.AdventureSeries .WallX30Y8 {background-position: -750px -200px; z-index: 1417;}
.Chick .WallX30Y8 {background-position: -750px -200px; z-index: 307;}
.PlatformSeries .WallX31Y8 {z-index: 1418;}
.AdventureSeries .WallX31Y8 {background-position: -775px -200px; z-index: 1418;}
.Chick .WallX31Y8 {background-position: -775px -200px; z-index: 306;}
.PlatformSeries .WallX32Y8 {z-index: 1419;}
.AdventureSeries .WallX32Y8 {background-position: -800px -200px; z-index: 1419;}
.Chick .WallX32Y8 {background-position: -800px -200px; z-index: 305;}
.PlatformSeries .WallX33Y8 {z-index: 1420;}
.AdventureSeries .WallX33Y8 {background-position: -825px -200px; z-index: 1420;}
.Chick .WallX33Y8 {background-position: -825px -200px; z-index: 304;}
.PlatformSeries .WallX34Y8 {z-index: 1421;}
.AdventureSeries .WallX34Y8 {background-position: -850px -200px; z-index: 1421;}
.Chick .WallX34Y8 {background-position: -850px -200px; z-index: 303;}
.PlatformSeries .WallX35Y8 {z-index: 1422;}
.AdventureSeries .WallX35Y8 {background-position: -875px -200px; z-index: 1422;}
.Chick .WallX35Y8 {background-position: -875px -200px; z-index: 302;}
.PlatformSeries .WallX36Y8 {z-index: 1423;}
.AdventureSeries .WallX36Y8 {background-position: -900px -200px; z-index: 1423;}
.Chick .WallX36Y8 {background-position: -900px -200px; z-index: 301;}
.PlatformSeries .WallX37Y8 {z-index: 1424;}
.AdventureSeries .WallX37Y8 {background-position: -925px -200px; z-index: 1424;}
.Chick .WallX37Y8 {background-position: -925px -200px; z-index: 300;}
.PlatformSeries .WallX38Y8 {z-index: 1425;}
.AdventureSeries .WallX38Y8 {background-position: -950px -200px; z-index: 1425;}
.Chick .WallX38Y8 {background-position: -950px -200px; z-index: 299;}
.PlatformSeries .WallX39Y8 {z-index: 1426;}
.AdventureSeries .WallX39Y8 {background-position: -975px -200px; z-index: 1426;}
.Chick .WallX39Y8 {background-position: -975px -200px; z-index: 298;}
.PlatformSeries .WallX40Y8 {z-index: 1427;}
.AdventureSeries .WallX40Y8 {background-position: -1000px -200px; z-index: 1427;}
.Chick .WallX40Y8 {background-position: -1000px -200px; z-index: 297;}
.PlatformSeries .WallX41Y8 {z-index: 1428;}
.AdventureSeries .WallX41Y8 {background-position: -1025px -200px; z-index: 1428;}
.Chick .WallX41Y8 {background-position: -1025px -200px; z-index: 296;}
.PlatformSeries .WallX0Y7 {z-index: 1429;}
.AdventureSeries .WallX0Y7 {background-position: -0px -175px; z-index: 1429;}
.Chick .WallX0Y7 {background-position: -0px -175px; z-index: 295;}
.PlatformSeries .WallX1Y7 {z-index: 1430;}
.AdventureSeries .WallX1Y7 {background-position: -25px -175px; z-index: 1430;}
.Chick .WallX1Y7 {background-position: -25px -175px; z-index: 294;}
.PlatformSeries .WallX2Y7 {z-index: 1431;}
.AdventureSeries .WallX2Y7 {background-position: -50px -175px; z-index: 1431;}
.Chick .WallX2Y7 {background-position: -50px -175px; z-index: 293;}
.PlatformSeries .WallX3Y7 {z-index: 1432;}
.AdventureSeries .WallX3Y7 {background-position: -75px -175px; z-index: 1432;}
.Chick .WallX3Y7 {background-position: -75px -175px; z-index: 292;}
.PlatformSeries .WallX4Y7 {z-index: 1433;}
.AdventureSeries .WallX4Y7 {background-position: -100px -175px; z-index: 1433;}
.Chick .WallX4Y7 {background-position: -100px -175px; z-index: 291;}
.PlatformSeries .WallX5Y7 {z-index: 1434;}
.AdventureSeries .WallX5Y7 {background-position: -125px -175px; z-index: 1434;}
.Chick .WallX5Y7 {background-position: -125px -175px; z-index: 290;}
.PlatformSeries .WallX6Y7 {z-index: 1435;}
.AdventureSeries .WallX6Y7 {background-position: -150px -175px; z-index: 1435;}
.Chick .WallX6Y7 {background-position: -150px -175px; z-index: 289;}
.PlatformSeries .WallX7Y7 {z-index: 1436;}
.AdventureSeries .WallX7Y7 {background-position: -175px -175px; z-index: 1436;}
.Chick .WallX7Y7 {background-position: -175px -175px; z-index: 288;}
.PlatformSeries .WallX8Y7 {z-index: 1437;}
.AdventureSeries .WallX8Y7 {background-position: -200px -175px; z-index: 1437;}
.Chick .WallX8Y7 {background-position: -200px -175px; z-index: 287;}
.PlatformSeries .WallX9Y7 {z-index: 1438;}
.AdventureSeries .WallX9Y7 {background-position: -225px -175px; z-index: 1438;}
.Chick .WallX9Y7 {background-position: -225px -175px; z-index: 286;}
.PlatformSeries .WallX10Y7 {z-index: 1439;}
.AdventureSeries .WallX10Y7 {background-position: -250px -175px; z-index: 1439;}
.Chick .WallX10Y7 {background-position: -250px -175px; z-index: 285;}
.PlatformSeries .WallX11Y7 {z-index: 1440;}
.AdventureSeries .WallX11Y7 {background-position: -275px -175px; z-index: 1440;}
.Chick .WallX11Y7 {background-position: -275px -175px; z-index: 284;}
.PlatformSeries .WallX12Y7 {z-index: 1441;}
.AdventureSeries .WallX12Y7 {background-position: -300px -175px; z-index: 1441;}
.Chick .WallX12Y7 {background-position: -300px -175px; z-index: 283;}
.PlatformSeries .WallX13Y7 {z-index: 1442;}
.AdventureSeries .WallX13Y7 {background-position: -325px -175px; z-index: 1442;}
.Chick .WallX13Y7 {background-position: -325px -175px; z-index: 282;}
.PlatformSeries .WallX14Y7 {z-index: 1443;}
.AdventureSeries .WallX14Y7 {background-position: -350px -175px; z-index: 1443;}
.Chick .WallX14Y7 {background-position: -350px -175px; z-index: 281;}
.PlatformSeries .WallX15Y7 {z-index: 1444;}
.AdventureSeries .WallX15Y7 {background-position: -375px -175px; z-index: 1444;}
.Chick .WallX15Y7 {background-position: -375px -175px; z-index: 280;}
.PlatformSeries .WallX16Y7 {z-index: 1445;}
.AdventureSeries .WallX16Y7 {background-position: -400px -175px; z-index: 1445;}
.Chick .WallX16Y7 {background-position: -400px -175px; z-index: 279;}
.PlatformSeries .WallX17Y7 {z-index: 1446;}
.AdventureSeries .WallX17Y7 {background-position: -425px -175px; z-index: 1446;}
.Chick .WallX17Y7 {background-position: -425px -175px; z-index: 278;}
.PlatformSeries .WallX18Y7 {z-index: 1447;}
.AdventureSeries .WallX18Y7 {background-position: -450px -175px; z-index: 1447;}
.Chick .WallX18Y7 {background-position: -450px -175px; z-index: 277;}
.PlatformSeries .WallX19Y7 {z-index: 1448;}
.AdventureSeries .WallX19Y7 {background-position: -475px -175px; z-index: 1448;}
.Chick .WallX19Y7 {background-position: -475px -175px; z-index: 276;}
.PlatformSeries .WallX20Y7 {z-index: 1449;}
.AdventureSeries .WallX20Y7 {background-position: -500px -175px; z-index: 1449;}
.Chick .WallX20Y7 {background-position: -500px -175px; z-index: 275;}
.PlatformSeries .WallX21Y7 {z-index: 1450;}
.AdventureSeries .WallX21Y7 {background-position: -525px -175px; z-index: 1450;}
.Chick .WallX21Y7 {background-position: -525px -175px; z-index: 274;}
.PlatformSeries .WallX22Y7 {z-index: 1451;}
.AdventureSeries .WallX22Y7 {background-position: -550px -175px; z-index: 1451;}
.Chick .WallX22Y7 {background-position: -550px -175px; z-index: 273;}
.PlatformSeries .WallX23Y7 {z-index: 1452;}
.AdventureSeries .WallX23Y7 {background-position: -575px -175px; z-index: 1452;}
.Chick .WallX23Y7 {background-position: -575px -175px; z-index: 272;}
.PlatformSeries .WallX24Y7 {z-index: 1453;}
.AdventureSeries .WallX24Y7 {background-position: -600px -175px; z-index: 1453;}
.Chick .WallX24Y7 {background-position: -600px -175px; z-index: 271;}
.PlatformSeries .WallX25Y7 {z-index: 1454;}
.AdventureSeries .WallX25Y7 {background-position: -625px -175px; z-index: 1454;}
.Chick .WallX25Y7 {background-position: -625px -175px; z-index: 270;}
.PlatformSeries .WallX26Y7 {z-index: 1455;}
.AdventureSeries .WallX26Y7 {background-position: -650px -175px; z-index: 1455;}
.Chick .WallX26Y7 {background-position: -650px -175px; z-index: 269;}
.PlatformSeries .WallX27Y7 {z-index: 1456;}
.AdventureSeries .WallX27Y7 {background-position: -675px -175px; z-index: 1456;}
.Chick .WallX27Y7 {background-position: -675px -175px; z-index: 268;}
.PlatformSeries .WallX28Y7 {z-index: 1457;}
.AdventureSeries .WallX28Y7 {background-position: -700px -175px; z-index: 1457;}
.Chick .WallX28Y7 {background-position: -700px -175px; z-index: 267;}
.PlatformSeries .WallX29Y7 {z-index: 1458;}
.AdventureSeries .WallX29Y7 {background-position: -725px -175px; z-index: 1458;}
.Chick .WallX29Y7 {background-position: -725px -175px; z-index: 266;}
.PlatformSeries .WallX30Y7 {z-index: 1459;}
.AdventureSeries .WallX30Y7 {background-position: -750px -175px; z-index: 1459;}
.Chick .WallX30Y7 {background-position: -750px -175px; z-index: 265;}
.PlatformSeries .WallX31Y7 {z-index: 1460;}
.AdventureSeries .WallX31Y7 {background-position: -775px -175px; z-index: 1460;}
.Chick .WallX31Y7 {background-position: -775px -175px; z-index: 264;}
.PlatformSeries .WallX32Y7 {z-index: 1461;}
.AdventureSeries .WallX32Y7 {background-position: -800px -175px; z-index: 1461;}
.Chick .WallX32Y7 {background-position: -800px -175px; z-index: 263;}
.PlatformSeries .WallX33Y7 {z-index: 1462;}
.AdventureSeries .WallX33Y7 {background-position: -825px -175px; z-index: 1462;}
.Chick .WallX33Y7 {background-position: -825px -175px; z-index: 262;}
.PlatformSeries .WallX34Y7 {z-index: 1463;}
.AdventureSeries .WallX34Y7 {background-position: -850px -175px; z-index: 1463;}
.Chick .WallX34Y7 {background-position: -850px -175px; z-index: 261;}
.PlatformSeries .WallX35Y7 {z-index: 1464;}
.AdventureSeries .WallX35Y7 {background-position: -875px -175px; z-index: 1464;}
.Chick .WallX35Y7 {background-position: -875px -175px; z-index: 260;}
.PlatformSeries .WallX36Y7 {z-index: 1465;}
.AdventureSeries .WallX36Y7 {background-position: -900px -175px; z-index: 1465;}
.Chick .WallX36Y7 {background-position: -900px -175px; z-index: 259;}
.PlatformSeries .WallX37Y7 {z-index: 1466;}
.AdventureSeries .WallX37Y7 {background-position: -925px -175px; z-index: 1466;}
.Chick .WallX37Y7 {background-position: -925px -175px; z-index: 258;}
.PlatformSeries .WallX38Y7 {z-index: 1467;}
.AdventureSeries .WallX38Y7 {background-position: -950px -175px; z-index: 1467;}
.Chick .WallX38Y7 {background-position: -950px -175px; z-index: 257;}
.PlatformSeries .WallX39Y7 {z-index: 1468;}
.AdventureSeries .WallX39Y7 {background-position: -975px -175px; z-index: 1468;}
.Chick .WallX39Y7 {background-position: -975px -175px; z-index: 256;}
.PlatformSeries .WallX40Y7 {z-index: 1469;}
.AdventureSeries .WallX40Y7 {background-position: -1000px -175px; z-index: 1469;}
.Chick .WallX40Y7 {background-position: -1000px -175px; z-index: 255;}
.PlatformSeries .WallX41Y7 {z-index: 1470;}
.AdventureSeries .WallX41Y7 {background-position: -1025px -175px; z-index: 1470;}
.Chick .WallX41Y7 {background-position: -1025px -175px; z-index: 254;}
.PlatformSeries .WallX0Y6 {z-index: 1471;}
.AdventureSeries .WallX0Y6 {background-position: -0px -150px; z-index: 1471;}
.Chick .WallX0Y6 {background-position: -0px -150px; z-index: 253;}
.PlatformSeries .WallX1Y6 {z-index: 1472;}
.AdventureSeries .WallX1Y6 {background-position: -25px -150px; z-index: 1472;}
.Chick .WallX1Y6 {background-position: -25px -150px; z-index: 252;}
.PlatformSeries .WallX2Y6 {z-index: 1473;}
.AdventureSeries .WallX2Y6 {background-position: -50px -150px; z-index: 1473;}
.Chick .WallX2Y6 {background-position: -50px -150px; z-index: 251;}
.PlatformSeries .WallX3Y6 {z-index: 1474;}
.AdventureSeries .WallX3Y6 {background-position: -75px -150px; z-index: 1474;}
.Chick .WallX3Y6 {background-position: -75px -150px; z-index: 250;}
.PlatformSeries .WallX4Y6 {z-index: 1475;}
.AdventureSeries .WallX4Y6 {background-position: -100px -150px; z-index: 1475;}
.Chick .WallX4Y6 {background-position: -100px -150px; z-index: 249;}
.PlatformSeries .WallX5Y6 {z-index: 1476;}
.AdventureSeries .WallX5Y6 {background-position: -125px -150px; z-index: 1476;}
.Chick .WallX5Y6 {background-position: -125px -150px; z-index: 248;}
.PlatformSeries .WallX6Y6 {z-index: 1477;}
.AdventureSeries .WallX6Y6 {background-position: -150px -150px; z-index: 1477;}
.Chick .WallX6Y6 {background-position: -150px -150px; z-index: 247;}
.PlatformSeries .WallX7Y6 {z-index: 1478;}
.AdventureSeries .WallX7Y6 {background-position: -175px -150px; z-index: 1478;}
.Chick .WallX7Y6 {background-position: -175px -150px; z-index: 246;}
.PlatformSeries .WallX8Y6 {z-index: 1479;}
.AdventureSeries .WallX8Y6 {background-position: -200px -150px; z-index: 1479;}
.Chick .WallX8Y6 {background-position: -200px -150px; z-index: 245;}
.PlatformSeries .WallX9Y6 {z-index: 1480;}
.AdventureSeries .WallX9Y6 {background-position: -225px -150px; z-index: 1480;}
.Chick .WallX9Y6 {background-position: -225px -150px; z-index: 244;}
.PlatformSeries .WallX10Y6 {z-index: 1481;}
.AdventureSeries .WallX10Y6 {background-position: -250px -150px; z-index: 1481;}
.Chick .WallX10Y6 {background-position: -250px -150px; z-index: 243;}
.PlatformSeries .WallX11Y6 {z-index: 1482;}
.AdventureSeries .WallX11Y6 {background-position: -275px -150px; z-index: 1482;}
.Chick .WallX11Y6 {background-position: -275px -150px; z-index: 242;}
.PlatformSeries .WallX12Y6 {z-index: 1483;}
.AdventureSeries .WallX12Y6 {background-position: -300px -150px; z-index: 1483;}
.Chick .WallX12Y6 {background-position: -300px -150px; z-index: 241;}
.PlatformSeries .WallX13Y6 {z-index: 1484;}
.AdventureSeries .WallX13Y6 {background-position: -325px -150px; z-index: 1484;}
.Chick .WallX13Y6 {background-position: -325px -150px; z-index: 240;}
.PlatformSeries .WallX14Y6 {z-index: 1485;}
.AdventureSeries .WallX14Y6 {background-position: -350px -150px; z-index: 1485;}
.Chick .WallX14Y6 {background-position: -350px -150px; z-index: 239;}
.PlatformSeries .WallX15Y6 {z-index: 1486;}
.AdventureSeries .WallX15Y6 {background-position: -375px -150px; z-index: 1486;}
.Chick .WallX15Y6 {background-position: -375px -150px; z-index: 238;}
.PlatformSeries .WallX16Y6 {z-index: 1487;}
.AdventureSeries .WallX16Y6 {background-position: -400px -150px; z-index: 1487;}
.Chick .WallX16Y6 {background-position: -400px -150px; z-index: 237;}
.PlatformSeries .WallX17Y6 {z-index: 1488;}
.AdventureSeries .WallX17Y6 {background-position: -425px -150px; z-index: 1488;}
.Chick .WallX17Y6 {background-position: -425px -150px; z-index: 236;}
.PlatformSeries .WallX18Y6 {z-index: 1489;}
.AdventureSeries .WallX18Y6 {background-position: -450px -150px; z-index: 1489;}
.Chick .WallX18Y6 {background-position: -450px -150px; z-index: 235;}
.PlatformSeries .WallX19Y6 {z-index: 1490;}
.AdventureSeries .WallX19Y6 {background-position: -475px -150px; z-index: 1490;}
.Chick .WallX19Y6 {background-position: -475px -150px; z-index: 234;}
.PlatformSeries .WallX20Y6 {z-index: 1491;}
.AdventureSeries .WallX20Y6 {background-position: -500px -150px; z-index: 1491;}
.Chick .WallX20Y6 {background-position: -500px -150px; z-index: 233;}
.PlatformSeries .WallX21Y6 {z-index: 1492;}
.AdventureSeries .WallX21Y6 {background-position: -525px -150px; z-index: 1492;}
.Chick .WallX21Y6 {background-position: -525px -150px; z-index: 232;}
.PlatformSeries .WallX22Y6 {z-index: 1493;}
.AdventureSeries .WallX22Y6 {background-position: -550px -150px; z-index: 1493;}
.Chick .WallX22Y6 {background-position: -550px -150px; z-index: 231;}
.PlatformSeries .WallX23Y6 {z-index: 1494;}
.AdventureSeries .WallX23Y6 {background-position: -575px -150px; z-index: 1494;}
.Chick .WallX23Y6 {background-position: -575px -150px; z-index: 230;}
.PlatformSeries .WallX24Y6 {z-index: 1495;}
.AdventureSeries .WallX24Y6 {background-position: -600px -150px; z-index: 1495;}
.Chick .WallX24Y6 {background-position: -600px -150px; z-index: 229;}
.PlatformSeries .WallX25Y6 {z-index: 1496;}
.AdventureSeries .WallX25Y6 {background-position: -625px -150px; z-index: 1496;}
.Chick .WallX25Y6 {background-position: -625px -150px; z-index: 228;}
.PlatformSeries .WallX26Y6 {z-index: 1497;}
.AdventureSeries .WallX26Y6 {background-position: -650px -150px; z-index: 1497;}
.Chick .WallX26Y6 {background-position: -650px -150px; z-index: 227;}
.PlatformSeries .WallX27Y6 {z-index: 1498;}
.AdventureSeries .WallX27Y6 {background-position: -675px -150px; z-index: 1498;}
.Chick .WallX27Y6 {background-position: -675px -150px; z-index: 226;}
.PlatformSeries .WallX28Y6 {z-index: 1499;}
.AdventureSeries .WallX28Y6 {background-position: -700px -150px; z-index: 1499;}
.Chick .WallX28Y6 {background-position: -700px -150px; z-index: 225;}
.PlatformSeries .WallX29Y6 {z-index: 1500;}
.AdventureSeries .WallX29Y6 {background-position: -725px -150px; z-index: 1500;}
.Chick .WallX29Y6 {background-position: -725px -150px; z-index: 224;}
.PlatformSeries .WallX30Y6 {z-index: 1501;}
.AdventureSeries .WallX30Y6 {background-position: -750px -150px; z-index: 1501;}
.Chick .WallX30Y6 {background-position: -750px -150px; z-index: 223;}
.PlatformSeries .WallX31Y6 {z-index: 1502;}
.AdventureSeries .WallX31Y6 {background-position: -775px -150px; z-index: 1502;}
.Chick .WallX31Y6 {background-position: -775px -150px; z-index: 222;}
.PlatformSeries .WallX32Y6 {z-index: 1503;}
.AdventureSeries .WallX32Y6 {background-position: -800px -150px; z-index: 1503;}
.Chick .WallX32Y6 {background-position: -800px -150px; z-index: 221;}
.PlatformSeries .WallX33Y6 {z-index: 1504;}
.AdventureSeries .WallX33Y6 {background-position: -825px -150px; z-index: 1504;}
.Chick .WallX33Y6 {background-position: -825px -150px; z-index: 220;}
.PlatformSeries .WallX34Y6 {z-index: 1505;}
.AdventureSeries .WallX34Y6 {background-position: -850px -150px; z-index: 1505;}
.Chick .WallX34Y6 {background-position: -850px -150px; z-index: 219;}
.PlatformSeries .WallX35Y6 {z-index: 1506;}
.AdventureSeries .WallX35Y6 {background-position: -875px -150px; z-index: 1506;}
.Chick .WallX35Y6 {background-position: -875px -150px; z-index: 218;}
.PlatformSeries .WallX36Y6 {z-index: 1507;}
.AdventureSeries .WallX36Y6 {background-position: -900px -150px; z-index: 1507;}
.Chick .WallX36Y6 {background-position: -900px -150px; z-index: 217;}
.PlatformSeries .WallX37Y6 {z-index: 1508;}
.AdventureSeries .WallX37Y6 {background-position: -925px -150px; z-index: 1508;}
.Chick .WallX37Y6 {background-position: -925px -150px; z-index: 216;}
.PlatformSeries .WallX38Y6 {z-index: 1509;}
.AdventureSeries .WallX38Y6 {background-position: -950px -150px; z-index: 1509;}
.Chick .WallX38Y6 {background-position: -950px -150px; z-index: 215;}
.PlatformSeries .WallX39Y6 {z-index: 1510;}
.AdventureSeries .WallX39Y6 {background-position: -975px -150px; z-index: 1510;}
.Chick .WallX39Y6 {background-position: -975px -150px; z-index: 214;}
.PlatformSeries .WallX40Y6 {z-index: 1511;}
.AdventureSeries .WallX40Y6 {background-position: -1000px -150px; z-index: 1511;}
.Chick .WallX40Y6 {background-position: -1000px -150px; z-index: 213;}
.PlatformSeries .WallX41Y6 {z-index: 1512;}
.AdventureSeries .WallX41Y6 {background-position: -1025px -150px; z-index: 1512;}
.Chick .WallX41Y6 {background-position: -1025px -150px; z-index: 212;}
.PlatformSeries .WallX0Y5 {z-index: 1513;}
.AdventureSeries .WallX0Y5 {background-position: -0px -125px; z-index: 1513;}
.Chick .WallX0Y5 {background-position: -0px -125px; z-index: 211;}
.PlatformSeries .WallX1Y5 {z-index: 1514;}
.AdventureSeries .WallX1Y5 {background-position: -25px -125px; z-index: 1514;}
.Chick .WallX1Y5 {background-position: -25px -125px; z-index: 210;}
.PlatformSeries .WallX2Y5 {z-index: 1515;}
.AdventureSeries .WallX2Y5 {background-position: -50px -125px; z-index: 1515;}
.Chick .WallX2Y5 {background-position: -50px -125px; z-index: 209;}
.PlatformSeries .WallX3Y5 {z-index: 1516;}
.AdventureSeries .WallX3Y5 {background-position: -75px -125px; z-index: 1516;}
.Chick .WallX3Y5 {background-position: -75px -125px; z-index: 208;}
.PlatformSeries .WallX4Y5 {z-index: 1517;}
.AdventureSeries .WallX4Y5 {background-position: -100px -125px; z-index: 1517;}
.Chick .WallX4Y5 {background-position: -100px -125px; z-index: 207;}
.PlatformSeries .WallX5Y5 {z-index: 1518;}
.AdventureSeries .WallX5Y5 {background-position: -125px -125px; z-index: 1518;}
.Chick .WallX5Y5 {background-position: -125px -125px; z-index: 206;}
.PlatformSeries .WallX6Y5 {z-index: 1519;}
.AdventureSeries .WallX6Y5 {background-position: -150px -125px; z-index: 1519;}
.Chick .WallX6Y5 {background-position: -150px -125px; z-index: 205;}
.PlatformSeries .WallX7Y5 {z-index: 1520;}
.AdventureSeries .WallX7Y5 {background-position: -175px -125px; z-index: 1520;}
.Chick .WallX7Y5 {background-position: -175px -125px; z-index: 204;}
.PlatformSeries .WallX8Y5 {z-index: 1521;}
.AdventureSeries .WallX8Y5 {background-position: -200px -125px; z-index: 1521;}
.Chick .WallX8Y5 {background-position: -200px -125px; z-index: 203;}
.PlatformSeries .WallX9Y5 {z-index: 1522;}
.AdventureSeries .WallX9Y5 {background-position: -225px -125px; z-index: 1522;}
.Chick .WallX9Y5 {background-position: -225px -125px; z-index: 202;}
.PlatformSeries .WallX10Y5 {z-index: 1523;}
.AdventureSeries .WallX10Y5 {background-position: -250px -125px; z-index: 1523;}
.Chick .WallX10Y5 {background-position: -250px -125px; z-index: 201;}
.PlatformSeries .WallX11Y5 {z-index: 1524;}
.AdventureSeries .WallX11Y5 {background-position: -275px -125px; z-index: 1524;}
.Chick .WallX11Y5 {background-position: -275px -125px; z-index: 200;}
.PlatformSeries .WallX12Y5 {z-index: 1525;}
.AdventureSeries .WallX12Y5 {background-position: -300px -125px; z-index: 1525;}
.Chick .WallX12Y5 {background-position: -300px -125px; z-index: 199;}
.PlatformSeries .WallX13Y5 {z-index: 1526;}
.AdventureSeries .WallX13Y5 {background-position: -325px -125px; z-index: 1526;}
.Chick .WallX13Y5 {background-position: -325px -125px; z-index: 198;}
.PlatformSeries .WallX14Y5 {z-index: 1527;}
.AdventureSeries .WallX14Y5 {background-position: -350px -125px; z-index: 1527;}
.Chick .WallX14Y5 {background-position: -350px -125px; z-index: 197;}
.PlatformSeries .WallX15Y5 {z-index: 1528;}
.AdventureSeries .WallX15Y5 {background-position: -375px -125px; z-index: 1528;}
.Chick .WallX15Y5 {background-position: -375px -125px; z-index: 196;}
.PlatformSeries .WallX16Y5 {z-index: 1529;}
.AdventureSeries .WallX16Y5 {background-position: -400px -125px; z-index: 1529;}
.Chick .WallX16Y5 {background-position: -400px -125px; z-index: 195;}
.PlatformSeries .WallX17Y5 {z-index: 1530;}
.AdventureSeries .WallX17Y5 {background-position: -425px -125px; z-index: 1530;}
.Chick .WallX17Y5 {background-position: -425px -125px; z-index: 194;}
.PlatformSeries .WallX18Y5 {z-index: 1531;}
.AdventureSeries .WallX18Y5 {background-position: -450px -125px; z-index: 1531;}
.Chick .WallX18Y5 {background-position: -450px -125px; z-index: 193;}
.PlatformSeries .WallX19Y5 {z-index: 1532;}
.AdventureSeries .WallX19Y5 {background-position: -475px -125px; z-index: 1532;}
.Chick .WallX19Y5 {background-position: -475px -125px; z-index: 192;}
.PlatformSeries .WallX20Y5 {z-index: 1533;}
.AdventureSeries .WallX20Y5 {background-position: -500px -125px; z-index: 1533;}
.Chick .WallX20Y5 {background-position: -500px -125px; z-index: 191;}
.PlatformSeries .WallX21Y5 {z-index: 1534;}
.AdventureSeries .WallX21Y5 {background-position: -525px -125px; z-index: 1534;}
.Chick .WallX21Y5 {background-position: -525px -125px; z-index: 190;}
.PlatformSeries .WallX22Y5 {z-index: 1535;}
.AdventureSeries .WallX22Y5 {background-position: -550px -125px; z-index: 1535;}
.Chick .WallX22Y5 {background-position: -550px -125px; z-index: 189;}
.PlatformSeries .WallX23Y5 {z-index: 1536;}
.AdventureSeries .WallX23Y5 {background-position: -575px -125px; z-index: 1536;}
.Chick .WallX23Y5 {background-position: -575px -125px; z-index: 188;}
.PlatformSeries .WallX24Y5 {z-index: 1537;}
.AdventureSeries .WallX24Y5 {background-position: -600px -125px; z-index: 1537;}
.Chick .WallX24Y5 {background-position: -600px -125px; z-index: 187;}
.PlatformSeries .WallX25Y5 {z-index: 1538;}
.AdventureSeries .WallX25Y5 {background-position: -625px -125px; z-index: 1538;}
.Chick .WallX25Y5 {background-position: -625px -125px; z-index: 186;}
.PlatformSeries .WallX26Y5 {z-index: 1539;}
.AdventureSeries .WallX26Y5 {background-position: -650px -125px; z-index: 1539;}
.Chick .WallX26Y5 {background-position: -650px -125px; z-index: 185;}
.PlatformSeries .WallX27Y5 {z-index: 1540;}
.AdventureSeries .WallX27Y5 {background-position: -675px -125px; z-index: 1540;}
.Chick .WallX27Y5 {background-position: -675px -125px; z-index: 184;}
.PlatformSeries .WallX28Y5 {z-index: 1541;}
.AdventureSeries .WallX28Y5 {background-position: -700px -125px; z-index: 1541;}
.Chick .WallX28Y5 {background-position: -700px -125px; z-index: 183;}
.PlatformSeries .WallX29Y5 {z-index: 1542;}
.AdventureSeries .WallX29Y5 {background-position: -725px -125px; z-index: 1542;}
.Chick .WallX29Y5 {background-position: -725px -125px; z-index: 182;}
.PlatformSeries .WallX30Y5 {z-index: 1543;}
.AdventureSeries .WallX30Y5 {background-position: -750px -125px; z-index: 1543;}
.Chick .WallX30Y5 {background-position: -750px -125px; z-index: 181;}
.PlatformSeries .WallX31Y5 {z-index: 1544;}
.AdventureSeries .WallX31Y5 {background-position: -775px -125px; z-index: 1544;}
.Chick .WallX31Y5 {background-position: -775px -125px; z-index: 180;}
.PlatformSeries .WallX32Y5 {z-index: 1545;}
.AdventureSeries .WallX32Y5 {background-position: -800px -125px; z-index: 1545;}
.Chick .WallX32Y5 {background-position: -800px -125px; z-index: 179;}
.PlatformSeries .WallX33Y5 {z-index: 1546;}
.AdventureSeries .WallX33Y5 {background-position: -825px -125px; z-index: 1546;}
.Chick .WallX33Y5 {background-position: -825px -125px; z-index: 178;}
.PlatformSeries .WallX34Y5 {z-index: 1547;}
.AdventureSeries .WallX34Y5 {background-position: -850px -125px; z-index: 1547;}
.Chick .WallX34Y5 {background-position: -850px -125px; z-index: 177;}
.PlatformSeries .WallX35Y5 {z-index: 1548;}
.AdventureSeries .WallX35Y5 {background-position: -875px -125px; z-index: 1548;}
.Chick .WallX35Y5 {background-position: -875px -125px; z-index: 176;}
.PlatformSeries .WallX36Y5 {z-index: 1549;}
.AdventureSeries .WallX36Y5 {background-position: -900px -125px; z-index: 1549;}
.Chick .WallX36Y5 {background-position: -900px -125px; z-index: 175;}
.PlatformSeries .WallX37Y5 {z-index: 1550;}
.AdventureSeries .WallX37Y5 {background-position: -925px -125px; z-index: 1550;}
.Chick .WallX37Y5 {background-position: -925px -125px; z-index: 174;}
.PlatformSeries .WallX38Y5 {z-index: 1551;}
.AdventureSeries .WallX38Y5 {background-position: -950px -125px; z-index: 1551;}
.Chick .WallX38Y5 {background-position: -950px -125px; z-index: 173;}
.PlatformSeries .WallX39Y5 {z-index: 1552;}
.AdventureSeries .WallX39Y5 {background-position: -975px -125px; z-index: 1552;}
.Chick .WallX39Y5 {background-position: -975px -125px; z-index: 172;}
.PlatformSeries .WallX40Y5 {z-index: 1553;}
.AdventureSeries .WallX40Y5 {background-position: -1000px -125px; z-index: 1553;}
.Chick .WallX40Y5 {background-position: -1000px -125px; z-index: 171;}
.PlatformSeries .WallX41Y5 {z-index: 1554;}
.AdventureSeries .WallX41Y5 {background-position: -1025px -125px; z-index: 1554;}
.Chick .WallX41Y5 {background-position: -1025px -125px; z-index: 170;}
.PlatformSeries .WallX0Y4 {z-index: 1555;}
.AdventureSeries .WallX0Y4 {background-position: -0px -100px; z-index: 1555;}
.Chick .WallX0Y4 {background-position: -0px -100px; z-index: 169;}
.PlatformSeries .WallX1Y4 {z-index: 1556;}
.AdventureSeries .WallX1Y4 {background-position: -25px -100px; z-index: 1556;}
.Chick .WallX1Y4 {background-position: -25px -100px; z-index: 168;}
.PlatformSeries .WallX2Y4 {z-index: 1557;}
.AdventureSeries .WallX2Y4 {background-position: -50px -100px; z-index: 1557;}
.Chick .WallX2Y4 {background-position: -50px -100px; z-index: 167;}
.PlatformSeries .WallX3Y4 {z-index: 1558;}
.AdventureSeries .WallX3Y4 {background-position: -75px -100px; z-index: 1558;}
.Chick .WallX3Y4 {background-position: -75px -100px; z-index: 166;}
.PlatformSeries .WallX4Y4 {z-index: 1559;}
.AdventureSeries .WallX4Y4 {background-position: -100px -100px; z-index: 1559;}
.Chick .WallX4Y4 {background-position: -100px -100px; z-index: 165;}
.PlatformSeries .WallX5Y4 {z-index: 1560;}
.AdventureSeries .WallX5Y4 {background-position: -125px -100px; z-index: 1560;}
.Chick .WallX5Y4 {background-position: -125px -100px; z-index: 164;}
.PlatformSeries .WallX6Y4 {z-index: 1561;}
.AdventureSeries .WallX6Y4 {background-position: -150px -100px; z-index: 1561;}
.Chick .WallX6Y4 {background-position: -150px -100px; z-index: 163;}
.PlatformSeries .WallX7Y4 {z-index: 1562;}
.AdventureSeries .WallX7Y4 {background-position: -175px -100px; z-index: 1562;}
.Chick .WallX7Y4 {background-position: -175px -100px; z-index: 162;}
.PlatformSeries .WallX8Y4 {z-index: 1563;}
.AdventureSeries .WallX8Y4 {background-position: -200px -100px; z-index: 1563;}
.Chick .WallX8Y4 {background-position: -200px -100px; z-index: 161;}
.PlatformSeries .WallX9Y4 {z-index: 1564;}
.AdventureSeries .WallX9Y4 {background-position: -225px -100px; z-index: 1564;}
.Chick .WallX9Y4 {background-position: -225px -100px; z-index: 160;}
.PlatformSeries .WallX10Y4 {z-index: 1565;}
.AdventureSeries .WallX10Y4 {background-position: -250px -100px; z-index: 1565;}
.Chick .WallX10Y4 {background-position: -250px -100px; z-index: 159;}
.PlatformSeries .WallX11Y4 {z-index: 1566;}
.AdventureSeries .WallX11Y4 {background-position: -275px -100px; z-index: 1566;}
.Chick .WallX11Y4 {background-position: -275px -100px; z-index: 158;}
.PlatformSeries .WallX12Y4 {z-index: 1567;}
.AdventureSeries .WallX12Y4 {background-position: -300px -100px; z-index: 1567;}
.Chick .WallX12Y4 {background-position: -300px -100px; z-index: 157;}
.PlatformSeries .WallX13Y4 {z-index: 1568;}
.AdventureSeries .WallX13Y4 {background-position: -325px -100px; z-index: 1568;}
.Chick .WallX13Y4 {background-position: -325px -100px; z-index: 156;}
.PlatformSeries .WallX14Y4 {z-index: 1569;}
.AdventureSeries .WallX14Y4 {background-position: -350px -100px; z-index: 1569;}
.Chick .WallX14Y4 {background-position: -350px -100px; z-index: 155;}
.PlatformSeries .WallX15Y4 {z-index: 1570;}
.AdventureSeries .WallX15Y4 {background-position: -375px -100px; z-index: 1570;}
.Chick .WallX15Y4 {background-position: -375px -100px; z-index: 154;}
.PlatformSeries .WallX16Y4 {z-index: 1571;}
.AdventureSeries .WallX16Y4 {background-position: -400px -100px; z-index: 1571;}
.Chick .WallX16Y4 {background-position: -400px -100px; z-index: 153;}
.PlatformSeries .WallX17Y4 {z-index: 1572;}
.AdventureSeries .WallX17Y4 {background-position: -425px -100px; z-index: 1572;}
.Chick .WallX17Y4 {background-position: -425px -100px; z-index: 152;}
.PlatformSeries .WallX18Y4 {z-index: 1573;}
.AdventureSeries .WallX18Y4 {background-position: -450px -100px; z-index: 1573;}
.Chick .WallX18Y4 {background-position: -450px -100px; z-index: 151;}
.PlatformSeries .WallX19Y4 {z-index: 1574;}
.AdventureSeries .WallX19Y4 {background-position: -475px -100px; z-index: 1574;}
.Chick .WallX19Y4 {background-position: -475px -100px; z-index: 150;}
.PlatformSeries .WallX20Y4 {z-index: 1575;}
.AdventureSeries .WallX20Y4 {background-position: -500px -100px; z-index: 1575;}
.Chick .WallX20Y4 {background-position: -500px -100px; z-index: 149;}
.PlatformSeries .WallX21Y4 {z-index: 1576;}
.AdventureSeries .WallX21Y4 {background-position: -525px -100px; z-index: 1576;}
.Chick .WallX21Y4 {background-position: -525px -100px; z-index: 148;}
.PlatformSeries .WallX22Y4 {z-index: 1577;}
.AdventureSeries .WallX22Y4 {background-position: -550px -100px; z-index: 1577;}
.Chick .WallX22Y4 {background-position: -550px -100px; z-index: 147;}
.PlatformSeries .WallX23Y4 {z-index: 1578;}
.AdventureSeries .WallX23Y4 {background-position: -575px -100px; z-index: 1578;}
.Chick .WallX23Y4 {background-position: -575px -100px; z-index: 146;}
.PlatformSeries .WallX24Y4 {z-index: 1579;}
.AdventureSeries .WallX24Y4 {background-position: -600px -100px; z-index: 1579;}
.Chick .WallX24Y4 {background-position: -600px -100px; z-index: 145;}
.PlatformSeries .WallX25Y4 {z-index: 1580;}
.AdventureSeries .WallX25Y4 {background-position: -625px -100px; z-index: 1580;}
.Chick .WallX25Y4 {background-position: -625px -100px; z-index: 144;}
.PlatformSeries .WallX26Y4 {z-index: 1581;}
.AdventureSeries .WallX26Y4 {background-position: -650px -100px; z-index: 1581;}
.Chick .WallX26Y4 {background-position: -650px -100px; z-index: 143;}
.PlatformSeries .WallX27Y4 {z-index: 1582;}
.AdventureSeries .WallX27Y4 {background-position: -675px -100px; z-index: 1582;}
.Chick .WallX27Y4 {background-position: -675px -100px; z-index: 142;}
.PlatformSeries .WallX28Y4 {z-index: 1583;}
.AdventureSeries .WallX28Y4 {background-position: -700px -100px; z-index: 1583;}
.Chick .WallX28Y4 {background-position: -700px -100px; z-index: 141;}
.PlatformSeries .WallX29Y4 {z-index: 1584;}
.AdventureSeries .WallX29Y4 {background-position: -725px -100px; z-index: 1584;}
.Chick .WallX29Y4 {background-position: -725px -100px; z-index: 140;}
.PlatformSeries .WallX30Y4 {z-index: 1585;}
.AdventureSeries .WallX30Y4 {background-position: -750px -100px; z-index: 1585;}
.Chick .WallX30Y4 {background-position: -750px -100px; z-index: 139;}
.PlatformSeries .WallX31Y4 {z-index: 1586;}
.AdventureSeries .WallX31Y4 {background-position: -775px -100px; z-index: 1586;}
.Chick .WallX31Y4 {background-position: -775px -100px; z-index: 138;}
.PlatformSeries .WallX32Y4 {z-index: 1587;}
.AdventureSeries .WallX32Y4 {background-position: -800px -100px; z-index: 1587;}
.Chick .WallX32Y4 {background-position: -800px -100px; z-index: 137;}
.PlatformSeries .WallX33Y4 {z-index: 1588;}
.AdventureSeries .WallX33Y4 {background-position: -825px -100px; z-index: 1588;}
.Chick .WallX33Y4 {background-position: -825px -100px; z-index: 136;}
.PlatformSeries .WallX34Y4 {z-index: 1589;}
.AdventureSeries .WallX34Y4 {background-position: -850px -100px; z-index: 1589;}
.Chick .WallX34Y4 {background-position: -850px -100px; z-index: 135;}
.PlatformSeries .WallX35Y4 {z-index: 1590;}
.AdventureSeries .WallX35Y4 {background-position: -875px -100px; z-index: 1590;}
.Chick .WallX35Y4 {background-position: -875px -100px; z-index: 134;}
.PlatformSeries .WallX36Y4 {z-index: 1591;}
.AdventureSeries .WallX36Y4 {background-position: -900px -100px; z-index: 1591;}
.Chick .WallX36Y4 {background-position: -900px -100px; z-index: 133;}
.PlatformSeries .WallX37Y4 {z-index: 1592;}
.AdventureSeries .WallX37Y4 {background-position: -925px -100px; z-index: 1592;}
.Chick .WallX37Y4 {background-position: -925px -100px; z-index: 132;}
.PlatformSeries .WallX38Y4 {z-index: 1593;}
.AdventureSeries .WallX38Y4 {background-position: -950px -100px; z-index: 1593;}
.Chick .WallX38Y4 {background-position: -950px -100px; z-index: 131;}
.PlatformSeries .WallX39Y4 {z-index: 1594;}
.AdventureSeries .WallX39Y4 {background-position: -975px -100px; z-index: 1594;}
.Chick .WallX39Y4 {background-position: -975px -100px; z-index: 130;}
.PlatformSeries .WallX40Y4 {z-index: 1595;}
.AdventureSeries .WallX40Y4 {background-position: -1000px -100px; z-index: 1595;}
.Chick .WallX40Y4 {background-position: -1000px -100px; z-index: 129;}
.PlatformSeries .WallX41Y4 {z-index: 1596;}
.AdventureSeries .WallX41Y4 {background-position: -1025px -100px; z-index: 1596;}
.Chick .WallX41Y4 {background-position: -1025px -100px; z-index: 128;}
.PlatformSeries .WallX0Y3 {z-index: 1597;}
.AdventureSeries .WallX0Y3 {background-position: -0px -75px; z-index: 1597;}
.Chick .WallX0Y3 {background-position: -0px -75px; z-index: 127;}
.PlatformSeries .WallX1Y3 {z-index: 1598;}
.AdventureSeries .WallX1Y3 {background-position: -25px -75px; z-index: 1598;}
.Chick .WallX1Y3 {background-position: -25px -75px; z-index: 126;}
.PlatformSeries .WallX2Y3 {z-index: 1599;}
.AdventureSeries .WallX2Y3 {background-position: -50px -75px; z-index: 1599;}
.Chick .WallX2Y3 {background-position: -50px -75px; z-index: 125;}
.PlatformSeries .WallX3Y3 {z-index: 1600;}
.AdventureSeries .WallX3Y3 {background-position: -75px -75px; z-index: 1600;}
.Chick .WallX3Y3 {background-position: -75px -75px; z-index: 124;}
.PlatformSeries .WallX4Y3 {z-index: 1601;}
.AdventureSeries .WallX4Y3 {background-position: -100px -75px; z-index: 1601;}
.Chick .WallX4Y3 {background-position: -100px -75px; z-index: 123;}
.PlatformSeries .WallX5Y3 {z-index: 1602;}
.AdventureSeries .WallX5Y3 {background-position: -125px -75px; z-index: 1602;}
.Chick .WallX5Y3 {background-position: -125px -75px; z-index: 122;}
.PlatformSeries .WallX6Y3 {z-index: 1603;}
.AdventureSeries .WallX6Y3 {background-position: -150px -75px; z-index: 1603;}
.Chick .WallX6Y3 {background-position: -150px -75px; z-index: 121;}
.PlatformSeries .WallX7Y3 {z-index: 1604;}
.AdventureSeries .WallX7Y3 {background-position: -175px -75px; z-index: 1604;}
.Chick .WallX7Y3 {background-position: -175px -75px; z-index: 120;}
.PlatformSeries .WallX8Y3 {z-index: 1605;}
.AdventureSeries .WallX8Y3 {background-position: -200px -75px; z-index: 1605;}
.Chick .WallX8Y3 {background-position: -200px -75px; z-index: 119;}
.PlatformSeries .WallX9Y3 {z-index: 1606;}
.AdventureSeries .WallX9Y3 {background-position: -225px -75px; z-index: 1606;}
.Chick .WallX9Y3 {background-position: -225px -75px; z-index: 118;}
.PlatformSeries .WallX10Y3 {z-index: 1607;}
.AdventureSeries .WallX10Y3 {background-position: -250px -75px; z-index: 1607;}
.Chick .WallX10Y3 {background-position: -250px -75px; z-index: 117;}
.PlatformSeries .WallX11Y3 {z-index: 1608;}
.AdventureSeries .WallX11Y3 {background-position: -275px -75px; z-index: 1608;}
.Chick .WallX11Y3 {background-position: -275px -75px; z-index: 116;}
.PlatformSeries .WallX12Y3 {z-index: 1609;}
.AdventureSeries .WallX12Y3 {background-position: -300px -75px; z-index: 1609;}
.Chick .WallX12Y3 {background-position: -300px -75px; z-index: 115;}
.PlatformSeries .WallX13Y3 {z-index: 1610;}
.AdventureSeries .WallX13Y3 {background-position: -325px -75px; z-index: 1610;}
.Chick .WallX13Y3 {background-position: -325px -75px; z-index: 114;}
.PlatformSeries .WallX14Y3 {z-index: 1611;}
.AdventureSeries .WallX14Y3 {background-position: -350px -75px; z-index: 1611;}
.Chick .WallX14Y3 {background-position: -350px -75px; z-index: 113;}
.PlatformSeries .WallX15Y3 {z-index: 1612;}
.AdventureSeries .WallX15Y3 {background-position: -375px -75px; z-index: 1612;}
.Chick .WallX15Y3 {background-position: -375px -75px; z-index: 112;}
.PlatformSeries .WallX16Y3 {z-index: 1613;}
.AdventureSeries .WallX16Y3 {background-position: -400px -75px; z-index: 1613;}
.Chick .WallX16Y3 {background-position: -400px -75px; z-index: 111;}
.PlatformSeries .WallX17Y3 {z-index: 1614;}
.AdventureSeries .WallX17Y3 {background-position: -425px -75px; z-index: 1614;}
.Chick .WallX17Y3 {background-position: -425px -75px; z-index: 110;}
.PlatformSeries .WallX18Y3 {z-index: 1615;}
.AdventureSeries .WallX18Y3 {background-position: -450px -75px; z-index: 1615;}
.Chick .WallX18Y3 {background-position: -450px -75px; z-index: 109;}
.PlatformSeries .WallX19Y3 {z-index: 1616;}
.AdventureSeries .WallX19Y3 {background-position: -475px -75px; z-index: 1616;}
.Chick .WallX19Y3 {background-position: -475px -75px; z-index: 108;}
.PlatformSeries .WallX20Y3 {z-index: 1617;}
.AdventureSeries .WallX20Y3 {background-position: -500px -75px; z-index: 1617;}
.Chick .WallX20Y3 {background-position: -500px -75px; z-index: 107;}
.PlatformSeries .WallX21Y3 {z-index: 1618;}
.AdventureSeries .WallX21Y3 {background-position: -525px -75px; z-index: 1618;}
.Chick .WallX21Y3 {background-position: -525px -75px; z-index: 106;}
.PlatformSeries .WallX22Y3 {z-index: 1619;}
.AdventureSeries .WallX22Y3 {background-position: -550px -75px; z-index: 1619;}
.Chick .WallX22Y3 {background-position: -550px -75px; z-index: 105;}
.PlatformSeries .WallX23Y3 {z-index: 1620;}
.AdventureSeries .WallX23Y3 {background-position: -575px -75px; z-index: 1620;}
.Chick .WallX23Y3 {background-position: -575px -75px; z-index: 104;}
.PlatformSeries .WallX24Y3 {z-index: 1621;}
.AdventureSeries .WallX24Y3 {background-position: -600px -75px; z-index: 1621;}
.Chick .WallX24Y3 {background-position: -600px -75px; z-index: 103;}
.PlatformSeries .WallX25Y3 {z-index: 1622;}
.AdventureSeries .WallX25Y3 {background-position: -625px -75px; z-index: 1622;}
.Chick .WallX25Y3 {background-position: -625px -75px; z-index: 102;}
.PlatformSeries .WallX26Y3 {z-index: 1623;}
.AdventureSeries .WallX26Y3 {background-position: -650px -75px; z-index: 1623;}
.Chick .WallX26Y3 {background-position: -650px -75px; z-index: 101;}
.PlatformSeries .WallX27Y3 {z-index: 1624;}
.AdventureSeries .WallX27Y3 {background-position: -675px -75px; z-index: 1624;}
.Chick .WallX27Y3 {background-position: -675px -75px; z-index: 100;}
.PlatformSeries .WallX28Y3 {z-index: 1625;}
.AdventureSeries .WallX28Y3 {background-position: -700px -75px; z-index: 1625;}
.Chick .WallX28Y3 {background-position: -700px -75px; z-index: 99;}
.PlatformSeries .WallX29Y3 {z-index: 1626;}
.AdventureSeries .WallX29Y3 {background-position: -725px -75px; z-index: 1626;}
.Chick .WallX29Y3 {background-position: -725px -75px; z-index: 98;}
.PlatformSeries .WallX30Y3 {z-index: 1627;}
.AdventureSeries .WallX30Y3 {background-position: -750px -75px; z-index: 1627;}
.Chick .WallX30Y3 {background-position: -750px -75px; z-index: 97;}
.PlatformSeries .WallX31Y3 {z-index: 1628;}
.AdventureSeries .WallX31Y3 {background-position: -775px -75px; z-index: 1628;}
.Chick .WallX31Y3 {background-position: -775px -75px; z-index: 96;}
.PlatformSeries .WallX32Y3 {z-index: 1629;}
.AdventureSeries .WallX32Y3 {background-position: -800px -75px; z-index: 1629;}
.Chick .WallX32Y3 {background-position: -800px -75px; z-index: 95;}
.PlatformSeries .WallX33Y3 {z-index: 1630;}
.AdventureSeries .WallX33Y3 {background-position: -825px -75px; z-index: 1630;}
.Chick .WallX33Y3 {background-position: -825px -75px; z-index: 94;}
.PlatformSeries .WallX34Y3 {z-index: 1631;}
.AdventureSeries .WallX34Y3 {background-position: -850px -75px; z-index: 1631;}
.Chick .WallX34Y3 {background-position: -850px -75px; z-index: 93;}
.PlatformSeries .WallX35Y3 {z-index: 1632;}
.AdventureSeries .WallX35Y3 {background-position: -875px -75px; z-index: 1632;}
.Chick .WallX35Y3 {background-position: -875px -75px; z-index: 92;}
.PlatformSeries .WallX36Y3 {z-index: 1633;}
.AdventureSeries .WallX36Y3 {background-position: -900px -75px; z-index: 1633;}
.Chick .WallX36Y3 {background-position: -900px -75px; z-index: 91;}
.PlatformSeries .WallX37Y3 {z-index: 1634;}
.AdventureSeries .WallX37Y3 {background-position: -925px -75px; z-index: 1634;}
.Chick .WallX37Y3 {background-position: -925px -75px; z-index: 90;}
.PlatformSeries .WallX38Y3 {z-index: 1635;}
.AdventureSeries .WallX38Y3 {background-position: -950px -75px; z-index: 1635;}
.Chick .WallX38Y3 {background-position: -950px -75px; z-index: 89;}
.PlatformSeries .WallX39Y3 {z-index: 1636;}
.AdventureSeries .WallX39Y3 {background-position: -975px -75px; z-index: 1636;}
.Chick .WallX39Y3 {background-position: -975px -75px; z-index: 88;}
.PlatformSeries .WallX40Y3 {z-index: 1637;}
.AdventureSeries .WallX40Y3 {background-position: -1000px -75px; z-index: 1637;}
.Chick .WallX40Y3 {background-position: -1000px -75px; z-index: 87;}
.PlatformSeries .WallX41Y3 {z-index: 1638;}
.AdventureSeries .WallX41Y3 {background-position: -1025px -75px; z-index: 1638;}
.Chick .WallX41Y3 {background-position: -1025px -75px; z-index: 86;}
.PlatformSeries .WallX0Y2 {z-index: 1639;}
.AdventureSeries .WallX0Y2 {background-position: -0px -50px; z-index: 1639;}
.Chick .WallX0Y2 {background-position: -0px -50px; z-index: 85;}
.PlatformSeries .WallX1Y2 {z-index: 1640;}
.AdventureSeries .WallX1Y2 {background-position: -25px -50px; z-index: 1640;}
.Chick .WallX1Y2 {background-position: -25px -50px; z-index: 84;}
.PlatformSeries .WallX2Y2 {z-index: 1641;}
.AdventureSeries .WallX2Y2 {background-position: -50px -50px; z-index: 1641;}
.Chick .WallX2Y2 {background-position: -50px -50px; z-index: 83;}
.PlatformSeries .WallX3Y2 {z-index: 1642;}
.AdventureSeries .WallX3Y2 {background-position: -75px -50px; z-index: 1642;}
.Chick .WallX3Y2 {background-position: -75px -50px; z-index: 82;}
.PlatformSeries .WallX4Y2 {z-index: 1643;}
.AdventureSeries .WallX4Y2 {background-position: -100px -50px; z-index: 1643;}
.Chick .WallX4Y2 {background-position: -100px -50px; z-index: 81;}
.PlatformSeries .WallX5Y2 {z-index: 1644;}
.AdventureSeries .WallX5Y2 {background-position: -125px -50px; z-index: 1644;}
.Chick .WallX5Y2 {background-position: -125px -50px; z-index: 80;}
.PlatformSeries .WallX6Y2 {z-index: 1645;}
.AdventureSeries .WallX6Y2 {background-position: -150px -50px; z-index: 1645;}
.Chick .WallX6Y2 {background-position: -150px -50px; z-index: 79;}
.PlatformSeries .WallX7Y2 {z-index: 1646;}
.AdventureSeries .WallX7Y2 {background-position: -175px -50px; z-index: 1646;}
.Chick .WallX7Y2 {background-position: -175px -50px; z-index: 78;}
.PlatformSeries .WallX8Y2 {z-index: 1647;}
.AdventureSeries .WallX8Y2 {background-position: -200px -50px; z-index: 1647;}
.Chick .WallX8Y2 {background-position: -200px -50px; z-index: 77;}
.PlatformSeries .WallX9Y2 {z-index: 1648;}
.AdventureSeries .WallX9Y2 {background-position: -225px -50px; z-index: 1648;}
.Chick .WallX9Y2 {background-position: -225px -50px; z-index: 76;}
.PlatformSeries .WallX10Y2 {z-index: 1649;}
.AdventureSeries .WallX10Y2 {background-position: -250px -50px; z-index: 1649;}
.Chick .WallX10Y2 {background-position: -250px -50px; z-index: 75;}
.PlatformSeries .WallX11Y2 {z-index: 1650;}
.AdventureSeries .WallX11Y2 {background-position: -275px -50px; z-index: 1650;}
.Chick .WallX11Y2 {background-position: -275px -50px; z-index: 74;}
.PlatformSeries .WallX12Y2 {z-index: 1651;}
.AdventureSeries .WallX12Y2 {background-position: -300px -50px; z-index: 1651;}
.Chick .WallX12Y2 {background-position: -300px -50px; z-index: 73;}
.PlatformSeries .WallX13Y2 {z-index: 1652;}
.AdventureSeries .WallX13Y2 {background-position: -325px -50px; z-index: 1652;}
.Chick .WallX13Y2 {background-position: -325px -50px; z-index: 72;}
.PlatformSeries .WallX14Y2 {z-index: 1653;}
.AdventureSeries .WallX14Y2 {background-position: -350px -50px; z-index: 1653;}
.Chick .WallX14Y2 {background-position: -350px -50px; z-index: 71;}
.PlatformSeries .WallX15Y2 {z-index: 1654;}
.AdventureSeries .WallX15Y2 {background-position: -375px -50px; z-index: 1654;}
.Chick .WallX15Y2 {background-position: -375px -50px; z-index: 70;}
.PlatformSeries .WallX16Y2 {z-index: 1655;}
.AdventureSeries .WallX16Y2 {background-position: -400px -50px; z-index: 1655;}
.Chick .WallX16Y2 {background-position: -400px -50px; z-index: 69;}
.PlatformSeries .WallX17Y2 {z-index: 1656;}
.AdventureSeries .WallX17Y2 {background-position: -425px -50px; z-index: 1656;}
.Chick .WallX17Y2 {background-position: -425px -50px; z-index: 68;}
.PlatformSeries .WallX18Y2 {z-index: 1657;}
.AdventureSeries .WallX18Y2 {background-position: -450px -50px; z-index: 1657;}
.Chick .WallX18Y2 {background-position: -450px -50px; z-index: 67;}
.PlatformSeries .WallX19Y2 {z-index: 1658;}
.AdventureSeries .WallX19Y2 {background-position: -475px -50px; z-index: 1658;}
.Chick .WallX19Y2 {background-position: -475px -50px; z-index: 66;}
.PlatformSeries .WallX20Y2 {z-index: 1659;}
.AdventureSeries .WallX20Y2 {background-position: -500px -50px; z-index: 1659;}
.Chick .WallX20Y2 {background-position: -500px -50px; z-index: 65;}
.PlatformSeries .WallX21Y2 {z-index: 1660;}
.AdventureSeries .WallX21Y2 {background-position: -525px -50px; z-index: 1660;}
.Chick .WallX21Y2 {background-position: -525px -50px; z-index: 64;}
.PlatformSeries .WallX22Y2 {z-index: 1661;}
.AdventureSeries .WallX22Y2 {background-position: -550px -50px; z-index: 1661;}
.Chick .WallX22Y2 {background-position: -550px -50px; z-index: 63;}
.PlatformSeries .WallX23Y2 {z-index: 1662;}
.AdventureSeries .WallX23Y2 {background-position: -575px -50px; z-index: 1662;}
.Chick .WallX23Y2 {background-position: -575px -50px; z-index: 62;}
.PlatformSeries .WallX24Y2 {z-index: 1663;}
.AdventureSeries .WallX24Y2 {background-position: -600px -50px; z-index: 1663;}
.Chick .WallX24Y2 {background-position: -600px -50px; z-index: 61;}
.PlatformSeries .WallX25Y2 {z-index: 1664;}
.AdventureSeries .WallX25Y2 {background-position: -625px -50px; z-index: 1664;}
.Chick .WallX25Y2 {background-position: -625px -50px; z-index: 60;}
.PlatformSeries .WallX26Y2 {z-index: 1665;}
.AdventureSeries .WallX26Y2 {background-position: -650px -50px; z-index: 1665;}
.Chick .WallX26Y2 {background-position: -650px -50px; z-index: 59;}
.PlatformSeries .WallX27Y2 {z-index: 1666;}
.AdventureSeries .WallX27Y2 {background-position: -675px -50px; z-index: 1666;}
.Chick .WallX27Y2 {background-position: -675px -50px; z-index: 58;}
.PlatformSeries .WallX28Y2 {z-index: 1667;}
.AdventureSeries .WallX28Y2 {background-position: -700px -50px; z-index: 1667;}
.Chick .WallX28Y2 {background-position: -700px -50px; z-index: 57;}
.PlatformSeries .WallX29Y2 {z-index: 1668;}
.AdventureSeries .WallX29Y2 {background-position: -725px -50px; z-index: 1668;}
.Chick .WallX29Y2 {background-position: -725px -50px; z-index: 56;}
.PlatformSeries .WallX30Y2 {z-index: 1669;}
.AdventureSeries .WallX30Y2 {background-position: -750px -50px; z-index: 1669;}
.Chick .WallX30Y2 {background-position: -750px -50px; z-index: 55;}
.PlatformSeries .WallX31Y2 {z-index: 1670;}
.AdventureSeries .WallX31Y2 {background-position: -775px -50px; z-index: 1670;}
.Chick .WallX31Y2 {background-position: -775px -50px; z-index: 54;}
.PlatformSeries .WallX32Y2 {z-index: 1671;}
.AdventureSeries .WallX32Y2 {background-position: -800px -50px; z-index: 1671;}
.Chick .WallX32Y2 {background-position: -800px -50px; z-index: 53;}
.PlatformSeries .WallX33Y2 {z-index: 1672;}
.AdventureSeries .WallX33Y2 {background-position: -825px -50px; z-index: 1672;}
.Chick .WallX33Y2 {background-position: -825px -50px; z-index: 52;}
.PlatformSeries .WallX34Y2 {z-index: 1673;}
.AdventureSeries .WallX34Y2 {background-position: -850px -50px; z-index: 1673;}
.Chick .WallX34Y2 {background-position: -850px -50px; z-index: 51;}
.PlatformSeries .WallX35Y2 {z-index: 1674;}
.AdventureSeries .WallX35Y2 {background-position: -875px -50px; z-index: 1674;}
.Chick .WallX35Y2 {background-position: -875px -50px; z-index: 50;}
.PlatformSeries .WallX36Y2 {z-index: 1675;}
.AdventureSeries .WallX36Y2 {background-position: -900px -50px; z-index: 1675;}
.Chick .WallX36Y2 {background-position: -900px -50px; z-index: 49;}
.PlatformSeries .WallX37Y2 {z-index: 1676;}
.AdventureSeries .WallX37Y2 {background-position: -925px -50px; z-index: 1676;}
.Chick .WallX37Y2 {background-position: -925px -50px; z-index: 48;}
.PlatformSeries .WallX38Y2 {z-index: 1677;}
.AdventureSeries .WallX38Y2 {background-position: -950px -50px; z-index: 1677;}
.Chick .WallX38Y2 {background-position: -950px -50px; z-index: 47;}
.PlatformSeries .WallX39Y2 {z-index: 1678;}
.AdventureSeries .WallX39Y2 {background-position: -975px -50px; z-index: 1678;}
.Chick .WallX39Y2 {background-position: -975px -50px; z-index: 46;}
.PlatformSeries .WallX40Y2 {z-index: 1679;}
.AdventureSeries .WallX40Y2 {background-position: -1000px -50px; z-index: 1679;}
.Chick .WallX40Y2 {background-position: -1000px -50px; z-index: 45;}
.PlatformSeries .WallX41Y2 {z-index: 1680;}
.AdventureSeries .WallX41Y2 {background-position: -1025px -50px; z-index: 1680;}
.Chick .WallX41Y2 {background-position: -1025px -50px; z-index: 44;}
.PlatformSeries .WallX0Y1 {z-index: 1681;}
.AdventureSeries .WallX0Y1 {background-position: -0px -25px; z-index: 1681;}
.Chick .WallX0Y1 {background-position: -0px -25px; z-index: 43;}
.PlatformSeries .WallX1Y1 {z-index: 1682;}
.AdventureSeries .WallX1Y1 {background-position: -25px -25px; z-index: 1682;}
.Chick .WallX1Y1 {background-position: -25px -25px; z-index: 42;}
.PlatformSeries .WallX2Y1 {z-index: 1683;}
.AdventureSeries .WallX2Y1 {background-position: -50px -25px; z-index: 1683;}
.Chick .WallX2Y1 {background-position: -50px -25px; z-index: 41;}
.PlatformSeries .WallX3Y1 {z-index: 1684;}
.AdventureSeries .WallX3Y1 {background-position: -75px -25px; z-index: 1684;}
.Chick .WallX3Y1 {background-position: -75px -25px; z-index: 40;}
.PlatformSeries .WallX4Y1 {z-index: 1685;}
.AdventureSeries .WallX4Y1 {background-position: -100px -25px; z-index: 1685;}
.Chick .WallX4Y1 {background-position: -100px -25px; z-index: 39;}
.PlatformSeries .WallX5Y1 {z-index: 1686;}
.AdventureSeries .WallX5Y1 {background-position: -125px -25px; z-index: 1686;}
.Chick .WallX5Y1 {background-position: -125px -25px; z-index: 38;}
.PlatformSeries .WallX6Y1 {z-index: 1687;}
.AdventureSeries .WallX6Y1 {background-position: -150px -25px; z-index: 1687;}
.Chick .WallX6Y1 {background-position: -150px -25px; z-index: 37;}
.PlatformSeries .WallX7Y1 {z-index: 1688;}
.AdventureSeries .WallX7Y1 {background-position: -175px -25px; z-index: 1688;}
.Chick .WallX7Y1 {background-position: -175px -25px; z-index: 36;}
.PlatformSeries .WallX8Y1 {z-index: 1689;}
.AdventureSeries .WallX8Y1 {background-position: -200px -25px; z-index: 1689;}
.Chick .WallX8Y1 {background-position: -200px -25px; z-index: 35;}
.PlatformSeries .WallX9Y1 {z-index: 1690;}
.AdventureSeries .WallX9Y1 {background-position: -225px -25px; z-index: 1690;}
.Chick .WallX9Y1 {background-position: -225px -25px; z-index: 34;}
.PlatformSeries .WallX10Y1 {z-index: 1691;}
.AdventureSeries .WallX10Y1 {background-position: -250px -25px; z-index: 1691;}
.Chick .WallX10Y1 {background-position: -250px -25px; z-index: 33;}
.PlatformSeries .WallX11Y1 {z-index: 1692;}
.AdventureSeries .WallX11Y1 {background-position: -275px -25px; z-index: 1692;}
.Chick .WallX11Y1 {background-position: -275px -25px; z-index: 32;}
.PlatformSeries .WallX12Y1 {z-index: 1693;}
.AdventureSeries .WallX12Y1 {background-position: -300px -25px; z-index: 1693;}
.Chick .WallX12Y1 {background-position: -300px -25px; z-index: 31;}
.PlatformSeries .WallX13Y1 {z-index: 1694;}
.AdventureSeries .WallX13Y1 {background-position: -325px -25px; z-index: 1694;}
.Chick .WallX13Y1 {background-position: -325px -25px; z-index: 30;}
.PlatformSeries .WallX14Y1 {z-index: 1695;}
.AdventureSeries .WallX14Y1 {background-position: -350px -25px; z-index: 1695;}
.Chick .WallX14Y1 {background-position: -350px -25px; z-index: 29;}
.PlatformSeries .WallX15Y1 {z-index: 1696;}
.AdventureSeries .WallX15Y1 {background-position: -375px -25px; z-index: 1696;}
.Chick .WallX15Y1 {background-position: -375px -25px; z-index: 28;}
.PlatformSeries .WallX16Y1 {z-index: 1697;}
.AdventureSeries .WallX16Y1 {background-position: -400px -25px; z-index: 1697;}
.Chick .WallX16Y1 {background-position: -400px -25px; z-index: 27;}
.PlatformSeries .WallX17Y1 {z-index: 1698;}
.AdventureSeries .WallX17Y1 {background-position: -425px -25px; z-index: 1698;}
.Chick .WallX17Y1 {background-position: -425px -25px; z-index: 26;}
.PlatformSeries .WallX18Y1 {z-index: 1699;}
.AdventureSeries .WallX18Y1 {background-position: -450px -25px; z-index: 1699;}
.Chick .WallX18Y1 {background-position: -450px -25px; z-index: 25;}
.PlatformSeries .WallX19Y1 {z-index: 1700;}
.AdventureSeries .WallX19Y1 {background-position: -475px -25px; z-index: 1700;}
.Chick .WallX19Y1 {background-position: -475px -25px; z-index: 24;}
.PlatformSeries .WallX20Y1 {z-index: 1701;}
.AdventureSeries .WallX20Y1 {background-position: -500px -25px; z-index: 1701;}
.Chick .WallX20Y1 {background-position: -500px -25px; z-index: 23;}
.PlatformSeries .WallX21Y1 {z-index: 1702;}
.AdventureSeries .WallX21Y1 {background-position: -525px -25px; z-index: 1702;}
.Chick .WallX21Y1 {background-position: -525px -25px; z-index: 22;}
.PlatformSeries .WallX22Y1 {z-index: 1703;}
.AdventureSeries .WallX22Y1 {background-position: -550px -25px; z-index: 1703;}
.Chick .WallX22Y1 {background-position: -550px -25px; z-index: 21;}
.PlatformSeries .WallX23Y1 {z-index: 1704;}
.AdventureSeries .WallX23Y1 {background-position: -575px -25px; z-index: 1704;}
.Chick .WallX23Y1 {background-position: -575px -25px; z-index: 20;}
.PlatformSeries .WallX24Y1 {z-index: 1705;}
.AdventureSeries .WallX24Y1 {background-position: -600px -25px; z-index: 1705;}
.Chick .WallX24Y1 {background-position: -600px -25px; z-index: 19;}
.PlatformSeries .WallX25Y1 {z-index: 1706;}
.AdventureSeries .WallX25Y1 {background-position: -625px -25px; z-index: 1706;}
.Chick .WallX25Y1 {background-position: -625px -25px; z-index: 18;}
.PlatformSeries .WallX26Y1 {z-index: 1707;}
.AdventureSeries .WallX26Y1 {background-position: -650px -25px; z-index: 1707;}
.Chick .WallX26Y1 {background-position: -650px -25px; z-index: 17;}
.PlatformSeries .WallX27Y1 {z-index: 1708;}
.AdventureSeries .WallX27Y1 {background-position: -675px -25px; z-index: 1708;}
.Chick .WallX27Y1 {background-position: -675px -25px; z-index: 16;}
.PlatformSeries .WallX28Y1 {z-index: 1709;}
.AdventureSeries .WallX28Y1 {background-position: -700px -25px; z-index: 1709;}
.Chick .WallX28Y1 {background-position: -700px -25px; z-index: 15;}
.PlatformSeries .WallX29Y1 {z-index: 1710;}
.AdventureSeries .WallX29Y1 {background-position: -725px -25px; z-index: 1710;}
.Chick .WallX29Y1 {background-position: -725px -25px; z-index: 14;}
.PlatformSeries .WallX30Y1 {z-index: 1711;}
.AdventureSeries .WallX30Y1 {background-position: -750px -25px; z-index: 1711;}
.Chick .WallX30Y1 {background-position: -750px -25px; z-index: 13;}
.PlatformSeries .WallX31Y1 {z-index: 1712;}
.AdventureSeries .WallX31Y1 {background-position: -775px -25px; z-index: 1712;}
.Chick .WallX31Y1 {background-position: -775px -25px; z-index: 12;}
.PlatformSeries .WallX32Y1 {z-index: 1713;}
.AdventureSeries .WallX32Y1 {background-position: -800px -25px; z-index: 1713;}
.Chick .WallX32Y1 {background-position: -800px -25px; z-index: 11;}
.PlatformSeries .WallX33Y1 {z-index: 1714;}
.AdventureSeries .WallX33Y1 {background-position: -825px -25px; z-index: 1714;}
.Chick .WallX33Y1 {background-position: -825px -25px; z-index: 10;}
.PlatformSeries .WallX34Y1 {z-index: 1715;}
.AdventureSeries .WallX34Y1 {background-position: -850px -25px; z-index: 1715;}
.Chick .WallX34Y1 {background-position: -850px -25px; z-index: 9;}
.PlatformSeries .WallX35Y1 {z-index: 1716;}
.AdventureSeries .WallX35Y1 {background-position: -875px -25px; z-index: 1716;}
.Chick .WallX35Y1 {background-position: -875px -25px; z-index: 8;}
.PlatformSeries .WallX36Y1 {z-index: 1717;}
.AdventureSeries .WallX36Y1 {background-position: -900px -25px; z-index: 1717;}
.Chick .WallX36Y1 {background-position: -900px -25px; z-index: 7;}
.PlatformSeries .WallX37Y1 {z-index: 1718;}
.AdventureSeries .WallX37Y1 {background-position: -925px -25px; z-index: 1718;}
.Chick .WallX37Y1 {background-position: -925px -25px; z-index: 6;}
.PlatformSeries .WallX38Y1 {z-index: 1719;}
.AdventureSeries .WallX38Y1 {background-position: -950px -25px; z-index: 1719;}
.Chick .WallX38Y1 {background-position: -950px -25px; z-index: 5;}
.PlatformSeries .WallX39Y1 {z-index: 1720;}
.AdventureSeries .WallX39Y1 {background-position: -975px -25px; z-index: 1720;}
.Chick .WallX39Y1 {background-position: -975px -25px; z-index: 4;}
.PlatformSeries .WallX40Y1 {z-index: 1721;}
.AdventureSeries .WallX40Y1 {background-position: -1000px -25px; z-index: 1721;}
.Chick .WallX40Y1 {background-position: -1000px -25px; z-index: 3;}
.PlatformSeries .WallX41Y1 {z-index: 1722;}
.AdventureSeries .WallX41Y1 {background-position: -1025px -25px; z-index: 1722;}
.Chick .WallX41Y1 {background-position: -1025px -25px; z-index: 2;}
.PlatformSeries .WallX0Y0 {z-index: 1723;}
.AdventureSeries .WallX0Y0 {background-position: -0px -0px; z-index: 1723;}
.Chick .WallX0Y0 {background-position: -0px -0px; z-index: 1;}
.PlatformSeries .WallX1Y0 {z-index: 1724;}
.AdventureSeries .WallX1Y0 {background-position: -25px -0px; z-index: 1724;}
.Chick .WallX1Y0 {background-position: -25px -0px; z-index: 0;}
.PlatformSeries .WallX2Y0 {z-index: 1725;}
.AdventureSeries .WallX2Y0 {background-position: -50px -0px; z-index: 1725;}
.Chick .WallX2Y0 {background-position: -50px -0px; z-index: -1;}
.PlatformSeries .WallX3Y0 {z-index: 1726;}
.AdventureSeries .WallX3Y0 {background-position: -75px -0px; z-index: 1726;}
.Chick .WallX3Y0 {background-position: -75px -0px; z-index: -2;}
.PlatformSeries .WallX4Y0 {z-index: 1727;}
.AdventureSeries .WallX4Y0 {background-position: -100px -0px; z-index: 1727;}
.Chick .WallX4Y0 {background-position: -100px -0px; z-index: -3;}
.PlatformSeries .WallX5Y0 {z-index: 1728;}
.AdventureSeries .WallX5Y0 {background-position: -125px -0px; z-index: 1728;}
.Chick .WallX5Y0 {background-position: -125px -0px; z-index: -4;}
.PlatformSeries .WallX6Y0 {z-index: 1729;}
.AdventureSeries .WallX6Y0 {background-position: -150px -0px; z-index: 1729;}
.Chick .WallX6Y0 {background-position: -150px -0px; z-index: -5;}
.PlatformSeries .WallX7Y0 {z-index: 1730;}
.AdventureSeries .WallX7Y0 {background-position: -175px -0px; z-index: 1730;}
.Chick .WallX7Y0 {background-position: -175px -0px; z-index: -6;}
.PlatformSeries .WallX8Y0 {z-index: 1731;}
.AdventureSeries .WallX8Y0 {background-position: -200px -0px; z-index: 1731;}
.Chick .WallX8Y0 {background-position: -200px -0px; z-index: -7;}
.PlatformSeries .WallX9Y0 {z-index: 1732;}
.AdventureSeries .WallX9Y0 {background-position: -225px -0px; z-index: 1732;}
.Chick .WallX9Y0 {background-position: -225px -0px; z-index: -8;}
.PlatformSeries .WallX10Y0 {z-index: 1733;}
.AdventureSeries .WallX10Y0 {background-position: -250px -0px; z-index: 1733;}
.Chick .WallX10Y0 {background-position: -250px -0px; z-index: -9;}
.PlatformSeries .WallX11Y0 {z-index: 1734;}
.AdventureSeries .WallX11Y0 {background-position: -275px -0px; z-index: 1734;}
.Chick .WallX11Y0 {background-position: -275px -0px; z-index: -10;}
.PlatformSeries .WallX12Y0 {z-index: 1735;}
.AdventureSeries .WallX12Y0 {background-position: -300px -0px; z-index: 1735;}
.Chick .WallX12Y0 {background-position: -300px -0px; z-index: -11;}
.PlatformSeries .WallX13Y0 {z-index: 1736;}
.AdventureSeries .WallX13Y0 {background-position: -325px -0px; z-index: 1736;}
.Chick .WallX13Y0 {background-position: -325px -0px; z-index: -12;}
.PlatformSeries .WallX14Y0 {z-index: 1737;}
.AdventureSeries .WallX14Y0 {background-position: -350px -0px; z-index: 1737;}
.Chick .WallX14Y0 {background-position: -350px -0px; z-index: -13;}
.PlatformSeries .WallX15Y0 {z-index: 1738;}
.AdventureSeries .WallX15Y0 {background-position: -375px -0px; z-index: 1738;}
.Chick .WallX15Y0 {background-position: -375px -0px; z-index: -14;}
.PlatformSeries .WallX16Y0 {z-index: 1739;}
.AdventureSeries .WallX16Y0 {background-position: -400px -0px; z-index: 1739;}
.Chick .WallX16Y0 {background-position: -400px -0px; z-index: -15;}
.PlatformSeries .WallX17Y0 {z-index: 1740;}
.AdventureSeries .WallX17Y0 {background-position: -425px -0px; z-index: 1740;}
.Chick .WallX17Y0 {background-position: -425px -0px; z-index: -16;}
.PlatformSeries .WallX18Y0 {z-index: 1741;}
.AdventureSeries .WallX18Y0 {background-position: -450px -0px; z-index: 1741;}
.Chick .WallX18Y0 {background-position: -450px -0px; z-index: -17;}
.PlatformSeries .WallX19Y0 {z-index: 1742;}
.AdventureSeries .WallX19Y0 {background-position: -475px -0px; z-index: 1742;}
.Chick .WallX19Y0 {background-position: -475px -0px; z-index: -18;}
.PlatformSeries .WallX20Y0 {z-index: 1743;}
.AdventureSeries .WallX20Y0 {background-position: -500px -0px; z-index: 1743;}
.Chick .WallX20Y0 {background-position: -500px -0px; z-index: -19;}
.PlatformSeries .WallX21Y0 {z-index: 1744;}
.AdventureSeries .WallX21Y0 {background-position: -525px -0px; z-index: 1744;}
.Chick .WallX21Y0 {background-position: -525px -0px; z-index: -20;}
.PlatformSeries .WallX22Y0 {z-index: 1745;}
.AdventureSeries .WallX22Y0 {background-position: -550px -0px; z-index: 1745;}
.Chick .WallX22Y0 {background-position: -550px -0px; z-index: -21;}
.PlatformSeries .WallX23Y0 {z-index: 1746;}
.AdventureSeries .WallX23Y0 {background-position: -575px -0px; z-index: 1746;}
.Chick .WallX23Y0 {background-position: -575px -0px; z-index: -22;}
.PlatformSeries .WallX24Y0 {z-index: 1747;}
.AdventureSeries .WallX24Y0 {background-position: -600px -0px; z-index: 1747;}
.Chick .WallX24Y0 {background-position: -600px -0px; z-index: -23;}
.PlatformSeries .WallX25Y0 {z-index: 1748;}
.AdventureSeries .WallX25Y0 {background-position: -625px -0px; z-index: 1748;}
.Chick .WallX25Y0 {background-position: -625px -0px; z-index: -24;}
.PlatformSeries .WallX26Y0 {z-index: 1749;}
.AdventureSeries .WallX26Y0 {background-position: -650px -0px; z-index: 1749;}
.Chick .WallX26Y0 {background-position: -650px -0px; z-index: -25;}
.PlatformSeries .WallX27Y0 {z-index: 1750;}
.AdventureSeries .WallX27Y0 {background-position: -675px -0px; z-index: 1750;}
.Chick .WallX27Y0 {background-position: -675px -0px; z-index: -26;}
.PlatformSeries .WallX28Y0 {z-index: 1751;}
.AdventureSeries .WallX28Y0 {background-position: -700px -0px; z-index: 1751;}
.Chick .WallX28Y0 {background-position: -700px -0px; z-index: -27;}
.PlatformSeries .WallX29Y0 {z-index: 1752;}
.AdventureSeries .WallX29Y0 {background-position: -725px -0px; z-index: 1752;}
.Chick .WallX29Y0 {background-position: -725px -0px; z-index: -28;}
.PlatformSeries .WallX30Y0 {z-index: 1753;}
.AdventureSeries .WallX30Y0 {background-position: -750px -0px; z-index: 1753;}
.Chick .WallX30Y0 {background-position: -750px -0px; z-index: -29;}
.PlatformSeries .WallX31Y0 {z-index: 1754;}
.AdventureSeries .WallX31Y0 {background-position: -775px -0px; z-index: 1754;}
.Chick .WallX31Y0 {background-position: -775px -0px; z-index: -30;}
.PlatformSeries .WallX32Y0 {z-index: 1755;}
.AdventureSeries .WallX32Y0 {background-position: -800px -0px; z-index: 1755;}
.Chick .WallX32Y0 {background-position: -800px -0px; z-index: -31;}
.PlatformSeries .WallX33Y0 {z-index: 1756;}
.AdventureSeries .WallX33Y0 {background-position: -825px -0px; z-index: 1756;}
.Chick .WallX33Y0 {background-position: -825px -0px; z-index: -32;}
.PlatformSeries .WallX34Y0 {z-index: 1757;}
.AdventureSeries .WallX34Y0 {background-position: -850px -0px; z-index: 1757;}
.Chick .WallX34Y0 {background-position: -850px -0px; z-index: -33;}
.PlatformSeries .WallX35Y0 {z-index: 1758;}
.AdventureSeries .WallX35Y0 {background-position: -875px -0px; z-index: 1758;}
.Chick .WallX35Y0 {background-position: -875px -0px; z-index: -34;}
.PlatformSeries .WallX36Y0 {z-index: 1759;}
.AdventureSeries .WallX36Y0 {background-position: -900px -0px; z-index: 1759;}
.Chick .WallX36Y0 {background-position: -900px -0px; z-index: -35;}
.PlatformSeries .WallX37Y0 {z-index: 1760;}
.AdventureSeries .WallX37Y0 {background-position: -925px -0px; z-index: 1760;}
.Chick .WallX37Y0 {background-position: -925px -0px; z-index: -36;}
.PlatformSeries .WallX38Y0 {z-index: 1761;}
.AdventureSeries .WallX38Y0 {background-position: -950px -0px; z-index: 1761;}
.Chick .WallX38Y0 {background-position: -950px -0px; z-index: -37;}
.PlatformSeries .WallX39Y0 {z-index: 1762;}
.AdventureSeries .WallX39Y0 {background-position: -975px -0px; z-index: 1762;}
.Chick .WallX39Y0 {background-position: -975px -0px; z-index: -38;}
.PlatformSeries .WallX40Y0 {z-index: 1763;}
.AdventureSeries .WallX40Y0 {background-position: -1000px -0px; z-index: 1763;}
.Chick .WallX40Y0 {background-position: -1000px -0px; z-index: -39;}
.PlatformSeries .WallX41Y0 {z-index: 1764;}
.AdventureSeries .WallX41Y0 {background-position: -1025px -0px; z-index: 1764;}
.Chick .WallX41Y0 {background-position: -1025px -0px; z-index: -40;}

/* Flat Walls are used in Space Defender I think */
.FlatTopLeftWallInternalCurved {clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 100%, 0 0);}
.FlatTopRightWallInternalCurved {clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0 50%, 0 0);}
.FlatBottomLeftWallInternalCurved {clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 0);}
.FlatBottomRightWallInternalCurved {clip-path: polygon(100% 100%, 0 100%, 0 50%, 50% 0, 100% 0);}

.FlatSideLeftWallCurved {clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);} /* This wall is on the left side of an area */
.FlatSideRightWallCurved {clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);} /* This wall is on the right side of an area */
.FlatSideTopWallCurved {clip-path: polygon(100% 50%, 0 50%, 0 100%, 100% 100%);}
.FlatSideBottomWallCurved {clip-path: polygon(100% 49%, 0 50%, 0 0, 100% 0);}

.FlatSideLeftWall:before {content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; clip-path: polygon(100% 0%, 100% 100%, 95% 80%, 97% 60%, 95% 45%, 99% 20%, 95% 10%);} /* This wall is on the left side of an area and is full width */
.FlatSideRightWall:before {content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; clip-path: polygon(0% 0%, 2% 13%, 1% 27%, 5% 50%, 1% 70%, 2% 80%, 1% 100%, 0% 100%);} /* This wall is on the right side of an area and is full width */

.FlatTopLeftWallCurved {clip-path: circle(50% at 100% 100%);}
.FlatTopRightWallCurved {clip-path: circle(50% at 0 100%);}
.FlatBottomLeftWallCurved {clip-path: circle(50% at 100% 0);}
.FlatBottomRightWallCurved {clip-path: circle(50% at 0 0);}

.FlatTopLeftWall {clip-path: polygon(100% 50%, 100% 100%, 50% 100%);}
.FlatTopRightWall {clip-path: polygon(0 50%, 0 100%, 50% 100%);}
.FlatBottomLeftWall {clip-path: polygon(100% 0, 100% 50%, 50% 0);}
.FlatBottomRightWall {clip-path: polygon(0 0, 50% 0, 0 50%);}


/* Curved Walls meet at the halfway point of the edges as in Orca */
.TopLeftWallInternalCurved, .OrcaSeries .TopLeftInternalWall {clip-path: polygon(0 0, 0 100%, 50% 100%, 51% 94%, 57% 89%, 60% 82%, 69% 80%, 73% 71%, 78% 64%, 93% 60%, 100% 50%, 100% 0);}
.TopRightWallInternalCurved, .OrcaSeries .TopRightInternalWall {clip-path: polygon(0 0, 0 50%, 8% 61%, 20% 64%, 29% 67%, 32% 74%, 41% 79%, 37% 87%, 46% 91%, 50% 100%, 100% 100%, 100% 0);}
.BottomLeftWallInternalCurved, .OrcaSeries .BottomLeftInternalWall {clip-path: polygon(0 0, 50% 0, 58% 9%, 71% 18%, 77% 29%, 83% 35%, 85% 40%, 91% 45%, 100% 50%, 100% 100%, 0 100%);}
.BottomRightWallInternalCurved, .OrcaSeries .BottomRightInternalWall {clip-path: polygon(0 50%, 5% 44%, 11% 33%, 21% 24%, 31% 21%, 43% 17%, 49% 9%, 50% 0, 100% 0, 100% 100%, 0 100%);}

/* Extra dirttop capping ends of rows as in Adventure */
.BottomLeftWallInternalCurvedCap, .BottomRightWallInternalCurvedCap {content-visibility: auto;}
    .OrcaSeries .BottomLeftWallInternalCurvedCap {clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 100% 100%, 0% 100%);}
    .OrcaSeries .BottomRightWallInternalCurvedCap {clip-path: polygon(0% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%);}
.BottomLeftWallInternalCurvedCap:before {content: ""; width: 100%; height: 100%; position: absolute; top: 0px; right: var(--WallWidthPadding); background-size: 100% 100%; background-image: var(--background-image); clip-path: polygon(80% 3%, 77% 10%, 78% 21%, 82% 32%, 98% 63%, 100% 0);}
.BottomRightWallInternalCurvedCap:before {content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: var(--WallWidthPadding); background-size: 100% 100%; background-image: var(--background-image); clip-path: polygon(20% 3%, 23% 10%, 22% 21%, 18% 32%, 2% 63%, 0% 0);}
.BottomSingleWallInternalCurvedCap:before {content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: var(--WallWidthPadding); background-size: 100% 100%; background-image: var(--background-image); clip-path: polygon(0% 0, 20% 3%, 23% 10%, 22% 21%, 18% 32%, 2% 63%, 0% 60%, 0% 0%, 100% 0%, 100% 60%, 98% 63%, 82% 32%, 78% 21%, 77% 10%, 80% 3%, 100% 0);}
    .OrcaSeries .BottomLeftWallInternalCurvedCap:before, .OrcaSeries .BottomRightWallInternalCurvedCap:before, .OrcaSeries .BottomSingleWallInternalCurvedCap:before {content: none;}


.SideLeftWallCurved, .OrcaSeries .SideLeftWall {clip-path: polygon(100% 0, 100% 100%, 50% 100%, 46% 90%, 45% 82%, 42% 76%, 45% 72%, 47% 67%, 46% 54%, 41% 45%, 41% 37%, 46% 30%, 46% 19%, 43% 11%, 47% 6%, 50% 0);} /* This wall is on the left side of an area */
.SideRightWallCurved, .OrcaSeries .SideRightWall {clip-path: polygon(0 0, 0 100%, 50% 100%, 46% 90%, 45% 82%, 42% 76%, 45% 72%, 47% 67%, 46% 54%, 41% 45%, 41% 37%, 46% 30%, 46% 19%, 43% 11%, 47% 6%, 50% 0);} /* This wall is on the right side of an area */
.SideTopWallCurved, .OrcaSeries .SideTopWall {clip-path: polygon(0 50%, 22% 46%, 53% 50%, 78% 46%, 100% 50%, 100% 100%, 0 100%);}
.SideBottomWallCurved, .OrcaSeries .SideBottomWall {clip-path: polygon(0 50%, 22% 33%, 25% 33%, 53% 50%, 78% 40%, 82% 41%, 100% 50%, 100% 0%, 0% 0%);}
.OrcaSeries .WallWidth1.SideBottomWall {clip-path: polygon(0% 50%, 22% 55%, 35% 55%, 45% 48%, 53% 52%, 78% 48%, 82% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth2.SideBottomWall {clip-path: polygon(0% 50%, 11% 55%, 17.5% 55%, 22.5% 48%, 26.5% 52%, 39% 48%, 41% 51%, 50% 50%, 50% 50%, 61% 55%, 67.5% 55%, 72.5% 48%, 76.5% 52%, 89% 48%, 91% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth3.SideBottomWall {clip-path: polygon(0% 50%, 7.33% 55%, 11.67% 55%, 15% 48%, 17.67% 52%, 26% 48%, 27.33% 51%, 33.33% 50%, 33.33% 50%, 40.67% 55%, 45% 55%, 48.33% 48%, 51% 52%, 59.33% 48%, 60.67% 51%, 66.67% 50%, 66.67% 50%, 74% 55%, 78.33% 55%, 81.67% 48%, 84.33% 52%, 92.67% 48%, 94% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth4.SideBottomWall {clip-path: polygon(0% 50%, 5.5% 55%, 8.75% 55%, 11.25% 48%, 13.25% 52%, 19.5% 48%, 20.5% 51%, 25% 50%, 25% 50%, 30.5% 55%, 33.75% 55%, 36.25% 48%, 38.25% 52%, 44.5% 48%, 45.5% 51%, 50% 50%, 50% 50%, 55.5% 55%, 58.75% 55%, 61.25% 48%, 63.25% 52%, 69.5% 48%, 70.5% 51%, 75% 50%, 75% 50%, 80.5% 55%, 83.75% 55%, 86.25% 48%, 88.25% 52%, 94.5% 48%, 95.5% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth5.SideBottomWall {clip-path: polygon(0% 50%, 4.4% 55%, 7% 55%, 9% 48%, 10.6% 52%, 15.6% 48%, 16.4% 51%, 20% 50%, 20% 50%, 24.4% 55%, 27% 55%, 29% 48%, 30.6% 52%, 35.6% 48%, 36.4% 51%, 40% 50%, 40% 50%, 44.4% 55%, 47% 55%, 49% 48%, 50.6% 52%, 55.6% 48%, 56.4% 51%, 60% 50%, 60% 50%, 64.4% 55%, 67% 55%, 69% 48%, 70.6% 52%, 75.6% 48%, 76.4% 51%, 80% 50%, 80% 50%, 84.4% 55%, 87% 55%, 89% 48%, 90.6% 52%, 95.6% 48%, 96.4% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth6.SideBottomWall {clip-path: polygon(0% 50%, 3.67% 55%, 5.83% 55%, 7.5% 48%, 8.83% 52%, 13% 48%, 13.67% 51%, 16.67% 50%, 16.67% 50%, 20.33% 55%, 22.5% 55%, 24.17% 48%, 25.5% 52%, 29.67% 48%, 30.33% 51%, 33.33% 50%, 33.33% 50%, 37% 55%, 39.17% 55%, 40.83% 48%, 42.17% 52%, 46.33% 48%, 47% 51%, 50% 50%, 50% 50%, 53.67% 55%, 55.83% 55%, 57.5% 48%, 58.83% 52%, 63% 48%, 63.67% 51%, 66.67% 50%, 66.67% 50%, 70.33% 55%, 72.5% 55%, 74.17% 48%, 75.5% 52%, 79.67% 48%, 80.33% 51%, 83.33% 50%, 83.33% 50%, 87% 55%, 89.17% 55%, 90.83% 48%, 92.17% 52%, 96.33% 48%, 97% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth7.SideBottomWall {clip-path: polygon(0% 50%, 3.14% 55%, 5% 55%, 6.43% 48%, 7.57% 52%, 11.14% 48%, 11.71% 51%, 14.29% 50%, 14.29% 50%, 17.43% 55%, 19.29% 55%, 20.71% 48%, 21.86% 52%, 25.43% 48%, 26% 51%, 28.57% 50%, 28.57% 50%, 31.71% 55%, 33.57% 55%, 35% 48%, 36.14% 52%, 39.71% 48%, 40.29% 51%, 42.86% 50%, 42.86% 50%, 46% 55%, 47.86% 55%, 49.29% 48%, 50.43% 52%, 54% 48%, 54.57% 51%, 57.14% 50%, 57.14% 50%, 60.29% 55%, 62.14% 55%, 63.57% 48%, 64.71% 52%, 68.29% 48%, 68.86% 51%, 71.43% 50%, 71.43% 50%, 74.57% 55%, 76.43% 55%, 77.86% 48%, 79% 52%, 82.57% 48%, 83.14% 51%, 85.71% 50%, 85.71% 50%, 88.86% 55%, 90.71% 55%, 92.14% 48%, 93.29% 52%, 96.86% 48%, 97.43% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth8.SideBottomWall {clip-path: polygon(0% 50%, 2.75% 55%, 4.38% 55%, 5.63% 48%, 6.63% 52%, 9.75% 48%, 10.25% 51%, 12.5% 50%, 12.5% 50%, 15.25% 55%, 16.88% 55%, 18.13% 48%, 19.13% 52%, 22.25% 48%, 22.75% 51%, 25% 50%, 25% 50%, 27.75% 55%, 29.38% 55%, 30.63% 48%, 31.63% 52%, 34.75% 48%, 35.25% 51%, 37.5% 50%, 37.5% 50%, 40.25% 55%, 41.88% 55%, 43.13% 48%, 44.13% 52%, 47.25% 48%, 47.75% 51%, 50% 50%, 50% 50%, 52.75% 55%, 54.38% 55%, 55.63% 48%, 56.63% 52%, 59.75% 48%, 60.25% 51%, 62.5% 50%, 62.5% 50%, 65.25% 55%, 66.88% 55%, 68.13% 48%, 69.13% 52%, 72.25% 48%, 72.75% 51%, 75% 50%, 75% 50%, 77.75% 55%, 79.38% 55%, 80.63% 48%, 81.63% 52%, 84.75% 48%, 85.25% 51%, 87.5% 50%, 87.5% 50%, 90.25% 55%, 91.88% 55%, 93.13% 48%, 94.13% 52%, 97.25% 48%, 97.75% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth9.SideBottomWall {clip-path: polygon(0% 50%, 2.44% 55%, 3.89% 55%, 5% 48%, 5.89% 52%, 8.67% 48%, 9.11% 51%, 11.11% 50%, 11.11% 50%, 13.56% 55%, 15% 55%, 16.11% 48%, 17% 52%, 19.78% 48%, 20.22% 51%, 22.22% 50%, 22.22% 50%, 24.67% 55%, 26.11% 55%, 27.22% 48%, 28.11% 52%, 30.89% 48%, 31.33% 51%, 33.33% 50%, 33.33% 50%, 35.78% 55%, 37.22% 55%, 38.33% 48%, 39.22% 52%, 42% 48%, 42.44% 51%, 44.44% 50%, 44.44% 50%, 46.89% 55%, 48.33% 55%, 49.44% 48%, 50.33% 52%, 53.11% 48%, 53.56% 51%, 55.56% 50%, 55.56% 50%, 58% 55%, 59.44% 55%, 60.56% 48%, 61.44% 52%, 64.22% 48%, 64.67% 51%, 66.67% 50%, 66.67% 50%, 69.11% 55%, 70.56% 55%, 71.67% 48%, 72.56% 52%, 75.33% 48%, 75.78% 51%, 77.78% 50%, 77.78% 50%, 80.22% 55%, 81.67% 55%, 82.78% 48%, 83.67% 52%, 86.44% 48%, 86.89% 51%, 88.89% 50%, 88.89% 50%, 91.33% 55%, 92.78% 55%, 93.89% 48%, 94.78% 52%, 97.56% 48%, 98% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth10.SideBottomWall {clip-path: polygon(0% 50%, 2.2% 55%, 3.5% 55%, 4.5% 48%, 5.3% 52%, 7.8% 48%, 8.2% 51%, 10% 50%, 10% 50%, 12.2% 55%, 13.5% 55%, 14.5% 48%, 15.3% 52%, 17.8% 48%, 18.2% 51%, 20% 50%, 20% 50%, 22.2% 55%, 23.5% 55%, 24.5% 48%, 25.3% 52%, 27.8% 48%, 28.2% 51%, 30% 50%, 30% 50%, 32.2% 55%, 33.5% 55%, 34.5% 48%, 35.3% 52%, 37.8% 48%, 38.2% 51%, 40% 50%, 40% 50%, 42.2% 55%, 43.5% 55%, 44.5% 48%, 45.3% 52%, 47.8% 48%, 48.2% 51%, 50% 50%, 50% 50%, 52.2% 55%, 53.5% 55%, 54.5% 48%, 55.3% 52%, 57.8% 48%, 58.2% 51%, 60% 50%, 60% 50%, 62.2% 55%, 63.5% 55%, 64.5% 48%, 65.3% 52%, 67.8% 48%, 68.2% 51%, 70% 50%, 70% 50%, 72.2% 55%, 73.5% 55%, 74.5% 48%, 75.3% 52%, 77.8% 48%, 78.2% 51%, 80% 50%, 80% 50%, 82.2% 55%, 83.5% 55%, 84.5% 48%, 85.3% 52%, 87.8% 48%, 88.2% 51%, 90% 50%, 90% 50%, 92.2% 55%, 93.5% 55%, 94.5% 48%, 95.3% 52%, 97.8% 48%, 98.2% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth11.SideBottomWall {clip-path: polygon(0% 50%, 2% 55%, 3.18% 55%, 4.09% 48%, 4.82% 52%, 7.09% 48%, 7.45% 51%, 9.09% 50%, 9.09% 50%, 11.09% 55%, 12.27% 55%, 13.18% 48%, 13.91% 52%, 16.18% 48%, 16.55% 51%, 18.18% 50%, 18.18% 50%, 20.18% 55%, 21.36% 55%, 22.27% 48%, 23% 52%, 25.27% 48%, 25.64% 51%, 27.27% 50%, 27.27% 50%, 29.27% 55%, 30.45% 55%, 31.36% 48%, 32.09% 52%, 34.36% 48%, 34.73% 51%, 36.36% 50%, 36.36% 50%, 38.36% 55%, 39.55% 55%, 40.45% 48%, 41.18% 52%, 43.45% 48%, 43.82% 51%, 45.45% 50%, 45.45% 50%, 47.45% 55%, 48.64% 55%, 49.55% 48%, 50.27% 52%, 52.55% 48%, 52.91% 51%, 54.55% 50%, 54.55% 50%, 56.55% 55%, 57.73% 55%, 58.64% 48%, 59.36% 52%, 61.64% 48%, 62% 51%, 63.64% 50%, 63.64% 50%, 65.64% 55%, 66.82% 55%, 67.73% 48%, 68.45% 52%, 70.73% 48%, 71.09% 51%, 72.73% 50%, 72.73% 50%, 74.73% 55%, 75.91% 55%, 76.82% 48%, 77.55% 52%, 79.82% 48%, 80.18% 51%, 81.82% 50%, 81.82% 50%, 83.82% 55%, 85% 55%, 85.91% 48%, 86.64% 52%, 88.91% 48%, 89.27% 51%, 90.91% 50%, 90.91% 50%, 92.91% 55%, 94.09% 55%, 95% 48%, 95.73% 52%, 98% 48%, 98.36% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth12.SideBottomWall {clip-path: polygon(0% 50%, 1.83% 55%, 2.92% 55%, 3.75% 48%, 4.42% 52%, 6.5% 48%, 6.83% 51%, 8.33% 50%, 8.33% 50%, 10.17% 55%, 11.25% 55%, 12.08% 48%, 12.75% 52%, 14.83% 48%, 15.17% 51%, 16.67% 50%, 16.67% 50%, 18.5% 55%, 19.58% 55%, 20.42% 48%, 21.08% 52%, 23.17% 48%, 23.5% 51%, 25% 50%, 25% 50%, 26.83% 55%, 27.92% 55%, 28.75% 48%, 29.42% 52%, 31.5% 48%, 31.83% 51%, 33.33% 50%, 33.33% 50%, 35.17% 55%, 36.25% 55%, 37.08% 48%, 37.75% 52%, 39.83% 48%, 40.17% 51%, 41.67% 50%, 41.67% 50%, 43.5% 55%, 44.58% 55%, 45.42% 48%, 46.08% 52%, 48.17% 48%, 48.5% 51%, 50% 50%, 50% 50%, 51.83% 55%, 52.92% 55%, 53.75% 48%, 54.42% 52%, 56.5% 48%, 56.83% 51%, 58.33% 50%, 58.33% 50%, 60.17% 55%, 61.25% 55%, 62.08% 48%, 62.75% 52%, 64.83% 48%, 65.17% 51%, 66.67% 50%, 66.67% 50%, 68.5% 55%, 69.58% 55%, 70.42% 48%, 71.08% 52%, 73.17% 48%, 73.5% 51%, 75% 50%, 75% 50%, 76.83% 55%, 77.92% 55%, 78.75% 48%, 79.42% 52%, 81.5% 48%, 81.83% 51%, 83.33% 50%, 83.33% 50%, 85.17% 55%, 86.25% 55%, 87.08% 48%, 87.75% 52%, 89.83% 48%, 90.17% 51%, 91.67% 50%, 91.67% 50%, 93.5% 55%, 94.58% 55%, 95.42% 48%, 96.08% 52%, 98.17% 48%, 98.5% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth13.SideBottomWall {clip-path: polygon(0% 50%, 1.69% 55%, 2.69% 55%, 3.46% 48%, 4.08% 52%, 6% 48%, 6.31% 51%, 7.69% 50%, 7.69% 50%, 9.38% 55%, 10.38% 55%, 11.15% 48%, 11.77% 52%, 13.69% 48%, 14% 51%, 15.38% 50%, 15.38% 50%, 17.08% 55%, 18.08% 55%, 18.85% 48%, 19.46% 52%, 21.38% 48%, 21.69% 51%, 23.08% 50%, 23.08% 50%, 24.77% 55%, 25.77% 55%, 26.54% 48%, 27.15% 52%, 29.08% 48%, 29.38% 51%, 30.77% 50%, 30.77% 50%, 32.46% 55%, 33.46% 55%, 34.23% 48%, 34.85% 52%, 36.77% 48%, 37.08% 51%, 38.46% 50%, 38.46% 50%, 40.15% 55%, 41.15% 55%, 41.92% 48%, 42.54% 52%, 44.46% 48%, 44.77% 51%, 46.15% 50%, 46.15% 50%, 47.85% 55%, 48.85% 55%, 49.62% 48%, 50.23% 52%, 52.15% 48%, 52.46% 51%, 53.85% 50%, 53.85% 50%, 55.54% 55%, 56.54% 55%, 57.31% 48%, 57.92% 52%, 59.85% 48%, 60.15% 51%, 61.54% 50%, 61.54% 50%, 63.23% 55%, 64.23% 55%, 65% 48%, 65.62% 52%, 67.54% 48%, 67.85% 51%, 69.23% 50%, 69.23% 50%, 70.92% 55%, 71.92% 55%, 72.69% 48%, 73.31% 52%, 75.23% 48%, 75.54% 51%, 76.92% 50%, 76.92% 50%, 78.62% 55%, 79.62% 55%, 80.38% 48%, 81% 52%, 82.92% 48%, 83.23% 51%, 84.62% 50%, 84.62% 50%, 86.31% 55%, 87.31% 55%, 88.08% 48%, 88.69% 52%, 90.62% 48%, 90.92% 51%, 92.31% 50%, 92.31% 50%, 94% 55%, 95% 55%, 95.77% 48%, 96.38% 52%, 98.31% 48%, 98.62% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth14.SideBottomWall {clip-path: polygon(0% 50%, 1.57% 55%, 2.5% 55%, 3.21% 48%, 3.79% 52%, 5.57% 48%, 5.86% 51%, 7.14% 50%, 7.14% 50%, 8.71% 55%, 9.64% 55%, 10.36% 48%, 10.93% 52%, 12.71% 48%, 13% 51%, 14.29% 50%, 14.29% 50%, 15.86% 55%, 16.79% 55%, 17.5% 48%, 18.07% 52%, 19.86% 48%, 20.14% 51%, 21.43% 50%, 21.43% 50%, 23% 55%, 23.93% 55%, 24.64% 48%, 25.21% 52%, 27% 48%, 27.29% 51%, 28.57% 50%, 28.57% 50%, 30.14% 55%, 31.07% 55%, 31.79% 48%, 32.36% 52%, 34.14% 48%, 34.43% 51%, 35.71% 50%, 35.71% 50%, 37.29% 55%, 38.21% 55%, 38.93% 48%, 39.5% 52%, 41.29% 48%, 41.57% 51%, 42.86% 50%, 42.86% 50%, 44.43% 55%, 45.36% 55%, 46.07% 48%, 46.64% 52%, 48.43% 48%, 48.71% 51%, 50% 50%, 50% 50%, 51.57% 55%, 52.5% 55%, 53.21% 48%, 53.79% 52%, 55.57% 48%, 55.86% 51%, 57.14% 50%, 57.14% 50%, 58.71% 55%, 59.64% 55%, 60.36% 48%, 60.93% 52%, 62.71% 48%, 63% 51%, 64.29% 50%, 64.29% 50%, 65.86% 55%, 66.79% 55%, 67.5% 48%, 68.07% 52%, 69.86% 48%, 70.14% 51%, 71.43% 50%, 71.43% 50%, 73% 55%, 73.93% 55%, 74.64% 48%, 75.21% 52%, 77% 48%, 77.29% 51%, 78.57% 50%, 78.57% 50%, 80.14% 55%, 81.07% 55%, 81.79% 48%, 82.36% 52%, 84.14% 48%, 84.43% 51%, 85.71% 50%, 85.71% 50%, 87.29% 55%, 88.21% 55%, 88.93% 48%, 89.5% 52%, 91.29% 48%, 91.57% 51%, 92.86% 50%, 92.86% 50%, 94.43% 55%, 95.36% 55%, 96.07% 48%, 96.64% 52%, 98.43% 48%, 98.71% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth15.SideBottomWall {clip-path: polygon(0% 50%, 1.47% 55%, 2.33% 55%, 3% 48%, 3.53% 52%, 5.2% 48%, 5.47% 51%, 6.67% 50%, 6.67% 50%, 8.13% 55%, 9% 55%, 9.67% 48%, 10.2% 52%, 11.87% 48%, 12.13% 51%, 13.33% 50%, 13.33% 50%, 14.8% 55%, 15.67% 55%, 16.33% 48%, 16.87% 52%, 18.53% 48%, 18.8% 51%, 20% 50%, 20% 50%, 21.47% 55%, 22.33% 55%, 23% 48%, 23.53% 52%, 25.2% 48%, 25.47% 51%, 26.67% 50%, 26.67% 50%, 28.13% 55%, 29% 55%, 29.67% 48%, 30.2% 52%, 31.87% 48%, 32.13% 51%, 33.33% 50%, 33.33% 50%, 34.8% 55%, 35.67% 55%, 36.33% 48%, 36.87% 52%, 38.53% 48%, 38.8% 51%, 40% 50%, 40% 50%, 41.47% 55%, 42.33% 55%, 43% 48%, 43.53% 52%, 45.2% 48%, 45.47% 51%, 46.67% 50%, 46.67% 50%, 48.13% 55%, 49% 55%, 49.67% 48%, 50.2% 52%, 51.87% 48%, 52.13% 51%, 53.33% 50%, 53.33% 50%, 54.8% 55%, 55.67% 55%, 56.33% 48%, 56.87% 52%, 58.53% 48%, 58.8% 51%, 60% 50%, 60% 50%, 61.47% 55%, 62.33% 55%, 63% 48%, 63.53% 52%, 65.2% 48%, 65.47% 51%, 66.67% 50%, 66.67% 50%, 68.13% 55%, 69% 55%, 69.67% 48%, 70.2% 52%, 71.87% 48%, 72.13% 51%, 73.33% 50%, 73.33% 50%, 74.8% 55%, 75.67% 55%, 76.33% 48%, 76.87% 52%, 78.53% 48%, 78.8% 51%, 80% 50%, 80% 50%, 81.47% 55%, 82.33% 55%, 83% 48%, 83.53% 52%, 85.2% 48%, 85.47% 51%, 86.67% 50%, 86.67% 50%, 88.13% 55%, 89% 55%, 89.67% 48%, 90.2% 52%, 91.87% 48%, 92.13% 51%, 93.33% 50%, 93.33% 50%, 94.8% 55%, 95.67% 55%, 96.33% 48%, 96.87% 52%, 98.53% 48%, 98.8% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth16.SideBottomWall {clip-path: polygon(0% 50%, 1.38% 55%, 2.19% 55%, 2.81% 48%, 3.31% 52%, 4.88% 48%, 5.13% 51%, 6.25% 50%, 6.25% 50%, 7.63% 55%, 8.44% 55%, 9.06% 48%, 9.56% 52%, 11.13% 48%, 11.38% 51%, 12.5% 50%, 12.5% 50%, 13.88% 55%, 14.69% 55%, 15.31% 48%, 15.81% 52%, 17.38% 48%, 17.63% 51%, 18.75% 50%, 18.75% 50%, 20.13% 55%, 20.94% 55%, 21.56% 48%, 22.06% 52%, 23.63% 48%, 23.88% 51%, 25% 50%, 25% 50%, 26.38% 55%, 27.19% 55%, 27.81% 48%, 28.31% 52%, 29.88% 48%, 30.13% 51%, 31.25% 50%, 31.25% 50%, 32.63% 55%, 33.44% 55%, 34.06% 48%, 34.56% 52%, 36.13% 48%, 36.38% 51%, 37.5% 50%, 37.5% 50%, 38.88% 55%, 39.69% 55%, 40.31% 48%, 40.81% 52%, 42.38% 48%, 42.63% 51%, 43.75% 50%, 43.75% 50%, 45.13% 55%, 45.94% 55%, 46.56% 48%, 47.06% 52%, 48.63% 48%, 48.88% 51%, 50% 50%, 50% 50%, 51.38% 55%, 52.19% 55%, 52.81% 48%, 53.31% 52%, 54.88% 48%, 55.13% 51%, 56.25% 50%, 56.25% 50%, 57.63% 55%, 58.44% 55%, 59.06% 48%, 59.56% 52%, 61.13% 48%, 61.38% 51%, 62.5% 50%, 62.5% 50%, 63.88% 55%, 64.69% 55%, 65.31% 48%, 65.81% 52%, 67.38% 48%, 67.63% 51%, 68.75% 50%, 68.75% 50%, 70.13% 55%, 70.94% 55%, 71.56% 48%, 72.06% 52%, 73.63% 48%, 73.88% 51%, 75% 50%, 75% 50%, 76.38% 55%, 77.19% 55%, 77.81% 48%, 78.31% 52%, 79.88% 48%, 80.13% 51%, 81.25% 50%, 81.25% 50%, 82.63% 55%, 83.44% 55%, 84.06% 48%, 84.56% 52%, 86.13% 48%, 86.38% 51%, 87.5% 50%, 87.5% 50%, 88.88% 55%, 89.69% 55%, 90.31% 48%, 90.81% 52%, 92.38% 48%, 92.63% 51%, 93.75% 50%, 93.75% 50%, 95.13% 55%, 95.94% 55%, 96.56% 48%, 97.06% 52%, 98.63% 48%, 98.88% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth17.SideBottomWall {clip-path: polygon(0% 50%, 1.29% 55%, 2.06% 55%, 2.65% 48%, 3.12% 52%, 4.59% 48%, 4.82% 51%, 5.88% 50%, 5.88% 50%, 7.18% 55%, 7.94% 55%, 8.53% 48%, 9% 52%, 10.47% 48%, 10.71% 51%, 11.76% 50%, 11.76% 50%, 13.06% 55%, 13.82% 55%, 14.41% 48%, 14.88% 52%, 16.35% 48%, 16.59% 51%, 17.65% 50%, 17.65% 50%, 18.94% 55%, 19.71% 55%, 20.29% 48%, 20.76% 52%, 22.24% 48%, 22.47% 51%, 23.53% 50%, 23.53% 50%, 24.82% 55%, 25.59% 55%, 26.18% 48%, 26.65% 52%, 28.12% 48%, 28.35% 51%, 29.41% 50%, 29.41% 50%, 30.71% 55%, 31.47% 55%, 32.06% 48%, 32.53% 52%, 34% 48%, 34.24% 51%, 35.29% 50%, 35.29% 50%, 36.59% 55%, 37.35% 55%, 37.94% 48%, 38.41% 52%, 39.88% 48%, 40.12% 51%, 41.18% 50%, 41.18% 50%, 42.47% 55%, 43.24% 55%, 43.82% 48%, 44.29% 52%, 45.76% 48%, 46% 51%, 47.06% 50%, 47.06% 50%, 48.35% 55%, 49.12% 55%, 49.71% 48%, 50.18% 52%, 51.65% 48%, 51.88% 51%, 52.94% 50%, 52.94% 50%, 54.24% 55%, 55% 55%, 55.59% 48%, 56.06% 52%, 57.53% 48%, 57.76% 51%, 58.82% 50%, 58.82% 50%, 60.12% 55%, 60.88% 55%, 61.47% 48%, 61.94% 52%, 63.41% 48%, 63.65% 51%, 64.71% 50%, 64.71% 50%, 66% 55%, 66.76% 55%, 67.35% 48%, 67.82% 52%, 69.29% 48%, 69.53% 51%, 70.59% 50%, 70.59% 50%, 71.88% 55%, 72.65% 55%, 73.24% 48%, 73.71% 52%, 75.18% 48%, 75.41% 51%, 76.47% 50%, 76.47% 50%, 77.76% 55%, 78.53% 55%, 79.12% 48%, 79.59% 52%, 81.06% 48%, 81.29% 51%, 82.35% 50%, 82.35% 50%, 83.65% 55%, 84.41% 55%, 85% 48%, 85.47% 52%, 86.94% 48%, 87.18% 51%, 88.24% 50%, 88.24% 50%, 89.53% 55%, 90.29% 55%, 90.88% 48%, 91.35% 52%, 92.82% 48%, 93.06% 51%, 94.12% 50%, 94.12% 50%, 95.41% 55%, 96.18% 55%, 96.76% 48%, 97.24% 52%, 98.71% 48%, 98.94% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth18.SideBottomWall {clip-path: polygon(0% 50%, 1.22% 55%, 1.94% 55%, 2.5% 48%, 2.94% 52%, 4.33% 48%, 4.56% 51%, 5.56% 50%, 5.56% 50%, 6.78% 55%, 7.5% 55%, 8.06% 48%, 8.5% 52%, 9.89% 48%, 10.11% 51%, 11.11% 50%, 11.11% 50%, 12.33% 55%, 13.06% 55%, 13.61% 48%, 14.06% 52%, 15.44% 48%, 15.67% 51%, 16.67% 50%, 16.67% 50%, 17.89% 55%, 18.61% 55%, 19.17% 48%, 19.61% 52%, 21% 48%, 21.22% 51%, 22.22% 50%, 22.22% 50%, 23.44% 55%, 24.17% 55%, 24.72% 48%, 25.17% 52%, 26.56% 48%, 26.78% 51%, 27.78% 50%, 27.78% 50%, 29% 55%, 29.72% 55%, 30.28% 48%, 30.72% 52%, 32.11% 48%, 32.33% 51%, 33.33% 50%, 33.33% 50%, 34.56% 55%, 35.28% 55%, 35.83% 48%, 36.28% 52%, 37.67% 48%, 37.89% 51%, 38.89% 50%, 38.89% 50%, 40.11% 55%, 40.83% 55%, 41.39% 48%, 41.83% 52%, 43.22% 48%, 43.44% 51%, 44.44% 50%, 44.44% 50%, 45.67% 55%, 46.39% 55%, 46.94% 48%, 47.39% 52%, 48.78% 48%, 49% 51%, 50% 50%, 50% 50%, 51.22% 55%, 51.94% 55%, 52.5% 48%, 52.94% 52%, 54.33% 48%, 54.56% 51%, 55.56% 50%, 55.56% 50%, 56.78% 55%, 57.5% 55%, 58.06% 48%, 58.5% 52%, 59.89% 48%, 60.11% 51%, 61.11% 50%, 61.11% 50%, 62.33% 55%, 63.06% 55%, 63.61% 48%, 64.06% 52%, 65.44% 48%, 65.67% 51%, 66.67% 50%, 66.67% 50%, 67.89% 55%, 68.61% 55%, 69.17% 48%, 69.61% 52%, 71% 48%, 71.22% 51%, 72.22% 50%, 72.22% 50%, 73.44% 55%, 74.17% 55%, 74.72% 48%, 75.17% 52%, 76.56% 48%, 76.78% 51%, 77.78% 50%, 77.78% 50%, 79% 55%, 79.72% 55%, 80.28% 48%, 80.72% 52%, 82.11% 48%, 82.33% 51%, 83.33% 50%, 83.33% 50%, 84.56% 55%, 85.28% 55%, 85.83% 48%, 86.28% 52%, 87.67% 48%, 87.89% 51%, 88.89% 50%, 88.89% 50%, 90.11% 55%, 90.83% 55%, 91.39% 48%, 91.83% 52%, 93.22% 48%, 93.44% 51%, 94.44% 50%, 94.44% 50%, 95.67% 55%, 96.39% 55%, 96.94% 48%, 97.39% 52%, 98.78% 48%, 99% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth19.SideBottomWall {clip-path: polygon(0% 50%, 1.16% 55%, 1.84% 55%, 2.37% 48%, 2.79% 52%, 4.11% 48%, 4.32% 51%, 5.26% 50%, 5.26% 50%, 6.42% 55%, 7.11% 55%, 7.63% 48%, 8.05% 52%, 9.37% 48%, 9.58% 51%, 10.53% 50%, 10.53% 50%, 11.68% 55%, 12.37% 55%, 12.89% 48%, 13.32% 52%, 14.63% 48%, 14.84% 51%, 15.79% 50%, 15.79% 50%, 16.95% 55%, 17.63% 55%, 18.16% 48%, 18.58% 52%, 19.89% 48%, 20.11% 51%, 21.05% 50%, 21.05% 50%, 22.21% 55%, 22.89% 55%, 23.42% 48%, 23.84% 52%, 25.16% 48%, 25.37% 51%, 26.32% 50%, 26.32% 50%, 27.47% 55%, 28.16% 55%, 28.68% 48%, 29.11% 52%, 30.42% 48%, 30.63% 51%, 31.58% 50%, 31.58% 50%, 32.74% 55%, 33.42% 55%, 33.95% 48%, 34.37% 52%, 35.68% 48%, 35.89% 51%, 36.84% 50%, 36.84% 50%, 38% 55%, 38.68% 55%, 39.21% 48%, 39.63% 52%, 40.95% 48%, 41.16% 51%, 42.11% 50%, 42.11% 50%, 43.26% 55%, 43.95% 55%, 44.47% 48%, 44.89% 52%, 46.21% 48%, 46.42% 51%, 47.37% 50%, 47.37% 50%, 48.53% 55%, 49.21% 55%, 49.74% 48%, 50.16% 52%, 51.47% 48%, 51.68% 51%, 52.63% 50%, 52.63% 50%, 53.79% 55%, 54.47% 55%, 55% 48%, 55.42% 52%, 56.74% 48%, 56.95% 51%, 57.89% 50%, 57.89% 50%, 59.05% 55%, 59.74% 55%, 60.26% 48%, 60.68% 52%, 62% 48%, 62.21% 51%, 63.16% 50%, 63.16% 50%, 64.32% 55%, 65% 55%, 65.53% 48%, 65.95% 52%, 67.26% 48%, 67.47% 51%, 68.42% 50%, 68.42% 50%, 69.58% 55%, 70.26% 55%, 70.79% 48%, 71.21% 52%, 72.53% 48%, 72.74% 51%, 73.68% 50%, 73.68% 50%, 74.84% 55%, 75.53% 55%, 76.05% 48%, 76.47% 52%, 77.79% 48%, 78% 51%, 78.95% 50%, 78.95% 50%, 80.11% 55%, 80.79% 55%, 81.32% 48%, 81.74% 52%, 83.05% 48%, 83.26% 51%, 84.21% 50%, 84.21% 50%, 85.37% 55%, 86.05% 55%, 86.58% 48%, 87% 52%, 88.32% 48%, 88.53% 51%, 89.47% 50%, 89.47% 50%, 90.63% 55%, 91.32% 55%, 91.84% 48%, 92.26% 52%, 93.58% 48%, 93.79% 51%, 94.74% 50%, 94.74% 50%, 95.89% 55%, 96.58% 55%, 97.11% 48%, 97.53% 52%, 98.84% 48%, 99.05% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth20.SideBottomWall {clip-path: polygon(0% 50%, 1.1% 55%, 1.75% 55%, 2.25% 48%, 2.65% 52%, 3.9% 48%, 4.1% 51%, 5% 50%, 5% 50%, 6.1% 55%, 6.75% 55%, 7.25% 48%, 7.65% 52%, 8.9% 48%, 9.1% 51%, 10% 50%, 10% 50%, 11.1% 55%, 11.75% 55%, 12.25% 48%, 12.65% 52%, 13.9% 48%, 14.1% 51%, 15% 50%, 15% 50%, 16.1% 55%, 16.75% 55%, 17.25% 48%, 17.65% 52%, 18.9% 48%, 19.1% 51%, 20% 50%, 20% 50%, 21.1% 55%, 21.75% 55%, 22.25% 48%, 22.65% 52%, 23.9% 48%, 24.1% 51%, 25% 50%, 25% 50%, 26.1% 55%, 26.75% 55%, 27.25% 48%, 27.65% 52%, 28.9% 48%, 29.1% 51%, 30% 50%, 30% 50%, 31.1% 55%, 31.75% 55%, 32.25% 48%, 32.65% 52%, 33.9% 48%, 34.1% 51%, 35% 50%, 35% 50%, 36.1% 55%, 36.75% 55%, 37.25% 48%, 37.65% 52%, 38.9% 48%, 39.1% 51%, 40% 50%, 40% 50%, 41.1% 55%, 41.75% 55%, 42.25% 48%, 42.65% 52%, 43.9% 48%, 44.1% 51%, 45% 50%, 45% 50%, 46.1% 55%, 46.75% 55%, 47.25% 48%, 47.65% 52%, 48.9% 48%, 49.1% 51%, 50% 50%, 50% 50%, 51.1% 55%, 51.75% 55%, 52.25% 48%, 52.65% 52%, 53.9% 48%, 54.1% 51%, 55% 50%, 55% 50%, 56.1% 55%, 56.75% 55%, 57.25% 48%, 57.65% 52%, 58.9% 48%, 59.1% 51%, 60% 50%, 60% 50%, 61.1% 55%, 61.75% 55%, 62.25% 48%, 62.65% 52%, 63.9% 48%, 64.1% 51%, 65% 50%, 65% 50%, 66.1% 55%, 66.75% 55%, 67.25% 48%, 67.65% 52%, 68.9% 48%, 69.1% 51%, 70% 50%, 70% 50%, 71.1% 55%, 71.75% 55%, 72.25% 48%, 72.65% 52%, 73.9% 48%, 74.1% 51%, 75% 50%, 75% 50%, 76.1% 55%, 76.75% 55%, 77.25% 48%, 77.65% 52%, 78.9% 48%, 79.1% 51%, 80% 50%, 80% 50%, 81.1% 55%, 81.75% 55%, 82.25% 48%, 82.65% 52%, 83.9% 48%, 84.1% 51%, 85% 50%, 85% 50%, 86.1% 55%, 86.75% 55%, 87.25% 48%, 87.65% 52%, 88.9% 48%, 89.1% 51%, 90% 50%, 90% 50%, 91.1% 55%, 91.75% 55%, 92.25% 48%, 92.65% 52%, 93.9% 48%, 94.1% 51%, 95% 50%, 95% 50%, 96.1% 55%, 96.75% 55%, 97.25% 48%, 97.65% 52%, 98.9% 48%, 99.1% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth21.SideBottomWall {clip-path: polygon(0% 50%, 1.05% 55%, 1.67% 55%, 2.14% 48%, 2.52% 52%, 3.71% 48%, 3.9% 51%, 4.76% 50%, 4.76% 50%, 5.81% 55%, 6.43% 55%, 6.9% 48%, 7.29% 52%, 8.48% 48%, 8.67% 51%, 9.52% 50%, 9.52% 50%, 10.57% 55%, 11.19% 55%, 11.67% 48%, 12.05% 52%, 13.24% 48%, 13.43% 51%, 14.29% 50%, 14.29% 50%, 15.33% 55%, 15.95% 55%, 16.43% 48%, 16.81% 52%, 18% 48%, 18.19% 51%, 19.05% 50%, 19.05% 50%, 20.1% 55%, 20.71% 55%, 21.19% 48%, 21.57% 52%, 22.76% 48%, 22.95% 51%, 23.81% 50%, 23.81% 50%, 24.86% 55%, 25.48% 55%, 25.95% 48%, 26.33% 52%, 27.52% 48%, 27.71% 51%, 28.57% 50%, 28.57% 50%, 29.62% 55%, 30.24% 55%, 30.71% 48%, 31.1% 52%, 32.29% 48%, 32.48% 51%, 33.33% 50%, 33.33% 50%, 34.38% 55%, 35% 55%, 35.48% 48%, 35.86% 52%, 37.05% 48%, 37.24% 51%, 38.1% 50%, 38.1% 50%, 39.14% 55%, 39.76% 55%, 40.24% 48%, 40.62% 52%, 41.81% 48%, 42% 51%, 42.86% 50%, 42.86% 50%, 43.9% 55%, 44.52% 55%, 45% 48%, 45.38% 52%, 46.57% 48%, 46.76% 51%, 47.62% 50%, 47.62% 50%, 48.67% 55%, 49.29% 55%, 49.76% 48%, 50.14% 52%, 51.33% 48%, 51.52% 51%, 52.38% 50%, 52.38% 50%, 53.43% 55%, 54.05% 55%, 54.52% 48%, 54.9% 52%, 56.1% 48%, 56.29% 51%, 57.14% 50%, 57.14% 50%, 58.19% 55%, 58.81% 55%, 59.29% 48%, 59.67% 52%, 60.86% 48%, 61.05% 51%, 61.9% 50%, 61.9% 50%, 62.95% 55%, 63.57% 55%, 64.05% 48%, 64.43% 52%, 65.62% 48%, 65.81% 51%, 66.67% 50%, 66.67% 50%, 67.71% 55%, 68.33% 55%, 68.81% 48%, 69.19% 52%, 70.38% 48%, 70.57% 51%, 71.43% 50%, 71.43% 50%, 72.48% 55%, 73.1% 55%, 73.57% 48%, 73.95% 52%, 75.14% 48%, 75.33% 51%, 76.19% 50%, 76.19% 50%, 77.24% 55%, 77.86% 55%, 78.33% 48%, 78.71% 52%, 79.9% 48%, 80.1% 51%, 80.95% 50%, 80.95% 50%, 82% 55%, 82.62% 55%, 83.1% 48%, 83.48% 52%, 84.67% 48%, 84.86% 51%, 85.71% 50%, 85.71% 50%, 86.76% 55%, 87.38% 55%, 87.86% 48%, 88.24% 52%, 89.43% 48%, 89.62% 51%, 90.48% 50%, 90.48% 50%, 91.52% 55%, 92.14% 55%, 92.62% 48%, 93% 52%, 94.19% 48%, 94.38% 51%, 95.24% 50%, 95.24% 50%, 96.29% 55%, 96.9% 55%, 97.38% 48%, 97.76% 52%, 98.95% 48%, 99.14% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth22.SideBottomWall {clip-path: polygon(0% 50%, 1% 55%, 1.59% 55%, 2.05% 48%, 2.41% 52%, 3.55% 48%, 3.73% 51%, 4.55% 50%, 4.55% 50%, 5.55% 55%, 6.14% 55%, 6.59% 48%, 6.95% 52%, 8.09% 48%, 8.27% 51%, 9.09% 50%, 9.09% 50%, 10.09% 55%, 10.68% 55%, 11.14% 48%, 11.5% 52%, 12.64% 48%, 12.82% 51%, 13.64% 50%, 13.64% 50%, 14.64% 55%, 15.23% 55%, 15.68% 48%, 16.05% 52%, 17.18% 48%, 17.36% 51%, 18.18% 50%, 18.18% 50%, 19.18% 55%, 19.77% 55%, 20.23% 48%, 20.59% 52%, 21.73% 48%, 21.91% 51%, 22.73% 50%, 22.73% 50%, 23.73% 55%, 24.32% 55%, 24.77% 48%, 25.14% 52%, 26.27% 48%, 26.45% 51%, 27.27% 50%, 27.27% 50%, 28.27% 55%, 28.86% 55%, 29.32% 48%, 29.68% 52%, 30.82% 48%, 31% 51%, 31.82% 50%, 31.82% 50%, 32.82% 55%, 33.41% 55%, 33.86% 48%, 34.23% 52%, 35.36% 48%, 35.55% 51%, 36.36% 50%, 36.36% 50%, 37.36% 55%, 37.95% 55%, 38.41% 48%, 38.77% 52%, 39.91% 48%, 40.09% 51%, 40.91% 50%, 40.91% 50%, 41.91% 55%, 42.5% 55%, 42.95% 48%, 43.32% 52%, 44.45% 48%, 44.64% 51%, 45.45% 50%, 45.45% 50%, 46.45% 55%, 47.05% 55%, 47.5% 48%, 47.86% 52%, 49% 48%, 49.18% 51%, 50% 50%, 50% 50%, 51% 55%, 51.59% 55%, 52.05% 48%, 52.41% 52%, 53.55% 48%, 53.73% 51%, 54.55% 50%, 54.55% 50%, 55.55% 55%, 56.14% 55%, 56.59% 48%, 56.95% 52%, 58.09% 48%, 58.27% 51%, 59.09% 50%, 59.09% 50%, 60.09% 55%, 60.68% 55%, 61.14% 48%, 61.5% 52%, 62.64% 48%, 62.82% 51%, 63.64% 50%, 63.64% 50%, 64.64% 55%, 65.23% 55%, 65.68% 48%, 66.05% 52%, 67.18% 48%, 67.36% 51%, 68.18% 50%, 68.18% 50%, 69.18% 55%, 69.77% 55%, 70.23% 48%, 70.59% 52%, 71.73% 48%, 71.91% 51%, 72.73% 50%, 72.73% 50%, 73.73% 55%, 74.32% 55%, 74.77% 48%, 75.14% 52%, 76.27% 48%, 76.45% 51%, 77.27% 50%, 77.27% 50%, 78.27% 55%, 78.86% 55%, 79.32% 48%, 79.68% 52%, 80.82% 48%, 81% 51%, 81.82% 50%, 81.82% 50%, 82.82% 55%, 83.41% 55%, 83.86% 48%, 84.23% 52%, 85.36% 48%, 85.55% 51%, 86.36% 50%, 86.36% 50%, 87.36% 55%, 87.95% 55%, 88.41% 48%, 88.77% 52%, 89.91% 48%, 90.09% 51%, 90.91% 50%, 90.91% 50%, 91.91% 55%, 92.5% 55%, 92.95% 48%, 93.32% 52%, 94.45% 48%, 94.64% 51%, 95.45% 50%, 95.45% 50%, 96.45% 55%, 97.05% 55%, 97.5% 48%, 97.86% 52%, 99% 48%, 99.18% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth23.SideBottomWall {clip-path: polygon(0% 50%, 0.96% 55%, 1.52% 55%, 1.96% 48%, 2.3% 52%, 3.39% 48%, 3.57% 51%, 4.35% 50%, 4.35% 50%, 5.3% 55%, 5.87% 55%, 6.3% 48%, 6.65% 52%, 7.74% 48%, 7.91% 51%, 8.7% 50%, 8.7% 50%, 9.65% 55%, 10.22% 55%, 10.65% 48%, 11% 52%, 12.09% 48%, 12.26% 51%, 13.04% 50%, 13.04% 50%, 14% 55%, 14.57% 55%, 15% 48%, 15.35% 52%, 16.43% 48%, 16.61% 51%, 17.39% 50%, 17.39% 50%, 18.35% 55%, 18.91% 55%, 19.35% 48%, 19.7% 52%, 20.78% 48%, 20.96% 51%, 21.74% 50%, 21.74% 50%, 22.7% 55%, 23.26% 55%, 23.7% 48%, 24.04% 52%, 25.13% 48%, 25.3% 51%, 26.09% 50%, 26.09% 50%, 27.04% 55%, 27.61% 55%, 28.04% 48%, 28.39% 52%, 29.48% 48%, 29.65% 51%, 30.43% 50%, 30.43% 50%, 31.39% 55%, 31.96% 55%, 32.39% 48%, 32.74% 52%, 33.83% 48%, 34% 51%, 34.78% 50%, 34.78% 50%, 35.74% 55%, 36.3% 55%, 36.74% 48%, 37.09% 52%, 38.17% 48%, 38.35% 51%, 39.13% 50%, 39.13% 50%, 40.09% 55%, 40.65% 55%, 41.09% 48%, 41.43% 52%, 42.52% 48%, 42.7% 51%, 43.48% 50%, 43.48% 50%, 44.43% 55%, 45% 55%, 45.43% 48%, 45.78% 52%, 46.87% 48%, 47.04% 51%, 47.83% 50%, 47.83% 50%, 48.78% 55%, 49.35% 55%, 49.78% 48%, 50.13% 52%, 51.22% 48%, 51.39% 51%, 52.17% 50%, 52.17% 50%, 53.13% 55%, 53.7% 55%, 54.13% 48%, 54.48% 52%, 55.57% 48%, 55.74% 51%, 56.52% 50%, 56.52% 50%, 57.48% 55%, 58.04% 55%, 58.48% 48%, 58.83% 52%, 59.91% 48%, 60.09% 51%, 60.87% 50%, 60.87% 50%, 61.83% 55%, 62.39% 55%, 62.83% 48%, 63.17% 52%, 64.26% 48%, 64.43% 51%, 65.22% 50%, 65.22% 50%, 66.17% 55%, 66.74% 55%, 67.17% 48%, 67.52% 52%, 68.61% 48%, 68.78% 51%, 69.57% 50%, 69.57% 50%, 70.52% 55%, 71.09% 55%, 71.52% 48%, 71.87% 52%, 72.96% 48%, 73.13% 51%, 73.91% 50%, 73.91% 50%, 74.87% 55%, 75.43% 55%, 75.87% 48%, 76.22% 52%, 77.3% 48%, 77.48% 51%, 78.26% 50%, 78.26% 50%, 79.22% 55%, 79.78% 55%, 80.22% 48%, 80.57% 52%, 81.65% 48%, 81.83% 51%, 82.61% 50%, 82.61% 50%, 83.57% 55%, 84.13% 55%, 84.57% 48%, 84.91% 52%, 86% 48%, 86.17% 51%, 86.96% 50%, 86.96% 50%, 87.91% 55%, 88.48% 55%, 88.91% 48%, 89.26% 52%, 90.35% 48%, 90.52% 51%, 91.3% 50%, 91.3% 50%, 92.26% 55%, 92.83% 55%, 93.26% 48%, 93.61% 52%, 94.7% 48%, 94.87% 51%, 95.65% 50%, 95.65% 50%, 96.61% 55%, 97.17% 55%, 97.61% 48%, 97.96% 52%, 99.04% 48%, 99.22% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth24.SideBottomWall {clip-path: polygon(0% 50%, 0.92% 55%, 1.46% 55%, 1.88% 48%, 2.21% 52%, 3.25% 48%, 3.42% 51%, 4.17% 50%, 4.17% 50%, 5.08% 55%, 5.62% 55%, 6.04% 48%, 6.38% 52%, 7.42% 48%, 7.58% 51%, 8.33% 50%, 8.33% 50%, 9.25% 55%, 9.79% 55%, 10.21% 48%, 10.54% 52%, 11.58% 48%, 11.75% 51%, 12.5% 50%, 12.5% 50%, 13.42% 55%, 13.96% 55%, 14.38% 48%, 14.71% 52%, 15.75% 48%, 15.92% 51%, 16.67% 50%, 16.67% 50%, 17.58% 55%, 18.12% 55%, 18.54% 48%, 18.87% 52%, 19.92% 48%, 20.08% 51%, 20.83% 50%, 20.83% 50%, 21.75% 55%, 22.29% 55%, 22.71% 48%, 23.04% 52%, 24.08% 48%, 24.25% 51%, 25% 50%, 25% 50%, 25.92% 55%, 26.46% 55%, 26.88% 48%, 27.21% 52%, 28.25% 48%, 28.42% 51%, 29.17% 50%, 29.17% 50%, 30.08% 55%, 30.63% 55%, 31.04% 48%, 31.38% 52%, 32.42% 48%, 32.58% 51%, 33.33% 50%, 33.33% 50%, 34.25% 55%, 34.79% 55%, 35.21% 48%, 35.54% 52%, 36.58% 48%, 36.75% 51%, 37.5% 50%, 37.5% 50%, 38.42% 55%, 38.96% 55%, 39.38% 48%, 39.71% 52%, 40.75% 48%, 40.92% 51%, 41.67% 50%, 41.67% 50%, 42.58% 55%, 43.13% 55%, 43.54% 48%, 43.88% 52%, 44.92% 48%, 45.08% 51%, 45.83% 50%, 45.83% 50%, 46.75% 55%, 47.29% 55%, 47.71% 48%, 48.04% 52%, 49.08% 48%, 49.25% 51%, 50% 50%, 50% 50%, 50.92% 55%, 51.46% 55%, 51.88% 48%, 52.21% 52%, 53.25% 48%, 53.42% 51%, 54.17% 50%, 54.17% 50%, 55.08% 55%, 55.63% 55%, 56.04% 48%, 56.38% 52%, 57.42% 48%, 57.58% 51%, 58.33% 50%, 58.33% 50%, 59.25% 55%, 59.79% 55%, 60.21% 48%, 60.54% 52%, 61.58% 48%, 61.75% 51%, 62.5% 50%, 62.5% 50%, 63.42% 55%, 63.96% 55%, 64.38% 48%, 64.71% 52%, 65.75% 48%, 65.92% 51%, 66.67% 50%, 66.67% 50%, 67.58% 55%, 68.12% 55%, 68.54% 48%, 68.87% 52%, 69.92% 48%, 70.08% 51%, 70.83% 50%, 70.83% 50%, 71.75% 55%, 72.29% 55%, 72.71% 48%, 73.04% 52%, 74.08% 48%, 74.25% 51%, 75% 50%, 75% 50%, 75.92% 55%, 76.46% 55%, 76.88% 48%, 77.21% 52%, 78.25% 48%, 78.42% 51%, 79.17% 50%, 79.17% 50%, 80.08% 55%, 80.62% 55%, 81.04% 48%, 81.37% 52%, 82.42% 48%, 82.58% 51%, 83.33% 50%, 83.33% 50%, 84.25% 55%, 84.79% 55%, 85.21% 48%, 85.54% 52%, 86.58% 48%, 86.75% 51%, 87.5% 50%, 87.5% 50%, 88.42% 55%, 88.96% 55%, 89.38% 48%, 89.71% 52%, 90.75% 48%, 90.92% 51%, 91.67% 50%, 91.67% 50%, 92.58% 55%, 93.12% 55%, 93.54% 48%, 93.87% 52%, 94.92% 48%, 95.08% 51%, 95.83% 50%, 95.83% 50%, 96.75% 55%, 97.29% 55%, 97.71% 48%, 98.04% 52%, 99.08% 48%, 99.25% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth25.SideBottomWall {clip-path: polygon(0% 50%, 0.88% 55%, 1.4% 55%, 1.8% 48%, 2.12% 52%, 3.12% 48%, 3.28% 51%, 4% 50%, 4% 50%, 4.88% 55%, 5.4% 55%, 5.8% 48%, 6.12% 52%, 7.12% 48%, 7.28% 51%, 8% 50%, 8% 50%, 8.88% 55%, 9.4% 55%, 9.8% 48%, 10.12% 52%, 11.12% 48%, 11.28% 51%, 12% 50%, 12% 50%, 12.88% 55%, 13.4% 55%, 13.8% 48%, 14.12% 52%, 15.12% 48%, 15.28% 51%, 16% 50%, 16% 50%, 16.88% 55%, 17.4% 55%, 17.8% 48%, 18.12% 52%, 19.12% 48%, 19.28% 51%, 20% 50%, 20% 50%, 20.88% 55%, 21.4% 55%, 21.8% 48%, 22.12% 52%, 23.12% 48%, 23.28% 51%, 24% 50%, 24% 50%, 24.88% 55%, 25.4% 55%, 25.8% 48%, 26.12% 52%, 27.12% 48%, 27.28% 51%, 28% 50%, 28% 50%, 28.88% 55%, 29.4% 55%, 29.8% 48%, 30.12% 52%, 31.12% 48%, 31.28% 51%, 32% 50%, 32% 50%, 32.88% 55%, 33.4% 55%, 33.8% 48%, 34.12% 52%, 35.12% 48%, 35.28% 51%, 36% 50%, 36% 50%, 36.88% 55%, 37.4% 55%, 37.8% 48%, 38.12% 52%, 39.12% 48%, 39.28% 51%, 40% 50%, 40% 50%, 40.88% 55%, 41.4% 55%, 41.8% 48%, 42.12% 52%, 43.12% 48%, 43.28% 51%, 44% 50%, 44% 50%, 44.88% 55%, 45.4% 55%, 45.8% 48%, 46.12% 52%, 47.12% 48%, 47.28% 51%, 48% 50%, 48% 50%, 48.88% 55%, 49.4% 55%, 49.8% 48%, 50.12% 52%, 51.12% 48%, 51.28% 51%, 52% 50%, 52% 50%, 52.88% 55%, 53.4% 55%, 53.8% 48%, 54.12% 52%, 55.12% 48%, 55.28% 51%, 56% 50%, 56% 50%, 56.88% 55%, 57.4% 55%, 57.8% 48%, 58.12% 52%, 59.12% 48%, 59.28% 51%, 60% 50%, 60% 50%, 60.88% 55%, 61.4% 55%, 61.8% 48%, 62.12% 52%, 63.12% 48%, 63.28% 51%, 64% 50%, 64% 50%, 64.88% 55%, 65.4% 55%, 65.8% 48%, 66.12% 52%, 67.12% 48%, 67.28% 51%, 68% 50%, 68% 50%, 68.88% 55%, 69.4% 55%, 69.8% 48%, 70.12% 52%, 71.12% 48%, 71.28% 51%, 72% 50%, 72% 50%, 72.88% 55%, 73.4% 55%, 73.8% 48%, 74.12% 52%, 75.12% 48%, 75.28% 51%, 76% 50%, 76% 50%, 76.88% 55%, 77.4% 55%, 77.8% 48%, 78.12% 52%, 79.12% 48%, 79.28% 51%, 80% 50%, 80% 50%, 80.88% 55%, 81.4% 55%, 81.8% 48%, 82.12% 52%, 83.12% 48%, 83.28% 51%, 84% 50%, 84% 50%, 84.88% 55%, 85.4% 55%, 85.8% 48%, 86.12% 52%, 87.12% 48%, 87.28% 51%, 88% 50%, 88% 50%, 88.88% 55%, 89.4% 55%, 89.8% 48%, 90.12% 52%, 91.12% 48%, 91.28% 51%, 92% 50%, 92% 50%, 92.88% 55%, 93.4% 55%, 93.8% 48%, 94.12% 52%, 95.12% 48%, 95.28% 51%, 96% 50%, 96% 50%, 96.88% 55%, 97.4% 55%, 97.8% 48%, 98.12% 52%, 99.12% 48%, 99.28% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth26.SideBottomWall {clip-path: polygon(0% 50%, 0.85% 55%, 1.35% 55%, 1.73% 48%, 2.04% 52%, 3% 48%, 3.15% 51%, 3.85% 50%, 3.85% 50%, 4.69% 55%, 5.19% 55%, 5.58% 48%, 5.88% 52%, 6.85% 48%, 7% 51%, 7.69% 50%, 7.69% 50%, 8.54% 55%, 9.04% 55%, 9.42% 48%, 9.73% 52%, 10.69% 48%, 10.85% 51%, 11.54% 50%, 11.54% 50%, 12.38% 55%, 12.88% 55%, 13.27% 48%, 13.58% 52%, 14.54% 48%, 14.69% 51%, 15.38% 50%, 15.38% 50%, 16.23% 55%, 16.73% 55%, 17.12% 48%, 17.42% 52%, 18.38% 48%, 18.54% 51%, 19.23% 50%, 19.23% 50%, 20.08% 55%, 20.58% 55%, 20.96% 48%, 21.27% 52%, 22.23% 48%, 22.38% 51%, 23.08% 50%, 23.08% 50%, 23.92% 55%, 24.42% 55%, 24.81% 48%, 25.12% 52%, 26.08% 48%, 26.23% 51%, 26.92% 50%, 26.92% 50%, 27.77% 55%, 28.27% 55%, 28.65% 48%, 28.96% 52%, 29.92% 48%, 30.08% 51%, 30.77% 50%, 30.77% 50%, 31.62% 55%, 32.12% 55%, 32.5% 48%, 32.81% 52%, 33.77% 48%, 33.92% 51%, 34.62% 50%, 34.62% 50%, 35.46% 55%, 35.96% 55%, 36.35% 48%, 36.65% 52%, 37.62% 48%, 37.77% 51%, 38.46% 50%, 38.46% 50%, 39.31% 55%, 39.81% 55%, 40.19% 48%, 40.5% 52%, 41.46% 48%, 41.62% 51%, 42.31% 50%, 42.31% 50%, 43.15% 55%, 43.65% 55%, 44.04% 48%, 44.35% 52%, 45.31% 48%, 45.46% 51%, 46.15% 50%, 46.15% 50%, 47% 55%, 47.5% 55%, 47.88% 48%, 48.19% 52%, 49.15% 48%, 49.31% 51%, 50% 50%, 50% 50%, 50.85% 55%, 51.35% 55%, 51.73% 48%, 52.04% 52%, 53% 48%, 53.15% 51%, 53.85% 50%, 53.85% 50%, 54.69% 55%, 55.19% 55%, 55.58% 48%, 55.88% 52%, 56.85% 48%, 57% 51%, 57.69% 50%, 57.69% 50%, 58.54% 55%, 59.04% 55%, 59.42% 48%, 59.73% 52%, 60.69% 48%, 60.85% 51%, 61.54% 50%, 61.54% 50%, 62.38% 55%, 62.88% 55%, 63.27% 48%, 63.58% 52%, 64.54% 48%, 64.69% 51%, 65.38% 50%, 65.38% 50%, 66.23% 55%, 66.73% 55%, 67.12% 48%, 67.42% 52%, 68.38% 48%, 68.54% 51%, 69.23% 50%, 69.23% 50%, 70.08% 55%, 70.58% 55%, 70.96% 48%, 71.27% 52%, 72.23% 48%, 72.38% 51%, 73.08% 50%, 73.08% 50%, 73.92% 55%, 74.42% 55%, 74.81% 48%, 75.12% 52%, 76.08% 48%, 76.23% 51%, 76.92% 50%, 76.92% 50%, 77.77% 55%, 78.27% 55%, 78.65% 48%, 78.96% 52%, 79.92% 48%, 80.08% 51%, 80.77% 50%, 80.77% 50%, 81.62% 55%, 82.12% 55%, 82.5% 48%, 82.81% 52%, 83.77% 48%, 83.92% 51%, 84.62% 50%, 84.62% 50%, 85.46% 55%, 85.96% 55%, 86.35% 48%, 86.65% 52%, 87.62% 48%, 87.77% 51%, 88.46% 50%, 88.46% 50%, 89.31% 55%, 89.81% 55%, 90.19% 48%, 90.5% 52%, 91.46% 48%, 91.62% 51%, 92.31% 50%, 92.31% 50%, 93.15% 55%, 93.65% 55%, 94.04% 48%, 94.35% 52%, 95.31% 48%, 95.46% 51%, 96.15% 50%, 96.15% 50%, 97% 55%, 97.5% 55%, 97.88% 48%, 98.19% 52%, 99.15% 48%, 99.31% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth27.SideBottomWall {clip-path: polygon(0% 50%, 0.81% 55%, 1.3% 55%, 1.67% 48%, 1.96% 52%, 2.89% 48%, 3.04% 51%, 3.7% 50%, 3.7% 50%, 4.52% 55%, 5% 55%, 5.37% 48%, 5.67% 52%, 6.59% 48%, 6.74% 51%, 7.41% 50%, 7.41% 50%, 8.22% 55%, 8.7% 55%, 9.07% 48%, 9.37% 52%, 10.3% 48%, 10.44% 51%, 11.11% 50%, 11.11% 50%, 11.93% 55%, 12.41% 55%, 12.78% 48%, 13.07% 52%, 14% 48%, 14.15% 51%, 14.81% 50%, 14.81% 50%, 15.63% 55%, 16.11% 55%, 16.48% 48%, 16.78% 52%, 17.7% 48%, 17.85% 51%, 18.52% 50%, 18.52% 50%, 19.33% 55%, 19.81% 55%, 20.19% 48%, 20.48% 52%, 21.41% 48%, 21.56% 51%, 22.22% 50%, 22.22% 50%, 23.04% 55%, 23.52% 55%, 23.89% 48%, 24.19% 52%, 25.11% 48%, 25.26% 51%, 25.93% 50%, 25.93% 50%, 26.74% 55%, 27.22% 55%, 27.59% 48%, 27.89% 52%, 28.81% 48%, 28.96% 51%, 29.63% 50%, 29.63% 50%, 30.44% 55%, 30.93% 55%, 31.3% 48%, 31.59% 52%, 32.52% 48%, 32.67% 51%, 33.33% 50%, 33.33% 50%, 34.15% 55%, 34.63% 55%, 35% 48%, 35.3% 52%, 36.22% 48%, 36.37% 51%, 37.04% 50%, 37.04% 50%, 37.85% 55%, 38.33% 55%, 38.7% 48%, 39% 52%, 39.93% 48%, 40.07% 51%, 40.74% 50%, 40.74% 50%, 41.56% 55%, 42.04% 55%, 42.41% 48%, 42.7% 52%, 43.63% 48%, 43.78% 51%, 44.44% 50%, 44.44% 50%, 45.26% 55%, 45.74% 55%, 46.11% 48%, 46.41% 52%, 47.33% 48%, 47.48% 51%, 48.15% 50%, 48.15% 50%, 48.96% 55%, 49.44% 55%, 49.81% 48%, 50.11% 52%, 51.04% 48%, 51.19% 51%, 51.85% 50%, 51.85% 50%, 52.67% 55%, 53.15% 55%, 53.52% 48%, 53.81% 52%, 54.74% 48%, 54.89% 51%, 55.56% 50%, 55.56% 50%, 56.37% 55%, 56.85% 55%, 57.22% 48%, 57.52% 52%, 58.44% 48%, 58.59% 51%, 59.26% 50%, 59.26% 50%, 60.07% 55%, 60.56% 55%, 60.93% 48%, 61.22% 52%, 62.15% 48%, 62.3% 51%, 62.96% 50%, 62.96% 50%, 63.78% 55%, 64.26% 55%, 64.63% 48%, 64.93% 52%, 65.85% 48%, 66% 51%, 66.67% 50%, 66.67% 50%, 67.48% 55%, 67.96% 55%, 68.33% 48%, 68.63% 52%, 69.56% 48%, 69.7% 51%, 70.37% 50%, 70.37% 50%, 71.19% 55%, 71.67% 55%, 72.04% 48%, 72.33% 52%, 73.26% 48%, 73.41% 51%, 74.07% 50%, 74.07% 50%, 74.89% 55%, 75.37% 55%, 75.74% 48%, 76.04% 52%, 76.96% 48%, 77.11% 51%, 77.78% 50%, 77.78% 50%, 78.59% 55%, 79.07% 55%, 79.44% 48%, 79.74% 52%, 80.67% 48%, 80.81% 51%, 81.48% 50%, 81.48% 50%, 82.3% 55%, 82.78% 55%, 83.15% 48%, 83.44% 52%, 84.37% 48%, 84.52% 51%, 85.19% 50%, 85.19% 50%, 86% 55%, 86.48% 55%, 86.85% 48%, 87.15% 52%, 88.07% 48%, 88.22% 51%, 88.89% 50%, 88.89% 50%, 89.7% 55%, 90.19% 55%, 90.56% 48%, 90.85% 52%, 91.78% 48%, 91.93% 51%, 92.59% 50%, 92.59% 50%, 93.41% 55%, 93.89% 55%, 94.26% 48%, 94.56% 52%, 95.48% 48%, 95.63% 51%, 96.3% 50%, 96.3% 50%, 97.11% 55%, 97.59% 55%, 97.96% 48%, 98.26% 52%, 99.19% 48%, 99.33% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth28.SideBottomWall {clip-path: polygon(0% 50%, 0.79% 55%, 1.25% 55%, 1.61% 48%, 1.89% 52%, 2.79% 48%, 2.93% 51%, 3.57% 50%, 3.57% 50%, 4.36% 55%, 4.82% 55%, 5.18% 48%, 5.46% 52%, 6.36% 48%, 6.5% 51%, 7.14% 50%, 7.14% 50%, 7.93% 55%, 8.39% 55%, 8.75% 48%, 9.04% 52%, 9.93% 48%, 10.07% 51%, 10.71% 50%, 10.71% 50%, 11.5% 55%, 11.96% 55%, 12.32% 48%, 12.61% 52%, 13.5% 48%, 13.64% 51%, 14.29% 50%, 14.29% 50%, 15.07% 55%, 15.54% 55%, 15.89% 48%, 16.18% 52%, 17.07% 48%, 17.21% 51%, 17.86% 50%, 17.86% 50%, 18.64% 55%, 19.11% 55%, 19.46% 48%, 19.75% 52%, 20.64% 48%, 20.79% 51%, 21.43% 50%, 21.43% 50%, 22.21% 55%, 22.68% 55%, 23.04% 48%, 23.32% 52%, 24.21% 48%, 24.36% 51%, 25% 50%, 25% 50%, 25.79% 55%, 26.25% 55%, 26.61% 48%, 26.89% 52%, 27.79% 48%, 27.93% 51%, 28.57% 50%, 28.57% 50%, 29.36% 55%, 29.82% 55%, 30.18% 48%, 30.46% 52%, 31.36% 48%, 31.5% 51%, 32.14% 50%, 32.14% 50%, 32.93% 55%, 33.39% 55%, 33.75% 48%, 34.04% 52%, 34.93% 48%, 35.07% 51%, 35.71% 50%, 35.71% 50%, 36.5% 55%, 36.96% 55%, 37.32% 48%, 37.61% 52%, 38.5% 48%, 38.64% 51%, 39.29% 50%, 39.29% 50%, 40.07% 55%, 40.54% 55%, 40.89% 48%, 41.18% 52%, 42.07% 48%, 42.21% 51%, 42.86% 50%, 42.86% 50%, 43.64% 55%, 44.11% 55%, 44.46% 48%, 44.75% 52%, 45.64% 48%, 45.79% 51%, 46.43% 50%, 46.43% 50%, 47.21% 55%, 47.68% 55%, 48.04% 48%, 48.32% 52%, 49.21% 48%, 49.36% 51%, 50% 50%, 50% 50%, 50.79% 55%, 51.25% 55%, 51.61% 48%, 51.89% 52%, 52.79% 48%, 52.93% 51%, 53.57% 50%, 53.57% 50%, 54.36% 55%, 54.82% 55%, 55.18% 48%, 55.46% 52%, 56.36% 48%, 56.5% 51%, 57.14% 50%, 57.14% 50%, 57.93% 55%, 58.39% 55%, 58.75% 48%, 59.04% 52%, 59.93% 48%, 60.07% 51%, 60.71% 50%, 60.71% 50%, 61.5% 55%, 61.96% 55%, 62.32% 48%, 62.61% 52%, 63.5% 48%, 63.64% 51%, 64.29% 50%, 64.29% 50%, 65.07% 55%, 65.54% 55%, 65.89% 48%, 66.18% 52%, 67.07% 48%, 67.21% 51%, 67.86% 50%, 67.86% 50%, 68.64% 55%, 69.11% 55%, 69.46% 48%, 69.75% 52%, 70.64% 48%, 70.79% 51%, 71.43% 50%, 71.43% 50%, 72.21% 55%, 72.68% 55%, 73.04% 48%, 73.32% 52%, 74.21% 48%, 74.36% 51%, 75% 50%, 75% 50%, 75.79% 55%, 76.25% 55%, 76.61% 48%, 76.89% 52%, 77.79% 48%, 77.93% 51%, 78.57% 50%, 78.57% 50%, 79.36% 55%, 79.82% 55%, 80.18% 48%, 80.46% 52%, 81.36% 48%, 81.5% 51%, 82.14% 50%, 82.14% 50%, 82.93% 55%, 83.39% 55%, 83.75% 48%, 84.04% 52%, 84.93% 48%, 85.07% 51%, 85.71% 50%, 85.71% 50%, 86.5% 55%, 86.96% 55%, 87.32% 48%, 87.61% 52%, 88.5% 48%, 88.64% 51%, 89.29% 50%, 89.29% 50%, 90.07% 55%, 90.54% 55%, 90.89% 48%, 91.18% 52%, 92.07% 48%, 92.21% 51%, 92.86% 50%, 92.86% 50%, 93.64% 55%, 94.11% 55%, 94.46% 48%, 94.75% 52%, 95.64% 48%, 95.79% 51%, 96.43% 50%, 96.43% 50%, 97.21% 55%, 97.68% 55%, 98.04% 48%, 98.32% 52%, 99.21% 48%, 99.36% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth29.SideBottomWall {clip-path: polygon(0% 50%, 0.76% 55%, 1.21% 55%, 1.55% 48%, 1.83% 52%, 2.69% 48%, 2.83% 51%, 3.45% 50%, 3.45% 50%, 4.21% 55%, 4.66% 55%, 5% 48%, 5.28% 52%, 6.14% 48%, 6.28% 51%, 6.9% 50%, 6.9% 50%, 7.66% 55%, 8.1% 55%, 8.45% 48%, 8.72% 52%, 9.59% 48%, 9.72% 51%, 10.34% 50%, 10.34% 50%, 11.1% 55%, 11.55% 55%, 11.9% 48%, 12.17% 52%, 13.03% 48%, 13.17% 51%, 13.79% 50%, 13.79% 50%, 14.55% 55%, 15% 55%, 15.34% 48%, 15.62% 52%, 16.48% 48%, 16.62% 51%, 17.24% 50%, 17.24% 50%, 18% 55%, 18.45% 55%, 18.79% 48%, 19.07% 52%, 19.93% 48%, 20.07% 51%, 20.69% 50%, 20.69% 50%, 21.45% 55%, 21.9% 55%, 22.24% 48%, 22.52% 52%, 23.38% 48%, 23.52% 51%, 24.14% 50%, 24.14% 50%, 24.9% 55%, 25.34% 55%, 25.69% 48%, 25.97% 52%, 26.83% 48%, 26.97% 51%, 27.59% 50%, 27.59% 50%, 28.34% 55%, 28.79% 55%, 29.14% 48%, 29.41% 52%, 30.28% 48%, 30.41% 51%, 31.03% 50%, 31.03% 50%, 31.79% 55%, 32.24% 55%, 32.59% 48%, 32.86% 52%, 33.72% 48%, 33.86% 51%, 34.48% 50%, 34.48% 50%, 35.24% 55%, 35.69% 55%, 36.03% 48%, 36.31% 52%, 37.17% 48%, 37.31% 51%, 37.93% 50%, 37.93% 50%, 38.69% 55%, 39.14% 55%, 39.48% 48%, 39.76% 52%, 40.62% 48%, 40.76% 51%, 41.38% 50%, 41.38% 50%, 42.14% 55%, 42.59% 55%, 42.93% 48%, 43.21% 52%, 44.07% 48%, 44.21% 51%, 44.83% 50%, 44.83% 50%, 45.59% 55%, 46.03% 55%, 46.38% 48%, 46.66% 52%, 47.52% 48%, 47.66% 51%, 48.28% 50%, 48.28% 50%, 49.03% 55%, 49.48% 55%, 49.83% 48%, 50.1% 52%, 50.97% 48%, 51.1% 51%, 51.72% 50%, 51.72% 50%, 52.48% 55%, 52.93% 55%, 53.28% 48%, 53.55% 52%, 54.41% 48%, 54.55% 51%, 55.17% 50%, 55.17% 50%, 55.93% 55%, 56.38% 55%, 56.72% 48%, 57% 52%, 57.86% 48%, 58% 51%, 58.62% 50%, 58.62% 50%, 59.38% 55%, 59.83% 55%, 60.17% 48%, 60.45% 52%, 61.31% 48%, 61.45% 51%, 62.07% 50%, 62.07% 50%, 62.83% 55%, 63.28% 55%, 63.62% 48%, 63.9% 52%, 64.76% 48%, 64.9% 51%, 65.52% 50%, 65.52% 50%, 66.28% 55%, 66.72% 55%, 67.07% 48%, 67.34% 52%, 68.21% 48%, 68.34% 51%, 68.97% 50%, 68.97% 50%, 69.72% 55%, 70.17% 55%, 70.52% 48%, 70.79% 52%, 71.66% 48%, 71.79% 51%, 72.41% 50%, 72.41% 50%, 73.17% 55%, 73.62% 55%, 73.97% 48%, 74.24% 52%, 75.1% 48%, 75.24% 51%, 75.86% 50%, 75.86% 50%, 76.62% 55%, 77.07% 55%, 77.41% 48%, 77.69% 52%, 78.55% 48%, 78.69% 51%, 79.31% 50%, 79.31% 50%, 80.07% 55%, 80.52% 55%, 80.86% 48%, 81.14% 52%, 82% 48%, 82.14% 51%, 82.76% 50%, 82.76% 50%, 83.52% 55%, 83.97% 55%, 84.31% 48%, 84.59% 52%, 85.45% 48%, 85.59% 51%, 86.21% 50%, 86.21% 50%, 86.97% 55%, 87.41% 55%, 87.76% 48%, 88.03% 52%, 88.9% 48%, 89.03% 51%, 89.66% 50%, 89.66% 50%, 90.41% 55%, 90.86% 55%, 91.21% 48%, 91.48% 52%, 92.34% 48%, 92.48% 51%, 93.1% 50%, 93.1% 50%, 93.86% 55%, 94.31% 55%, 94.66% 48%, 94.93% 52%, 95.79% 48%, 95.93% 51%, 96.55% 50%, 96.55% 50%, 97.31% 55%, 97.76% 55%, 98.1% 48%, 98.38% 52%, 99.24% 48%, 99.38% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth30.SideBottomWall {clip-path: polygon(0% 50%, 0.73% 55%, 1.17% 55%, 1.5% 48%, 1.77% 52%, 2.6% 48%, 2.73% 51%, 3.33% 50%, 3.33% 50%, 4.07% 55%, 4.5% 55%, 4.83% 48%, 5.1% 52%, 5.93% 48%, 6.07% 51%, 6.67% 50%, 6.67% 50%, 7.4% 55%, 7.83% 55%, 8.17% 48%, 8.43% 52%, 9.27% 48%, 9.4% 51%, 10% 50%, 10% 50%, 10.73% 55%, 11.17% 55%, 11.5% 48%, 11.77% 52%, 12.6% 48%, 12.73% 51%, 13.33% 50%, 13.33% 50%, 14.07% 55%, 14.5% 55%, 14.83% 48%, 15.1% 52%, 15.93% 48%, 16.07% 51%, 16.67% 50%, 16.67% 50%, 17.4% 55%, 17.83% 55%, 18.17% 48%, 18.43% 52%, 19.27% 48%, 19.4% 51%, 20% 50%, 20% 50%, 20.73% 55%, 21.17% 55%, 21.5% 48%, 21.77% 52%, 22.6% 48%, 22.73% 51%, 23.33% 50%, 23.33% 50%, 24.07% 55%, 24.5% 55%, 24.83% 48%, 25.1% 52%, 25.93% 48%, 26.07% 51%, 26.67% 50%, 26.67% 50%, 27.4% 55%, 27.83% 55%, 28.17% 48%, 28.43% 52%, 29.27% 48%, 29.4% 51%, 30% 50%, 30% 50%, 30.73% 55%, 31.17% 55%, 31.5% 48%, 31.77% 52%, 32.6% 48%, 32.73% 51%, 33.33% 50%, 33.33% 50%, 34.07% 55%, 34.5% 55%, 34.83% 48%, 35.1% 52%, 35.93% 48%, 36.07% 51%, 36.67% 50%, 36.67% 50%, 37.4% 55%, 37.83% 55%, 38.17% 48%, 38.43% 52%, 39.27% 48%, 39.4% 51%, 40% 50%, 40% 50%, 40.73% 55%, 41.17% 55%, 41.5% 48%, 41.77% 52%, 42.6% 48%, 42.73% 51%, 43.33% 50%, 43.33% 50%, 44.07% 55%, 44.5% 55%, 44.83% 48%, 45.1% 52%, 45.93% 48%, 46.07% 51%, 46.67% 50%, 46.67% 50%, 47.4% 55%, 47.83% 55%, 48.17% 48%, 48.43% 52%, 49.27% 48%, 49.4% 51%, 50% 50%, 50% 50%, 50.73% 55%, 51.17% 55%, 51.5% 48%, 51.77% 52%, 52.6% 48%, 52.73% 51%, 53.33% 50%, 53.33% 50%, 54.07% 55%, 54.5% 55%, 54.83% 48%, 55.1% 52%, 55.93% 48%, 56.07% 51%, 56.67% 50%, 56.67% 50%, 57.4% 55%, 57.83% 55%, 58.17% 48%, 58.43% 52%, 59.27% 48%, 59.4% 51%, 60% 50%, 60% 50%, 60.73% 55%, 61.17% 55%, 61.5% 48%, 61.77% 52%, 62.6% 48%, 62.73% 51%, 63.33% 50%, 63.33% 50%, 64.07% 55%, 64.5% 55%, 64.83% 48%, 65.1% 52%, 65.93% 48%, 66.07% 51%, 66.67% 50%, 66.67% 50%, 67.4% 55%, 67.83% 55%, 68.17% 48%, 68.43% 52%, 69.27% 48%, 69.4% 51%, 70% 50%, 70% 50%, 70.73% 55%, 71.17% 55%, 71.5% 48%, 71.77% 52%, 72.6% 48%, 72.73% 51%, 73.33% 50%, 73.33% 50%, 74.07% 55%, 74.5% 55%, 74.83% 48%, 75.1% 52%, 75.93% 48%, 76.07% 51%, 76.67% 50%, 76.67% 50%, 77.4% 55%, 77.83% 55%, 78.17% 48%, 78.43% 52%, 79.27% 48%, 79.4% 51%, 80% 50%, 80% 50%, 80.73% 55%, 81.17% 55%, 81.5% 48%, 81.77% 52%, 82.6% 48%, 82.73% 51%, 83.33% 50%, 83.33% 50%, 84.07% 55%, 84.5% 55%, 84.83% 48%, 85.1% 52%, 85.93% 48%, 86.07% 51%, 86.67% 50%, 86.67% 50%, 87.4% 55%, 87.83% 55%, 88.17% 48%, 88.43% 52%, 89.27% 48%, 89.4% 51%, 90% 50%, 90% 50%, 90.73% 55%, 91.17% 55%, 91.5% 48%, 91.77% 52%, 92.6% 48%, 92.73% 51%, 93.33% 50%, 93.33% 50%, 94.07% 55%, 94.5% 55%, 94.83% 48%, 95.1% 52%, 95.93% 48%, 96.07% 51%, 96.67% 50%, 96.67% 50%, 97.4% 55%, 97.83% 55%, 98.17% 48%, 98.43% 52%, 99.27% 48%, 99.4% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth31.SideBottomWall {clip-path: polygon(0% 50%, 0.71% 55%, 1.13% 55%, 1.45% 48%, 1.71% 52%, 2.52% 48%, 2.65% 51%, 3.23% 50%, 3.23% 50%, 3.94% 55%, 4.35% 55%, 4.68% 48%, 4.94% 52%, 5.74% 48%, 5.87% 51%, 6.45% 50%, 6.45% 50%, 7.16% 55%, 7.58% 55%, 7.9% 48%, 8.16% 52%, 8.97% 48%, 9.1% 51%, 9.68% 50%, 9.68% 50%, 10.39% 55%, 10.81% 55%, 11.13% 48%, 11.39% 52%, 12.19% 48%, 12.32% 51%, 12.9% 50%, 12.9% 50%, 13.61% 55%, 14.03% 55%, 14.35% 48%, 14.61% 52%, 15.42% 48%, 15.55% 51%, 16.13% 50%, 16.13% 50%, 16.84% 55%, 17.26% 55%, 17.58% 48%, 17.84% 52%, 18.65% 48%, 18.77% 51%, 19.35% 50%, 19.35% 50%, 20.06% 55%, 20.48% 55%, 20.81% 48%, 21.06% 52%, 21.87% 48%, 22% 51%, 22.58% 50%, 22.58% 50%, 23.29% 55%, 23.71% 55%, 24.03% 48%, 24.29% 52%, 25.1% 48%, 25.23% 51%, 25.81% 50%, 25.81% 50%, 26.52% 55%, 26.94% 55%, 27.26% 48%, 27.52% 52%, 28.32% 48%, 28.45% 51%, 29.03% 50%, 29.03% 50%, 29.74% 55%, 30.16% 55%, 30.48% 48%, 30.74% 52%, 31.55% 48%, 31.68% 51%, 32.26% 50%, 32.26% 50%, 32.97% 55%, 33.39% 55%, 33.71% 48%, 33.97% 52%, 34.77% 48%, 34.9% 51%, 35.48% 50%, 35.48% 50%, 36.19% 55%, 36.61% 55%, 36.94% 48%, 37.19% 52%, 38% 48%, 38.13% 51%, 38.71% 50%, 38.71% 50%, 39.42% 55%, 39.84% 55%, 40.16% 48%, 40.42% 52%, 41.23% 48%, 41.35% 51%, 41.94% 50%, 41.94% 50%, 42.65% 55%, 43.06% 55%, 43.39% 48%, 43.65% 52%, 44.45% 48%, 44.58% 51%, 45.16% 50%, 45.16% 50%, 45.87% 55%, 46.29% 55%, 46.61% 48%, 46.87% 52%, 47.68% 48%, 47.81% 51%, 48.39% 50%, 48.39% 50%, 49.1% 55%, 49.52% 55%, 49.84% 48%, 50.1% 52%, 50.9% 48%, 51.03% 51%, 51.61% 50%, 51.61% 50%, 52.32% 55%, 52.74% 55%, 53.06% 48%, 53.32% 52%, 54.13% 48%, 54.26% 51%, 54.84% 50%, 54.84% 50%, 55.55% 55%, 55.97% 55%, 56.29% 48%, 56.55% 52%, 57.35% 48%, 57.48% 51%, 58.06% 50%, 58.06% 50%, 58.77% 55%, 59.19% 55%, 59.52% 48%, 59.77% 52%, 60.58% 48%, 60.71% 51%, 61.29% 50%, 61.29% 50%, 62% 55%, 62.42% 55%, 62.74% 48%, 63% 52%, 63.81% 48%, 63.94% 51%, 64.52% 50%, 64.52% 50%, 65.23% 55%, 65.65% 55%, 65.97% 48%, 66.23% 52%, 67.03% 48%, 67.16% 51%, 67.74% 50%, 67.74% 50%, 68.45% 55%, 68.87% 55%, 69.19% 48%, 69.45% 52%, 70.26% 48%, 70.39% 51%, 70.97% 50%, 70.97% 50%, 71.68% 55%, 72.1% 55%, 72.42% 48%, 72.68% 52%, 73.48% 48%, 73.61% 51%, 74.19% 50%, 74.19% 50%, 74.9% 55%, 75.32% 55%, 75.65% 48%, 75.9% 52%, 76.71% 48%, 76.84% 51%, 77.42% 50%, 77.42% 50%, 78.13% 55%, 78.55% 55%, 78.87% 48%, 79.13% 52%, 79.94% 48%, 80.06% 51%, 80.65% 50%, 80.65% 50%, 81.35% 55%, 81.77% 55%, 82.1% 48%, 82.35% 52%, 83.16% 48%, 83.29% 51%, 83.87% 50%, 83.87% 50%, 84.58% 55%, 85% 55%, 85.32% 48%, 85.58% 52%, 86.39% 48%, 86.52% 51%, 87.1% 50%, 87.1% 50%, 87.81% 55%, 88.23% 55%, 88.55% 48%, 88.81% 52%, 89.61% 48%, 89.74% 51%, 90.32% 50%, 90.32% 50%, 91.03% 55%, 91.45% 55%, 91.77% 48%, 92.03% 52%, 92.84% 48%, 92.97% 51%, 93.55% 50%, 93.55% 50%, 94.26% 55%, 94.68% 55%, 95% 48%, 95.26% 52%, 96.06% 48%, 96.19% 51%, 96.77% 50%, 96.77% 50%, 97.48% 55%, 97.9% 55%, 98.23% 48%, 98.48% 52%, 99.29% 48%, 99.42% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth32.SideBottomWall {clip-path: polygon(0% 50%, 0.69% 55%, 1.09% 55%, 1.41% 48%, 1.66% 52%, 2.44% 48%, 2.56% 51%, 3.13% 50%, 3.13% 50%, 3.81% 55%, 4.22% 55%, 4.53% 48%, 4.78% 52%, 5.56% 48%, 5.69% 51%, 6.25% 50%, 6.25% 50%, 6.94% 55%, 7.34% 55%, 7.66% 48%, 7.91% 52%, 8.69% 48%, 8.81% 51%, 9.38% 50%, 9.38% 50%, 10.06% 55%, 10.47% 55%, 10.78% 48%, 11.03% 52%, 11.81% 48%, 11.94% 51%, 12.5% 50%, 12.5% 50%, 13.19% 55%, 13.59% 55%, 13.91% 48%, 14.16% 52%, 14.94% 48%, 15.06% 51%, 15.63% 50%, 15.63% 50%, 16.31% 55%, 16.72% 55%, 17.03% 48%, 17.28% 52%, 18.06% 48%, 18.19% 51%, 18.75% 50%, 18.75% 50%, 19.44% 55%, 19.84% 55%, 20.16% 48%, 20.41% 52%, 21.19% 48%, 21.31% 51%, 21.88% 50%, 21.88% 50%, 22.56% 55%, 22.97% 55%, 23.28% 48%, 23.53% 52%, 24.31% 48%, 24.44% 51%, 25% 50%, 25% 50%, 25.69% 55%, 26.09% 55%, 26.41% 48%, 26.66% 52%, 27.44% 48%, 27.56% 51%, 28.13% 50%, 28.13% 50%, 28.81% 55%, 29.22% 55%, 29.53% 48%, 29.78% 52%, 30.56% 48%, 30.69% 51%, 31.25% 50%, 31.25% 50%, 31.94% 55%, 32.34% 55%, 32.66% 48%, 32.91% 52%, 33.69% 48%, 33.81% 51%, 34.38% 50%, 34.38% 50%, 35.06% 55%, 35.47% 55%, 35.78% 48%, 36.03% 52%, 36.81% 48%, 36.94% 51%, 37.5% 50%, 37.5% 50%, 38.19% 55%, 38.59% 55%, 38.91% 48%, 39.16% 52%, 39.94% 48%, 40.06% 51%, 40.63% 50%, 40.63% 50%, 41.31% 55%, 41.72% 55%, 42.03% 48%, 42.28% 52%, 43.06% 48%, 43.19% 51%, 43.75% 50%, 43.75% 50%, 44.44% 55%, 44.84% 55%, 45.16% 48%, 45.41% 52%, 46.19% 48%, 46.31% 51%, 46.88% 50%, 46.88% 50%, 47.56% 55%, 47.97% 55%, 48.28% 48%, 48.53% 52%, 49.31% 48%, 49.44% 51%, 50% 50%, 50% 50%, 50.69% 55%, 51.09% 55%, 51.41% 48%, 51.66% 52%, 52.44% 48%, 52.56% 51%, 53.13% 50%, 53.13% 50%, 53.81% 55%, 54.22% 55%, 54.53% 48%, 54.78% 52%, 55.56% 48%, 55.69% 51%, 56.25% 50%, 56.25% 50%, 56.94% 55%, 57.34% 55%, 57.66% 48%, 57.91% 52%, 58.69% 48%, 58.81% 51%, 59.38% 50%, 59.38% 50%, 60.06% 55%, 60.47% 55%, 60.78% 48%, 61.03% 52%, 61.81% 48%, 61.94% 51%, 62.5% 50%, 62.5% 50%, 63.19% 55%, 63.59% 55%, 63.91% 48%, 64.16% 52%, 64.94% 48%, 65.06% 51%, 65.63% 50%, 65.63% 50%, 66.31% 55%, 66.72% 55%, 67.03% 48%, 67.28% 52%, 68.06% 48%, 68.19% 51%, 68.75% 50%, 68.75% 50%, 69.44% 55%, 69.84% 55%, 70.16% 48%, 70.41% 52%, 71.19% 48%, 71.31% 51%, 71.88% 50%, 71.88% 50%, 72.56% 55%, 72.97% 55%, 73.28% 48%, 73.53% 52%, 74.31% 48%, 74.44% 51%, 75% 50%, 75% 50%, 75.69% 55%, 76.09% 55%, 76.41% 48%, 76.66% 52%, 77.44% 48%, 77.56% 51%, 78.13% 50%, 78.13% 50%, 78.81% 55%, 79.22% 55%, 79.53% 48%, 79.78% 52%, 80.56% 48%, 80.69% 51%, 81.25% 50%, 81.25% 50%, 81.94% 55%, 82.34% 55%, 82.66% 48%, 82.91% 52%, 83.69% 48%, 83.81% 51%, 84.38% 50%, 84.38% 50%, 85.06% 55%, 85.47% 55%, 85.78% 48%, 86.03% 52%, 86.81% 48%, 86.94% 51%, 87.5% 50%, 87.5% 50%, 88.19% 55%, 88.59% 55%, 88.91% 48%, 89.16% 52%, 89.94% 48%, 90.06% 51%, 90.63% 50%, 90.63% 50%, 91.31% 55%, 91.72% 55%, 92.03% 48%, 92.28% 52%, 93.06% 48%, 93.19% 51%, 93.75% 50%, 93.75% 50%, 94.44% 55%, 94.84% 55%, 95.16% 48%, 95.41% 52%, 96.19% 48%, 96.31% 51%, 96.88% 50%, 96.88% 50%, 97.56% 55%, 97.97% 55%, 98.28% 48%, 98.53% 52%, 99.31% 48%, 99.44% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth33.SideBottomWall {clip-path: polygon(0% 50%, 0.67% 55%, 1.06% 55%, 1.36% 48%, 1.61% 52%, 2.36% 48%, 2.48% 51%, 3.03% 50%, 3.03% 50%, 3.7% 55%, 4.09% 55%, 4.39% 48%, 4.64% 52%, 5.39% 48%, 5.52% 51%, 6.06% 50%, 6.06% 50%, 6.73% 55%, 7.12% 55%, 7.42% 48%, 7.67% 52%, 8.42% 48%, 8.55% 51%, 9.09% 50%, 9.09% 50%, 9.76% 55%, 10.15% 55%, 10.45% 48%, 10.7% 52%, 11.45% 48%, 11.58% 51%, 12.12% 50%, 12.12% 50%, 12.79% 55%, 13.18% 55%, 13.48% 48%, 13.73% 52%, 14.48% 48%, 14.61% 51%, 15.15% 50%, 15.15% 50%, 15.82% 55%, 16.21% 55%, 16.52% 48%, 16.76% 52%, 17.52% 48%, 17.64% 51%, 18.18% 50%, 18.18% 50%, 18.85% 55%, 19.24% 55%, 19.55% 48%, 19.79% 52%, 20.55% 48%, 20.67% 51%, 21.21% 50%, 21.21% 50%, 21.88% 55%, 22.27% 55%, 22.58% 48%, 22.82% 52%, 23.58% 48%, 23.7% 51%, 24.24% 50%, 24.24% 50%, 24.91% 55%, 25.3% 55%, 25.61% 48%, 25.85% 52%, 26.61% 48%, 26.73% 51%, 27.27% 50%, 27.27% 50%, 27.94% 55%, 28.33% 55%, 28.64% 48%, 28.88% 52%, 29.64% 48%, 29.76% 51%, 30.3% 50%, 30.3% 50%, 30.97% 55%, 31.36% 55%, 31.67% 48%, 31.91% 52%, 32.67% 48%, 32.79% 51%, 33.33% 50%, 33.33% 50%, 34% 55%, 34.39% 55%, 34.7% 48%, 34.94% 52%, 35.7% 48%, 35.82% 51%, 36.36% 50%, 36.36% 50%, 37.03% 55%, 37.42% 55%, 37.73% 48%, 37.97% 52%, 38.73% 48%, 38.85% 51%, 39.39% 50%, 39.39% 50%, 40.06% 55%, 40.45% 55%, 40.76% 48%, 41% 52%, 41.76% 48%, 41.88% 51%, 42.42% 50%, 42.42% 50%, 43.09% 55%, 43.48% 55%, 43.79% 48%, 44.03% 52%, 44.79% 48%, 44.91% 51%, 45.45% 50%, 45.45% 50%, 46.12% 55%, 46.52% 55%, 46.82% 48%, 47.06% 52%, 47.82% 48%, 47.94% 51%, 48.48% 50%, 48.48% 50%, 49.15% 55%, 49.55% 55%, 49.85% 48%, 50.09% 52%, 50.85% 48%, 50.97% 51%, 51.52% 50%, 51.52% 50%, 52.18% 55%, 52.58% 55%, 52.88% 48%, 53.12% 52%, 53.88% 48%, 54% 51%, 54.55% 50%, 54.55% 50%, 55.21% 55%, 55.61% 55%, 55.91% 48%, 56.15% 52%, 56.91% 48%, 57.03% 51%, 57.58% 50%, 57.58% 50%, 58.24% 55%, 58.64% 55%, 58.94% 48%, 59.18% 52%, 59.94% 48%, 60.06% 51%, 60.61% 50%, 60.61% 50%, 61.27% 55%, 61.67% 55%, 61.97% 48%, 62.21% 52%, 62.97% 48%, 63.09% 51%, 63.64% 50%, 63.64% 50%, 64.3% 55%, 64.7% 55%, 65% 48%, 65.24% 52%, 66% 48%, 66.12% 51%, 66.67% 50%, 66.67% 50%, 67.33% 55%, 67.73% 55%, 68.03% 48%, 68.27% 52%, 69.03% 48%, 69.15% 51%, 69.7% 50%, 69.7% 50%, 70.36% 55%, 70.76% 55%, 71.06% 48%, 71.3% 52%, 72.06% 48%, 72.18% 51%, 72.73% 50%, 72.73% 50%, 73.39% 55%, 73.79% 55%, 74.09% 48%, 74.33% 52%, 75.09% 48%, 75.21% 51%, 75.76% 50%, 75.76% 50%, 76.42% 55%, 76.82% 55%, 77.12% 48%, 77.36% 52%, 78.12% 48%, 78.24% 51%, 78.79% 50%, 78.79% 50%, 79.45% 55%, 79.85% 55%, 80.15% 48%, 80.39% 52%, 81.15% 48%, 81.27% 51%, 81.82% 50%, 81.82% 50%, 82.48% 55%, 82.88% 55%, 83.18% 48%, 83.42% 52%, 84.18% 48%, 84.3% 51%, 84.85% 50%, 84.85% 50%, 85.52% 55%, 85.91% 55%, 86.21% 48%, 86.45% 52%, 87.21% 48%, 87.33% 51%, 87.88% 50%, 87.88% 50%, 88.55% 55%, 88.94% 55%, 89.24% 48%, 89.48% 52%, 90.24% 48%, 90.36% 51%, 90.91% 50%, 90.91% 50%, 91.58% 55%, 91.97% 55%, 92.27% 48%, 92.52% 52%, 93.27% 48%, 93.39% 51%, 93.94% 50%, 93.94% 50%, 94.61% 55%, 95% 55%, 95.3% 48%, 95.55% 52%, 96.3% 48%, 96.42% 51%, 96.97% 50%, 96.97% 50%, 97.64% 55%, 98.03% 55%, 98.33% 48%, 98.58% 52%, 99.33% 48%, 99.45% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth34.SideBottomWall {clip-path: polygon(0% 50%, 0.65% 55%, 1.03% 55%, 1.32% 48%, 1.56% 52%, 2.29% 48%, 2.41% 51%, 2.94% 50%, 2.94% 50%, 3.59% 55%, 3.97% 55%, 4.26% 48%, 4.5% 52%, 5.24% 48%, 5.35% 51%, 5.88% 50%, 5.88% 50%, 6.53% 55%, 6.91% 55%, 7.21% 48%, 7.44% 52%, 8.18% 48%, 8.29% 51%, 8.82% 50%, 8.82% 50%, 9.47% 55%, 9.85% 55%, 10.15% 48%, 10.38% 52%, 11.12% 48%, 11.24% 51%, 11.76% 50%, 11.76% 50%, 12.41% 55%, 12.79% 55%, 13.09% 48%, 13.32% 52%, 14.06% 48%, 14.18% 51%, 14.71% 50%, 14.71% 50%, 15.35% 55%, 15.74% 55%, 16.03% 48%, 16.26% 52%, 17% 48%, 17.12% 51%, 17.65% 50%, 17.65% 50%, 18.29% 55%, 18.68% 55%, 18.97% 48%, 19.21% 52%, 19.94% 48%, 20.06% 51%, 20.59% 50%, 20.59% 50%, 21.24% 55%, 21.62% 55%, 21.91% 48%, 22.15% 52%, 22.88% 48%, 23% 51%, 23.53% 50%, 23.53% 50%, 24.18% 55%, 24.56% 55%, 24.85% 48%, 25.09% 52%, 25.82% 48%, 25.94% 51%, 26.47% 50%, 26.47% 50%, 27.12% 55%, 27.5% 55%, 27.79% 48%, 28.03% 52%, 28.76% 48%, 28.88% 51%, 29.41% 50%, 29.41% 50%, 30.06% 55%, 30.44% 55%, 30.74% 48%, 30.97% 52%, 31.71% 48%, 31.82% 51%, 32.35% 50%, 32.35% 50%, 33% 55%, 33.38% 55%, 33.68% 48%, 33.91% 52%, 34.65% 48%, 34.76% 51%, 35.29% 50%, 35.29% 50%, 35.94% 55%, 36.32% 55%, 36.62% 48%, 36.85% 52%, 37.59% 48%, 37.71% 51%, 38.24% 50%, 38.24% 50%, 38.88% 55%, 39.26% 55%, 39.56% 48%, 39.79% 52%, 40.53% 48%, 40.65% 51%, 41.18% 50%, 41.18% 50%, 41.82% 55%, 42.21% 55%, 42.5% 48%, 42.74% 52%, 43.47% 48%, 43.59% 51%, 44.12% 50%, 44.12% 50%, 44.76% 55%, 45.15% 55%, 45.44% 48%, 45.68% 52%, 46.41% 48%, 46.53% 51%, 47.06% 50%, 47.06% 50%, 47.71% 55%, 48.09% 55%, 48.38% 48%, 48.62% 52%, 49.35% 48%, 49.47% 51%, 50% 50%, 50% 50%, 50.65% 55%, 51.03% 55%, 51.32% 48%, 51.56% 52%, 52.29% 48%, 52.41% 51%, 52.94% 50%, 52.94% 50%, 53.59% 55%, 53.97% 55%, 54.26% 48%, 54.5% 52%, 55.24% 48%, 55.35% 51%, 55.88% 50%, 55.88% 50%, 56.53% 55%, 56.91% 55%, 57.21% 48%, 57.44% 52%, 58.18% 48%, 58.29% 51%, 58.82% 50%, 58.82% 50%, 59.47% 55%, 59.85% 55%, 60.15% 48%, 60.38% 52%, 61.12% 48%, 61.24% 51%, 61.76% 50%, 61.76% 50%, 62.41% 55%, 62.79% 55%, 63.09% 48%, 63.32% 52%, 64.06% 48%, 64.18% 51%, 64.71% 50%, 64.71% 50%, 65.35% 55%, 65.74% 55%, 66.03% 48%, 66.26% 52%, 67% 48%, 67.12% 51%, 67.65% 50%, 67.65% 50%, 68.29% 55%, 68.68% 55%, 68.97% 48%, 69.21% 52%, 69.94% 48%, 70.06% 51%, 70.59% 50%, 70.59% 50%, 71.24% 55%, 71.62% 55%, 71.91% 48%, 72.15% 52%, 72.88% 48%, 73% 51%, 73.53% 50%, 73.53% 50%, 74.18% 55%, 74.56% 55%, 74.85% 48%, 75.09% 52%, 75.82% 48%, 75.94% 51%, 76.47% 50%, 76.47% 50%, 77.12% 55%, 77.5% 55%, 77.79% 48%, 78.03% 52%, 78.76% 48%, 78.88% 51%, 79.41% 50%, 79.41% 50%, 80.06% 55%, 80.44% 55%, 80.74% 48%, 80.97% 52%, 81.71% 48%, 81.82% 51%, 82.35% 50%, 82.35% 50%, 83% 55%, 83.38% 55%, 83.68% 48%, 83.91% 52%, 84.65% 48%, 84.76% 51%, 85.29% 50%, 85.29% 50%, 85.94% 55%, 86.32% 55%, 86.62% 48%, 86.85% 52%, 87.59% 48%, 87.71% 51%, 88.24% 50%, 88.24% 50%, 88.88% 55%, 89.26% 55%, 89.56% 48%, 89.79% 52%, 90.53% 48%, 90.65% 51%, 91.18% 50%, 91.18% 50%, 91.82% 55%, 92.21% 55%, 92.5% 48%, 92.74% 52%, 93.47% 48%, 93.59% 51%, 94.12% 50%, 94.12% 50%, 94.76% 55%, 95.15% 55%, 95.44% 48%, 95.68% 52%, 96.41% 48%, 96.53% 51%, 97.06% 50%, 97.06% 50%, 97.71% 55%, 98.09% 55%, 98.38% 48%, 98.62% 52%, 99.35% 48%, 99.47% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth35.SideBottomWall {clip-path: polygon(0% 50%, 0.63% 55%, 1% 55%, 1.29% 48%, 1.51% 52%, 2.23% 48%, 2.34% 51%, 2.86% 50%, 2.86% 50%, 3.49% 55%, 3.86% 55%, 4.14% 48%, 4.37% 52%, 5.09% 48%, 5.2% 51%, 5.71% 50%, 5.71% 50%, 6.34% 55%, 6.71% 55%, 7% 48%, 7.23% 52%, 7.94% 48%, 8.06% 51%, 8.57% 50%, 8.57% 50%, 9.2% 55%, 9.57% 55%, 9.86% 48%, 10.09% 52%, 10.8% 48%, 10.91% 51%, 11.43% 50%, 11.43% 50%, 12.06% 55%, 12.43% 55%, 12.71% 48%, 12.94% 52%, 13.66% 48%, 13.77% 51%, 14.29% 50%, 14.29% 50%, 14.91% 55%, 15.29% 55%, 15.57% 48%, 15.8% 52%, 16.51% 48%, 16.63% 51%, 17.14% 50%, 17.14% 50%, 17.77% 55%, 18.14% 55%, 18.43% 48%, 18.66% 52%, 19.37% 48%, 19.49% 51%, 20% 50%, 20% 50%, 20.63% 55%, 21% 55%, 21.29% 48%, 21.51% 52%, 22.23% 48%, 22.34% 51%, 22.86% 50%, 22.86% 50%, 23.49% 55%, 23.86% 55%, 24.14% 48%, 24.37% 52%, 25.09% 48%, 25.2% 51%, 25.71% 50%, 25.71% 50%, 26.34% 55%, 26.71% 55%, 27% 48%, 27.23% 52%, 27.94% 48%, 28.06% 51%, 28.57% 50%, 28.57% 50%, 29.2% 55%, 29.57% 55%, 29.86% 48%, 30.09% 52%, 30.8% 48%, 30.91% 51%, 31.43% 50%, 31.43% 50%, 32.06% 55%, 32.43% 55%, 32.71% 48%, 32.94% 52%, 33.66% 48%, 33.77% 51%, 34.29% 50%, 34.29% 50%, 34.91% 55%, 35.29% 55%, 35.57% 48%, 35.8% 52%, 36.51% 48%, 36.63% 51%, 37.14% 50%, 37.14% 50%, 37.77% 55%, 38.14% 55%, 38.43% 48%, 38.66% 52%, 39.37% 48%, 39.49% 51%, 40% 50%, 40% 50%, 40.63% 55%, 41% 55%, 41.29% 48%, 41.51% 52%, 42.23% 48%, 42.34% 51%, 42.86% 50%, 42.86% 50%, 43.49% 55%, 43.86% 55%, 44.14% 48%, 44.37% 52%, 45.09% 48%, 45.2% 51%, 45.71% 50%, 45.71% 50%, 46.34% 55%, 46.71% 55%, 47% 48%, 47.23% 52%, 47.94% 48%, 48.06% 51%, 48.57% 50%, 48.57% 50%, 49.2% 55%, 49.57% 55%, 49.86% 48%, 50.09% 52%, 50.8% 48%, 50.91% 51%, 51.43% 50%, 51.43% 50%, 52.06% 55%, 52.43% 55%, 52.71% 48%, 52.94% 52%, 53.66% 48%, 53.77% 51%, 54.29% 50%, 54.29% 50%, 54.91% 55%, 55.29% 55%, 55.57% 48%, 55.8% 52%, 56.51% 48%, 56.63% 51%, 57.14% 50%, 57.14% 50%, 57.77% 55%, 58.14% 55%, 58.43% 48%, 58.66% 52%, 59.37% 48%, 59.49% 51%, 60% 50%, 60% 50%, 60.63% 55%, 61% 55%, 61.29% 48%, 61.51% 52%, 62.23% 48%, 62.34% 51%, 62.86% 50%, 62.86% 50%, 63.49% 55%, 63.86% 55%, 64.14% 48%, 64.37% 52%, 65.09% 48%, 65.2% 51%, 65.71% 50%, 65.71% 50%, 66.34% 55%, 66.71% 55%, 67% 48%, 67.23% 52%, 67.94% 48%, 68.06% 51%, 68.57% 50%, 68.57% 50%, 69.2% 55%, 69.57% 55%, 69.86% 48%, 70.09% 52%, 70.8% 48%, 70.91% 51%, 71.43% 50%, 71.43% 50%, 72.06% 55%, 72.43% 55%, 72.71% 48%, 72.94% 52%, 73.66% 48%, 73.77% 51%, 74.29% 50%, 74.29% 50%, 74.91% 55%, 75.29% 55%, 75.57% 48%, 75.8% 52%, 76.51% 48%, 76.63% 51%, 77.14% 50%, 77.14% 50%, 77.77% 55%, 78.14% 55%, 78.43% 48%, 78.66% 52%, 79.37% 48%, 79.49% 51%, 80% 50%, 80% 50%, 80.63% 55%, 81% 55%, 81.29% 48%, 81.51% 52%, 82.23% 48%, 82.34% 51%, 82.86% 50%, 82.86% 50%, 83.49% 55%, 83.86% 55%, 84.14% 48%, 84.37% 52%, 85.09% 48%, 85.2% 51%, 85.71% 50%, 85.71% 50%, 86.34% 55%, 86.71% 55%, 87% 48%, 87.23% 52%, 87.94% 48%, 88.06% 51%, 88.57% 50%, 88.57% 50%, 89.2% 55%, 89.57% 55%, 89.86% 48%, 90.09% 52%, 90.8% 48%, 90.91% 51%, 91.43% 50%, 91.43% 50%, 92.06% 55%, 92.43% 55%, 92.71% 48%, 92.94% 52%, 93.66% 48%, 93.77% 51%, 94.29% 50%, 94.29% 50%, 94.91% 55%, 95.29% 55%, 95.57% 48%, 95.8% 52%, 96.51% 48%, 96.63% 51%, 97.14% 50%, 97.14% 50%, 97.77% 55%, 98.14% 55%, 98.43% 48%, 98.66% 52%, 99.37% 48%, 99.49% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth36.SideBottomWall {clip-path: polygon(0% 50%, 0.61% 55%, 0.97% 55%, 1.25% 48%, 1.47% 52%, 2.17% 48%, 2.28% 51%, 2.78% 50%, 2.78% 50%, 3.39% 55%, 3.75% 55%, 4.03% 48%, 4.25% 52%, 4.94% 48%, 5.06% 51%, 5.56% 50%, 5.56% 50%, 6.17% 55%, 6.53% 55%, 6.81% 48%, 7.03% 52%, 7.72% 48%, 7.83% 51%, 8.33% 50%, 8.33% 50%, 8.94% 55%, 9.31% 55%, 9.58% 48%, 9.81% 52%, 10.5% 48%, 10.61% 51%, 11.11% 50%, 11.11% 50%, 11.72% 55%, 12.08% 55%, 12.36% 48%, 12.58% 52%, 13.28% 48%, 13.39% 51%, 13.89% 50%, 13.89% 50%, 14.5% 55%, 14.86% 55%, 15.14% 48%, 15.36% 52%, 16.06% 48%, 16.17% 51%, 16.67% 50%, 16.67% 50%, 17.28% 55%, 17.64% 55%, 17.92% 48%, 18.14% 52%, 18.83% 48%, 18.94% 51%, 19.44% 50%, 19.44% 50%, 20.06% 55%, 20.42% 55%, 20.69% 48%, 20.92% 52%, 21.61% 48%, 21.72% 51%, 22.22% 50%, 22.22% 50%, 22.83% 55%, 23.19% 55%, 23.47% 48%, 23.69% 52%, 24.39% 48%, 24.5% 51%, 25% 50%, 25% 50%, 25.61% 55%, 25.97% 55%, 26.25% 48%, 26.47% 52%, 27.17% 48%, 27.28% 51%, 27.78% 50%, 27.78% 50%, 28.39% 55%, 28.75% 55%, 29.03% 48%, 29.25% 52%, 29.94% 48%, 30.06% 51%, 30.56% 50%, 30.56% 50%, 31.17% 55%, 31.53% 55%, 31.81% 48%, 32.03% 52%, 32.72% 48%, 32.83% 51%, 33.33% 50%, 33.33% 50%, 33.94% 55%, 34.31% 55%, 34.58% 48%, 34.81% 52%, 35.5% 48%, 35.61% 51%, 36.11% 50%, 36.11% 50%, 36.72% 55%, 37.08% 55%, 37.36% 48%, 37.58% 52%, 38.28% 48%, 38.39% 51%, 38.89% 50%, 38.89% 50%, 39.5% 55%, 39.86% 55%, 40.14% 48%, 40.36% 52%, 41.06% 48%, 41.17% 51%, 41.67% 50%, 41.67% 50%, 42.28% 55%, 42.64% 55%, 42.92% 48%, 43.14% 52%, 43.83% 48%, 43.94% 51%, 44.44% 50%, 44.44% 50%, 45.06% 55%, 45.42% 55%, 45.69% 48%, 45.92% 52%, 46.61% 48%, 46.72% 51%, 47.22% 50%, 47.22% 50%, 47.83% 55%, 48.19% 55%, 48.47% 48%, 48.69% 52%, 49.39% 48%, 49.5% 51%, 50% 50%, 50% 50%, 50.61% 55%, 50.97% 55%, 51.25% 48%, 51.47% 52%, 52.17% 48%, 52.28% 51%, 52.78% 50%, 52.78% 50%, 53.39% 55%, 53.75% 55%, 54.03% 48%, 54.25% 52%, 54.94% 48%, 55.06% 51%, 55.56% 50%, 55.56% 50%, 56.17% 55%, 56.53% 55%, 56.81% 48%, 57.03% 52%, 57.72% 48%, 57.83% 51%, 58.33% 50%, 58.33% 50%, 58.94% 55%, 59.31% 55%, 59.58% 48%, 59.81% 52%, 60.5% 48%, 60.61% 51%, 61.11% 50%, 61.11% 50%, 61.72% 55%, 62.08% 55%, 62.36% 48%, 62.58% 52%, 63.28% 48%, 63.39% 51%, 63.89% 50%, 63.89% 50%, 64.5% 55%, 64.86% 55%, 65.14% 48%, 65.36% 52%, 66.06% 48%, 66.17% 51%, 66.67% 50%, 66.67% 50%, 67.28% 55%, 67.64% 55%, 67.92% 48%, 68.14% 52%, 68.83% 48%, 68.94% 51%, 69.44% 50%, 69.44% 50%, 70.06% 55%, 70.42% 55%, 70.69% 48%, 70.92% 52%, 71.61% 48%, 71.72% 51%, 72.22% 50%, 72.22% 50%, 72.83% 55%, 73.19% 55%, 73.47% 48%, 73.69% 52%, 74.39% 48%, 74.5% 51%, 75% 50%, 75% 50%, 75.61% 55%, 75.97% 55%, 76.25% 48%, 76.47% 52%, 77.17% 48%, 77.28% 51%, 77.78% 50%, 77.78% 50%, 78.39% 55%, 78.75% 55%, 79.03% 48%, 79.25% 52%, 79.94% 48%, 80.06% 51%, 80.56% 50%, 80.56% 50%, 81.17% 55%, 81.53% 55%, 81.81% 48%, 82.03% 52%, 82.72% 48%, 82.83% 51%, 83.33% 50%, 83.33% 50%, 83.94% 55%, 84.31% 55%, 84.58% 48%, 84.81% 52%, 85.5% 48%, 85.61% 51%, 86.11% 50%, 86.11% 50%, 86.72% 55%, 87.08% 55%, 87.36% 48%, 87.58% 52%, 88.28% 48%, 88.39% 51%, 88.89% 50%, 88.89% 50%, 89.5% 55%, 89.86% 55%, 90.14% 48%, 90.36% 52%, 91.06% 48%, 91.17% 51%, 91.67% 50%, 91.67% 50%, 92.28% 55%, 92.64% 55%, 92.92% 48%, 93.14% 52%, 93.83% 48%, 93.94% 51%, 94.44% 50%, 94.44% 50%, 95.06% 55%, 95.42% 55%, 95.69% 48%, 95.92% 52%, 96.61% 48%, 96.72% 51%, 97.22% 50%, 97.22% 50%, 97.83% 55%, 98.19% 55%, 98.47% 48%, 98.69% 52%, 99.39% 48%, 99.5% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth37.SideBottomWall {clip-path: polygon(0% 50%, 0.59% 55%, 0.95% 55%, 1.22% 48%, 1.43% 52%, 2.11% 48%, 2.22% 51%, 2.7% 50%, 2.7% 50%, 3.3% 55%, 3.65% 55%, 3.92% 48%, 4.14% 52%, 4.81% 48%, 4.92% 51%, 5.41% 50%, 5.41% 50%, 6% 55%, 6.35% 55%, 6.62% 48%, 6.84% 52%, 7.51% 48%, 7.62% 51%, 8.11% 50%, 8.11% 50%, 8.7% 55%, 9.05% 55%, 9.32% 48%, 9.54% 52%, 10.22% 48%, 10.32% 51%, 10.81% 50%, 10.81% 50%, 11.41% 55%, 11.76% 55%, 12.03% 48%, 12.24% 52%, 12.92% 48%, 13.03% 51%, 13.51% 50%, 13.51% 50%, 14.11% 55%, 14.46% 55%, 14.73% 48%, 14.95% 52%, 15.62% 48%, 15.73% 51%, 16.22% 50%, 16.22% 50%, 16.81% 55%, 17.16% 55%, 17.43% 48%, 17.65% 52%, 18.32% 48%, 18.43% 51%, 18.92% 50%, 18.92% 50%, 19.51% 55%, 19.86% 55%, 20.14% 48%, 20.35% 52%, 21.03% 48%, 21.14% 51%, 21.62% 50%, 21.62% 50%, 22.22% 55%, 22.57% 55%, 22.84% 48%, 23.05% 52%, 23.73% 48%, 23.84% 51%, 24.32% 50%, 24.32% 50%, 24.92% 55%, 25.27% 55%, 25.54% 48%, 25.76% 52%, 26.43% 48%, 26.54% 51%, 27.03% 50%, 27.03% 50%, 27.62% 55%, 27.97% 55%, 28.24% 48%, 28.46% 52%, 29.14% 48%, 29.24% 51%, 29.73% 50%, 29.73% 50%, 30.32% 55%, 30.68% 55%, 30.95% 48%, 31.16% 52%, 31.84% 48%, 31.95% 51%, 32.43% 50%, 32.43% 50%, 33.03% 55%, 33.38% 55%, 33.65% 48%, 33.86% 52%, 34.54% 48%, 34.65% 51%, 35.14% 50%, 35.14% 50%, 35.73% 55%, 36.08% 55%, 36.35% 48%, 36.57% 52%, 37.24% 48%, 37.35% 51%, 37.84% 50%, 37.84% 50%, 38.43% 55%, 38.78% 55%, 39.05% 48%, 39.27% 52%, 39.95% 48%, 40.05% 51%, 40.54% 50%, 40.54% 50%, 41.14% 55%, 41.49% 55%, 41.76% 48%, 41.97% 52%, 42.65% 48%, 42.76% 51%, 43.24% 50%, 43.24% 50%, 43.84% 55%, 44.19% 55%, 44.46% 48%, 44.68% 52%, 45.35% 48%, 45.46% 51%, 45.95% 50%, 45.95% 50%, 46.54% 55%, 46.89% 55%, 47.16% 48%, 47.38% 52%, 48.05% 48%, 48.16% 51%, 48.65% 50%, 48.65% 50%, 49.24% 55%, 49.59% 55%, 49.86% 48%, 50.08% 52%, 50.76% 48%, 50.86% 51%, 51.35% 50%, 51.35% 50%, 51.95% 55%, 52.3% 55%, 52.57% 48%, 52.78% 52%, 53.46% 48%, 53.57% 51%, 54.05% 50%, 54.05% 50%, 54.65% 55%, 55% 55%, 55.27% 48%, 55.49% 52%, 56.16% 48%, 56.27% 51%, 56.76% 50%, 56.76% 50%, 57.35% 55%, 57.7% 55%, 57.97% 48%, 58.19% 52%, 58.86% 48%, 58.97% 51%, 59.46% 50%, 59.46% 50%, 60.05% 55%, 60.41% 55%, 60.68% 48%, 60.89% 52%, 61.57% 48%, 61.68% 51%, 62.16% 50%, 62.16% 50%, 62.76% 55%, 63.11% 55%, 63.38% 48%, 63.59% 52%, 64.27% 48%, 64.38% 51%, 64.86% 50%, 64.86% 50%, 65.46% 55%, 65.81% 55%, 66.08% 48%, 66.3% 52%, 66.97% 48%, 67.08% 51%, 67.57% 50%, 67.57% 50%, 68.16% 55%, 68.51% 55%, 68.78% 48%, 69% 52%, 69.68% 48%, 69.78% 51%, 70.27% 50%, 70.27% 50%, 70.86% 55%, 71.22% 55%, 71.49% 48%, 71.7% 52%, 72.38% 48%, 72.49% 51%, 72.97% 50%, 72.97% 50%, 73.57% 55%, 73.92% 55%, 74.19% 48%, 74.41% 52%, 75.08% 48%, 75.19% 51%, 75.68% 50%, 75.68% 50%, 76.27% 55%, 76.62% 55%, 76.89% 48%, 77.11% 52%, 77.78% 48%, 77.89% 51%, 78.38% 50%, 78.38% 50%, 78.97% 55%, 79.32% 55%, 79.59% 48%, 79.81% 52%, 80.49% 48%, 80.59% 51%, 81.08% 50%, 81.08% 50%, 81.68% 55%, 82.03% 55%, 82.3% 48%, 82.51% 52%, 83.19% 48%, 83.3% 51%, 83.78% 50%, 83.78% 50%, 84.38% 55%, 84.73% 55%, 85% 48%, 85.22% 52%, 85.89% 48%, 86% 51%, 86.49% 50%, 86.49% 50%, 87.08% 55%, 87.43% 55%, 87.7% 48%, 87.92% 52%, 88.59% 48%, 88.7% 51%, 89.19% 50%, 89.19% 50%, 89.78% 55%, 90.14% 55%, 90.41% 48%, 90.62% 52%, 91.3% 48%, 91.41% 51%, 91.89% 50%, 91.89% 50%, 92.49% 55%, 92.84% 55%, 93.11% 48%, 93.32% 52%, 94% 48%, 94.11% 51%, 94.59% 50%, 94.59% 50%, 95.19% 55%, 95.54% 55%, 95.81% 48%, 96.03% 52%, 96.7% 48%, 96.81% 51%, 97.3% 50%, 97.3% 50%, 97.89% 55%, 98.24% 55%, 98.51% 48%, 98.73% 52%, 99.41% 48%, 99.51% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth38.SideBottomWall {clip-path: polygon(0% 50%, 0.58% 55%, 0.92% 55%, 1.18% 48%, 1.39% 52%, 2.05% 48%, 2.16% 51%, 2.63% 50%, 2.63% 50%, 3.21% 55%, 3.55% 55%, 3.82% 48%, 4.03% 52%, 4.68% 48%, 4.79% 51%, 5.26% 50%, 5.26% 50%, 5.84% 55%, 6.18% 55%, 6.45% 48%, 6.66% 52%, 7.32% 48%, 7.42% 51%, 7.89% 50%, 7.89% 50%, 8.47% 55%, 8.82% 55%, 9.08% 48%, 9.29% 52%, 9.95% 48%, 10.05% 51%, 10.53% 50%, 10.53% 50%, 11.11% 55%, 11.45% 55%, 11.71% 48%, 11.92% 52%, 12.58% 48%, 12.68% 51%, 13.16% 50%, 13.16% 50%, 13.74% 55%, 14.08% 55%, 14.34% 48%, 14.55% 52%, 15.21% 48%, 15.32% 51%, 15.79% 50%, 15.79% 50%, 16.37% 55%, 16.71% 55%, 16.97% 48%, 17.18% 52%, 17.84% 48%, 17.95% 51%, 18.42% 50%, 18.42% 50%, 19% 55%, 19.34% 55%, 19.61% 48%, 19.82% 52%, 20.47% 48%, 20.58% 51%, 21.05% 50%, 21.05% 50%, 21.63% 55%, 21.97% 55%, 22.24% 48%, 22.45% 52%, 23.11% 48%, 23.21% 51%, 23.68% 50%, 23.68% 50%, 24.26% 55%, 24.61% 55%, 24.87% 48%, 25.08% 52%, 25.74% 48%, 25.84% 51%, 26.32% 50%, 26.32% 50%, 26.89% 55%, 27.24% 55%, 27.5% 48%, 27.71% 52%, 28.37% 48%, 28.47% 51%, 28.95% 50%, 28.95% 50%, 29.53% 55%, 29.87% 55%, 30.13% 48%, 30.34% 52%, 31% 48%, 31.11% 51%, 31.58% 50%, 31.58% 50%, 32.16% 55%, 32.5% 55%, 32.76% 48%, 32.97% 52%, 33.63% 48%, 33.74% 51%, 34.21% 50%, 34.21% 50%, 34.79% 55%, 35.13% 55%, 35.39% 48%, 35.61% 52%, 36.26% 48%, 36.37% 51%, 36.84% 50%, 36.84% 50%, 37.42% 55%, 37.76% 55%, 38.03% 48%, 38.24% 52%, 38.89% 48%, 39% 51%, 39.47% 50%, 39.47% 50%, 40.05% 55%, 40.39% 55%, 40.66% 48%, 40.87% 52%, 41.53% 48%, 41.63% 51%, 42.11% 50%, 42.11% 50%, 42.68% 55%, 43.03% 55%, 43.29% 48%, 43.5% 52%, 44.16% 48%, 44.26% 51%, 44.74% 50%, 44.74% 50%, 45.32% 55%, 45.66% 55%, 45.92% 48%, 46.13% 52%, 46.79% 48%, 46.89% 51%, 47.37% 50%, 47.37% 50%, 47.95% 55%, 48.29% 55%, 48.55% 48%, 48.76% 52%, 49.42% 48%, 49.53% 51%, 50% 50%, 50% 50%, 50.58% 55%, 50.92% 55%, 51.18% 48%, 51.39% 52%, 52.05% 48%, 52.16% 51%, 52.63% 50%, 52.63% 50%, 53.21% 55%, 53.55% 55%, 53.82% 48%, 54.03% 52%, 54.68% 48%, 54.79% 51%, 55.26% 50%, 55.26% 50%, 55.84% 55%, 56.18% 55%, 56.45% 48%, 56.66% 52%, 57.32% 48%, 57.42% 51%, 57.89% 50%, 57.89% 50%, 58.47% 55%, 58.82% 55%, 59.08% 48%, 59.29% 52%, 59.95% 48%, 60.05% 51%, 60.53% 50%, 60.53% 50%, 61.11% 55%, 61.45% 55%, 61.71% 48%, 61.92% 52%, 62.58% 48%, 62.68% 51%, 63.16% 50%, 63.16% 50%, 63.74% 55%, 64.08% 55%, 64.34% 48%, 64.55% 52%, 65.21% 48%, 65.32% 51%, 65.79% 50%, 65.79% 50%, 66.37% 55%, 66.71% 55%, 66.97% 48%, 67.18% 52%, 67.84% 48%, 67.95% 51%, 68.42% 50%, 68.42% 50%, 69% 55%, 69.34% 55%, 69.61% 48%, 69.82% 52%, 70.47% 48%, 70.58% 51%, 71.05% 50%, 71.05% 50%, 71.63% 55%, 71.97% 55%, 72.24% 48%, 72.45% 52%, 73.11% 48%, 73.21% 51%, 73.68% 50%, 73.68% 50%, 74.26% 55%, 74.61% 55%, 74.87% 48%, 75.08% 52%, 75.74% 48%, 75.84% 51%, 76.32% 50%, 76.32% 50%, 76.89% 55%, 77.24% 55%, 77.5% 48%, 77.71% 52%, 78.37% 48%, 78.47% 51%, 78.95% 50%, 78.95% 50%, 79.53% 55%, 79.87% 55%, 80.13% 48%, 80.34% 52%, 81% 48%, 81.11% 51%, 81.58% 50%, 81.58% 50%, 82.16% 55%, 82.5% 55%, 82.76% 48%, 82.97% 52%, 83.63% 48%, 83.74% 51%, 84.21% 50%, 84.21% 50%, 84.79% 55%, 85.13% 55%, 85.39% 48%, 85.61% 52%, 86.26% 48%, 86.37% 51%, 86.84% 50%, 86.84% 50%, 87.42% 55%, 87.76% 55%, 88.03% 48%, 88.24% 52%, 88.89% 48%, 89% 51%, 89.47% 50%, 89.47% 50%, 90.05% 55%, 90.39% 55%, 90.66% 48%, 90.87% 52%, 91.53% 48%, 91.63% 51%, 92.11% 50%, 92.11% 50%, 92.68% 55%, 93.03% 55%, 93.29% 48%, 93.5% 52%, 94.16% 48%, 94.26% 51%, 94.74% 50%, 94.74% 50%, 95.32% 55%, 95.66% 55%, 95.92% 48%, 96.13% 52%, 96.79% 48%, 96.89% 51%, 97.37% 50%, 97.37% 50%, 97.95% 55%, 98.29% 55%, 98.55% 48%, 98.76% 52%, 99.42% 48%, 99.53% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth39.SideBottomWall {clip-path: polygon(0% 50%, 0.56% 55%, 0.9% 55%, 1.15% 48%, 1.36% 52%, 2% 48%, 2.1% 51%, 2.56% 50%, 2.56% 50%, 3.13% 55%, 3.46% 55%, 3.72% 48%, 3.92% 52%, 4.56% 48%, 4.67% 51%, 5.13% 50%, 5.13% 50%, 5.69% 55%, 6.03% 55%, 6.28% 48%, 6.49% 52%, 7.13% 48%, 7.23% 51%, 7.69% 50%, 7.69% 50%, 8.26% 55%, 8.59% 55%, 8.85% 48%, 9.05% 52%, 9.69% 48%, 9.79% 51%, 10.26% 50%, 10.26% 50%, 10.82% 55%, 11.15% 55%, 11.41% 48%, 11.62% 52%, 12.26% 48%, 12.36% 51%, 12.82% 50%, 12.82% 50%, 13.38% 55%, 13.72% 55%, 13.97% 48%, 14.18% 52%, 14.82% 48%, 14.92% 51%, 15.38% 50%, 15.38% 50%, 15.95% 55%, 16.28% 55%, 16.54% 48%, 16.74% 52%, 17.38% 48%, 17.49% 51%, 17.95% 50%, 17.95% 50%, 18.51% 55%, 18.85% 55%, 19.1% 48%, 19.31% 52%, 19.95% 48%, 20.05% 51%, 20.51% 50%, 20.51% 50%, 21.08% 55%, 21.41% 55%, 21.67% 48%, 21.87% 52%, 22.51% 48%, 22.62% 51%, 23.08% 50%, 23.08% 50%, 23.64% 55%, 23.97% 55%, 24.23% 48%, 24.44% 52%, 25.08% 48%, 25.18% 51%, 25.64% 50%, 25.64% 50%, 26.21% 55%, 26.54% 55%, 26.79% 48%, 27% 52%, 27.64% 48%, 27.74% 51%, 28.21% 50%, 28.21% 50%, 28.77% 55%, 29.1% 55%, 29.36% 48%, 29.56% 52%, 30.21% 48%, 30.31% 51%, 30.77% 50%, 30.77% 50%, 31.33% 55%, 31.67% 55%, 31.92% 48%, 32.13% 52%, 32.77% 48%, 32.87% 51%, 33.33% 50%, 33.33% 50%, 33.9% 55%, 34.23% 55%, 34.49% 48%, 34.69% 52%, 35.33% 48%, 35.44% 51%, 35.9% 50%, 35.9% 50%, 36.46% 55%, 36.79% 55%, 37.05% 48%, 37.26% 52%, 37.9% 48%, 38% 51%, 38.46% 50%, 38.46% 50%, 39.03% 55%, 39.36% 55%, 39.62% 48%, 39.82% 52%, 40.46% 48%, 40.56% 51%, 41.03% 50%, 41.03% 50%, 41.59% 55%, 41.92% 55%, 42.18% 48%, 42.38% 52%, 43.03% 48%, 43.13% 51%, 43.59% 50%, 43.59% 50%, 44.15% 55%, 44.49% 55%, 44.74% 48%, 44.95% 52%, 45.59% 48%, 45.69% 51%, 46.15% 50%, 46.15% 50%, 46.72% 55%, 47.05% 55%, 47.31% 48%, 47.51% 52%, 48.15% 48%, 48.26% 51%, 48.72% 50%, 48.72% 50%, 49.28% 55%, 49.62% 55%, 49.87% 48%, 50.08% 52%, 50.72% 48%, 50.82% 51%, 51.28% 50%, 51.28% 50%, 51.85% 55%, 52.18% 55%, 52.44% 48%, 52.64% 52%, 53.28% 48%, 53.38% 51%, 53.85% 50%, 53.85% 50%, 54.41% 55%, 54.74% 55%, 55% 48%, 55.21% 52%, 55.85% 48%, 55.95% 51%, 56.41% 50%, 56.41% 50%, 56.97% 55%, 57.31% 55%, 57.56% 48%, 57.77% 52%, 58.41% 48%, 58.51% 51%, 58.97% 50%, 58.97% 50%, 59.54% 55%, 59.87% 55%, 60.13% 48%, 60.33% 52%, 60.97% 48%, 61.08% 51%, 61.54% 50%, 61.54% 50%, 62.1% 55%, 62.44% 55%, 62.69% 48%, 62.9% 52%, 63.54% 48%, 63.64% 51%, 64.1% 50%, 64.1% 50%, 64.67% 55%, 65% 55%, 65.26% 48%, 65.46% 52%, 66.1% 48%, 66.21% 51%, 66.67% 50%, 66.67% 50%, 67.23% 55%, 67.56% 55%, 67.82% 48%, 68.03% 52%, 68.67% 48%, 68.77% 51%, 69.23% 50%, 69.23% 50%, 69.79% 55%, 70.13% 55%, 70.38% 48%, 70.59% 52%, 71.23% 48%, 71.33% 51%, 71.79% 50%, 71.79% 50%, 72.36% 55%, 72.69% 55%, 72.95% 48%, 73.15% 52%, 73.79% 48%, 73.9% 51%, 74.36% 50%, 74.36% 50%, 74.92% 55%, 75.26% 55%, 75.51% 48%, 75.72% 52%, 76.36% 48%, 76.46% 51%, 76.92% 50%, 76.92% 50%, 77.49% 55%, 77.82% 55%, 78.08% 48%, 78.28% 52%, 78.92% 48%, 79.03% 51%, 79.49% 50%, 79.49% 50%, 80.05% 55%, 80.38% 55%, 80.64% 48%, 80.85% 52%, 81.49% 48%, 81.59% 51%, 82.05% 50%, 82.05% 50%, 82.62% 55%, 82.95% 55%, 83.21% 48%, 83.41% 52%, 84.05% 48%, 84.15% 51%, 84.62% 50%, 84.62% 50%, 85.18% 55%, 85.51% 55%, 85.77% 48%, 85.97% 52%, 86.62% 48%, 86.72% 51%, 87.18% 50%, 87.18% 50%, 87.74% 55%, 88.08% 55%, 88.33% 48%, 88.54% 52%, 89.18% 48%, 89.28% 51%, 89.74% 50%, 89.74% 50%, 90.31% 55%, 90.64% 55%, 90.9% 48%, 91.1% 52%, 91.74% 48%, 91.85% 51%, 92.31% 50%, 92.31% 50%, 92.87% 55%, 93.21% 55%, 93.46% 48%, 93.67% 52%, 94.31% 48%, 94.41% 51%, 94.87% 50%, 94.87% 50%, 95.44% 55%, 95.77% 55%, 96.03% 48%, 96.23% 52%, 96.87% 48%, 96.97% 51%, 97.44% 50%, 97.44% 50%, 98% 55%, 98.33% 55%, 98.59% 48%, 98.79% 52%, 99.44% 48%, 99.54% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth40.SideBottomWall {clip-path: polygon(0% 50%, 0.55% 55%, 0.88% 55%, 1.13% 48%, 1.33% 52%, 1.95% 48%, 2.05% 51%, 2.5% 50%, 2.5% 50%, 3.05% 55%, 3.38% 55%, 3.63% 48%, 3.83% 52%, 4.45% 48%, 4.55% 51%, 5% 50%, 5% 50%, 5.55% 55%, 5.88% 55%, 6.13% 48%, 6.33% 52%, 6.95% 48%, 7.05% 51%, 7.5% 50%, 7.5% 50%, 8.05% 55%, 8.38% 55%, 8.63% 48%, 8.83% 52%, 9.45% 48%, 9.55% 51%, 10% 50%, 10% 50%, 10.55% 55%, 10.88% 55%, 11.13% 48%, 11.33% 52%, 11.95% 48%, 12.05% 51%, 12.5% 50%, 12.5% 50%, 13.05% 55%, 13.38% 55%, 13.63% 48%, 13.83% 52%, 14.45% 48%, 14.55% 51%, 15% 50%, 15% 50%, 15.55% 55%, 15.88% 55%, 16.13% 48%, 16.33% 52%, 16.95% 48%, 17.05% 51%, 17.5% 50%, 17.5% 50%, 18.05% 55%, 18.38% 55%, 18.63% 48%, 18.83% 52%, 19.45% 48%, 19.55% 51%, 20% 50%, 20% 50%, 20.55% 55%, 20.88% 55%, 21.13% 48%, 21.33% 52%, 21.95% 48%, 22.05% 51%, 22.5% 50%, 22.5% 50%, 23.05% 55%, 23.38% 55%, 23.63% 48%, 23.83% 52%, 24.45% 48%, 24.55% 51%, 25% 50%, 25% 50%, 25.55% 55%, 25.88% 55%, 26.13% 48%, 26.33% 52%, 26.95% 48%, 27.05% 51%, 27.5% 50%, 27.5% 50%, 28.05% 55%, 28.38% 55%, 28.63% 48%, 28.83% 52%, 29.45% 48%, 29.55% 51%, 30% 50%, 30% 50%, 30.55% 55%, 30.88% 55%, 31.13% 48%, 31.33% 52%, 31.95% 48%, 32.05% 51%, 32.5% 50%, 32.5% 50%, 33.05% 55%, 33.38% 55%, 33.63% 48%, 33.83% 52%, 34.45% 48%, 34.55% 51%, 35% 50%, 35% 50%, 35.55% 55%, 35.88% 55%, 36.13% 48%, 36.33% 52%, 36.95% 48%, 37.05% 51%, 37.5% 50%, 37.5% 50%, 38.05% 55%, 38.38% 55%, 38.63% 48%, 38.83% 52%, 39.45% 48%, 39.55% 51%, 40% 50%, 40% 50%, 40.55% 55%, 40.88% 55%, 41.13% 48%, 41.33% 52%, 41.95% 48%, 42.05% 51%, 42.5% 50%, 42.5% 50%, 43.05% 55%, 43.38% 55%, 43.63% 48%, 43.83% 52%, 44.45% 48%, 44.55% 51%, 45% 50%, 45% 50%, 45.55% 55%, 45.88% 55%, 46.13% 48%, 46.33% 52%, 46.95% 48%, 47.05% 51%, 47.5% 50%, 47.5% 50%, 48.05% 55%, 48.38% 55%, 48.63% 48%, 48.83% 52%, 49.45% 48%, 49.55% 51%, 50% 50%, 50% 50%, 50.55% 55%, 50.88% 55%, 51.13% 48%, 51.33% 52%, 51.95% 48%, 52.05% 51%, 52.5% 50%, 52.5% 50%, 53.05% 55%, 53.38% 55%, 53.63% 48%, 53.83% 52%, 54.45% 48%, 54.55% 51%, 55% 50%, 55% 50%, 55.55% 55%, 55.88% 55%, 56.13% 48%, 56.33% 52%, 56.95% 48%, 57.05% 51%, 57.5% 50%, 57.5% 50%, 58.05% 55%, 58.37% 55%, 58.62% 48%, 58.82% 52%, 59.45% 48%, 59.55% 51%, 60% 50%, 60% 50%, 60.55% 55%, 60.88% 55%, 61.13% 48%, 61.33% 52%, 61.95% 48%, 62.05% 51%, 62.5% 50%, 62.5% 50%, 63.05% 55%, 63.38% 55%, 63.63% 48%, 63.83% 52%, 64.45% 48%, 64.55% 51%, 65% 50%, 65% 50%, 65.55% 55%, 65.88% 55%, 66.13% 48%, 66.33% 52%, 66.95% 48%, 67.05% 51%, 67.5% 50%, 67.5% 50%, 68.05% 55%, 68.38% 55%, 68.63% 48%, 68.83% 52%, 69.45% 48%, 69.55% 51%, 70% 50%, 70% 50%, 70.55% 55%, 70.88% 55%, 71.13% 48%, 71.33% 52%, 71.95% 48%, 72.05% 51%, 72.5% 50%, 72.5% 50%, 73.05% 55%, 73.38% 55%, 73.63% 48%, 73.83% 52%, 74.45% 48%, 74.55% 51%, 75% 50%, 75% 50%, 75.55% 55%, 75.88% 55%, 76.13% 48%, 76.33% 52%, 76.95% 48%, 77.05% 51%, 77.5% 50%, 77.5% 50%, 78.05% 55%, 78.38% 55%, 78.63% 48%, 78.83% 52%, 79.45% 48%, 79.55% 51%, 80% 50%, 80% 50%, 80.55% 55%, 80.88% 55%, 81.13% 48%, 81.33% 52%, 81.95% 48%, 82.05% 51%, 82.5% 50%, 82.5% 50%, 83.05% 55%, 83.38% 55%, 83.63% 48%, 83.83% 52%, 84.45% 48%, 84.55% 51%, 85% 50%, 85% 50%, 85.55% 55%, 85.88% 55%, 86.13% 48%, 86.33% 52%, 86.95% 48%, 87.05% 51%, 87.5% 50%, 87.5% 50%, 88.05% 55%, 88.38% 55%, 88.63% 48%, 88.83% 52%, 89.45% 48%, 89.55% 51%, 90% 50%, 90% 50%, 90.55% 55%, 90.88% 55%, 91.13% 48%, 91.33% 52%, 91.95% 48%, 92.05% 51%, 92.5% 50%, 92.5% 50%, 93.05% 55%, 93.38% 55%, 93.63% 48%, 93.83% 52%, 94.45% 48%, 94.55% 51%, 95% 50%, 95% 50%, 95.55% 55%, 95.88% 55%, 96.13% 48%, 96.33% 52%, 96.95% 48%, 97.05% 51%, 97.5% 50%, 97.5% 50%, 98.05% 55%, 98.38% 55%, 98.63% 48%, 98.83% 52%, 99.45% 48%, 99.55% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth41.SideBottomWall {clip-path: polygon(0% 50%, 0.54% 55%, 0.85% 55%, 1.1% 48%, 1.29% 52%, 1.9% 48%, 2% 51%, 2.44% 50%, 2.44% 50%, 2.98% 55%, 3.29% 55%, 3.54% 48%, 3.73% 52%, 4.34% 48%, 4.44% 51%, 4.88% 50%, 4.88% 50%, 5.41% 55%, 5.73% 55%, 5.98% 48%, 6.17% 52%, 6.78% 48%, 6.88% 51%, 7.32% 50%, 7.32% 50%, 7.85% 55%, 8.17% 55%, 8.41% 48%, 8.61% 52%, 9.22% 48%, 9.32% 51%, 9.76% 50%, 9.76% 50%, 10.29% 55%, 10.61% 55%, 10.85% 48%, 11.05% 52%, 11.66% 48%, 11.76% 51%, 12.2% 50%, 12.2% 50%, 12.73% 55%, 13.05% 55%, 13.29% 48%, 13.49% 52%, 14.1% 48%, 14.2% 51%, 14.63% 50%, 14.63% 50%, 15.17% 55%, 15.49% 55%, 15.73% 48%, 15.93% 52%, 16.54% 48%, 16.63% 51%, 17.07% 50%, 17.07% 50%, 17.61% 55%, 17.93% 55%, 18.17% 48%, 18.37% 52%, 18.98% 48%, 19.07% 51%, 19.51% 50%, 19.51% 50%, 20.05% 55%, 20.37% 55%, 20.61% 48%, 20.8% 52%, 21.41% 48%, 21.51% 51%, 21.95% 50%, 21.95% 50%, 22.49% 55%, 22.8% 55%, 23.05% 48%, 23.24% 52%, 23.85% 48%, 23.95% 51%, 24.39% 50%, 24.39% 50%, 24.93% 55%, 25.24% 55%, 25.49% 48%, 25.68% 52%, 26.29% 48%, 26.39% 51%, 26.83% 50%, 26.83% 50%, 27.37% 55%, 27.68% 55%, 27.93% 48%, 28.12% 52%, 28.73% 48%, 28.83% 51%, 29.27% 50%, 29.27% 50%, 29.8% 55%, 30.12% 55%, 30.37% 48%, 30.56% 52%, 31.17% 48%, 31.27% 51%, 31.71% 50%, 31.71% 50%, 32.24% 55%, 32.56% 55%, 32.8% 48%, 33% 52%, 33.61% 48%, 33.71% 51%, 34.15% 50%, 34.15% 50%, 34.68% 55%, 35% 55%, 35.24% 48%, 35.44% 52%, 36.05% 48%, 36.15% 51%, 36.59% 50%, 36.59% 50%, 37.12% 55%, 37.44% 55%, 37.68% 48%, 37.88% 52%, 38.49% 48%, 38.59% 51%, 39.02% 50%, 39.02% 50%, 39.56% 55%, 39.88% 55%, 40.12% 48%, 40.32% 52%, 40.93% 48%, 41.02% 51%, 41.46% 50%, 41.46% 50%, 42% 55%, 42.32% 55%, 42.56% 48%, 42.76% 52%, 43.37% 48%, 43.46% 51%, 43.9% 50%, 43.9% 50%, 44.44% 55%, 44.76% 55%, 45% 48%, 45.2% 52%, 45.8% 48%, 45.9% 51%, 46.34% 50%, 46.34% 50%, 46.88% 55%, 47.2% 55%, 47.44% 48%, 47.63% 52%, 48.24% 48%, 48.34% 51%, 48.78% 50%, 48.78% 50%, 49.32% 55%, 49.63% 55%, 49.88% 48%, 50.07% 52%, 50.68% 48%, 50.78% 51%, 51.22% 50%, 51.22% 50%, 51.76% 55%, 52.07% 55%, 52.32% 48%, 52.51% 52%, 53.12% 48%, 53.22% 51%, 53.66% 50%, 53.66% 50%, 54.2% 55%, 54.51% 55%, 54.76% 48%, 54.95% 52%, 55.56% 48%, 55.66% 51%, 56.1% 50%, 56.1% 50%, 56.63% 55%, 56.95% 55%, 57.2% 48%, 57.39% 52%, 58% 48%, 58.1% 51%, 58.54% 50%, 58.54% 50%, 59.07% 55%, 59.39% 55%, 59.63% 48%, 59.83% 52%, 60.44% 48%, 60.54% 51%, 60.98% 50%, 60.98% 50%, 61.51% 55%, 61.83% 55%, 62.07% 48%, 62.27% 52%, 62.88% 48%, 62.98% 51%, 63.41% 50%, 63.41% 50%, 63.95% 55%, 64.27% 55%, 64.51% 48%, 64.71% 52%, 65.32% 48%, 65.41% 51%, 65.85% 50%, 65.85% 50%, 66.39% 55%, 66.71% 55%, 66.95% 48%, 67.15% 52%, 67.76% 48%, 67.85% 51%, 68.29% 50%, 68.29% 50%, 68.83% 55%, 69.15% 55%, 69.39% 48%, 69.59% 52%, 70.2% 48%, 70.29% 51%, 70.73% 50%, 70.73% 50%, 71.27% 55%, 71.59% 55%, 71.83% 48%, 72.02% 52%, 72.63% 48%, 72.73% 51%, 73.17% 50%, 73.17% 50%, 73.71% 55%, 74.02% 55%, 74.27% 48%, 74.46% 52%, 75.07% 48%, 75.17% 51%, 75.61% 50%, 75.61% 50%, 76.15% 55%, 76.46% 55%, 76.71% 48%, 76.9% 52%, 77.51% 48%, 77.61% 51%, 78.05% 50%, 78.05% 50%, 78.59% 55%, 78.9% 55%, 79.15% 48%, 79.34% 52%, 79.95% 48%, 80.05% 51%, 80.49% 50%, 80.49% 50%, 81.02% 55%, 81.34% 55%, 81.59% 48%, 81.78% 52%, 82.39% 48%, 82.49% 51%, 82.93% 50%, 82.93% 50%, 83.46% 55%, 83.78% 55%, 84.02% 48%, 84.22% 52%, 84.83% 48%, 84.93% 51%, 85.37% 50%, 85.37% 50%, 85.9% 55%, 86.22% 55%, 86.46% 48%, 86.66% 52%, 87.27% 48%, 87.37% 51%, 87.8% 50%, 87.8% 50%, 88.34% 55%, 88.66% 55%, 88.9% 48%, 89.1% 52%, 89.71% 48%, 89.8% 51%, 90.24% 50%, 90.24% 50%, 90.78% 55%, 91.1% 55%, 91.34% 48%, 91.54% 52%, 92.15% 48%, 92.24% 51%, 92.68% 50%, 92.68% 50%, 93.22% 55%, 93.54% 55%, 93.78% 48%, 93.98% 52%, 94.59% 48%, 94.68% 51%, 95.12% 50%, 95.12% 50%, 95.66% 55%, 95.98% 55%, 96.22% 48%, 96.41% 52%, 97.02% 48%, 97.12% 51%, 97.56% 50%, 97.56% 50%, 98.1% 55%, 98.41% 55%, 98.66% 48%, 98.85% 52%, 99.46% 48%, 99.56% 51%, 100% 50%, 100% 0%, 0% 0%);}.OrcaSeries .WallWidth42.SideBottomWall {clip-path: polygon(0% 50%, 0.52% 55%, 0.83% 55%, 1.07% 48%, 1.26% 52%, 1.86% 48%, 1.95% 51%, 2.38% 50%, 2.38% 50%, 2.9% 55%, 3.21% 55%, 3.45% 48%, 3.64% 52%, 4.24% 48%, 4.33% 51%, 4.76% 50%, 4.76% 50%, 5.29% 55%, 5.6% 55%, 5.83% 48%, 6.02% 52%, 6.62% 48%, 6.71% 51%, 7.14% 50%, 7.14% 50%, 7.67% 55%, 7.98% 55%, 8.21% 48%, 8.4% 52%, 9% 48%, 9.1% 51%, 9.52% 50%, 9.52% 50%, 10.05% 55%, 10.36% 55%, 10.6% 48%, 10.79% 52%, 11.38% 48%, 11.48% 51%, 11.9% 50%, 11.9% 50%, 12.43% 55%, 12.74% 55%, 12.98% 48%, 13.17% 52%, 13.76% 48%, 13.86% 51%, 14.29% 50%, 14.29% 50%, 14.81% 55%, 15.12% 55%, 15.36% 48%, 15.55% 52%, 16.14% 48%, 16.24% 51%, 16.67% 50%, 16.67% 50%, 17.19% 55%, 17.5% 55%, 17.74% 48%, 17.93% 52%, 18.52% 48%, 18.62% 51%, 19.05% 50%, 19.05% 50%, 19.57% 55%, 19.88% 55%, 20.12% 48%, 20.31% 52%, 20.9% 48%, 21% 51%, 21.43% 50%, 21.43% 50%, 21.95% 55%, 22.26% 55%, 22.5% 48%, 22.69% 52%, 23.29% 48%, 23.38% 51%, 23.81% 50%, 23.81% 50%, 24.33% 55%, 24.64% 55%, 24.88% 48%, 25.07% 52%, 25.67% 48%, 25.76% 51%, 26.19% 50%, 26.19% 50%, 26.71% 55%, 27.02% 55%, 27.26% 48%, 27.45% 52%, 28.05% 48%, 28.14% 51%, 28.57% 50%, 28.57% 50%, 29.1% 55%, 29.4% 55%, 29.64% 48%, 29.83% 52%, 30.43% 48%, 30.52% 51%, 30.95% 50%, 30.95% 50%, 31.48% 55%, 31.79% 55%, 32.02% 48%, 32.21% 52%, 32.81% 48%, 32.9% 51%, 33.33% 50%, 33.33% 50%, 33.86% 55%, 34.17% 55%, 34.4% 48%, 34.6% 52%, 35.19% 48%, 35.29% 51%, 35.71% 50%, 35.71% 50%, 36.24% 55%, 36.55% 55%, 36.79% 48%, 36.98% 52%, 37.57% 48%, 37.67% 51%, 38.1% 50%, 38.1% 50%, 38.62% 55%, 38.93% 55%, 39.17% 48%, 39.36% 52%, 39.95% 48%, 40.05% 51%, 40.48% 50%, 40.48% 50%, 41% 55%, 41.31% 55%, 41.55% 48%, 41.74% 52%, 42.33% 48%, 42.43% 51%, 42.86% 50%, 42.86% 50%, 43.38% 55%, 43.69% 55%, 43.93% 48%, 44.12% 52%, 44.71% 48%, 44.81% 51%, 45.24% 50%, 45.24% 50%, 45.76% 55%, 46.07% 55%, 46.31% 48%, 46.5% 52%, 47.1% 48%, 47.19% 51%, 47.62% 50%, 47.62% 50%, 48.14% 55%, 48.45% 55%, 48.69% 48%, 48.88% 52%, 49.48% 48%, 49.57% 51%, 50% 50%, 50% 50%, 50.52% 55%, 50.83% 55%, 51.07% 48%, 51.26% 52%, 51.86% 48%, 51.95% 51%, 52.38% 50%, 52.38% 50%, 52.9% 55%, 53.21% 55%, 53.45% 48%, 53.64% 52%, 54.24% 48%, 54.33% 51%, 54.76% 50%, 54.76% 50%, 55.29% 55%, 55.6% 55%, 55.83% 48%, 56.02% 52%, 56.62% 48%, 56.71% 51%, 57.14% 50%, 57.14% 50%, 57.67% 55%, 57.98% 55%, 58.21% 48%, 58.4% 52%, 59% 48%, 59.1% 51%, 59.52% 50%, 59.52% 50%, 60.05% 55%, 60.36% 55%, 60.6% 48%, 60.79% 52%, 61.38% 48%, 61.48% 51%, 61.9% 50%, 61.9% 50%, 62.43% 55%, 62.74% 55%, 62.98% 48%, 63.17% 52%, 63.76% 48%, 63.86% 51%, 64.29% 50%, 64.29% 50%, 64.81% 55%, 65.12% 55%, 65.36% 48%, 65.55% 52%, 66.14% 48%, 66.24% 51%, 66.67% 50%, 66.67% 50%, 67.19% 55%, 67.5% 55%, 67.74% 48%, 67.93% 52%, 68.52% 48%, 68.62% 51%, 69.05% 50%, 69.05% 50%, 69.57% 55%, 69.88% 55%, 70.12% 48%, 70.31% 52%, 70.9% 48%, 71% 51%, 71.43% 50%, 71.43% 50%, 71.95% 55%, 72.26% 55%, 72.5% 48%, 72.69% 52%, 73.29% 48%, 73.38% 51%, 73.81% 50%, 73.81% 50%, 74.33% 55%, 74.64% 55%, 74.88% 48%, 75.07% 52%, 75.67% 48%, 75.76% 51%, 76.19% 50%, 76.19% 50%, 76.71% 55%, 77.02% 55%, 77.26% 48%, 77.45% 52%, 78.05% 48%, 78.14% 51%, 78.57% 50%, 78.57% 50%, 79.1% 55%, 79.4% 55%, 79.64% 48%, 79.83% 52%, 80.43% 48%, 80.52% 51%, 80.95% 50%, 80.95% 50%, 81.48% 55%, 81.79% 55%, 82.02% 48%, 82.21% 52%, 82.81% 48%, 82.9% 51%, 83.33% 50%, 83.33% 50%, 83.86% 55%, 84.17% 55%, 84.4% 48%, 84.6% 52%, 85.19% 48%, 85.29% 51%, 85.71% 50%, 85.71% 50%, 86.24% 55%, 86.55% 55%, 86.79% 48%, 86.98% 52%, 87.57% 48%, 87.67% 51%, 88.1% 50%, 88.1% 50%, 88.62% 55%, 88.93% 55%, 89.17% 48%, 89.36% 52%, 89.95% 48%, 90.05% 51%, 90.48% 50%, 90.48% 50%, 91% 55%, 91.31% 55%, 91.55% 48%, 91.74% 52%, 92.33% 48%, 92.43% 51%, 92.86% 50%, 92.86% 50%, 93.38% 55%, 93.69% 55%, 93.93% 48%, 94.12% 52%, 94.71% 48%, 94.81% 51%, 95.24% 50%, 95.24% 50%, 95.76% 55%, 96.07% 55%, 96.31% 48%, 96.5% 52%, 97.1% 48%, 97.19% 51%, 97.62% 50%, 97.62% 50%, 98.14% 55%, 98.45% 55%, 98.69% 48%, 98.88% 52%, 99.48% 48%, 99.57% 51%, 100% 50%, 100% 0%, 0% 0%);}
.TopLeftWallCurved, .OrcaSeries .TopLeftWall {clip-path: polygon(50% 100%, 100% 100%, 100% 50%, 94% 53%, 87% 56%, 81% 63%, 77% 68%, 75% 73%, 70% 78%, 62% 83%, 55% 88%, 50% 95%);}
.TopRightWallCurved, .OrcaSeries .TopRightWall {clip-path: polygon(0 50%, 0 100%, 51% 100%, 45% 90%, 45% 86%, 42% 83%, 39% 79%, 38% 71%, 31% 66%, 25% 65%, 18% 62%, 10% 54%);}
.BottomLeftWallCurved, .OrcaSeries .BottomLeftWall {clip-path: polygon(50% 0, 100% 0, 100% 50%, 93% 45%, 88% 42%, 84% 39%, 78% 36%, 74% 24%, 68% 16%, 72% 19%, 48% 10%, 54% 7%); xclip-path: polygon(50% 0, 100% 0, 100% 50%, 93% 45%, 88% 42%, 84% 37%, 78% 31%, 74% 26%, 68% 20%, 62% 15%, 56% 11%, 53% 7%);}
.BottomRightWallCurved, .OrcaSeries .BottomRightWall {clip-path: polygon(0 0, 0 50%, 10% 48%, 18% 41%, 25% 36%, 30% 33%, 33% 25%, 36% 21%, 39% 16%, 41% 9%, 46% 7%, 50% 0);}

/* Non-curved Walls meet at the actual edge */
#GameBox:not(.OrcaSeries) .SideLeftWall, .TopLeftWall, #GameBox:not(.OrcaSeries) .BottomLeftWall {background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: 100% 100%,  var(--background-size) !important; background-repeat: no-repeat, repeat;} /* This wall is on the left side of an area */
#GameBox:not(.OrcaSeries) .SideRightWall, .TopRightWall, #GameBox:not(.OrcaSeries) .BottomRightWall {background-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: 100% 100%, var(--background-size) !important; background-repeat: no-repeat, repeat;} /* This wall is on the right side of an area */
.TopLeftWall {background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--top-background-image), var(--background-image) !important; background-position: 0 0, var(--top-background-position), var(--background-position) !important; background-size: 100% 100%, var(--top-background-size), var(--background-size) !important; background-repeat: no-repeat, repeat, repeat;} /* This wall is on the left side of an area */
.TopRightWall {background-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%), var(--top-background-image), var(--background-image) !important; background-position: 0 0, var(--top-background-position), var(--background-position) !important; background-size: 100% 100%, var(--top-background-size), var(--background-size) !important; background-repeat: no-repeat, repeat, repeat;} This wall is on the right side of an area
.SingleTopWall {background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--background-size) !important; background-repeat: no-repeat, repeat;} /* This wall is by itself on top and has left and right shadows */
.SingleTopWall.GrassTop {clip-path: polygon(90% 0%, 96% 4%, 100% 100%, 0% 100%, 0 90%, 0 10%, 4% 4%, 10% 0%);} /* This wall is by itself and has left and right shadows */

.OrcaSeries .SingleLeftWall {clip-path: polygon(0% 40%, 10% 20%, 5% 5%, 30% 15%, 40% 5%, 50% 5%, 100% 0%, 100% 100%, 60% 90%, 40% 95%, 30% 90%, 10% 80%, 5% 80%, 15% 60%);}
.OrcaSeries .SingleRightWall {clip-path: polygon(100% 10%, 80% 15%, 60% 5%, 50% 5%, 0% 0%, 0% 100%, 40% 90%, 60% 95%, 70% 90%, 90% 90%, 100% 80%, 100% 60%, 90% 50%);}
.OrcaSeries .SingleHorizontalWall {clip-path: polygon(0% 0%, 30% 10%, 50% 1%, 65% 12%, 75% 5%, 100% 0%, 100% 100%, 80% 90%, 60% 95%, 30% 89%, 10% 95%, 0% 100%);}
.OrcaSeries .SingleTopWall {clip-path: polygon(10% 70%, 1% 50%, 12% 35%, 5% 25%, 0% 0%, 100% 0%, 90% 20%, 95% 40%, 89% 70%, 95% 90%, 100% 100%, 0% 100%);}
.OrcaSeries .GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 30% 57%, 40% 58%, 50% 47%, 60% 57%, 70% 46%, 80% 59%, 90% 45%, 100% 50%, 100% 100%, 0% 100%);}
.OrcaSeries .WallWidth1.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 30% 57%, 40% 58%, 50% 53%, 60% 53%, 70% 48%, 80% 46%, 90% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth2.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 15% 57%, 20% 58%, 25% 53%, 30% 53%, 35% 48%, 40% 46%, 45% 45%, 50% 50%, 50% 50%, 65% 57%, 70% 58%, 75% 53%, 80% 53%, 85% 48%, 90% 46%, 95% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth3.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 10% 57%, 13.33% 58%, 16.67% 53%, 20% 53%, 23.33% 48%, 26.67% 46%, 30% 45%, 33.33% 50%, 33.33% 50%, 43.33% 57%, 46.67% 58%, 50% 53%, 53.33% 53%, 56.67% 48%, 60% 46%, 63.33% 45%, 66.67% 50%, 66.67% 50%, 76.67% 57%, 80% 58%, 83.33% 53%, 86.67% 53%, 90% 48%, 93.33% 46%, 96.67% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth4.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 7.5% 57%, 10% 58%, 12.5% 53%, 15% 53%, 17.5% 48%, 20% 46%, 22.5% 45%, 25% 50%, 25% 50%, 32.5% 57%, 35% 58%, 37.5% 53%, 40% 53%, 42.5% 48%, 45% 46%, 47.5% 45%, 50% 50%, 50% 50%, 57.5% 57%, 60% 58%, 62.5% 53%, 65% 53%, 67.5% 48%, 70% 46%, 72.5% 45%, 75% 50%, 75% 50%, 82.5% 57%, 85% 58%, 87.5% 53%, 90% 53%, 92.5% 48%, 95% 46%, 97.5% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth5.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 6% 57%, 8% 58%, 10% 53%, 12% 53%, 14% 48%, 16% 46%, 18% 45%, 20% 50%, 20% 50%, 26% 57%, 28% 58%, 30% 53%, 32% 53%, 34% 48%, 36% 46%, 38% 45%, 40% 50%, 40% 50%, 46% 57%, 48% 58%, 50% 53%, 52% 53%, 54% 48%, 56% 46%, 58% 45%, 60% 50%, 60% 50%, 66% 57%, 68% 58%, 70% 53%, 72% 53%, 74% 48%, 76% 46%, 78% 45%, 80% 50%, 80% 50%, 86% 57%, 88% 58%, 90% 53%, 92% 53%, 94% 48%, 96% 46%, 98% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth6.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 5% 57%, 6.67% 58%, 8.33% 53%, 10% 53%, 11.67% 48%, 13.33% 46%, 15% 45%, 16.67% 50%, 16.67% 50%, 21.67% 57%, 23.33% 58%, 25% 53%, 26.67% 53%, 28.33% 48%, 30% 46%, 31.67% 45%, 33.33% 50%, 33.33% 50%, 38.33% 57%, 40% 58%, 41.67% 53%, 43.33% 53%, 45% 48%, 46.67% 46%, 48.33% 45%, 50% 50%, 50% 50%, 55% 57%, 56.67% 58%, 58.33% 53%, 60% 53%, 61.67% 48%, 63.33% 46%, 65% 45%, 66.67% 50%, 66.67% 50%, 71.67% 57%, 73.33% 58%, 75% 53%, 76.67% 53%, 78.33% 48%, 80% 46%, 81.67% 45%, 83.33% 50%, 83.33% 50%, 88.33% 57%, 90% 58%, 91.67% 53%, 93.33% 53%, 95% 48%, 96.67% 46%, 98.33% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth7.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 4.29% 57%, 5.71% 58%, 7.14% 53%, 8.57% 53%, 10% 48%, 11.43% 46%, 12.86% 45%, 14.29% 50%, 14.29% 50%, 18.57% 57%, 20% 58%, 21.43% 53%, 22.86% 53%, 24.29% 48%, 25.71% 46%, 27.14% 45%, 28.57% 50%, 28.57% 50%, 32.86% 57%, 34.29% 58%, 35.71% 53%, 37.14% 53%, 38.57% 48%, 40% 46%, 41.43% 45%, 42.86% 50%, 42.86% 50%, 47.14% 57%, 48.57% 58%, 50% 53%, 51.43% 53%, 52.86% 48%, 54.29% 46%, 55.71% 45%, 57.14% 50%, 57.14% 50%, 61.43% 57%, 62.86% 58%, 64.29% 53%, 65.71% 53%, 67.14% 48%, 68.57% 46%, 70% 45%, 71.43% 50%, 71.43% 50%, 75.71% 57%, 77.14% 58%, 78.57% 53%, 80% 53%, 81.43% 48%, 82.86% 46%, 84.29% 45%, 85.71% 50%, 85.71% 50%, 90% 57%, 91.43% 58%, 92.86% 53%, 94.29% 53%, 95.71% 48%, 97.14% 46%, 98.57% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth8.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 3.75% 57%, 5% 58%, 6.25% 53%, 7.5% 53%, 8.75% 48%, 10% 46%, 11.25% 45%, 12.5% 50%, 12.5% 50%, 16.25% 57%, 17.5% 58%, 18.75% 53%, 20% 53%, 21.25% 48%, 22.5% 46%, 23.75% 45%, 25% 50%, 25% 50%, 28.75% 57%, 30% 58%, 31.25% 53%, 32.5% 53%, 33.75% 48%, 35% 46%, 36.25% 45%, 37.5% 50%, 37.5% 50%, 41.25% 57%, 42.5% 58%, 43.75% 53%, 45% 53%, 46.25% 48%, 47.5% 46%, 48.75% 45%, 50% 50%, 50% 50%, 53.75% 57%, 55% 58%, 56.25% 53%, 57.5% 53%, 58.75% 48%, 60% 46%, 61.25% 45%, 62.5% 50%, 62.5% 50%, 66.25% 57%, 67.5% 58%, 68.75% 53%, 70% 53%, 71.25% 48%, 72.5% 46%, 73.75% 45%, 75% 50%, 75% 50%, 78.75% 57%, 80% 58%, 81.25% 53%, 82.5% 53%, 83.75% 48%, 85% 46%, 86.25% 45%, 87.5% 50%, 87.5% 50%, 91.25% 57%, 92.5% 58%, 93.75% 53%, 95% 53%, 96.25% 48%, 97.5% 46%, 98.75% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth9.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 3.33% 57%, 4.44% 58%, 5.56% 53%, 6.67% 53%, 7.78% 48%, 8.89% 46%, 10% 45%, 11.11% 50%, 11.11% 50%, 14.44% 57%, 15.56% 58%, 16.67% 53%, 17.78% 53%, 18.89% 48%, 20% 46%, 21.11% 45%, 22.22% 50%, 22.22% 50%, 25.56% 57%, 26.67% 58%, 27.78% 53%, 28.89% 53%, 30% 48%, 31.11% 46%, 32.22% 45%, 33.33% 50%, 33.33% 50%, 36.67% 57%, 37.78% 58%, 38.89% 53%, 40% 53%, 41.11% 48%, 42.22% 46%, 43.33% 45%, 44.44% 50%, 44.44% 50%, 47.78% 57%, 48.89% 58%, 50% 53%, 51.11% 53%, 52.22% 48%, 53.33% 46%, 54.44% 45%, 55.56% 50%, 55.56% 50%, 58.89% 57%, 60% 58%, 61.11% 53%, 62.22% 53%, 63.33% 48%, 64.44% 46%, 65.56% 45%, 66.67% 50%, 66.67% 50%, 70% 57%, 71.11% 58%, 72.22% 53%, 73.33% 53%, 74.44% 48%, 75.56% 46%, 76.67% 45%, 77.78% 50%, 77.78% 50%, 81.11% 57%, 82.22% 58%, 83.33% 53%, 84.44% 53%, 85.56% 48%, 86.67% 46%, 87.78% 45%, 88.89% 50%, 88.89% 50%, 92.22% 57%, 93.33% 58%, 94.44% 53%, 95.56% 53%, 96.67% 48%, 97.78% 46%, 98.89% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth10.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 3% 57%, 4% 58%, 5% 53%, 6% 53%, 7% 48%, 8% 46%, 9% 45%, 10% 50%, 10% 50%, 13% 57%, 14% 58%, 15% 53%, 16% 53%, 17% 48%, 18% 46%, 19% 45%, 20% 50%, 20% 50%, 23% 57%, 24% 58%, 25% 53%, 26% 53%, 27% 48%, 28% 46%, 29% 45%, 30% 50%, 30% 50%, 33% 57%, 34% 58%, 35% 53%, 36% 53%, 37% 48%, 38% 46%, 39% 45%, 40% 50%, 40% 50%, 43% 57%, 44% 58%, 45% 53%, 46% 53%, 47% 48%, 48% 46%, 49% 45%, 50% 50%, 50% 50%, 53% 57%, 54% 58%, 55% 53%, 56% 53%, 57% 48%, 58% 46%, 59% 45%, 60% 50%, 60% 50%, 63% 57%, 64% 58%, 65% 53%, 66% 53%, 67% 48%, 68% 46%, 69% 45%, 70% 50%, 70% 50%, 73% 57%, 74% 58%, 75% 53%, 76% 53%, 77% 48%, 78% 46%, 79% 45%, 80% 50%, 80% 50%, 83% 57%, 84% 58%, 85% 53%, 86% 53%, 87% 48%, 88% 46%, 89% 45%, 90% 50%, 90% 50%, 93% 57%, 94% 58%, 95% 53%, 96% 53%, 97% 48%, 98% 46%, 99% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth11.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 2.73% 57%, 3.64% 58%, 4.55% 53%, 5.45% 53%, 6.36% 48%, 7.27% 46%, 8.18% 45%, 9.09% 50%, 9.09% 50%, 11.82% 57%, 12.73% 58%, 13.64% 53%, 14.55% 53%, 15.45% 48%, 16.36% 46%, 17.27% 45%, 18.18% 50%, 18.18% 50%, 20.91% 57%, 21.82% 58%, 22.73% 53%, 23.64% 53%, 24.55% 48%, 25.45% 46%, 26.36% 45%, 27.27% 50%, 27.27% 50%, 30% 57%, 30.91% 58%, 31.82% 53%, 32.73% 53%, 33.64% 48%, 34.55% 46%, 35.45% 45%, 36.36% 50%, 36.36% 50%, 39.09% 57%, 40% 58%, 40.91% 53%, 41.82% 53%, 42.73% 48%, 43.64% 46%, 44.55% 45%, 45.45% 50%, 45.45% 50%, 48.18% 57%, 49.09% 58%, 50% 53%, 50.91% 53%, 51.82% 48%, 52.73% 46%, 53.64% 45%, 54.55% 50%, 54.55% 50%, 57.27% 57%, 58.18% 58%, 59.09% 53%, 60% 53%, 60.91% 48%, 61.82% 46%, 62.73% 45%, 63.64% 50%, 63.64% 50%, 66.36% 57%, 67.27% 58%, 68.18% 53%, 69.09% 53%, 70% 48%, 70.91% 46%, 71.82% 45%, 72.73% 50%, 72.73% 50%, 75.45% 57%, 76.36% 58%, 77.27% 53%, 78.18% 53%, 79.09% 48%, 80% 46%, 80.91% 45%, 81.82% 50%, 81.82% 50%, 84.55% 57%, 85.45% 58%, 86.36% 53%, 87.27% 53%, 88.18% 48%, 89.09% 46%, 90% 45%, 90.91% 50%, 90.91% 50%, 93.64% 57%, 94.55% 58%, 95.45% 53%, 96.36% 53%, 97.27% 48%, 98.18% 46%, 99.09% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth12.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 2.5% 57%, 3.33% 58%, 4.17% 53%, 5% 53%, 5.83% 48%, 6.67% 46%, 7.5% 45%, 8.33% 50%, 8.33% 50%, 10.83% 57%, 11.67% 58%, 12.5% 53%, 13.33% 53%, 14.17% 48%, 15% 46%, 15.83% 45%, 16.67% 50%, 16.67% 50%, 19.17% 57%, 20% 58%, 20.83% 53%, 21.67% 53%, 22.5% 48%, 23.33% 46%, 24.17% 45%, 25% 50%, 25% 50%, 27.5% 57%, 28.33% 58%, 29.17% 53%, 30% 53%, 30.83% 48%, 31.67% 46%, 32.5% 45%, 33.33% 50%, 33.33% 50%, 35.83% 57%, 36.67% 58%, 37.5% 53%, 38.33% 53%, 39.17% 48%, 40% 46%, 40.83% 45%, 41.67% 50%, 41.67% 50%, 44.17% 57%, 45% 58%, 45.83% 53%, 46.67% 53%, 47.5% 48%, 48.33% 46%, 49.17% 45%, 50% 50%, 50% 50%, 52.5% 57%, 53.33% 58%, 54.17% 53%, 55% 53%, 55.83% 48%, 56.67% 46%, 57.5% 45%, 58.33% 50%, 58.33% 50%, 60.83% 57%, 61.67% 58%, 62.5% 53%, 63.33% 53%, 64.17% 48%, 65% 46%, 65.83% 45%, 66.67% 50%, 66.67% 50%, 69.17% 57%, 70% 58%, 70.83% 53%, 71.67% 53%, 72.5% 48%, 73.33% 46%, 74.17% 45%, 75% 50%, 75% 50%, 77.5% 57%, 78.33% 58%, 79.17% 53%, 80% 53%, 80.83% 48%, 81.67% 46%, 82.5% 45%, 83.33% 50%, 83.33% 50%, 85.83% 57%, 86.67% 58%, 87.5% 53%, 88.33% 53%, 89.17% 48%, 90% 46%, 90.83% 45%, 91.67% 50%, 91.67% 50%, 94.17% 57%, 95% 58%, 95.83% 53%, 96.67% 53%, 97.5% 48%, 98.33% 46%, 99.17% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth13.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 2.31% 57%, 3.08% 58%, 3.85% 53%, 4.62% 53%, 5.38% 48%, 6.15% 46%, 6.92% 45%, 7.69% 50%, 7.69% 50%, 10% 57%, 10.77% 58%, 11.54% 53%, 12.31% 53%, 13.08% 48%, 13.85% 46%, 14.62% 45%, 15.38% 50%, 15.38% 50%, 17.69% 57%, 18.46% 58%, 19.23% 53%, 20% 53%, 20.77% 48%, 21.54% 46%, 22.31% 45%, 23.08% 50%, 23.08% 50%, 25.38% 57%, 26.15% 58%, 26.92% 53%, 27.69% 53%, 28.46% 48%, 29.23% 46%, 30% 45%, 30.77% 50%, 30.77% 50%, 33.08% 57%, 33.85% 58%, 34.62% 53%, 35.38% 53%, 36.15% 48%, 36.92% 46%, 37.69% 45%, 38.46% 50%, 38.46% 50%, 40.77% 57%, 41.54% 58%, 42.31% 53%, 43.08% 53%, 43.85% 48%, 44.62% 46%, 45.38% 45%, 46.15% 50%, 46.15% 50%, 48.46% 57%, 49.23% 58%, 50% 53%, 50.77% 53%, 51.54% 48%, 52.31% 46%, 53.08% 45%, 53.85% 50%, 53.85% 50%, 56.15% 57%, 56.92% 58%, 57.69% 53%, 58.46% 53%, 59.23% 48%, 60% 46%, 60.77% 45%, 61.54% 50%, 61.54% 50%, 63.85% 57%, 64.62% 58%, 65.38% 53%, 66.15% 53%, 66.92% 48%, 67.69% 46%, 68.46% 45%, 69.23% 50%, 69.23% 50%, 71.54% 57%, 72.31% 58%, 73.08% 53%, 73.85% 53%, 74.62% 48%, 75.38% 46%, 76.15% 45%, 76.92% 50%, 76.92% 50%, 79.23% 57%, 80% 58%, 80.77% 53%, 81.54% 53%, 82.31% 48%, 83.08% 46%, 83.85% 45%, 84.62% 50%, 84.62% 50%, 86.92% 57%, 87.69% 58%, 88.46% 53%, 89.23% 53%, 90% 48%, 90.77% 46%, 91.54% 45%, 92.31% 50%, 92.31% 50%, 94.62% 57%, 95.38% 58%, 96.15% 53%, 96.92% 53%, 97.69% 48%, 98.46% 46%, 99.23% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth14.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 2.14% 57%, 2.86% 58%, 3.57% 53%, 4.29% 53%, 5% 48%, 5.71% 46%, 6.43% 45%, 7.14% 50%, 7.14% 50%, 9.29% 57%, 10% 58%, 10.71% 53%, 11.43% 53%, 12.14% 48%, 12.86% 46%, 13.57% 45%, 14.29% 50%, 14.29% 50%, 16.43% 57%, 17.14% 58%, 17.86% 53%, 18.57% 53%, 19.29% 48%, 20% 46%, 20.71% 45%, 21.43% 50%, 21.43% 50%, 23.57% 57%, 24.29% 58%, 25% 53%, 25.71% 53%, 26.43% 48%, 27.14% 46%, 27.86% 45%, 28.57% 50%, 28.57% 50%, 30.71% 57%, 31.43% 58%, 32.14% 53%, 32.86% 53%, 33.57% 48%, 34.29% 46%, 35% 45%, 35.71% 50%, 35.71% 50%, 37.86% 57%, 38.57% 58%, 39.29% 53%, 40% 53%, 40.71% 48%, 41.43% 46%, 42.14% 45%, 42.86% 50%, 42.86% 50%, 45% 57%, 45.71% 58%, 46.43% 53%, 47.14% 53%, 47.86% 48%, 48.57% 46%, 49.29% 45%, 50% 50%, 50% 50%, 52.14% 57%, 52.86% 58%, 53.57% 53%, 54.29% 53%, 55% 48%, 55.71% 46%, 56.43% 45%, 57.14% 50%, 57.14% 50%, 59.29% 57%, 60% 58%, 60.71% 53%, 61.43% 53%, 62.14% 48%, 62.86% 46%, 63.57% 45%, 64.29% 50%, 64.29% 50%, 66.43% 57%, 67.14% 58%, 67.86% 53%, 68.57% 53%, 69.29% 48%, 70% 46%, 70.71% 45%, 71.43% 50%, 71.43% 50%, 73.57% 57%, 74.29% 58%, 75% 53%, 75.71% 53%, 76.43% 48%, 77.14% 46%, 77.86% 45%, 78.57% 50%, 78.57% 50%, 80.71% 57%, 81.43% 58%, 82.14% 53%, 82.86% 53%, 83.57% 48%, 84.29% 46%, 85% 45%, 85.71% 50%, 85.71% 50%, 87.86% 57%, 88.57% 58%, 89.29% 53%, 90% 53%, 90.71% 48%, 91.43% 46%, 92.14% 45%, 92.86% 50%, 92.86% 50%, 95% 57%, 95.71% 58%, 96.43% 53%, 97.14% 53%, 97.86% 48%, 98.57% 46%, 99.29% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth15.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 2% 57%, 2.67% 58%, 3.33% 53%, 4% 53%, 4.67% 48%, 5.33% 46%, 6% 45%, 6.67% 50%, 6.67% 50%, 8.67% 57%, 9.33% 58%, 10% 53%, 10.67% 53%, 11.33% 48%, 12% 46%, 12.67% 45%, 13.33% 50%, 13.33% 50%, 15.33% 57%, 16% 58%, 16.67% 53%, 17.33% 53%, 18% 48%, 18.67% 46%, 19.33% 45%, 20% 50%, 20% 50%, 22% 57%, 22.67% 58%, 23.33% 53%, 24% 53%, 24.67% 48%, 25.33% 46%, 26% 45%, 26.67% 50%, 26.67% 50%, 28.67% 57%, 29.33% 58%, 30% 53%, 30.67% 53%, 31.33% 48%, 32% 46%, 32.67% 45%, 33.33% 50%, 33.33% 50%, 35.33% 57%, 36% 58%, 36.67% 53%, 37.33% 53%, 38% 48%, 38.67% 46%, 39.33% 45%, 40% 50%, 40% 50%, 42% 57%, 42.67% 58%, 43.33% 53%, 44% 53%, 44.67% 48%, 45.33% 46%, 46% 45%, 46.67% 50%, 46.67% 50%, 48.67% 57%, 49.33% 58%, 50% 53%, 50.67% 53%, 51.33% 48%, 52% 46%, 52.67% 45%, 53.33% 50%, 53.33% 50%, 55.33% 57%, 56% 58%, 56.67% 53%, 57.33% 53%, 58% 48%, 58.67% 46%, 59.33% 45%, 60% 50%, 60% 50%, 62% 57%, 62.67% 58%, 63.33% 53%, 64% 53%, 64.67% 48%, 65.33% 46%, 66% 45%, 66.67% 50%, 66.67% 50%, 68.67% 57%, 69.33% 58%, 70% 53%, 70.67% 53%, 71.33% 48%, 72% 46%, 72.67% 45%, 73.33% 50%, 73.33% 50%, 75.33% 57%, 76% 58%, 76.67% 53%, 77.33% 53%, 78% 48%, 78.67% 46%, 79.33% 45%, 80% 50%, 80% 50%, 82% 57%, 82.67% 58%, 83.33% 53%, 84% 53%, 84.67% 48%, 85.33% 46%, 86% 45%, 86.67% 50%, 86.67% 50%, 88.67% 57%, 89.33% 58%, 90% 53%, 90.67% 53%, 91.33% 48%, 92% 46%, 92.67% 45%, 93.33% 50%, 93.33% 50%, 95.33% 57%, 96% 58%, 96.67% 53%, 97.33% 53%, 98% 48%, 98.67% 46%, 99.33% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth16.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.88% 57%, 2.5% 58%, 3.13% 53%, 3.75% 53%, 4.38% 48%, 5% 46%, 5.63% 45%, 6.25% 50%, 6.25% 50%, 8.13% 57%, 8.75% 58%, 9.38% 53%, 10% 53%, 10.63% 48%, 11.25% 46%, 11.88% 45%, 12.5% 50%, 12.5% 50%, 14.38% 57%, 15% 58%, 15.63% 53%, 16.25% 53%, 16.88% 48%, 17.5% 46%, 18.13% 45%, 18.75% 50%, 18.75% 50%, 20.63% 57%, 21.25% 58%, 21.88% 53%, 22.5% 53%, 23.13% 48%, 23.75% 46%, 24.38% 45%, 25% 50%, 25% 50%, 26.88% 57%, 27.5% 58%, 28.13% 53%, 28.75% 53%, 29.38% 48%, 30% 46%, 30.63% 45%, 31.25% 50%, 31.25% 50%, 33.13% 57%, 33.75% 58%, 34.38% 53%, 35% 53%, 35.63% 48%, 36.25% 46%, 36.88% 45%, 37.5% 50%, 37.5% 50%, 39.38% 57%, 40% 58%, 40.63% 53%, 41.25% 53%, 41.88% 48%, 42.5% 46%, 43.13% 45%, 43.75% 50%, 43.75% 50%, 45.63% 57%, 46.25% 58%, 46.88% 53%, 47.5% 53%, 48.13% 48%, 48.75% 46%, 49.38% 45%, 50% 50%, 50% 50%, 51.88% 57%, 52.5% 58%, 53.13% 53%, 53.75% 53%, 54.38% 48%, 55% 46%, 55.63% 45%, 56.25% 50%, 56.25% 50%, 58.13% 57%, 58.75% 58%, 59.38% 53%, 60% 53%, 60.63% 48%, 61.25% 46%, 61.88% 45%, 62.5% 50%, 62.5% 50%, 64.38% 57%, 65% 58%, 65.63% 53%, 66.25% 53%, 66.88% 48%, 67.5% 46%, 68.13% 45%, 68.75% 50%, 68.75% 50%, 70.63% 57%, 71.25% 58%, 71.88% 53%, 72.5% 53%, 73.13% 48%, 73.75% 46%, 74.38% 45%, 75% 50%, 75% 50%, 76.88% 57%, 77.5% 58%, 78.13% 53%, 78.75% 53%, 79.38% 48%, 80% 46%, 80.63% 45%, 81.25% 50%, 81.25% 50%, 83.13% 57%, 83.75% 58%, 84.38% 53%, 85% 53%, 85.63% 48%, 86.25% 46%, 86.88% 45%, 87.5% 50%, 87.5% 50%, 89.38% 57%, 90% 58%, 90.63% 53%, 91.25% 53%, 91.88% 48%, 92.5% 46%, 93.13% 45%, 93.75% 50%, 93.75% 50%, 95.63% 57%, 96.25% 58%, 96.88% 53%, 97.5% 53%, 98.13% 48%, 98.75% 46%, 99.38% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth17.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.76% 57%, 2.35% 58%, 2.94% 53%, 3.53% 53%, 4.12% 48%, 4.71% 46%, 5.29% 45%, 5.88% 50%, 5.88% 50%, 7.65% 57%, 8.24% 58%, 8.82% 53%, 9.41% 53%, 10% 48%, 10.59% 46%, 11.18% 45%, 11.76% 50%, 11.76% 50%, 13.53% 57%, 14.12% 58%, 14.71% 53%, 15.29% 53%, 15.88% 48%, 16.47% 46%, 17.06% 45%, 17.65% 50%, 17.65% 50%, 19.41% 57%, 20% 58%, 20.59% 53%, 21.18% 53%, 21.76% 48%, 22.35% 46%, 22.94% 45%, 23.53% 50%, 23.53% 50%, 25.29% 57%, 25.88% 58%, 26.47% 53%, 27.06% 53%, 27.65% 48%, 28.24% 46%, 28.82% 45%, 29.41% 50%, 29.41% 50%, 31.18% 57%, 31.76% 58%, 32.35% 53%, 32.94% 53%, 33.53% 48%, 34.12% 46%, 34.71% 45%, 35.29% 50%, 35.29% 50%, 37.06% 57%, 37.65% 58%, 38.24% 53%, 38.82% 53%, 39.41% 48%, 40% 46%, 40.59% 45%, 41.18% 50%, 41.18% 50%, 42.94% 57%, 43.53% 58%, 44.12% 53%, 44.71% 53%, 45.29% 48%, 45.88% 46%, 46.47% 45%, 47.06% 50%, 47.06% 50%, 48.82% 57%, 49.41% 58%, 50% 53%, 50.59% 53%, 51.18% 48%, 51.76% 46%, 52.35% 45%, 52.94% 50%, 52.94% 50%, 54.71% 57%, 55.29% 58%, 55.88% 53%, 56.47% 53%, 57.06% 48%, 57.65% 46%, 58.24% 45%, 58.82% 50%, 58.82% 50%, 60.59% 57%, 61.18% 58%, 61.76% 53%, 62.35% 53%, 62.94% 48%, 63.53% 46%, 64.12% 45%, 64.71% 50%, 64.71% 50%, 66.47% 57%, 67.06% 58%, 67.65% 53%, 68.24% 53%, 68.82% 48%, 69.41% 46%, 70% 45%, 70.59% 50%, 70.59% 50%, 72.35% 57%, 72.94% 58%, 73.53% 53%, 74.12% 53%, 74.71% 48%, 75.29% 46%, 75.88% 45%, 76.47% 50%, 76.47% 50%, 78.24% 57%, 78.82% 58%, 79.41% 53%, 80% 53%, 80.59% 48%, 81.18% 46%, 81.76% 45%, 82.35% 50%, 82.35% 50%, 84.12% 57%, 84.71% 58%, 85.29% 53%, 85.88% 53%, 86.47% 48%, 87.06% 46%, 87.65% 45%, 88.24% 50%, 88.24% 50%, 90% 57%, 90.59% 58%, 91.18% 53%, 91.76% 53%, 92.35% 48%, 92.94% 46%, 93.53% 45%, 94.12% 50%, 94.12% 50%, 95.88% 57%, 96.47% 58%, 97.06% 53%, 97.65% 53%, 98.24% 48%, 98.82% 46%, 99.41% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth18.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.67% 57%, 2.22% 58%, 2.78% 53%, 3.33% 53%, 3.89% 48%, 4.44% 46%, 5% 45%, 5.56% 50%, 5.56% 50%, 7.22% 57%, 7.78% 58%, 8.33% 53%, 8.89% 53%, 9.44% 48%, 10% 46%, 10.56% 45%, 11.11% 50%, 11.11% 50%, 12.78% 57%, 13.33% 58%, 13.89% 53%, 14.44% 53%, 15% 48%, 15.56% 46%, 16.11% 45%, 16.67% 50%, 16.67% 50%, 18.33% 57%, 18.89% 58%, 19.44% 53%, 20% 53%, 20.56% 48%, 21.11% 46%, 21.67% 45%, 22.22% 50%, 22.22% 50%, 23.89% 57%, 24.44% 58%, 25% 53%, 25.56% 53%, 26.11% 48%, 26.67% 46%, 27.22% 45%, 27.78% 50%, 27.78% 50%, 29.44% 57%, 30% 58%, 30.56% 53%, 31.11% 53%, 31.67% 48%, 32.22% 46%, 32.78% 45%, 33.33% 50%, 33.33% 50%, 35% 57%, 35.56% 58%, 36.11% 53%, 36.67% 53%, 37.22% 48%, 37.78% 46%, 38.33% 45%, 38.89% 50%, 38.89% 50%, 40.56% 57%, 41.11% 58%, 41.67% 53%, 42.22% 53%, 42.78% 48%, 43.33% 46%, 43.89% 45%, 44.44% 50%, 44.44% 50%, 46.11% 57%, 46.67% 58%, 47.22% 53%, 47.78% 53%, 48.33% 48%, 48.89% 46%, 49.44% 45%, 50% 50%, 50% 50%, 51.67% 57%, 52.22% 58%, 52.78% 53%, 53.33% 53%, 53.89% 48%, 54.44% 46%, 55% 45%, 55.56% 50%, 55.56% 50%, 57.22% 57%, 57.78% 58%, 58.33% 53%, 58.89% 53%, 59.44% 48%, 60% 46%, 60.56% 45%, 61.11% 50%, 61.11% 50%, 62.78% 57%, 63.33% 58%, 63.89% 53%, 64.44% 53%, 65% 48%, 65.56% 46%, 66.11% 45%, 66.67% 50%, 66.67% 50%, 68.33% 57%, 68.89% 58%, 69.44% 53%, 70% 53%, 70.56% 48%, 71.11% 46%, 71.67% 45%, 72.22% 50%, 72.22% 50%, 73.89% 57%, 74.44% 58%, 75% 53%, 75.56% 53%, 76.11% 48%, 76.67% 46%, 77.22% 45%, 77.78% 50%, 77.78% 50%, 79.44% 57%, 80% 58%, 80.56% 53%, 81.11% 53%, 81.67% 48%, 82.22% 46%, 82.78% 45%, 83.33% 50%, 83.33% 50%, 85% 57%, 85.56% 58%, 86.11% 53%, 86.67% 53%, 87.22% 48%, 87.78% 46%, 88.33% 45%, 88.89% 50%, 88.89% 50%, 90.56% 57%, 91.11% 58%, 91.67% 53%, 92.22% 53%, 92.78% 48%, 93.33% 46%, 93.89% 45%, 94.44% 50%, 94.44% 50%, 96.11% 57%, 96.67% 58%, 97.22% 53%, 97.78% 53%, 98.33% 48%, 98.89% 46%, 99.44% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth19.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.58% 57%, 2.11% 58%, 2.63% 53%, 3.16% 53%, 3.68% 48%, 4.21% 46%, 4.74% 45%, 5.26% 50%, 5.26% 50%, 6.84% 57%, 7.37% 58%, 7.89% 53%, 8.42% 53%, 8.95% 48%, 9.47% 46%, 10% 45%, 10.53% 50%, 10.53% 50%, 12.11% 57%, 12.63% 58%, 13.16% 53%, 13.68% 53%, 14.21% 48%, 14.74% 46%, 15.26% 45%, 15.79% 50%, 15.79% 50%, 17.37% 57%, 17.89% 58%, 18.42% 53%, 18.95% 53%, 19.47% 48%, 20% 46%, 20.53% 45%, 21.05% 50%, 21.05% 50%, 22.63% 57%, 23.16% 58%, 23.68% 53%, 24.21% 53%, 24.74% 48%, 25.26% 46%, 25.79% 45%, 26.32% 50%, 26.32% 50%, 27.89% 57%, 28.42% 58%, 28.95% 53%, 29.47% 53%, 30% 48%, 30.53% 46%, 31.05% 45%, 31.58% 50%, 31.58% 50%, 33.16% 57%, 33.68% 58%, 34.21% 53%, 34.74% 53%, 35.26% 48%, 35.79% 46%, 36.32% 45%, 36.84% 50%, 36.84% 50%, 38.42% 57%, 38.95% 58%, 39.47% 53%, 40% 53%, 40.53% 48%, 41.05% 46%, 41.58% 45%, 42.11% 50%, 42.11% 50%, 43.68% 57%, 44.21% 58%, 44.74% 53%, 45.26% 53%, 45.79% 48%, 46.32% 46%, 46.84% 45%, 47.37% 50%, 47.37% 50%, 48.95% 57%, 49.47% 58%, 50% 53%, 50.53% 53%, 51.05% 48%, 51.58% 46%, 52.11% 45%, 52.63% 50%, 52.63% 50%, 54.21% 57%, 54.74% 58%, 55.26% 53%, 55.79% 53%, 56.32% 48%, 56.84% 46%, 57.37% 45%, 57.89% 50%, 57.89% 50%, 59.47% 57%, 60% 58%, 60.53% 53%, 61.05% 53%, 61.58% 48%, 62.11% 46%, 62.63% 45%, 63.16% 50%, 63.16% 50%, 64.74% 57%, 65.26% 58%, 65.79% 53%, 66.32% 53%, 66.84% 48%, 67.37% 46%, 67.89% 45%, 68.42% 50%, 68.42% 50%, 70% 57%, 70.53% 58%, 71.05% 53%, 71.58% 53%, 72.11% 48%, 72.63% 46%, 73.16% 45%, 73.68% 50%, 73.68% 50%, 75.26% 57%, 75.79% 58%, 76.32% 53%, 76.84% 53%, 77.37% 48%, 77.89% 46%, 78.42% 45%, 78.95% 50%, 78.95% 50%, 80.53% 57%, 81.05% 58%, 81.58% 53%, 82.11% 53%, 82.63% 48%, 83.16% 46%, 83.68% 45%, 84.21% 50%, 84.21% 50%, 85.79% 57%, 86.32% 58%, 86.84% 53%, 87.37% 53%, 87.89% 48%, 88.42% 46%, 88.95% 45%, 89.47% 50%, 89.47% 50%, 91.05% 57%, 91.58% 58%, 92.11% 53%, 92.63% 53%, 93.16% 48%, 93.68% 46%, 94.21% 45%, 94.74% 50%, 94.74% 50%, 96.32% 57%, 96.84% 58%, 97.37% 53%, 97.89% 53%, 98.42% 48%, 98.95% 46%, 99.47% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth20.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.5% 57%, 2% 58%, 2.5% 53%, 3% 53%, 3.5% 48%, 4% 46%, 4.5% 45%, 5% 50%, 5% 50%, 6.5% 57%, 7% 58%, 7.5% 53%, 8% 53%, 8.5% 48%, 9% 46%, 9.5% 45%, 10% 50%, 10% 50%, 11.5% 57%, 12% 58%, 12.5% 53%, 13% 53%, 13.5% 48%, 14% 46%, 14.5% 45%, 15% 50%, 15% 50%, 16.5% 57%, 17% 58%, 17.5% 53%, 18% 53%, 18.5% 48%, 19% 46%, 19.5% 45%, 20% 50%, 20% 50%, 21.5% 57%, 22% 58%, 22.5% 53%, 23% 53%, 23.5% 48%, 24% 46%, 24.5% 45%, 25% 50%, 25% 50%, 26.5% 57%, 27% 58%, 27.5% 53%, 28% 53%, 28.5% 48%, 29% 46%, 29.5% 45%, 30% 50%, 30% 50%, 31.5% 57%, 32% 58%, 32.5% 53%, 33% 53%, 33.5% 48%, 34% 46%, 34.5% 45%, 35% 50%, 35% 50%, 36.5% 57%, 37% 58%, 37.5% 53%, 38% 53%, 38.5% 48%, 39% 46%, 39.5% 45%, 40% 50%, 40% 50%, 41.5% 57%, 42% 58%, 42.5% 53%, 43% 53%, 43.5% 48%, 44% 46%, 44.5% 45%, 45% 50%, 45% 50%, 46.5% 57%, 47% 58%, 47.5% 53%, 48% 53%, 48.5% 48%, 49% 46%, 49.5% 45%, 50% 50%, 50% 50%, 51.5% 57%, 52% 58%, 52.5% 53%, 53% 53%, 53.5% 48%, 54% 46%, 54.5% 45%, 55% 50%, 55% 50%, 56.5% 57%, 57% 58%, 57.5% 53%, 58% 53%, 58.5% 48%, 59% 46%, 59.5% 45%, 60% 50%, 60% 50%, 61.5% 57%, 62% 58%, 62.5% 53%, 63% 53%, 63.5% 48%, 64% 46%, 64.5% 45%, 65% 50%, 65% 50%, 66.5% 57%, 67% 58%, 67.5% 53%, 68% 53%, 68.5% 48%, 69% 46%, 69.5% 45%, 70% 50%, 70% 50%, 71.5% 57%, 72% 58%, 72.5% 53%, 73% 53%, 73.5% 48%, 74% 46%, 74.5% 45%, 75% 50%, 75% 50%, 76.5% 57%, 77% 58%, 77.5% 53%, 78% 53%, 78.5% 48%, 79% 46%, 79.5% 45%, 80% 50%, 80% 50%, 81.5% 57%, 82% 58%, 82.5% 53%, 83% 53%, 83.5% 48%, 84% 46%, 84.5% 45%, 85% 50%, 85% 50%, 86.5% 57%, 87% 58%, 87.5% 53%, 88% 53%, 88.5% 48%, 89% 46%, 89.5% 45%, 90% 50%, 90% 50%, 91.5% 57%, 92% 58%, 92.5% 53%, 93% 53%, 93.5% 48%, 94% 46%, 94.5% 45%, 95% 50%, 95% 50%, 96.5% 57%, 97% 58%, 97.5% 53%, 98% 53%, 98.5% 48%, 99% 46%, 99.5% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth21.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.43% 57%, 1.9% 58%, 2.38% 53%, 2.86% 53%, 3.33% 48%, 3.81% 46%, 4.29% 45%, 4.76% 50%, 4.76% 50%, 6.19% 57%, 6.67% 58%, 7.14% 53%, 7.62% 53%, 8.1% 48%, 8.57% 46%, 9.05% 45%, 9.52% 50%, 9.52% 50%, 10.95% 57%, 11.43% 58%, 11.9% 53%, 12.38% 53%, 12.86% 48%, 13.33% 46%, 13.81% 45%, 14.29% 50%, 14.29% 50%, 15.71% 57%, 16.19% 58%, 16.67% 53%, 17.14% 53%, 17.62% 48%, 18.1% 46%, 18.57% 45%, 19.05% 50%, 19.05% 50%, 20.48% 57%, 20.95% 58%, 21.43% 53%, 21.9% 53%, 22.38% 48%, 22.86% 46%, 23.33% 45%, 23.81% 50%, 23.81% 50%, 25.24% 57%, 25.71% 58%, 26.19% 53%, 26.67% 53%, 27.14% 48%, 27.62% 46%, 28.1% 45%, 28.57% 50%, 28.57% 50%, 30% 57%, 30.48% 58%, 30.95% 53%, 31.43% 53%, 31.9% 48%, 32.38% 46%, 32.86% 45%, 33.33% 50%, 33.33% 50%, 34.76% 57%, 35.24% 58%, 35.71% 53%, 36.19% 53%, 36.67% 48%, 37.14% 46%, 37.62% 45%, 38.1% 50%, 38.1% 50%, 39.52% 57%, 40% 58%, 40.48% 53%, 40.95% 53%, 41.43% 48%, 41.9% 46%, 42.38% 45%, 42.86% 50%, 42.86% 50%, 44.29% 57%, 44.76% 58%, 45.24% 53%, 45.71% 53%, 46.19% 48%, 46.67% 46%, 47.14% 45%, 47.62% 50%, 47.62% 50%, 49.05% 57%, 49.52% 58%, 50% 53%, 50.48% 53%, 50.95% 48%, 51.43% 46%, 51.9% 45%, 52.38% 50%, 52.38% 50%, 53.81% 57%, 54.29% 58%, 54.76% 53%, 55.24% 53%, 55.71% 48%, 56.19% 46%, 56.67% 45%, 57.14% 50%, 57.14% 50%, 58.57% 57%, 59.05% 58%, 59.52% 53%, 60% 53%, 60.48% 48%, 60.95% 46%, 61.43% 45%, 61.9% 50%, 61.9% 50%, 63.33% 57%, 63.81% 58%, 64.29% 53%, 64.76% 53%, 65.24% 48%, 65.71% 46%, 66.19% 45%, 66.67% 50%, 66.67% 50%, 68.1% 57%, 68.57% 58%, 69.05% 53%, 69.52% 53%, 70% 48%, 70.48% 46%, 70.95% 45%, 71.43% 50%, 71.43% 50%, 72.86% 57%, 73.33% 58%, 73.81% 53%, 74.29% 53%, 74.76% 48%, 75.24% 46%, 75.71% 45%, 76.19% 50%, 76.19% 50%, 77.62% 57%, 78.1% 58%, 78.57% 53%, 79.05% 53%, 79.52% 48%, 80% 46%, 80.48% 45%, 80.95% 50%, 80.95% 50%, 82.38% 57%, 82.86% 58%, 83.33% 53%, 83.81% 53%, 84.29% 48%, 84.76% 46%, 85.24% 45%, 85.71% 50%, 85.71% 50%, 87.14% 57%, 87.62% 58%, 88.1% 53%, 88.57% 53%, 89.05% 48%, 89.52% 46%, 90% 45%, 90.48% 50%, 90.48% 50%, 91.9% 57%, 92.38% 58%, 92.86% 53%, 93.33% 53%, 93.81% 48%, 94.29% 46%, 94.76% 45%, 95.24% 50%, 95.24% 50%, 96.67% 57%, 97.14% 58%, 97.62% 53%, 98.1% 53%, 98.57% 48%, 99.05% 46%, 99.52% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth22.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.36% 57%, 1.82% 58%, 2.27% 53%, 2.73% 53%, 3.18% 48%, 3.64% 46%, 4.09% 45%, 4.55% 50%, 4.55% 50%, 5.91% 57%, 6.36% 58%, 6.82% 53%, 7.27% 53%, 7.73% 48%, 8.18% 46%, 8.64% 45%, 9.09% 50%, 9.09% 50%, 10.45% 57%, 10.91% 58%, 11.36% 53%, 11.82% 53%, 12.27% 48%, 12.73% 46%, 13.18% 45%, 13.64% 50%, 13.64% 50%, 15% 57%, 15.45% 58%, 15.91% 53%, 16.36% 53%, 16.82% 48%, 17.27% 46%, 17.73% 45%, 18.18% 50%, 18.18% 50%, 19.55% 57%, 20% 58%, 20.45% 53%, 20.91% 53%, 21.36% 48%, 21.82% 46%, 22.27% 45%, 22.73% 50%, 22.73% 50%, 24.09% 57%, 24.55% 58%, 25% 53%, 25.45% 53%, 25.91% 48%, 26.36% 46%, 26.82% 45%, 27.27% 50%, 27.27% 50%, 28.64% 57%, 29.09% 58%, 29.55% 53%, 30% 53%, 30.45% 48%, 30.91% 46%, 31.36% 45%, 31.82% 50%, 31.82% 50%, 33.18% 57%, 33.64% 58%, 34.09% 53%, 34.55% 53%, 35% 48%, 35.45% 46%, 35.91% 45%, 36.36% 50%, 36.36% 50%, 37.73% 57%, 38.18% 58%, 38.64% 53%, 39.09% 53%, 39.55% 48%, 40% 46%, 40.45% 45%, 40.91% 50%, 40.91% 50%, 42.27% 57%, 42.73% 58%, 43.18% 53%, 43.64% 53%, 44.09% 48%, 44.55% 46%, 45% 45%, 45.45% 50%, 45.45% 50%, 46.82% 57%, 47.27% 58%, 47.73% 53%, 48.18% 53%, 48.64% 48%, 49.09% 46%, 49.55% 45%, 50% 50%, 50% 50%, 51.36% 57%, 51.82% 58%, 52.27% 53%, 52.73% 53%, 53.18% 48%, 53.64% 46%, 54.09% 45%, 54.55% 50%, 54.55% 50%, 55.91% 57%, 56.36% 58%, 56.82% 53%, 57.27% 53%, 57.73% 48%, 58.18% 46%, 58.64% 45%, 59.09% 50%, 59.09% 50%, 60.45% 57%, 60.91% 58%, 61.36% 53%, 61.82% 53%, 62.27% 48%, 62.73% 46%, 63.18% 45%, 63.64% 50%, 63.64% 50%, 65% 57%, 65.45% 58%, 65.91% 53%, 66.36% 53%, 66.82% 48%, 67.27% 46%, 67.73% 45%, 68.18% 50%, 68.18% 50%, 69.55% 57%, 70% 58%, 70.45% 53%, 70.91% 53%, 71.36% 48%, 71.82% 46%, 72.27% 45%, 72.73% 50%, 72.73% 50%, 74.09% 57%, 74.55% 58%, 75% 53%, 75.45% 53%, 75.91% 48%, 76.36% 46%, 76.82% 45%, 77.27% 50%, 77.27% 50%, 78.64% 57%, 79.09% 58%, 79.55% 53%, 80% 53%, 80.45% 48%, 80.91% 46%, 81.36% 45%, 81.82% 50%, 81.82% 50%, 83.18% 57%, 83.64% 58%, 84.09% 53%, 84.55% 53%, 85% 48%, 85.45% 46%, 85.91% 45%, 86.36% 50%, 86.36% 50%, 87.73% 57%, 88.18% 58%, 88.64% 53%, 89.09% 53%, 89.55% 48%, 90% 46%, 90.45% 45%, 90.91% 50%, 90.91% 50%, 92.27% 57%, 92.73% 58%, 93.18% 53%, 93.64% 53%, 94.09% 48%, 94.55% 46%, 95% 45%, 95.45% 50%, 95.45% 50%, 96.82% 57%, 97.27% 58%, 97.73% 53%, 98.18% 53%, 98.64% 48%, 99.09% 46%, 99.55% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth23.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.3% 57%, 1.74% 58%, 2.17% 53%, 2.61% 53%, 3.04% 48%, 3.48% 46%, 3.91% 45%, 4.35% 50%, 4.35% 50%, 5.65% 57%, 6.09% 58%, 6.52% 53%, 6.96% 53%, 7.39% 48%, 7.83% 46%, 8.26% 45%, 8.7% 50%, 8.7% 50%, 10% 57%, 10.43% 58%, 10.87% 53%, 11.3% 53%, 11.74% 48%, 12.17% 46%, 12.61% 45%, 13.04% 50%, 13.04% 50%, 14.35% 57%, 14.78% 58%, 15.22% 53%, 15.65% 53%, 16.09% 48%, 16.52% 46%, 16.96% 45%, 17.39% 50%, 17.39% 50%, 18.7% 57%, 19.13% 58%, 19.57% 53%, 20% 53%, 20.43% 48%, 20.87% 46%, 21.3% 45%, 21.74% 50%, 21.74% 50%, 23.04% 57%, 23.48% 58%, 23.91% 53%, 24.35% 53%, 24.78% 48%, 25.22% 46%, 25.65% 45%, 26.09% 50%, 26.09% 50%, 27.39% 57%, 27.83% 58%, 28.26% 53%, 28.7% 53%, 29.13% 48%, 29.57% 46%, 30% 45%, 30.43% 50%, 30.43% 50%, 31.74% 57%, 32.17% 58%, 32.61% 53%, 33.04% 53%, 33.48% 48%, 33.91% 46%, 34.35% 45%, 34.78% 50%, 34.78% 50%, 36.09% 57%, 36.52% 58%, 36.96% 53%, 37.39% 53%, 37.83% 48%, 38.26% 46%, 38.7% 45%, 39.13% 50%, 39.13% 50%, 40.43% 57%, 40.87% 58%, 41.3% 53%, 41.74% 53%, 42.17% 48%, 42.61% 46%, 43.04% 45%, 43.48% 50%, 43.48% 50%, 44.78% 57%, 45.22% 58%, 45.65% 53%, 46.09% 53%, 46.52% 48%, 46.96% 46%, 47.39% 45%, 47.83% 50%, 47.83% 50%, 49.13% 57%, 49.57% 58%, 50% 53%, 50.43% 53%, 50.87% 48%, 51.3% 46%, 51.74% 45%, 52.17% 50%, 52.17% 50%, 53.48% 57%, 53.91% 58%, 54.35% 53%, 54.78% 53%, 55.22% 48%, 55.65% 46%, 56.09% 45%, 56.52% 50%, 56.52% 50%, 57.83% 57%, 58.26% 58%, 58.7% 53%, 59.13% 53%, 59.57% 48%, 60% 46%, 60.43% 45%, 60.87% 50%, 60.87% 50%, 62.17% 57%, 62.61% 58%, 63.04% 53%, 63.48% 53%, 63.91% 48%, 64.35% 46%, 64.78% 45%, 65.22% 50%, 65.22% 50%, 66.52% 57%, 66.96% 58%, 67.39% 53%, 67.83% 53%, 68.26% 48%, 68.7% 46%, 69.13% 45%, 69.57% 50%, 69.57% 50%, 70.87% 57%, 71.3% 58%, 71.74% 53%, 72.17% 53%, 72.61% 48%, 73.04% 46%, 73.48% 45%, 73.91% 50%, 73.91% 50%, 75.22% 57%, 75.65% 58%, 76.09% 53%, 76.52% 53%, 76.96% 48%, 77.39% 46%, 77.83% 45%, 78.26% 50%, 78.26% 50%, 79.57% 57%, 80% 58%, 80.43% 53%, 80.87% 53%, 81.3% 48%, 81.74% 46%, 82.17% 45%, 82.61% 50%, 82.61% 50%, 83.91% 57%, 84.35% 58%, 84.78% 53%, 85.22% 53%, 85.65% 48%, 86.09% 46%, 86.52% 45%, 86.96% 50%, 86.96% 50%, 88.26% 57%, 88.7% 58%, 89.13% 53%, 89.57% 53%, 90% 48%, 90.43% 46%, 90.87% 45%, 91.3% 50%, 91.3% 50%, 92.61% 57%, 93.04% 58%, 93.48% 53%, 93.91% 53%, 94.35% 48%, 94.78% 46%, 95.22% 45%, 95.65% 50%, 95.65% 50%, 96.96% 57%, 97.39% 58%, 97.83% 53%, 98.26% 53%, 98.7% 48%, 99.13% 46%, 99.57% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth24.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.25% 57%, 1.67% 58%, 2.08% 53%, 2.5% 53%, 2.92% 48%, 3.33% 46%, 3.75% 45%, 4.17% 50%, 4.17% 50%, 5.42% 57%, 5.83% 58%, 6.25% 53%, 6.67% 53%, 7.08% 48%, 7.5% 46%, 7.92% 45%, 8.33% 50%, 8.33% 50%, 9.58% 57%, 10% 58%, 10.42% 53%, 10.83% 53%, 11.25% 48%, 11.67% 46%, 12.08% 45%, 12.5% 50%, 12.5% 50%, 13.75% 57%, 14.17% 58%, 14.58% 53%, 15% 53%, 15.42% 48%, 15.83% 46%, 16.25% 45%, 16.67% 50%, 16.67% 50%, 17.92% 57%, 18.33% 58%, 18.75% 53%, 19.17% 53%, 19.58% 48%, 20% 46%, 20.42% 45%, 20.83% 50%, 20.83% 50%, 22.08% 57%, 22.5% 58%, 22.92% 53%, 23.33% 53%, 23.75% 48%, 24.17% 46%, 24.58% 45%, 25% 50%, 25% 50%, 26.25% 57%, 26.67% 58%, 27.08% 53%, 27.5% 53%, 27.92% 48%, 28.33% 46%, 28.75% 45%, 29.17% 50%, 29.17% 50%, 30.42% 57%, 30.83% 58%, 31.25% 53%, 31.67% 53%, 32.08% 48%, 32.5% 46%, 32.92% 45%, 33.33% 50%, 33.33% 50%, 34.58% 57%, 35% 58%, 35.42% 53%, 35.83% 53%, 36.25% 48%, 36.67% 46%, 37.08% 45%, 37.5% 50%, 37.5% 50%, 38.75% 57%, 39.17% 58%, 39.58% 53%, 40% 53%, 40.42% 48%, 40.83% 46%, 41.25% 45%, 41.67% 50%, 41.67% 50%, 42.92% 57%, 43.33% 58%, 43.75% 53%, 44.17% 53%, 44.58% 48%, 45% 46%, 45.42% 45%, 45.83% 50%, 45.83% 50%, 47.08% 57%, 47.5% 58%, 47.92% 53%, 48.33% 53%, 48.75% 48%, 49.17% 46%, 49.58% 45%, 50% 50%, 50% 50%, 51.25% 57%, 51.67% 58%, 52.08% 53%, 52.5% 53%, 52.92% 48%, 53.33% 46%, 53.75% 45%, 54.17% 50%, 54.17% 50%, 55.42% 57%, 55.83% 58%, 56.25% 53%, 56.67% 53%, 57.08% 48%, 57.5% 46%, 57.92% 45%, 58.33% 50%, 58.33% 50%, 59.58% 57%, 60% 58%, 60.42% 53%, 60.83% 53%, 61.25% 48%, 61.67% 46%, 62.08% 45%, 62.5% 50%, 62.5% 50%, 63.75% 57%, 64.17% 58%, 64.58% 53%, 65% 53%, 65.42% 48%, 65.83% 46%, 66.25% 45%, 66.67% 50%, 66.67% 50%, 67.92% 57%, 68.33% 58%, 68.75% 53%, 69.17% 53%, 69.58% 48%, 70% 46%, 70.42% 45%, 70.83% 50%, 70.83% 50%, 72.08% 57%, 72.5% 58%, 72.92% 53%, 73.33% 53%, 73.75% 48%, 74.17% 46%, 74.58% 45%, 75% 50%, 75% 50%, 76.25% 57%, 76.67% 58%, 77.08% 53%, 77.5% 53%, 77.92% 48%, 78.33% 46%, 78.75% 45%, 79.17% 50%, 79.17% 50%, 80.42% 57%, 80.83% 58%, 81.25% 53%, 81.67% 53%, 82.08% 48%, 82.5% 46%, 82.92% 45%, 83.33% 50%, 83.33% 50%, 84.58% 57%, 85% 58%, 85.42% 53%, 85.83% 53%, 86.25% 48%, 86.67% 46%, 87.08% 45%, 87.5% 50%, 87.5% 50%, 88.75% 57%, 89.17% 58%, 89.58% 53%, 90% 53%, 90.42% 48%, 90.83% 46%, 91.25% 45%, 91.67% 50%, 91.67% 50%, 92.92% 57%, 93.33% 58%, 93.75% 53%, 94.17% 53%, 94.58% 48%, 95% 46%, 95.42% 45%, 95.83% 50%, 95.83% 50%, 97.08% 57%, 97.5% 58%, 97.92% 53%, 98.33% 53%, 98.75% 48%, 99.17% 46%, 99.58% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth25.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.2% 57%, 1.6% 58%, 2% 53%, 2.4% 53%, 2.8% 48%, 3.2% 46%, 3.6% 45%, 4% 50%, 4% 50%, 5.2% 57%, 5.6% 58%, 6% 53%, 6.4% 53%, 6.8% 48%, 7.2% 46%, 7.6% 45%, 8% 50%, 8% 50%, 9.2% 57%, 9.6% 58%, 10% 53%, 10.4% 53%, 10.8% 48%, 11.2% 46%, 11.6% 45%, 12% 50%, 12% 50%, 13.2% 57%, 13.6% 58%, 14% 53%, 14.4% 53%, 14.8% 48%, 15.2% 46%, 15.6% 45%, 16% 50%, 16% 50%, 17.2% 57%, 17.6% 58%, 18% 53%, 18.4% 53%, 18.8% 48%, 19.2% 46%, 19.6% 45%, 20% 50%, 20% 50%, 21.2% 57%, 21.6% 58%, 22% 53%, 22.4% 53%, 22.8% 48%, 23.2% 46%, 23.6% 45%, 24% 50%, 24% 50%, 25.2% 57%, 25.6% 58%, 26% 53%, 26.4% 53%, 26.8% 48%, 27.2% 46%, 27.6% 45%, 28% 50%, 28% 50%, 29.2% 57%, 29.6% 58%, 30% 53%, 30.4% 53%, 30.8% 48%, 31.2% 46%, 31.6% 45%, 32% 50%, 32% 50%, 33.2% 57%, 33.6% 58%, 34% 53%, 34.4% 53%, 34.8% 48%, 35.2% 46%, 35.6% 45%, 36% 50%, 36% 50%, 37.2% 57%, 37.6% 58%, 38% 53%, 38.4% 53%, 38.8% 48%, 39.2% 46%, 39.6% 45%, 40% 50%, 40% 50%, 41.2% 57%, 41.6% 58%, 42% 53%, 42.4% 53%, 42.8% 48%, 43.2% 46%, 43.6% 45%, 44% 50%, 44% 50%, 45.2% 57%, 45.6% 58%, 46% 53%, 46.4% 53%, 46.8% 48%, 47.2% 46%, 47.6% 45%, 48% 50%, 48% 50%, 49.2% 57%, 49.6% 58%, 50% 53%, 50.4% 53%, 50.8% 48%, 51.2% 46%, 51.6% 45%, 52% 50%, 52% 50%, 53.2% 57%, 53.6% 58%, 54% 53%, 54.4% 53%, 54.8% 48%, 55.2% 46%, 55.6% 45%, 56% 50%, 56% 50%, 57.2% 57%, 57.6% 58%, 58% 53%, 58.4% 53%, 58.8% 48%, 59.2% 46%, 59.6% 45%, 60% 50%, 60% 50%, 61.2% 57%, 61.6% 58%, 62% 53%, 62.4% 53%, 62.8% 48%, 63.2% 46%, 63.6% 45%, 64% 50%, 64% 50%, 65.2% 57%, 65.6% 58%, 66% 53%, 66.4% 53%, 66.8% 48%, 67.2% 46%, 67.6% 45%, 68% 50%, 68% 50%, 69.2% 57%, 69.6% 58%, 70% 53%, 70.4% 53%, 70.8% 48%, 71.2% 46%, 71.6% 45%, 72% 50%, 72% 50%, 73.2% 57%, 73.6% 58%, 74% 53%, 74.4% 53%, 74.8% 48%, 75.2% 46%, 75.6% 45%, 76% 50%, 76% 50%, 77.2% 57%, 77.6% 58%, 78% 53%, 78.4% 53%, 78.8% 48%, 79.2% 46%, 79.6% 45%, 80% 50%, 80% 50%, 81.2% 57%, 81.6% 58%, 82% 53%, 82.4% 53%, 82.8% 48%, 83.2% 46%, 83.6% 45%, 84% 50%, 84% 50%, 85.2% 57%, 85.6% 58%, 86% 53%, 86.4% 53%, 86.8% 48%, 87.2% 46%, 87.6% 45%, 88% 50%, 88% 50%, 89.2% 57%, 89.6% 58%, 90% 53%, 90.4% 53%, 90.8% 48%, 91.2% 46%, 91.6% 45%, 92% 50%, 92% 50%, 93.2% 57%, 93.6% 58%, 94% 53%, 94.4% 53%, 94.8% 48%, 95.2% 46%, 95.6% 45%, 96% 50%, 96% 50%, 97.2% 57%, 97.6% 58%, 98% 53%, 98.4% 53%, 98.8% 48%, 99.2% 46%, 99.6% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth26.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.15% 57%, 1.54% 58%, 1.92% 53%, 2.31% 53%, 2.69% 48%, 3.08% 46%, 3.46% 45%, 3.85% 50%, 3.85% 50%, 5% 57%, 5.38% 58%, 5.77% 53%, 6.15% 53%, 6.54% 48%, 6.92% 46%, 7.31% 45%, 7.69% 50%, 7.69% 50%, 8.85% 57%, 9.23% 58%, 9.62% 53%, 10% 53%, 10.38% 48%, 10.77% 46%, 11.15% 45%, 11.54% 50%, 11.54% 50%, 12.69% 57%, 13.08% 58%, 13.46% 53%, 13.85% 53%, 14.23% 48%, 14.62% 46%, 15% 45%, 15.38% 50%, 15.38% 50%, 16.54% 57%, 16.92% 58%, 17.31% 53%, 17.69% 53%, 18.08% 48%, 18.46% 46%, 18.85% 45%, 19.23% 50%, 19.23% 50%, 20.38% 57%, 20.77% 58%, 21.15% 53%, 21.54% 53%, 21.92% 48%, 22.31% 46%, 22.69% 45%, 23.08% 50%, 23.08% 50%, 24.23% 57%, 24.62% 58%, 25% 53%, 25.38% 53%, 25.77% 48%, 26.15% 46%, 26.54% 45%, 26.92% 50%, 26.92% 50%, 28.08% 57%, 28.46% 58%, 28.85% 53%, 29.23% 53%, 29.62% 48%, 30% 46%, 30.38% 45%, 30.77% 50%, 30.77% 50%, 31.92% 57%, 32.31% 58%, 32.69% 53%, 33.08% 53%, 33.46% 48%, 33.85% 46%, 34.23% 45%, 34.62% 50%, 34.62% 50%, 35.77% 57%, 36.15% 58%, 36.54% 53%, 36.92% 53%, 37.31% 48%, 37.69% 46%, 38.08% 45%, 38.46% 50%, 38.46% 50%, 39.62% 57%, 40% 58%, 40.38% 53%, 40.77% 53%, 41.15% 48%, 41.54% 46%, 41.92% 45%, 42.31% 50%, 42.31% 50%, 43.46% 57%, 43.85% 58%, 44.23% 53%, 44.62% 53%, 45% 48%, 45.38% 46%, 45.77% 45%, 46.15% 50%, 46.15% 50%, 47.31% 57%, 47.69% 58%, 48.08% 53%, 48.46% 53%, 48.85% 48%, 49.23% 46%, 49.62% 45%, 50% 50%, 50% 50%, 51.15% 57%, 51.54% 58%, 51.92% 53%, 52.31% 53%, 52.69% 48%, 53.08% 46%, 53.46% 45%, 53.85% 50%, 53.85% 50%, 55% 57%, 55.38% 58%, 55.77% 53%, 56.15% 53%, 56.54% 48%, 56.92% 46%, 57.31% 45%, 57.69% 50%, 57.69% 50%, 58.85% 57%, 59.23% 58%, 59.62% 53%, 60% 53%, 60.38% 48%, 60.77% 46%, 61.15% 45%, 61.54% 50%, 61.54% 50%, 62.69% 57%, 63.08% 58%, 63.46% 53%, 63.85% 53%, 64.23% 48%, 64.62% 46%, 65% 45%, 65.38% 50%, 65.38% 50%, 66.54% 57%, 66.92% 58%, 67.31% 53%, 67.69% 53%, 68.08% 48%, 68.46% 46%, 68.85% 45%, 69.23% 50%, 69.23% 50%, 70.38% 57%, 70.77% 58%, 71.15% 53%, 71.54% 53%, 71.92% 48%, 72.31% 46%, 72.69% 45%, 73.08% 50%, 73.08% 50%, 74.23% 57%, 74.62% 58%, 75% 53%, 75.38% 53%, 75.77% 48%, 76.15% 46%, 76.54% 45%, 76.92% 50%, 76.92% 50%, 78.08% 57%, 78.46% 58%, 78.85% 53%, 79.23% 53%, 79.62% 48%, 80% 46%, 80.38% 45%, 80.77% 50%, 80.77% 50%, 81.92% 57%, 82.31% 58%, 82.69% 53%, 83.08% 53%, 83.46% 48%, 83.85% 46%, 84.23% 45%, 84.62% 50%, 84.62% 50%, 85.77% 57%, 86.15% 58%, 86.54% 53%, 86.92% 53%, 87.31% 48%, 87.69% 46%, 88.08% 45%, 88.46% 50%, 88.46% 50%, 89.62% 57%, 90% 58%, 90.38% 53%, 90.77% 53%, 91.15% 48%, 91.54% 46%, 91.92% 45%, 92.31% 50%, 92.31% 50%, 93.46% 57%, 93.85% 58%, 94.23% 53%, 94.62% 53%, 95% 48%, 95.38% 46%, 95.77% 45%, 96.15% 50%, 96.15% 50%, 97.31% 57%, 97.69% 58%, 98.08% 53%, 98.46% 53%, 98.85% 48%, 99.23% 46%, 99.62% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth27.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.11% 57%, 1.48% 58%, 1.85% 53%, 2.22% 53%, 2.59% 48%, 2.96% 46%, 3.33% 45%, 3.7% 50%, 3.7% 50%, 4.81% 57%, 5.19% 58%, 5.56% 53%, 5.93% 53%, 6.3% 48%, 6.67% 46%, 7.04% 45%, 7.41% 50%, 7.41% 50%, 8.52% 57%, 8.89% 58%, 9.26% 53%, 9.63% 53%, 10% 48%, 10.37% 46%, 10.74% 45%, 11.11% 50%, 11.11% 50%, 12.22% 57%, 12.59% 58%, 12.96% 53%, 13.33% 53%, 13.7% 48%, 14.07% 46%, 14.44% 45%, 14.81% 50%, 14.81% 50%, 15.93% 57%, 16.3% 58%, 16.67% 53%, 17.04% 53%, 17.41% 48%, 17.78% 46%, 18.15% 45%, 18.52% 50%, 18.52% 50%, 19.63% 57%, 20% 58%, 20.37% 53%, 20.74% 53%, 21.11% 48%, 21.48% 46%, 21.85% 45%, 22.22% 50%, 22.22% 50%, 23.33% 57%, 23.7% 58%, 24.07% 53%, 24.44% 53%, 24.81% 48%, 25.19% 46%, 25.56% 45%, 25.93% 50%, 25.93% 50%, 27.04% 57%, 27.41% 58%, 27.78% 53%, 28.15% 53%, 28.52% 48%, 28.89% 46%, 29.26% 45%, 29.63% 50%, 29.63% 50%, 30.74% 57%, 31.11% 58%, 31.48% 53%, 31.85% 53%, 32.22% 48%, 32.59% 46%, 32.96% 45%, 33.33% 50%, 33.33% 50%, 34.44% 57%, 34.81% 58%, 35.19% 53%, 35.56% 53%, 35.93% 48%, 36.3% 46%, 36.67% 45%, 37.04% 50%, 37.04% 50%, 38.15% 57%, 38.52% 58%, 38.89% 53%, 39.26% 53%, 39.63% 48%, 40% 46%, 40.37% 45%, 40.74% 50%, 40.74% 50%, 41.85% 57%, 42.22% 58%, 42.59% 53%, 42.96% 53%, 43.33% 48%, 43.7% 46%, 44.07% 45%, 44.44% 50%, 44.44% 50%, 45.56% 57%, 45.93% 58%, 46.3% 53%, 46.67% 53%, 47.04% 48%, 47.41% 46%, 47.78% 45%, 48.15% 50%, 48.15% 50%, 49.26% 57%, 49.63% 58%, 50% 53%, 50.37% 53%, 50.74% 48%, 51.11% 46%, 51.48% 45%, 51.85% 50%, 51.85% 50%, 52.96% 57%, 53.33% 58%, 53.7% 53%, 54.07% 53%, 54.44% 48%, 54.81% 46%, 55.19% 45%, 55.56% 50%, 55.56% 50%, 56.67% 57%, 57.04% 58%, 57.41% 53%, 57.78% 53%, 58.15% 48%, 58.52% 46%, 58.89% 45%, 59.26% 50%, 59.26% 50%, 60.37% 57%, 60.74% 58%, 61.11% 53%, 61.48% 53%, 61.85% 48%, 62.22% 46%, 62.59% 45%, 62.96% 50%, 62.96% 50%, 64.07% 57%, 64.44% 58%, 64.81% 53%, 65.19% 53%, 65.56% 48%, 65.93% 46%, 66.3% 45%, 66.67% 50%, 66.67% 50%, 67.78% 57%, 68.15% 58%, 68.52% 53%, 68.89% 53%, 69.26% 48%, 69.63% 46%, 70% 45%, 70.37% 50%, 70.37% 50%, 71.48% 57%, 71.85% 58%, 72.22% 53%, 72.59% 53%, 72.96% 48%, 73.33% 46%, 73.7% 45%, 74.07% 50%, 74.07% 50%, 75.19% 57%, 75.56% 58%, 75.93% 53%, 76.3% 53%, 76.67% 48%, 77.04% 46%, 77.41% 45%, 77.78% 50%, 77.78% 50%, 78.89% 57%, 79.26% 58%, 79.63% 53%, 80% 53%, 80.37% 48%, 80.74% 46%, 81.11% 45%, 81.48% 50%, 81.48% 50%, 82.59% 57%, 82.96% 58%, 83.33% 53%, 83.7% 53%, 84.07% 48%, 84.44% 46%, 84.81% 45%, 85.19% 50%, 85.19% 50%, 86.3% 57%, 86.67% 58%, 87.04% 53%, 87.41% 53%, 87.78% 48%, 88.15% 46%, 88.52% 45%, 88.89% 50%, 88.89% 50%, 90% 57%, 90.37% 58%, 90.74% 53%, 91.11% 53%, 91.48% 48%, 91.85% 46%, 92.22% 45%, 92.59% 50%, 92.59% 50%, 93.7% 57%, 94.07% 58%, 94.44% 53%, 94.81% 53%, 95.19% 48%, 95.56% 46%, 95.93% 45%, 96.3% 50%, 96.3% 50%, 97.41% 57%, 97.78% 58%, 98.15% 53%, 98.52% 53%, 98.89% 48%, 99.26% 46%, 99.63% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth28.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.07% 57%, 1.43% 58%, 1.79% 53%, 2.14% 53%, 2.5% 48%, 2.86% 46%, 3.21% 45%, 3.57% 50%, 3.57% 50%, 4.64% 57%, 5% 58%, 5.36% 53%, 5.71% 53%, 6.07% 48%, 6.43% 46%, 6.79% 45%, 7.14% 50%, 7.14% 50%, 8.21% 57%, 8.57% 58%, 8.93% 53%, 9.29% 53%, 9.64% 48%, 10% 46%, 10.36% 45%, 10.71% 50%, 10.71% 50%, 11.79% 57%, 12.14% 58%, 12.5% 53%, 12.86% 53%, 13.21% 48%, 13.57% 46%, 13.93% 45%, 14.29% 50%, 14.29% 50%, 15.36% 57%, 15.71% 58%, 16.07% 53%, 16.43% 53%, 16.79% 48%, 17.14% 46%, 17.5% 45%, 17.86% 50%, 17.86% 50%, 18.93% 57%, 19.29% 58%, 19.64% 53%, 20% 53%, 20.36% 48%, 20.71% 46%, 21.07% 45%, 21.43% 50%, 21.43% 50%, 22.5% 57%, 22.86% 58%, 23.21% 53%, 23.57% 53%, 23.93% 48%, 24.29% 46%, 24.64% 45%, 25% 50%, 25% 50%, 26.07% 57%, 26.43% 58%, 26.79% 53%, 27.14% 53%, 27.5% 48%, 27.86% 46%, 28.21% 45%, 28.57% 50%, 28.57% 50%, 29.64% 57%, 30% 58%, 30.36% 53%, 30.71% 53%, 31.07% 48%, 31.43% 46%, 31.79% 45%, 32.14% 50%, 32.14% 50%, 33.21% 57%, 33.57% 58%, 33.93% 53%, 34.29% 53%, 34.64% 48%, 35% 46%, 35.36% 45%, 35.71% 50%, 35.71% 50%, 36.79% 57%, 37.14% 58%, 37.5% 53%, 37.86% 53%, 38.21% 48%, 38.57% 46%, 38.93% 45%, 39.29% 50%, 39.29% 50%, 40.36% 57%, 40.71% 58%, 41.07% 53%, 41.43% 53%, 41.79% 48%, 42.14% 46%, 42.5% 45%, 42.86% 50%, 42.86% 50%, 43.93% 57%, 44.29% 58%, 44.64% 53%, 45% 53%, 45.36% 48%, 45.71% 46%, 46.07% 45%, 46.43% 50%, 46.43% 50%, 47.5% 57%, 47.86% 58%, 48.21% 53%, 48.57% 53%, 48.93% 48%, 49.29% 46%, 49.64% 45%, 50% 50%, 50% 50%, 51.07% 57%, 51.43% 58%, 51.79% 53%, 52.14% 53%, 52.5% 48%, 52.86% 46%, 53.21% 45%, 53.57% 50%, 53.57% 50%, 54.64% 57%, 55% 58%, 55.36% 53%, 55.71% 53%, 56.07% 48%, 56.43% 46%, 56.79% 45%, 57.14% 50%, 57.14% 50%, 58.21% 57%, 58.57% 58%, 58.93% 53%, 59.29% 53%, 59.64% 48%, 60% 46%, 60.36% 45%, 60.71% 50%, 60.71% 50%, 61.79% 57%, 62.14% 58%, 62.5% 53%, 62.86% 53%, 63.21% 48%, 63.57% 46%, 63.93% 45%, 64.29% 50%, 64.29% 50%, 65.36% 57%, 65.71% 58%, 66.07% 53%, 66.43% 53%, 66.79% 48%, 67.14% 46%, 67.5% 45%, 67.86% 50%, 67.86% 50%, 68.93% 57%, 69.29% 58%, 69.64% 53%, 70% 53%, 70.36% 48%, 70.71% 46%, 71.07% 45%, 71.43% 50%, 71.43% 50%, 72.5% 57%, 72.86% 58%, 73.21% 53%, 73.57% 53%, 73.93% 48%, 74.29% 46%, 74.64% 45%, 75% 50%, 75% 50%, 76.07% 57%, 76.43% 58%, 76.79% 53%, 77.14% 53%, 77.5% 48%, 77.86% 46%, 78.21% 45%, 78.57% 50%, 78.57% 50%, 79.64% 57%, 80% 58%, 80.36% 53%, 80.71% 53%, 81.07% 48%, 81.43% 46%, 81.79% 45%, 82.14% 50%, 82.14% 50%, 83.21% 57%, 83.57% 58%, 83.93% 53%, 84.29% 53%, 84.64% 48%, 85% 46%, 85.36% 45%, 85.71% 50%, 85.71% 50%, 86.79% 57%, 87.14% 58%, 87.5% 53%, 87.86% 53%, 88.21% 48%, 88.57% 46%, 88.93% 45%, 89.29% 50%, 89.29% 50%, 90.36% 57%, 90.71% 58%, 91.07% 53%, 91.43% 53%, 91.79% 48%, 92.14% 46%, 92.5% 45%, 92.86% 50%, 92.86% 50%, 93.93% 57%, 94.29% 58%, 94.64% 53%, 95% 53%, 95.36% 48%, 95.71% 46%, 96.07% 45%, 96.43% 50%, 96.43% 50%, 97.5% 57%, 97.86% 58%, 98.21% 53%, 98.57% 53%, 98.93% 48%, 99.29% 46%, 99.64% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth29.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1.03% 57%, 1.38% 58%, 1.72% 53%, 2.07% 53%, 2.41% 48%, 2.76% 46%, 3.1% 45%, 3.45% 50%, 3.45% 50%, 4.48% 57%, 4.83% 58%, 5.17% 53%, 5.52% 53%, 5.86% 48%, 6.21% 46%, 6.55% 45%, 6.9% 50%, 6.9% 50%, 7.93% 57%, 8.28% 58%, 8.62% 53%, 8.97% 53%, 9.31% 48%, 9.66% 46%, 10% 45%, 10.34% 50%, 10.34% 50%, 11.38% 57%, 11.72% 58%, 12.07% 53%, 12.41% 53%, 12.76% 48%, 13.1% 46%, 13.45% 45%, 13.79% 50%, 13.79% 50%, 14.83% 57%, 15.17% 58%, 15.52% 53%, 15.86% 53%, 16.21% 48%, 16.55% 46%, 16.9% 45%, 17.24% 50%, 17.24% 50%, 18.28% 57%, 18.62% 58%, 18.97% 53%, 19.31% 53%, 19.66% 48%, 20% 46%, 20.34% 45%, 20.69% 50%, 20.69% 50%, 21.72% 57%, 22.07% 58%, 22.41% 53%, 22.76% 53%, 23.1% 48%, 23.45% 46%, 23.79% 45%, 24.14% 50%, 24.14% 50%, 25.17% 57%, 25.52% 58%, 25.86% 53%, 26.21% 53%, 26.55% 48%, 26.9% 46%, 27.24% 45%, 27.59% 50%, 27.59% 50%, 28.62% 57%, 28.97% 58%, 29.31% 53%, 29.66% 53%, 30% 48%, 30.34% 46%, 30.69% 45%, 31.03% 50%, 31.03% 50%, 32.07% 57%, 32.41% 58%, 32.76% 53%, 33.1% 53%, 33.45% 48%, 33.79% 46%, 34.14% 45%, 34.48% 50%, 34.48% 50%, 35.52% 57%, 35.86% 58%, 36.21% 53%, 36.55% 53%, 36.9% 48%, 37.24% 46%, 37.59% 45%, 37.93% 50%, 37.93% 50%, 38.97% 57%, 39.31% 58%, 39.66% 53%, 40% 53%, 40.34% 48%, 40.69% 46%, 41.03% 45%, 41.38% 50%, 41.38% 50%, 42.41% 57%, 42.76% 58%, 43.1% 53%, 43.45% 53%, 43.79% 48%, 44.14% 46%, 44.48% 45%, 44.83% 50%, 44.83% 50%, 45.86% 57%, 46.21% 58%, 46.55% 53%, 46.9% 53%, 47.24% 48%, 47.59% 46%, 47.93% 45%, 48.28% 50%, 48.28% 50%, 49.31% 57%, 49.66% 58%, 50% 53%, 50.34% 53%, 50.69% 48%, 51.03% 46%, 51.38% 45%, 51.72% 50%, 51.72% 50%, 52.76% 57%, 53.1% 58%, 53.45% 53%, 53.79% 53%, 54.14% 48%, 54.48% 46%, 54.83% 45%, 55.17% 50%, 55.17% 50%, 56.21% 57%, 56.55% 58%, 56.9% 53%, 57.24% 53%, 57.59% 48%, 57.93% 46%, 58.28% 45%, 58.62% 50%, 58.62% 50%, 59.66% 57%, 60% 58%, 60.34% 53%, 60.69% 53%, 61.03% 48%, 61.38% 46%, 61.72% 45%, 62.07% 50%, 62.07% 50%, 63.1% 57%, 63.45% 58%, 63.79% 53%, 64.14% 53%, 64.48% 48%, 64.83% 46%, 65.17% 45%, 65.52% 50%, 65.52% 50%, 66.55% 57%, 66.9% 58%, 67.24% 53%, 67.59% 53%, 67.93% 48%, 68.28% 46%, 68.62% 45%, 68.97% 50%, 68.97% 50%, 70% 57%, 70.34% 58%, 70.69% 53%, 71.03% 53%, 71.38% 48%, 71.72% 46%, 72.07% 45%, 72.41% 50%, 72.41% 50%, 73.45% 57%, 73.79% 58%, 74.14% 53%, 74.48% 53%, 74.83% 48%, 75.17% 46%, 75.52% 45%, 75.86% 50%, 75.86% 50%, 76.9% 57%, 77.24% 58%, 77.59% 53%, 77.93% 53%, 78.28% 48%, 78.62% 46%, 78.97% 45%, 79.31% 50%, 79.31% 50%, 80.34% 57%, 80.69% 58%, 81.03% 53%, 81.38% 53%, 81.72% 48%, 82.07% 46%, 82.41% 45%, 82.76% 50%, 82.76% 50%, 83.79% 57%, 84.14% 58%, 84.48% 53%, 84.83% 53%, 85.17% 48%, 85.52% 46%, 85.86% 45%, 86.21% 50%, 86.21% 50%, 87.24% 57%, 87.59% 58%, 87.93% 53%, 88.28% 53%, 88.62% 48%, 88.97% 46%, 89.31% 45%, 89.66% 50%, 89.66% 50%, 90.69% 57%, 91.03% 58%, 91.38% 53%, 91.72% 53%, 92.07% 48%, 92.41% 46%, 92.76% 45%, 93.1% 50%, 93.1% 50%, 94.14% 57%, 94.48% 58%, 94.83% 53%, 95.17% 53%, 95.52% 48%, 95.86% 46%, 96.21% 45%, 96.55% 50%, 96.55% 50%, 97.59% 57%, 97.93% 58%, 98.28% 53%, 98.62% 53%, 98.97% 48%, 99.31% 46%, 99.66% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth30.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 1% 57%, 1.33% 58%, 1.67% 53%, 2% 53%, 2.33% 48%, 2.67% 46%, 3% 45%, 3.33% 50%, 3.33% 50%, 4.33% 57%, 4.67% 58%, 5% 53%, 5.33% 53%, 5.67% 48%, 6% 46%, 6.33% 45%, 6.67% 50%, 6.67% 50%, 7.67% 57%, 8% 58%, 8.33% 53%, 8.67% 53%, 9% 48%, 9.33% 46%, 9.67% 45%, 10% 50%, 10% 50%, 11% 57%, 11.33% 58%, 11.67% 53%, 12% 53%, 12.33% 48%, 12.67% 46%, 13% 45%, 13.33% 50%, 13.33% 50%, 14.33% 57%, 14.67% 58%, 15% 53%, 15.33% 53%, 15.67% 48%, 16% 46%, 16.33% 45%, 16.67% 50%, 16.67% 50%, 17.67% 57%, 18% 58%, 18.33% 53%, 18.67% 53%, 19% 48%, 19.33% 46%, 19.67% 45%, 20% 50%, 20% 50%, 21% 57%, 21.33% 58%, 21.67% 53%, 22% 53%, 22.33% 48%, 22.67% 46%, 23% 45%, 23.33% 50%, 23.33% 50%, 24.33% 57%, 24.67% 58%, 25% 53%, 25.33% 53%, 25.67% 48%, 26% 46%, 26.33% 45%, 26.67% 50%, 26.67% 50%, 27.67% 57%, 28% 58%, 28.33% 53%, 28.67% 53%, 29% 48%, 29.33% 46%, 29.67% 45%, 30% 50%, 30% 50%, 31% 57%, 31.33% 58%, 31.67% 53%, 32% 53%, 32.33% 48%, 32.67% 46%, 33% 45%, 33.33% 50%, 33.33% 50%, 34.33% 57%, 34.67% 58%, 35% 53%, 35.33% 53%, 35.67% 48%, 36% 46%, 36.33% 45%, 36.67% 50%, 36.67% 50%, 37.67% 57%, 38% 58%, 38.33% 53%, 38.67% 53%, 39% 48%, 39.33% 46%, 39.67% 45%, 40% 50%, 40% 50%, 41% 57%, 41.33% 58%, 41.67% 53%, 42% 53%, 42.33% 48%, 42.67% 46%, 43% 45%, 43.33% 50%, 43.33% 50%, 44.33% 57%, 44.67% 58%, 45% 53%, 45.33% 53%, 45.67% 48%, 46% 46%, 46.33% 45%, 46.67% 50%, 46.67% 50%, 47.67% 57%, 48% 58%, 48.33% 53%, 48.67% 53%, 49% 48%, 49.33% 46%, 49.67% 45%, 50% 50%, 50% 50%, 51% 57%, 51.33% 58%, 51.67% 53%, 52% 53%, 52.33% 48%, 52.67% 46%, 53% 45%, 53.33% 50%, 53.33% 50%, 54.33% 57%, 54.67% 58%, 55% 53%, 55.33% 53%, 55.67% 48%, 56% 46%, 56.33% 45%, 56.67% 50%, 56.67% 50%, 57.67% 57%, 58% 58%, 58.33% 53%, 58.67% 53%, 59% 48%, 59.33% 46%, 59.67% 45%, 60% 50%, 60% 50%, 61% 57%, 61.33% 58%, 61.67% 53%, 62% 53%, 62.33% 48%, 62.67% 46%, 63% 45%, 63.33% 50%, 63.33% 50%, 64.33% 57%, 64.67% 58%, 65% 53%, 65.33% 53%, 65.67% 48%, 66% 46%, 66.33% 45%, 66.67% 50%, 66.67% 50%, 67.67% 57%, 68% 58%, 68.33% 53%, 68.67% 53%, 69% 48%, 69.33% 46%, 69.67% 45%, 70% 50%, 70% 50%, 71% 57%, 71.33% 58%, 71.67% 53%, 72% 53%, 72.33% 48%, 72.67% 46%, 73% 45%, 73.33% 50%, 73.33% 50%, 74.33% 57%, 74.67% 58%, 75% 53%, 75.33% 53%, 75.67% 48%, 76% 46%, 76.33% 45%, 76.67% 50%, 76.67% 50%, 77.67% 57%, 78% 58%, 78.33% 53%, 78.67% 53%, 79% 48%, 79.33% 46%, 79.67% 45%, 80% 50%, 80% 50%, 81% 57%, 81.33% 58%, 81.67% 53%, 82% 53%, 82.33% 48%, 82.67% 46%, 83% 45%, 83.33% 50%, 83.33% 50%, 84.33% 57%, 84.67% 58%, 85% 53%, 85.33% 53%, 85.67% 48%, 86% 46%, 86.33% 45%, 86.67% 50%, 86.67% 50%, 87.67% 57%, 88% 58%, 88.33% 53%, 88.67% 53%, 89% 48%, 89.33% 46%, 89.67% 45%, 90% 50%, 90% 50%, 91% 57%, 91.33% 58%, 91.67% 53%, 92% 53%, 92.33% 48%, 92.67% 46%, 93% 45%, 93.33% 50%, 93.33% 50%, 94.33% 57%, 94.67% 58%, 95% 53%, 95.33% 53%, 95.67% 48%, 96% 46%, 96.33% 45%, 96.67% 50%, 96.67% 50%, 97.67% 57%, 98% 58%, 98.33% 53%, 98.67% 53%, 99% 48%, 99.33% 46%, 99.67% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth31.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.97% 57%, 1.29% 58%, 1.61% 53%, 1.94% 53%, 2.26% 48%, 2.58% 46%, 2.9% 45%, 3.23% 50%, 3.23% 50%, 4.19% 57%, 4.52% 58%, 4.84% 53%, 5.16% 53%, 5.48% 48%, 5.81% 46%, 6.13% 45%, 6.45% 50%, 6.45% 50%, 7.42% 57%, 7.74% 58%, 8.06% 53%, 8.39% 53%, 8.71% 48%, 9.03% 46%, 9.35% 45%, 9.68% 50%, 9.68% 50%, 10.65% 57%, 10.97% 58%, 11.29% 53%, 11.61% 53%, 11.94% 48%, 12.26% 46%, 12.58% 45%, 12.9% 50%, 12.9% 50%, 13.87% 57%, 14.19% 58%, 14.52% 53%, 14.84% 53%, 15.16% 48%, 15.48% 46%, 15.81% 45%, 16.13% 50%, 16.13% 50%, 17.1% 57%, 17.42% 58%, 17.74% 53%, 18.06% 53%, 18.39% 48%, 18.71% 46%, 19.03% 45%, 19.35% 50%, 19.35% 50%, 20.32% 57%, 20.65% 58%, 20.97% 53%, 21.29% 53%, 21.61% 48%, 21.94% 46%, 22.26% 45%, 22.58% 50%, 22.58% 50%, 23.55% 57%, 23.87% 58%, 24.19% 53%, 24.52% 53%, 24.84% 48%, 25.16% 46%, 25.48% 45%, 25.81% 50%, 25.81% 50%, 26.77% 57%, 27.1% 58%, 27.42% 53%, 27.74% 53%, 28.06% 48%, 28.39% 46%, 28.71% 45%, 29.03% 50%, 29.03% 50%, 30% 57%, 30.32% 58%, 30.65% 53%, 30.97% 53%, 31.29% 48%, 31.61% 46%, 31.94% 45%, 32.26% 50%, 32.26% 50%, 33.23% 57%, 33.55% 58%, 33.87% 53%, 34.19% 53%, 34.52% 48%, 34.84% 46%, 35.16% 45%, 35.48% 50%, 35.48% 50%, 36.45% 57%, 36.77% 58%, 37.1% 53%, 37.42% 53%, 37.74% 48%, 38.06% 46%, 38.39% 45%, 38.71% 50%, 38.71% 50%, 39.68% 57%, 40% 58%, 40.32% 53%, 40.65% 53%, 40.97% 48%, 41.29% 46%, 41.61% 45%, 41.94% 50%, 41.94% 50%, 42.9% 57%, 43.23% 58%, 43.55% 53%, 43.87% 53%, 44.19% 48%, 44.52% 46%, 44.84% 45%, 45.16% 50%, 45.16% 50%, 46.13% 57%, 46.45% 58%, 46.77% 53%, 47.1% 53%, 47.42% 48%, 47.74% 46%, 48.06% 45%, 48.39% 50%, 48.39% 50%, 49.35% 57%, 49.68% 58%, 50% 53%, 50.32% 53%, 50.65% 48%, 50.97% 46%, 51.29% 45%, 51.61% 50%, 51.61% 50%, 52.58% 57%, 52.9% 58%, 53.23% 53%, 53.55% 53%, 53.87% 48%, 54.19% 46%, 54.52% 45%, 54.84% 50%, 54.84% 50%, 55.81% 57%, 56.13% 58%, 56.45% 53%, 56.77% 53%, 57.1% 48%, 57.42% 46%, 57.74% 45%, 58.06% 50%, 58.06% 50%, 59.03% 57%, 59.35% 58%, 59.68% 53%, 60% 53%, 60.32% 48%, 60.65% 46%, 60.97% 45%, 61.29% 50%, 61.29% 50%, 62.26% 57%, 62.58% 58%, 62.9% 53%, 63.23% 53%, 63.55% 48%, 63.87% 46%, 64.19% 45%, 64.52% 50%, 64.52% 50%, 65.48% 57%, 65.81% 58%, 66.13% 53%, 66.45% 53%, 66.77% 48%, 67.1% 46%, 67.42% 45%, 67.74% 50%, 67.74% 50%, 68.71% 57%, 69.03% 58%, 69.35% 53%, 69.68% 53%, 70% 48%, 70.32% 46%, 70.65% 45%, 70.97% 50%, 70.97% 50%, 71.94% 57%, 72.26% 58%, 72.58% 53%, 72.9% 53%, 73.23% 48%, 73.55% 46%, 73.87% 45%, 74.19% 50%, 74.19% 50%, 75.16% 57%, 75.48% 58%, 75.81% 53%, 76.13% 53%, 76.45% 48%, 76.77% 46%, 77.1% 45%, 77.42% 50%, 77.42% 50%, 78.39% 57%, 78.71% 58%, 79.03% 53%, 79.35% 53%, 79.68% 48%, 80% 46%, 80.32% 45%, 80.65% 50%, 80.65% 50%, 81.61% 57%, 81.94% 58%, 82.26% 53%, 82.58% 53%, 82.9% 48%, 83.23% 46%, 83.55% 45%, 83.87% 50%, 83.87% 50%, 84.84% 57%, 85.16% 58%, 85.48% 53%, 85.81% 53%, 86.13% 48%, 86.45% 46%, 86.77% 45%, 87.1% 50%, 87.1% 50%, 88.06% 57%, 88.39% 58%, 88.71% 53%, 89.03% 53%, 89.35% 48%, 89.68% 46%, 90% 45%, 90.32% 50%, 90.32% 50%, 91.29% 57%, 91.61% 58%, 91.94% 53%, 92.26% 53%, 92.58% 48%, 92.9% 46%, 93.23% 45%, 93.55% 50%, 93.55% 50%, 94.52% 57%, 94.84% 58%, 95.16% 53%, 95.48% 53%, 95.81% 48%, 96.13% 46%, 96.45% 45%, 96.77% 50%, 96.77% 50%, 97.74% 57%, 98.06% 58%, 98.39% 53%, 98.71% 53%, 99.03% 48%, 99.35% 46%, 99.68% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth32.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.94% 57%, 1.25% 58%, 1.56% 53%, 1.88% 53%, 2.19% 48%, 2.5% 46%, 2.81% 45%, 3.13% 50%, 3.13% 50%, 4.06% 57%, 4.38% 58%, 4.69% 53%, 5% 53%, 5.31% 48%, 5.63% 46%, 5.94% 45%, 6.25% 50%, 6.25% 50%, 7.19% 57%, 7.5% 58%, 7.81% 53%, 8.13% 53%, 8.44% 48%, 8.75% 46%, 9.06% 45%, 9.38% 50%, 9.38% 50%, 10.31% 57%, 10.63% 58%, 10.94% 53%, 11.25% 53%, 11.56% 48%, 11.88% 46%, 12.19% 45%, 12.5% 50%, 12.5% 50%, 13.44% 57%, 13.75% 58%, 14.06% 53%, 14.38% 53%, 14.69% 48%, 15% 46%, 15.31% 45%, 15.63% 50%, 15.63% 50%, 16.56% 57%, 16.88% 58%, 17.19% 53%, 17.5% 53%, 17.81% 48%, 18.13% 46%, 18.44% 45%, 18.75% 50%, 18.75% 50%, 19.69% 57%, 20% 58%, 20.31% 53%, 20.63% 53%, 20.94% 48%, 21.25% 46%, 21.56% 45%, 21.88% 50%, 21.88% 50%, 22.81% 57%, 23.13% 58%, 23.44% 53%, 23.75% 53%, 24.06% 48%, 24.38% 46%, 24.69% 45%, 25% 50%, 25% 50%, 25.94% 57%, 26.25% 58%, 26.56% 53%, 26.88% 53%, 27.19% 48%, 27.5% 46%, 27.81% 45%, 28.13% 50%, 28.13% 50%, 29.06% 57%, 29.38% 58%, 29.69% 53%, 30% 53%, 30.31% 48%, 30.63% 46%, 30.94% 45%, 31.25% 50%, 31.25% 50%, 32.19% 57%, 32.5% 58%, 32.81% 53%, 33.13% 53%, 33.44% 48%, 33.75% 46%, 34.06% 45%, 34.38% 50%, 34.38% 50%, 35.31% 57%, 35.63% 58%, 35.94% 53%, 36.25% 53%, 36.56% 48%, 36.88% 46%, 37.19% 45%, 37.5% 50%, 37.5% 50%, 38.44% 57%, 38.75% 58%, 39.06% 53%, 39.38% 53%, 39.69% 48%, 40% 46%, 40.31% 45%, 40.63% 50%, 40.63% 50%, 41.56% 57%, 41.88% 58%, 42.19% 53%, 42.5% 53%, 42.81% 48%, 43.13% 46%, 43.44% 45%, 43.75% 50%, 43.75% 50%, 44.69% 57%, 45% 58%, 45.31% 53%, 45.63% 53%, 45.94% 48%, 46.25% 46%, 46.56% 45%, 46.88% 50%, 46.88% 50%, 47.81% 57%, 48.13% 58%, 48.44% 53%, 48.75% 53%, 49.06% 48%, 49.38% 46%, 49.69% 45%, 50% 50%, 50% 50%, 50.94% 57%, 51.25% 58%, 51.56% 53%, 51.88% 53%, 52.19% 48%, 52.5% 46%, 52.81% 45%, 53.13% 50%, 53.13% 50%, 54.06% 57%, 54.38% 58%, 54.69% 53%, 55% 53%, 55.31% 48%, 55.63% 46%, 55.94% 45%, 56.25% 50%, 56.25% 50%, 57.19% 57%, 57.5% 58%, 57.81% 53%, 58.13% 53%, 58.44% 48%, 58.75% 46%, 59.06% 45%, 59.38% 50%, 59.38% 50%, 60.31% 57%, 60.63% 58%, 60.94% 53%, 61.25% 53%, 61.56% 48%, 61.88% 46%, 62.19% 45%, 62.5% 50%, 62.5% 50%, 63.44% 57%, 63.75% 58%, 64.06% 53%, 64.38% 53%, 64.69% 48%, 65% 46%, 65.31% 45%, 65.63% 50%, 65.63% 50%, 66.56% 57%, 66.88% 58%, 67.19% 53%, 67.5% 53%, 67.81% 48%, 68.13% 46%, 68.44% 45%, 68.75% 50%, 68.75% 50%, 69.69% 57%, 70% 58%, 70.31% 53%, 70.63% 53%, 70.94% 48%, 71.25% 46%, 71.56% 45%, 71.88% 50%, 71.88% 50%, 72.81% 57%, 73.13% 58%, 73.44% 53%, 73.75% 53%, 74.06% 48%, 74.38% 46%, 74.69% 45%, 75% 50%, 75% 50%, 75.94% 57%, 76.25% 58%, 76.56% 53%, 76.88% 53%, 77.19% 48%, 77.5% 46%, 77.81% 45%, 78.13% 50%, 78.13% 50%, 79.06% 57%, 79.38% 58%, 79.69% 53%, 80% 53%, 80.31% 48%, 80.63% 46%, 80.94% 45%, 81.25% 50%, 81.25% 50%, 82.19% 57%, 82.5% 58%, 82.81% 53%, 83.13% 53%, 83.44% 48%, 83.75% 46%, 84.06% 45%, 84.38% 50%, 84.38% 50%, 85.31% 57%, 85.63% 58%, 85.94% 53%, 86.25% 53%, 86.56% 48%, 86.88% 46%, 87.19% 45%, 87.5% 50%, 87.5% 50%, 88.44% 57%, 88.75% 58%, 89.06% 53%, 89.38% 53%, 89.69% 48%, 90% 46%, 90.31% 45%, 90.63% 50%, 90.63% 50%, 91.56% 57%, 91.88% 58%, 92.19% 53%, 92.5% 53%, 92.81% 48%, 93.13% 46%, 93.44% 45%, 93.75% 50%, 93.75% 50%, 94.69% 57%, 95% 58%, 95.31% 53%, 95.63% 53%, 95.94% 48%, 96.25% 46%, 96.56% 45%, 96.88% 50%, 96.88% 50%, 97.81% 57%, 98.13% 58%, 98.44% 53%, 98.75% 53%, 99.06% 48%, 99.38% 46%, 99.69% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth33.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.91% 57%, 1.21% 58%, 1.52% 53%, 1.82% 53%, 2.12% 48%, 2.42% 46%, 2.73% 45%, 3.03% 50%, 3.03% 50%, 3.94% 57%, 4.24% 58%, 4.55% 53%, 4.85% 53%, 5.15% 48%, 5.45% 46%, 5.76% 45%, 6.06% 50%, 6.06% 50%, 6.97% 57%, 7.27% 58%, 7.58% 53%, 7.88% 53%, 8.18% 48%, 8.48% 46%, 8.79% 45%, 9.09% 50%, 9.09% 50%, 10% 57%, 10.3% 58%, 10.61% 53%, 10.91% 53%, 11.21% 48%, 11.52% 46%, 11.82% 45%, 12.12% 50%, 12.12% 50%, 13.03% 57%, 13.33% 58%, 13.64% 53%, 13.94% 53%, 14.24% 48%, 14.55% 46%, 14.85% 45%, 15.15% 50%, 15.15% 50%, 16.06% 57%, 16.36% 58%, 16.67% 53%, 16.97% 53%, 17.27% 48%, 17.58% 46%, 17.88% 45%, 18.18% 50%, 18.18% 50%, 19.09% 57%, 19.39% 58%, 19.7% 53%, 20% 53%, 20.3% 48%, 20.61% 46%, 20.91% 45%, 21.21% 50%, 21.21% 50%, 22.12% 57%, 22.42% 58%, 22.73% 53%, 23.03% 53%, 23.33% 48%, 23.64% 46%, 23.94% 45%, 24.24% 50%, 24.24% 50%, 25.15% 57%, 25.45% 58%, 25.76% 53%, 26.06% 53%, 26.36% 48%, 26.67% 46%, 26.97% 45%, 27.27% 50%, 27.27% 50%, 28.18% 57%, 28.48% 58%, 28.79% 53%, 29.09% 53%, 29.39% 48%, 29.7% 46%, 30% 45%, 30.3% 50%, 30.3% 50%, 31.21% 57%, 31.52% 58%, 31.82% 53%, 32.12% 53%, 32.42% 48%, 32.73% 46%, 33.03% 45%, 33.33% 50%, 33.33% 50%, 34.24% 57%, 34.55% 58%, 34.85% 53%, 35.15% 53%, 35.45% 48%, 35.76% 46%, 36.06% 45%, 36.36% 50%, 36.36% 50%, 37.27% 57%, 37.58% 58%, 37.88% 53%, 38.18% 53%, 38.48% 48%, 38.79% 46%, 39.09% 45%, 39.39% 50%, 39.39% 50%, 40.3% 57%, 40.61% 58%, 40.91% 53%, 41.21% 53%, 41.52% 48%, 41.82% 46%, 42.12% 45%, 42.42% 50%, 42.42% 50%, 43.33% 57%, 43.64% 58%, 43.94% 53%, 44.24% 53%, 44.55% 48%, 44.85% 46%, 45.15% 45%, 45.45% 50%, 45.45% 50%, 46.36% 57%, 46.67% 58%, 46.97% 53%, 47.27% 53%, 47.58% 48%, 47.88% 46%, 48.18% 45%, 48.48% 50%, 48.48% 50%, 49.39% 57%, 49.7% 58%, 50% 53%, 50.3% 53%, 50.61% 48%, 50.91% 46%, 51.21% 45%, 51.52% 50%, 51.52% 50%, 52.42% 57%, 52.73% 58%, 53.03% 53%, 53.33% 53%, 53.64% 48%, 53.94% 46%, 54.24% 45%, 54.55% 50%, 54.55% 50%, 55.45% 57%, 55.76% 58%, 56.06% 53%, 56.36% 53%, 56.67% 48%, 56.97% 46%, 57.27% 45%, 57.58% 50%, 57.58% 50%, 58.48% 57%, 58.79% 58%, 59.09% 53%, 59.39% 53%, 59.7% 48%, 60% 46%, 60.3% 45%, 60.61% 50%, 60.61% 50%, 61.52% 57%, 61.82% 58%, 62.12% 53%, 62.42% 53%, 62.73% 48%, 63.03% 46%, 63.33% 45%, 63.64% 50%, 63.64% 50%, 64.55% 57%, 64.85% 58%, 65.15% 53%, 65.45% 53%, 65.76% 48%, 66.06% 46%, 66.36% 45%, 66.67% 50%, 66.67% 50%, 67.58% 57%, 67.88% 58%, 68.18% 53%, 68.48% 53%, 68.79% 48%, 69.09% 46%, 69.39% 45%, 69.7% 50%, 69.7% 50%, 70.61% 57%, 70.91% 58%, 71.21% 53%, 71.52% 53%, 71.82% 48%, 72.12% 46%, 72.42% 45%, 72.73% 50%, 72.73% 50%, 73.64% 57%, 73.94% 58%, 74.24% 53%, 74.55% 53%, 74.85% 48%, 75.15% 46%, 75.45% 45%, 75.76% 50%, 75.76% 50%, 76.67% 57%, 76.97% 58%, 77.27% 53%, 77.58% 53%, 77.88% 48%, 78.18% 46%, 78.48% 45%, 78.79% 50%, 78.79% 50%, 79.7% 57%, 80% 58%, 80.3% 53%, 80.61% 53%, 80.91% 48%, 81.21% 46%, 81.52% 45%, 81.82% 50%, 81.82% 50%, 82.73% 57%, 83.03% 58%, 83.33% 53%, 83.64% 53%, 83.94% 48%, 84.24% 46%, 84.55% 45%, 84.85% 50%, 84.85% 50%, 85.76% 57%, 86.06% 58%, 86.36% 53%, 86.67% 53%, 86.97% 48%, 87.27% 46%, 87.58% 45%, 87.88% 50%, 87.88% 50%, 88.79% 57%, 89.09% 58%, 89.39% 53%, 89.7% 53%, 90% 48%, 90.3% 46%, 90.61% 45%, 90.91% 50%, 90.91% 50%, 91.82% 57%, 92.12% 58%, 92.42% 53%, 92.73% 53%, 93.03% 48%, 93.33% 46%, 93.64% 45%, 93.94% 50%, 93.94% 50%, 94.85% 57%, 95.15% 58%, 95.45% 53%, 95.76% 53%, 96.06% 48%, 96.36% 46%, 96.67% 45%, 96.97% 50%, 96.97% 50%, 97.88% 57%, 98.18% 58%, 98.48% 53%, 98.79% 53%, 99.09% 48%, 99.39% 46%, 99.7% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth34.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.88% 57%, 1.18% 58%, 1.47% 53%, 1.76% 53%, 2.06% 48%, 2.35% 46%, 2.65% 45%, 2.94% 50%, 2.94% 50%, 3.82% 57%, 4.12% 58%, 4.41% 53%, 4.71% 53%, 5% 48%, 5.29% 46%, 5.59% 45%, 5.88% 50%, 5.88% 50%, 6.76% 57%, 7.06% 58%, 7.35% 53%, 7.65% 53%, 7.94% 48%, 8.24% 46%, 8.53% 45%, 8.82% 50%, 8.82% 50%, 9.71% 57%, 10% 58%, 10.29% 53%, 10.59% 53%, 10.88% 48%, 11.18% 46%, 11.47% 45%, 11.76% 50%, 11.76% 50%, 12.65% 57%, 12.94% 58%, 13.24% 53%, 13.53% 53%, 13.82% 48%, 14.12% 46%, 14.41% 45%, 14.71% 50%, 14.71% 50%, 15.59% 57%, 15.88% 58%, 16.18% 53%, 16.47% 53%, 16.76% 48%, 17.06% 46%, 17.35% 45%, 17.65% 50%, 17.65% 50%, 18.53% 57%, 18.82% 58%, 19.12% 53%, 19.41% 53%, 19.71% 48%, 20% 46%, 20.29% 45%, 20.59% 50%, 20.59% 50%, 21.47% 57%, 21.76% 58%, 22.06% 53%, 22.35% 53%, 22.65% 48%, 22.94% 46%, 23.24% 45%, 23.53% 50%, 23.53% 50%, 24.41% 57%, 24.71% 58%, 25% 53%, 25.29% 53%, 25.59% 48%, 25.88% 46%, 26.18% 45%, 26.47% 50%, 26.47% 50%, 27.35% 57%, 27.65% 58%, 27.94% 53%, 28.24% 53%, 28.53% 48%, 28.82% 46%, 29.12% 45%, 29.41% 50%, 29.41% 50%, 30.29% 57%, 30.59% 58%, 30.88% 53%, 31.18% 53%, 31.47% 48%, 31.76% 46%, 32.06% 45%, 32.35% 50%, 32.35% 50%, 33.24% 57%, 33.53% 58%, 33.82% 53%, 34.12% 53%, 34.41% 48%, 34.71% 46%, 35% 45%, 35.29% 50%, 35.29% 50%, 36.18% 57%, 36.47% 58%, 36.76% 53%, 37.06% 53%, 37.35% 48%, 37.65% 46%, 37.94% 45%, 38.24% 50%, 38.24% 50%, 39.12% 57%, 39.41% 58%, 39.71% 53%, 40% 53%, 40.29% 48%, 40.59% 46%, 40.88% 45%, 41.18% 50%, 41.18% 50%, 42.06% 57%, 42.35% 58%, 42.65% 53%, 42.94% 53%, 43.24% 48%, 43.53% 46%, 43.82% 45%, 44.12% 50%, 44.12% 50%, 45% 57%, 45.29% 58%, 45.59% 53%, 45.88% 53%, 46.18% 48%, 46.47% 46%, 46.76% 45%, 47.06% 50%, 47.06% 50%, 47.94% 57%, 48.24% 58%, 48.53% 53%, 48.82% 53%, 49.12% 48%, 49.41% 46%, 49.71% 45%, 50% 50%, 50% 50%, 50.88% 57%, 51.18% 58%, 51.47% 53%, 51.76% 53%, 52.06% 48%, 52.35% 46%, 52.65% 45%, 52.94% 50%, 52.94% 50%, 53.82% 57%, 54.12% 58%, 54.41% 53%, 54.71% 53%, 55% 48%, 55.29% 46%, 55.59% 45%, 55.88% 50%, 55.88% 50%, 56.76% 57%, 57.06% 58%, 57.35% 53%, 57.65% 53%, 57.94% 48%, 58.24% 46%, 58.53% 45%, 58.82% 50%, 58.82% 50%, 59.71% 57%, 60% 58%, 60.29% 53%, 60.59% 53%, 60.88% 48%, 61.18% 46%, 61.47% 45%, 61.76% 50%, 61.76% 50%, 62.65% 57%, 62.94% 58%, 63.24% 53%, 63.53% 53%, 63.82% 48%, 64.12% 46%, 64.41% 45%, 64.71% 50%, 64.71% 50%, 65.59% 57%, 65.88% 58%, 66.18% 53%, 66.47% 53%, 66.76% 48%, 67.06% 46%, 67.35% 45%, 67.65% 50%, 67.65% 50%, 68.53% 57%, 68.82% 58%, 69.12% 53%, 69.41% 53%, 69.71% 48%, 70% 46%, 70.29% 45%, 70.59% 50%, 70.59% 50%, 71.47% 57%, 71.76% 58%, 72.06% 53%, 72.35% 53%, 72.65% 48%, 72.94% 46%, 73.24% 45%, 73.53% 50%, 73.53% 50%, 74.41% 57%, 74.71% 58%, 75% 53%, 75.29% 53%, 75.59% 48%, 75.88% 46%, 76.18% 45%, 76.47% 50%, 76.47% 50%, 77.35% 57%, 77.65% 58%, 77.94% 53%, 78.24% 53%, 78.53% 48%, 78.82% 46%, 79.12% 45%, 79.41% 50%, 79.41% 50%, 80.29% 57%, 80.59% 58%, 80.88% 53%, 81.18% 53%, 81.47% 48%, 81.76% 46%, 82.06% 45%, 82.35% 50%, 82.35% 50%, 83.24% 57%, 83.53% 58%, 83.82% 53%, 84.12% 53%, 84.41% 48%, 84.71% 46%, 85% 45%, 85.29% 50%, 85.29% 50%, 86.18% 57%, 86.47% 58%, 86.76% 53%, 87.06% 53%, 87.35% 48%, 87.65% 46%, 87.94% 45%, 88.24% 50%, 88.24% 50%, 89.12% 57%, 89.41% 58%, 89.71% 53%, 90% 53%, 90.29% 48%, 90.59% 46%, 90.88% 45%, 91.18% 50%, 91.18% 50%, 92.06% 57%, 92.35% 58%, 92.65% 53%, 92.94% 53%, 93.24% 48%, 93.53% 46%, 93.82% 45%, 94.12% 50%, 94.12% 50%, 95% 57%, 95.29% 58%, 95.59% 53%, 95.88% 53%, 96.18% 48%, 96.47% 46%, 96.76% 45%, 97.06% 50%, 97.06% 50%, 97.94% 57%, 98.24% 58%, 98.53% 53%, 98.82% 53%, 99.12% 48%, 99.41% 46%, 99.71% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth35.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.86% 57%, 1.14% 58%, 1.43% 53%, 1.71% 53%, 2% 48%, 2.29% 46%, 2.57% 45%, 2.86% 50%, 2.86% 50%, 3.71% 57%, 4% 58%, 4.29% 53%, 4.57% 53%, 4.86% 48%, 5.14% 46%, 5.43% 45%, 5.71% 50%, 5.71% 50%, 6.57% 57%, 6.86% 58%, 7.14% 53%, 7.43% 53%, 7.71% 48%, 8% 46%, 8.29% 45%, 8.57% 50%, 8.57% 50%, 9.43% 57%, 9.71% 58%, 10% 53%, 10.29% 53%, 10.57% 48%, 10.86% 46%, 11.14% 45%, 11.43% 50%, 11.43% 50%, 12.29% 57%, 12.57% 58%, 12.86% 53%, 13.14% 53%, 13.43% 48%, 13.71% 46%, 14% 45%, 14.29% 50%, 14.29% 50%, 15.14% 57%, 15.43% 58%, 15.71% 53%, 16% 53%, 16.29% 48%, 16.57% 46%, 16.86% 45%, 17.14% 50%, 17.14% 50%, 18% 57%, 18.29% 58%, 18.57% 53%, 18.86% 53%, 19.14% 48%, 19.43% 46%, 19.71% 45%, 20% 50%, 20% 50%, 20.86% 57%, 21.14% 58%, 21.43% 53%, 21.71% 53%, 22% 48%, 22.29% 46%, 22.57% 45%, 22.86% 50%, 22.86% 50%, 23.71% 57%, 24% 58%, 24.29% 53%, 24.57% 53%, 24.86% 48%, 25.14% 46%, 25.43% 45%, 25.71% 50%, 25.71% 50%, 26.57% 57%, 26.86% 58%, 27.14% 53%, 27.43% 53%, 27.71% 48%, 28% 46%, 28.29% 45%, 28.57% 50%, 28.57% 50%, 29.43% 57%, 29.71% 58%, 30% 53%, 30.29% 53%, 30.57% 48%, 30.86% 46%, 31.14% 45%, 31.43% 50%, 31.43% 50%, 32.29% 57%, 32.57% 58%, 32.86% 53%, 33.14% 53%, 33.43% 48%, 33.71% 46%, 34% 45%, 34.29% 50%, 34.29% 50%, 35.14% 57%, 35.43% 58%, 35.71% 53%, 36% 53%, 36.29% 48%, 36.57% 46%, 36.86% 45%, 37.14% 50%, 37.14% 50%, 38% 57%, 38.29% 58%, 38.57% 53%, 38.86% 53%, 39.14% 48%, 39.43% 46%, 39.71% 45%, 40% 50%, 40% 50%, 40.86% 57%, 41.14% 58%, 41.43% 53%, 41.71% 53%, 42% 48%, 42.29% 46%, 42.57% 45%, 42.86% 50%, 42.86% 50%, 43.71% 57%, 44% 58%, 44.29% 53%, 44.57% 53%, 44.86% 48%, 45.14% 46%, 45.43% 45%, 45.71% 50%, 45.71% 50%, 46.57% 57%, 46.86% 58%, 47.14% 53%, 47.43% 53%, 47.71% 48%, 48% 46%, 48.29% 45%, 48.57% 50%, 48.57% 50%, 49.43% 57%, 49.71% 58%, 50% 53%, 50.29% 53%, 50.57% 48%, 50.86% 46%, 51.14% 45%, 51.43% 50%, 51.43% 50%, 52.29% 57%, 52.57% 58%, 52.86% 53%, 53.14% 53%, 53.43% 48%, 53.71% 46%, 54% 45%, 54.29% 50%, 54.29% 50%, 55.14% 57%, 55.43% 58%, 55.71% 53%, 56% 53%, 56.29% 48%, 56.57% 46%, 56.86% 45%, 57.14% 50%, 57.14% 50%, 58% 57%, 58.29% 58%, 58.57% 53%, 58.86% 53%, 59.14% 48%, 59.43% 46%, 59.71% 45%, 60% 50%, 60% 50%, 60.86% 57%, 61.14% 58%, 61.43% 53%, 61.71% 53%, 62% 48%, 62.29% 46%, 62.57% 45%, 62.86% 50%, 62.86% 50%, 63.71% 57%, 64% 58%, 64.29% 53%, 64.57% 53%, 64.86% 48%, 65.14% 46%, 65.43% 45%, 65.71% 50%, 65.71% 50%, 66.57% 57%, 66.86% 58%, 67.14% 53%, 67.43% 53%, 67.71% 48%, 68% 46%, 68.29% 45%, 68.57% 50%, 68.57% 50%, 69.43% 57%, 69.71% 58%, 70% 53%, 70.29% 53%, 70.57% 48%, 70.86% 46%, 71.14% 45%, 71.43% 50%, 71.43% 50%, 72.29% 57%, 72.57% 58%, 72.86% 53%, 73.14% 53%, 73.43% 48%, 73.71% 46%, 74% 45%, 74.29% 50%, 74.29% 50%, 75.14% 57%, 75.43% 58%, 75.71% 53%, 76% 53%, 76.29% 48%, 76.57% 46%, 76.86% 45%, 77.14% 50%, 77.14% 50%, 78% 57%, 78.29% 58%, 78.57% 53%, 78.86% 53%, 79.14% 48%, 79.43% 46%, 79.71% 45%, 80% 50%, 80% 50%, 80.86% 57%, 81.14% 58%, 81.43% 53%, 81.71% 53%, 82% 48%, 82.29% 46%, 82.57% 45%, 82.86% 50%, 82.86% 50%, 83.71% 57%, 84% 58%, 84.29% 53%, 84.57% 53%, 84.86% 48%, 85.14% 46%, 85.43% 45%, 85.71% 50%, 85.71% 50%, 86.57% 57%, 86.86% 58%, 87.14% 53%, 87.43% 53%, 87.71% 48%, 88% 46%, 88.29% 45%, 88.57% 50%, 88.57% 50%, 89.43% 57%, 89.71% 58%, 90% 53%, 90.29% 53%, 90.57% 48%, 90.86% 46%, 91.14% 45%, 91.43% 50%, 91.43% 50%, 92.29% 57%, 92.57% 58%, 92.86% 53%, 93.14% 53%, 93.43% 48%, 93.71% 46%, 94% 45%, 94.29% 50%, 94.29% 50%, 95.14% 57%, 95.43% 58%, 95.71% 53%, 96% 53%, 96.29% 48%, 96.57% 46%, 96.86% 45%, 97.14% 50%, 97.14% 50%, 98% 57%, 98.29% 58%, 98.57% 53%, 98.86% 53%, 99.14% 48%, 99.43% 46%, 99.71% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth36.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.83% 57%, 1.11% 58%, 1.39% 53%, 1.67% 53%, 1.94% 48%, 2.22% 46%, 2.5% 45%, 2.78% 50%, 2.78% 50%, 3.61% 57%, 3.89% 58%, 4.17% 53%, 4.44% 53%, 4.72% 48%, 5% 46%, 5.28% 45%, 5.56% 50%, 5.56% 50%, 6.39% 57%, 6.67% 58%, 6.94% 53%, 7.22% 53%, 7.5% 48%, 7.78% 46%, 8.06% 45%, 8.33% 50%, 8.33% 50%, 9.17% 57%, 9.44% 58%, 9.72% 53%, 10% 53%, 10.28% 48%, 10.56% 46%, 10.83% 45%, 11.11% 50%, 11.11% 50%, 11.94% 57%, 12.22% 58%, 12.5% 53%, 12.78% 53%, 13.06% 48%, 13.33% 46%, 13.61% 45%, 13.89% 50%, 13.89% 50%, 14.72% 57%, 15% 58%, 15.28% 53%, 15.56% 53%, 15.83% 48%, 16.11% 46%, 16.39% 45%, 16.67% 50%, 16.67% 50%, 17.5% 57%, 17.78% 58%, 18.06% 53%, 18.33% 53%, 18.61% 48%, 18.89% 46%, 19.17% 45%, 19.44% 50%, 19.44% 50%, 20.28% 57%, 20.56% 58%, 20.83% 53%, 21.11% 53%, 21.39% 48%, 21.67% 46%, 21.94% 45%, 22.22% 50%, 22.22% 50%, 23.06% 57%, 23.33% 58%, 23.61% 53%, 23.89% 53%, 24.17% 48%, 24.44% 46%, 24.72% 45%, 25% 50%, 25% 50%, 25.83% 57%, 26.11% 58%, 26.39% 53%, 26.67% 53%, 26.94% 48%, 27.22% 46%, 27.5% 45%, 27.78% 50%, 27.78% 50%, 28.61% 57%, 28.89% 58%, 29.17% 53%, 29.44% 53%, 29.72% 48%, 30% 46%, 30.28% 45%, 30.56% 50%, 30.56% 50%, 31.39% 57%, 31.67% 58%, 31.94% 53%, 32.22% 53%, 32.5% 48%, 32.78% 46%, 33.06% 45%, 33.33% 50%, 33.33% 50%, 34.17% 57%, 34.44% 58%, 34.72% 53%, 35% 53%, 35.28% 48%, 35.56% 46%, 35.83% 45%, 36.11% 50%, 36.11% 50%, 36.94% 57%, 37.22% 58%, 37.5% 53%, 37.78% 53%, 38.06% 48%, 38.33% 46%, 38.61% 45%, 38.89% 50%, 38.89% 50%, 39.72% 57%, 40% 58%, 40.28% 53%, 40.56% 53%, 40.83% 48%, 41.11% 46%, 41.39% 45%, 41.67% 50%, 41.67% 50%, 42.5% 57%, 42.78% 58%, 43.06% 53%, 43.33% 53%, 43.61% 48%, 43.89% 46%, 44.17% 45%, 44.44% 50%, 44.44% 50%, 45.28% 57%, 45.56% 58%, 45.83% 53%, 46.11% 53%, 46.39% 48%, 46.67% 46%, 46.94% 45%, 47.22% 50%, 47.22% 50%, 48.06% 57%, 48.33% 58%, 48.61% 53%, 48.89% 53%, 49.17% 48%, 49.44% 46%, 49.72% 45%, 50% 50%, 50% 50%, 50.83% 57%, 51.11% 58%, 51.39% 53%, 51.67% 53%, 51.94% 48%, 52.22% 46%, 52.5% 45%, 52.78% 50%, 52.78% 50%, 53.61% 57%, 53.89% 58%, 54.17% 53%, 54.44% 53%, 54.72% 48%, 55% 46%, 55.28% 45%, 55.56% 50%, 55.56% 50%, 56.39% 57%, 56.67% 58%, 56.94% 53%, 57.22% 53%, 57.5% 48%, 57.78% 46%, 58.06% 45%, 58.33% 50%, 58.33% 50%, 59.17% 57%, 59.44% 58%, 59.72% 53%, 60% 53%, 60.28% 48%, 60.56% 46%, 60.83% 45%, 61.11% 50%, 61.11% 50%, 61.94% 57%, 62.22% 58%, 62.5% 53%, 62.78% 53%, 63.06% 48%, 63.33% 46%, 63.61% 45%, 63.89% 50%, 63.89% 50%, 64.72% 57%, 65% 58%, 65.28% 53%, 65.56% 53%, 65.83% 48%, 66.11% 46%, 66.39% 45%, 66.67% 50%, 66.67% 50%, 67.5% 57%, 67.78% 58%, 68.06% 53%, 68.33% 53%, 68.61% 48%, 68.89% 46%, 69.17% 45%, 69.44% 50%, 69.44% 50%, 70.28% 57%, 70.56% 58%, 70.83% 53%, 71.11% 53%, 71.39% 48%, 71.67% 46%, 71.94% 45%, 72.22% 50%, 72.22% 50%, 73.06% 57%, 73.33% 58%, 73.61% 53%, 73.89% 53%, 74.17% 48%, 74.44% 46%, 74.72% 45%, 75% 50%, 75% 50%, 75.83% 57%, 76.11% 58%, 76.39% 53%, 76.67% 53%, 76.94% 48%, 77.22% 46%, 77.5% 45%, 77.78% 50%, 77.78% 50%, 78.61% 57%, 78.89% 58%, 79.17% 53%, 79.44% 53%, 79.72% 48%, 80% 46%, 80.28% 45%, 80.56% 50%, 80.56% 50%, 81.39% 57%, 81.67% 58%, 81.94% 53%, 82.22% 53%, 82.5% 48%, 82.78% 46%, 83.06% 45%, 83.33% 50%, 83.33% 50%, 84.17% 57%, 84.44% 58%, 84.72% 53%, 85% 53%, 85.28% 48%, 85.56% 46%, 85.83% 45%, 86.11% 50%, 86.11% 50%, 86.94% 57%, 87.22% 58%, 87.5% 53%, 87.78% 53%, 88.06% 48%, 88.33% 46%, 88.61% 45%, 88.89% 50%, 88.89% 50%, 89.72% 57%, 90% 58%, 90.28% 53%, 90.56% 53%, 90.83% 48%, 91.11% 46%, 91.39% 45%, 91.67% 50%, 91.67% 50%, 92.5% 57%, 92.78% 58%, 93.06% 53%, 93.33% 53%, 93.61% 48%, 93.89% 46%, 94.17% 45%, 94.44% 50%, 94.44% 50%, 95.28% 57%, 95.56% 58%, 95.83% 53%, 96.11% 53%, 96.39% 48%, 96.67% 46%, 96.94% 45%, 97.22% 50%, 97.22% 50%, 98.06% 57%, 98.33% 58%, 98.61% 53%, 98.89% 53%, 99.17% 48%, 99.44% 46%, 99.72% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth37.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.81% 57%, 1.08% 58%, 1.35% 53%, 1.62% 53%, 1.89% 48%, 2.16% 46%, 2.43% 45%, 2.7% 50%, 2.7% 50%, 3.51% 57%, 3.78% 58%, 4.05% 53%, 4.32% 53%, 4.59% 48%, 4.86% 46%, 5.14% 45%, 5.41% 50%, 5.41% 50%, 6.22% 57%, 6.49% 58%, 6.76% 53%, 7.03% 53%, 7.3% 48%, 7.57% 46%, 7.84% 45%, 8.11% 50%, 8.11% 50%, 8.92% 57%, 9.19% 58%, 9.46% 53%, 9.73% 53%, 10% 48%, 10.27% 46%, 10.54% 45%, 10.81% 50%, 10.81% 50%, 11.62% 57%, 11.89% 58%, 12.16% 53%, 12.43% 53%, 12.7% 48%, 12.97% 46%, 13.24% 45%, 13.51% 50%, 13.51% 50%, 14.32% 57%, 14.59% 58%, 14.86% 53%, 15.14% 53%, 15.41% 48%, 15.68% 46%, 15.95% 45%, 16.22% 50%, 16.22% 50%, 17.03% 57%, 17.3% 58%, 17.57% 53%, 17.84% 53%, 18.11% 48%, 18.38% 46%, 18.65% 45%, 18.92% 50%, 18.92% 50%, 19.73% 57%, 20% 58%, 20.27% 53%, 20.54% 53%, 20.81% 48%, 21.08% 46%, 21.35% 45%, 21.62% 50%, 21.62% 50%, 22.43% 57%, 22.7% 58%, 22.97% 53%, 23.24% 53%, 23.51% 48%, 23.78% 46%, 24.05% 45%, 24.32% 50%, 24.32% 50%, 25.14% 57%, 25.41% 58%, 25.68% 53%, 25.95% 53%, 26.22% 48%, 26.49% 46%, 26.76% 45%, 27.03% 50%, 27.03% 50%, 27.84% 57%, 28.11% 58%, 28.38% 53%, 28.65% 53%, 28.92% 48%, 29.19% 46%, 29.46% 45%, 29.73% 50%, 29.73% 50%, 30.54% 57%, 30.81% 58%, 31.08% 53%, 31.35% 53%, 31.62% 48%, 31.89% 46%, 32.16% 45%, 32.43% 50%, 32.43% 50%, 33.24% 57%, 33.51% 58%, 33.78% 53%, 34.05% 53%, 34.32% 48%, 34.59% 46%, 34.86% 45%, 35.14% 50%, 35.14% 50%, 35.95% 57%, 36.22% 58%, 36.49% 53%, 36.76% 53%, 37.03% 48%, 37.3% 46%, 37.57% 45%, 37.84% 50%, 37.84% 50%, 38.65% 57%, 38.92% 58%, 39.19% 53%, 39.46% 53%, 39.73% 48%, 40% 46%, 40.27% 45%, 40.54% 50%, 40.54% 50%, 41.35% 57%, 41.62% 58%, 41.89% 53%, 42.16% 53%, 42.43% 48%, 42.7% 46%, 42.97% 45%, 43.24% 50%, 43.24% 50%, 44.05% 57%, 44.32% 58%, 44.59% 53%, 44.86% 53%, 45.14% 48%, 45.41% 46%, 45.68% 45%, 45.95% 50%, 45.95% 50%, 46.76% 57%, 47.03% 58%, 47.3% 53%, 47.57% 53%, 47.84% 48%, 48.11% 46%, 48.38% 45%, 48.65% 50%, 48.65% 50%, 49.46% 57%, 49.73% 58%, 50% 53%, 50.27% 53%, 50.54% 48%, 50.81% 46%, 51.08% 45%, 51.35% 50%, 51.35% 50%, 52.16% 57%, 52.43% 58%, 52.7% 53%, 52.97% 53%, 53.24% 48%, 53.51% 46%, 53.78% 45%, 54.05% 50%, 54.05% 50%, 54.86% 57%, 55.14% 58%, 55.41% 53%, 55.68% 53%, 55.95% 48%, 56.22% 46%, 56.49% 45%, 56.76% 50%, 56.76% 50%, 57.57% 57%, 57.84% 58%, 58.11% 53%, 58.38% 53%, 58.65% 48%, 58.92% 46%, 59.19% 45%, 59.46% 50%, 59.46% 50%, 60.27% 57%, 60.54% 58%, 60.81% 53%, 61.08% 53%, 61.35% 48%, 61.62% 46%, 61.89% 45%, 62.16% 50%, 62.16% 50%, 62.97% 57%, 63.24% 58%, 63.51% 53%, 63.78% 53%, 64.05% 48%, 64.32% 46%, 64.59% 45%, 64.86% 50%, 64.86% 50%, 65.68% 57%, 65.95% 58%, 66.22% 53%, 66.49% 53%, 66.76% 48%, 67.03% 46%, 67.3% 45%, 67.57% 50%, 67.57% 50%, 68.38% 57%, 68.65% 58%, 68.92% 53%, 69.19% 53%, 69.46% 48%, 69.73% 46%, 70% 45%, 70.27% 50%, 70.27% 50%, 71.08% 57%, 71.35% 58%, 71.62% 53%, 71.89% 53%, 72.16% 48%, 72.43% 46%, 72.7% 45%, 72.97% 50%, 72.97% 50%, 73.78% 57%, 74.05% 58%, 74.32% 53%, 74.59% 53%, 74.86% 48%, 75.14% 46%, 75.41% 45%, 75.68% 50%, 75.68% 50%, 76.49% 57%, 76.76% 58%, 77.03% 53%, 77.3% 53%, 77.57% 48%, 77.84% 46%, 78.11% 45%, 78.38% 50%, 78.38% 50%, 79.19% 57%, 79.46% 58%, 79.73% 53%, 80% 53%, 80.27% 48%, 80.54% 46%, 80.81% 45%, 81.08% 50%, 81.08% 50%, 81.89% 57%, 82.16% 58%, 82.43% 53%, 82.7% 53%, 82.97% 48%, 83.24% 46%, 83.51% 45%, 83.78% 50%, 83.78% 50%, 84.59% 57%, 84.86% 58%, 85.14% 53%, 85.41% 53%, 85.68% 48%, 85.95% 46%, 86.22% 45%, 86.49% 50%, 86.49% 50%, 87.3% 57%, 87.57% 58%, 87.84% 53%, 88.11% 53%, 88.38% 48%, 88.65% 46%, 88.92% 45%, 89.19% 50%, 89.19% 50%, 90% 57%, 90.27% 58%, 90.54% 53%, 90.81% 53%, 91.08% 48%, 91.35% 46%, 91.62% 45%, 91.89% 50%, 91.89% 50%, 92.7% 57%, 92.97% 58%, 93.24% 53%, 93.51% 53%, 93.78% 48%, 94.05% 46%, 94.32% 45%, 94.59% 50%, 94.59% 50%, 95.41% 57%, 95.68% 58%, 95.95% 53%, 96.22% 53%, 96.49% 48%, 96.76% 46%, 97.03% 45%, 97.3% 50%, 97.3% 50%, 98.11% 57%, 98.38% 58%, 98.65% 53%, 98.92% 53%, 99.19% 48%, 99.46% 46%, 99.73% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth38.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.79% 57%, 1.05% 58%, 1.32% 53%, 1.58% 53%, 1.84% 48%, 2.11% 46%, 2.37% 45%, 2.63% 50%, 2.63% 50%, 3.42% 57%, 3.68% 58%, 3.95% 53%, 4.21% 53%, 4.47% 48%, 4.74% 46%, 5% 45%, 5.26% 50%, 5.26% 50%, 6.05% 57%, 6.32% 58%, 6.58% 53%, 6.84% 53%, 7.11% 48%, 7.37% 46%, 7.63% 45%, 7.89% 50%, 7.89% 50%, 8.68% 57%, 8.95% 58%, 9.21% 53%, 9.47% 53%, 9.74% 48%, 10% 46%, 10.26% 45%, 10.53% 50%, 10.53% 50%, 11.32% 57%, 11.58% 58%, 11.84% 53%, 12.11% 53%, 12.37% 48%, 12.63% 46%, 12.89% 45%, 13.16% 50%, 13.16% 50%, 13.95% 57%, 14.21% 58%, 14.47% 53%, 14.74% 53%, 15% 48%, 15.26% 46%, 15.53% 45%, 15.79% 50%, 15.79% 50%, 16.58% 57%, 16.84% 58%, 17.11% 53%, 17.37% 53%, 17.63% 48%, 17.89% 46%, 18.16% 45%, 18.42% 50%, 18.42% 50%, 19.21% 57%, 19.47% 58%, 19.74% 53%, 20% 53%, 20.26% 48%, 20.53% 46%, 20.79% 45%, 21.05% 50%, 21.05% 50%, 21.84% 57%, 22.11% 58%, 22.37% 53%, 22.63% 53%, 22.89% 48%, 23.16% 46%, 23.42% 45%, 23.68% 50%, 23.68% 50%, 24.47% 57%, 24.74% 58%, 25% 53%, 25.26% 53%, 25.53% 48%, 25.79% 46%, 26.05% 45%, 26.32% 50%, 26.32% 50%, 27.11% 57%, 27.37% 58%, 27.63% 53%, 27.89% 53%, 28.16% 48%, 28.42% 46%, 28.68% 45%, 28.95% 50%, 28.95% 50%, 29.74% 57%, 30% 58%, 30.26% 53%, 30.53% 53%, 30.79% 48%, 31.05% 46%, 31.32% 45%, 31.58% 50%, 31.58% 50%, 32.37% 57%, 32.63% 58%, 32.89% 53%, 33.16% 53%, 33.42% 48%, 33.68% 46%, 33.95% 45%, 34.21% 50%, 34.21% 50%, 35% 57%, 35.26% 58%, 35.53% 53%, 35.79% 53%, 36.05% 48%, 36.32% 46%, 36.58% 45%, 36.84% 50%, 36.84% 50%, 37.63% 57%, 37.89% 58%, 38.16% 53%, 38.42% 53%, 38.68% 48%, 38.95% 46%, 39.21% 45%, 39.47% 50%, 39.47% 50%, 40.26% 57%, 40.53% 58%, 40.79% 53%, 41.05% 53%, 41.32% 48%, 41.58% 46%, 41.84% 45%, 42.11% 50%, 42.11% 50%, 42.89% 57%, 43.16% 58%, 43.42% 53%, 43.68% 53%, 43.95% 48%, 44.21% 46%, 44.47% 45%, 44.74% 50%, 44.74% 50%, 45.53% 57%, 45.79% 58%, 46.05% 53%, 46.32% 53%, 46.58% 48%, 46.84% 46%, 47.11% 45%, 47.37% 50%, 47.37% 50%, 48.16% 57%, 48.42% 58%, 48.68% 53%, 48.95% 53%, 49.21% 48%, 49.47% 46%, 49.74% 45%, 50% 50%, 50% 50%, 50.79% 57%, 51.05% 58%, 51.32% 53%, 51.58% 53%, 51.84% 48%, 52.11% 46%, 52.37% 45%, 52.63% 50%, 52.63% 50%, 53.42% 57%, 53.68% 58%, 53.95% 53%, 54.21% 53%, 54.47% 48%, 54.74% 46%, 55% 45%, 55.26% 50%, 55.26% 50%, 56.05% 57%, 56.32% 58%, 56.58% 53%, 56.84% 53%, 57.11% 48%, 57.37% 46%, 57.63% 45%, 57.89% 50%, 57.89% 50%, 58.68% 57%, 58.95% 58%, 59.21% 53%, 59.47% 53%, 59.74% 48%, 60% 46%, 60.26% 45%, 60.53% 50%, 60.53% 50%, 61.32% 57%, 61.58% 58%, 61.84% 53%, 62.11% 53%, 62.37% 48%, 62.63% 46%, 62.89% 45%, 63.16% 50%, 63.16% 50%, 63.95% 57%, 64.21% 58%, 64.47% 53%, 64.74% 53%, 65% 48%, 65.26% 46%, 65.53% 45%, 65.79% 50%, 65.79% 50%, 66.58% 57%, 66.84% 58%, 67.11% 53%, 67.37% 53%, 67.63% 48%, 67.89% 46%, 68.16% 45%, 68.42% 50%, 68.42% 50%, 69.21% 57%, 69.47% 58%, 69.74% 53%, 70% 53%, 70.26% 48%, 70.53% 46%, 70.79% 45%, 71.05% 50%, 71.05% 50%, 71.84% 57%, 72.11% 58%, 72.37% 53%, 72.63% 53%, 72.89% 48%, 73.16% 46%, 73.42% 45%, 73.68% 50%, 73.68% 50%, 74.47% 57%, 74.74% 58%, 75% 53%, 75.26% 53%, 75.53% 48%, 75.79% 46%, 76.05% 45%, 76.32% 50%, 76.32% 50%, 77.11% 57%, 77.37% 58%, 77.63% 53%, 77.89% 53%, 78.16% 48%, 78.42% 46%, 78.68% 45%, 78.95% 50%, 78.95% 50%, 79.74% 57%, 80% 58%, 80.26% 53%, 80.53% 53%, 80.79% 48%, 81.05% 46%, 81.32% 45%, 81.58% 50%, 81.58% 50%, 82.37% 57%, 82.63% 58%, 82.89% 53%, 83.16% 53%, 83.42% 48%, 83.68% 46%, 83.95% 45%, 84.21% 50%, 84.21% 50%, 85% 57%, 85.26% 58%, 85.53% 53%, 85.79% 53%, 86.05% 48%, 86.32% 46%, 86.58% 45%, 86.84% 50%, 86.84% 50%, 87.63% 57%, 87.89% 58%, 88.16% 53%, 88.42% 53%, 88.68% 48%, 88.95% 46%, 89.21% 45%, 89.47% 50%, 89.47% 50%, 90.26% 57%, 90.53% 58%, 90.79% 53%, 91.05% 53%, 91.32% 48%, 91.58% 46%, 91.84% 45%, 92.11% 50%, 92.11% 50%, 92.89% 57%, 93.16% 58%, 93.42% 53%, 93.68% 53%, 93.95% 48%, 94.21% 46%, 94.47% 45%, 94.74% 50%, 94.74% 50%, 95.53% 57%, 95.79% 58%, 96.05% 53%, 96.32% 53%, 96.58% 48%, 96.84% 46%, 97.11% 45%, 97.37% 50%, 97.37% 50%, 98.16% 57%, 98.42% 58%, 98.68% 53%, 98.95% 53%, 99.21% 48%, 99.47% 46%, 99.74% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth39.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.77% 57%, 1.03% 58%, 1.28% 53%, 1.54% 53%, 1.79% 48%, 2.05% 46%, 2.31% 45%, 2.56% 50%, 2.56% 50%, 3.33% 57%, 3.59% 58%, 3.85% 53%, 4.1% 53%, 4.36% 48%, 4.62% 46%, 4.87% 45%, 5.13% 50%, 5.13% 50%, 5.9% 57%, 6.15% 58%, 6.41% 53%, 6.67% 53%, 6.92% 48%, 7.18% 46%, 7.44% 45%, 7.69% 50%, 7.69% 50%, 8.46% 57%, 8.72% 58%, 8.97% 53%, 9.23% 53%, 9.49% 48%, 9.74% 46%, 10% 45%, 10.26% 50%, 10.26% 50%, 11.03% 57%, 11.28% 58%, 11.54% 53%, 11.79% 53%, 12.05% 48%, 12.31% 46%, 12.56% 45%, 12.82% 50%, 12.82% 50%, 13.59% 57%, 13.85% 58%, 14.1% 53%, 14.36% 53%, 14.62% 48%, 14.87% 46%, 15.13% 45%, 15.38% 50%, 15.38% 50%, 16.15% 57%, 16.41% 58%, 16.67% 53%, 16.92% 53%, 17.18% 48%, 17.44% 46%, 17.69% 45%, 17.95% 50%, 17.95% 50%, 18.72% 57%, 18.97% 58%, 19.23% 53%, 19.49% 53%, 19.74% 48%, 20% 46%, 20.26% 45%, 20.51% 50%, 20.51% 50%, 21.28% 57%, 21.54% 58%, 21.79% 53%, 22.05% 53%, 22.31% 48%, 22.56% 46%, 22.82% 45%, 23.08% 50%, 23.08% 50%, 23.85% 57%, 24.1% 58%, 24.36% 53%, 24.62% 53%, 24.87% 48%, 25.13% 46%, 25.38% 45%, 25.64% 50%, 25.64% 50%, 26.41% 57%, 26.67% 58%, 26.92% 53%, 27.18% 53%, 27.44% 48%, 27.69% 46%, 27.95% 45%, 28.21% 50%, 28.21% 50%, 28.97% 57%, 29.23% 58%, 29.49% 53%, 29.74% 53%, 30% 48%, 30.26% 46%, 30.51% 45%, 30.77% 50%, 30.77% 50%, 31.54% 57%, 31.79% 58%, 32.05% 53%, 32.31% 53%, 32.56% 48%, 32.82% 46%, 33.08% 45%, 33.33% 50%, 33.33% 50%, 34.1% 57%, 34.36% 58%, 34.62% 53%, 34.87% 53%, 35.13% 48%, 35.38% 46%, 35.64% 45%, 35.9% 50%, 35.9% 50%, 36.67% 57%, 36.92% 58%, 37.18% 53%, 37.44% 53%, 37.69% 48%, 37.95% 46%, 38.21% 45%, 38.46% 50%, 38.46% 50%, 39.23% 57%, 39.49% 58%, 39.74% 53%, 40% 53%, 40.26% 48%, 40.51% 46%, 40.77% 45%, 41.03% 50%, 41.03% 50%, 41.79% 57%, 42.05% 58%, 42.31% 53%, 42.56% 53%, 42.82% 48%, 43.08% 46%, 43.33% 45%, 43.59% 50%, 43.59% 50%, 44.36% 57%, 44.62% 58%, 44.87% 53%, 45.13% 53%, 45.38% 48%, 45.64% 46%, 45.9% 45%, 46.15% 50%, 46.15% 50%, 46.92% 57%, 47.18% 58%, 47.44% 53%, 47.69% 53%, 47.95% 48%, 48.21% 46%, 48.46% 45%, 48.72% 50%, 48.72% 50%, 49.49% 57%, 49.74% 58%, 50% 53%, 50.26% 53%, 50.51% 48%, 50.77% 46%, 51.03% 45%, 51.28% 50%, 51.28% 50%, 52.05% 57%, 52.31% 58%, 52.56% 53%, 52.82% 53%, 53.08% 48%, 53.33% 46%, 53.59% 45%, 53.85% 50%, 53.85% 50%, 54.62% 57%, 54.87% 58%, 55.13% 53%, 55.38% 53%, 55.64% 48%, 55.9% 46%, 56.15% 45%, 56.41% 50%, 56.41% 50%, 57.18% 57%, 57.44% 58%, 57.69% 53%, 57.95% 53%, 58.21% 48%, 58.46% 46%, 58.72% 45%, 58.97% 50%, 58.97% 50%, 59.74% 57%, 60% 58%, 60.26% 53%, 60.51% 53%, 60.77% 48%, 61.03% 46%, 61.28% 45%, 61.54% 50%, 61.54% 50%, 62.31% 57%, 62.56% 58%, 62.82% 53%, 63.08% 53%, 63.33% 48%, 63.59% 46%, 63.85% 45%, 64.1% 50%, 64.1% 50%, 64.87% 57%, 65.13% 58%, 65.38% 53%, 65.64% 53%, 65.9% 48%, 66.15% 46%, 66.41% 45%, 66.67% 50%, 66.67% 50%, 67.44% 57%, 67.69% 58%, 67.95% 53%, 68.21% 53%, 68.46% 48%, 68.72% 46%, 68.97% 45%, 69.23% 50%, 69.23% 50%, 70% 57%, 70.26% 58%, 70.51% 53%, 70.77% 53%, 71.03% 48%, 71.28% 46%, 71.54% 45%, 71.79% 50%, 71.79% 50%, 72.56% 57%, 72.82% 58%, 73.08% 53%, 73.33% 53%, 73.59% 48%, 73.85% 46%, 74.1% 45%, 74.36% 50%, 74.36% 50%, 75.13% 57%, 75.38% 58%, 75.64% 53%, 75.9% 53%, 76.15% 48%, 76.41% 46%, 76.67% 45%, 76.92% 50%, 76.92% 50%, 77.69% 57%, 77.95% 58%, 78.21% 53%, 78.46% 53%, 78.72% 48%, 78.97% 46%, 79.23% 45%, 79.49% 50%, 79.49% 50%, 80.26% 57%, 80.51% 58%, 80.77% 53%, 81.03% 53%, 81.28% 48%, 81.54% 46%, 81.79% 45%, 82.05% 50%, 82.05% 50%, 82.82% 57%, 83.08% 58%, 83.33% 53%, 83.59% 53%, 83.85% 48%, 84.1% 46%, 84.36% 45%, 84.62% 50%, 84.62% 50%, 85.38% 57%, 85.64% 58%, 85.9% 53%, 86.15% 53%, 86.41% 48%, 86.67% 46%, 86.92% 45%, 87.18% 50%, 87.18% 50%, 87.95% 57%, 88.21% 58%, 88.46% 53%, 88.72% 53%, 88.97% 48%, 89.23% 46%, 89.49% 45%, 89.74% 50%, 89.74% 50%, 90.51% 57%, 90.77% 58%, 91.03% 53%, 91.28% 53%, 91.54% 48%, 91.79% 46%, 92.05% 45%, 92.31% 50%, 92.31% 50%, 93.08% 57%, 93.33% 58%, 93.59% 53%, 93.85% 53%, 94.1% 48%, 94.36% 46%, 94.62% 45%, 94.87% 50%, 94.87% 50%, 95.64% 57%, 95.9% 58%, 96.15% 53%, 96.41% 53%, 96.67% 48%, 96.92% 46%, 97.18% 45%, 97.44% 50%, 97.44% 50%, 98.21% 57%, 98.46% 58%, 98.72% 53%, 98.97% 53%, 99.23% 48%, 99.49% 46%, 99.74% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth40.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.75% 57%, 1% 58%, 1.25% 53%, 1.5% 53%, 1.75% 48%, 2% 46%, 2.25% 45%, 2.5% 50%, 2.5% 50%, 3.25% 57%, 3.5% 58%, 3.75% 53%, 4% 53%, 4.25% 48%, 4.5% 46%, 4.75% 45%, 5% 50%, 5% 50%, 5.75% 57%, 6% 58%, 6.25% 53%, 6.5% 53%, 6.75% 48%, 7% 46%, 7.25% 45%, 7.5% 50%, 7.5% 50%, 8.25% 57%, 8.5% 58%, 8.75% 53%, 9% 53%, 9.25% 48%, 9.5% 46%, 9.75% 45%, 10% 50%, 10% 50%, 10.75% 57%, 11% 58%, 11.25% 53%, 11.5% 53%, 11.75% 48%, 12% 46%, 12.25% 45%, 12.5% 50%, 12.5% 50%, 13.25% 57%, 13.5% 58%, 13.75% 53%, 14% 53%, 14.25% 48%, 14.5% 46%, 14.75% 45%, 15% 50%, 15% 50%, 15.75% 57%, 16% 58%, 16.25% 53%, 16.5% 53%, 16.75% 48%, 17% 46%, 17.25% 45%, 17.5% 50%, 17.5% 50%, 18.25% 57%, 18.5% 58%, 18.75% 53%, 19% 53%, 19.25% 48%, 19.5% 46%, 19.75% 45%, 20% 50%, 20% 50%, 20.75% 57%, 21% 58%, 21.25% 53%, 21.5% 53%, 21.75% 48%, 22% 46%, 22.25% 45%, 22.5% 50%, 22.5% 50%, 23.25% 57%, 23.5% 58%, 23.75% 53%, 24% 53%, 24.25% 48%, 24.5% 46%, 24.75% 45%, 25% 50%, 25% 50%, 25.75% 57%, 26% 58%, 26.25% 53%, 26.5% 53%, 26.75% 48%, 27% 46%, 27.25% 45%, 27.5% 50%, 27.5% 50%, 28.25% 57%, 28.5% 58%, 28.75% 53%, 29% 53%, 29.25% 48%, 29.5% 46%, 29.75% 45%, 30% 50%, 30% 50%, 30.75% 57%, 31% 58%, 31.25% 53%, 31.5% 53%, 31.75% 48%, 32% 46%, 32.25% 45%, 32.5% 50%, 32.5% 50%, 33.25% 57%, 33.5% 58%, 33.75% 53%, 34% 53%, 34.25% 48%, 34.5% 46%, 34.75% 45%, 35% 50%, 35% 50%, 35.75% 57%, 36% 58%, 36.25% 53%, 36.5% 53%, 36.75% 48%, 37% 46%, 37.25% 45%, 37.5% 50%, 37.5% 50%, 38.25% 57%, 38.5% 58%, 38.75% 53%, 39% 53%, 39.25% 48%, 39.5% 46%, 39.75% 45%, 40% 50%, 40% 50%, 40.75% 57%, 41% 58%, 41.25% 53%, 41.5% 53%, 41.75% 48%, 42% 46%, 42.25% 45%, 42.5% 50%, 42.5% 50%, 43.25% 57%, 43.5% 58%, 43.75% 53%, 44% 53%, 44.25% 48%, 44.5% 46%, 44.75% 45%, 45% 50%, 45% 50%, 45.75% 57%, 46% 58%, 46.25% 53%, 46.5% 53%, 46.75% 48%, 47% 46%, 47.25% 45%, 47.5% 50%, 47.5% 50%, 48.25% 57%, 48.5% 58%, 48.75% 53%, 49% 53%, 49.25% 48%, 49.5% 46%, 49.75% 45%, 50% 50%, 50% 50%, 50.75% 57%, 51% 58%, 51.25% 53%, 51.5% 53%, 51.75% 48%, 52% 46%, 52.25% 45%, 52.5% 50%, 52.5% 50%, 53.25% 57%, 53.5% 58%, 53.75% 53%, 54% 53%, 54.25% 48%, 54.5% 46%, 54.75% 45%, 55% 50%, 55% 50%, 55.75% 57%, 56% 58%, 56.25% 53%, 56.5% 53%, 56.75% 48%, 57% 46%, 57.25% 45%, 57.5% 50%, 57.5% 50%, 58.25% 57%, 58.5% 58%, 58.75% 53%, 59% 53%, 59.25% 48%, 59.5% 46%, 59.75% 45%, 60% 50%, 60% 50%, 60.75% 57%, 61% 58%, 61.25% 53%, 61.5% 53%, 61.75% 48%, 62% 46%, 62.25% 45%, 62.5% 50%, 62.5% 50%, 63.25% 57%, 63.5% 58%, 63.75% 53%, 64% 53%, 64.25% 48%, 64.5% 46%, 64.75% 45%, 65% 50%, 65% 50%, 65.75% 57%, 66% 58%, 66.25% 53%, 66.5% 53%, 66.75% 48%, 67% 46%, 67.25% 45%, 67.5% 50%, 67.5% 50%, 68.25% 57%, 68.5% 58%, 68.75% 53%, 69% 53%, 69.25% 48%, 69.5% 46%, 69.75% 45%, 70% 50%, 70% 50%, 70.75% 57%, 71% 58%, 71.25% 53%, 71.5% 53%, 71.75% 48%, 72% 46%, 72.25% 45%, 72.5% 50%, 72.5% 50%, 73.25% 57%, 73.5% 58%, 73.75% 53%, 74% 53%, 74.25% 48%, 74.5% 46%, 74.75% 45%, 75% 50%, 75% 50%, 75.75% 57%, 76% 58%, 76.25% 53%, 76.5% 53%, 76.75% 48%, 77% 46%, 77.25% 45%, 77.5% 50%, 77.5% 50%, 78.25% 57%, 78.5% 58%, 78.75% 53%, 79% 53%, 79.25% 48%, 79.5% 46%, 79.75% 45%, 80% 50%, 80% 50%, 80.75% 57%, 81% 58%, 81.25% 53%, 81.5% 53%, 81.75% 48%, 82% 46%, 82.25% 45%, 82.5% 50%, 82.5% 50%, 83.25% 57%, 83.5% 58%, 83.75% 53%, 84% 53%, 84.25% 48%, 84.5% 46%, 84.75% 45%, 85% 50%, 85% 50%, 85.75% 57%, 86% 58%, 86.25% 53%, 86.5% 53%, 86.75% 48%, 87% 46%, 87.25% 45%, 87.5% 50%, 87.5% 50%, 88.25% 57%, 88.5% 58%, 88.75% 53%, 89% 53%, 89.25% 48%, 89.5% 46%, 89.75% 45%, 90% 50%, 90% 50%, 90.75% 57%, 91% 58%, 91.25% 53%, 91.5% 53%, 91.75% 48%, 92% 46%, 92.25% 45%, 92.5% 50%, 92.5% 50%, 93.25% 57%, 93.5% 58%, 93.75% 53%, 94% 53%, 94.25% 48%, 94.5% 46%, 94.75% 45%, 95% 50%, 95% 50%, 95.75% 57%, 96% 58%, 96.25% 53%, 96.5% 53%, 96.75% 48%, 97% 46%, 97.25% 45%, 97.5% 50%, 97.5% 50%, 98.25% 57%, 98.5% 58%, 98.75% 53%, 99% 53%, 99.25% 48%, 99.5% 46%, 99.75% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth41.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.73% 57%, 0.98% 58%, 1.22% 53%, 1.46% 53%, 1.71% 48%, 1.95% 46%, 2.2% 45%, 2.44% 50%, 2.44% 50%, 3.17% 57%, 3.41% 58%, 3.66% 53%, 3.9% 53%, 4.15% 48%, 4.39% 46%, 4.63% 45%, 4.88% 50%, 4.88% 50%, 5.61% 57%, 5.85% 58%, 6.1% 53%, 6.34% 53%, 6.59% 48%, 6.83% 46%, 7.07% 45%, 7.32% 50%, 7.32% 50%, 8.05% 57%, 8.29% 58%, 8.54% 53%, 8.78% 53%, 9.02% 48%, 9.27% 46%, 9.51% 45%, 9.76% 50%, 9.76% 50%, 10.49% 57%, 10.73% 58%, 10.98% 53%, 11.22% 53%, 11.46% 48%, 11.71% 46%, 11.95% 45%, 12.2% 50%, 12.2% 50%, 12.93% 57%, 13.17% 58%, 13.41% 53%, 13.66% 53%, 13.9% 48%, 14.15% 46%, 14.39% 45%, 14.63% 50%, 14.63% 50%, 15.37% 57%, 15.61% 58%, 15.85% 53%, 16.1% 53%, 16.34% 48%, 16.59% 46%, 16.83% 45%, 17.07% 50%, 17.07% 50%, 17.8% 57%, 18.05% 58%, 18.29% 53%, 18.54% 53%, 18.78% 48%, 19.02% 46%, 19.27% 45%, 19.51% 50%, 19.51% 50%, 20.24% 57%, 20.49% 58%, 20.73% 53%, 20.98% 53%, 21.22% 48%, 21.46% 46%, 21.71% 45%, 21.95% 50%, 21.95% 50%, 22.68% 57%, 22.93% 58%, 23.17% 53%, 23.41% 53%, 23.66% 48%, 23.9% 46%, 24.15% 45%, 24.39% 50%, 24.39% 50%, 25.12% 57%, 25.37% 58%, 25.61% 53%, 25.85% 53%, 26.1% 48%, 26.34% 46%, 26.59% 45%, 26.83% 50%, 26.83% 50%, 27.56% 57%, 27.8% 58%, 28.05% 53%, 28.29% 53%, 28.54% 48%, 28.78% 46%, 29.02% 45%, 29.27% 50%, 29.27% 50%, 30% 57%, 30.24% 58%, 30.49% 53%, 30.73% 53%, 30.98% 48%, 31.22% 46%, 31.46% 45%, 31.71% 50%, 31.71% 50%, 32.44% 57%, 32.68% 58%, 32.93% 53%, 33.17% 53%, 33.41% 48%, 33.66% 46%, 33.9% 45%, 34.15% 50%, 34.15% 50%, 34.88% 57%, 35.12% 58%, 35.37% 53%, 35.61% 53%, 35.85% 48%, 36.1% 46%, 36.34% 45%, 36.59% 50%, 36.59% 50%, 37.32% 57%, 37.56% 58%, 37.8% 53%, 38.05% 53%, 38.29% 48%, 38.54% 46%, 38.78% 45%, 39.02% 50%, 39.02% 50%, 39.76% 57%, 40% 58%, 40.24% 53%, 40.49% 53%, 40.73% 48%, 40.98% 46%, 41.22% 45%, 41.46% 50%, 41.46% 50%, 42.2% 57%, 42.44% 58%, 42.68% 53%, 42.93% 53%, 43.17% 48%, 43.41% 46%, 43.66% 45%, 43.9% 50%, 43.9% 50%, 44.63% 57%, 44.88% 58%, 45.12% 53%, 45.37% 53%, 45.61% 48%, 45.85% 46%, 46.1% 45%, 46.34% 50%, 46.34% 50%, 47.07% 57%, 47.32% 58%, 47.56% 53%, 47.8% 53%, 48.05% 48%, 48.29% 46%, 48.54% 45%, 48.78% 50%, 48.78% 50%, 49.51% 57%, 49.76% 58%, 50% 53%, 50.24% 53%, 50.49% 48%, 50.73% 46%, 50.98% 45%, 51.22% 50%, 51.22% 50%, 51.95% 57%, 52.2% 58%, 52.44% 53%, 52.68% 53%, 52.93% 48%, 53.17% 46%, 53.41% 45%, 53.66% 50%, 53.66% 50%, 54.39% 57%, 54.63% 58%, 54.88% 53%, 55.12% 53%, 55.37% 48%, 55.61% 46%, 55.85% 45%, 56.1% 50%, 56.1% 50%, 56.83% 57%, 57.07% 58%, 57.32% 53%, 57.56% 53%, 57.8% 48%, 58.05% 46%, 58.29% 45%, 58.54% 50%, 58.54% 50%, 59.27% 57%, 59.51% 58%, 59.76% 53%, 60% 53%, 60.24% 48%, 60.49% 46%, 60.73% 45%, 60.98% 50%, 60.98% 50%, 61.71% 57%, 61.95% 58%, 62.2% 53%, 62.44% 53%, 62.68% 48%, 62.93% 46%, 63.17% 45%, 63.41% 50%, 63.41% 50%, 64.15% 57%, 64.39% 58%, 64.63% 53%, 64.88% 53%, 65.12% 48%, 65.37% 46%, 65.61% 45%, 65.85% 50%, 65.85% 50%, 66.59% 57%, 66.83% 58%, 67.07% 53%, 67.32% 53%, 67.56% 48%, 67.8% 46%, 68.05% 45%, 68.29% 50%, 68.29% 50%, 69.02% 57%, 69.27% 58%, 69.51% 53%, 69.76% 53%, 70% 48%, 70.24% 46%, 70.49% 45%, 70.73% 50%, 70.73% 50%, 71.46% 57%, 71.71% 58%, 71.95% 53%, 72.2% 53%, 72.44% 48%, 72.68% 46%, 72.93% 45%, 73.17% 50%, 73.17% 50%, 73.9% 57%, 74.15% 58%, 74.39% 53%, 74.63% 53%, 74.88% 48%, 75.12% 46%, 75.37% 45%, 75.61% 50%, 75.61% 50%, 76.34% 57%, 76.59% 58%, 76.83% 53%, 77.07% 53%, 77.32% 48%, 77.56% 46%, 77.8% 45%, 78.05% 50%, 78.05% 50%, 78.78% 57%, 79.02% 58%, 79.27% 53%, 79.51% 53%, 79.76% 48%, 80% 46%, 80.24% 45%, 80.49% 50%, 80.49% 50%, 81.22% 57%, 81.46% 58%, 81.71% 53%, 81.95% 53%, 82.2% 48%, 82.44% 46%, 82.68% 45%, 82.93% 50%, 82.93% 50%, 83.66% 57%, 83.9% 58%, 84.15% 53%, 84.39% 53%, 84.63% 48%, 84.88% 46%, 85.12% 45%, 85.37% 50%, 85.37% 50%, 86.1% 57%, 86.34% 58%, 86.59% 53%, 86.83% 53%, 87.07% 48%, 87.32% 46%, 87.56% 45%, 87.8% 50%, 87.8% 50%, 88.54% 57%, 88.78% 58%, 89.02% 53%, 89.27% 53%, 89.51% 48%, 89.76% 46%, 90% 45%, 90.24% 50%, 90.24% 50%, 90.98% 57%, 91.22% 58%, 91.46% 53%, 91.71% 53%, 91.95% 48%, 92.2% 46%, 92.44% 45%, 92.68% 50%, 92.68% 50%, 93.41% 57%, 93.66% 58%, 93.9% 53%, 94.15% 53%, 94.39% 48%, 94.63% 46%, 94.88% 45%, 95.12% 50%, 95.12% 50%, 95.85% 57%, 96.1% 58%, 96.34% 53%, 96.59% 53%, 96.83% 48%, 97.07% 46%, 97.32% 45%, 97.56% 50%, 97.56% 50%, 98.29% 57%, 98.54% 58%, 98.78% 53%, 99.02% 53%, 99.27% 48%, 99.51% 46%, 99.76% 45%, 100% 50%, 100% 100%, 0% 100%);}.OrcaSeries .WallWidth42.GrassTop:not(.TopRightWall):not(.TopLeftWall):not(.SingleLeftWall):not(.SingleRightWall):not(.SingleHorizontalWall) {clip-path: polygon(0% 50%, 0.71% 57%, 0.95% 58%, 1.19% 53%, 1.43% 53%, 1.67% 48%, 1.9% 46%, 2.14% 45%, 2.38% 50%, 2.38% 50%, 3.1% 57%, 3.33% 58%, 3.57% 53%, 3.81% 53%, 4.05% 48%, 4.29% 46%, 4.52% 45%, 4.76% 50%, 4.76% 50%, 5.48% 57%, 5.71% 58%, 5.95% 53%, 6.19% 53%, 6.43% 48%, 6.67% 46%, 6.9% 45%, 7.14% 50%, 7.14% 50%, 7.86% 57%, 8.1% 58%, 8.33% 53%, 8.57% 53%, 8.81% 48%, 9.05% 46%, 9.29% 45%, 9.52% 50%, 9.52% 50%, 10.24% 57%, 10.48% 58%, 10.71% 53%, 10.95% 53%, 11.19% 48%, 11.43% 46%, 11.67% 45%, 11.9% 50%, 11.9% 50%, 12.62% 57%, 12.86% 58%, 13.1% 53%, 13.33% 53%, 13.57% 48%, 13.81% 46%, 14.05% 45%, 14.29% 50%, 14.29% 50%, 15% 57%, 15.24% 58%, 15.48% 53%, 15.71% 53%, 15.95% 48%, 16.19% 46%, 16.43% 45%, 16.67% 50%, 16.67% 50%, 17.38% 57%, 17.62% 58%, 17.86% 53%, 18.1% 53%, 18.33% 48%, 18.57% 46%, 18.81% 45%, 19.05% 50%, 19.05% 50%, 19.76% 57%, 20% 58%, 20.24% 53%, 20.48% 53%, 20.71% 48%, 20.95% 46%, 21.19% 45%, 21.43% 50%, 21.43% 50%, 22.14% 57%, 22.38% 58%, 22.62% 53%, 22.86% 53%, 23.1% 48%, 23.33% 46%, 23.57% 45%, 23.81% 50%, 23.81% 50%, 24.52% 57%, 24.76% 58%, 25% 53%, 25.24% 53%, 25.48% 48%, 25.71% 46%, 25.95% 45%, 26.19% 50%, 26.19% 50%, 26.9% 57%, 27.14% 58%, 27.38% 53%, 27.62% 53%, 27.86% 48%, 28.1% 46%, 28.33% 45%, 28.57% 50%, 28.57% 50%, 29.29% 57%, 29.52% 58%, 29.76% 53%, 30% 53%, 30.24% 48%, 30.48% 46%, 30.71% 45%, 30.95% 50%, 30.95% 50%, 31.67% 57%, 31.9% 58%, 32.14% 53%, 32.38% 53%, 32.62% 48%, 32.86% 46%, 33.1% 45%, 33.33% 50%, 33.33% 50%, 34.05% 57%, 34.29% 58%, 34.52% 53%, 34.76% 53%, 35% 48%, 35.24% 46%, 35.48% 45%, 35.71% 50%, 35.71% 50%, 36.43% 57%, 36.67% 58%, 36.9% 53%, 37.14% 53%, 37.38% 48%, 37.62% 46%, 37.86% 45%, 38.1% 50%, 38.1% 50%, 38.81% 57%, 39.05% 58%, 39.29% 53%, 39.52% 53%, 39.76% 48%, 40% 46%, 40.24% 45%, 40.48% 50%, 40.48% 50%, 41.19% 57%, 41.43% 58%, 41.67% 53%, 41.9% 53%, 42.14% 48%, 42.38% 46%, 42.62% 45%, 42.86% 50%, 42.86% 50%, 43.57% 57%, 43.81% 58%, 44.05% 53%, 44.29% 53%, 44.52% 48%, 44.76% 46%, 45% 45%, 45.24% 50%, 45.24% 50%, 45.95% 57%, 46.19% 58%, 46.43% 53%, 46.67% 53%, 46.9% 48%, 47.14% 46%, 47.38% 45%, 47.62% 50%, 47.62% 50%, 48.33% 57%, 48.57% 58%, 48.81% 53%, 49.05% 53%, 49.29% 48%, 49.52% 46%, 49.76% 45%, 50% 50%, 50% 50%, 50.71% 57%, 50.95% 58%, 51.19% 53%, 51.43% 53%, 51.67% 48%, 51.9% 46%, 52.14% 45%, 52.38% 50%, 52.38% 50%, 53.1% 57%, 53.33% 58%, 53.57% 53%, 53.81% 53%, 54.05% 48%, 54.29% 46%, 54.52% 45%, 54.76% 50%, 54.76% 50%, 55.48% 57%, 55.71% 58%, 55.95% 53%, 56.19% 53%, 56.43% 48%, 56.67% 46%, 56.9% 45%, 57.14% 50%, 57.14% 50%, 57.86% 57%, 58.1% 58%, 58.33% 53%, 58.57% 53%, 58.81% 48%, 59.05% 46%, 59.29% 45%, 59.52% 50%, 59.52% 50%, 60.24% 57%, 60.48% 58%, 60.71% 53%, 60.95% 53%, 61.19% 48%, 61.43% 46%, 61.67% 45%, 61.9% 50%, 61.9% 50%, 62.62% 57%, 62.86% 58%, 63.1% 53%, 63.33% 53%, 63.57% 48%, 63.81% 46%, 64.05% 45%, 64.29% 50%, 64.29% 50%, 65% 57%, 65.24% 58%, 65.48% 53%, 65.71% 53%, 65.95% 48%, 66.19% 46%, 66.43% 45%, 66.67% 50%, 66.67% 50%, 67.38% 57%, 67.62% 58%, 67.86% 53%, 68.1% 53%, 68.33% 48%, 68.57% 46%, 68.81% 45%, 69.05% 50%, 69.05% 50%, 69.76% 57%, 70% 58%, 70.24% 53%, 70.48% 53%, 70.71% 48%, 70.95% 46%, 71.19% 45%, 71.43% 50%, 71.43% 50%, 72.14% 57%, 72.38% 58%, 72.62% 53%, 72.86% 53%, 73.1% 48%, 73.33% 46%, 73.57% 45%, 73.81% 50%, 73.81% 50%, 74.52% 57%, 74.76% 58%, 75% 53%, 75.24% 53%, 75.48% 48%, 75.71% 46%, 75.95% 45%, 76.19% 50%, 76.19% 50%, 76.9% 57%, 77.14% 58%, 77.38% 53%, 77.62% 53%, 77.86% 48%, 78.1% 46%, 78.33% 45%, 78.57% 50%, 78.57% 50%, 79.29% 57%, 79.52% 58%, 79.76% 53%, 80% 53%, 80.24% 48%, 80.48% 46%, 80.71% 45%, 80.95% 50%, 80.95% 50%, 81.67% 57%, 81.9% 58%, 82.14% 53%, 82.38% 53%, 82.62% 48%, 82.86% 46%, 83.1% 45%, 83.33% 50%, 83.33% 50%, 84.05% 57%, 84.29% 58%, 84.52% 53%, 84.76% 53%, 85% 48%, 85.24% 46%, 85.48% 45%, 85.71% 50%, 85.71% 50%, 86.43% 57%, 86.67% 58%, 86.9% 53%, 87.14% 53%, 87.38% 48%, 87.62% 46%, 87.86% 45%, 88.1% 50%, 88.1% 50%, 88.81% 57%, 89.05% 58%, 89.29% 53%, 89.52% 53%, 89.76% 48%, 90% 46%, 90.24% 45%, 90.48% 50%, 90.48% 50%, 91.19% 57%, 91.43% 58%, 91.67% 53%, 91.9% 53%, 92.14% 48%, 92.38% 46%, 92.62% 45%, 92.86% 50%, 92.86% 50%, 93.57% 57%, 93.81% 58%, 94.05% 53%, 94.29% 53%, 94.52% 48%, 94.76% 46%, 95% 45%, 95.24% 50%, 95.24% 50%, 95.95% 57%, 96.19% 58%, 96.43% 53%, 96.67% 53%, 96.9% 48%, 97.14% 46%, 97.38% 45%, 97.62% 50%, 97.62% 50%, 98.33% 57%, 98.57% 58%, 98.81% 53%, 99.05% 53%, 99.29% 48%, 99.52% 46%, 99.76% 45%, 100% 50%, 100% 100%, 0% 100%);}

.OrcaSeries .FullTopWall {clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 95% 70%, 85% 93%, 50% 90%, 15% 93%, 5% 70%, 0% 50%);} /* Currently only used over barriers in Orca */
.OrcaSeries .FullBottomWall {clip-path: polygon(100% 100%, 0% 100%, 0% 50%, 5% 30%, 15% 7%, 50% 10%, 85% 7%, 95% 30%, 100% 50%);} /* Currently only used under barriers in Orca */

.TopLeftWall:before {border-top-left-radius: 15px;}
.TopRightWall:before {border-top-right-radius: 15px;}

/* .TopLeftWallInternalCurved {background-image: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%), var(--background-image) !important;}
.TopRightWallInternalCurved {background-image: linear-gradient(-135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%), var(--background-image) !important;}
.BottomRightWallCurved {background-image: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%), var(--background-image) !important;}
.BottomLeftWallCurved {background-image: linear-gradient(-135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%), var(--background-image) !important;}
.SideBottomWallCurved {background-image: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%), var(--background-image) !important;} */
#GameBox:not(.OrcaSeries) .SideTopWall {background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--background-size) !important; xclip-path: polygon(0 0%, 22% 6%, 53% 0%, 78% 6%, 100% 0%, 100% 100%, 0 100%);}
#GameBox:not(.OrcaSeries) .SideBottomWall {background-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--background-size) !important; xclip-path: polygon(0 100%, 22% 96%, 53% 100%, 78% 96%, 100% 100%, 100% 0, 0 0);}

.TopLeftWall {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%, 4% 4%, 10% 0%);}
.TopRightWall {clip-path: polygon(90% 0%, 96% 4%, 100% 10%, 100% 100%, 0 100%, 0 0);}
#GameBox:not(.OrcaSeries) .BottomLeftWall {background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--WallWidth) var(--WallHeight), var(--background-size) !important; clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 4% 96%, 0 90%); background-repeat: no-repeat, no-repeat, repeat;}
#GameBox:not(.OrcaSeries) .BottomRightWall {background-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%), linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--WallWidth) var(--WallHeight), var(--background-size) !important; clip-path: polygon(100% 0, 0 0, 0 100%, 90% 100%, 96% 96%, 100% 90%); background-repeat: no-repeat, no-repeat, repeat;}
#GameBox:not(.OrcaSeries) .TopLeftInternalWall {background-image: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.5) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important}
#GameBox:not(.OrcaSeries) .TopRightInternalWall {background-image: linear-gradient(45deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important}

.BottomLeftInternalWall {background-image: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.5) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important}
.BottomRightInternalWall {background-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important}


.LeftStand {clip-path: polygon(100% 0, 100% 100%, 10% 100%, 4% 96%, 0 90%, 0 10%, 4% 4%, 10% 0%); background-image: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--background-size) !important;}
.RightStand {clip-path: polygon(90% 0%, 96% 4%, 100% 10%, 100% 90%, 96% 96%, 90% 100%, 0 100%, 0 0); background-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.3) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--background-size) !important;}
.SingleStand {clip-path: polygon(90% 0, 96% 4%, 100% 10%, 100% 90%, 96% 96%, 90% 100%, 10% 100%, 4% 96%, 0 90%, 0 10%, 4% 4%, 10% 0%); background-image: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%, rgba(0,0,0,0.3) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--background-size) !important;}

.BottomLeftStandWall {background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), linear-gradient(to top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), 0 0, var(--background-size) !important;}
.BottomStandWall {background-image: linear-gradient(to top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), var(--background-size) !important;}
.BottomRightStandWall {background-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%), linear-gradient(to top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%), var(--background-image) !important; background-position: 0 0, 0 0, var(--background-position) !important; background-size: var(--WallWidth) var(--WallHeight), 0 0, var(--background-size) !important;}

.Wall.Exploding .Image {background: none; border: none; clip-path: none;}

.ImageEntity, .Tile, .Barrier {contain: strict; width: var(--WallWidth); height: var(--WallHeight); background-image: var(--background-image);}
.Tile .Image {background-color: gray; box-sizing: border-box; background-repeat: repeat;}
.LiquidTop, .Liquid {background-color: transparent; background-position: 0 0; background-size: 100%;}

.BarrierBoulder1.Boulder .Image, .BarrierBoulder2.Boulder .Image, .BarrierBoulder3.Boulder .Image, .BarrierBoulder4.Boulder .Image, .BarrierBoulder5.Boulder .Image, .BarrierBoulder6.Boulder .Image, .BarrierBoulderExit.Boulder .Image, .BarrierBoulderBoss.Boulder .Image, .BarrierBoulderPermanent.Boulder .Image, .BarrierBoulderBossActive.Boulder .Image {background-size: 100% 100%;}
.BarrierBoulder1 {--itemColor: transparent !important; filter: sepia(1) hue-rotate(295deg);}
.BarrierBoulder2 {--itemColor: transparent !important; filter: sepia(1) hue-rotate(160deg);}
.BarrierBoulder3 {--itemColor: transparent !important; filter: sepia(1) hue-rotate(75deg);}
.BarrierBoulder4 {--itemColor: transparent !important; filter: sepia(1) hue-rotate(220deg);}
.BarrierBoulder5 {--itemColor: transparent !important; filter: sepia(1) hue-rotate(322deg);}
.BarrierBoulder6 {--itemColor: transparent !important; filter: sepia(1) hue-rotate(195deg);}
.BarrierBoulderExit, .BarrierBoulderBoss, .BarrierBoulderPermanent, .BarrierBoulderBossActive {--itemColor: transparent !important;}

@keyframes GlowingRune {
    0% {opacity: 1;}
    50% {opacity: 0.2;}
    100% {opacity: 1;}
}

.Boulder .Image {background-image: url('graphics/entities/greyboulder.png'); background-size: contain; background-repeat: no-repeat; background-color: transparent; background-position: center !important;}
.AdventureSeries .Boulder, .ParkourSeries .Boulder, .AdventureKid .Boulder {filter: none;}
.AdventureSeries .Boulder .Image, .ParkourSeries .Boulder .Image, .AdventureKid .Boulder .Image {background-image: url('graphics/textures/barrierbox.png');}

.Spikes {background-image: url('graphics/entities/spikes3d.png'); background-repeat: no-repeat; background-color: transparent; background-size: contain; background-position: 0 0;}
.AdventureSeries .SpikesUp, .ParkourSeries .SpikesUp {xmargin-top: 7px; height: calc(var(--WallHeight) - 7px); background-size: 100% 100%;}
    .Spikes.SpikesRetract {animation: SpikesDrop 0.3s linear forwards; pointer-events: none;}
.SpikesLeft {--rotateZ: 270deg;}
.SpikesRight {--rotateZ: 90deg;}
.SpikesDown {--rotateZ: 180deg;}

@keyframes SpikesDrop {
    0% {translate: 0px 0px;}
    99% {translate: 0px 25px;}
    100% {translate: 0px 25px; opacity: 0;}
}

.Spring {background-image: none; z-index: 10000; height: 14px; margin-top: 39px; overflow: hidden;}
    .Spring .Image {height: 50px; background-image: url('graphics/entities/spring3d.png'); background-color: transparent; background-size: cover; background-position: 0 0;}
        .BlueSpring .Image {background-image: url('graphics/entities/bluespring.png');}
        .GreenSpring .Image {background-image: url('graphics/entities/greenspring.png');}
        .Spring.Springing {animation: SpringSpringing 1s forwards; animation-play-state: var(--AnimationPlayState)}
        .DownwardSpring {--rotateZ: 180deg; margin-top: 0px;}
        .DownwardSpring.Springing {animation: DownwardSpringSpringing 1s forwards; animation-play-state: var(--AnimationPlayState)}

@keyframes SpringSpringing {
    0% {height: 14px; margin-top: 39px;}
    15% {height: 1px; margin-top: 49px;}
    45% {height: 42px; margin-top: 11px;}
    55% {height: 42px; margin-top: 11px;}
    70% {height: 6px; margin-top: 45px;}
    80% {height: 18px; margin-top: 33px;}
    90% {height: 10px; margin-top: 41px;}
    100% {height: 14px; margin-top: 39px;}
}

@keyframes DownwardSpringSpringing {
    0% {height: 14px; margin-bottom: 39px;}
    15% {height: 1px; margin-bottom: 49px;}
    45% {height: 42px; margin-bottom: 11px;}
    55% {height: 42px; margin-bottom: 11px;}
    70% {height: 6px; margin-bottom: 45px;}
    80% {height: 18px; margin-bottom: 33px;}
    90% {height: 10px; margin-bottom: 41px;}
    100% {height: 14px; margin-bottom: 39px;}
}

.BossTrigger .Image {display: none;}


.SavePoint {width: 40px; height: 100px; z-index: 1; margin-top: -50px; background-image: url('graphics/entities/savepoint.png');}
.SavePoint .Image {width: 40px; height: 40px; filter: saturate(0.5); background-image: url('graphics/entities/savepoint.png'); background-color: transparent; background-position: 0 0; background-size: 40px 100px; background-repeat: no-repeat; transform: rotate(0deg); transform-origin: 20px 20px;}
.SavePoint.On .Image {animation: SavePointOn 1s linear forwards; filter: none;}
.SavePoint.AlreadyOn .Image {animation: none;}

.TeleportRight {width: 50px; height: 50px; background: blue;}

.SignPost {margin-top: -8px; width: 60px; height: 60px; background-image: url("graphics/entities/signpost.png"); background-size: contain;}
.NoSwimmingSign {margin-top: -8px; width: 60px; height: 60px; margin-left: -7px; background-image: url("graphics/entities/noswimmingsign.png"); background-size: contain;}
.Rocket, .StaticRocket {--height: 450px; width: calc((332 / 638) * var(--height)); margin-top: -250px; height: var(--height); background-image: url("graphics/entities/rocket.png"); background-size: 200% 100%;}
    .StaticRocket {height: 300px; background-size: 200% 149%;}
    .Rocket {clip-path: polygon(52% 0%, 75% 20%, 100% 58%, 100% 100%, 0% 100%, 0% 59%, 5% 50%, 11.5% 46.5%, 17% 50%, 24% 46%, 21% 32%, 27% 18%, 48% 0%);}
    .Rocket.Launch {animation: RocketLaunch 5s linear forwards, TwoFrameSprite 0.2s step-end infinite;}

.Plant {pointer-events: none; overflow: visible; z-index: -1; background-image: none; background-repeat: no-repeat; background-color: transparent; background-size: contain;}
.VeryLowQualityGraphics .Plant {display: none;}
.LowQualityGraphics .Plant {display: block;}
.AdventureSeries .Plant, .ParkourSeries .Plant {width: 152px; height: 152px; background-position: bottom;}
.AdventureSeries .Plant, .ParkourSeries .Plant {margin-top: -100px; }
.Parkour .Plant, .Parkour2 .Plant {margin-top: -102px; }
.RuinedTemple .Plant {display: none !important;}
.OrcaSeries .Plant {margin-top: 10px; width: 86px; height: 86px;}
.OrcaSeries .Plant1 {background-image: url('graphics/games/orca/orcaplant1.png');}
.AdventureSeries:not(.Adventure) .Plant1, .ParkourSeries .Plant1 {margin-left: -51px;}
.ParadiseGarden .Plant1 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant1.png');}
.ArcticNight .Plant1 {background-image: url('graphics/games/adventure/arcticnight/winterplant1.png');}
.DesertValley .Plant1 {background-image: url('graphics/games/adventure/desertvalley/desertplant1.png'); }
.LavaPeak .Plant1 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant1.png');}
.TranquilForest .Plant1 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant1.png');}
.MidnightCircus .Plant1 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant1 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant1.png');}
.RockyCave .Plant1 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant1.png');}
.IceMountain .Plant1 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant1.png');}
.MushroomPark .Plant1 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant1.png');}
.Beach .Plant1 {background-image: url('graphics/entities/beachplant1.png');}
.Meadow .Plant1 {background-image: url('graphics/entities/meadowplant1.png');}
.Purple .Plant1 {background-image: url('graphics/entities/purpleplant1.png');}
.Town .Plant1 {background-image: url('graphics/entities/townplant1.png');}
.Purple .Plant1 {background-image: url('graphics/entities/purpleplant1.png');}
.Lolly .Plant1 {background-image: url('graphics/games/parkour2/lolly/lollyplant1.png');}
.ChocolateLake .Plant1 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant1.png');}
.MarshmallowMountain .Plant1 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant1.png');}
.BubbleGumFactory .Plant1 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant1.png');}
.GummyCastle .Plant1 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant1.png');}
.OrcaSeries .Plant2 {background-image: url('graphics/games/orca/orcaplant2.png');}
.AdventureSeries:not(.Adventure) .Plant2, .ParkourSeries .Plant2 {margin-left: -51px;}
.ParadiseGarden .Plant2 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant2.png');}
.ArcticNight .Plant2 {background-image: url('graphics/games/adventure/arcticnight/winterplant2.png');}
.DesertValley .Plant2 {background-image: url('graphics/games/adventure/desertvalley/desertplant2.png'); }
.LavaPeak .Plant2 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant2.png');}
.TranquilForest .Plant2 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant2.png');}
.MidnightCircus .Plant2 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant2 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant2.png');}
.RockyCave .Plant2 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant2.png');}
.IceMountain .Plant2 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant2.png');}
.MushroomPark .Plant2 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant2.png');}
.Beach .Plant2 {background-image: url('graphics/entities/beachplant2.png');}
.Meadow .Plant2 {background-image: url('graphics/entities/meadowplant2.png');}
.Purple .Plant2 {background-image: url('graphics/entities/purpleplant2.png');}
.Town .Plant2 {background-image: url('graphics/entities/townplant2.png');}
.Purple .Plant2 {background-image: url('graphics/entities/purpleplant2.png');}
.Lolly .Plant2 {background-image: url('graphics/games/parkour2/lolly/lollyplant2.png');}
.ChocolateLake .Plant2 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant2.png');}
.MarshmallowMountain .Plant2 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant2.png');}
.BubbleGumFactory .Plant2 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant2.png');}
.GummyCastle .Plant2 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant2.png');}
.OrcaSeries .Plant3 {background-image: url('graphics/games/orca/orcaplant3.png');}
.AdventureSeries:not(.Adventure) .Plant3, .ParkourSeries .Plant3 {margin-left: -51px;}
.ParadiseGarden .Plant3 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant3.png');}
.ArcticNight .Plant3 {background-image: url('graphics/games/adventure/arcticnight/winterplant3.png');}
.DesertValley .Plant3 {background-image: url('graphics/games/adventure/desertvalley/desertplant3.png'); }
.LavaPeak .Plant3 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant3.png');}
.TranquilForest .Plant3 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant3.png');}
.MidnightCircus .Plant3 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant3 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant3.png');}
.RockyCave .Plant3 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant3.png');}
.IceMountain .Plant3 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant3.png');}
.MushroomPark .Plant3 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant3.png');}
.Beach .Plant3 {background-image: url('graphics/entities/beachplant3.png');}
.Meadow .Plant3 {background-image: url('graphics/entities/meadowplant3.png');}
.Purple .Plant3 {background-image: url('graphics/entities/purpleplant3.png');}
.Town .Plant3 {background-image: url('graphics/entities/townplant3.png');}
.Purple .Plant3 {background-image: url('graphics/entities/purpleplant3.png');}
.Lolly .Plant3 {background-image: url('graphics/games/parkour2/lolly/lollyplant3.png');}
.ChocolateLake .Plant3 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant3.png');}
.MarshmallowMountain .Plant3 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant3.png');}
.BubbleGumFactory .Plant3 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant3.png');}
.GummyCastle .Plant3 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant3.png');}
.OrcaSeries .Plant4 {background-image: url('graphics/games/orca/orcaplant4.png');}
.AdventureSeries:not(.Adventure) .Plant4, .ParkourSeries .Plant4 {margin-left: -51px;}
.ParadiseGarden .Plant4 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant4.png');}
.ArcticNight .Plant4 {background-image: url('graphics/games/adventure/arcticnight/winterplant4.png');}
.DesertValley .Plant4 {background-image: url('graphics/games/adventure/desertvalley/desertplant4.png'); }
.LavaPeak .Plant4 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant4.png');}
.TranquilForest .Plant4 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant4.png');}
.MidnightCircus .Plant4 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant4 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant4.png');}
.RockyCave .Plant4 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant4.png');}
.IceMountain .Plant4 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant4.png');}
.MushroomPark .Plant4 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant4.png');}
.Beach .Plant4 {background-image: url('graphics/entities/beachplant4.png');}
.Meadow .Plant4 {background-image: url('graphics/entities/meadowplant4.png');}
.Purple .Plant4 {background-image: url('graphics/entities/purpleplant4.png');}
.Town .Plant4 {background-image: url('graphics/entities/townplant4.png');}
.Purple .Plant4 {background-image: url('graphics/entities/purpleplant4.png');}
.Lolly .Plant4 {background-image: url('graphics/games/parkour2/lolly/lollyplant4.png');}
.ChocolateLake .Plant4 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant4.png');}
.MarshmallowMountain .Plant4 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant4.png');}
.BubbleGumFactory .Plant4 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant4.png');}
.GummyCastle .Plant4 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant4.png');}
.OrcaSeries .Plant5 {background-image: url('graphics/games/orca/orcaplant5.png');}
.AdventureSeries:not(.Adventure) .Plant5, .ParkourSeries .Plant5 {margin-left: -51px;}
.ParadiseGarden .Plant5 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant5.png');}
.ArcticNight .Plant5 {background-image: url('graphics/games/adventure/arcticnight/winterplant5.png');}
.DesertValley .Plant5 {background-image: url('graphics/games/adventure/desertvalley/desertplant5.png'); }
.LavaPeak .Plant5 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant5.png');}
.TranquilForest .Plant5 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant5.png');}
.MidnightCircus .Plant5 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant5 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant5.png');}
.RockyCave .Plant5 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant5.png');}
.IceMountain .Plant5 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant5.png');}
.MushroomPark .Plant5 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant5.png');}
.Beach .Plant5 {background-image: url('graphics/entities/beachplant5.png');}
.Meadow .Plant5 {background-image: url('graphics/entities/meadowplant5.png');}
.Purple .Plant5 {background-image: url('graphics/entities/purpleplant5.png');}
.Town .Plant5 {background-image: url('graphics/entities/townplant5.png');}
.Purple .Plant5 {background-image: url('graphics/entities/purpleplant5.png');}
.Lolly .Plant5 {background-image: url('graphics/games/parkour2/lolly/lollyplant5.png');}
.ChocolateLake .Plant5 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant5.png');}
.MarshmallowMountain .Plant5 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant5.png');}
.BubbleGumFactory .Plant5 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant5.png');}
.GummyCastle .Plant5 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant5.png');}
.OrcaSeries .Plant6 {background-image: url('graphics/games/orca/orcaplant6.png');}
.AdventureSeries:not(.Adventure) .Plant6, .ParkourSeries .Plant6 {margin-left: -51px;}
.ParadiseGarden .Plant6 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant6.png');}
.ArcticNight .Plant6 {background-image: url('graphics/games/adventure/arcticnight/winterplant6.png');}
.DesertValley .Plant6 {background-image: url('graphics/games/adventure/desertvalley/desertplant6.png'); }
.LavaPeak .Plant6 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant6.png');}
.TranquilForest .Plant6 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant6.png');}
.MidnightCircus .Plant6 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant6 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant6.png');}
.RockyCave .Plant6 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant6.png');}
.IceMountain .Plant6 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant6.png');}
.MushroomPark .Plant6 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant6.png');}
.Beach .Plant6 {background-image: url('graphics/entities/beachplant6.png');}
.Meadow .Plant6 {background-image: url('graphics/entities/meadowplant6.png');}
.Purple .Plant6 {background-image: url('graphics/entities/purpleplant6.png');}
.Town .Plant6 {background-image: url('graphics/entities/townplant6.png');}
.Purple .Plant6 {background-image: url('graphics/entities/purpleplant6.png');}
.Lolly .Plant6 {background-image: url('graphics/games/parkour2/lolly/lollyplant6.png');}
.ChocolateLake .Plant6 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant6.png');}
.MarshmallowMountain .Plant6 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant6.png');}
.BubbleGumFactory .Plant6 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant6.png');}
.GummyCastle .Plant6 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant6.png');}
.OrcaSeries .Plant7 {background-image: url('graphics/games/orca/orcaplant7.png');}
.AdventureSeries:not(.Adventure) .Plant7, .ParkourSeries .Plant7 {margin-left: -51px;}
.ParadiseGarden .Plant7 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant7.png');}
.ArcticNight .Plant7 {background-image: url('graphics/games/adventure/arcticnight/winterplant7.png');}
.DesertValley .Plant7 {background-image: url('graphics/games/adventure/desertvalley/desertplant7.png'); }
.LavaPeak .Plant7 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant7.png');}
.TranquilForest .Plant7 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant7.png');}
.MidnightCircus .Plant7 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant7 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant7.png');}
.RockyCave .Plant7 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant7.png');}
.IceMountain .Plant7 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant7.png');}
.MushroomPark .Plant7 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant7.png');}
.Beach .Plant7 {background-image: url('graphics/entities/beachplant7.png');}
.Meadow .Plant7 {background-image: url('graphics/entities/meadowplant7.png');}
.Purple .Plant7 {background-image: url('graphics/entities/purpleplant7.png');}
.Town .Plant7 {background-image: url('graphics/entities/townplant7.png');}
.Purple .Plant7 {background-image: url('graphics/entities/purpleplant7.png');}
.Lolly .Plant7 {background-image: url('graphics/games/parkour2/lolly/lollyplant7.png');}
.ChocolateLake .Plant7 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant7.png');}
.MarshmallowMountain .Plant7 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant7.png');}
.BubbleGumFactory .Plant7 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant7.png');}
.GummyCastle .Plant7 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant7.png');}
.OrcaSeries .Plant8 {background-image: url('graphics/games/orca/orcaplant8.png');}
.AdventureSeries:not(.Adventure) .Plant8, .ParkourSeries .Plant8 {margin-left: -51px;}
.ParadiseGarden .Plant8 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant8.png');}
.ArcticNight .Plant8 {background-image: url('graphics/games/adventure/arcticnight/winterplant8.png');}
.DesertValley .Plant8 {background-image: url('graphics/games/adventure/desertvalley/desertplant8.png'); }
.LavaPeak .Plant8 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant8.png');}
.TranquilForest .Plant8 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant8.png');}
.MidnightCircus .Plant8 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant8 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant8.png');}
.RockyCave .Plant8 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant8.png');}
.IceMountain .Plant8 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant8.png');}
.MushroomPark .Plant8 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant8.png');}
.Beach .Plant8 {background-image: url('graphics/entities/beachplant8.png');}
.Meadow .Plant8 {background-image: url('graphics/entities/meadowplant8.png');}
.Purple .Plant8 {background-image: url('graphics/entities/purpleplant8.png');}
.Town .Plant8 {background-image: url('graphics/entities/townplant8.png');}
.Purple .Plant8 {background-image: url('graphics/entities/purpleplant8.png');}
.Lolly .Plant8 {background-image: url('graphics/games/parkour2/lolly/lollyplant8.png');}
.ChocolateLake .Plant8 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant8.png');}
.MarshmallowMountain .Plant8 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant8.png');}
.BubbleGumFactory .Plant8 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant8.png');}
.GummyCastle .Plant8 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant8.png');}
.OrcaSeries .Plant9 {background-image: url('graphics/games/orca/orcaplant9.png');}
.AdventureSeries:not(.Adventure) .Plant9, .ParkourSeries .Plant9 {margin-left: -51px;}
.ParadiseGarden .Plant9 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant9.png');}
.ArcticNight .Plant9 {background-image: url('graphics/games/adventure/arcticnight/winterplant9.png');}
.DesertValley .Plant9 {background-image: url('graphics/games/adventure/desertvalley/desertplant9.png'); }
.LavaPeak .Plant9 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant9.png');}
.TranquilForest .Plant9 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant9.png');}
.MidnightCircus .Plant9 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant9 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant9.png');}
.RockyCave .Plant9 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant9.png');}
.IceMountain .Plant9 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant9.png');}
.MushroomPark .Plant9 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant9.png');}
.Beach .Plant9 {background-image: url('graphics/entities/beachplant9.png');}
.Meadow .Plant9 {background-image: url('graphics/entities/meadowplant9.png');}
.Purple .Plant9 {background-image: url('graphics/entities/purpleplant9.png');}
.Town .Plant9 {background-image: url('graphics/entities/townplant9.png');}
.Purple .Plant9 {background-image: url('graphics/entities/purpleplant9.png');}
.Lolly .Plant9 {background-image: url('graphics/games/parkour2/lolly/lollyplant9.png');}
.ChocolateLake .Plant9 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant9.png');}
.MarshmallowMountain .Plant9 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant9.png');}
.BubbleGumFactory .Plant9 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant9.png');}
.GummyCastle .Plant9 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant9.png');}
.OrcaSeries .Plant10 {background-image: url('graphics/games/orca/orcaplant10.png');}
.AdventureSeries:not(.Adventure) .Plant10, .ParkourSeries .Plant10 {margin-left: -51px;}
.ParadiseGarden .Plant10 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant10.png');}
.ArcticNight .Plant10 {background-image: url('graphics/games/adventure/arcticnight/winterplant10.png');}
.DesertValley .Plant10 {background-image: url('graphics/games/adventure/desertvalley/desertplant10.png'); }
.LavaPeak .Plant10 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant10.png');}
.TranquilForest .Plant10 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant10.png');}
.MidnightCircus .Plant10 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant10 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant10.png');}
.RockyCave .Plant10 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant10.png');}
.IceMountain .Plant10 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant10.png');}
.MushroomPark .Plant10 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant10.png');}
.Beach .Plant10 {background-image: url('graphics/entities/beachplant10.png');}
.Meadow .Plant10 {background-image: url('graphics/entities/meadowplant10.png');}
.Purple .Plant10 {background-image: url('graphics/entities/purpleplant10.png');}
.Town .Plant10 {background-image: url('graphics/entities/townplant10.png');}
.Purple .Plant10 {background-image: url('graphics/entities/purpleplant10.png');}
.Lolly .Plant10 {background-image: url('graphics/games/parkour2/lolly/lollyplant10.png');}
.ChocolateLake .Plant10 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant10.png');}
.MarshmallowMountain .Plant10 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant10.png');}
.BubbleGumFactory .Plant10 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant10.png');}
.GummyCastle .Plant10 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant10.png');}
.OrcaSeries .Plant11 {background-image: url('graphics/games/orca/orcaplant11.png');}
.AdventureSeries:not(.Adventure) .Plant11, .ParkourSeries .Plant11 {margin-left: -51px;}
.ParadiseGarden .Plant11 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant11.png');}
.ArcticNight .Plant11 {background-image: url('graphics/games/adventure/arcticnight/winterplant11.png');}
.DesertValley .Plant11 {background-image: url('graphics/games/adventure/desertvalley/desertplant11.png'); }
.LavaPeak .Plant11 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant11.png');}
.TranquilForest .Plant11 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant11.png');}
.MidnightCircus .Plant11 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant11 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant11.png');}
.RockyCave .Plant11 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant11.png');}
.IceMountain .Plant11 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant11.png');}
.MushroomPark .Plant11 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant11.png');}
.Beach .Plant11 {background-image: url('graphics/entities/beachplant11.png');}
.Meadow .Plant11 {background-image: url('graphics/entities/meadowplant11.png');}
.Purple .Plant11 {background-image: url('graphics/entities/purpleplant11.png');}
.Town .Plant11 {background-image: url('graphics/entities/townplant11.png');}
.Purple .Plant11 {background-image: url('graphics/entities/purpleplant11.png');}
.Lolly .Plant11 {background-image: url('graphics/games/parkour2/lolly/lollyplant11.png');}
.ChocolateLake .Plant11 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant11.png');}
.MarshmallowMountain .Plant11 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant11.png');}
.BubbleGumFactory .Plant11 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant11.png');}
.GummyCastle .Plant11 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant11.png');}
.OrcaSeries .Plant12 {background-image: url('graphics/games/orca/orcaplant12.png');}
.AdventureSeries:not(.Adventure) .Plant12, .ParkourSeries .Plant12 {margin-left: -51px;}
.ParadiseGarden .Plant12 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant12.png');}
.ArcticNight .Plant12 {background-image: url('graphics/games/adventure/arcticnight/winterplant12.png');}
.DesertValley .Plant12 {background-image: url('graphics/games/adventure/desertvalley/desertplant12.png'); }
.LavaPeak .Plant12 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant12.png');}
.TranquilForest .Plant12 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant12.png');}
.MidnightCircus .Plant12 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant12 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant12.png');}
.RockyCave .Plant12 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant12.png');}
.IceMountain .Plant12 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant12.png');}
.MushroomPark .Plant12 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant12.png');}
.Beach .Plant12 {background-image: url('graphics/entities/beachplant12.png');}
.Meadow .Plant12 {background-image: url('graphics/entities/meadowplant12.png');}
.Purple .Plant12 {background-image: url('graphics/entities/purpleplant12.png');}
.Town .Plant12 {background-image: url('graphics/entities/townplant12.png');}
.Purple .Plant12 {background-image: url('graphics/entities/purpleplant12.png');}
.Lolly .Plant12 {background-image: url('graphics/games/parkour2/lolly/lollyplant12.png');}
.ChocolateLake .Plant12 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant12.png');}
.MarshmallowMountain .Plant12 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant12.png');}
.BubbleGumFactory .Plant12 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant12.png');}
.GummyCastle .Plant12 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant12.png');}
.OrcaSeries .Plant13 {background-image: url('graphics/games/orca/orcaplant13.png');}
.AdventureSeries:not(.Adventure) .Plant13, .ParkourSeries .Plant13 {margin-left: -51px;}
.ParadiseGarden .Plant13 {background-image: url('graphics/games/adventure/paradisegarden/fieldplant13.png');}
.ArcticNight .Plant13 {background-image: url('graphics/games/adventure/arcticnight/winterplant13.png');}
.DesertValley .Plant13 {background-image: url('graphics/games/adventure/desertvalley/desertplant13.png'); }
.LavaPeak .Plant13 {background-image: url('graphics/games/adventure/lavapeak/volcanoplant13.png');}
.TranquilForest .Plant13 {background-image: url('graphics/games/adventure2/tranquilforest/forestplant13.png');}
.MidnightCircus .Plant13 {background-image: url('graphics/games/adventure2/midnightcircus/flagpole.png'); height: 100px; width: 100px; margin-top: -50px; margin-left: 0px;}
.EvergreenVale .Plant13 {background-image: url('graphics/games/adventure3/evergreenvale/evergreenvaleplant13.png');}
.RockyCave .Plant13 {background-image: url('graphics/games/adventure3/rockycave/rockycaveplant13.png');}
.IceMountain .Plant13 {background-image: url('graphics/games/adventure3/icemountain/icemountainplant13.png');}
.MushroomPark .Plant13 {background-image: url('graphics/games/adventure3/mushroompark/mushroomparkplant13.png');}
.Beach .Plant13 {background-image: url('graphics/entities/beachplant13.png');}
.Meadow .Plant13 {background-image: url('graphics/entities/meadowplant13.png');}
.Purple .Plant13 {background-image: url('graphics/entities/purpleplant13.png');}
.Town .Plant13 {background-image: url('graphics/entities/townplant13.png');}
.Purple .Plant13 {background-image: url('graphics/entities/purpleplant13.png');}
.Lolly .Plant13 {background-image: url('graphics/games/parkour2/lolly/lollyplant13.png');}
.ChocolateLake .Plant13 {background-image: url('graphics/games/parkour2/chocolatelake/chocolateplant13.png');}
.MarshmallowMountain .Plant13 {background-image: url('graphics/games/parkour2/marshmallowmountain/marshmallowplant13.png');}
.BubbleGumFactory .Plant13 {background-image: url('graphics/games/parkour2/bubblegumfactory/bubblegumplant13.png');}
.GummyCastle .Plant13 {background-image: url('graphics/games/parkour2/gummycastle/gummyplant13.png');}


.Wall.WorldWidth {width: calc(var(--WorldWidth) + 0.5px); background-size: calc(100% + 0.5px) calc((100% * 12) + 0.5px); background-repeat: repeat;}
.AdventureSeries .Wall.WorldWidth, .ParkourSeries .Wall.WorldWidth {background-size: calc(100% / 21) 50.5px;}
.Wall.WorldHeight {height: var(--WorldHeight); background-size: calc(100% / 21) 100%; background-repeat: repeat;}
.Wall.WorldWidth.WorldHeight {background-size: 100% 100%; background-position: 0 0;}

.BossContainer {z-index: 7; position: absolute; animation-play-state: var(--AnimationPlayState); top: 0px; left: 0px; width: 100%; height: 100%; text-align: center; overflow: hidden;}
.ParkourSeries .BossContainer, .ParkourSeries .BossContainer {z-index: -1;}
.BossOn .BossCell, .BossOn .BossCell .Chunk {content-visibility: visible !important;}

.Boss {--BossMinLeft: -100; --BossMinLeft: 100%; position: relative; display: inline-block; width: 300px; height: 300px; transform: translateX(0px) translateY(0px); transition: transform 0.1s linear; opacity 0.4s linear; animation-play-state: var(--AnimationPlayState) !important;}
    .Space .Boss {border-radius: 150px; transform: translateX(0px) translateY(-400px);}
    .Boss .Body {animation-play-state: var(--AnimationPlayState) !important;}
    .Boss .Image {position: absolute; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: contain; animation-play-state: var(--AnimationPlayState) !important;}
    .Adventure2 .Boss, .Adventure3 .Boss {transition: none;}
    .Boss.FaceRight .Body {transform: scaleX(-1);}
    .GameOver .Boss, .GameOver .Boss .Body, .GameOver .Boss .Image, .GameOver #BossBeam {animation-play-state: paused !important;}
    #BossCrossHair {pointer-events: none; opacity: 0; transition: opacity 0.5s; width: 100px; height: 100px; position: absolute; top: 410px; left: calc(50% - 50px); background-image: url('graphics/effects/crosshair.png'); background-size: contain;}
    #BossCrossHair:before {content: ""; display: block; width: 100%; height: 100%; top: 0px; left: 0px; background-image: url('graphics/effects/crosshairarrows.png'); background-size: contain; animation: BossCrossHairArrow 0.7s linear infinite; animation-play-state: var(--AnimationPlayState);}
    #GameBox.BossOn #BossCrossHair.Active {opacity: 1;}

@keyframes BossCrossHairArrow {
    0% {transform: scale(0.5);}
    100% {transform: scale(0.1);}
}

@keyframes VerticalScroll {
    0% {background-position: 0% 200%;}
    100% {background-position: 0% 0%;}
}

@keyframes HorizontalScroll {
    0% {background-position: 200% 0%;}
    100% {background-position: 0% 0%;}
}

.NoAnimation {animation: none !important; --AnimationPlayState: paused !important;}
.NoAnimationDelay .Body {animation-delay: 0s !important;}

@keyframes BossEntrance {
    0% {transform: translateY(-100%);}
    100% {transform: translateX(0%);}
}

@keyframes BossEntranceDrop {
    0% {transform: translateY(-100%);}
    97% {transform: translateY(1%);}
    98% {transform: translateY(0%);}
    99% {transform: translateY(1%);}
    100% {transform: translateY(0%);}
}

@keyframes BossEntranceRise {
    0% {transform: translateY(100%);}
    100% {transform: translateY(0%);}
}

@keyframes BossEntranceFadeIn {
    0% {opacity: 0;}
    100% {opacity: 100;}
}

.Enemy, .CollectableAnswerItem {contain: size layout style; width: 50px; height: 50px; z-index: 2004; animation-play-state: var(--AnimationPlayState) !important;}
.Enemy {z-index: 2003;}
.Enemy .Body .Image, .Friend .Body .Image, .CollectableAnswerItem .Body .Image {animation: none; width: 100%; height: 100%; background-size: contain; background-position: center; background-repeat: no-repeat;}
.EnemyMotion .Body {will-change: transform; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: normal; animation-play-state: var(--AnimationPlayState) !important; --negativeOne: -1; --UpwardRotation: 0deg; --DownwardRotation: 180deg; }
.EnemySlow .EnemyMotion:not(.Frozen) {animation: InvertFlicker 0.2s infinite;}
.EnemySlow .EnemyMotion .Body {animation-play-state: paused !important;}
.EnemyMotion .Body .Image {animation-duration: 0.5s; animation-timing-function: step-end; animation-iteration-count: infinite; animation-direction: normal; animation-play-state: var(--AnimationPlayState) !important;}
.Enemy.AlternateReverse .Body {animation-direction: normal;}

.GreenFlappyDragon .Body .Image {background-image: url('graphics/enemies/greenflappydragon.png'); animation-name: FourFrameSprite; background-position: 0px 0px; background-size: 400% 100%;}
.OrangeFlappyDragon .Body .Image {background-image: url('graphics/enemies/orangeflappydragon.png'); animation-name: FourFrameSprite; background-position: 0px 0px; background-size: 400% 100%;}
.Shark .Body .Image {background-image: url('graphics/games/waverace/sharkfin.png'); background-size: contain; background-position: center center;}
.CargoShip {width: 200px; height: 100px;}
.CargoShip .Body .Image {background-image: url('graphics/games/waverace/cargoship.png'); background-size: contain; background-position: center center; filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.4));}
.Tugboat {width: 200px; height: 100px;}
.Tugboat .Body .Image {background-image: url('graphics/games/waverace/tugboat.png'); background-size: contain; background-position: center center; filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.4));}
.Tugboat2 {width: 200px; height: 100px;}
.Tugboat2 .Body .Image {background-image: url('graphics/games/waverace/tugboat2.png'); background-size: contain; background-position: center center; filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.4));}
.Seagull {width: 60px; height: 34.2px;}
.Seagull .Body .Image {background-image: url('graphics/games/waverace/seagull.png'); animation-name: ThreeFrameSprite; background-size: 300% 100%; background-position: 0px 0px; filter: drop-shadow(0px 50px 5px rgba(0,0,0,0.4));}

.BeeBot {width: 100px; height: 31px; margin-top: 0px;}
    .BeeBot .Body .Image {zwill-change: background-position; background-image: url('graphics/games/adventure/enemies/beebot3d.png'); animation-name: TwoFrameSprite; background-position: 0px 0px; background-size: 200% 100%;}
.LadybirdBot {width: 74px; height: 45px; margin-top: 6px;}
    .LadybirdBot .Body .Image {height: 45px; background-image: url('graphics/games/adventure/enemies/ladybirdbot3d.png'); background-position: 0px 0px; background-size: 100% 100%;}
.PolarBearBot {width: 100px; height: 49px; margin-top: 2px;}
    .PolarBearBot.EnemyMotionSlowShortSideToSide .Body {animation-duration: 14s !important;}
    .PolarBearBot .Body .Image {background-image: url('graphics/games/adventure/enemies/polarbearbot3d.png'); animation-name: PolarBearBotSprite; animation-duration: 1s !important; background-size: 300% 100%; background-position: 0px 0px;}
.SnakeBot {width: 120px; height: 61px; margin-top: -10px;}
    .SnakeBot .Body .Image {background-image: url('graphics/games/adventure/enemies/snakebot3d.png'); background-position: 0px 0px; animation-name: ThreeFrameSprite; background-size: 300% 100%;}
.LavaBall {width: 50px; height: 50px; z-index: 0;}
    .LavaBall .Body {--UpwardRotation: 270deg !important; --DownwardRotation: 90deg !important; transform: rotate(var(--UpwardRotation));}
        .LavaBall .Body .Image {background-image: url('graphics/effects/fireball.png'); animation-name: FiveFrameSprite; background-size: 500% 100%; background-repeat: no-repeat;}
.FlyBot {width: 60px; height: 60px; margin-top: 0px;}
    .FlyBot .Body {--negativeOne: 1 !important;}
        .FlyBot .Body .Image {background-image: url('graphics/games/adventure/enemies/spikeballbot3d.png'); background-position: 0px 0px; background-size: 100% 100%;}
.Crusher {width: 30px; height: 100px; margin-top: -50px; margin-left: 10px; z-index: 1;}
    .Crusher .Body {--negativeOne: 1 !important; margin-top: 1px;}
        .Crusher .Body .Image {top: unset; bottom: 0px; width: 50px; height: 100px; margin-left: -10px; background-image: url('graphics/games/adventure/enemies/factorycrusher.png'); image-rendering: pixelated; background-position: 0px 0px; background-size: 100% 100%;}
.SpikeBikeBot {width: 50px; height: 39px; margin-top: 24px;}
    .SpikeBikeBot .Body {top: -12px; --negativeOne: 1 !important;}
        .SpikeBikeBot .Body .Image {background-image: url('graphics/games/adventure/enemies/spikebikebot3d.png'); transform: scaleX(1) !important; background-position: 0px 0px; background-size: 100% 100%;}

.ButterflyBot {width: 59.85px; height: 50px; margin-top: -27px; margin-left: -35px;}
    .ButterflyBot .Body {--negativeOne: 1 !important;}
    .ButterflyBot .Body .Image {height: 50px; background-image: url('graphics/games/adventure2/enemies/butterflybot.png'); animation-name: TwoFrameSprite; animation-duration: 0.5s; background-position: 0px 0px; background-size: 200% 100%;}
        .RedButterflyBot:not(.Exploding) .Body .Image {filter: contrast(1) brightness(1.1);}
        .BlueButterflyBot:not(.Exploding) .Body .Image {filter: hue-rotate(230deg) contrast(1.5);}
        .OrangeButterflyBot:not(.Exploding) .Body .Image {filter: hue-rotate(55deg) brightness(1.4) saturate(1.4) contrast(2);}
        .YellowButterflyBot:not(.Exploding) .Body .Image {filter: hue-rotate(70deg) brightness(1.2) contrast(1) saturate(16.0);}
        .PinkButterflyBot:not(.Exploding) .Body .Image {filter: hue-rotate(300deg) brightness(1.2) contrast(1.4);}
        .GreenButterflyBot:not(.Exploding) .Body .Image {filter: hue-rotate(100deg) brightness(1.2) contrast(1.5);}
.RatBot {width: 92.02px; height: 50px; margin-top: 0px; margin-left: -35px;}
    .RatBot .Body .Image {height: 50px; background-image: url('graphics/games/adventure2/enemies/ratbot.png'); background-position: 0px 0px; background-size: 100% 100%;}
.SlimePipe {width: 50px; height: 100px; margin-top: -50px; z-index: 0; background-image: url('graphics/games/adventure2/enemies/slimepipe.png'); background-size: 100% 100%; background-repeat: no-repeat;}
    .SlimePipe .Body {width: calc(100% - 20px); left: 10px; height: 10px; top: 100px; background: url('graphics/games/adventure2/toxicsewer/toxicsewerliquid.png'); background-size: 50px 50px; background-repeat: repeat; box-shadow: 0px 0px 10px lime;}
    .SlimePipe.Centered {margin-left: 25px;}
.ClownBot {width: 49px; height: 100px; margin-top: -38px; margin-left: -10px; z-index: 1;}
    .ClownBot .Body {width: 100%; height: 100%;}
        .ClownBot .Body .Image {height: 100px; background-image: url('graphics/games/adventure2/enemies/clownbot.png'); background-position: var(--background-position) !important; background-size: 300% 100%;}
.HotAirBalloonBot {width: calc(321px * 0.5); height: calc(367px * 0.5); margin-top: 0px;}
    .HotAirBalloonBot .Body .Image {background-image: url('graphics/games/adventure2/enemies/hotairballoonbot.png'); background-position: 0px 0px; background-size: 100% 100%;}
    .RedHotAirBalloonBot:not(.Exploding) .Body .Image {filter: contrast(1) brightness(1.1);}
    .BlueHotAirBalloonBot:not(.Exploding) .Body .Image {filter: hue-rotate(230deg) contrast(1.5);}
    .OrangeHotAirBalloonBot:not(.Exploding) .Body .Image {filter: hue-rotate(60deg) brightness(1.2) saturate(3) contrast(1.2);}
    .PinkHotAirBalloonBot:not(.Exploding) .Body .Image {filter: hue-rotate(300deg) brightness(1.2) contrast(1.4);}
    .GreenHotAirBalloonBot:not(.Exploding) .Body .Image {filter: hue-rotate(100deg) brightness(1.4) contrast(1.5);}
.HawkBot {width: 100.84px; height: 40px; margin-top: -6px; margin-left: -35px;}
    .HawkBot .Body {top: -12px;}
        .HawkBot .Body .Image {background-image: url('graphics/games/adventure2/enemies/hawkbot.png'); background-position: 0px 0px; background-size: 100% 100%;}
.CloudBot {width: 100px; height: 50px; z-index: 1; background-repeat: no-repeat;}
    .CloudBot .Body {--negativeOne: 1 !important; width: calc(50%); left: 25%; height: 0px; top: 40px; background: url('graphics/effects/lightning.png'); background-size: 100% 500px; background-repeat: repeat-y;}
        .CloudBot .Body .Image {background: url('graphics/games/adventure2/enemies/darkcloudbot.png'); width: 100px; height: 50px; left: -25px; margin-top: -10px; background-size: 100% 100%; background-repeat: no-repeat;}
.SparkleBot {width: 60px; height: 60px; margin-top: 0px;}
    .SparkleBot .Body {--negativeOne: 1 !important;}
        .SparkleBot .Body .Image {background-image: url('graphics/games/adventure2/enemies/sparklebot.png'); background-position: 0px 0px; background-size: 100% 100%;}

.ArmadilloBot {width: calc((717 / 355) * 50px); height: 50px; margin-top: 0px;}
    .ArmadilloBot .Body .Image {background-image: url('graphics/games/adventure3/enemies/armadillobot.png'); background-position: 0px 0px; background-size: 100% 100%;}
.BatBot {width: calc((256 / 177) * 50px); height: 50px; margin-top: 0px;}
    .BatBot .Body .Image {background-image: url('graphics/games/adventure3/enemies/batbot.png'); background-size: 300% 100%; animation-name: ThreeFrameSprite; animation-duration: 0.5s;}
.BlobBot {width: calc((145 / 70) * 40px); height: 40px; margin-top: 12px;}
    .BlobBot .Body .Image {background-image: url('graphics/games/adventure3/enemies/blobbot.png'); background-size: 300% 100%; animation-name: ThreeFrameSprite; animation-duration: 1s;}
.PenguinBot {width: calc((104 / 171) * 60px); height: 60px; margin-top: -10px;}
    .PenguinBot .Body .Image {background-image: url('graphics/games/adventure3/enemies/penguinbot.png'); background-position: 0px 0px; background-size: 400% 100%; animation-name: FourFrameSprite; animation-duration: 1.5s;}
.SpearBot {width: calc((25 / 200) * 100px); height: 100px; margin-top: 50px; margin-left: 20px; z-index: 1;}
    .SpearBot .Body {--negativeOne: 1 !important;}
        .SpearBot .Body .Image {background-image: url('graphics/games/adventure3/enemies/spear.png'); background-position: 0px 0px; background-size: 100% 100%;}


.MoleBot {width: 92.02px; height: 50px;}
    .MoleBot .Body {margin-top: -27px; margin-left: -35px;}
        .MoleBot .Body .Image {height: 50px; background-image: url('graphics/games/platform/enemies/molebot3d.png'); background-position: 0px 0px; background-size: 100% 100%;}
.ChomperBot {width: 75px; height: 60px;}
    .ChomperBot .Body {width: 80%; height: 80%; margin-top: -12px; margin-left: -25px;}
        .ChomperBot .Body .Image {width: 75px; height: 60px; background-image: url('graphics/games/platform/enemies/chomperbot.png'); animation-name: ChomperBotSprite; background-position: 0px 0px; background-size: 300% 100%;}
.SpikeRocketBot {width: 54.23px; height: 120px; z-index: 100;}
    .SpikeRocketBot .Body {width: 100%; height: 100%; margin-top: -68px; margin-left: -15px;}
        .SpikeRocketBot .Body .Image {background-image: url('graphics/games/platform/enemies/spikerocketbot3d.png'); background-position: var(--background-position) !important; background-size: 300% 100%;}
.EggRollerBot {width: 51.28px; height: 60px;}
    .EggRollerBot .Body {margin-top: -36px;}
        .EggRollerBot .Body .Image {background-image: url('graphics/games/platform/enemies/eggrollerbot3d.png'); background-position: 0px 0px; background-size: 100% 100%;}

.PogoBot {width: 39px; height: 100px; z-index: 100;}
    .PogoBot .Body {width: 100%; height: 100%; --background-position: 0px 0px; margin-top: -65px; margin-left: -10px;}
        .PogoBot .Body .Image {height: 100px; background-image: url('graphics/games/platform2/enemies/pogobot3d.png'); background-position: var(--background-position) !important; background-size: 300% 100%;}
.BirdBot {width: 100.84px; height: 40px;}
    .BirdBot .Body {margin-top: -18px; margin-left: -35px;}
        .BirdBot .Body .Image {background-image: url('graphics/games/platform2/enemies/birdbot3d.png'); background-position: 0px 0px; background-size: 100% 100%;}
.RhinoBot {width: 93.94px; height: 50px;}
    .RhinoBot .Body {margin-top: -28px; margin-left: -40px;}
        .RhinoBot .Body .Image {background-image: url('graphics/games/platform2/enemies/rhinobot3d.png'); background-position: 0px 0px; background-size: 100% 100%;}
.AbsorbBot {width: 50px; height: 50px;}
    .AbsorbBot .Body {top: 0px; margin-left: -12.5px; margin-top: -12.5px;}
        .AbsorbBot .Body .Image {background-image: url('graphics/games/platform2/enemies/absorbbot.png'); background-position: 0px 0px; background-size: 100% 100%;}
        .AbsorbBot:nth-child(odd) {margin-left: 0px;}
        .AbsorbBot:nth-child(odd) .Body .Image {transform: scaleX(-1)}
.VikingBot {width: 72.22px; height: 60px;}
    .VikingBot .Body {margin-top: -18px; margin-left: -25px;}
        .VikingBot .Body .Image {zwill-change: background-position; background-image: url('graphics/games/platform2/enemies/vikingbot.png'); image-rendering: pixelated; animation-name: TwoFrameSprite; background-position: 0px 0px; background-size: 200% 100%;}

.BounceBot {width: calc((553 / 539) * 50px); height: 50px; z-index: 100;}
    .BounceBot .Body {width: 100%; height: 100%; --background-position: 0px 0px; margin-top: -20px;}
        .BounceBot .Body .Image {height: 50px; transform: scaleX(var(--scaleX)); background-image: url('graphics/games/platform3/enemies/bouncebot.png'); background-position: var(--background-position) !important; background-size: 300% 100%;}
.MalletBot {width: calc((221 / 336) * 70px); height: 70px;}
    .MalletBot .Body {--negativeOne: 1 !important; margin-top: -108px;}
        .MalletBot .Body .Image {background-image: url('graphics/games/platform3/enemies/malletbot.png'); background-position: var(--background-position); background-size: 200% 100%; animation-duration: 0.5s;}
.GlideBot {width: calc((674 / 372) * 46px); height: 46px;}
    .GlideBot .Body {margin-left: -25px;}
        .GlideBot .Body .Image {background-image: url('graphics/games/platform3/enemies/glidebot.png');}
.GhostBot {width: calc((200 / 243) * 80px); height: 80px;}
    .GhostBot .Body {width: 100%; height: 100%; margin-top: -58px; margin-left: -18px;}
        .GhostBot .Body .Image {background-image: url('graphics/games/platform3/enemies/ghostbot.png'); background-position: var(--background-position) !important; background-size: 100% 100%;}
    .ParkourSeries .GhostBot .Body, .AdventureSeries .GhostBot .Body {margin-top: -10px; margin-left: 0px;}

.DuckBot {width: calc((240 / 185) * 50px); height: 50px;}
    .DuckBot .Body {margin-top: -30px; margin-left: -15px;}
        .DuckBot .Body .Image {background-image: url('graphics/games/platform4/enemies/duckbot.png');}
.UFOBot {width: calc((266 / 174) * 50px); height: 50px;}
    .UFOBot .Body {margin-left: -25px;}
        .UFOBot .Body .Image {background-image: url('graphics/games/platform4/enemies/ufobot.png');}
.JellyFishBot {width: calc((165 / 219) * 50px); height: 50px;}
    .JellyFishBot .Body {margin-top: -34px;}
        .JellyFishBot .Body .Image {background-image: url('graphics/games/platform4/enemies/jellyfishbot.png');}
.BallBot {width: calc((230 / 116) * 25px); height: 50px;}
    .BallBot .Body {}
        .BallBot .Body .Image {background-image: url('graphics/games/platform4/enemies/ballbot.png'); animation-name: TwoFrameSprite; background-position: 0px 0px; background-size: 200% 100%;}

.CapsuleBot {width: calc((484 / 265) * 40px); height: 40px;}
    .CapsuleBot .Body {--negativeOne: 1 !important; margin-left: -25px; margin-top: -76px;}
        .CapsuleBot .Body .Image {background-image: url('graphics/games/platform5/enemies/capsulebot.png'); background-position: var(--background-position); background-size: 100% 100%; animation-duration: 0.5s;}
.TackBot {width: calc((496 / 493) * 55px); height: 55px;}
    .TackBot .Body {width: 100%; height: 100%; margin-left: -10px; margin-top: -30px; clip-path: polygon(30% 0%,70% 0%, 100% 20%, 100% 44%, 50% 100%, 0% 44%, 0% 20%);}
        .TackBot .Body .Image {background-image: url('graphics/games/platform5/enemies/tackbot.png'); background-position: var(--background-position) !important; background-size: 100% 100%;}
.DonutBot {width: calc((500 / 498) * 70px); height: 70px;}
    .DonutBot .Body {margin-left: -25px; margin-top: -50px;}
        .DonutBot .Body .Image {background-image: url('graphics/games/platform5/enemies/donutbot.png');}
.AtomBot {width: calc((559 / 498) * 61px); height: 61px;}
    .AtomBot .Body {margin-left: -25px; margin-top: -48px;}
        .AtomBot .Body .Image {background-image: url('graphics/games/platform5/enemies/atombot.png');}

.EyeWaddleBot {--height: 70px; width: calc((305 / 474) * var(--height)); height: var(--height);}
    .EyeWaddleBot .Body {--horizontalDistance: 80px !important; --negativeOne: 1 !important; margin-top: calc(24px - var(--height));}
        .EyeWaddleBot .Body .Image {animation-name: TwoFrameSprite; background-position: 0px 0px; background-size: 200% 100%; background-image: url('graphics/games/platform6/enemies/eyewaddlebot.png');}
.RedBot {width: calc((473 / 384) * 70px); height: 70px;}
    .RedBot .Body {margin-left: -25px; margin-top: 0px; --horizontalDistance: 80px !important;}
        .RedBot .Body .Image {background-image: url('graphics/games/platform6/enemies/redbot.png');}
.EyeSpikeBot {width: calc((193 / 474) * 100px); height: 100px;}
    .EyeSpikeBot .Body {margin-top: -75px; --verticalDistance: 74px !important;}
        .EyeSpikeBot .Body .Image {background-image: url('graphics/games/platform6/enemies/eyespikebot.png'); background-position: var(--background-position) !important; background-size: 100% 100%;}
.SquabBot {width: calc((426 / 320) * 50px); height: 50px;}
    .SquabBot .Body {margin-left: -25px; --horizontalDistance: 80px !important;}
        .SquabBot .Body .Image {background-image: url('graphics/games/platform6/enemies/squabbot.png');}

.SweetBot {width: 85.6px; height: 40px;}
    .SweetBot .Body {--negativeOne: 1 !important;}
    .SweetBot .Body .Image {background-image: url('graphics/games/parkour2/enemies/sweetbot.png');}
    .RedEnemy:not(.Exploding) .Body .Image {filter: none;}
    .BlueEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(230deg) contrast(1.5);}
    .OrangeEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(55deg) brightness(1.4) saturate(1.4) contrast(2);}
    .YellowEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(70deg) brightness(1.2) contrast(1) saturate(16.0);}
    .PinkEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(300deg) brightness(1.2) contrast(1.4);}
    .GreenEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(100deg) brightness(1.2) contrast(1.5);}
    
.ChocolateFishBot {width: 100px; height: 37.4px; margin-top: 0px; margin-left: -25px;}
    .ChocolateFishBot .Body .Image {background-image: url('graphics/games/parkour2/enemies/chocolatefishbot.png'); background-position: 0px 0px; background-size: 100% 100%; transform: rotateZ(-90deg); animation: EnemyMotionWiggleSwim 1s infinite linear;}

.ChocolateBunnyBot {width: calc((220 / 446) * 120px); height: 120px; margin-top: -80px;}
    .ChocolateBunnyBot .Body {width: 100%; height: 100%;}
        .ChocolateBunnyBot .Body .Image {transform: scaleX(var(--scaleX)); background-image: url('graphics/games/parkour2/enemies/chocolatebunnybot.png'); background-position: var(--background-position) !important; background-size: 400% 100%;}

.Squasher {width: 30px; height: 100px; margin-top: -50px; margin-left: 10px; z-index: -1;}
    .Squasher .Body {--negativeOne: 1 !important; margin-top: 1px;}
        .Squasher .Body .Image {top: unset; bottom: 0px; width: 50px; height: 100px; margin-left: -10px; background-image: url('graphics/games/parkour2/enemies/squasher.png'); image-rendering: pixelated; background-position: 0px 0px; background-size: 100% 100%;}

.BubbleGumBubbleBot {width: 100px; height: 100px; margin-top: -65px;}
    .BubbleGumBubbleBot .Body .Image {background-image: url('graphics/games/parkour2/enemies/bubblegumbubble.png'); background-position: 0px 0px; background-size: 100% 100%;}
.BubbleGumMachineBot {width: 50px; height: 100px; margin-top: -50px;}
    .BubbleGumMachineBot .Body .Image {background-image: url('graphics/games/parkour2/enemies/bubblegummachinebot.png'); background-position: 0px 0px; background-size: 100% 100%;}

.BubbleBalloonBot {width: calc(308px * 0.25); height: calc(434px * 0.25); margin-top: 0px;}
    .BubbleBalloonBot .Body .Image {background-image: url('graphics/games/parkour2/enemies/bubbleballoonbot.png'); background-position: 0px 0px; background-size: 100% 100%;}

.MarshmallowBot {width: calc((500 / 298) * 50px); height: 50px; margin-top: -1px; z-index: 100;}
    .MarshmallowBot .Body {width: 100%; height: 100%; --background-position: 0px 0px;}
        .MarshmallowBot .Body .Image {height: 50px; transform: scaleX(var(--scaleX)); background-image: url('graphics/games/parkour2/enemies/marshmallowbot.png'); background-position: var(--background-position) !important; background-size: 300% 100%;}

.GummyBearBot {width: calc((400 / 376) * 70px); height: 70px; margin-top: -20px;}
    .GummyBearBot .Body .Image {background-image: url('graphics/games/parkour2/enemies/gummybearbot.png'); background-position: 0px 0px; background-size: 300% 100%; animation-name: OneTwoThreeTwoFrameSprite; animation-duration: 1s;}
    .HighQualityGraphics .GummyBearBot .Body .Image {opacity: 0.9;}
        .GummyBearBot.Frozen .Explosion {background-image: url('graphics/effects/freezevertical.png');}


        
.CaterpillarBot {--height: 70px; width: calc((274 / 203) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height));}
.CaterpillarBot .Body {--horizontalDistance: 100px;}
    .CaterpillarBot.Version1 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot1.png');}
    .CaterpillarBot.Version2 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot2.png'); animation-delay: -0.4s;}
    .CaterpillarBot.Version3 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot3.png'); animation-delay: -0.7s;}
    .CaterpillarBot.Version4 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot4.png'); animation-delay: -0.3s;}
    .CaterpillarBot.Version5 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot5.png'); animation-delay: -0.1s;}
    /*.CaterpillarBot.Version6 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot6.png'); animation-delay: -0.5s;}
    .CaterpillarBot.Version7 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot7.png'); animation-delay: -0.2s;}
    .CaterpillarBot.Version8 {--background-image: url('graphics/games/parkour3/enemies/caterpillarbot8.png'); animation-delay: -0.6s;} */
    .CaterpillarBot .Body .Image {background-position: center bottom; animation: GentleRocking 2s ease-in infinite; background-image: var(--background-image);}

.StarfishBot {--height: 70px; width: calc((433 / 401) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height));}
.StarfishBot .Body {--horizontalDistance: 130px;}
    .StarfishBot.Version1 {--background-image: url('graphics/games/parkour3/enemies/starfishbot1.png');}
    .StarfishBot.Version2 {--background-image: url('graphics/games/parkour3/enemies/starfishbot2.png'); animation-delay: -0.4s;}
    .StarfishBot.Version3 {--background-image: url('graphics/games/parkour3/enemies/starfishbot3.png'); animation-delay: -0.7s;}
    .StarfishBot.Version4 {--background-image: url('graphics/games/parkour3/enemies/starfishbot4.png'); animation-delay: -0.3s;}
    .StarfishBot.Version5 {--background-image: url('graphics/games/parkour3/enemies/starfishbot5.png'); animation-delay: -0.1s;}
    /* .StarfishBot.Version6 {--background-image: url('graphics/games/parkour3/enemies/starfishbot6.png'); animation-delay: -0.5s;} */
    .StarfishBot .Body .Image {background-position: center bottom; animation: GentleRocking 4s ease-in infinite; background-image: var(--background-image);}

.FireflyBot {--height: 80px; width: calc((546 / 409) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height));}
.FireflyBot .Body {--horizontalDistance: 100px; margin-top: 20px;}
    .VeryLowQualityGraphics .FireflyBot {--background-image: url('graphics/games/parkour3/enemies/fireflybot1simple.png');}
    .LowQualityGraphics .FireflyBot {--background-image: url('graphics/games/parkour3/enemies/fireflybot1.png');}
    .FireflyBot.Version2 {animation-delay: -0.4s;}
    .FireflyBot.Version3 {animation-delay: -0.7s;}
    .FireflyBot.Version4 {animation-delay: -0.3s;}
    .FireflyBot.Version5 {animation-delay: -0.1s;}
    .FireflyBot .Body .Image {background-position: center bottom; animation: GentleRocking 5s ease-in infinite; background-image: var(--background-image);}

.SteampunkBot {--height: 90px; width: calc((210 / 410) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height));}
    .SteampunkBot .Body {--horizontalDistance: 100px; --negativeOne: 1}
    .SteampunkBot.Version1 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot1.png');}
    .SteampunkBot.Version2 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot2.png'); animation-delay: -0.4s;}
    .SteampunkBot.Version3 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot3.png'); animation-delay: -0.7s;}
    .SteampunkBot.Version4 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot4.png'); animation-delay: -0.3s;}
    .SteampunkBot.Version5 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot5.png'); animation-delay: -0.1s;}
    .SteampunkBot.Version6 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot6.png'); animation-delay: -0.5s;}
    .SteampunkBot.Version7 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot7.png'); animation-delay: -0.2s;}
    .SteampunkBot.Version8 {--background-image: url('graphics/games/parkour3/enemies/steampunkbot8.png'); animation-delay: -0.6s;}
    .SteampunkBot .Body .Image {background-position: center bottom; background-image: var(--background-image);}

    .Squasher {width: 30px; height: 100px; margin-top: -50px; margin-left: 10px; z-index: -1;}

.SteampunkCrusher {--height: 100px; width: calc((188 / 377) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height)); margin-left: 13px;}
    .SteampunkCrusher.EnemyMotion .Body {--negativeOne: 1 !important; overflow: hidden; margin-left: 0px;}
    .SteampunkCrusher .Body .Image {top: unset; bottom: 0px; width: 100%; height: 100px; background-position: center bottom; background-size: contain;}
    .SteampunkCrusher.Version1 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher1.png');}
    .SteampunkCrusher.Version2 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher2.png'); animation-delay: -0.4s;}
    .SteampunkCrusher.Version3 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher3.png'); animation-delay: -0.7s;}
    .SteampunkCrusher.Version4 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher4.png'); animation-delay: -0.3s;}
    .SteampunkCrusher.Version5 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher5.png'); animation-delay: -0.1s;}
    .SteampunkCrusher.Version6 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher6.png'); animation-delay: -0.5s;}
    .SteampunkCrusher.Version7 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher7.png'); animation-delay: -0.2s;}
    .SteampunkCrusher.Version8 {--background-image: url('graphics/games/parkour3/enemies/steampunkcrusher8.png'); animation-delay: -0.6s;}
    .SteampunkCrusher .Body .Image {background-position: center bottom; background-image: var(--background-image);}
    
.SunBot {--height: 80px; width: var(--height); height: var(--height); margin-top: calc(80px - var(--height));}
    .SunBot .Body {--horizontalDistance: 100px; --negativeOne: 1 !important; border-radius: 100px;}
        .SunBot.Version1 {--background-image: url('graphics/games/parkour3/enemies/sunbot.png');}
        /* .SunBot.Version2 {--background-image: url('graphics/games/parkour3/enemies/sunbot2.png'); animation-delay: -0.4s;}
        .SunBot.Version3 {--background-image: url('graphics/games/parkour3/enemies/sunbot3.png'); animation-delay: -0.7s;}
        .SunBot.Version4 {--background-image: url('graphics/games/parkour3/enemies/sunbot4.png'); animation-delay: -0.3s;}
        .SunBot.Version5 {--background-image: url('graphics/games/parkour3/enemies/sunbot5.png'); animation-delay: -0.1s;} */
        .SunBot .Body .Image {background-position: center bottom; animation: GentleRocking 5s ease-in infinite; background-image: var(--background-image);}
        .HighQualityGraphics .SunBot .Body .Image {filter: drop-shadow(0px 0px 5px gold) drop-shadow(0px 0px 30px gold) drop-shadow(0px 0px 30px gold);}


.GreenBlobBot {--height: 70px; width: calc((574 / 679) * var(--height)); height: var(--height); margin-top: calc(51px - var(--height));}
    .GreenBlobBot .Body {--horizontalDistance: 100px;}
    .GreenBlobBot .Body .Image {background-position: 0 0; background-size: 200% 100%; animation: SubtleRocking 1s ease-in infinite, TwoFrameSprite 1s step-end infinite; background-image: url('graphics/games/parkour4/enemies/greenblobbot.png');}

.FuzzballBot {--negativeOne: -1; --height: 50px; width: calc((517 / 476) * var(--height)); height: var(--height); margin-top: calc(59px - var(--height));}
    .FuzzballBot .Body {--horizontalDistance: 100px;}
    .FuzzballBot .Body .Image {background-position: 0 0; background-size: 100% 100%; animation: SubtleRocking 1s ease-in infinite; background-image: var(--background-image);}
    .FuzzballBot.Version1 {--background-image: url('graphics/games/parkour4/enemies/magentafuzzballbot.png');}
    .FuzzballBot.Version2 {--background-image: url('graphics/games/parkour4/enemies/bluefuzzballbot.png'); animation-delay: -0.4s;}
    .FuzzballBot.Version3 {--background-image: url('graphics/games/parkour4/enemies/greenfuzzballbot.png'); animation-delay: -0.7s;}
    .FuzzballBot.Version4 {--background-image: url('graphics/games/parkour4/enemies/yellowfuzzballbot.png'); animation-delay: -0.3s;}
    .FuzzballBot.Version5 {--background-image: url('graphics/games/parkour4/enemies/purplefuzzballbot.png'); animation-delay: -0.1s;}

.GreenSlimeBot {--height: 70px; width: calc((671 / 622) * var(--height)); height: var(--height); margin-top: calc(54px - var(--height));}
    .GreenSlimeBot .Body {--horizontalDistance: 100px; background-position: center bottom;}
    .GreenSlimeBot .Body .Image {background-position: 0 0; background-size: 100% 100%; xanimation: SubtleRocking 1s ease-in infinite, TwoFrameSprite 1s step-end infinite; background-image: url('graphics/games/parkour4/enemies/greenslimebot.png');}

.DroneBot {--height: 90px; width: calc((1000 / 1000) * var(--height)); height: var(--height); margin-top: calc(40px - var(--height));}
    .DroneBot .Body {--horizontalDistance: 100px;}
    .DroneBot .Body .Image {background-position: 0 0; background-size: 100% 100%; background-image: var(--background-image);}
    .DroneBot.Version1 {--height: 100px; margin-top: calc(50px - var(--height)); width: calc((458 / 683) * var(--height)); --background-image: url('graphics/games/parkour4/enemies/dronebot1.png') !important;}
    .DroneBot.Version2 {width: calc((400 / 510) * var(--height)); --background-image: url('graphics/games/parkour4/enemies/dronebot2.png') !important;}
    .DroneBot.Version3 {width: calc((606 / 712) * var(--height)); --background-image: url('graphics/games/parkour4/enemies/dronebot3.png') !important;}
    .DroneBot.Version4 {width: calc((360 / 455) * var(--height)); --background-image: url('graphics/games/parkour4/enemies/dronebot4.png') !important;}

.CyclistBot {--height: 100px; width: calc((1024 / 1024) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height));}
    .CyclistBot .Body {--horizontalDistance: 100px;}
    .CyclistBot .Body .Image {background-position: 0 0; background-size: 100% 100%; background-image: url('graphics/games/parkour4/enemies/c.png');}
    
.CrystalBot {--height: 100px; width: calc((629 / 590) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height));}
    .CrystalBot .Body {--negativeOne: 1; --horizontalDistance: 100px; margin-top: 20px;}
    .CrystalBot .Image {background-image: url('graphics/games/parkour4/enemies/crystalbot.png');}

.OrangeBlobBot {--height: 50px; width: calc((479 / 576) * var(--height)); height: var(--height); margin-top: calc(50px - var(--height));}
    .OrangeBlobBot .Body {--horizontalDistance: 100px; margin-top: 20px;}
    .LowQualityGraphics .OrangeBlobBot .Body {filter: drop-shadow(0 0 5px gold) drop-shadow(0 0 10px orange) drop-shadow(0 0 20px orange) drop-shadow(0 0 30px orange);}
    .OrangeBlobBot .Image {background-image: url('graphics/games/parkour4/enemies/orangeblobbot.png');}

.AlienBot {--height: 120px; width: calc((479 / 576) * var(--height)); height: var(--height); margin-top: calc(46px - var(--height));}
    .AlienBot .Body {--horizontalDistance: 100px; margin-top: 20px;}
    .AlienBot .Body .Image {background-image: url('graphics/games/parkour4/enemies/alienbot.png'); animation: SubtleRocking 10s ease-in infinite;}
    .AlienBot.Version2 .Body {animation-name: EnemyMotionSlowPhaseInAndOut;}


.SnowflakeBot {--height: 80px; width: calc((685 / 790) * var(--height)); height: var(--height);}
    .SnowflakeBot .Body {--negativeOne: 1 !important;}
    .SnowflakeBot .Body .Image {background-image: url('graphics/games/christmas/enemies/snowflakebot.png');}

.GingerbreadManBot {--height: 50px; width: calc((670 / 700) * var(--height)); height: var(--height);}
    .GingerbreadManBot .Body {--negativeOne: 1 !important;}
    .GingerbreadManBot .Body .Image {background-image: url('graphics/games/christmas/enemies/gingerbreadman.png'); animation: GentleRocking 0.3s ease-in infinite;}

.CandyCaneBot {--height: 80px; width: calc((267 / 607) * var(--height)); height: var(--height);}
    .CandyCaneBot .Body {--negativeOne: 1 !important;}
    .CandyCaneBot .Body .Image {background-image: url('graphics/games/christmas/enemies/candycanebot.png'); animation: GentleRocking 0.3s ease-in infinite;}

.CrackerBot {--height: 40px; width: calc((512 / 169) * var(--height)); height: var(--height);}
    .CrackerBot .Body {--negativeOne: 1 !important;}
    .CrackerBot .Body .Image {background-image: url('graphics/games/christmas/enemies/crackerbot.png');}

.PresentBot {width: 50px; height: 69px;}
    .PresentBot .Body {--negativeOne: 1 !important;}
    .PresentBot .Body .Image {background-image: url('graphics/games/christmas/enemies/presentbot1.png');}
    .PresentBot.Version2 .Body .Image {background-image: url('graphics/games/christmas/enemies/presentbot2.png');}
    .PresentBot.Version3 .Body .Image {background-image: url('graphics/games/christmas/enemies/presentbot3.png');}
    .PresentBot.Version4 .Body .Image {background-image: url('graphics/games/christmas/enemies/presentbot4.png');}
    .PresentBot.Version5 .Body .Image {background-image: url('graphics/games/christmas/enemies/presentbot5.png');}

    .EasterEggBot {width: 50px; height: 69px;}
    .EasterEggBot .Body {--negativeOne: 1 !important;}
    .EasterEggBot .Body .Image {background-image: url('graphics/games/easter/eastereggbot.png');}
    .EasterEggBot.RedEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(17deg) brightness(0.95) contrast(1.0) saturate(5);}
    .EasterEggBot.BlueEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(230deg) contrast(1.5);}
    .EasterEggBot.OrangeEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(55deg) brightness(1.2) saturate(4) contrast(1);}
    .EasterEggBot.YellowEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(70deg) brightness(1.2) contrast(1) saturate(2.8);}
    .EasterEggBot.PinkEnemy:not(.Exploding) .Body .Image {filter: none;}
    .EasterEggBot.GreenEnemy:not(.Exploding) .Body .Image {filter: hue-rotate(143deg) saturate(3);}
    
.PumpkinBot {width: calc((352 / 344) * 50px); height: 50px; margin-top: 5px; z-index: 100;}
    .PumpkinBot .Body {width: 100%; height: 100%; --background-position: 0% 0%;}
        .PumpkinBot .Body .Image {height: 50px; transform: scaleX(var(--scaleX)); background-image: var(--background-image); background-position: var(--background-position) !important;}
        .PumpkinBot.Version1 {--background-image: url('graphics/games/halloween/enemies/pumpkinbot1.png');}
        .PumpkinBot.Version2 {--background-image: url('graphics/games/halloween/enemies/pumpkinbot2.png'); animation-delay: -0.4s;}
        .PumpkinBot.Version3 {--background-image: url('graphics/games/halloween/enemies/pumpkinbot3.png'); animation-delay: -0.7s;}
        .PumpkinBot.Version4 {--background-image: url('graphics/games/halloween/enemies/pumpkinbot4.png'); animation-delay: -0.3s;}
        .PumpkinBot.Version5 {--background-image: url('graphics/games/halloween/enemies/pumpkinbot5.png'); animation-delay: -0.1s;}

.HauntedHouse .GhostBot {width: calc((319 / 440) * 70px); height: 70px;}
    .HauntedHouse .GhostBot .Body {margin-top: -20px;}
    .HauntedHouse .GhostBot .Image {background-image: url('graphics/games/halloween/enemies/ghostbot.png');}

.HauntedHouse .BatBot {width: calc((416 / 378) * 80px); height: 80px;}
    .HauntedHouse .BatBot .Body {--negativeOne: 1 !important;}
    .HauntedHouse .BatBot .Body .Image {background-image: url('graphics/games/halloween/enemies/batbot2.png'); animation-name: ThreeFrameSprite; animation-duration: 0.4s; background-position: 0px 0px; background-size: 300% 100%;}


.YetiBot {--height: 100px; width: calc((408 / 509) * var(--height)); height: var(--height); margin-top: -47px;}
    .YetiBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/yetibot.png');}

.PickaxeBot {--height: 100px; width: calc((328 / 409) * var(--height)); height: var(--height); margin-top: -35px;}
    .PickaxeBot .Body {--verticalDistance: 50% !important;}
        .PickaxeBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/pickaxebot.png');}

.ParrotBot {--height: 75px; width: calc((384 / 296) * var(--height)); height: var(--height); margin-top: -37px;}
    .ParrotBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/parrotbot.png'); background-size: 300% 100%; animation-name: ThreeFrameSprite; animation-duration: 0.5s;}
    

.JellyfishBot {--height: 85px; width: calc((221 / 259) * var(--height)); height: var(--height); margin-top: 3px;}
    .JellyfishBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/jellyfishbot.png');}

.FireOrbBot {--height: 85px; width: calc((327 / 357) * var(--height)); height: var(--height); margin-top: 3px;}
    .FireOrbBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/fireorbbot.png');}
    
.TornadoBot {--height: 100px; width: calc((925 / 936) * var(--height)); height: var(--height); margin-top: 160px;}
    .TornadoBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/tornadobot.png');}

.StormCloudBot {--height: 65px; --width: calc((332 / 188) * var(--height)); width: var(--width); height: var(--height); margin-top: 3px;}
    .StormCloudBot .Body {width: calc(50%); left: 25%; height: 0px; top: 40px; background: url('graphics/effects/lightning.png'); background-size: 100% 500px; background-repeat: repeat-y;}
        .StormCloudBot .Body .Image {background: url('graphics/games/parkour5/enemies/stormcloudbot.png'); width: var(--width); height: var(--height); left: -25px; margin-top: -28px; background-size: 100% 100%; background-repeat: no-repeat;}
    .StormCloudBot.Frozen .Body {animation-name: none, EnemyMotionSideToSide;}

.ElementalGuardianBot {--height: 103px; width: calc((278 / 284) * var(--height)); height: var(--height); margin-top: -48px;}
    .ElementalGuardianBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/elementalguardianbot.png');}
    .HighQualityGraphics .ElementalGuardianBot .Body .Image {filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 20px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 30px rgba(255, 255, 255, 1));}

.ShadeBot {--height: 85px; width: calc((278 / 284) * var(--height)); height: var(--height); margin-top: 3px;}
    .ShadeBot .Body .Image {background-image: url('graphics/games/parkour5/enemies/shadebot.png');}

.RollyBot {width: calc((556 / 538) * 80px); height: 60px;}
    .RollyBot .Body {--negativeOne: 1 !important; margin-top: -38px;}
        .RollyBot .Body .Image {background-image: url('graphics/enemies/rollybot.png');}
.FinBot {width: calc((500 / 291) * 50px); height: 50px;}
    .FinBot .Body {margin-top: -38px;}
        .FinBot .Body .Image {background-image: url('graphics/enemies/finbot.png');}
.PigBot {width: calc((725 / 428) * 50px); height: 50px; margin-top: -30px;}
    .PigBot .Body {}
        .PigBot .Body .Image {background-image: url('graphics/enemies/pigbot.png');}
.BunnyBot {width: calc((220 / 446) * 100px); height: 100px; margin-top: -85px;}
    .BunnyBot .Body {width: 100%; height: 100%;}
        .BunnyBot .Body .Image {transform: scaleX(var(--scaleX)); background-image: url('graphics/enemies/bunnybot.png'); background-position: var(--background-position) !important; background-size: 400% 100%;}
.BollardBot {width: calc((147 / 277) * 80px); height: 80px; margin-top: -58px;}
    .BollardBot .Body {--negativeOne: 1 !important;}
        .BollardBot .Body .Image {background-image: url('graphics/enemies/bollardbot.png'); background-position: 0px 0px; background-size: 300% 100%; animation-name: ThreeFrameSprite; animation-duration: 0.5s;}
.NailBot {width: calc((200 / 276) * 80px); height: 80px; margin-top: -58px;}
    .NailBot .Body {width: 100%; height: 100%;}
        .NailBot .Body .Image {background-image: url('graphics/enemies/nailbot.png'); background-position: var(--background-position) !important; background-size: 100% 100%;}
.ToucanBot {width: 100px; height: 30px; margin-top: 0px;}
    .ToucanBot .Body .Image {background-image: url('graphics/enemies/toucanbot.png'); ximage-rendering: pixelated; animation-name: TwoFrameSprite; background-position: 0px 0px; background-size: 200% 100%;}
    

.Plane .Body .Image {background-image: url('graphics/enemies/plane.png');}
.Plant .Body .Image {background-image: url('graphics/enemies/plant.png');}

.Flight .Enemy {width: 70px; height: 70px;}
.RodBot .Body .Image {background-image: url('graphics/enemies/rodbot.png');}
.RingBot .Body .Image {background-image: url('graphics/enemies/ringbot.png');}
.NoseBot .Body .Image {background-image: url('graphics/enemies/nosebot.png');}
.OrangeBot .Body .Image {background-image: url('graphics/enemies/orangebot.png');}
.HornBot .Body .Image {background-image: url('graphics/enemies/hornbot.png');}
.DiamondBot .Body .Image {background-image: url('graphics/enemies/diamondbot.png');}
.BlackEyeBot .Body .Image {background-image: url('graphics/enemies/blackeyebot.png');}

.Fish {box-shadow: none !important; --itemColor: transparent !important;}
.Fish .Body {animation-direction: normal !important;}
.Fish .Body .Image {background-image: url('graphics/entities/fish.png'); background-size: 400% 100%; background-position: 0% 0%; font-size: 18pt;}
.Fish .Body .Text {font-size: 18pt; padding-top: 14px;}
.Literacy .Fish .Body .Text {font-size: 22pt; padding-top: 10px;}
.Fish.Collected {display: none;}
.Fish.Hidden .Body {animation: none !important;}

.GreatWhiteShark {width: calc((618 / 266) * var(--height)); height: var(--height); --height: 100px;}
    .GreatWhiteShark .Body {clip-path: polygon(6% 12%, 25% 40%, 45% 30%, 47% 0%, 100% 58%, 100% 64%, 87% 87%, 40% 100%, 23% 68%, 4% 65%)}
        .GreatWhiteShark .Body .Image {background-image: url('graphics/games/orca2/enemies/shark.png'); transform-origin: right center; animation: FishSwivel 3s linear infinite;}

.Crab {width: calc((1016 / 840) * var(--height)); height: var(--height); --height: 60px; margin-top: 24px;}
    .Crab .Body .Image {background-image: url('graphics/games/orca2/enemies/crab.png'); background-size: 300% 100%; animation-name: ThreeFrameSprite; animation-duration: 0.4s;}

.UnderwaterMine {width: calc((840 / 840) * var(--height)); height: var(--height); --height: 60px;}
    .UnderwaterMine .Body {--negativeOne: 1;}
    .UnderwaterMine .Body .Image {background-image: url('graphics/games/orca2/enemies/mine.png');}

.Fish.Fish0 .Body .Image {filter: hue-rotate(0deg);}
.Fish.Fish0.EnemyMotionWorldWidthLeft .Body {animation-duration: 13s !important;}
.Fish.Fish0.EnemyMotionWorldWidthRight .Body {animation-duration: 13s !important;}
.OrcaSeries .Fish.Fish0 {width: 30px; height: 30px;}
.Fish.Fish1 .Body .Image {filter: hue-rotate(30deg);}
.Fish.Fish1.EnemyMotionWorldWidthLeft .Body {animation-duration: 12s !important;}
.Fish.Fish1.EnemyMotionWorldWidthRight .Body {animation-duration: 12s !important;}
.OrcaSeries .Fish.Fish1 {width: 31px; height: 31px;}
.Fish.Fish2 .Body .Image {filter: hue-rotate(60deg);}
.Fish.Fish2.EnemyMotionWorldWidthLeft .Body {animation-duration: 11s !important;}
.Fish.Fish2.EnemyMotionWorldWidthRight .Body {animation-duration: 11s !important;}
.OrcaSeries .Fish.Fish2 {width: 32px; height: 32px;}
.Fish.Fish3 .Body .Image {filter: hue-rotate(90deg);}
.Fish.Fish3.EnemyMotionWorldWidthLeft .Body {animation-duration: 10s !important;}
.Fish.Fish3.EnemyMotionWorldWidthRight .Body {animation-duration: 10s !important;}
.OrcaSeries .Fish.Fish3 {width: 33px; height: 33px;}
.Fish.Fish4 .Body .Image {filter: hue-rotate(120deg);}
.Fish.Fish4.EnemyMotionWorldWidthLeft .Body {animation-duration: 9s !important;}
.Fish.Fish4.EnemyMotionWorldWidthRight .Body {animation-duration: 9s !important;}
.OrcaSeries .Fish.Fish4 {width: 34px; height: 34px;}
.Fish.Fish5 .Body .Image {filter: hue-rotate(150deg);}
.Fish.Fish5.EnemyMotionWorldWidthLeft .Body {animation-duration: 8s !important;}
.Fish.Fish5.EnemyMotionWorldWidthRight .Body {animation-duration: 8s !important;}
.OrcaSeries .Fish.Fish5 {width: 35px; height: 35px;}
.Fish.Fish6 .Body .Image {filter: hue-rotate(180deg);}
.Fish.Fish6.EnemyMotionWorldWidthLeft .Body {animation-duration: 7s !important;}
.Fish.Fish6.EnemyMotionWorldWidthRight .Body {animation-duration: 7s !important;}
.OrcaSeries .Fish.Fish6 {width: 36px; height: 36px;}
.Fish.Fish7 .Body .Image {filter: hue-rotate(210deg);}
.Fish.Fish7.EnemyMotionWorldWidthLeft .Body {animation-duration: 6s !important;}
.Fish.Fish7.EnemyMotionWorldWidthRight .Body {animation-duration: 6s !important;}
.OrcaSeries .Fish.Fish7 {width: 37px; height: 37px;}
.Fish.Fish8 .Body .Image {filter: hue-rotate(240deg);}
.Fish.Fish8.EnemyMotionWorldWidthLeft .Body {animation-duration: 5s !important;}
.Fish.Fish8.EnemyMotionWorldWidthRight .Body {animation-duration: 5s !important;}
.OrcaSeries .Fish.Fish8 {width: 38px; height: 38px;}
.Fish.Fish9 .Body .Image {filter: hue-rotate(270deg);}
.Fish.Fish9.EnemyMotionWorldWidthLeft .Body {animation-duration: 4s !important;}
.Fish.Fish9.EnemyMotionWorldWidthRight .Body {animation-duration: 4s !important;}
.OrcaSeries .Fish.Fish9 {width: 39px; height: 39px;}
.Fish.Fish10 .Body .Image {filter: hue-rotate(300deg);}
.Fish.Fish10.EnemyMotionWorldWidthLeft .Body {animation-duration: 3s !important;}
.Fish.Fish10.EnemyMotionWorldWidthRight .Body {animation-duration: 3s !important;}
.OrcaSeries .Fish.Fish10 {width: 40px; height: 40px;}
.Fish.Fish11 .Body .Image {filter: hue-rotate(330deg);}
.Fish.Fish11.EnemyMotionWorldWidthLeft .Body {animation-duration: 2s !important;}
.Fish.Fish11.EnemyMotionWorldWidthRight .Body {animation-duration: 2s !important;}
.OrcaSeries .Fish.Fish11 {width: 41px; height: 41px;}

.Amoeba .Body {--negativeOne: 1 !important;}
.SmallHorizontalRectangle {width: 75px; height: 25px; margin-left: -25px; z-index: 1;}
    .Amoeba .SmallHorizontalRectangle {width: 100px; height: 50px;}
.SmallVerticalRectangle {width: 25px; height: 75px; margin-top: -25px; z-index: 1;}
    .Amoeba .SmallVerticalRectangle {width: 50px; height: 100px;}
.MediumHorizontalRectangle {width: 175px; height: 25px; margin-left: -75px; z-index: 1;}
    .Amoeba .MediumHorizontalRectangle {width: 100px; height: 200px;}
.MediumVerticalRectangle {width: 25px; height: 175px; margin-top: -87.5px; z-index: 1;}
    .Amoeba .MediumVerticalRectangle {width: 100px; height: 200px;}
.SmallCircle {width: 50px; height: 50px; z-index: 1;}
    .Amoeba .SmallCircle .Image {background-image: url('graphics/enemies/virus2.png');}
.SmallCircle .Body {border-radius: 20px !important; margin-top: -14px; margin-left: -14px;}
.LargeCircle {width: 100px; height: 100px; z-index: 1;}
    .Amoeba .LargeCircle .Image {background-image: url('graphics/enemies/virus2.png');}
.LargeCircle .Body {border-radius: 20px !important; margin-top: -42.5px; margin-left: -42.5px;}

.Fireball {width: 100px; height: 100px; transition: opacity 1s;} 
.Fireball .Body {height: 50px;}
.Fireball.EnemyMotionTopToBottom .Body {width: 50px; height: 100px;}
.Fireball .Body .Image {height: 100px; margin-top: -25px; transform: scaleX(-1); background-image: url('graphics/effects/fireball.png'); animation: FiveFrameSprite; background-size: 500% 100%; background-repeat: no-repeat;}
.Fireball.EnemyMotionTopToBottom .Body .Image {width: 100px; margin-left: 25px; margin-top: 0px; transform: rotate(90deg);} 
.Fireball.Stunned {opacity: 0;}

.Orbcopter {width: 50px; height: 53px;} 
.Orbcopter .Body {animation-duration: 20s !important;}
.Orbcopter .Body .Image {background-image: url('graphics/enemies/orbcopter.png'); background-size: 100% 100%;}

.Car {width: 51px; height: 60px; background-color: transparent; border-radius: 0px; z-index: 2005;}
    .Police .Car {width: 51px; height: 71px;}
.Car .Body {animation: CarDriving 20s linear forwards; animation-play-state: var(--AnimationPlayState);}
    .Police .Car .Body {animation-duration: 24s;}
    .Police .Car .Image {background-image: url('graphics/enemies/car1.png');}
.Car1 .Body {filter: hue-rotate(50deg); animation-duration: 20s;}
.Car2 .Body {filter: hue-rotate(150deg); animation-duration: 19s;}
.Car3 .Body {filter: hue-rotate(200deg); animation-duration: 18s;}
.Car4 .Body {filter: hue-rotate(250deg); animation-duration: 17s;}
.Car5 .Body {filter: hue-rotate(300deg); animation-duration: 16s;}
.Car6 .Body {filter: hue-rotate(350deg); animation-duration: 15s;}
.Car1 .Explosion {filter: hue-rotate(-50deg);}
.Car2 .Explosion {filter: hue-rotate(-150deg);}
.Car3 .Explosion {filter: hue-rotate(-200deg);}
.Car4 .Explosion {filter: hue-rotate(-250deg);}
.Car5 .Explosion {filter: hue-rotate(-300deg);}
.Car6 .Explosion {filter: hue-rotate(-350deg);}
.Car.Reverse .Body {animation-direction: reverse; animation-duration: 14s; animation-delay: 3s;}
    .Police .Car:not(.Reverse) .Image {xtransform: rotateZ(180deg);}
#Cell0-0 .Car .Body {animation: CarStarting 1.4s ease-in; animation-play-state: var(--AnimationPlayState);}
#Cell0-0 .Car1 .Body {animation-duration: 1.3s;}
#Cell0-0 .Car2 .Body {animation-duration: 1.5s;}
#Cell0-0 .Car3 .Body {animation-duration: 1.9s;}
#Cell0-0 .Car4 .Body {animation-duration: 1.6s;}

@keyframes CarStarting {
    0% {transform: translateY(24px); opacity: 1;}
    90% {opacity: 1;}
    100% {transform: translateY(calc(var(--WorldHeight) * -1)); opacity: 0;}
}

@keyframes CarDriving {
    0% {transform: translateY(0px);}
    100% {transform: translateY(calc(var(--WorldHeight) * -1));}
}

.MathsPractice .Chunk {background-image: url('graphics/titles/mathspractice.jpg');}
.SpellingPractice .Chunk {background-image: url('graphics/titles/spellingpractice.jpg');}

.Assessment .Chunk {background-image: url('graphics/titles/assessment.jpg');}
.MathsChallenge .Chunk {background-image: url('graphics/titles/mathschallenge.jpg');}
#KeyboardAnswerBox {--top: 96px; --left: 397px; width: 255px; height: 80px; color: white; border: solid 1px white; border-radius: 10px; text-align: center; font-size: 36pt; font-family: var(--DefaultFontFamily); padding: 15px; box-sizing: border-box; transition: background 0.2s linear; background: rgba(0, 0, 0, 0.5);}
    #KeyboardAnswerBox.Correct {background: limegreen;}
    #KeyboardAnswerBox.Incorrect {background: red;}
    .Maths #KeyboardAnswerBox {--top: 69px;}
#KeyboardBox {--top: 220px; width: 100%; text-align: center;}
    .Maths #KeyboardBox {--top: 160px; width: 100%; text-align: center;}
.KeyboardKey {display: inline-block; color: white; width: 80px; height: 80px; border: solid 1px white; border-radius: 10px; text-align: center; font-size: 36pt; font-family: var(--DefaultFontFamily); padding: 15px; margin: 4px; box-sizing: border-box; cursor: pointer; background: rgba(0, 0, 0, 0.5);}
    .Maths .Assessment .KeyboardKey {width: 73px; height: 73px; font-size: 34pt}
.KeyboardKey.Pressed {background-color: var(--HoverBackground)}
#Key10 {width: 168px;}
#KeyEnter {font-size: 16pt; vertical-align: top; padding-top: 27px;}
    .Literacy #KeyEnter {position: absolute; top: -128px; left: 781px;}

.Assessment .TitleScreenTitle, .MathsPractice .TitleScreenTitle {margin-bottom: 120px;}
.Assessment #ScoreStatus {display: none;}
.Literacy #KeyboardAnswerBox {width: 600px; --left: 177px; overflow-x: hidden;}
.Literacy #KeyboardAnswerBox, .Literacy .KeyboardKey:not(#KeyEnter) {font-family: QuicksandAlternate, Quicksand, sans-serif;}
.Literacy .Assessment #ShieldStatus {display: none;}
.Assessment #ShieldStatusBar {display: block;}
.Assessment .Message, .Practice .Message {background-color: black;}
.Maths.Assessment #KeyboardBox {--top: 200px;}
.Maths.Assessment #Question {top: 24px;}
.Assessment #ProblemNumber, .Practice #ProblemNumber {position: absolute; top: 5px; left: 5px; border: solid 2px black; border-radius: 50px; background: blue; color: white; font-size: 18pt; min-width: 32px; height: 32px; padding: 2px 4px; box-sizing: border-box; font-size: 16pt; height: 28px; padding-left: 5px; padding-right: 5px; background: linear-gradient(to top, #004dff 0%,#3882f2 100%);}

.IFrame #ShieldStatus, .IFrame #ScoreStatus {display: none;}

.MathsChallenge #ScoreStatus {display: block;}
#ShieldStatusBar {transition: width 1s linear;}
.Assessment #ShieldStatusBar {transition: width 0.05s linear;}
.UntimedChallenge #ShieldStatus {display: none;}
.TenSecondChallenge #ShieldStatusBar {transition: width 0.1s linear;}
.ThreeSecondChallenge #ShieldStatusBar {transition: width 0.03s linear;}
.TwoSecondChallenge #ShieldStatusBar {transition: width 0.02s linear;}
.MathsChallenge .MenuItemBox {width: 200px;}



.Asteroid {width: 50px; height: 50px;}
.Rotating, .ImageRotating .Body .Image {animation: Rotating 4s linear infinite; animation-play-state: var(--AnimationPlayState);}
.InverseRotating {animation: Rotating 4s linear infinite reverse; animation-play-state: var(--AnimationPlayState);}
.Asteroid .Image {background-image: url('graphics/entities/asteroid.png');}

.Item {--itemColor: gray; background-size: contain; transition: opacity 0s linear; width: 50px; height: 50px; color: white;}
.Item .Image {content-visibility: auto; border-radius: 40px; zwill-change: opacity, background-color, box-shadow; box-sizing: border-box;}
    .Item.Collected .Image, .Item.Collected .Text {animation: FadeOut 0.1s linear forwards; animation-play-state: var(--AnimationPlayState);}

.SpecialItem {--itemColor: transparent; background-size: contain; margin-left: -10px; margin-top: -30px;}
    .SpecialItem .Body .Image {opacity: 0;}
    .SpecialItem.StatusIcon {background-color: transparent; margin-top: 0px;}
    .SpecialItem.StatusIcon .Image {left: unset; position: static;}
    .RedFlaskItem {--itemColor: red;}
    .BlueFlaskItem  {--itemColor: blue;}
    .GreenFlaskItem {--itemColor: limegreen;}
    .MagentaFlaskItem {--itemColor: magenta;}
    .PurpleFlaskItem {--itemColor: purple;}
    .YellowFlaskItem {--itemColor: yellow;}
    .OrangeFlaskItem {--itemColor: orange;}
    .BrownFlaskItem {--itemColor: brown;}
    .WhiteFlaskItem {--itemColor: white;}
    .BlackFlaskItem {--itemColor: brown;}
    .RedFlaskItem .Image {background-image: url("graphics/entities/redflask3d.png");}
    .BlueFlaskItem .Image {background-image: url("graphics/entities/blueflask3d.png");}
    .GreenFlaskItem .Image {background-image: url("graphics/entities/greenflask3d.png");}
    .MagentaFlaskItem .Image {background-image: url("graphics/entities/magentaflask3d.png");}
    .PurpleFlaskItem .Image {background-image: url("graphics/entities/violetflask3d.png");}
    .YellowFlaskItem .Image {background-image: url("graphics/entities/yellowflask3d.png");}
    .OrangeFlaskItem .Image {background-image: url("graphics/entities/orangeflask3d.png");}
    .BrownFlaskItem .Image {background-image: url("graphics/entities/brownflask3d.png");}
    .WhiteFlaskItem .Image {background-image: url("graphics/entities/whiteflask3d.png");}
    .BlackFlaskItem .Image {background-image: url("graphics/entities/blackflask3d.png");}
    .FreezeAllEnemiesItem .Image {background-image: url("graphics/entities/whitesnowflake.png");}
    .FreezeAllEnemiesPermananentlyItem .Image {background-image: url("graphics/entities/bluesnowflake.png");}
    .RedClockItem .Image {background-image: url("graphics/entities/redclock.png");}
    .GenericSpecialItem1 .Body .Image {background-image: url("graphics/entities/candy1.png");}
    .GenericSpecialItem2 .Body .Image {background-image: url("graphics/entities/candy2.png");}
    .GenericSpecialItem3 .Body .Image {background-image: url("graphics/entities/candy3.png");}
    .GenericSpecialItem4 .Body .Image {background-image: url("graphics/entities/candy1.png");}
    .GenericSpecialItem5 .Body .Image {background-image: url("graphics/entities/candy2.png");}
    .GenericSpecialItem6 .Body .Image {background-image: url("graphics/entities/candy3.png");}
    .GenericSpecialItem7 .Body .Image {background-image: url("graphics/entities/candy1.png");}
    .GenericSpecialItem8 .Body .Image {background-image: url("graphics/entities/candy2.png");}
    .GenericSpecialItem9 .Body .Image {background-image: url("graphics/entities/candy3.png");}
    .GenericSpecialItem10 .Body .Image {background-image: url("graphics/entities/candy1.png");}
    .GenericSpecialItem11 .Body .Image {background-image: url("graphics/entities/candy2.png");}
    .GenericSpecialItem12 .Body .Image {background-image: url("graphics/entities/candy3.png");}
    
    .GenericSpecialItem4 .Body {filter: hue-rotate(265deg);}
    .GenericSpecialItem5 .Body {filter: hue-rotate(265deg);}
    .GenericSpecialItem6 .Body {filter: hue-rotate(265deg);}
    .GenericSpecialItem7 .Body {filter: hue-rotate(315deg);}
    .GenericSpecialItem8 .Body {filter: hue-rotate(315deg);}
    .GenericSpecialItem9 .Body {filter: hue-rotate(315deg);}
    .GenericSpecialItem10 .Body {filter: hue-rotate(95deg) saturate(2);}
    .GenericSpecialItem11 .Body {filter: hue-rotate(95deg) saturate(2);}
    .GenericSpecialItem12 .Body {filter: hue-rotate(95deg) saturate(2);}

.SpecialItem.GenericSpecialItem .Body .Image {animation: FadeOut 0.5s linear forwards; animation-play-state: var(--AnimationPlayState);}
.SpecialItem.GenericSpecialItem.Appear .Body .Image {animation: FadeIn 0.5s linear forwards; animation-play-state: var(--AnimationPlayState);}
.HighQualityGraphics:not(.ParkourSeries) .SpecialItem:not(.GenericSpecialItem).Appear .Body .Image {animation: RewardAppearZoom 0.4s linear forwards; animation-play-state: var(--AnimationPlayState);}
    .HighQualityGraphics .SpecialItem:not(.GenericSpecialItem).Appear .Body .Image::before {font-family: quicksand; content: "✹"; position: absolute;  left: calc(50% - (200px / 2)); top: calc(50% - (200px / 2)); box-sizing: border-box; text-align: center; width: 200px; height: 200px; padding-top: 0px; color: white; filter: blur(0.1px); font-size: 200px; transform: scale(0); animation: FrozenSparkle1 0.7s ease-in forwards; animation-play-state: var(--AnimationPlayState); background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 60%);}
    .HighQualityGraphics .SpecialItem:not(.GenericSpecialItem).Appear .Body .Image::after {font-family: quicksand; content: "◯"; z-index: 2; position: absolute; left: calc(50% - (150px / 2)); top: calc(50% - (150px / 2)); box-sizing: border-box; text-align: center; width: 150px; height: 150px; padding-top: 3px; color: white; filter: blur(2px); font-size: 140px; transform: scale(0); animation: FrozenSparkle2 0.6s ease-in forwards; animation-direction: reverse; animation-play-state: var(--AnimationPlayState); background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 60%);}
    .ParkourSeries .SpecialItem .Body .Image, .AdventureSeries .SpecialItem .Body .Image {opacity: 1; animation: none;}
    .ParkourSeries.HighQualityGraphics .SpecialItem:not(.GenericSpecialItem).Appear .Body .Image::before {display: none;}
    .ParkourSeries.HighQualityGraphics .SpecialItem:not(.GenericSpecialItem).Appear .Body .Image::after {display: none;}

.FlaskItem {z-index: 4;}
.HighQualityGraphics .FlaskItem.Appear {animation: FlaskGlowing 2s ease-in-out alternate infinite; animation-play-state: var(--AnimationPlayState);}
.HighQualityGraphics .FlaskItem.Appear .Body {transform-origin: center center; animation: FlaskHovering 2s ease-in-out alternate infinite; animation-play-state: var(--AnimationPlayState);}
.HighQualityGraphics .SpecialItem:not(.Collected).Appear .Body:before {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 17px; bottom: 15px; color: white; font-size: 9pt; animation: SparkleEnemyRewardItem 6s linear forwards infinite; animation-play-state: var(--AnimationPlayState);}
.HighQualityGraphics .SpecialItem:not(.Collected).Appear .Body:after {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 17px; bottom: 15px; color: white; font-size: 10pt; animation: SparkleEnemyRewardItem2 6s linear forwards infinite; animation-delay: -3.5s; animation-play-state: var(--AnimationPlayState);}
.HighQualityGraphics .SpecialItem.Collected .Body .Image {z-index: 3; animation: RewardDisappearZoomFadeOut 0.5s forwards; animation-play-state: var(--AnimationPlayState); animation-delay: 0s !important;}
.HighQualityGraphics .SpecialItem.Collected .Body:before {font-family: quicksand; content: "✹"; z-index: 4; position: absolute;  left: calc(50% - (75px / 2)); top: calc(50% - (75px / 2)); box-sizing: border-box; text-align: center; width: 75px; height: 75px; color: white; filter: blur(2px); font-size: 75px; transform: scale(0); animation: FrozenSparkle1 0.7s ease-in forwards; animation-play-state: var(--AnimationPlayState); background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 30%,rgba(255,255,255,0) 60%);}
.HighQualityGraphics .SpecialItem.Collected .Body:after {font-family: quicksand; content: "✹"; z-index: 4; position: absolute; left: calc(50% - (120px / 2)); top: calc(50% - (120px / 2)); box-sizing: border-box; text-align: center; width: 120px; height: 120px; color: white; filter: blur(1px); font-size: 120px; transform: scale(0); animation: FrozenSparkle2 0.6s ease-in forwards; animation-direction: reverse; animation-play-state: var(--AnimationPlayState); background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 30%,rgba(255,255,255,0) 60%);}
.LowQualityGraphics .SpecialItem.Collected .Body .Image {animation: FadeOut 0.2s linear forwards; animation-play-state: var(--AnimationPlayState); animation-delay: 0s !important;}



.ShieldItem {contain: size layout style; --itemColor: blue; box-sizing: border-box; animation-play-state: var(--AnimationPlayState); backface-visibility: hidden;}
.ShieldItem .Image {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none;}
.ShieldItem .Text {zwill-change: opacity; pointer-events: none; font-family: QuicksandAlternate, Quicksand, sans-serifvar(--DefaultFontFamily); font-size: 28pt; padding-top: 2px; margin: 5px -10px 0px -10px; width: calc(100% + 20px); text-shadow: 0px 0px 2px black, 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black;}
    .Literacy .ShieldItem .Text {font-family: QuicksandAlternate, Quicksand, sans-serif; font-weight: bold; font-size: 28pt; margin: 2px -10px 0px -10px; text-shadow: 0 0 1px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 5px black;}
    /* @supports ((paint-order: stroke fill) and (-webkit-text-stroke: 3px black)) {
        .ShieldItem .Text, .Literacy .ShieldItem .Text {paint-order: stroke fill; -webkit-text-stroke-color: black; -webkit-text-stroke-width: 3px; letter-spacing: 1px; text-shadow: none;}
    } */
.ShieldItem.SmallText .Text {font-size: 103% !important; padding-top: 23% !important;}

    .HighQualityGraphics.AnyDragon .ShieldItem:not(.Collected) .Body::after {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 17px; top: 15px; color: white; font-size: 9pt; animation: SparkleShieldItem 6s linear forwards infinite; animation-play-state: var(--AnimationPlayState);}
    .HighQualityGraphics.AnyDragon .ShieldItem:not(.Collected) .Image::after {content: "✦"; pointer-events: none; z-index: 1; position: absolute; left: 17px; top: 15px; color: white; font-size: 10pt; animation: SparkleShieldItem2 6s linear forwards infinite; animation-delay: -3.5s; animation-play-state: var(--AnimationPlayState);}
    .HighQualityGraphics.AnyDragon .ShieldItem:not(.Collected) .Body::before {content: ""; pointer-events: none; z-index: 1; vertical-align: middle; position: absolute; border-radius: 80px; opacity: 1; animation: GlowPulse 2s linear infinite; animation-play-state: var(--AnimationPlayState); top: -15px; left: -15px; height: calc(100% + 30px); width: calc(100% + 30px); background: radial-gradient(ellipse at center, var(--itemColor) 0%, var(--itemTransparentColor) 70%);}
    .HighQualityGraphics.AnyDragon .ShieldItem:not(.Collected) .Text {z-index: 3; pointer-events: none;}

    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+1) .Body::before, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+1) .Body::before {animation-delay: 0s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+2) .Body::before, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+2) .Body::before {animation-delay: 2s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+3) .Body::before, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+3) .Body::before {animation-delay: 1s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+4) .Body::before, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+4) .Body::before {animation-delay: 2.5s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+5) .Body::before, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+5) .Body::before {animation-delay: 1.5s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+1) .Image::after, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+1) .Image::after {animation-delay: 3s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+2) .Image::after, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+2) .Image::after {animation-delay: 5s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+3) .Image::after, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+3) .Image::after {animation-delay: 4s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+4) .Image::after, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+4) .Image::after {animation-delay: 5.5s;}
    .VeryHighQualityGraphics.AnyDragon .ShieldItem:not(.Collected):nth-child(5n+5) .Image::after, .HighQualityGraphics.PlatformSeries .ShieldItem:not(.Collected):nth-child(5n+5) .Image::after {animation-delay: 4.5s;}
   

.HighQualityGraphics.AnyDragon .ShieldItem.Collected .Text {animation: ShieldItemTextShatterZoom 0.5s linear forwards; transform-origin: center;}
.HighQualityGraphics.AnyDragon .ShieldItem.Collided .Body {animation: ShieldItemShatterDestroy 0.5s linear forwards; transform-origin: center !important;}
.HighQualityGraphics.AnyDragon .ShieldItem.Collected .Explosion, .HighQualityGraphics.AnyDragon .LifeItem.Collected .Explosion {display: block; width: 750%; height: 750%; margin-left: -323%; margin-top: -230%; background: url('graphics/effects/redfirework.png'); animation: FireworksShort 0.5s step-end forwards; background-position: 0 0; background-size: 600% 500%;}
.HighQualityGraphics.AnyDragon .LifeItem.Collected .Explosion {display: block; filter: hue-rotate(65deg) brightness(2); pointer-events: none;}
    .HighQualityGraphics.AnyDragon .ShieldItem.Collected .Body::before, .HighQualityGraphics.AnyDragon .LifeItem.Collected .Body::before {vertical-align: middle; position: absolute; content: ""; border-radius: 80px; opacity: 1; animation: CollectedShieldItemGlow 1s linear forwards; top: -120px; left: -120px; height: calc(100% + 240px); width: calc(100% + 240px); background: radial-gradient(ellipse at center, var(--itemColor) 0%, var(--itemTransparentColor) 40%, var(--itemTransparentColor) 100%);}
    .HighQualityGraphics.AnyDragon .LifeItem:not(.Collected) .Body::before {pointer-events: none; vertical-align: middle; position: absolute; content: ""; border-radius: 80px; opacity: 1; animation: GlowPulse 2s linear infinite; top: -60px; left: -60px; height: calc(100% + 120px); width: calc(100% + 120px); background: radial-gradient(ellipse at center, var(--itemColor) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);}

.Item.Collected {pointer-events: none;}
.Item.Collected .Text {animation-duration: 0.2s;}
.ShieldItem.Collected .Text {animation-duration: 1s;}
.Bubble .ShieldItem .Image, .AnyDragon .ShieldItem .Image {border: solid 1px black;}
.Bubble .ShieldItem .Image, .FrostDragon .ShieldItem .Image {background-image: url('graphics/entities/bubble.png'); display: block;}
.Bubble .ShieldItem.Magenta .Image, .FrostDragon .ShieldItem.Magenta .Image, .FrostDragon .ShieldItem.Magenta.Collected .Explosion{display: block; filter: hue-rotate(320deg);}
.Bubble .ShieldItem.Gold .Image, .FrostDragon .ShieldItem.Gold .Image, .FrostDragon .ShieldItem.Gold.Collected .Explosion{display: block; filter: hue-rotate(65deg) brightness(2);}
.Bubble .ShieldItem.Turquoise .Image, .FrostDragon .ShieldItem.Turquoise .Image, .FrostDragon .ShieldItem.Turquoise.Collected .Explosion{display: block; filter: hue-rotate(180deg) saturate(3);}
.Bubble .ShieldItem.Orange .Image, .FrostDragon .ShieldItem.Orange .Image, .FrostDragon .ShieldItem.Orange.Collected .Explosion{display: block; filter: hue-rotate(40deg) saturate(2);}
.Bubble .ShieldItem.DodgerBlue .Image, .FrostDragon .ShieldItem.DodgerBlue .Image, .FrostDragon .ShieldItem.DodgerBlue.Collected .Explosion{display: block; filter: hue-rotate(200deg) saturate(3);}
.Bubble .ShieldItem.Purple .Image, .FrostDragon .ShieldItem.Purple .Image, .FrostDragon .ShieldItem.Purple.Collected .Explosion{display: block; filter: hue-rotate(260deg) saturate(3);}
.Bubble .ShieldItem.Red .Image, .FrostDragon .ShieldItem.Red .Image, .FrostDragon .ShieldItem.Red.Collected .Explosioe {display: block; filter: hue-rotate(0deg);}
.Bubble .ShieldItem.Green .Image, .FrostDragon .ShieldItem.Green .Image, .FrostDragon .ShieldItem.Green.Collected .Explosion{display: block; filter: hue-rotate(100deg) saturate(2);}
.Bubble .ShieldItem.Blue .Image, .FrostDragon .ShieldItem.Blue .Image, .FrostDragon .ShieldItem.Blue.Collected .Explosion{display: block; filter: hue-rotate(240deg) saturate(4);}
.Bubble .ShieldItem.Yellow .Image, .FrostDragon .ShieldItem.Yellow .Image, .FrostDragon .ShieldItem.Yellow.Collected .Explosion{display: block; filter: hue-rotate(70deg) brightness(3) saturate(5);}
.Bubble .ShieldItem.Exploding .Image {display: none;}

.AdventureSeries .ShieldItem, .ParkourSeries .ShieldItem, .AdventureKid .ShieldItem, .Flight .ShieldItem {margin: 4px; width: 44px; height: 44px;}
.AdventureSeries .ShieldItem .Image, .ParkourSeries .ShieldItem .Image, .AdventureKid .ShieldItem .Image {background-image: url("graphics/entities/coin3d.png"); border: none; filter: none !important;}
.AdventureSeries .ShieldItem.Exploding .Image, .ParkourSeries .ShieldItem.Exploding .Image, .AdventureKid .ShieldItem.Exploding .Image, .Flight .ShieldItem.Exploding .Image {background-image: none;}
.AdventureSeries .ShieldItem .Text, .ParkourSeries .ShieldItem .Text, .AdventureKid .ShieldItem .Text, .Flight .ShieldItem .Text {font-size: 20pt; padding-top: 5px;}
    .Literacy.AdventureSeries .ShieldItem .Text, .Literacy.ParkourSeries .ShieldItem .Text, .Literacy.AdventureKid .ShieldItem .Text, .Literacy.Flight .ShieldItem .Text {font-size: 22pt; padding-top: 3px;}
.AdventureKid .ShieldItem.Collected .Explosion {background-image: none !important; filter: none !important;}

.Flight .ShieldItem .Image {background-image: url("graphics/entities/star.png"); border-radius: 0px; filter: none !important; width: 140%; height: 140%; margin-top: -30%; margin-left: -20%;}
    .Flight .ShieldItem.Collected .Image, .Flight .ShieldItem.Collected .Text {transition: opacity 0.2s; animation: none; opacity: 0;}

.Amoeba .ShieldItem .Image {background-image: url("graphics/enemies/virus1.png"); width: 130%; height: 130%; margin-left: -15%; margin-top: -15%;}
.Amoeba .ShieldItem .Text {font-size: 18pt; padding-top: 8px;}
.Amoeba .ShieldItem.Collected .Text {animation: RiseUpAndFade 1s linear forwards;}

.Chick .ShieldItem .Image {margin: 5px; width: 25px; height: 25px;}
.Chick .ShieldItem .Text {font-size: 15pt; padding-top: 14px;}

.ShieldItem.Exploding .Image {border: none;}
.ShieldItem.ClickShootable, .ShieldItem.ClickHighlightable {cursor: pointer;}

.Label {width: 40px; height: 40px;}

.Item.Red, .Item.Red .Body::before {--itemColor: red; --itemTransparentColor: rgba(255, 0, 0, 0);}
.Item.Green, .Item.Green .Body::before {--itemColor: green; --itemTransparentColor: rgba(0, 255, 0, 0);}
.Item.Blue, .Item.Blue .Body::before {--itemColor: blue; --itemTransparentColor: rgba(0, 0, 255, 0);}
.Item.DodgerBlue, .Item.DodgerBlue .Body::before {--itemColor: dodgerblue; --itemTransparentColor: rgba(30, 144, 255, 0);}
.Item.Gold, .Item.Gold .Body::before {--itemColor: gold; --itemTransparentColor: rgba(255, 215, 0, 0);}
.Item.Purple, .Item.Purple .Body::before {--itemColor: purple; --itemTransparentColor: rgba(128, 0, 128, 0);}
.Item.Orange, .Item.Orange .Body::before {--itemColor: orange; --itemTransparentColor: rgba(255, 165, 0, 0);}
.Item.Magenta, .Item.Magenta .Body::before {--itemColor: magenta; --itemTransparentColor: rgba(255, 0, 255, 0);}
.Item.Turquoise, .Item.Turquoise .Body::before {--itemColor: turquoise; --itemTransparentColor: rgba(48, 213, 200, 0);}
.Item.Yellow, .Item.Yellow .Body::before {--itemColor: yellow; --itemTransparentColor: rgba(255, 255, 0, 0);}


.WarpItem {--itemColor: limegreen;}
    .WarpItem .Image {background-image: url("graphics/items/warpitem.png");}
.WeaponPowerUpgradeItem {--itemColor: red;}
    .WeaponPowerUpgradeItem .Image {background-image: url("graphics/items/weaponpowerupgradeitem.png");}
.InvincibilityItem {--itemColor: gold;}
    .InvincibilityItem .Image {background-image: url("graphics/items/invincibilityitem.png");}
.WeaponDelayUpgradeItem {--itemColor: magenta;}
    .WeaponDelayUpgradeItem .Image {background-image: url("graphics/items/weapondelayupgradeitem.png");}

.OrbItem {background-image: url('graphics/entities/blueorb.png'); background-color: transparent; background-size: contain;}

.NextLevelItem {opacity: 0;}


.Explosion {display: none; pointer-events: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-size: calc(100% * 11) 100%; background-position: 0px 0px;}
.Exploding {background-color: transparent; color: transparent; box-shadow: none; text-shadow: none;}
:not(.Boss).Exploding {background-image: none;}
.Boss.Exploding {animation-play-state: paused !important; clip-path: none !important;}
.Exploding .Explosion, .Sparkling .Explosion {z-index: 2; display: block; background-image: url('graphics/effects/explosion.png'); animation: Exploding 0.4s steps(1, end) forwards; animation-play-state: running;}
.Boss.Exploding .Explosion {animation: Exploding 0.4s steps(1, end) infinite forwards; animation-play-state: var(--AnimationPlayState);}
.Sparkling .Image {animation: BrightBlurOut 2s linear forwards;}
.Sparkling .Explosion {animation: Sparkling 0.4s steps(1, end) forwards; background-image: url('graphics/effects/whitesparkle.png'); background-size: calc(100% * 4) calc(100% * 4);}
.Desparkling .Image {animation: BrightBlurIn 0.8s linear forwards !important;}
.Desparkling .Explosion {animation: none; background: none;}

.Exploding .Image, .Sparkling .Image {z-index: 1; background-color: transparent !important; filter: none;}
:not(.Boss).Exploding .Image {background-image: none !important;}
.Boss.Exploding .Image {transition: opacity 1s; opacity: 0;}
.Exploding .Text {display: none;}
.Image {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center;}

.Frozen .Body, .Stunned .Body {animation-play-state: paused !important; filter: sepia(1) hue-rotate(185deg) saturate(3);}


.Frozen .Body .Image, .Stunned .Body .Image {animation-play-state: paused !important;}
.Frozen .Explosion {z-index: 2; display: block; background-image: url('graphics/effects/freeze.png'); background-size: 400% 100%; animation: Freezing 0.2s steps(1, end) forwards; animation-play-state: var(--AnimationPlayState);}
    .SpikeRocketBot.Frozen .Explosion, .ClownBot.Frozen .Explosion, .PenguinBot.Frozen .Explosion, .PogoBot.Frozen .Explosion {background-image: url('graphics/effects/freezevertical.png');}
    .FrozenGlow .Body::before {vertical-align: middle; position: absolute; content: ""; border-radius: 80px; opacity: 1; animation: FreezingGlow 0.5s linear forwards; top: -30px; left: -30px; height: calc(100% + 60px); width: calc(100% + 60px); background: radial-gradient(ellipse at center, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);}
    .HighQualityGraphics.AnyDragon .Enemy.FrozenGlow .Body .Image::before {font-family: quicksand; content: "✹"; position: absolute;  left: calc(50% - (200px / 2)); top: calc(50% - (200px / 2)); box-sizing: border-box; text-align: center; width: 200px; height: 200px; padding-top: 0px; color: white; filter: blur(0.1px); font-size: 200px; transform: scale(0); animation: FrozenSparkle1 0.7s ease-in forwards; animation-play-state: var(--AnimationPlayState); background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 60%);}
    .HighQualityGraphics.AnyDragon .Enemy.FrozenGlow .Body .Image::after {font-family: quicksand; content: "◯"; z-index: 2; position: absolute; left: calc(50% - (150px / 2)); top: calc(50% - (150px / 2)); box-sizing: border-box; text-align: center; width: 150px; height: 150px; padding-top: 3px; color: white; filter: blur(2px); font-size: 140px; transform: scale(0); animation: FrozenSparkle2 0.6s ease-in forwards; animation-direction: reverse; animation-play-state: var(--AnimationPlayState); background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 60%);}

.Wet.ShieldsUp {filter: none;}
.Wet .Body .Image {animation: DelayWet 0.5s step-end forwards !important;}
.Bubbles .Body .Image {filter: grayscale(0.9) brightness(1.5) !important;}
.Exploding.Bubbles .Explosion {background-image: url('graphics/effects/bubbles.png');}
.NoFade .Body .Image {opacity: 1;}

.Shot {contain: size layout style; z-index: 6; will-change: transform; position: absolute; top: 0px; left: 0px; width: 4px; height: 4px; background-color: orange; border-radius: 4px; border: solid 1px red; background-size: 100% 100%; background-repeat: no-repeat; animation-play-state: var(--AnimationPlayState) !important;}
.Shot .Image, .ShotSnowflake {pointer-events: none;}
.AnyDragon .Shot {width: 28px; height: 24px; background-color: transparent; border: none;}
    .AnyDragon .Shot .Image {background-image: url('graphics/effects/frostbolt.png'); animation: EightFrameSprite 0.2s  step-end infinite; background-size: 800% 100%; background-position: 0px; animation-play-state: var(--AnimationPlayState);}
    .LowQualityGraphics.AnyDragon .Shot::before {position: absolute; pointer-events: none; content: ""; margin-top: -25px; margin-left: -55px; height: 74px; width: 108px; background: radial-gradient(ellipse at center, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); border-radius: 50px;}
.Flight .Shot {margin-top: 10px; left: 10px; width: 111px; height: 90px; background-color: transparent; border: none;}
.Flight .Shot .Image {width: 91px; height: 70px; background-image: url('graphics/effects/fireball.png'); animation: FiveFrameSprite 0.2s  step-end infinite; background-size: 500% 100%; background-position: 0px; animation-play-state: var(--AnimationPlayState);}
.EnemyMissile.Shot {border-radius: 40px; width: 10px; height: 10px; background-color: orange; border: solid 2px red; xbox-shadow: 0px 0px 2px red, 0px 0px 10px red, 0px 0px 20px red;}

.Shot.Shot0, .WeaponPowerUpgrade0 .Shot:not(.EnemyMissile) {width: 6px; height: 6px; border-radius: 3px;}
.Shot.Shot1, .WeaponPowerUpgrade1 .Shot:not(.EnemyMissile) {width: 7px; height: 7px; border-radius: 3.5px;}
.Shot.Shot2, .WeaponPowerUpgrade2 .Shot:not(.EnemyMissile) {width: 8px; height: 8px; border-radius: 4px;}
.Shot.Shot3, .WeaponPowerUpgrade3 .Shot:not(.EnemyMissile) {width: 9px; height: 9px; border-radius: 4.5px;}
.Shot.Shot4, .WeaponPowerUpgrade4 .Shot:not(.EnemyMissile) {width: 10px; height: 10px; border-radius: 5px;}
.Shot.Shot5, .WeaponPowerUpgrade5 .Shot:not(.EnemyMissile) {width: 11px; height: 11px; border-radius: 5.5px;}
.Shot.Shot6, .WeaponPowerUpgrade6 .Shot:not(.EnemyMissile) {width: 12px; height: 12px; border-radius: 6px;}
.Shot.Shot7, .WeaponPowerUpgrade7 .Shot:not(.EnemyMissile) {width: 13px; height: 13px; border-radius: 6.5px;}
.Shot.Shot8, .WeaponPowerUpgrade8 .Shot:not(.EnemyMissile) {width: 14px; height: 14px; border-radius: 7px;}
.Shot.Shot9, .WeaponPowerUpgrade9 .Shot:not(.EnemyMissile) {width: 15px; height: 15px; border-radius: 7.5px;}
.Shot.Shot10, .WeaponPowerUpgrade10 .Shot:not(.EnemyMissile) {width: 16px; height: 16px; border-radius: 8px;}
.Shot.Shot11, .WeaponPowerUpgrade11 .Shot:not(.EnemyMissile) {width: 17px; height: 17px; border-radius: 8.5px;}
.Shot.Shot12, .WeaponPowerUpgrade12 .Shot:not(.EnemyMissile) {width: 18px; height: 18px; border-radius: 9px;}
.Shot.Shot13, .WeaponPowerUpgrade13 .Shot:not(.EnemyMissile) {width: 19px; height: 19px; border-radius: 9.5px;}
.Shot.Shot14, .WeaponPowerUpgrade14 .Shot:not(.EnemyMissile) {width: 20px; height: 20px; border-radius: 10px;}
.Shot.Shot15, .WeaponPowerUpgrade15 .Shot:not(.EnemyMissile) {width: 21px; height: 21px; border-radius: 10.5px;}
.Shot.Shot16, .WeaponPowerUpgrade16 .Shot:not(.EnemyMissile) {width: 22px; height: 22px; border-radius: 11px;}
.Shot.Shot17, .WeaponPowerUpgrade17 .Shot:not(.EnemyMissile) {width: 23px; height: 23px; border-radius: 11.5px;}
.Shot.Shot18, .WeaponPowerUpgrade18 .Shot:not(.EnemyMissile) {width: 24px; height: 24px; border-radius: 12px;}
.Shot.Shot19, .WeaponPowerUpgrade19 .Shot:not(.EnemyMissile) {width: 25px; height: 25px; border-radius: 12.5px;}
.Shot.Shot20, .WeaponPowerUpgrade20 .Shot:not(.EnemyMissile) {width: 26px; height: 26px; border-radius: 13px;}
.Shot.Shot21, .WeaponPowerUpgrade21 .Shot:not(.EnemyMissile) {width: 27px; height: 27px; border-radius: 13.5px;}
.Shot.Shot22, .WeaponPowerUpgrade22 .Shot:not(.EnemyMissile) {width: 28px; height: 28px; border-radius: 14px;}
.Shot.Shot23, .WeaponPowerUpgrade23 .Shot:not(.EnemyMissile) {width: 29px; height: 29px; border-radius: 14.5px;}
.Shot.Shot24, .WeaponPowerUpgrade24 .Shot:not(.EnemyMissile) {width: 30px; height: 30px; border-radius: 15px;}
.Shot.Shot25, .WeaponPowerUpgrade25 .Shot:not(.EnemyMissile) {width: 31px; height: 31px; border-radius: 15.5px;}
.Shot.Shot26, .WeaponPowerUpgrade26 .Shot:not(.EnemyMissile) {width: 32px; height: 32px; border-radius: 16px;}
.Shot.Shot27, .WeaponPowerUpgrade27 .Shot:not(.EnemyMissile) {width: 33px; height: 33px; border-radius: 16.5px;}
.Shot.Shot28, .WeaponPowerUpgrade28 .Shot:not(.EnemyMissile) {width: 34px; height: 34px; border-radius: 17px;}
.Shot.Shot29, .WeaponPowerUpgrade29 .Shot:not(.EnemyMissile) {width: 35px; height: 35px; border-radius: 17.5px;}
.Shot.Shot30, .WeaponPowerUpgrade30 .Shot:not(.EnemyMissile) {width: 36px; height: 36px; border-radius: 18px;}
.Shot.Shot31, .WeaponPowerUpgrade31 .Shot:not(.EnemyMissile) {width: 37px; height: 37px; border-radius: 18.5px;}
.Shot.Shot32, .WeaponPowerUpgrade32 .Shot:not(.EnemyMissile) {width: 38px; height: 38px; border-radius: 19px;}
.Shot.Shot33, .WeaponPowerUpgrade33 .Shot:not(.EnemyMissile) {width: 39px; height: 39px; border-radius: 19.5px;}
.Shot.Shot34, .WeaponPowerUpgrade34 .Shot:not(.EnemyMissile) {width: 40px; height: 40px; border-radius: 20px;}
.Shot.Shot35, .WeaponPowerUpgrade35 .Shot:not(.EnemyMissile) {width: 41px; height: 41px; border-radius: 20.5px;}
.Shot.Shot36, .WeaponPowerUpgrade36 .Shot:not(.EnemyMissile) {width: 42px; height: 42px; border-radius: 21px;}
.Shot.Shot37, .WeaponPowerUpgrade37 .Shot:not(.EnemyMissile) {width: 43px; height: 43px; border-radius: 21.5px;}
.Shot.Shot38, .WeaponPowerUpgrade38 .Shot:not(.EnemyMissile) {width: 44px; height: 44px; border-radius: 22px;}
.Shot.Shot39, .WeaponPowerUpgrade39 .Shot:not(.EnemyMissile) {width: 45px; height: 45px; border-radius: 22.5px;}
.Shot.Shot40, .WeaponPowerUpgrade40 .Shot:not(.EnemyMissile) {width: 46px; height: 46px; border-radius: 23px;}
.EnemyMissile.Shot .Image {display: none;}
    .AnyDragon .EnemyMissile.Shot::before {margin-top: -13px; margin-left: -19px; height: 38px; width: 38px; background: radial-gradient(ellipse at center, rgba(255,0,0,0.9) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);}
    .AnyDragon .EnemyMissile.Shot30::before {margin-top: -38px; margin-left: -55px; height: 108px; width: 108px; background: radial-gradient(ellipse at center, rgba(255,0,0,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);}
.Shot.Firing {animation: Firing 0s linear forwards;}
.Shot .Image {transform: scaleX(var(--scaleX));}
    .AnyDragon .WeaponPowerUpgrade40 .Shot:not(.EnemyMissile).Firing {margin-top: -20px; width: 56px; height: 48px;}
    .ShotSnowflake {scale: var(--scaleX) 1; animation: FiringSnowflake 1s linear infinite; animation-play-state: var(--AnimationPlayState); font-size: 12pt; opacity: 0; transform: translate(0px, 0px) scale(0); color: aliceblue; z-index: 1; position: absolute;}
        .ShotSnowflake1 {top: 5px;}
            .WeaponPowerUpgrade40 .ShotSnowflake1 {top: 20px;}
        .ShotSnowflake2 {top: 4px; animation-delay: 0.45s;}
        .ShotSnowflake3 {top: 6px; animation-delay: 0.25s;}
        .ShotSnowflake4 {top: 7px; animation-delay: 0.7s;}
        

@keyframes FiringSnowflake {
    0% {transform: translate(0px, 0px) scale(0); opacity: 0;}
    1% {transform: translate(0px, 0px) scale(0.8); opacity: 0.9;}
    100% {transform: translate(-80px, 0px) scale(0.1); opacity: 0;}
}


/* prepare the selectors to add a stroke to */
.stroke-single,
.stroke-double {
  position: relative;
  background: transparent;
  z-index: 0;
}
/* add a single stroke */
.stroke-single:before,
.stroke-double:before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.2em #bada55;
  left: 0;
  z-index: -1;
}
/* add a double stroke */
.stroke-double:after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.4em #778B37;
  left: 0;
  z-index: -2;
}

.ParticleBox {display: none; opacity: 0; transition: opacity 1s; pointer-events: none; content-visibility: auto; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.VeryHighQualityGraphics .ParticleBox {display: block; opacity: 1;}
.Particle {pointer-events: none; content-visibility: auto; position: absolute; bottom: 0px; animation: ParticleRise 10s linear infinite; animation-delay: var(--animation-delay); opacity: var(--opacity); --opacity: 0.5; --color: white; color: var(--color); filter: drop-shadow(0px 0px 2px var(--color)) drop-shadow(0px 0px 5px var(--color)) drop-shadow(0px 0px 10px var(--color)); animation-play-state: var(--AnimationPlayState);}

@keyframes ParticleRise {
    0% {transform: translateY(var(--startTranslateY)) translateX(0px); opacity: 0;}
    10% {opacity: var(--opacity);}
    100% {transform: translateY(calc(-1 * var(--WorldHeight))) translateX(var(--endTranslateX)) rotateZ(720deg); opacity: 0;}
}

.FadeOut {transition: opacity 1s; opacity: 0; pointer-events: none; will-change: opacity;}
.FadeOut:not(.FadeIn) * {pointer-events: none !important;}
.FadeIn {transition: opacity 1s; opacity: 1; pointer-events: auto; will-change: opacity;}
.Quick.FadeOut {transition: opacity 0.3s; opacity: 0; pointer-events: none; will-change: opacity;}
.Quick.FadeIn {transition: opacity 0.3s; opacity: 1; pointer-events: auto; will-change: opacity;}
.FlipHorizontal .Image {transform: scaleX(-1);}

.GameVideoContainer {display: inline-block; --height: calc(100vh - 270px); width: 640px; width: calc(1.75 * var(--height)); max-width: 100%; min-height: 100px; height: 364px; height: var(--height); overflow: hidden;}
.GameVideoContainer video {background: black; width: 100%; border-radius: 10px;}

.CustomParkour .ShieldItem .Text, .CustomParkour .Question {display: none;}
.CustomParkour .ShieldItem .Image {backface-visibility: visible; animation: RotatingCoin 1.5s linear infinite; transform: rotateY(0deg); transform-style: preserve-3d; animation-play-state: var(--AnimationPlayState); border-style: none; border-radius: 50px;}
.CustomParkour .ShieldItem .Image::before {content: ""; position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; background-size: contain; background-image: url("graphics/entities/coin3d.png"); border: none; transform: translateZ(2px); border-radius: 50px;}
.CustomParkour .ShieldItem.Collected .Image {animation: none; background: none;}
.CustomParkour .ShieldItem.Collected .Image::before {display: none;}

.CustomAdventureBoss1 {transform: translateX(var(--Boss50)) translateY(-500px);}

.ParkourSeries .BounceBot {margin-top: 33px;}

@keyframes RotatingCoin {
    0% {transform: rotateY(0deg); xtransform-style: preserve-3d;}
    50% {transform: rotateY(180deg); xtransform-style: flat;}
    100% {transform: rotateY(360deg);}
}
