@charset "UTF-8";

@font-face {
    font-family: "Switzer";
    src: url("/assets/fonts/Switzer-Regular.eot");
    src: url("/assets/fonts/Switzer-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("/assets/fonts/Switzer-Regular.woff2") format("woff2"),
        url("/assets/fonts/Switzer-Regular.woff") format("woff"),
        url("/assets/fonts/Switzer-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Switzer";
    src: url("/assets/fonts/Switzer-Semibold.eot");
    src: url("/assets/fonts/Switzer-Semibold.eot?#iefix")
            format("embedded-opentype"),
        url("/assets/fonts/Switzer-Semibold.woff2") format("woff2"),
        url("/assets/fonts/Switzer-Semibold.woff") format("woff"),
        url("/assets/fonts/Switzer-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "URW Gothic L", sans-serif;
    src: url("/assets/fonts/URW-Gothic-L.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
    --primary: #99CC33;
    --primary_hover: #499932;
    --text: #000000;
    --text_light: #8c8c8c;
    --border: #e0e0e0;
    --background: #ffffff;
    --white: #ffffff;
    --dark: #000;
    --e-global-typography-text-font-family: "Switzer", "HelveticaNeue-Light",
        "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
        "Lucida Grande", sans-serif;
    --e-global-typography-accent-font-family: "Involve", "HelveticaNeue-Light",
        "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
        "Lucida Grande", sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

.container {
    position: relative;
    max-width: calc(1600px - 30px);
    margin: 0 auto;
    padding: 0 30px;
}

.second-container {
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
}

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

::selection {
    text-shadow: none;
    color: #fff;
    background: var(--primary);
}

body,
ul,
ol,
p,
blockquote {
    margin: 0;
    padding: 0;
}

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-family: "URW Gothic L", sans-serif;
    font-size: 2em;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--background);
    overflow-x: hidden;
    overflow-x: clip;
}

body,
button,
input,
textarea {
    /* font-size: 16px; */
    font-family: "Switzer";
    text-rendering: optimizeLegibility;
    color: var(--text);
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 600;
}

select {
    color: initial;
    max-width: 100%;
    font-family: var(--e-global-typography-text-font-family);
}

h1,
.alpha {
    font-family: "URW Gothic L", sans-serif;
    font-size: clamp(36px, 6.5vmax, 90px);
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
}

h2,
.beta {
    font-family: "URW Gothic L", sans-serif;
    font-size: clamp(24px, 5.5vmax, 36px);
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
}

h3,
.gamma {
    font-size: clamp(16px, 5vmax, 26px);
    line-height: 1.0384615385;
    letter-spacing: -1px;
    margin: 0;
}

h4,
.delta {
    font-size: clamp(30px, 4.5vmax, 36px);
    line-height: 1.2777777778;
    letter-spacing: -1px;
    margin: 0;
}

h5,
.omega {
    font-size: 26px;
    line-height: 1.2307692308;
    letter-spacing: 0;
    margin: 0;
}

h6,
.sigma {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
}

.alpha,
.beta,
.gamma,
.delta {
    display: block;
}

ol {
    list-style: decimal;
}

li {
    list-style: none;
}

dt {
    font-weight: 600;
}

b,
strong {
    font-weight: 600;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    font-weight: 600;
    background: transparent;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

a {
    color: var(--accent);
    text-decoration: none;
}
a:hover {
    color: var(--primary);
}



:focus {
    outline: none;
}

.spaciaz-cute * {
    font-family: "Comic Sans MS", sans-serif;
}

.hidden {
    display: none !important;
}
