:root {
  --post-width: 540px;
  --post-padding: 20px;
  --post-vertical-spacing: 15px;
  --post-margin: 20px;
  font-size: 16px;
  line-height: 1.5;
  scroll-padding-top: var(--post-margin);
  --color-sisko: #ff492f; /* Red */
  --color-odo: #ff8a00; /* Orange */
  --color-miles: #e8d73a; /* Yellow */
  --color-dax: #00cf35; /* Green */
  --color-bashir: #00b8ff; /* Light Blue */
  --color-kira: #7c5cff; /* Purple */
  --color-wormhole: #001935; /* Dark blue */
  --color-quark: #ff62ce; /* Pink */
  --sticker-alien: url("https://static.tumblr.com/0du9egr/wQ2r8ep2d/alienhello.png");
  --sticker-corgi: url("https://static.tumblr.com/0du9egr/Uznr8ep2r/corgi.png");
  --sticker-rainbow: url("https://static.tumblr.com/0du9egr/ydErc1q3e/rainbow.png");
  --sticker-bigBubble: url("https://static.tumblr.com/0du9egr/BgMrc1pyi/bigbubble.png");
  --sticker-smallBubble: url("https://static.tumblr.com/0du9egr/1QFrc1pz7/smallbubble.png");
  --sticker-coppyEyes: url("https://static.tumblr.com/0du9egr/fQ1rc1pyp/coppyeyes.png");
  --sticker-goldie: url("https://static.tumblr.com/0du9egr/Xs3rc1pyw/goldie.png");
  --sticker-yinYang: url("https://static.tumblr.com/0du9egr/6fkrc1pzi/yinyang.png");
  --sticker-theRealMe: url("https://static.tumblr.com/0du9egr/3ezrc252g/therealme.png");
  --sticker-cat: url("https://static.tumblr.com/0du9egr/XCmrc251x/cat.png");
  --sticker-yes: url("https://static.tumblr.com/0du9egr/xu8rc7bjc/yes.png");
  --sticker-whatIsReality: url("https://static.tumblr.com/0du9egr/JJZrc7bj0/whatisreality.png");
  --sticker-trashCan: url("https://static.tumblr.com/0du9egr/dh6rc7bim/trashcan.png");
  --sticker-spaceTime: url("https://static.tumblr.com/0du9egr/MhPrc7bi7/spacetime.png");
  --sticker-seltzer: url("https://static.tumblr.com/0du9egr/JrWrc7bhs/seltzer.png");
  --sticker-same: url("https://static.tumblr.com/0du9egr/3BKrc7bh8/same.png");
  --sticker-ramen: url("https://static.tumblr.com/0du9egr/Naurc7bgt/ramen.png");
  --sticker-pizza: url("https://static.tumblr.com/0du9egr/kRxrc7bgf/pizza.png");
  --sticker-palmFrond: url("https://static.tumblr.com/0du9egr/rhorc7bfz/palmfrond.png");
  --sticker-omg: url("https://static.tumblr.com/0du9egr/mdYrc7bfl/omg.png");
  --sticker-metaphysical: url("https://static.tumblr.com/0du9egr/F3grc7bf4/metaphysical.png");
  --sticker-jellyfish: url("https://static.tumblr.com/0du9egr/KX0rc7bep/jellyfish.png");
  --sticker-handPoint: url("https://static.tumblr.com/0du9egr/Sdurc7beb/handpoint.png");
  --sticker-grid: url("https://static.tumblr.com/0du9egr/l6Wrc7bdw/grid.png");
  --sticker-graphUp: url("https://static.tumblr.com/0du9egr/Mpfrc7bda/graphup.png");
  --sticker-folder: url("https://static.tumblr.com/0du9egr/gIfrc7bcw/folder.png");
  --sticker-egg: url("https://static.tumblr.com/0du9egr/PJRrc7bch/egg.png");
  --sticker-candle: url("https://static.tumblr.com/0du9egr/OdJrc7bby/candle.png");
  --sticker-blueFish: url("https://static.tumblr.com/0du9egr/KYRrc7bbl/bluefish.png");
  --sticker-banana: url("https://static.tumblr.com/0du9egr/v94rc7bb8/banana.png");
}

