body {
  color: #000;
  font-size: 1.5vw;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0vw;
}

h1 {
  margin: 0vw;
  padding: 0vw;
  font-size: 3.25em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0vw;
  white-space: normal;
}

h2 {
  margin: 0vw;
  padding: 0vw;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0vw;
}

h3 {
  margin: 0vw;
  padding: 0vw;
  font-size: 2.5vw;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0vw;
}

h4 {
  margin-top: 0px;
  padding: 0.4em 0.7em;
  border-style: solid;
  border-width: 1px;
  border-color: #367ea8;
  font-family: Vollkorn, serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.09em;
  text-transform: lowercase;
}

h5 {
  margin: 0vw;
  padding: 0vw;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0vw;
}

h6 {
  margin: 0em;
  padding: 0em 0.4em;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #33adf3;
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0vw;
}

p {
  margin: 0vw;
  padding: 1vw 0vw 2vw;
  font-size: 1em;
  letter-spacing: 0.01em;
}

a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}

a:hover {
  -webkit-filter: none;
  filter: none;
}

a.w--current {
  opacity: 0.3;
  -webkit-filter: hue-rotate(30deg);
  filter: hue-rotate(30deg);
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.lightbox-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 90vh;
}

.lightbox-open-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: opacity 400ms ease, padding 700ms ease;
  transition: opacity 400ms ease, padding 700ms ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lightbox-open-trigger:hover {
  opacity: 0.75;
}

