html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

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

button {
  background-color: transparent;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Assistant";
}
body.active {
  overflow: hidden;
}

.container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

#wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#wrapper main {
  flex: 1 0 auto;
}
#wrapper footer {
  border-top: 120px solid var(--background-1);
  flex-shrink: 0;
}
@media (max-width: 992px) {
  #wrapper footer {
    border-top: 60px solid var(--background-1);
  }
}

section {
  border-top: 120px solid var(--background-1);
}
section ul li {
  list-style: none;
  padding-left: 14px;
  color: var(--text-color-4);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  font-family: "Assistant";
}
section ul li:before {
  content: "";
  list-style-type: disc;
  display: list-item;
  float: left;
  width: 1px;
  margin: 0 0px 0 8px;
}
@media (max-width: 992px) {
  section {
    border-top: 60px solid var(--background-1);
  }
  section ul li {
    padding-left: 20px;
  }
  section ul li:before {
    margin: 0 0px 0 0px;
  }
}

.subTitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-color-7);
  text-transform: lowercase;
  margin-bottom: 20px;
  font-family: "Diodrum Rounded";
}
@media (max-width: 992px) {
  .subTitle {
    font-size: 14px;
    line-height: 120%;
  }
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
  color: var(--text-color-1);
  font-family: "Diodrum Rounded";
}
h2 span {
  color: var(--text-color-2);
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
    line-height: 120%;
  }
}

h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 145%;
  font-family: "Assistant";
}
@media (max-width: 992px) {
  h4 {
    font-size: 16px;
    line-height: 145%;
  }
}

input, textarea, select, button {
  outline: none;
}

:root {
  --text-color-1: #464646;
  --text-color-2: #A83D72;
  --text-color-3: #006BFF;
  --text-color-4: #868686;
  --text-color-5: #FFFFFF;
  --text-color-6: #1A1A1A;
  --text-color-7: #C8C8C8;
  --text-color-8: #DEAAC4;
  --text-color-9: #B1B1B1;
  --background-1: #ffffff;
  --background-2: #D9D9D9;
  --background-3: #FAF3F6;
  --background-4: #A83D72;
  --background-5: #272727;
  --background-6: #ACBCD6;
  --background-7: #006BFF;
  --background-8: #E9D7DF;
}

a, button {
  cursor: pointer;
}

.btn {
  min-width: 246px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto";
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 17px;
  color: var(--text-color-5);
  background: var(--background-4);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
  transition: all 0.3s;
  white-space: nowrap;
}
.btn img {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 15px;
    min-width: 156px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
}

.btn:hover {
  color: var(--text-color-2);
  background: var(--background-1);
  box-shadow: 0px 0px 0px 1px var(--background-4), 0px 0px 0px 2px var(--background-1), 0px 0px 0px 3px var(--background-1);
}

.btn.calendly {
  padding: 16px;
  color: var(--text-color-3);
  background: var(--background-1);
  box-shadow: 0px 0px 0px 1px var(--background-6), 0px 0px 0px 2px var(--background-1), 0px 0px 0px 3px var(--background-7);
}
@media (max-width: 767px) {
  .btn.calendly {
    padding: 13px;
  }
}

.btn.calendly:hover {
  color: var(--text-color-5);
  background: var(--background-7);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-7), 0px 0px 0px 3px var(--background-1);
}

.calendly-popup-close {
  background-color: var(--background-7) !important;
  border-radius: 50% !important;
  padding: 20px !important;
  background-position: center !important;
  background-size: 15px !important;
}

.messenger__btn {
  position: fixed;
  top: 630px;
  left: 40px;
  z-index: 10000;
}
@media (max-width: 992px) {
  .messenger__btn {
    top: 50vh;
    left: 9px;
    width: 25px;
    height: auto;
  }
}