@font-face {
    font-family: 'Fairwater';
    src: url('https://static.tumblr.com/0du9egr/av8r8gj4d/fairwater_script_regular-webfont.woff2') format('woff2'),
         url('https://static.tumblr.com/0du9egr/Bu7r8gj7m/fairwater_script_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'optica-icons';
    src: url('https://static.tumblr.com/wkjmpnm/qaro1ddjb/optica-icons.eot');
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol {
  margin: var(--post-vertical-spacing) 0;
}

body {
  background: var(--color-wormhole);
  font-family: 'Favorit';
  font-weight: normal;
}
a {
  color: #000;
}

.menu {
  display: flex;
  height: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.menu li {
  padding-right: 2vw;
  position: relative;
}

nav > ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-inline-start: 15px;
  z-index: 4;
}
nav > ul > li > ul {
  list-style: none;
  z-index: 3;
  cursor: pointer;
  padding-left: 0;
}
nav .dropdown {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.14);
  color: #000;
  width: 200px;
}
nav .dropdown li {
	padding: 5px 10px;
}

nav .dropdown li:hover {
	background-color: rgba(0, 0, 0, .1);
}
.resources  {
  display: none;
}
.policy {
  display: none;
}
.language {
  display: none;
}
.burger {
  display: none;
}
.show {
  display: block;
  position: absolute;
}

.logo {
  width: 19px;
  padding-top: 5px;
}

a.active {
  font-weight: bolder;
  border-bottom: 3px solid rgba(255, 255, 255, 0.65);
}

.menu a {
  color: #fff;
  text-decoration: none;
}


.show a {
  color: #000;
}

#about-tumblr {
  min-height: 86vh;
  height: auto;
  padding: 5vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--color-wormhole);
  background-image: var(--sticker-rainbow), var(--sticker-alien);
  background-repeat: no-repeat, no-repeat;
  background-position: 75vw bottom, 10vw center;
  background-attachment: scroll, scroll;
}

.blue-checkmark {
  margin-left: 3px;
}

.top-cta {
  display: flex;
  flex-direction: row;
  padding-block-start: 3vh;
  justify-content: center;
}

.ready-cta {
  padding-block-start: 5vh;
  padding-block-end: 20vh;
  background-image: var(--sticker-rainbow), var(--sticker-alien);
  background-repeat: no-repeat, no-repeat;
  background-position: 10vw bottom, 80vw center;
  background-attachment: scroll, scroll;
}

#pinned-post-about {
  background: #fff;
  width: 35vw;
  margin: 0 auto;
  border-radius: 10px;
  padding: var(--post-padding);
  min-width: 400px;
  z-index: 1;
  max-width: 550px;
}

#pinned-post-about > p:nth-child(1) {
  margin-top: 0;
}

.post-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

span.icon_reblog::before {
  font-size: 28px;
  opacity: 60%
}
span.icon_like_filled::before {
  font-size: 28px;
  color: var(--color-sisko);
  padding-left: 12px;
}

.fake-notes {
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding: 6px 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

#pinned-post-about > div > div > img {
  padding-left: 10px;
}
#pinned-post-facts > div > div > img {
  padding-left: 10px;
}
.post-tags {
  opacity: 60%;
}
.disable-animations {
  position: absolute;
  bottom: 1em;
}

button {
  margin: auto;
  display: block;
  background: var(--color-bashir);
  border: none;
  padding: var(--post-padding);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  min-width: 200px;
}
button.resources-button, button.policy-button, button.language-button {
  background: none;
  font-weight: normal;
  min-width: unset;
  padding: unset;
  display: unset;
}

button.hamburger {
  background: none;
  font-weight: normal;
  min-width: unset;
  padding: var(--post-padding);
}

.carat-down::before {
  content: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99594 3.26931L2.21916 0.648016C1.83381 0.284246 1.2316 0.284246 0.846253 0.648016L0.771901 0.718204C0.353247 1.11342 0.353934 1.77962 0.773402 2.17396L5.00777 6.15474C5.39329 6.51717 5.99441 6.51655 6.37918 6.15332L10.5945 2.17405C11.0125 1.7794 11.0125 1.11436 10.5945 0.719709L10.5185 0.648016C10.1332 0.284246 9.53098 0.284246 9.14563 0.648016L6.36885 3.26931C5.9835 3.63308 5.38129 3.63308 4.99594 3.26931Z' fill='white'/%3E%3C/svg%3E%0A");
  padding-right: 10px;
}
.burger-icon::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.447715 0.447715 0 1 0H17C17.5523 0 18 0.447715 18 1C18 1.55228 17.5523 2 17 2H1C0.447716 2 0 1.55228 0 1ZM0 6C0 5.44772 0.447715 5 1 5H17C17.5523 5 18 5.44772 18 6C18 6.55229 17.5523 7 17 7H1C0.447716 7 0 6.55229 0 6ZM1 10C0.447715 10 0 10.4477 0 11C0 11.5523 0.447716 12 1 12H17C17.5523 12 18 11.5523 18 11C18 10.4477 17.5523 10 17 10H1Z' fill='white'/%3E%3C/svg%3E%0A");
}
.mobile-burger {
  display: none;
}