.trigger-info-slide {
  position: fixed;
  left: auto;
  top: 20%;
  right: 3vw;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.9;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.strip-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.canvas {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 50vw;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: hue-rotate(298deg);
  filter: hue-rotate(298deg);
}

.wrapper-canvas {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 30vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.button-next {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-next {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0.2vw;
  border-color: transparent transparent #fb6262 #fb6262;
  border-bottom-left-radius: 50%;
  background-color: rgba(177, 108, 108, 0.58);
  opacity: 0.65;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transition: opacity 200ms ease, -webkit-filter 400ms ease;
  transition: opacity 200ms ease, -webkit-filter 400ms ease;
  transition: opacity 200ms ease, filter 400ms ease;
  transition: opacity 200ms ease, filter 400ms ease, -webkit-filter 400ms ease;
}

.link-next:hover {
  border-color: rgba(133, 99, 99, 0.44);
  background-color: #b16c6c;
  opacity: 0.88;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.link-next.screengrease-heat {
  background-color: rgba(210, 112, 112, 0.58);
}

.wrapper-sketch-div {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.wrapper-sketch-div-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  cursor: none;
}

.wrapper-sketch {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.95;
}

.wrapper-sketch.blur-6px {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.wrapper-sketch.blur-4px {
  opacity: 0.92;
  -webkit-filter: contrast(124%) blur(4px);
  filter: contrast(124%) blur(4px);
}

.wrapper-sketch.blur-10px {
  -webkit-filter: saturate(135%) blur(6px);
  filter: saturate(135%) blur(6px);
}

.wrapper-sketch.blur4-contrast120-saturate120 {
  opacity: 0.95;
  -webkit-filter: contrast(120%) saturate(120%) blur(4px);
  filter: contrast(120%) saturate(120%) blur(4px);
}

.wrapper-sketch.blur4-contrast210-saturate120-hue240 {
  opacity: 0.8;
  -webkit-filter: hue-rotate(240deg) contrast(210%) saturate(120%) blur(4px);
  filter: hue-rotate(240deg) contrast(210%) saturate(120%) blur(4px);
}

.wrapper-sketch.blur3-saturate220-hue240-copy {
  opacity: 0.95;
  -webkit-filter: hue-rotate(66deg) saturate(220%) blur(3px);
  filter: hue-rotate(66deg) saturate(220%) blur(3px);
}

.wrapper-sketch.op90-blur8-con350 {
  opacity: 0.9;
  -webkit-filter: blur(8px) contrast(350%);
  filter: blur(8px) contrast(350%);
}

.wrapper-sketch.op {
  opacity: 0.96;
  -webkit-filter: hue-rotate(312deg) contrast(350%) blur(6px);
  filter: hue-rotate(312deg) contrast(350%) blur(6px);
}

.wrapper-sketch.rusty {
  -webkit-filter: blur(1px) saturate(150%);
  filter: blur(1px) saturate(150%);
}

.wrapper-sketch.rusty2 {
  opacity: 1;
  -webkit-filter: contrast(130%) brightness(140%) hue-rotate(140deg) blur(1px) saturate(195%);
  filter: contrast(130%) brightness(140%) hue-rotate(140deg) blur(1px) saturate(195%);
}

.wrapper-sketch.rusty-copy {
  -webkit-filter: contrast(200%) brightness(155%) hue-rotate(308deg) blur(1px);
  filter: contrast(200%) brightness(155%) hue-rotate(308deg) blur(1px);
}

.wrapper-sketch.rusty-copy-copy {
  -webkit-filter: contrast(400%) hue-rotate(241deg) blur(1px) saturate(300%);
  filter: contrast(400%) hue-rotate(241deg) blur(1px) saturate(300%);
}

.wrapper-sketch.blur4-contrast120-saturate120-copy {
  opacity: 0.95;
  -webkit-filter: hue-rotate(152deg) contrast(165%) blur(3px);
  filter: hue-rotate(152deg) contrast(165%) blur(3px);
}

.wrapper-sketch.tes {
  -webkit-filter: contrast(300%) blur(4px);
  filter: contrast(300%) blur(4px);
}

.wrapper-sketch.geenpurplebrown {
  -webkit-filter: hue-rotate(311deg) contrast(300%) blur(4px);
  filter: hue-rotate(311deg) contrast(300%) blur(4px);
}

.wrapper-sketch.blur4-contrast210-saturate120-hue240-copy {
  opacity: 0.8;
  -webkit-filter: contrast(190%) saturate(120%) blur(2px);
  filter: contrast(190%) saturate(120%) blur(2px);
}

.wrapper-sketch.blur-1px {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.wrapper-sketch.blur-1px.invert-locontrast {
  -webkit-filter: invert(100%) contrast(78%) blur(1px);
  filter: invert(100%) contrast(78%) blur(1px);
}

.wrapper-sketch.blur1-contrast {
  -webkit-filter: contrast(53%) blur(1px);
  filter: contrast(53%) blur(1px);
}

.bg-fill {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100%;
  background-color: transparent;
}

.bg-fill.royal-blue {
  background-color: #2a66de;
}

.bg-fill.red {
  background-color: #ff5a5a;
}

.bg-fill.mint {
  background-color: #4ddab7;
}

.bg-fill.mid-blue {
  z-index: -1;
  background-color: #78b6d5;
}

.bg-fill.green {
  background-color: #298163;
}

.bg-fill.dark {
  background-color: #29373e;
}

.body {
  overflow: hidden;
  background-color: #78b6d5;
}

.body.overflow {
  overflow: visible;
}

.body.purp {
  background-color: #8777a3;
}

.body.screengrease-heat {
  background-color: #5f1823;
}

.container-canvas {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding: 0em;
}

.container-canvas.mbm-difference.filter {
  -webkit-filter: contrast(51%) blur(2px);
  filter: contrast(51%) blur(2px);
}

.menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-thumbnail {
  position: relative;
  display: block;
  width: 33.333%;
  height: 100vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-style: none;
  border-width: 0.1em;
  border-color: #2a66de;
  box-shadow: inset 0 0 0 4px rgba(103, 192, 244, 0.18);
  opacity: 0.8;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.link-thumbnail:hover {
  box-shadow: inset 0 0 1px 4px #80caf4;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.link-thumbnail.magfelt {
  background-image: url('../images/lossyclub-seth-weiner-rusty3_21-11-20.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-thumbnail.purp {
  background-image: none;
}

.link-thumbnail.pinkuskoether {
  background-image: url('../images/lossyclub-seth-weiner-pinkus_17-11-20.png');
}

.link-thumbnail.mintsandbonnard {
  background-image: url('../images/lossyclub-seth-weiner-peachmint_21-11-20.png');
}

.link-thumbnail.corporatefill {
  background-image: url('../images/lossyclub-seth-weiner-greenpurplebrown2_21-11-20.png');
}

.link-thumbnail.gustonianline {
  background-image: url('../images/lossyclub-seth-weiner-rusty4_21-11-20.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.link-thumbnail.lavalampanini {
  background-image: url('../images/lossyclub-seth-weiner-magpurplebrown_21-11-20.png');
}

.link-thumbnail.rusty {
  background-image: url('../images/lossyclub-seth-weiner-rusty_21-11-20.png');
}

.link-thumbnail.mrstain {
  background-image: url('../images/lossyclub-seth-weiner-redgreen_21-11-20.png');
}

.link-thumbnail.biggens {
  background-image: url('../images/lossyclub-seth-weiner-redgreenhue_21-11-20.png');
}

.link-thumbnail.dearamy {
  background-image: url('../images/lossyclub-seth-weiner-redgreenhue2_21-11-20.png');
}

.link-thumbnail.gartenpen {
  background-image: url('../images/lossyclub-seth-weiner-rusty2_21-11-20.png');
}

.link-thumbnail.crimtips {
  background-image: url('../images/lossyclub-seth-weiner-greenpurplebrown_21-11-20.png');
  background-size: 46%;
}

.link-thumbnail.screengrease-fav {
  background-image: url('../images/lossyclub-seth-weiner-magpurplebrown2_21-11-20.png');
}

.link-thumbnail.markerpuke {
  background-image: url('../images/lossyclub-seth-weiner-markerflatpuke_17-11-20.png');
}

.link-thumbnail.waterblue-fav {
  background-image: url('../images/lossyclub-seth-weiner-biggensblue_17-11-20.png');
}

.link-thumbnail.biggensmag {
  background-image: url('../images/lossyclub-seth-weiner-biggensmag_17-11-20.png');
}

.link-thumbnail.screengrease-heat {
  background-image: url('../images/lossyclub-seth-weiner-mediummag_17-11-20.png');
}

.link-thumbnail.mrtablewater {
  background-image: url('../images/lossyclub-seth-weiner-magblockens_17-11-20.png');
}

.link-thumbnail.purpmouse {
  background-image: url('../images/lossyclub-seth-weiner-purp_17-11-20.png');
}

.link-thumbnail.myrtle {
  background-color: #753570;
  background-image: url('../images/lossyclub-seth-weiner-myrtle_23-11-20.png');
  background-position: 60% 50%;
  background-size: cover;
}

.link-thumbnail.doublestuff {
  background-color: #65ce1d;
  background-image: url('../images/lossyclub-seth-weiner-doublestuff_23-11-20.png');
  background-size: 50%;
}

.link-thumbnail.hide {
  display: none;
}

.link-home {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 4em;
  padding: 1em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.link-home:hover {
  opacity: 0.62;
  -webkit-filter: hue-rotate(148deg);
  filter: hue-rotate(148deg);
}

.link-home.w--current {
  padding: 1em;
  opacity: 1;
}

.icon-lossyclub {
  width: 1.75em;
  height: 1.75em;
}

.logo-lossyclub {
  margin-right: 0.6em;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.stroke-thumbnail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 0.1em;
  border-color: rgba(103, 192, 244, 0.27);
  box-shadow: inset 0 0 1px 1px rgba(170, 199, 213, 0);
  opacity: 1;
  -webkit-transition: all 75ms ease;
  transition: all 75ms ease;
}

.stroke-thumbnail:hover {
  border-color: #33adf3;
  box-shadow: inset 0 0 1px 2px rgba(170, 199, 213, 0.85);
  opacity: 1;
}

.wrapper-corner-title {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.05em;
  border-color: rgba(51, 173, 243, 0) rgba(51, 173, 243, 0.27) rgba(51, 173, 243, 0.1) rgba(51, 173, 243, 0);
  -webkit-filter: brightness(120%) grayscale(100%);
  filter: brightness(120%) grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.wrapper-corner-title:hover {
  border-style: solid;
  border-width: 0.05em;
  border-color: rgba(98, 183, 232, 0.48) #61b7e8 rgba(98, 183, 232, 0.57) rgba(98, 183, 232, 0.44);
  -webkit-filter: none;
  filter: none;
}

.stroke-square {
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 0.1em;
  border-color: #33adf3;
  background-color: rgba(51, 173, 243, 0.5);
}

.stroke-square.round {
  border-radius: 100%;
}

.stroke-square.white {
  display: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.h6-title {
  padding-left: 0.65em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h6-title.caption {
  color: #d3d3d3;
  font-size: 0.6em;
  font-weight: 400;
}

.h6-title.caption.hide {
  display: none;
}

.embed-scroll-bar {
  display: none;
  background-color: #c8b3f4;
}

.container-footer {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.1em;
  border-color: rgba(66, 166, 224, 0.81);
}

.container-footer.blue {
  background-color: #287ffb;
}

.h6-footer {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2b757d;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
  cursor: pointer;
}

.h6-footer.link {
  padding-left: 0px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #40fdc2;
}

.h6-footer.link:hover {
  opacity: 0.46;
}

.h6-footer.link.w--current {
  color: #40fdc2;
  font-weight: 400;
}

.h6-footer._2 {
  color: #fff;
}

.bg-blend {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50vw;
  height: 100vh;
  background-color: #ff4593;
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

.bg-blend.mbm-exclusion {
  width: 72vw;
  height: 83vh;
  margin-left: 10vw;
}

.bg-blend.mbm-multiply {
  width: 60vw;
  height: 40vh;
  background-color: #a24827;
}

.bg-blend-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50vw;
  height: 100vh;
  background-color: #ff4593;
  opacity: 0.8;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg-blend-2.mbm-exclusion {
  width: 100vw;
  margin-left: 10vw;
}

.bg-blend-2.mbm-multiply {
  width: 60vw;
  height: 40vh;
  border-bottom-right-radius: 68%;
  background-color: #a24827;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.bg-blend-2.mbm-multiply:hover {
  opacity: 0.24;
}

.bg-blend-1 {
  position: fixed;
  left: 47%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50vw;
  height: 100vh;
  background-color: #d34d4d;
  opacity: 0.8;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.bg-blend-1.mbm-exclusion {
  width: 100vw;
  margin-left: 10vw;
}

.bg-blend-1.mbm-multiply {
  width: 60vw;
  height: 40vh;
  background-color: #a24827;
}

.div-block-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #2d224f;
}

.div-block-2.mbm-screen {
  z-index: 2;
}

.thumb-hide {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.thumb-hide.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-cover {
  display: inline-block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: #78b6d5;
  opacity: 0;
}

.wrapper-transitions.hide {
  display: none;
}

.bg-fill-out {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-color: #8777a3;
  opacity: 0;
}

.bg-fill-out.magfelt {
  background-color: #ebaee5;
}

.bg-fill-out.screengrease-heat {
  background-color: #5f1823;
}

.bg-fill-out.purp {
  background-color: #8777a3;
}

.bg-fill-out.markerpuke {
  background-color: #728566;
}

.bg-fill-out.toothpaste {
  background-color: #8afdfb;
}

.bg-fill-out.pinkuskoether {
  background-color: #74777d;
}

.bg-fill-out.waterblue-fav {
  background-color: #6f747e;
}

.bg-fill-out.biggens-mag {
  background-color: #742b7d;
}

.bg-fill-out.corporate-fill {
  background-color: #cffd35;
}

.bg-fill-out.gustonianline {
  background-color: #287ffb;
}

.bg-fill-out.mrstain {
  background-color: #d74331;
}

.bg-fill-out.screengrease-fav {
  background-color: #1a04f9;
}

.bg-fill-out.mintsandbonnard {
  background-color: #f5cf92;
}

.bg-fill-out.lavalampini {
  background-color: #ed16cc;
}

.bg-fill-out.rusty {
  background-color: #e07573;
}

.bg-fill-out.crimtips {
  background-color: #40fdc2;
}

.bg-fill-out.gartenpen {
  background-color: #35e57c;
}

.bg-fill-out.dearamy {
  background-color: #6c780a;
}

.bg-fill-out.biggens {
  background-color: #2556f1;
}

.bg-fill-out.mrtablewater {
  background-color: #7b2659;
}

.bg-fill-out.purpmouse {
  background-color: #817b95;
}

.bg-fill-out.doublestuff {
  background-color: #65ce1d;
}

.bg-fill-out.myrtle {
  background-color: #753570;
}

.bg-fill-in {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  background-color: #fff;
  opacity: 1;
}

.bg-fill-in.purp {
  background-color: #8777a3;
}

.bg-fill-in.menu {
  background-color: #287ffb;
}

.bg-fill-in.screengrease-heat {
  background-color: #5f1823;
}

.bg-fill-in.magfelt {
  background-color: #ebaee5;
}

.bg-fill-in.markerpuke {
  background-color: #728566;
}

.bg-fill-in.toothpaste {
  display: none;
  background-color: #8afdfb;
}

.bg-fill-in.pinkuskoether {
  background-color: #74777d;
}

.bg-fill-in.waterblue-fav {
  background-color: #6f747e;
}

.bg-fill-in.biggens-mag {
  background-color: #742b7d;
}

.bg-fill-in.corporate-fill {
  background-color: #cffd35;
}

.bg-fill-in.gustonianline {
  background-color: #287ffb;
}

.bg-fill-in.mrstain {
  background-color: #d74331;
}

.bg-fill-in.screengrease-fav {
  background-color: #1a04f9;
}

.bg-fill-in.mintsandbonnard {
  background-color: #f5cf92;
}

.bg-fill-in.lavalampini {
  background-color: #ed16cc;
}

.bg-fill-in.rusty {
  background-color: #e07573;
}

.bg-fill-in.crimtips {
  background-color: #40fdc2;
}

.bg-fill-in.gartenpen {
  background-color: #35e57c;
}

.bg-fill-in.dearamy {
  background-color: #6c780a;
}

.bg-fill-in.biggens {
  background-color: #2556f1;
}

.bg-fill-in.mrtablewater {
  background-color: #7b2659;
}

.bg-fill-in.myrtle {
  display: block;
  background-color: #753570;
}

.bg-fill-in.doublestuff {
  background-color: #65ce1d;
}

.bg-fill-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  background-color: #78b6d5;
  opacity: 0;
}

.heading {
  padding-left: 0.5em;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #a3a0a0;
  line-height: 1em;
}

.heading-2 {
  padding-right: 1em;
  padding-left: 0em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #a3a0a0;
  font-size: 1.3em;
}

.heading-2-copy {
  padding-left: 0em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Great Vibes', cursive;
  color: #a3a0a0;
  font-size: 0.9em;
  font-style: normal;
  text-align: left;
}

.h6-lifespan {
  padding-left: 0em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: VT323, sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  text-align: right;
}

.text-span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.bg-fill-in-wrapper.hide {
  display: none;
}

.bg-fill-in-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: block;
  background-color: #fff;
  opacity: 1;
}

.bg-fill-in-2.purp {
  background-color: #8777a3;
}

.image-thumb {
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-caption {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 1em;
  padding: 0.1em 0.2em 0.1em 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 3px;
  background-color: #287ffb;
  box-shadow: none;
}

.wrapper-caption.show {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.wrapper-caption.hide {
  display: none;
}

@media screen and (min-width: 1920px) {
  h4 {
    border-style: none;
  }

  .lightbox-open-trigger {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-thumbnail.purp {
    background-position: 30% 53%;
    background-size: 82%;
  }

  .link-thumbnail.hide {
    display: none;
  }

  .heading {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.75vw;
  }

  h2 {
    font-size: 3.25vw;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.65vw;
  }

  h6 {
    font-size: 1.5vw;
  }

  p {
    line-height: 1.5em;
  }

  a {
    border-width: 0.15em;
  }

  .scroll-trigger {
    height: 75vh;
  }

  .strip-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .link-thumbnail {
    width: 50%;
    height: 50vh;
  }

  .link-home {
    padding: 1.5em;
  }

  .icon-lossyclub {
    width: 2em;
    height: 2em;
  }

  .wrapper-corner-title {
    -webkit-filter: none;
    filter: none;
  }

  .stroke-square {
    background-color: rgba(51, 173, 243, 0.11);
  }

  .h6-title {
    font-size: 0.9em;
  }

  .h6-title.caption {
    font-size: 1em;
  }

  .h6-title.caption._2 {
    font-size: 1em;
  }

  .h6-footer {
    font-size: 1em;
  }

  .h6-lifespan {
    padding-left: 0em;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.25vw;
  }

  h2 {
    font-size: 4vw;
  }

  h3 {
    font-size: 3vw;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 2vw;
  }

  h6 {
    font-size: 1.75vw;
    line-height: 150%;
  }

  .trigger-info-slide {
    left: 4vw;
    top: auto;
    right: auto;
    bottom: 3vw;
  }

  .menu-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-lossyclub {
    width: 2.5em;
    height: 2.5em;
  }

  .h6-title {
    line-height: 1.4em;
  }

  .h6-footer {
    font-size: 1.2em;
  }

  .h6-lifespan {
    line-height: 1.4em;
  }

  .wrapper-caption {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
    line-height: 1.5;
  }

  h2 {
    font-size: 7.5vw;
    line-height: 120%;
  }

  h3 {
    font-size: 6vw;
    line-height: 120%;
  }

  h4 {
    font-size: 1.1em;
    letter-spacing: -0.065em;
  }

  h5 {
    font-size: 4vw;
    line-height: 120%;
  }

  h6 {
    font-size: 3.5vw;
  }

  a {
    text-align: left;
  }

  .lightbox-close {
    height: 20vw;
  }

  .scroll-trigger {
    height: 70vh;
  }

  .trigger-info-slide {
    left: 6vw;
    top: auto;
    right: auto;
    bottom: 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .strip-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .strip-wrapper.title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-next {
    width: 3em;
    height: 3em;
  }

  .link-next {
    width: 3em;
    height: 3em;
  }

  .menu-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .link-thumbnail {
    width: 50%;
    height: 50vh;
    box-shadow: inset 0 0 1px 2px rgba(103, 192, 244, 0.52);
  }

  .link-thumbnail.magfelt {
    background-position: 50% 0%;
    background-size: 304%;
  }

  .link-thumbnail.purp {
    background-position: 56% 50%;
    background-size: auto 173%;
  }

  .link-thumbnail.crimtips {
    background-size: 49%;
  }

  .link-thumbnail.myrtle {
    background-position: 50% 50%;
  }

  .icon-lossyclub {
    width: 2.25em;
    height: 2.25em;
  }

  .stroke-thumbnail {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wrapper-corner-title {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 1.5em;
    padding-bottom: 1.65em;
    padding-left: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: rgba(120, 182, 213, 0.31) rgba(103, 192, 244, 0.15) rgba(103, 192, 244, 0.15);
  }

  .stroke-square {
    width: 0.5em;
    height: 0.5em;
    border-color: rgba(51, 173, 243, 0.34);
    background-color: #78b6d5;
  }

  .h6-title {
    padding-left: 0.65em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #78b6d5;
    font-size: 0.85em;
    line-height: 1.125em;
    text-align: left;
  }

  .container-footer.blue {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h6-footer {
    padding-left: 0.65em;
    font-size: 1em;
  }

  .bg-blend.mbm-exclusion {
    width: 80vw;
    height: 50vh;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }

  .h6-lifespan {
    display: none;
    padding-left: 0.65em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #78b6d5;
    font-size: 0.85em;
    line-height: 1.125em;
    text-align: left;
  }
}

