*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Neue Einstellung", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
  color: #212121;
  text-align: left;
  background-color: #f6f3ed;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007cc7;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #007cc7;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width:100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "HeadingNow47", sans-serif;
  font-weight: 300;
  line-height: 1.33333;
  color: #212121;
}

h1,
.h1 {
  font-size: 5rem;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 3.2rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 2rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
a,
a:hover {
  text-decoration: none;
}
.section {
  position: relative;
}
/** Section Title */
.section-title {
  margin-bottom: 60px;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.heading__title {
  font-size: 60px;
  /* line-height: 107.719%; */
  /* letter-spacing: -2.56px; */
  text-transform: uppercase;
  font-family: "HeadingNow47";
  text-align: center;
  color: #212121;
  /* margin-bottom: 10px; */
}
.white {
  color: #fff;
}
.color_red {
  color: #a80403;
}
.color_red_light {
  color: rgb(168 4 3 / 80%);
}
.color_pink {
}
.bg_pink {
  background-color: #ffe4ef;
}
.bg-red {
  background-color: #a00323;
}
.bg_red_dark {
    background-color: #8c0d0f;
}
.bg-red-light {
  background-color: #a60928;
}
.bg-1 {
  background-color: #720075;
}
.bg-2 {
  background-color: #500052;
}
.bg-3 {
  background-color: #720075;
}
.bg-4 {
  background-color: #116244;
}
.sub__title {
  font-size: 14px;
  /* line-height: 160%; */
  text-transform: uppercase;
  /* color: rgba(255, 255, 255, 0.8); */
  font-family: "Neue Einstellung";
}
.sub__title.white {
  color: rgba(255, 255, 255, 0.8);
}
/**Section Banner */
.section-banner {
}
.section-banner__image {
}
.section-banner__image img {
  display: block;
  width: 100%;
  height: auto;
}
/**Section Content */
.section-grid .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}
/**Section Grid */
.section-grid {
  padding: 60px 0;
}
.section-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 60px) / 5) 15px calc((100% - 60px) / 5) 15px
    calc((100% - 60px) / 5) 15px calc((100% - 60px) / 5) 15px
    calc((100% - 60px) / 5);
  grid-template-columns: repeat(5, calc((100% - 60px) / 5));
  gap: 60px 15px;
}
@media screen and (max-width: 800px) {
  .section-grid__list {
    -ms-grid-columns: calc(50% - 5px) 10px calc(50% - 5px);
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 60px 10px;
    margin-top: 30px;
  }
}
.section-grid__list .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.section-grid__list .item .item_label {
  color: #212121;
  text-align: center;
  font-family: "Neue Einstellung";
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 45px;
  width: 100%;
}
.section-grid__list .item .item__image {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 133.3%;
  margin-bottom: 15px;
}
.section-grid__list .item .item__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-grid__list .item .item__name {
  text-align: center;
  font-size: 20px;
  /* line-height: 130%; */
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #212121;
}
.section-grid__list .item .item__name.white {
  color: #fff;
}
.section-grid__list .item .item__description {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  /* line-height: 145%; */
  margin-bottom: 10px;
  min-height:40px;
}
.section-grid__list .item .item__description.white {
  color: rgba(246, 243, 237, 0.6);
}
.section-grid__list .item .item__button {
  border-radius: 49px;
  border: 1px solid #bebebe;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}
.section-grid__list .item .item__button.white {
  color: #f6f3ed;
}
/**Section Category */
.category-label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #f6f3ed;
  font-family: "Neue Einstellung";
  font-size: 12px;
  /* color: #f6f3ed; */
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 5px;
}
.category-name {
  font-family: "HeadingNow47";
  font-size: 40px;
  /* color: #f6f3ed; */
}
.category-description {
  font-family: "Neue Einstellung";
  font-size: 14px;
  /* color: #e9e3d6; */
  text-align: center;
}
.section-category {
}
.section-category .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 30px 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category__left {
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-image {
  /* width: 80%;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px); */
}
.category-image img {
  display: block;
  width: 100%;
  margin: auto;
  height: auto;
  max-width: 180px;
}
.category__right {
  width: 65%;
}
.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: #e9e3d6;
  border-radius: 10px;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-item .category-item__image {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
}
.category-item .category-item__image .thumb {
  display: block;
  position: relative;
  padding-top: 100%;
}
.category-item .category-item__image .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-item__name {
  font-size: clamp(16px, 1.2vw, 18px);
  color: #212121;
  text-align: center;
  min-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* line-height: 150%; */
}
.category-item__description {
  font-size: 14px;
  color: #888;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  overflow: hidden;
}
.category__right .swiper-pagination {
  position: relative;
  width: 100%;
}
.category__right .swiper-pagination-bullet-active {
  --swiper-pagination-color: #fff;
}
.category__right .swiper-pagination-bullet {
  margin: 0 4px;
}
.category__right .swiper-container:after,
.category__right .swiper-container:before {
  display: block;
  width: 50px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
}
.category__right .swiper-container:before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a60928),
    to(rgba(166, 9, 40, 0))
  );
  background: linear-gradient(90deg, #a60928 0%, rgba(166, 9, 40, 0) 100%);
}
.category__right .swiper-container:after {
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(166, 9, 40, 0)),
    to(#a60928)
  );
  background: linear-gradient(90deg, rgba(166, 9, 40, 0) 0%, #a60928 100%);
}
.category__right .swiper-container .swiper-slide {
  width: 28% !important;
}
.section-judges {
  padding: 100px 0;
}
.section-judges .section-title {
  margin-bottom: 40px;
}
.list-judges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  gap: 20px;
}
.list-judges .judge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 22%;
}
.list-judges .judge .judge-ava {
  display: block;
  width: 100%;
}
.list-judges .judge .judge-ava .ava-wrapper {
  display: block;
  width: 100%;
}
.list-judges .judge .judge-ava .ava-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 1px solid #e64d78;
}
.list-judges .judge .judge-name {
  font-size: 24px;
  /* white-space: nowrap; */
  text-align: center;
  margin: 0;
}
.list-judges .judge .judge-des {
  font-size: 14px;
  color: #888;
  text-align: center;
}
.section-category-award .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding: 4vw 0; */
  gap: 60px;
  max-width: 100%;
}
.award__label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #f6f3ed;
  font-size: 12px;
  color: #f6f3ed;
  text-transform: uppercase;
  border-radius: 100px;
}
.category-award__left {
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-award__left .award__image {
  display: block;
  width: 100%;
  height: 100%;
}
.category-award__left .award__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.award__title {
  text-align: center;
  font-family: "HeadingNow47";
  font-size: 45px;
  text-transform: uppercase;
}
.category-award__left .award__des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.category-award__right {
  position: relative;
  width: 45%;
  /* overflow: hidden; */
}
.category-award__right .swiper-container {
}
.category-award__right .swiper-container .swiper-wrapper {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none; */
}
.category-award__right .swiper-container .swiper-wrapper .swiper-item {
  /* width: 30%; */
}
.category-award__right .swiper-pagination {
  width: 100%;
  --swiper-pagination-color: #fff;
}
.category-award__right .swiper-pagination-bullet {
  margin: 0 4px;
}
.grid-item-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.grid-item-wrapt .giw-thumb {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 133.3%;
  margin-bottom: 20px;
}
.grid-item-wrapt .giw-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.grid-item-wrapt .giw-name {
  color: #f6f3ed;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid-item-wrapt .giw-des {
  color: rgba(246, 243, 237, 0.4);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 11px;
  line-height: 145%;
}
.footer {
}
.footer .wrapper {
  padding: 50px;
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer .footer-top .logo {
  /* width: 25vw; */
}
.footer .footer-top .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
}
.footer .back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #212121;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
  text-transform: uppercase;
  gap: 5px;
  color: #fff;
}
.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer ._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #212121;
  text-transform: uppercase;
}
.footer ._row._row_wrap {
  flex-wrap: wrap;
}
.footer ._row._row_wrap ul {
  width: 100%;
}
.footer ._row a {
  color: #212121;
}
.footer .bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 15px;
  padding: 0;
  justify-content: flex-end;
  margin: 0;
}
.footer .social-links a {
  color: #212121;
}
.footer .social-links a img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 800px) {
  .section-category .container-fluid {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .category__left {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category__left img {
    display: block;
    width: 100%;
    height: auto;
  }
  .category__right {
    width: 100%;
  }
  .category__right .swiper-item:first-child {
    margin-left: 15px;
  }
  .category-name {
    text-align: center;
    font-size: 10vw;
  }
  .category__right .swiper-container .swiper-slide {
    width: 55% !important;
  }
  .section-title {
    padding: 0 20px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .heading__title {
    font-size: 35px;
  }
  .section-judges {
    padding: 40px 0;
  }
  .section-judges .section-title {
    margin-bottom: 20px;
  }
  .list-judges {
    padding: 0 20px;
    gap: 15px;
    overflow-x: scroll;
    max-width: 100%;
  }
  .list-judges .judge {
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .list-judges .judge .judge-name {
    font-size: 5vw;
  }
  .section-category-award .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 60px 0; */
  }
  .category-award__left {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-award__left .award__title {
    font-size: 42px;
  }
  .category-award__right {
    width: 100%;
  }
  .category-award__right
    .swiper-container
    .swiper-wrapper
    .swiper-item:first-child {
    margin-left: 15px;
  }
  .category-award__right
    .swiper-container
    .swiper-wrapper
    .swiper-item:last-child {
    /* padding-right: 40px; */
  }
  .category-award__right .swiper-container .swiper-wrapper .swiper-item {
    /* width: 55% !important; */
  }
  .category-award__right .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .footer .wrapper {
    padding: 20px 20px 80px;
  }
  .footer .footer-top .logo {
    width: 35vw;
  }
  .footer .bottom-left {
    margin-bottom: 20px;
  }
  .footer ._row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .footer .bottom-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .footer .social-links {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    justify-content: flex-start;
  }
  .footer .footer-bottom {
    flex-wrap: wrap;
  }
}

@media (min-width: 800px) {
  .footer .bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
/**Scrollbar */
::-webkit-scrollbar {
  /* width: 8px; */
}

::-webkit-scrollbar-track {
  background-color: #e9e3d6;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  ::-webkit-scrollbar {
    height: 5px;
  }

  ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/**Font */
@font-face {
  font-family: HeadingNow47;
  src: url("./fonts/HeadingNow47/HeadingNow-47Extrabold.otf");
}
@font-face {
  font-family: HeadingNow47 Italic;
  src: url("./fonts/HeadingNow47/HeadingNow-47ExtraboldItalic.otf");
}
@font-face {
  font-family: Neue Einstellung Black;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Black.otf");
}
@font-face {
  font-family: Neue Einstellung Bold;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Bold.otf");
}
@font-face {
  font-family: Neue Einstellung Extra Bold;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Extra Bold.otf");
}
@font-face {
  font-family: Neue Einstellung Extra Light;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Extra Light.otf");
}
@font-face {
  font-family: Neue Einstellung Light;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Light.otf");
}
@font-face {
  font-family: Neue Einstellung Medium;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Medium.otf");
}
@font-face {
  font-family: Neue Einstellung;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Regular.otf");
}
@font-face {
  font-family: Neue Einstellung Semi Bold;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Semi Bold.otf");
}
@font-face {
  font-family: Neue Einstellung Thin;
  src: url("./fonts/NeueEinstellung/Hanken Design Co - Neue Einstellung Thin.otf");
}
.hidden.d-none{
    display:none!important;
}
.section-grid__list .item .item_label {
    display: none;
}