@font-face {
  font-family: "Assistant";
  src: url("../font/Assistant-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../font/Assistant-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../font/Assistant-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../font/Assistant-Medium") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../font/Assistant-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../font/Assistant-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../font/Assistant-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Diodrum Rounded";
  src: url("../font/DiodrumRounded-Extralight.otf") format("opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Diodrum Rounded";
  src: url("../font/DiodrumRounded-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Diodrum Rounded";
  src: url("../font/DiodrumRounded-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Diodrum Rounded";
  src: url("../font/DiodrumRounded-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Diodrum Rounded";
  src: url("../font/DiodrumRounded-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Diodrum Rounded";
  src: url("../font/DiodrumRounded-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Monotype Corsiva";
  src: url("../font/Monotype Corsiva.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.header {
  background: var(--text-color-5);
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.07);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
@media (max-width: 992px) {
  .header nav {
    min-height: 60px;
  }
}
.header a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
  font-family: "Diodrum Rounded";
  color: var(--text-color-1);
  transition: all 0.3s;
}
.header__logo {
  display: flex;
  flex-direction: row;
}
.header__logo span {
  font-style: italic;
  font-weight: 400;
  font-size: 38.3397px;
  line-height: 43px;
  white-space: nowrap;
  font-family: "Monotype Corsiva";
  color: var(--text-color-2);
}
@media (max-width: 992px) {
  .header__logo {
    order: 2;
  }
  .header__logo span {
    font-weight: 400;
    font-size: 25.9966px;
    line-height: 29px;
  }
}
.header__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__contact a {
  padding: 0 20px;
}
.header__contact a img {
  margin-right: 8px;
}
.header__contact a:first-child {
  padding-left: 0;
}
.header__contact a:last-child {
  padding-right: 0;
  text-decoration: underline;
}
.header__contact a:hover {
  color: var(--text-color-2);
  text-decoration: underline;
}
@media (max-width: 1439px) {
  .header__contact a {
    padding: 0 10px;
  }
}
@media (max-width: 1279px) {
  .header__contact a {
    padding: 0 5px;
  }
  .header__contact a span {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__contact {
    order: 1;
  }
}
.header__menu {
  order: 2;
}
.header__menu .menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 993px) {
  .header__menu .menu__icon {
    display: none;
  }
}
.header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header ul a {
  padding: 0 20px;
}
.header ul li:first-child a {
  padding-left: 0;
}
.header ul li:last-child a {
  padding-right: 0;
}
.header ul a:hover {
  color: var(--text-color-2);
}
@media (max-width: 1439px) {
  .header ul a {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .header ul {
    position: fixed;
    top: 60px;
    width: 100vw;
    flex-direction: column;
    align-items: flex-start;
    background: var(--background-4);
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: all 0.2s;
    z-index: 4;
  }
  .header ul li:last-child,
.header ul li:first-child,
.header ul li {
    width: 100%;
    background: var(--background-4);
    border-bottom: 1px solid var(--background-1);
  }
  .header ul li:last-child a,
.header ul li:first-child a,
.header ul li a {
    color: var(--text-color-5);
    padding: 15px;
  }
  .header ul li:last-child a:hover,
.header ul li:first-child a:hover,
.header ul li a:hover {
    color: var(--text-color-2);
    background: var(--background-1);
  }
  .header ul.active {
    top: 60px;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

.footer {
  background-color: var(--background-5);
}
.footer .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 155px;
}
.footer .footer__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer__head .logo {
  font-style: italic;
  font-weight: 400;
  font-size: 39.5015px;
  line-height: 44px;
  color: var(--text-color-5);
  font-family: "Monotype Corsiva";
}
.footer .footer__head p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  font-family: "Diodrum Rounded";
  color: var(--text-color-9);
}
.footer .footer__head p a {
  text-decoration: underline;
}
.footer .footer__head p a:hover {
  color: var(--text-color-2);
}
.footer .link__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer .link__list a {
  width: 30px;
  height: 30px;
  margin: 0 2.5px;
  background: transparent;
  padding: 5px;
  box-shadow: 0px 0px 0px 0px var(--background-1), 0px 0px 0px 0px var(--background-4), 0px 0px 0px 0px var(--background-4);
  transition: all 0.3s;
}
.footer .link__list a:first-child {
  margin-left: 0;
}
.footer .link__list a:last-child {
  margin-right: 0;
}
.footer .link__list a:hover {
  background: var(--background-4);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
}
.footer .btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 34px;
  padding: 6px 20px;
}
@media (max-width: 992px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .footer .footer__head {
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .footer .footer__head .logo {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .footer .footer__head p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
  }
  .footer .link__list {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer .btn {
    order: 2;
    margin-bottom: 80px;
  }
}

.banner {
  border-top: 100px solid var(--background-1);
}
.banner .banner__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .banner .banner__inner {
    flex-direction: column-reverse;
  }
}
.banner .banner__content {
  width: 50%;
  background-image: url(../images/section/banner/text-bg.png);
  background-color: var(--background-3);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1279px) {
  .banner .banner__content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .banner .banner__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .banner__content {
    background-size: 100vw;
    background-position: left 0px top 40px;
  }
}
.banner .banner__content .content__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 11.563vw;
  max-width: 527px;
  width: 100%;
  margin-bottom: 5px;
  padding: 30px 0;
}
.banner .banner__content .content__wrap .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
.banner .banner__content .content__wrap .logo h1 {
  display: flex;
  flex-direction: row;
  font-style: italic;
  font-weight: 400;
  font-size: 85.642px;
  line-height: 42px;
  white-space: nowrap;
  font-family: "Monotype Corsiva";
  color: var(--text-color-2);
  margin-bottom: 25px;
}
.banner .banner__content .content__wrap .logo span {
  font-family: "Diodrum Rounded";
  font-weight: 400;
  font-size: 38.4928px;
  line-height: 46px;
  text-transform: lowercase;
  color: var(--text-color-2);
}
.banner .banner__content .content__wrap p {
  font-family: "Diodrum Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: var(--text-color-1);
  margin-bottom: 35px;
}
.banner .banner__content .content__wrap .button_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 1439px) {
  .banner .banner__content .content__wrap {
    margin-right: auto;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .banner .banner__content .content__wrap {
    padding: 100px 20px;
  }
  .banner .banner__content .content__wrap .logo h1 {
    font-weight: 400;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 0px;
  }
  .banner .banner__content .content__wrap .logo span {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
  }
  .banner .banner__content .content__wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
}
.banner .banner__image {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.banner .banner__image video,
.banner .banner__image img {
  min-height: 662px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1279px) {
  .banner .banner__image {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .banner .banner__image {
    width: 100%;
  }
  .banner .banner__image video,
.banner .banner__image img {
    min-height: 312px;
  }
}
@media (max-width: 992px) {
  .banner {
    border-top: 60px solid var(--background-1);
  }
}

.about .about__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--background-3);
  background-image: url(../images/section/about/about-bg.png);
  background-position: left 50px bottom 62%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about .about__inner {
    background-position: left 0px bottom 58.5%;
    background-size: 100vw;
  }
}
.about .info__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about .info__box img {
  align-self: start;
  width: 50%;
}
.about .info__box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 50px 10px 60px;
}
.about .info__box .content h2 {
  margin-bottom: 20px;
}
.about .info__box .content h4 {
  margin-bottom: 37px;
}
.about .info__box .content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--text-color-4);
  font-family: "Assistant";
}
.about .info__box .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--text-color-4);
  font-family: "Assistant";
}
@media (max-width: 992px) {
  .about .info__box {
    flex-direction: column;
  }
  .about .info__box img {
    width: 100%;
  }
  .about .info__box .content {
    padding: 60px 30px;
  }
}
.about .info__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .about .info__box:nth-child(even) {
    flex-direction: column;
  }
}

