body {
  --color-blue: #00cbdd;
  --color-cyan: #78e3ed;
  --color-purple: #6000d7;
  --color-red: #ff007b;
  --color-light-gray: #f6f7f8;
  --color-gray: #ccc;
  --color-dark-gray: #004763;
  --color-link: #0061cd;
}

/* latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(/nunito-400.5eb34f5d.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(/nunito-600.78717bb8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
}

#sno-app {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

* {
  scroll-behavior: smooth;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  list-style-type: none;
  font-family: "Nunito";
  padding: 0;
  line-height: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none;
  background-color: transparent;
}

a {
  text-decoration: none;
}

*:not(input):not(textarea) {
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

::-webkit-search-cancel-button {
  display: none;
}

::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--color-gray);
}

body {
  line-height: 1.4;
  font-size: 1em;
  font-family: "Nunito";
}

h1 {
  line-height: 1.1;
  font-size: 3.125em;
}

h2 {
  line-height: 1.1;
  font-size: 2em;
}

h3 {
  line-height: 1.1;
  font-size: 1.5em;
}

h4 {
  line-height: 1.1;
  font-size: 1.125em;
}

h5 {
  line-height: 1.1;
  font-size: 1em;
}

h6 {
  line-height: 1.1;
  opacity: 0.5;
  font-size: 0.85em;
}

p,
.p2,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
}
p--first,
.p2--first,
h1--first,
h2--first,
h3--first,
h4--first,
h5--first,
h6--first {
  margin-top: 0;
}
p--last,
.p2--last,
h1--last,
h2--last,
h3--last,
h4--last,
h5--last,
h6--last {
  margin-bottom: 0;
}

.p2 {
  font-size: 1.2em;
  line-height: 1.3;
}

.fluff-top-big {
  margin-top: 2em;
}

.fluff-bottom-big {
  margin-bottom: 2em;
}

.fluff-top {
  margin-top: 1.25em;
}

.fluff-bottom {
  margin-bottom: 1.25em;
}

.fluff-top-small {
  margin-top: 0.75em;
}

.fluff-bottom-small {
  margin-bottom: 0.75em;
}

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