#quick-facts {
  background: var(--color-bashir);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: auto;
  padding: 5vh 0;
  background-image: var(--sticker-theRealMe), var(--sticker-bigBubble), var(--sticker-smallBubble), var(--sticker-cat);
  background-repeat: no-repeat;
  background-position: 15vw 15vh, 85vw 20vh, 82vw 28vh, 85vw 75vh;
  background-attachment: scroll;
}

#pinned-post-facts {
  background: #fff;
  width: 35vw;
  margin: auto;
  border-radius: 10px;
  padding: var(--post-padding);
  min-width: 400px;
  z-index: 1;
  max-width: 550px;
}

#pinned-post-facts > p:nth-child(1) {
  margin-top: 0;
}

#pinned-post-facts a {
  color: #000;
}

#pinned-post-facts #address {
	display: inline-block;
	margin-left: 1em;
}

#pinned-post-facts #trending-topics {
	text-transform: capitalize;
}

.wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin: auto;
  width: 90vw;
}

#what-is-tumblr {
  background: var(--color-kira);
  	background-image: var(--sticker-corgi), var(--sticker-yinYang), var(--sticker-coppyEyes), var(--sticker-goldie), var(--sticker-bigBubble), var(--sticker-smallBubble), var(--sticker-ramen), var(--sticker-palmFrond), var(--sticker-yes), var(--sticker-same), var(--sticker-pizza);
    background-position: 8vw 20vh, 80vw 100vh, 8vw 150vh, 80vw 200vh, 8vw 280vh, 10vw 275vh, 80vw 300vh, 8vw 350vh, 75vw 400vh, 5vw 450vh, 75vw 500vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
  padding-top: 10vh;

}

.what-headers h2 {
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 2vh;
}

.what-headers h3 {
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-weight: 400;
  margin-block-start: 0;
}
.griddy {
  display: block;
  margin: auto;
  max-width: 50vw;
}
.griddy ul {
  display: flex;
  list-style: none;
  padding: 1vw;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.griddy li {
  list-style: none;
  margin: var(--post-margin);
}

.griddy-button {
  text-decoration: none;
  color: #fff;
  min-width: 130px;
  text-align: center;
  padding: var(--post-padding);
  margin: var(--post-margin) auto;
  background: var(--color-quark);
  border-color: var(--color-quark);
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.griddy-button:hover {
  color: var(--color-quark);
  background: var(--color-kira);
  border-color: var(--color-quark);
  border-width: 2px;
  border-style: solid;
}

.button {
  width: 10vw;
  display: block;
  margin: auto;
  border-radius: 30px;
  border-color: var(--color-bashir);
  border-width: 2px;
  border-style: solid;
  background-color: var(--color-bashir);
  text-align: center;
  color: var(--color-wormhole);
  text-decoration: none;
  padding: 0.8em;
  font-weight: 400;
  min-width: 200px;
}
.button-outline {
  width: 10vw;
  display: block;
  margin: auto;
  border-radius: 30px;
  border-color: var(--color-bashir);
  border-width: 2px;
  border-style: solid;
  text-align: center;
  color: var(--color-bashir);
  text-decoration: none;
  padding: 0.8em;
  font-weight: 400;
  min-width: 200px;
  margin-right: 25px;
}
.button-white {
  width: 10vw;
  display: block;
  border-radius: 30px;
  background-color: #fff;
  border-radius: 30px;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  color: var(--color-kira);
  text-decoration: none;
  padding: 0.8em;
  font-weight: 400;
  min-width: 200px;
}
.button-outline-white {
  width: 10vw;
  display: block;
  border-radius: 30px;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0.8em;
  font-weight: 400;
  min-width: 200px;
  margin-right: 2vw;
  background-color: var(--color-kira);
}

.fancy {
  font-family: 'Fairwater';
  font-size: 24px;
}
/*squiggle animation*/
#path-green {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 5s linear alternate infinite;
}
#path-orange {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 10s linear alternate infinite;
}
#path-pink {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 10s linear alternate infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.pink {
  margin: auto;
  height: 50vh;
  position: absolute;
  z-index: 0;
  width: 95vw;
}