.founders .founders__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1018px;
  margin: auto;
  background-image: url(../images/section/founder/founder-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.founders .founder__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 120px;
}
.founders .founder__box .image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 370px;
}
.founders .founder__box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founders .founder__box .image .link__list {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  background: var(--background-1);
}
.founders .founder__box .image .link__list a {
  height: 35px;
  width: 35px;
  background: var(--background-1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.founders .founder__box .image .link__list a img {
  padding: 0 7.5px;
  height: 35px;
  width: 35px;
  height: auto;
  transition: all 0.3s;
}
.founders .founder__box .image .link__list a:not(:last-child) img {
  border-right: 1px solid var(--background-8);
}
.founders .founder__box .image .link__list a:hover {
  background: var(--background-4);
}
.founders .founder__box .image .link__list a:hover img {
  filter: grayscale(1) brightness(0) invert(1);
  border-color: transparent;
}
.founders .founder__box .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding-left: 60px;
}
.founders .founder__box .info .subTitle {
  margin-bottom: 20px;
  font-family: "Diodrum Rounded";
}
.founders .founder__box .info h2 {
  margin-bottom: 20px;
}
.founders .founder__box .info p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 22px;
  font-family: "Assistant";
  color: var(--text-color-4);
}
.founders .founder__box .info p b {
  color: var(--text-color-1);
}
.founders .founder__box .info ul {
  margin-top: 3px;
  margin-bottom: 25px;
}
.founders .founder__box .info .btn {
  margin-top: 36px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 36px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .founders .founder__box .info {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .founders .founder__box {
    margin-bottom: 60px;
  }
  .founders .founder__box .info {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .founders .founder__box {
    flex-direction: column;
  }
  .founders .founder__box .image {
    width: 100%;
    max-width: 100%;
  }
  .founders .founder__box .info {
    padding: 40px 0 0 0;
  }
}
.founders .founder__box:nth-child(even) {
  flex-direction: row-reverse;
}
.founders .founder__box:nth-child(even) .info {
  padding-left: 0px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .founders .founder__box:nth-child(even) .info {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .founders .founder__box:nth-child(even) {
    flex-direction: column;
  }
}
.founders .founder__box:last-child {
  margin-bottom: 0px;
}

.distributors {
  background: var(--background-3);
  box-shadow: inset 0px 0 0 1px #DFD5D9;
  margin-top: -30px;
}
.distributors .distributors__iner {
  padding: 120px 0;
  max-width: 930px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.distributors .distributors__iner .distributors__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  width: 100%;
}
.distributors .distributors__iner .distributors__list .item {
  background: var(--background-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  width: 100%;
}
.distributors .distributors__iner .subTitile {
  margin-bottom: 25px;
}
.distributors .distributors__iner h2 {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .distributors {
    margin-top: 0px;
  }
  .distributors .distributors__iner {
    padding: 60px 0;
  }
  .distributors .distributors__iner .distributors__list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .distributors .distributors__iner .distributors__list .item {
    max-width: 200px;
    height: 78px;
    padding: 20px;
  }
}

.contact__form .container {
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--background-4);
  background-image: url(../images/background/contact-bg.png);
  background-repeat: no-repeat;
  background-position: left 50px bottom 25px;
  padding: 0 62px 0 82px;
  padding-top: 85px;
  padding-bottom: 108px;
  margin: 3px auto;
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
}
@media (max-width: 767px) {
  .contact__form .container {
    background-position: left 6px top 114px;
    background-size: 80vw;
  }
}
.contact__form h2 {
  width: 350px;
  min-width: 350px;
  color: var(--text-color-5);
  font-family: "Diodrum Rounded";
}
.contact__form .wpcf7 {
  width: 100%;
}
.contact__form .wpcf7-spinner {
  display: none;
}
.contact__form .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 1em 0;
  color: var(--text-color-5);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Diodrum Rounded";
}
.contact__form form {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
}
.contact__form form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.contact__form form fieldset label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-8);
  font-family: "Diodrum Rounded";
}
.contact__form form fieldset label span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-8);
  font-family: "Diodrum Rounded";
}
.contact__form form fieldset label input {
  color: var(--text-color-5);
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid var(--background-1);
  background: transparent;
  font-family: "Diodrum Rounded";
  outline: none;
  margin: 0;
  padding: 0 0;
  color: var(--text-color-5);
  font-weight: 400;
  font-size: 16px;
}
.contact__form form fieldset label .wpcf7-not-valid-tip {
  font-size: 12px;
  color: var(--text-color-5);
}
.contact__form form div {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.contact__form form div .btn,
.contact__form form div .wpcf7-submit {
  border: none;
  outline: none;
  cursor: pointer;
  min-width: 100%;
  max-width: 250px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto";
  text-align: center;
  text-transform: uppercase;
  padding: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: var(--background-1);
  color: var(--text-color-2);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-1);
  transition: all 0.3s;
}
.contact__form form div .btn:hover,
.contact__form form div .wpcf7-submit:hover {
  color: var(--text-color-5);
  background: var(--background-4);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
}
.contact__form form div label {
  margin-left: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
  margin-top: 6px;
}
.contact__form form div label span, .contact__form form div label p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: var(--text-color-8);
  font-family: "Assistant";
}
.contact__form form div label input {
  margin-top: 2px;
  margin-right: 10px;
}
@media (max-width: 1549px) {
  .contact__form .container {
    margin: 3px 20px;
  }
}
@media (max-width: 1279px) {
  .contact__form .container {
    padding: 60px 28px;
  }
  .contact__form form {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contact__form .container {
    flex-direction: column;
  }
  .contact__form h2 {
    width: 100%;
    margin-bottom: 45px;
    max-width: 494px;
  }
  .contact__form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 3px auto;
    max-width: unset;
  }
  .contact__form form h2 {
    margin-bottom: 36px;
    color: var(--text-color-5);
  }
  .contact__form form fieldset {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
  }
  .contact__form form fieldset label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .contact__form form fieldset label span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--text-color-8);
    font-family: "Diodrum Rounded";
    width: 100%;
  }
  .contact__form form fieldset label textarea,
