@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');

:root {
    --gap1: 0.0625em;
    --gap2: 0.125em;
    --gap3: 0.1875em;
    --gap4: 0.25em;
    --gap5: 0.3125em;
    --gap6: 0.375em;
    --gap7: 0.4375em;
    --gap8: 0.5em;
    --gap9: 0.5625em;
    --gap10: 0.625em;
    --gap11: 0.6875em;
    --gap12: 0.75em;
    --gap13: 0.8125em;
    --gap14: 0.875em;
    --gap15: 0.9375em;
    --gap16: 1em;
    --gap17: 1.0625em;
    --gap18: 1.125em;
    --gap19: 1.1875em;
    --gap20: 1.25em;
    --gap21: 1.3125em;
    --gap22: 1.375em;
    --gap23: 1.4375em;
    --gap24: 1.5em;
    --gap25: 1.5625em;
    --gap26: 1.625em;
	--gap35: 2.2em;
    --gap48: 3em;
    --ww400: 400;
    --ww300: 300;
    --ww500: 500;
    --ww600: 600;
    --ww700: 700;
    --ww800: 800;
    --ww900: 900;
    --color-ber: #fff;
    --colormain: #b9bfbd;
    --white:#fff;
    --black:#000;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
p,
h6 {

    font-weight: 400;
    margin: 0px 0;
    padding: 0;
}
button {
    border: none;
    background: transparent;
}
table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #d2d2d2;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #d2d2d2;
}

ul li {
    list-style: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

body {

    background-color: #fff;
}

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

a {
    text-decoration: none;

    color: #585858;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: initial;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-prev:before,
.slick-next:before {
    content: "";
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fz-12 {
    font-size: var(--gap12);
}

.fz-13 {
    font-size: var(--gap13);
}

.fz-14 {
    font-size: var(--gap14);
}

.fz-15 {
    font-size: var(--gap15);
}

.fz-16 {
    font-size: var(--gap16);
}

.fz-17 {
    font-size: var(--gap17);
}

.fz-18 {
    font-size: var(--gap18);
}

.flex {
    display: flex;
}

.w-flex {
    flex-wrap: wrap;
}

.flex-center-y {
    align-items: center;
}

.flex-center-x {
    justify-content: center;


}

.flex-space-between {
    justify-content: space-between;
}
.relative {
    position: relative;
}