html {
  scroll-behavior: smooth;
}

/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "BalooBhaijaan2";
  src: url("fonts/BalooBhaijaan2-VariableFont_wght.ttf") format("woff2 supports variations"), url("fonts/BalooBhaijaan2-VariableFont_wght.ttf") format("woff2-variations");
  font-weight: 100 1000;
}
/**
 * Basic styling
 */
body {
  font-family: "myriad-pro", Myriad Pro Regular, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #444f4f;
  background-color: #9fc7c7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

input {
  font-family: "myriad-pro", Myriad Pro Regular, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  font-size: inherit;
}

.body-tile {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  -webkit-animation: pan 55s linear infinite;
  animation: pan 55s linear infinite;
}

@-webkit-keyframes pan {
  100% {
    background-position: 0 800px;
  }
}
@keyframes pan {
  100% {
    background-position: 0 800px;
  }
}
/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "BalooBhaijaan2", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

/**
 * Links
 */
a {
  color: #444f4f;
  text-decoration: none;
  transition: color 100ms ease-in-out;
}
a:hover {
  color: #599c9e;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/**
 * Blockquotes
 */
blockquote {
  color: #d5d5d5;
  border-left: 4px solid white;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.page-wrapper {
  width: 100%;
  z-index: 2;
  max-width: -webkit-calc(1280px - (30px * 2));
  max-width: calc(1280px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding: 0 0;
}
@media screen and (max-width: 800px) {
  .page-wrapper {
    max-width: -webkit-calc(1280px - (30px));
    max-width: calc(1280px - (30px));
    padding-right: 0;
    padding-left: 0;
  }
}

.padded-wrapper {
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  .padded-wrapper {
    padding: 10px;
  }
}

.padded-wrapper-even {
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .padded-wrapper-even {
    padding: 10px;
  }
}

.main-content-wrapper {
  background-color: #FFF;
}

/**
 * Clearfix
 */
.page-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  fill: #5f9a99;
  padding-right: 0px;
  transition: fill 100ms ease-in-out;
}
.svg-icon:hover {
  fill: #599c9e;
}

.social-media-list li + li {
  padding-top: 5px;
}

.individual-logo {
  height: 60px;
}

.copyright {
  font-size: 0.8rem;
  text-align: right;
  margin-top: 30px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #6e8080;
  border-collapse: collapse;
  border: 1px solid white;
}
table tr:nth-child(even) {
  background-color: white;
}
table th,
table td {
  padding: 10px 15px;
}
table th {
  background-color: white;
  border: 1px solid whitesmoke;
  border-bottom-color: #e0e0e0;
}
table td {
  border: 1px solid white;
}

@keyframes colorshift {
  0% {
    background-color: #de5555;
  }
  10% {
    background-color: #dd5edc;
  }
  20% {
    background-color: #9859d3;
  }
  30% {
    background-color: #6551bc;
  }
  40% {
    background-color: #5160bc;
  }
  50% {
    background-color: #5188bc;
  }
  60% {
    background-color: #50b2af;
  }
  70% {
    background-color: #55a679;
  }
  80% {
    background-color: #bbb757;
  }
  90% {
    background-color: #be8c45;
  }
  100% {
    background-color: #de5555;
  }
}
/**
 * Site header
 */
.mobile-header {
  display: none;
  position: sticky !important;
  padding: 10px 0;
}
@media screen and (max-width: 800px) {
  .mobile-header {
    display: flow;
  }
}
.mobile-header nav {
  margin-top: 10px;
  font-size: 1.5rem;
  background: #FFF;
  position: absolute;
  width: 100%;
  font-family: "BalooBhaijaan2", Arial, Helvetica, sans-serif;
}
.mobile-header nav a {
  display: block;
}

.header-nav {
  text-align: left;
}

.logo-level {
  position: relative;
  margin: 10px 30px;
}
.logo-level span {
  position: absolute;
  top: 40%;
  right: 0;
  display: flex;
  gap: 15px;
}

.header-nav-toplevel {
  align-items: center;
  text-align: center;
}
.header-nav-toplevel span {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.header-nav-bottomlevel {
  display: flex;
  gap: 20px;
}

.active-header-link {
  color: #599c9e;
}

.mobile-menu-icon {
  position: absolute;
  right: 10px;
  top: 25px;
  cursor: pointer;
  display: inline-block;
}

.marquee {
  --gap: .5rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee ul {
  margin: 0;
  padding: 0;
}
.marquee:hover .marquee__content {
  animation-play-state: paused;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 40s linear infinite;
  animation-direction: reverse;
  list-style-type: none;
  text-transform: uppercase;
  align-items: center;
  font-family: "bd-viewmaster", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.marquee__content img {
  width: 70px;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.navicon {
  background-color: #599c9e;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 2px;
  cursor: pointer;
}
.navicon:before {
  top: 12px;
  content: "";
  background-color: #599c9e;
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  cursor: pointer;
}
.navicon:after {
  bottom: 12px;
  content: "";
  background-color: #599c9e;
  display: block;
  position: relative;
  width: 35px;
  height: 2px;
  cursor: pointer;
}

.navicon:before,
.navicon:after {
  transition: all 0.3s ease-out;
}

#mobile-menu-btn {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.mobile-menu {
  overflow: hidden;
  height: 100vh;
  pointer-events: none;
  transition: all 100ms ease-in-out;
  transform: scaleY(0);
  transform-origin: 50% 0%;
}

.mobile-menu-btn:checked ~ .mobile-menu {
  display: flow;
  pointer-events: initial;
  transform: scaleY(100%);
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon {
  background: transparent;
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:before,
.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:after {
  top: 0;
}

.mobile-social-icons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.mobile-social-icons .svg-icon {
  fill: #599c9e;
}

.desktop-header {
  display: flow;
}
@media screen and (max-width: 800px) {
  .desktop-header {
    display: none;
  }
}

.site-header {
  text-align: center;
  min-height: 55.95px;
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 500;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  transition: top 0.4s ease-in-out;
}
@media screen and (max-width: 800px) {
  .site-header {
    max-width: -webkit-calc(1280px - (30px));
    max-width: calc(1280px - (30px));
    padding-right: 0;
    padding-left: 0;
  }
}
.site-header > div {
  padding: 15px 0;
}
@media screen and (max-width: 800px) {
  .site-header > div {
    padding: 0;
  }
}
.site-header .svg-icon {
  fill: #95cfce;
}
.site-header .svg-icon:hover {
  fill: #95cfce;
}

.site-header-promo {
  background-color: #95cfce;
}
.site-header-promo > div {
  padding: 10px 0;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: inherit;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.nav a {
  display: inline-block;
}

.site-nav {
  float: right;
  line-height: 54px;
  display: flex;
  gap: 20px;
  padding: 10px 0;
}

.header-icon-image {
  height: 150px;
  margin-bottom: 10px;
}

.mobile-header-icon-image {
  height: 115px;
}

.site-footer {
  position: relative;
}

.body-content {
  position: relative;
  z-index: 5;
}

.site-bg {
  background-image: url("/assets/img/01-woodgrain-pattern-1024x2.jpeg");
  background-size: 700px;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  .footer-main {
    display: block;
  }
}

.footer-main-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .footer-main-right {
    flex-direction: row;
    margin-top: 20px;
    justify-content: space-between;
  }
}

.footer-main-right-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.footer-main-right-social {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .footer-main-right-social {
    justify-content: flex-start;
  }
}

.business-name-banner {
  background-color: #9fd295;
  padding: 30px;
  position: relative;
}
.business-name-banner svg {
  fill: #FFF;
}

.business-name-banner-contents {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 2rem;
  align-items: center;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.extra-ctas {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

#mc_embed_signup form {
  margin: 0 !important;
}

#mce-EMAIL {
  border: 0 !important;
  border-bottom: 2px solid #5f9a99 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
#mce-EMAIL:focus {
  border: 0 !important;
  border-bottom: 2px solid #599c9e !important;
  outline: none !important;
}

#mce-EMAIL.mce_inline_error {
  border-bottom: 2px solid #de6a63 !important;
}

#mc_embed_signup {
  background: transparent;
  clear: left;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0 !important;
}

.mc-field-group {
  width: 100% !important;
}

#mc_embed_signup .button {
  font-family: "BalooBhaijaan2", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  padding-top: 2px !important;
  background-color: #5f9a99 !important;
  color: #f4edd1 !important;
}
#mc_embed_signup .button:hover {
  background-color: #599c9e !important;
}

#mc_embed_tagline {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: #de6a63 !important;
  background-color: transparent !important;
}

.extra-links-list {
  list-style: none;
  font-size: 0.8rem;
}

/**
 * Page content
 */
.page-content {
  padding: 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #d5d5d5;
}

.post-link {
  display: block;
  font-size: 24px;
}

.page-banner-img {
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background-color: #FFF !important;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

.page-section {
  padding: 30px 30px;
}
@media screen and (max-width: 800px) {
  .page-section {
    padding: 10px;
  }
}

.section-header {
  text-align: center;
}

#shop-alternate-banner {
  text-align: center;
  display: none;
}
#shop-alternate-banner img {
  width: 100%;
}

.show-banner {
  display: block !important;
}

.loading-icon {
  text-align: center;
  margin-bottom: 30px;
}

.loading-icon-alt {
  width: 100px;
  animation: loadinganim 1s linear infinite;
}

@keyframes loadinganim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  15% {
    transform: translateY(5px) rotate(-7deg);
  }
  50% {
    transform: translateY(-25px) rotate(7deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.product-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: 33%;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .product-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

.product-item {
  text-align: center;
  position: relative;
  width: 100%;
}
.product-item img {
  max-height: 350px;
}
@media screen and (max-width: 800px) {
  .product-item img {
    max-height: initial;
  }
}
.product-item:hover .product-item-wrapper {
  bottom: 10px;
}

.product-item-wrapper {
  transition: all 100ms ease-in-out;
  position: relative;
  bottom: 0;
}

.product-list-item-thumb-name {
  word-break: break-word;
  position: relative;
  padding: 0 10px;
}

.product-list-item-thumb-name:after {
  bottom: -8px;
  content: "";
  background-color: currentColor;
  height: 1px;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

.product-list-item-price {
  margin-top: 12px;
}
.product-list-item-price:before {
  content: "$";
}

.sold-out-sticker {
  color: #FFF;
  position: absolute;
  right: 10%;
  width: 100px;
  line-height: 100px;
  font-weight: bold;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .sold-out-sticker {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    line-height: 120px;
    font-size: 24px;
  }
}

.character-promos {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 20px));
  gap: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .character-promos {
    grid-template-columns: repeat(2, calc(50% - 20px));
    gap: 10px;
  }
}

.character-promo {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
.character-promo:hover img {
  transform: translateY(-10px);
}
.character-promo:hover .character-promo-name {
  color: #5f9a99;
}

.character-promo-box {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 800px) {
  .character-promo-box {
    width: 100%;
  }
}
.character-promo-box img {
  transform: translateY(0px);
  transition: all 100ms ease-in-out;
  height: 100%;
  width: 100%;
}

.character-promo-name {
  font-weight: 600;
  font-family: "BalooBhaijaan2", Arial, Helvetica, sans-serif;
  color: #599c9e;
  text-align: center;
}

.character-nav {
  position: sticky;
  z-index: 5;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0px;
  display: flex;
  gap: 35px;
  user-select: none;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  transition: gap 100ms linear;
}
.character-nav::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media screen and (max-width: 800px) {
  .character-nav {
    gap: 20px;
  }
}

.character-nav-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 85px;
}
.character-nav-icon img {
  width: 100%;
  -webkit-user-drag: none;
  pointer-events: none;
}
.character-nav-icon:hover img {
  animation: charactericon 200ms ease-in-out;
  transform-origin: 50% 70%;
}

.character-icon-a {
  animation: charactericon_idle_a 1s infinite;
}

.character-icon-b {
  animation: charactericon_idle_b 1s infinite;
}

@keyframes charactericon_idle_a {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes charactericon_idle_b {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes charactericon {
  0% {
    transform: rotate(4deg) translate(0, 2px);
  }
  50% {
    transform: rotate(-4deg) translate(0, -2px);
  }
  100% {
    transform: rotate(0) translate(0, 0);
  }
}
.character-story-container {
  padding-top: 10px;
  display: flex;
}
@media screen and (max-width: 800px) {
  .character-story-container {
    display: initial;
  }
}

.character-story-title {
  font-family: "BalooBhaijaan2", Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 4.8rem;
  color: #f4eed7;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .character-story-title {
    margin-top: 30px;
  }
}

.character-story-text {
  flex-basis: 60%;
}

.character-story-img {
  width: 300px;
  position: relative;
  right: 10px;
  align-self: center;
}
@media screen and (max-width: 800px) {
  .character-story-img {
    right: 0;
    width: 100%;
  }
}

.character-story-social {
  margin-top: 140px;
  flex-basis: 250px;
  font-weight: 600;
  line-height: 0.8rem;
  color: #599c9e;
}
@media screen and (max-width: 800px) {
  .character-story-social {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.character-social-media-list {
  display: flex;
  gap: 10px;
}
.character-social-media-list .svg-icon {
  fill: #599c9e;
}

.about-container {
  display: flex;
}
@media screen and (max-width: 800px) {
  .about-container {
    display: initial;
  }
}

.about-img {
  width: 300px;
  position: relative;
  right: 30px;
  margin-top: -15px;
}
@media screen and (max-width: 800px) {
  .about-img {
    margin-top: 0;
    right: 0;
  }
}

.oh-no-no-product {
  text-align: center;
}
.oh-no-no-product img {
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .oh-no-no-product img {
    max-width: 100%;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*# sourceMappingURL=main.css.map */