.contact__form form fieldset label input {
    resize: none;
    width: 100%;
    height: 25px;
    border: none;
    border-bottom: 1px solid var(--background-1);
    background: transparent;
    font-family: "Diodrum Rounded";
    outline: none;
    margin: 0;
    padding: 0 0;
    color: var(--text-color-5);
    font-weight: 400;
    font-size: 16px;
  }
  .contact__form form fieldset label textarea {
    min-height: 110px;
  }
  .contact__form form div {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contact__form form div button {
    font-family: "Roboto";
    background: var(--background-1);
    color: var(--text-color-2);
    box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-1);
  }
  .contact__form form div button:hover {
    color: var(--text-color-5);
    background: var(--background-4);
    box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
  }
  .contact__form form div label {
    margin-left: 0;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
  }
  .contact__form form div label p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
    color: var(--text-color-8);
  }
  .contact__form form div label input {
    margin: 0;
    margin-right: 10px;
  }
}

.catalog .container {
  width: 100%;
}
.catalog .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.catalog .subTitle {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.catalog h2 {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.catalog .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 94px;
  margin-bottom: 3px;
}
.catalog .catalog__slider {
  position: relative;
  padding: 0 140px;
}
.catalog .catalog__slider .catalog__slide img {
  margin: auto;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.catalog .catalog__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--background-4);
  width: 65px;
  height: 65px;
  z-index: 2;
  font-size: 1px;
  cursor: pointer;
}
.catalog .catalog__slider .slick-next {
  right: 0;
}
.catalog .catalog__slider .slick-prev {
  left: 0;
}
.catalog .catalog__slider .slick-arrow::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--background-4);
  transition: all 0.3s;
}
.catalog .catalog__slider .slick-arrow:hover::after {
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
}
.catalog .catalog__slider .slick-next::after {
  background-image: url(../images/icon/arrow-right.svg);
}
.catalog .catalog__slider .slick-prev::after {
  background-image: url(../images/icon/arrow-left.svg);
}
.catalog .catalog__slider .slick-dots {
  position: absolute;
  bottom: -46px;
  left: 50%;
  height: 16px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.catalog .catalog__slider .slick-dots li::before {
  display: none;
}
.catalog .catalog__slider .slick-dots li {
  padding-left: 0px;
  margin: 0 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog .catalog__slider .slick-dots li button {
  background: var(--background-2);
  width: 6px;
  height: 6px;
  font-size: 1px;
  line-height: 1px;
  border-radius: 50%;
  cursor: pointer;
}
.catalog .catalog__slider .slick-dots li.slick-active {
  margin: 0 3.5px;
}
.catalog .catalog__slider .slick-dots li.slick-active button {
  background: var(--background-4);
  width: 10px;
  height: 10px;
  color: var(--background-4);
  background: var(--background-4);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
}
@media (max-width: 1279px) {
  .catalog .catalog__slider {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .catalog .catalog__slider {
    padding: 0 55px;
  }
  .catalog .catalog__slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
}

.reg .reg__inner {
  background: var(--background-3);
}
.reg .info__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.reg .info__box img {
  width: 50%;
}
.reg .info__box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 60px;
}
.reg .info__box .content h2 {
  margin-bottom: 13px;
}
.reg .info__box .content h4 {
  margin-bottom: -3px;
}
.reg .info__box .content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--text-color-4);
  font-family: "Assistant";
}
.reg .info__box .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--text-color-4);
  font-family: "Assistant";
  margin-bottom: 22px;
}
@media (max-width: 922px) {
  .reg .info__box {
    flex-direction: column;
  }
  .reg .info__box img {
    width: 100%;
  }
  .reg .info__box .content {
    padding: 60px 30px;
  }
}
.reg .info__box:nth-child(even) {
  flex-direction: row-reverse;
}

