/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
:root{--icon-external-link: url('data:image/svg+xml,	<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 20 20"> 		<g style="stroke:rgb(35,82,124);stroke-width:1"> 			<line x1="5" y1="5" x2="5" y2="14" /> 			<line x1="14" y1="9" x2="14" y2="14" /> 			<line x1="5" y1="14" x2="14" y2="14" /> 			<line x1="5" y1="5" x2="9" y2="5"  /> 			<line x1="10" y1="2" x2="17" y2="2"  /> 			<line x1="17" y1="2" x2="17" y2="9" /> 			<line x1="10" y1="9" x2="17" y2="2" style="stroke-width:1.5" /> 		</g> 	</svg>');--desk-chair-offset: -2em;--pole-height: 30em;--room-rot: 30;--room-zoom: 1;--zoom-factor: 1;--sqrt-2: 1.4142135623730950488016887242097;--octagon-constant: 1.306562964876377;--cos-22-5: 0.92387953251128675612818318939679;--sin-22-5: 0.3826834323650897717284599840304;--fxhash: "";--container-width: 60em;--container-height: 80em;--container-depth: 40em;--short-side: 40em;--label-size: 10em}html{font-size:74%}html,body{position:relative;width:100%;height:100%;font-family:"Montserrat",sans-serif;overscroll-behavior-x:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:"Open Sans",sans-serif}body{color:#333;margin:0;padding:0;box-sizing:border-box;font-size:1rem;background-color:#fafafa}.display.darkmode{background-image:linear-gradient(0deg, #313131, #3b3b3b 17%, #3b3b3b 25%, #272727 55%, #1b1b1b),linear-gradient(#fff, #fff)}#preload{width:0;height:0;overflow:hidden;position:absolute;z-index:-1;pointer-events:none}a[target=_blank]::after{content:"";background-image:no-repeat var(--icon-external-link);padding-right:1em}[disabled]{pointer-events:none;opacity:.4}section{margin:1rem 0 2rem}.ipfs-link{word-break:break-all}.d-inlineblock{display:inline-block}.va-top>*{vertical-align:top}.opaque{opacity:1 !important}*{box-sizing:border-box}body{font-family:sans-serif}@-webkit-keyframes spin{from{transform:translate(-50%, -50%) translateZ(calc(var(--box-height) * -0.5)) rotateZ(0deg)}to{transform:translate(-50%, -50%) translateZ(calc(var(--box-height) * -0.5)) rotateZ(360deg)}}@keyframes spin{from{transform:translate(-50%, -50%) translateZ(calc(var(--box-height) * -0.5)) rotateZ(0deg)}to{transform:translate(-50%, -50%) translateZ(calc(var(--box-height) * -0.5)) rotateZ(360deg)}}#loading{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;transform-style:preserve-3d;transform:rotateX(-70deg) rotateZ(20.01deg);--container-depth: 5em;--container-width: 5em;--container-height: 5em}#loading .box{--material-color: transparent;background-color:rgba(0,0,0,0);box-shadow:none !important;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}#loading .box>div{transition:.3s opacity ease;opacity:1}#loading .box>div:after{display:none !important}#loading *{transform-style:preserve-3d}#display.loaded #loading .box>div{opacity:0}#display:not(.loaded) .scene{opacity:0;transform:translateY(60em) rotateX(10deg) rotateY(160.01deg) rotateX(90deg) scale3d(0.01, 0.01, 0.01) !important}.scene{opacity:1;transition:transform .4s ease,opacity 0s;transform-style:preserve-3d;width:100%;height:100%;margin:auto;font-size:.6vw}.scene *{transform-style:preserve-3d}@media(min-aspect-ratio: 1/1){.scene{font-size:.6vh}}.box{--box-width: var(--container-width);--box-height: var(--container-height);--box-depth: var(--container-depth);--material-color: linear-gradient(#bbb,#bbb);--tape-color: repeating-linear-gradient(45deg, black 0em, black 1.5em, white 1.5em, white 5em);--tape-width: 7em;width:var(--box-width);height:var(--box-depth);top:50%;left:50%;transform:translate(-50%, -50%) translateZ(calc(var(--box-height) * -0.5));position:absolute;transform-origin:calc(.5*var(--box-width)),calc(.5*var(--box-depth)),calc(.5*var(--box-height))}.box hr{display:none}.box>div{background-image:linear-gradient(45deg, rgba(0, 0, 0, 0.2588235294), transparent 49%),var(--material-color);--face-color: linear-gradient(45deg, #00000022, transparent 49%), var(--material-color);position:absolute;left:0;top:0}.box>div>.markings{position:absolute;bottom:0;left:0;padding:2em;width:100%;height:auto;overflow:hidden;transform:translateZ(0em);max-height:100%}.box>div>.face{background-image:var(--face-color);position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.box>div:nth-child(1){width:100%;height:100%;transform:translateZ(var(--box-height));background-image:linear-gradient(45deg, rgba(0, 0, 0, 0.1294117647), transparent 49%, rgba(255, 255, 255, 0.0705882353)),var(--material-color)}.box>div:nth-child(2){width:var(--box-width);height:var(--box-height);transform:rotateX(-90deg) translateY(-100%);transform-origin:top;top:100%}.box>div:nth-child(2) .shipping-label{display:none}.box>div:nth-child(3){width:var(--box-depth);height:var(--box-height);transform:rotateX(-90deg) rotateY(90deg) rotateZ(0deg) translateY(calc(-1 * var(--box-height))) translateX(calc(-1 * var(--box-depth)));transform-origin:left top;top:0%;left:100%}.box>div:nth-child(4){width:var(--box-width);height:var(--box-height);transform:rotateX(-90deg) translateY(calc(-1 * var(--box-height))) rotateY(180deg);transform-origin:top}.box>div:nth-child(4) .shipping-label{display:none}.box>div:nth-child(5){width:100%;height:100%;transform:rotateX(180deg)}.box>div:nth-child(6){width:var(--box-depth);height:var(--box-height);transform:rotateY(-90deg) rotateZ(90deg) translateY(-100%) translateX(-100%);transform-origin:left top;top:100%}.box>div:nth-child(6) .shipping-label{display:none}.box>div:after{position:absolute;top:50%;left:50%;width:calc(100% - 1em);height:calc(100% - 1em);transform:translate(-50%, -50%) translateZ(-4em);background-image:inherit;transform-origin:center;background-image:linear-gradient(45deg, rgba(0, 0, 0, 0.1019607843), transparent),var(--material-color)}.box>div:nth-child(5):after{box-shadow:0 0 0 4em rgba(0,0,0,.2588235294) inset}.box>div .face{background-size:inherit;background-position:inherit;display:none}.controls{z-index:1;position:absolute}#overlay{pointer-events:none;opacity:0;transition:.5s opacity ease}.display{overflow:hidden;background:#fff;width:100%;height:100%;z-index:0;position:absolute}.display:hover:not(.idle) #overlay{opacity:1;pointer-events:initial}.display #overlay{position:absolute;bottom:.5rem;right:.5rem}.display #overlay .fullscreen-btn>button{background:rgba(0,0,0,0);border:none;font-size:2rem;background:rgba(255,255,255,.2117647059);border-radius:.5rem;vertical-align:middle;line-height:2rem;height:2.5rem;width:2.5rem;padding:0;margin:0;text-align:center;color:#000;transition:.4s background ease}.display #overlay .fullscreen-btn>button:hover{background:rgba(180,180,180,.2117647059)}.cylinder{box-shadow:0 0 15px rgba(0,0,0,.4705882353);border-radius:100%;position:absolute;--radius: calc(0.5 * var(--container-depth));left:50%;top:50%;transform:translate(-50%, -50%);--cylinder-height: var(--container-height);position:absolute;width:calc(1.8*var(--radius));height:calc(1.8*var(--radius))}.cylinder.cylinder,.cylinder:after,.cylinder>.box{--material-color: transparent;--box-height: var(--cylinder-height)}.cylinder.trashcan{background-color:#000;box-shadow:0 0 3px 3px rgba(0,0,0,.168627451)}.cylinder.trashcan.style-wire{--texture-height: 4.85em}.cylinder.trashcan.style-wire>.box:nth-child(2)>div:nth-child(2):after{-webkit-mask-image:linear-gradient(90deg, transparent 85%, black 85%),url(./images/hexagon-texture2-01.svg);mask-image:linear-gradient(90deg, transparent 85%, black 85%),url(./images/hexagon-texture2-01.svg);-webkit-mask-size:100%,var(--texture-height) auto;mask-size:100%,var(--texture-height) auto}.cylinder.trashcan.style-wire>.box>div:nth-child(2):after,.cylinder.trashcan.style-wire>.box>div:nth-child(4):after{content:" "}.cylinder.trashcan.style-wire>.box>div:nth-child(2):before,.cylinder.trashcan.style-wire>.box>div:nth-child(4):before,.cylinder.trashcan.style-wire>.box>div:nth-child(2):after,.cylinder.trashcan.style-wire>.box>div:nth-child(4):after{content:" ";background:linear-gradient(0deg, #383838, #a5a5a5);-webkit-mask-image:url(./images/hexagon-texture2-01.svg);mask-image:url(./images/hexagon-texture2-01.svg);-webkit-mask-size:var(--texture-height) auto;mask-size:var(--texture-height) auto}.cylinder.trashcan.style-metal>.box>div:nth-child(1){display:none}.cylinder.trashcan.style-metal .trash-home{transform:translateZ(280em)}.cylinder.trashcan.style-metal>.box{--material-color: linear-gradient(90deg,#eee,#bbb, #eee)}.cylinder.trashcan.style-metal>.box>div{display:none}.cylinder.trashcan.style-metal>.box>div:nth-child(2),.cylinder.trashcan.style-metal>.box>div:nth-child(4){display:block}.cylinder.trashcan.style-metal>.box>div:nth-child(2):after,.cylinder.trashcan.style-metal>.box>div:nth-child(4):after{content:" ";display:block;box-shadow:0 0 18em 8em rgba(0,0,0,.28),0 40em 17em rgba(0,0,0,.4901960784) inset;width:12em;border-radius:10em;height:calc(var(--container-height) - 76em);position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);background:rgba(0,0,0,.39)}.cylinder.trashcan.style-metal .cylinder.lid{display:none}.cylinder.trashcan.style-metal:after{background-color:rgba(0,0,0,0);box-shadow:0 0 0em 25em #adadad inset,0 0 0em 28.6em #3a3a3a inset;width:calc(var(--radius)*2);height:calc(var(--radius)*2);left:50%;top:50%;transform:translateZ(var(--box-height)) translate(-50%, -50%)}.cylinder.trashcan.style-metal .trash-home>.trash.paper+.trash.paper+.trash.paper{transform:translateZ(203em) rotateX(352deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) translateX(-30em) translateY(-26em)}.cylinder.trashcan.style-plastic{background-color:#383838}.cylinder.trashcan.style-plastic>.cylinder.inside>.box>div:nth-child(2),.cylinder.trashcan.style-plastic>.cylinder.inside>.box>div:nth-child(4){background:linear-gradient(0deg, hsl(226deg, 18%, 3%) 60%, hsl(240deg, 5%, 31%))}.cylinder.trashcan.style-plastic:after{content:"";display:none}.cylinder.trashcan.style-plastic.size-large-bin .trash-home{transform:translateZ(190em)}.cylinder.trashcan.style-plastic.size-large-bin>.inside>.box:nth-child(1)>div:nth-child(2),.cylinder.trashcan.style-plastic.size-large-bin>.inside>.box:nth-child(1)>div:nth-child(4){height:270em;background:#000}.cylinder.trashcan.style-plastic.size-large-bin>.inside>.box:nth-child(1)>div:nth-child(4){transform:rotateX(90deg) translateY(0%)}.cylinder.trashcan.style-plastic.size-large-bin>.inside>.box:nth-child(1)>div:nth-child(4):before{transform:translateX(var(--box-width)) rotateY(45deg);transform-origin:left}.cylinder.trashcan.style-plastic.size-large-bin>.box>div:nth-child(2),.cylinder.trashcan.style-plastic.size-large-bin>.box>div:nth-child(4){background:linear-gradient(0deg, hsl(105deg, 20%, 31%), hsl(105deg, 20%, 38%) 5%, hsl(105deg, 20%, 46%) 28%, hsl(105deg, 20%, 46%) 61%, hsl(105deg, 20%, 32%) 86%, hsl(105deg, 20%, 24%) 95%, hsl(105deg, 20%, 31%) 95%, hsl(105deg, 20%, 51%))}.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(2),.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(4){background:rgba(0,0,0,0)}.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(2):after,.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(2):before,.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(4):after,.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(4):before{background:linear-gradient(0deg, hsl(105deg, 20%, 31%), hsl(105deg, 20%, 38%) 5%, hsl(105deg, 20%, 46%) 28%, hsl(105deg, 20%, 46%) 61%, hsl(105deg, 20%, 32%) 86%, hsl(105deg, 20%, 24%) 95%, hsl(105deg, 20%, 31%) 95%, hsl(105deg, 20%, 51%))}.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(2):after,.cylinder.trashcan.style-plastic.size-large-bin>.box:nth-child(1)>div:nth-child(4):after{-webkit-mask-image:url(./images/trash-opening-mask.svg);mask-image:url(./images/trash-opening-mask.svg);-webkit-mask-size:100% auto;mask-size:100% auto;-webkit-mask-position:50% 62%;mask-position:50% 62%}.cylinder.trashcan.style-plastic.trash>.box>div:nth-child(2),.cylinder.trashcan.style-plastic.trash>.box>div:nth-child(4){background:linear-gradient(0deg, hsl(105deg, 10%, 31%), hsl(105deg, 10%, 38%) 10%, hsl(105deg, 10%, 46%) 28%, hsl(105deg, 10%, 46%) 61%, hsl(105deg, 10%, 32%) 86%, hsl(105deg, 10%, 24%) 95%, hsl(105deg, 10%, 31%) 95%, hsl(105deg, 10%, 51%))}.cylinder.trashcan.style-plastic.recycling>.box>div:nth-child(2),.cylinder.trashcan.style-plastic.recycling>.box>div:nth-child(4){background:linear-gradient(0deg, hsl(214deg, 46%, 31%), hsl(214deg, 46%, 38%) 5%, hsl(214deg, 46%, 46%) 28%, hsl(214deg, 46%, 46%) 61%, hsl(214deg, 46%, 32%) 86%, hsl(214deg, 46%, 24%) 95%, hsl(214deg, 46%, 31%) 95%, hsl(214deg, 46%, 51%))}.cylinder.trashcan.style-plastic>.box>div:nth-child(2),.cylinder.trashcan.style-plastic>.box>div:nth-child(4){background:linear-gradient(0deg, hsl(105deg, 0%, 31%), hsl(105deg, 0%, 38%) 5%, hsl(105deg, 0%, 46%) 28%, hsl(105deg, 0%, 46%) 61%, hsl(105deg, 0%, 32%) 86%, hsl(105deg, 0%, 24%) 95%, hsl(105deg, 0%, 31%) 95%, hsl(105deg, 0%, 51%))}.cylinder.trashcan.style-plastic>.box>div:nth-child(2):after,.cylinder.trashcan.style-plastic>.box>div:nth-child(4):after{content:" ";display:block;position:absolute;width:calc(100% + 1em);height:100%;left:-0.5em;top:0;background:inherit;transform:none}.cylinder.trashcan.style-plastic>.cylinder.lid>.box>div:nth-child(2),.cylinder.trashcan.style-plastic>.cylinder.lid>.box>div:nth-child(4){background:linear-gradient(0deg, hsl(0deg, 0%, 35%), hsl(105deg, 0%, 51%))}.cylinder.trashcan:after{background-color:rgba(0,0,0,0);box-shadow:0 0 0em .5em #323232,0 0 0em 5em #adadad inset,0 0 0em 5.6em #3a3a3a inset}.cylinder:after{content:"";width:100%;height:100%;border-radius:100%;position:absolute;display:block;top:0;left:0;transform:translateZ(var(--box-height));background-color:#000}.cylinder>.box{--box-width: calc(2 * var(--radius) * var(--sin-22-5));--box-depth: calc(2 * var(--radius) * var(--cos-22-5));position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.cylinder>.box:nth-child(1)>div:nth-child(4),.cylinder>.box:nth-child(1)>div:nth-child(4):before{background-position:calc(var(--box-width)*-4) center}.cylinder>.box:nth-child(2){transform:translateY(-50%) translateX(-50%) rotateZ(45deg)}.cylinder>.box:nth-child(2)>div:nth-child(4):before,.cylinder>.box:nth-child(2)>div:nth-child(4){background-position:calc(var(--box-width)*-3) center}.cylinder>.box:nth-child(2)>div:nth-child(2):before,.cylinder>.box:nth-child(2)>div:nth-child(2){background-position:calc(var(--box-width)*-7) center}.cylinder>.box:nth-child(3){transform:translateY(-50%) translateX(-50%) rotateZ(90deg)}.cylinder>.box:nth-child(3)>div:nth-child(4):before,.cylinder>.box:nth-child(3)>div:nth-child(4){background-position:calc(var(--box-width)*-2) center}.cylinder>.box:nth-child(3)>div:nth-child(2):before,.cylinder>.box:nth-child(3)>div:nth-child(2){background-position:calc(var(--box-width)*-6) center}.cylinder>.box:nth-child(4){transform:translateY(-50%) translateX(-50%) rotateZ(-45deg)}.cylinder>.box:nth-child(4)>div:nth-child(2):before,.cylinder>.box:nth-child(4)>div:nth-child(2){background-position:calc(var(--box-width)*-1) center}.cylinder>.box:nth-child(4)>div:nth-child(4):before,.cylinder>.box:nth-child(4)>div:nth-child(4){background-position:calc(var(--box-width)*-5) center}.cylinder>.cylinder.inside,.cylinder>.cylinder.lid{box-shadow:none}.cylinder>.cylinder.inside:after,.cylinder>.cylinder.lid:after{content:"";display:none}.cylinder>.cylinder.lid{display:none}.cylinder.size-large-bin>.cylinder.lid{display:block;transform:translate3D(-50%, -50%, calc(var(--container-height) - 40em)) scale(1.06)}.cylinder.size-large-bin>.cylinder.lid>div{--container-height: 50em;--box-height: 50em}.cylinder.size-large-bin>.cylinder.lid:after{content:" ";display:block;border-radius:19%;transform:translateZ(48em) scale(1.11, 1.11);background:radial-gradient(#e8e8e8, #878787 85%);box-shadow:0 0 0 10em #6a6a6a inset,0 0 15em 8em #5c5c5c inset}.cylinder.boxy{--boxy-chamfer: calc(var(--container-width) * 0.1);width:calc(var(--container-width) - 2px);height:calc(var(--container-depth) - 2px);box-shadow:0 0 8em 3em rgba(56,56,56,.68);border-radius:var(--boxy-chamfer)}.cylinder.boxy:after{border-radius:var(--boxy-chamfer)}.cylinder.boxy.style-wire{--texture-height: 5.34em}.cylinder.boxy>.cylinder.inside{transform:translate(-50%, -50%) scale(0.95)}.cylinder.boxy>.box,.cylinder.boxy>.cylinder.lid>.box,.cylinder.boxy>.cylinder.inside>.box{--box-width: calc(var(--container-width) - 2 * var(--boxy-chamfer));--box-depth: var(--container-depth)}.cylinder.boxy>.box>div:after,.cylinder.boxy>.cylinder.lid>.box>div:after,.cylinder.boxy>.cylinder.inside>.box>div:after{width:inherit;transform:translate(-50%, -50%)}.cylinder.boxy>.box>div:before,.cylinder.boxy>.cylinder.lid>.box>div:before,.cylinder.boxy>.cylinder.inside>.box>div:before{content:" ";background:inherit;background-image:inherit;background-size:inherit;background-position:inherit;display:block;width:calc(var(--sqrt-2)*var(--boxy-chamfer));height:100%;transform:translateX(-100%) rotateY(-45deg);transform-origin:right}.cylinder.boxy>.box:nth-child(2),.cylinder.boxy>.box:nth-child(4),.cylinder.boxy>.cylinder.lid>.box:nth-child(2),.cylinder.boxy>.cylinder.lid>.box:nth-child(4),.cylinder.boxy>.cylinder.inside>.box:nth-child(2),.cylinder.boxy>.cylinder.inside>.box:nth-child(4){display:none}.cylinder.boxy>.box:nth-child(3),.cylinder.boxy>.cylinder.lid>.box:nth-child(3),.cylinder.boxy>.cylinder.inside>.box:nth-child(3){--box-width: calc(var(--container-depth) - 2 * var(--boxy-chamfer));--box-depth: calc(var(--container-width))}.trashcan.recycling.cylinder.style-plastic{background-color:#334a76}.trashcan.recycling.cylinder.style-plastic>.box:nth-child(1)>div:nth-child(2)>div,.trashcan.recycling.cylinder.style-plastic>.box:nth-child(1)>div:nth-child(4)>div{background-image:url(./images/recycle.svg);background-size:contain;width:50em;height:50em;top:50%;left:50%;position:absolute;transform:translate(-50%, -50%) translateZ(0.1em);background-repeat:no-repeat;filter:invert(1);background-position:center}.trashcan.trash.cylinder.style-plastic{background-color:#4c5746}.trashcan.trash.cylinder.style-plastic>.box:nth-child(1)>div:nth-child(2)>div,.trashcan.trash.cylinder.style-plastic>.box:nth-child(1)>div:nth-child(4)>div{background-image:url(./images/trash.svg);background-size:contain;width:50em;height:50em;top:50%;left:50%;position:absolute;transform:translate(-50%, -50%) translateZ(0.1em);background-repeat:no-repeat;filter:invert(1);background-position:center}.trash-home>.trash.fire{background-image:url(./images/pexels-kelly-lacy-5593044-3b-2.gif);background-size:100% 100%;--default-transform: translateZ(calc(1 * var(--container-height) - 10em)) rotateX(-90deg) scale(0.95);transform:var(--default-transform);width:var(--container-width);height:calc(var(--container-width)*.890625);transform-origin:bottom;top:calc(var(--container-depth)*-0.5);position:absolute}.trashcan.recycling .trash-home>.trash.pile{--material-color: url(./images/pexels-magda-ehlers-2547565_sm.jpg)}.trashcan.recycling .trash-home>.trash.pile>div{background-size:cover}.trashcan.has-flies .trash-home>.trash.flies{display:block}.trashcan.size-large-bin{box-shadow:0 0 33em 13em rgba(0,0,0,.52)}.trashcan.size-large-bin.has-flies .trash-home>.trash.flies{transform:scale(2) translate3d(91em, 40em, calc(1 * var(--container-height) - 170em))}.floor{width:calc(3*var(--container-width));height:calc(3*var(--container-width));transform:translate(-50%, -50%) translateZ(-1em);position:absolute;top:50%;left:50%;background-size:cover;box-shadow:0 0 29em 30em #fff inset;border-radius:100%}.floor-cobblestone .floor{background-image:url(./images/pexels-daria-shevtsova-1578243.jpg)}.floor-asphalt .floor{background-image:url(./images/pexels-markus-spiske-2004166.jpg)}.floor-concrete .floor{background-image:url(./images/pexels-scott-webb-2117937.jpg)}.cylinder.trashcan.style-wire.size-wide-basket.boxy:after{transform:translateZ(var(--box-height)) scale(1.1)}.trash-home>.trash.flies{display:none;transform:translate3d(calc(0.5 * var(--container-width)), calc(0.5 * var(--container-depth)), calc(1 * var(--container-height) + 30em))}.trash-home>.trash.flies>div{width:2em;height:2em;border-radius:10%;background-color:rgba(0,0,0,.8666666667);transform:rotateX(90deg) rotateY(45deg)}.trash-home>.trash.flies>div:after{border-radius:100%;content:" ";background-color:rgba(0,0,0,.4666666667);width:100%;height:100%;position:absolute;transform:rotateY(90deg);-webkit-animation:flapY .1s linear infinite;animation:flapY .1s linear infinite}.trash-home>.trash.flies>div:before{border-radius:100%;content:" ";background-color:rgba(0,0,0,.4666666667);width:100%;height:100%;position:absolute;transform:rotateX(90deg);-webkit-animation:flapX .1s linear infinite;animation:flapX .1s linear infinite}.trash-home>.trash.flies>div:nth-child(1){-webkit-animation:fly1 3s linear infinite;animation:fly1 3s linear infinite}.trash-home>.trash.flies>div:nth-child(2){-webkit-animation-delay:-0.66s;animation-delay:-0.66s;-webkit-animation:fly2 3s linear infinite;animation:fly2 3s linear infinite}.trash-home>.trash.flies>div:nth-child(3){-webkit-animation-delay:-1.33s;animation-delay:-1.33s;-webkit-animation:fly3 3s linear infinite;animation:fly3 3s linear infinite}.trash-home>.trash.flies>div:nth-child(4){-webkit-animation-delay:-2s;animation-delay:-2s;-webkit-animation:fly4 3s linear infinite;animation:fly4 3s linear infinite}.trash-home>.trash.flies>div:nth-child(5){-webkit-animation-delay:-2.66s;animation-delay:-2.66s;-webkit-animation:fly5 3s linear infinite;animation:fly5 3s linear infinite}@-webkit-keyframes flapY{0%{transform:rotateY(90deg)}0%{transform:rotateY(0deg)}}@keyframes flapY{0%{transform:rotateY(90deg)}0%{transform:rotateY(0deg)}}@-webkit-keyframes flapX{0%{transform:rotateX(90deg)}0%{transform:rotateX(0deg)}}@keyframes flapX{0%{transform:rotateX(90deg)}0%{transform:rotateX(0deg)}}@-webkit-keyframes fly1{0%{transform-origin:0em 0em 0em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, 10em)}28%{transform-origin:-20em 0em 0em;transform:rotateX(-90deg) rotateY(0deg) translate3d(-20em, 0em, 10em)}60%{transform-origin:20em -20em 20em;transform:rotateX(0deg) rotateY(-45deg) translate3d(0em, 20em, 10em)}100%{transform-origin:0em 0em 0em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, 10em)}}@keyframes fly1{0%{transform-origin:0em 0em 0em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, 10em)}28%{transform-origin:-20em 0em 0em;transform:rotateX(-90deg) rotateY(0deg) translate3d(-20em, 0em, 10em)}60%{transform-origin:20em -20em 20em;transform:rotateX(0deg) rotateY(-45deg) translate3d(0em, 20em, 10em)}100%{transform-origin:0em 0em 0em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, 10em)}}@-webkit-keyframes fly2{0%{transform-origin:-10em 0em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}43%{transform-origin:20em 10em 0em;transform:rotateX(-90deg) rotateY(0deg) translate3d(0em, -20em, 10em)}76%{transform-origin:10em 10em 0em;transform:rotateX(0deg) rotateY(-45deg) translate3d(10em, 10em, 0em)}100%{transform-origin:-10em 0em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}}@keyframes fly2{0%{transform-origin:-10em 0em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}43%{transform-origin:20em 10em 0em;transform:rotateX(-90deg) rotateY(0deg) translate3d(0em, -20em, 10em)}76%{transform-origin:10em 10em 0em;transform:rotateX(0deg) rotateY(-45deg) translate3d(10em, 10em, 0em)}100%{transform-origin:-10em 0em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}}@-webkit-keyframes fly3{0%{transform-origin:0em 30em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}38%{transform-origin:20em 10em 0em;transform:rotateX(-90deg) rotateY(0deg) translate3d(-10em, -20em, 15em)}69%{transform-origin:10em 10em 0em;transform:rotateX(0deg) rotateY(-45deg) translate3d(0em, -10em, 0em)}100%{transform-origin:0em 30em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}}@keyframes fly3{0%{transform-origin:0em 30em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}38%{transform-origin:20em 10em 0em;transform:rotateX(-90deg) rotateY(0deg) translate3d(-10em, -20em, 15em)}69%{transform-origin:10em 10em 0em;transform:rotateX(0deg) rotateY(-45deg) translate3d(0em, -10em, 0em)}100%{transform-origin:0em 30em 10em;transform:rotateX(90deg) rotateY(45deg) translate3d(-20em, 0em, -20em)}}@-webkit-keyframes fly4{0%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(90deg) translate3d(40em, 0em, -20em)}38%{transform-origin:20em 10em 0em;transform:rotateX(-90deg) rotateY(-90deg) translate3d(-10em, -20em, 15em)}69%{transform-origin:10em 10em 0em;transform:rotateX(245deg) rotateY(0deg) translate3d(50em, -10em, 0em)}100%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(90deg) translate3d(40em, 0em, -20em)}}@keyframes fly4{0%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(90deg) translate3d(40em, 0em, -20em)}38%{transform-origin:20em 10em 0em;transform:rotateX(-90deg) rotateY(-90deg) translate3d(-10em, -20em, 15em)}69%{transform-origin:10em 10em 0em;transform:rotateX(245deg) rotateY(0deg) translate3d(50em, -10em, 0em)}100%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(90deg) translate3d(40em, 0em, -20em)}}@-webkit-keyframes fly5{0%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(0deg) translate3d(40em, 0em, -20em)}28%{transform-origin:20em 10em 0em;transform:rotateX(270deg) rotateY(-90deg) translate3d(60em, -20em, 15em)}59%{transform-origin:10em 10em 0em;transform:rotateX(180deg) rotateY(0deg) translate3d(20em, -10em, 0em)}100%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(0deg) translate3d(40em, 0em, -20em)}}@keyframes fly5{0%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(0deg) translate3d(40em, 0em, -20em)}28%{transform-origin:20em 10em 0em;transform:rotateX(270deg) rotateY(-90deg) translate3d(60em, -20em, 15em)}59%{transform-origin:10em 10em 0em;transform:rotateX(180deg) rotateY(0deg) translate3d(20em, -10em, 0em)}100%{transform-origin:-10em -30em 10em;transform:rotateX(90deg) rotateY(0deg) translate3d(40em, 0em, -20em)}}.trashcan.boxy.size-wide-basket .trash-home>.trash.pile{transform:translate3d(-50%, -2em, 0em)}.trash-home>.trash.pile{display:none;--material-color: url(./images/pexels-emmet-128421.jpg);--box-width: calc(0.85 * var(--container-width));--box-height: calc(0.715 * var(--container-height));--box-depth: calc(0.92 * var(--container-depth));transform:translate3d(-50%, 3%, 0em)}.trash-home>.trash.pile .box>div:nth-child(1){background-position:top left}.trash-home>.trash.pile .box>div:nth-child(3){background-position:right}.trash-home>.trash.pile .box>div:nth-child(4){background-position:left}.trash-home>.trash.pile .box>div:nth-child(6){background-position:bottom}.trashcan.boxy.size-large-bin>.trash-home>.trash.pile{transform:translate3d(-50%, 3%, -187em)}.trashcan.boxy.size-basket>.trash-home>.trash.pile{--box-width: calc(0.92 * var(--container-width));--box-height: calc(0.715 * var(--container-height));--box-depth: calc(0.92 * var(--container-depth))}.trashcan.boxy.style-wire.size-basket>.trash-home>.trash.pile{--box-width: calc(0.9 * var(--container-width));--box-height: calc(0.915 * var(--container-height));--box-depth: calc(0.85 * var(--container-depth));transform:translate3d(-50%, 9%, 0em)}.trashcan.boxy.style-wire.size-basket.has-diploma>.trash-home>.trash.fire{transform:rotateZ(-50deg) var(--default-transform) translateZ(3em)}.trashcan.has-pile .trash-home>.trash.pile{display:block}.trashcan.cylinder.style-wire.size-short-basket:not(.boxy).has-pile>.cylinder.inside{left:0;top:0;position:absolute;--material-color: url(./images/pexels-emmet-128421.jpg);transform:rotate(212deg) scale(0.81);--container-height: 54em}.trashcan.cylinder.style-wire.size-short-basket:not(.boxy).has-pile>.cylinder.inside>.box{--material-color: url(./images/pexels-emmet-128421.jpg)}.trashcan.cylinder.style-wire.size-short-basket:not(.boxy).has-pile .trash-home>.trash.pile{display:none}.trashcan.cylinder.style-wire.size-short-basket:not(.boxy).has-pile .trash-home>.trash.fire{--container-height: 63em}.trashcan.cylinder.style-wire.size-short-basket:not(.boxy) .trash-home>.trash.fire{--container-height: 83em;transform:var(--default-transform) scale(0.8) translateX(-5em) translateZ(15em)}.trashcan.cylinder.style-metal.size-large-bin:not(.boxy) .trash-home>.trash.diploma{transform:translate(-50%, -50%) translateZ(80em) translateY(-20em) rotateX(-28deg) rotateY(-4deg) scale3d(1.7, 1.7, 1.7) rotateZ(180deg);top:var(--radius);left:var(--radius);position:absolute}.trashcan.cylinder.style-metal.size-large-bin:not(.boxy).has-pile>.cylinder.inside{left:0;top:0;position:absolute;--material-color: url(./images/pexels-emmet-128421.jpg);transform:rotate(212deg) scale(0.81);--container-height: 364em}.trashcan.cylinder.style-metal.size-large-bin:not(.boxy).has-pile>.cylinder.inside>.box{--material-color: url(./images/pexels-emmet-128421.jpg)}.trashcan.cylinder.style-metal.size-large-bin:not(.boxy).has-pile .trash-home>.trash.pile{display:none}.trashcan.cylinder.style-metal.size-large-bin:not(.boxy).has-pile .trash-home>.trash.fire{--container-height: 83em}.trashcan.cylinder.style-metal.size-large-bin:not(.boxy) .trash-home>.trash.fire{--container-height: 83em;transform:var(--default-transform) scale(0.8) translateX(-5em) translateZ(15em)}.trash-home>.trash.diploma{display:none;--box-height: 3em;--box-width: 66em;--box-depth: 51em;transform-origin:top;--material-color: linear-gradient(#c5a787,#c5a787)}.trash-home>.trash.diploma>div:nth-child(1){background-image:url(./images/diploma.jpg);background-size:100% 100%}.trashcan.has-diploma .trash-home>.trash.diploma{display:block}.trashcan.size-wide-basket.boxy>.trash-home>.trash.diploma{transform-origin:top;transform:translate3d(-50%, 50%, 95em) translateY(4em) translateX(16em) rotateZ(-240deg) rotateX(39deg) rotateY(36deg)}.trashcan.size-wide-basket.has-pile>.trash-home>.trash.diploma{transform-origin:top;transform:translate3d(-50%, 50%, 95em) translateY(4em) translateX(16em) rotateZ(-240deg) rotateX(39deg) rotateY(36deg)}.trashcan.size-wide-basket.has-pile>.trash-home>.trash.pile{display:block;--box-height: calc(0.93 * var(--container-height)) }.trashcan.size-short-basket>.trash-home>.trash.diploma{transform-origin:top;transform:translate3d(-50%, 50%, var(--container-height)) translateZ(-2em) translateY(-4em) translateX(-24em) rotateZ(281deg) rotateX(4deg) rotateY(285deg)}.trashcan.size-basket.boxy>.trash-home>.trash.diploma{transform-origin:top;transform:translate3d(-50%, 50%, var(--container-height)) rotateZ(74deg) translateZ(-32em) translateY(-21em) translateX(9em) rotateX(35deg) rotateY(40deg)}.trashcan.boxy.size-large-bin>.trash-home>.trash.diploma{transform-origin:top;transform:translate3d(-50%, 50%, var(--container-height)) translateX(-7em) translateY(185em) translateZ(-295em) rotateZ(82deg) rotateX(25deg) rotateY(360deg) scale3d(2, 2, 2)}.trashcan.has-pile .trash-home>.trash.paper{display:none}.trash-home>.trash.paper+.trash.paper{position:absolute;left:18em;top:0;transform:rotateX(90deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(122deg)}.trash-home>.trash.paper+.trash.paper+.trash.paper{position:absolute;left:68em;top:83em;transform:translateZ(183em) rotateX(360deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg)}.trash-home>.trash.paper+.trash.paper+.trash.paper+.trash.paper{position:absolute;left:-28em;top:83em;transform:rotateX(90deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg)}.trash-home>.trash.paper+.trash.paper+.trash.paper+.trash.paper+.trash.paper{position:absolute;left:-18em;top:83em;transform:translateZ(183em) rotateX(360deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg)}.trashcan.cylinder.size-short-basket.has-diploma .trash-home>.trash.paper>.crumpled+.crumpled{transform:scaleY(0.5) translateY(-7em) rotateY(90deg)}.trashcan.cylinder.size-short-basket.has-diploma .trash-home>.trash.paper>.crumpled+.crumpled+.crumpled{display:none}.trashcan.cylinder.size-basket.has-diploma .trash-home>.trash.paper>.crumpled+.crumpled{transform:scaleY(0.8) translateY(-7em) rotateY(90deg)}.trashcan.cylinder.size-basket.has-diploma .trash-home>.trash.paper>.crumpled+.crumpled+.crumpled{transform:scaleY(0.6) translateY(-20em) rotateY(160deg) rotateZ(45deg)}.trashcan.cylinder.size-basket.has-diploma .trash-home>.trash.paper>.crumpled+.crumpled+.crumpled+.crumpled{display:none}.trashcan.boxy.style-plastic.size-large-bin .trash-home>.trash.paper{transform:rotateX(90deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) scale3d(1.5, 1.5, 1.5)}.trashcan.boxy.style-plastic.size-large-bin .trash-home>.trash.paper+.trash.paper{transform:rotateX(90deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(122deg) scale3d(1.5, 1.5, 1.5)}.trashcan.boxy.style-plastic.size-large-bin .trash-home>.trash.paper+.trash.paper+.trash.paper{transform:translateZ(193em) rotateX(360deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg) scale3d(1.5, 1.5, 1.5) translateY(-30em)}.trashcan.boxy.style-plastic.size-large-bin .trash-home>.trash.paper+.trash.paper+.trash.paper+.trash.paper{transform:rotateX(90deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg) scale3d(1.5, 1.5, 1.5)}.trashcan.boxy.style-plastic.size-large-bin .trash-home>.trash.paper+.trash.paper+.trash.paper+.trash.paper+.trash.paper{transform:translateZ(183em) rotateX(360deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg) scale3d(1.5, 1.5, 1.5) translateY(-31em)}.trashcan.boxy.style-plastic.size-large-bin.has-diploma .trash-home>.trash.paper+.trash.paper+.trash.paper+.trash.paper{transform:translateY(-150em) translateX(-30em) rotateX(90deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg) scale3d(1.5, 1.5, 1.5)}.trashcan.boxy.style-plastic.size-large-bin.has-diploma .trash-home>.trash.paper+.trash.paper+.trash.paper+.trash.paper+.trash.paper{transform:translateZ(183em) translateX(20em) rotateX(360deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width))) rotateY(232deg) scale3d(1.5, 1.5, 1.5) translateY(-31em)}.trashcan.boxy.style-plastic.size-wide-basket.has-diploma .trash-home>.trash.paper>.crumpled+.crumpled+.crumpled+.crumpled{transform:scaleY(0.2) translateY(-7em) translateX(-12em) rotateY(-60deg) rotateZ(-75deg)}.trashcan:not([data-trash2="0"])>.trash-home>.trash.paper{left:-10em;top:-15em}.trash-home>.trash.paper{position:absolute;transform:rotateX(90deg) translate3D(calc(0.5 * var(--container-depth)), 0, calc(-0.5 * var(--container-width)));transform-origin:0% 0%}.trash-home>.trash.paper .crumpled{width:35em;height:30em;background-color:#fff}.trash-home>.trash.paper .crumpled:after{content:" ";background:linear-gradient(45deg, #d0d0d0, #fff);width:100%;height:100%;display:block;transform:translate(-10em, -21em) rotateY(230deg) rotateX(-45deg) rotateZ(62deg);transform-origin:30% -30%}.trash-home>.trash.paper .crumpled:before{content:" ";background:linear-gradient(-45deg, #d0d0d0, #fff);width:100%;height:100%;display:block;transform:rotateY(45deg) rotateX(-45deg)}.trash-home>.trash.paper>div{left:-17.5em;position:relative}.trash-home>.trash.paper>div+div{transform:translateY(4em) rotateY(90deg)}.trash-home>.trash.paper>div+div+div{transform:translateY(4em) rotateY(160deg) rotateZ(45deg)}.trash-home>.trash.paper>div+div+div+div{transform:translateY(4em) rotateY(-60deg) rotateZ(-75deg)}