.green {
  left: 0;
  height: 50vh;
  position: absolute;
  z-index: 0;
  width: 90vw;
}

.orange {
  position: absolute;
  z-index: 0;
  width: 90vw;
}
/*end squiggle animations*/


/* post styling */
.featured-posts {
  margin: auto;
  padding-block-end: 8vh;
}
article {
  background: #FFF;
  border-radius: 5px;
  max-width: 550px;
  margin: auto;
  margin-top: var(--post-margin);
  overflow-wrap: break-word;
  padding: var(--post-vertical-spacing) 0;
}

section.media > iframe {
  max-width: 100%;
}
.user {
  display: flex;
  align-items: center;
}
.user > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.user > a:hover {
  color: var(--color-bashir);
}
.tumblelog a {
  color: #fff;
}

.username {
  margin-left: 1ch;
}
.username a {
  text-decoration: none;
  color: #000;
}

.answerer, .asker {
  color: rgba(0, 0, 0, .65);
  font-size: 0.875rem;
  margin-top: 0;
}

.answerer a, .asker a {
  font-weight: bold;
  text-decoration: none;
  color: rgba(0, 0, 0, .65);
}

.username a:hover {
  color: var(--color-bashir);
}
.ask-content {
  margin: var(--post-vertical-spacing) 0;
  display: flex;
  flex-direction: row-reverse;
}
.ask-content > div {
  position: relative;
  padding: var(--post-vertical-spacing) var(--post-padding);
  background: rgba(0, 0, 0, .07);
  border-radius: 5px;
  margin: 0 var(--post-margin);
  width: 100%;
}

.pointy-bit {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, .07);
  position: absolute;
  right: -8px;
}