.contact .container {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.contact .footer__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .footer__content h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
  font-family: "Diodrum Rounded";
}
.contact .footer__content p {
  text-align: center;
  width: 100%;
  max-width: 422px;
  margin-bottom: 46px;
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
}
.contact .footer__content .contact__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 55px;
}
.contact .footer__content .contact__list .list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
  border-right: 1px solid var(--background-8);
}
.contact .footer__content .contact__list .list__item img {
  margin-bottom: 15px;
  height: 18px;
  width: auto;
}
.contact .footer__content .contact__list .list__item p {
  font-family: "Diodrum Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--text-color-1);
  margin-bottom: 0;
}
.contact .footer__content .contact__list .list__item a {
  font-family: "Diodrum Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--text-color-1);
}
.contact .footer__content .contact__list .list__item a:hover {
  color: var(--text-color-2);
  text-decoration: underline;
}
.contact .footer__content .contact__list .list__item:last-child {
  border: none;
}
.contact .footer__content .contact__list .list__item:last-child a {
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .contact .footer__content .contact__list {
    flex-wrap: wrap;
  }
  .contact .footer__content .contact__list .list__item {
    width: 50%;
  }
  .contact .footer__content .contact__list .list__item:nth-child(2) {
    border-right: 1px solid transparent;
  }
}
@media (max-width: 580px) {
  .contact .footer__content .contact__list .list__item:nth-child(2),
.contact .footer__content .contact__list .list__item {
    width: 100%;
    border-right: none;
    position: relative;
    padding: 30px 20px 29px;
  }
  .contact .footer__content .contact__list .list__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 70px;
    background: var(--background-8);
  }
}
.contact .footer__content iframe {
  min-height: 420px;
}
.contact .wpcf7 {
  width: 100%;
  max-width: 494px;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 1em 0;
  color: var(--text-color-5);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Diodrum Rounded";
}
.contact form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 494px;
  background: var(--background-4);
  padding: 55px 65px;
  margin: 3px auto;
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
}
@media (max-width: 767px) {
  .contact form {
    padding: 60px 30px;
  }
}
.contact form h2 {
  margin-bottom: 36px;
  color: var(--text-color-5);
}
.contact form fieldset {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
.contact form fieldset label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-8);
  font-family: "Diodrum Rounded";
}
.contact form fieldset label span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-8);
  font-family: "Diodrum Rounded";
}
.contact form fieldset label textarea,
.contact form fieldset label input {
  resize: none;
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid var(--background-1);
  background: transparent;
  font-family: "Diodrum Rounded";
  outline: none;
  margin: 0;
  padding: 0 0;
  color: var(--text-color-5);
  font-weight: 400;
  font-size: 16px;
}
.contact form fieldset label textarea {
  min-height: 110px;
}
.contact form fieldset label .wpcf7-not-valid-tip {
  font-size: 12px;
  color: var(--text-color-5);
}
.contact form div {
  display: grid;
  grid-template-columns: 1fr;
}
.contact form div .btn,
.contact form div .wpcf7-submit {
  border: none;
  outline: none;
  cursor: pointer;
  min-width: 100%;
  max-width: 250px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto";
  text-align: center;
  text-transform: uppercase;
  padding: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: var(--background-1);
  color: var(--text-color-2);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-1);
  transition: all 0.3s;
}
.contact form div .btn,
.contact form div .wpcf7-submit:hover {
  color: var(--text-color-5);
  background: var(--background-4);
  box-shadow: 0px 0px 0px 1px var(--background-1), 0px 0px 0px 2px var(--background-4), 0px 0px 0px 3px var(--background-4);
}
.contact form div label {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
}
.contact form div label span, .contact form div label p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: var(--text-color-8);
}
.contact form div label input {
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 922px) {
  .contact .container {
    flex-direction: column-reverse;
  }
  .contact .footer__content {
    margin-bottom: 30px;
  }
  .contact form {
    max-width: 100%;
  }
  .contact .form {
    max-width: 100%;
  }
  .contact .wpcf7 {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */





.section-content .section-content__inner {
  padding: 100px 0 0;
}

.section-content .section-content__title {
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  font-size: 85px;
  font-family: "Monotype Corsiva";
  color: #A83D72;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width:991px) {
  .section-content .section-content__inner {
    padding: 50px 0;
  }

  .section-content .section-content__title {
    font-size: 46px;
    margin-bottom: 30px;
  }
}

.text {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  font-size: 16px;
  color: #868686;
}

.text *:not(li, span, strong, a, b, i, section) {
  margin-bottom: 20px;
}

.text *:last-child {
  margin-bottom: 0;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #A83D72;
}

.text h1 {
  font-size: 85px;
}

.text h2 {
  font-size: 52px;
}

.text h3 {
  font-size: 38px;
}

.text h4,
.text h5,
.text h6 {
  font-size: 30px;
}

.text p {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.text a {
  color: inherit;
  text-decoration: underline;
}

.text blockquote {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: #A83D72;
  border-radius: 15px;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 74px 116px;
  position: relative;
  z-index: 2;
  border: none;
}

.text blockquote::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 37px;
  width: 60px;
  height: 47px;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.text img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.text .alignleft {
  float: left;
}

.text .alignright {
  float: right;
}

.text .aligncenter {
  margin: 0 auto;
}

.text iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.text ul,
.text ol{
  list-style: none;
}

.text ul li {
  padding-left: 10px;
  position: relative;
  z-index: 2;
}

.text ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #868686;
}

.text ul li ol {
  counter-reset: numUl;
}

.text ul li ol li {
  padding-left: 0;
}

.text ul li ol li:has(> strong:first-child, > b:first-child)::before {
  font-weight: 700;
}

.text ul li ol li::after {
  display: none;
}

.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.text ol {
  counter-reset: numOl;
}

.text ol li:has(> strong:first-child)::before {
  font-weight: 700;
}

.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.text ol li ol {
  padding-left: 10px;
}

.text ol li ul {
  padding-left: 10px;
}

.text ol li ul li {
  padding-left: 10px;
  position: relative;
  z-index: 2;
}

.text ol li ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #868686;
}

.text ol li ul li::before {
  display: none;
}

@media screen and (max-width:991px) {
  .text h1 {
    font-size: 46px;
  }

  .text h2 {
    font-size: 24px;
  }

  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 20px;
  }

  .text blockquote {
    border-radius: 10px;
    font-size: 18px;
    padding: 50px 20px 30px;
  }

  .text blockquote::before {
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
  }
}

.wpcf7-list-item-label a{
    color: inherit;
text-decoration: underline;
}