@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../font/Releway/static/Raleway-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('../font/Libre_Baskerville/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('../font/Libre_Baskerville/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('../font/Libre_Baskerville/LibreBaskerville-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Space';
  src: url('../font/SpaceGrotesk/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Space';
  src: url('../font/SpaceGrotesk/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Space';
  src: url('../font/SpaceGrotesk/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Space';
  src: url('../font/SpaceGrotesk/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Space';
  src: url('../font/SpaceGrotesk/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


html, body{
	margin: 0;
	padding: 0;
	font-family: "Raleway", Verdana, sans-serif;
	height: 100%;
	overflow: overlay;
    font-size: 12px;
    background-color: rgb(var(--light-grey));
}
* {
	box-sizing: border-box;
    transition: .1s;
	font-family: "Raleway", Verdana, sans-serif;
    outline: none;
}
*::selection {
  background: rgb(var(--blue-light));
  color: rgb(var(--white));
}
*::-moz-selection {
  background: rgb(var(--blue-light));
  color: rgb(var(--white));
}
*::-webkit-selection {
  background: rgb(var(--blue-light));
  color: rgb(var(--white));
}
div {
	outline: none;
	/*border: 1px solid red;*/
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul.c_list-style-disc {
    list-style: disc !important;
    padding-left: 1.5rem !important;
}
.c_relative {
    position: relative;
}
.c_absolute {
    position: absolute;
}
.c_sticky {
    position: sticky;
}
.c_d-block {
    display: block;
}
.c_d-flex {
    display: flex;
}
.c_d-none {
    display: none;
}
.c_flex-col {
    flex-direction: column;
}
.c_flex-row{
    flex-direction: row;
}
.c_flex-wrap {
    flex-wrap: wrap;
}
.c_align-items-center {
    align-items: center;
}
.c_align-items-self-end, .c_align-items-end {
    align-items: self-end;
}
.c_align-items-self-start, .c_align-items-start {
    align-items: self-start;
}
.c_justify-content-center {
    justify-content: center;
}
.c_justify-content-between {
    justify-content: space-between;
}
.c_justify-content-end {
    justify-content: flex-end;
}
.c_justify-content-start {
    justify-content: flex-start;
}
.c_gap-1px {
    gap: 1px;
}
.c_gap-2px {
    gap: 2px;
}
.c_gap-01 {
    gap: 0.1rem;
}
.c_gap-05 {
    gap: 0.5rem;
}
.c_gap-1 {
    gap: 1rem;
}
.c_gap-15 {
    gap: 1.5rem;
}
.c_gap-2 {
    gap: 2rem;
}
.c_gap-15 {
    gap: 1.5rem;
}
.c_gap-25 {
    gap: 2.5rem;
}
.c_gap-3 {
    gap: 3rem;
}
.c_gap-4 {
    gap: 4rem;
}
.c_gap-5 {
    gap: 5rem;
}
.c_col-gap-2 {
    column-gap: 2rem;
}
.c_row-gap-1 {
    row-gap: 1rem;
}
.c_row-gap-05 {
    row-gap: .5rem;
}
.c_w-auto{
    width: auto !important;
}
.c_w-100{
    width: 100%;
}
.c_w-2e5 {
    width: 2.5rem;
}
.c_max-w, .c_max-w-100 {
    max-width: 100%;
}
.c_max-w-12 {
    max-width: 12rem;
}
.c_max-w-14 {
    max-width: 14rem;
}
.c_max-w-38 {
    max-width: 38rem;
}
.c_max-w-40, .c_max-w-40rem {
    max-width: 40rem;
}
.c_max-w-50, .c_max-w-50rem {
    max-width: 50rem;
}
.c_max-w-90 {
    max-width: 90rem;
}
.c_max-w-unset {
    max-width: unset;
}
.c_min-h-100vh {
    min-height: 100vh;
}
.c_min-h-50rem {
    min-height: 50rem;
}
.c_h-100 {
    height: 100%;
}
.c_h-100vh {
    height: 100vh;
}
.c_h-fit {
    height: fit-content;
}
.c_w-fit {
    width: fit-content;
}
.c_w-62{
    width: 62%;
}
.c_w-38{
    width: 38%;
}
.c_w-1e5rem {
    width: 1.5rem;
}
p {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 900;
    line-height: 1.1;
    word-wrap: break-word;
}
.c_text-center {
    text-align: center;
}
.c_text-left {
    text-align: left;
}
.c_text-right {
    text-align: right;
}
.c_font-1, h6 {
    font-size: 1rem;
}
.c_font-2, h5 {
    font-size: 1.17rem;
}
.c_font-3, h4 {
    font-size: 1.5rem;
}
.c_font-4, h3 {
    font-size: 2rem;
}
.c_font-5, h2 {
    font-size: 2.5rem;
}
.c_font-6, h1 {
    font-size: 3rem;
}
.c_font-100, .c_font-thin{
    font-weight: 100;
}
.c_font-200, .c_font-extralight{
    font-weight: 200;
}
.c_font-300, .c_font-light{
    font-weight: 300;
}
.c_font-400, .c_font-regular, .c_font-normal{
    font-weight: 400;
}
.c_font-500, .c_font-medium{
    font-weight: 500;
}
.c_font-600, .c_font-semibold{
    font-weight: 600;
}
.c_font-700, .c_font-bold{
    font-weight: 700;
}
.c_font-800, .c_font-extrabold{
    font-weight: 800;
}
.c_font-900, .c_font-black{
    font-weight: 900;
}
.c_font-4rem {
    font-size: 4rem;
}
.c_font-6rem {
    font-size: 6rem;
}
div, p, span {
    line-height: 1.4;
    letter-spacing: .1px;
    text-wrap: wrap;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
.c_b-0 {
    bottom: 0;
}
.c_t-0 {
    top: 0;
}
.c_t-3 {
    top: 1rem;
}
.c_t-4 {
    top: 1.5rem;
}
.c_t-5 {
    top: 2rem;
}
.c_t-6 {
    top: 3rem;
}
.c_l-0 {
    left: 0;
}
.c_r-0 {
    right: 0;
}
.c_r-3 {
    right: 1rem;
}
.c_r-4 {
    right: 1.5rem;
}
.c_r-5 {
    right: 2rem;
}
.c_r-6 {
    right: 3rem;
}
/*m*/
.c_m-auto {
	margin: 0 auto;
}
.c_m-0 {
	margin: 0;
}
.c_mx-0 {
	margin-left: 0;
	margin-right: 0;
}
.c_my-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.c_mt-0 {
	margin-top: 0;
}
.c_mb-0 {
	margin-bottom: 0;
}
.c_ml-0 {
	margin-left: 0;
}
.c_ml-auto {
	margin-left: auto;
}
.c_mr-0 {
	margin-right: 0;
}
.c_mr-auto {
	margin-right: auto;
}
/*1*/
.c_m-1 {
	margin: .25rem;
}
.c_mx-1 {
	margin-left: .25rem;
	margin-right: .25rem;
}
.c_my-1 {
	margin-top: .25rem;
	margin-bottom: .25rem;
}
.c_mt-1 {
	margin-top: .25rem;
}
.c_mb-1 {
	margin-bottom: .25rem;
}
.c_ml-1 {
	margin-left: .25rem;
}
.c_mr-1 {
	margin-right: .25rem;
}
/*2*/
.c_m-2 {
	margin: .5rem;
}
.c_mx-2 {
	margin-left: .5rem;
	margin-right: .5rem;
}
.c_my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.c_mt-2 {
	margin-top: .5rem;
}
.c_mb-2 {
	margin-bottom: .5rem;
}
.c_ml-2 {
	margin-left: .5rem;
}
.c_mr-2 {
	margin-right: .5rem;
}
/*3*/
.c_m-3 {
	margin: 1rem;
}
.c_mx-3 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.c_my-3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.c_mt-3 {
	margin-top: 1rem;
}
.c_mb-3 {
	margin-bottom: 1rem;
}
.c_ml-3 {
	margin-left: 1rem;
}
.c_mr-3 {
	margin-right: 1rem;
}
/*4*/
.c_m-4 {
	margin: 1.5rem;
}
.c_mx-4 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.c_my-4 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.c_mt-4 {
	margin-top: 1.5rem;
}
.c_mb-4 {
	margin-bottom: 1.5rem;
}
.c_ml-4 {
	margin-left: 1.5rem;
}
.c_mr-4 {
	margin-right: 1.5rem;
}
/*5*/
.c_m-5 {
	margin: 2rem;
}
.c_mx-5 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.c_my-5 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.c_mt-5 {
	margin-top: 2rem;
}
.c_mb-5 {
	margin-bottom: 2rem;
}
.c_ml-5 {
	margin-left: 2rem;
}
.c_mr-5 {
	margin-right: 2rem;
}
/*6*/
.c_m-6 {
	margin: 3rem;
}
.c_mx-6 {
	margin-left: 3rem;
	margin-right: 3rem;
}
.c_my-6 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.c_mt-6 {
	margin-top: 3rem;
}
.c_mb-6 {
	margin-bottom: 3rem;
}
.c_ml-6 {
	margin-left: 3rem;
}
.c_mr-6 {
	margin-right: 3rem;
}
/* 7 */
.c_mb-7 {
	margin-bottom: 5rem;
}

/*p*/
.c_p-0 {
	padding: 0;
}
.c_px-0 {
	padding-left: 0;
	padding-right: 0;
}
.c_py-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.c_pt-0 {
	padding-top: 0;
}
.c_pb-0 {
	padding-bottom: 0;
}
.c_pl-0 {
	padding-left: 0;
}
.c_pr-0 {
	padding-right: 0;
}
/*1*/
.c_p-1 {
	padding: .25rem;
}
.c_px-1 {
	padding-left: .25rem;
	padding-right: .25rem;
}
.c_py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem;
}
.c_pt-1 {
	padding-top: .25rem;
}
.c_pb-1 {
	padding-bottom: .25rem;
}
.c_pl-1 {
	padding-left: .25rem;
}
.c_pr-1 {
	padding-right: .25rem;
}
/*2*/
.c_p-2 {
	padding: .5rem;
}
.c_px-2 {
	padding-left: .5rem;
	padding-right: .5rem;
}
.c_py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.c_pt-2 {
	padding-top: .5rem;
}
.c_pb-2 {
	padding-bottom: .5rem;
}
.c_pl-2 {
	padding-left: .5rem;
}
.c_pr-2 {
	padding-right: .5rem;
}
/*3*/
.c_p-3 {
	padding: 1rem;
}
.c_px-3 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.c_py-3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.c_pt-3 {
	padding-top: 1rem;
}
.c_pb-3 {
	padding-bottom: 1rem;
}
.c_pl-3 {
	padding-left: 1rem;
}
.c_pr-3 {
	padding-right: 1rem;
}
/*4*/
.c_p-4 {
	padding: 1.5rem;
}
.c_px-4 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.c_py-4 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.c_pt-4 {
	padding-top: 1.5rem;
}
.c_pt-4rem {
    padding-top: 4rem;
}
.c_pb-4 {
	padding-bottom: 1.5rem;
}
.c_pl-4 {
	padding-left: 1.5rem;
}
.c_pr-4 {
	padding-right: 1.5rem;
}
/*5*/
.c_p-5 {
	padding: 2rem;
}
.c_px-5 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.c_py-5 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.c_pt-5 {
	padding-top: 2rem;
}
.c_pb-5 {
	padding-bottom: 2rem;
}
.c_pl-5 {
	padding-left: 2rem;
}
.c_pr-5 {
	padding-right: 2rem;
}
/*6*/
.c_p-6 {
	padding: 3rem;
}
.c_px-6 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.c_py-6 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.c_pt-6 {
	padding-top: 3rem;
}
.c_pb-6 {
	padding-bottom: 3rem;
}
.c_pl-6 {
	padding-left: 3rem;
}
.c_pr-6 {
	padding-right: 3rem;
}
/*7*/
.c_pt-7 {
	padding-top: 5rem;
}
.c_pb-7 {
	padding-bottom: 5rem;
}
.c_py-7 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.c_px-7 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.c_uppercase {
    text-transform: uppercase;
}
button, a {
    cursor: pointer !important;
}
.c_a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.c_a:focus, .c_a:active {
    opacity: .6;
}
.c_trim-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c_trim-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c_border-bottom-radius{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.c_border-bottom-radius-2{
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.c_text-line {
    text-decoration: line-through;
}
.c_italic {
    font-style: italic;
}
.c_border-radius-max {
    border-radius: 100rem;
}
.c_border-radius-none, .c_border-radius-0 {
    border-radius: 0;
}
.c_border-radius {
    border-radius: 1rem;
}
.c_border-radius-2, .c_border-radius-large {
    border-radius: 2rem;
}
.c_z-index-0 {
    z-index: 0;
}
.c_z-index-1 {
    z-index: 1;
}
.c_flex-none{
    flex: none;
}
/*----
CLEARFIX
----*/
.c_clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

/*
::-webkit-input-placeholder {
	color: inherit !important;
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

:-ms-input-placeholder {
	color: inherit !important;
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

::placeholder {
	color: inherit !important;
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

textarea::placeholder,
input::placeholder{
	-webkit-text-fill-color: rgb(var(--white),.6) !important;  
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}
*/

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	/*height: 24px;
	width: 24px;
	margin-left: .4em;
	/*background-image: url("");
	cursor: pointer;*/
}
.c_cursor-pointer {
    cursor: pointer;
}
.c_opacity-06 {
    opacity: .6;
}
.c_opacity-04 {
    opacity: .4;
}
.c_opacity-01 {
    opacity: .1;
}


#search-bar::-webkit-input-placeholder {
	color: inherit !important;
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

#search-bar:-ms-input-placeholder {
	color: inherit !important;
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

#search-bar::placeholder {
	color: inherit !important;
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

input#search-bar::-webkit-input-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

input#search-bar:-moz-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

input#search-bar::-moz-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

input#search-bar:-ms-input-placeholder{
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}

input#search-bar::placeholder{
	-webkit-text-fill-color: rgb(var(--white),.6) !important;  
	opacity: .9 !important;
    font-weight: inherit !important;
	font-size: inherit !important;
    text-transform: capitalize !important;
}
a, span, button {
    font-size: inherit;
}
.c_overflow-hidden {
    overflow: hidden;
}
.c_font-Libre_Baskerville {
    font-family: 'Libre Baskerville', serif;
}
.c_font-Space{
    font-family: "Space Grotesk", system-ui;
}
.c_user-none {
    user-select: none;
}
iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgb(var(--black),.1);
}