@charset "UTF-8";
/* Box sizing rules */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
li,
button {
    margin: 0;
    padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ol,
ul,
li {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
}

/* A elements that don't have a class get default styles */
a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a, button, input[type=submit], input[type=checkbox], input[type=radio], select {
    cursor: pointer;
    transition: all 0.3s linear;
}

path {
    transition: fill 0.4s ease;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
    height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
    resize: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

input,
textarea,
select {
    outline: none;
    border: none;
}


input:focus,
textarea:focus,
select:focus {
    border-color: #0B0B0B;
}


/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@font-face {
    font-family: "Manrope-Regular";
    src: url("../fonts/Manrope-Regular/Manrope-Regular.eot");
    src: url("../fonts/Manrope-Regular/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Medium";
    src: url("../fonts/Manrope-Medium/Manrope-Medium.eot");
    src: url("../fonts/Manrope-Medium/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-SemiBold";
    src: url("../fonts/Manrope-SemiBold/Manrope-SemiBold.eot");
    src: url("../fonts/Manrope-SemiBold/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Bold";
    src: url("../fonts/Manrope-Bold/Manrope-Bold.eot");
    src: url("../fonts/Manrope-Bold/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-ExtraBold";
    src: url("../fonts/Manrope-ExtraBold/Manrope-ExtraBold.eot");
    src: url("../fonts/Manrope-ExtraBold/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-ExtraBold/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold/Inter-Bold.eot");
    src: url("../fonts/Inter-Bold/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}