.avatar {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

.ask-content .avatar {
  width: 40px;
  height: 40px;
  margin-right: var(--post-margin);
}

.reblog-container {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.reblog-container:first-child {
  margin-top: none;
}

.reblog-content {
  padding: 0 var(--post-padding);
}

.reblog-content > figure >img {
  width: 100%;
  height: auto;
}

.reblog-content h2 {
  text-align: left;
  font-size: 1.5em;
}

.reblog-header {
  display: flex;
  align-items: center;
}

.reblog-header,
.reblog-content {
  margin: var(--post-vertical-spacing) 0;
}

figure.tmblr-full,
div.npf_row {
  max-width: none;
  margin-left: calc(0px - var(--post-padding));
  margin-right: calc(0px - var(--post-padding));
}

.reblogged-blog {
  padding-inline-start: var(--post-padding);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: var(--post-vertical-spacing);
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0 var(--post-padding);
  margin-bottom: var(--post-vertical-spacing);
}

a.reblogger {
  text-decoration: none;
}

.post-header > a {
  color: #000;
  font-weight: bold;
  opacity: 60%;
  text-decoration: none;
}

a.follow-parent {
  color: var(--color-bashir);
  margin-left: 7px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
}

a.follow-parent:hover {
  text-decoration: underline;
}

.post-content div.npf_row, .post div.npf_row, body div.npf_row {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  overflow:hidden
}

figure.tmblr-full .tmblr-attribution {
  display: flex;
  justify-content: flex-end;
  padding: 0 var(--post-padding);
}

section.tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0 var(--post-padding);
}

section.tags a.tag::before {
	content: "#";
}

section.tags a.tag {
	display: inline-block;
	margin-right: 1ch;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}

.panel {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
  padding: 0 var(--post-padding);
}

.stats {
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding: 6px 16px;
  text-transform: lowercase;
}

a.stats {
  color: rgba(0, 0, 0, 0.6);
}

.note-number {
  font-weight: bold;
  color: #000;
} 

.controls {
  display: flex;
}

.controls .like_button, .controls .reblog_button {
  margin-left: 12px;
  position: relative;
}

.like-button {
  padding-left: 10px;
}
footer > section > a {
  text-decoration: none;
}
article footer {
  min-height: 25px;
}
.controls .like_button iframe,
.controls .reblog_button svg {
  position: relative;
  z-index: 1;
  opacity: 0.000000001;
}
.controls a {
  color: rgba(0, 0, 0, 0.6);
}
.controls .like_button::before,
.controls .reblog_button::before {
  position: absolute;
  font-family: "optica-icons";
  font-size: 28px;
  line-height: 1;
}
.controls .reblog_button::before {
  content: "\EA08";
}
.controls .like_button::before {
  content: "\EA04";
  color: rgba(0, 0, 0, 0.6)
}
.controls .like_button.liked::before {
  content: "\EA05";
  color: #FF4930;
}

figure > a > img {
  width: 100%;
}

figure > img {
  width: 100%;
}

.post-content div.npf_row, .post div.npf_row, body div.npf_row {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  overflow:hidden
}

.post_media_photo_anchor {
  width: 100%;
}

section.media > figure > img {
  width: 100%;
}

/*end post styling*/

/*footer */
.tumblr-links h3 {
  color: #fff;
}
.tumblr-links a {
  text-decoration: none;
  color: var(--color-bashir);
}
.tumblr-links {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-block-start: 8vh;
}

.tumblr-links ul {
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
  margin-block-end: 0;
}
.icon_reblog_sm:before {
  vertical-align: text-top;
  display: inline-block;
  content: "\EA09";
  font-family: "optica-icons";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1rem;
  opacity: 60%;
}

/* somewhat smaller screen size styles for griddy */

@media screen and (max-width: 1350px) {
  .griddy {
    max-width: 70vw;
  }
  .griddy li {
    margin: auto 10px;
  }
}

@media screen and (max-width: 850px) {
  .griddy {
    max-width: unset;
  }
}

/* small screen size styles */

@media screen and (max-width: 680px) {
  .tumblr-links {
    flex-wrap: wrap;
    padding: var(--post-padding);
  }

  .tumblr-links > section {
    flex-basis: 180px;
  }
  .griddy {
    max-width: unset;
  }

  .pink, .green {
    display: none;
  }
  #about-tumblr, #quick-facts, #what-is-tumblr {
    background-image: none;
    height: auto;
  }
  .what-headers {
    padding: var(--post-padding);
  }
  .ready-cta {
    background-image: none;
    margin: auto var(--post-margin);
  }
  .top-cta {
    flex-direction: column;
    padding-block-end: 3vh;
  }
  .logo {
    display: none;
  }
  .button-outline, .button, .button-outline-white, .button-white {
    margin: auto auto 20px auto;
  }
  .featured-posts {
    margin: var(--post-margin);
  }
  #pinned-post-facts, #pinned-post-about {
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: unset;
    margin: var(--post-margin);
  }
  #about-tumblr {
    height: unset;
  }
  .menu a, .resources-button, .policy-button, .language-button {
    font-size: 3.5vw;
  }
  .tmblr-iframe-pushdown {
    padding-top: 0!important;
  }

/* hamburger menu */
  .mobile-burger {
    display: block;
    margin-left: 10px;
  }

  .no-burger {
    display: none;
  }

  nav > ul {
    flex-direction: column;
    align-items: stretch;

  }
  .logo {
    display: none;
  }
  .policy-button, .resources-button, .language-button {
    color: #000;
  }
  .carat-down::before {
    content: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99594 3.26931L2.21916 0.648016C1.83381 0.284246 1.2316 0.284246 0.846253 0.648016L0.771901 0.718204C0.353247 1.11342 0.353934 1.77962 0.773402 2.17396L5.00777 6.15474C5.39329 6.51717 5.99441 6.51655 6.37918 6.15332L10.5945 2.17405C11.0125 1.7794 11.0125 1.11436 10.5945 0.719709L10.5185 0.648016C10.1332 0.284246 9.53098 0.284246 9.14563 0.648016L6.36885 3.26931C5.9835 3.63308 5.38129 3.63308 4.99594 3.26931Z' fill='black'/%3E%3C/svg%3E%0A");
    padding-right: 10px;
}
ul ul ul {
  list-style: none;
  padding-inline-start: 15px;
}
.menu li {
  position: unset;
}

}

/* prefers reduced motion -> disable animations */

@media (prefers-reduced-motion) {
#path-pink, #path-orange, #path-green {
  animation: none;
}
}
