/*#region ------ Variables --- */
/*#endregion*/
/*#region ------ Fonts --- */
/*#endregion*/
/*#region ------ Colors --- */
/*#endregion*/
/*#region ------ Titles --- */
/*#endregion*/
/*#region ------ Adaptive --- */
/*#endregion*/
/*#region ------ Functions --- */
/*#endregion*/
/* ------ Global ------ */
/* ------ Parts ------ */
/* ------ Components ------ */
/* ------ Widgets ------ */
/* ------ UI ------ */
/* ------ Templates ------ */
/* ------ Misc ------ */
.component_content_6 {
  display: flex;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 100%;
}
.component_content_6 > .container {
  z-index: 2;
}
.component_content_6 .component__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.component_content_6 .component__link {
  width: fit-content;
  min-width: 220px;
  flex-shrink: 0;
}
.component_content_6 .component__title {
  padding-right: 15px;
  line-height: 120%;
}
.component_content_6 .component__title.style_1 {
  color: var(--color-dark);
  font-family: var(--font-1_Bold);
  font-size: 48px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .component_content_6 .component__head {
    margin-bottom: calc(0.0227272727 * 100vw + 12.7272727273px);
  }
  .component_content_6 .component__title.style_1 {
    font-size: calc(0.0181818182 * 100vw + 26.1818181818px);
  }
}
@media (max-width: 767px) {
  .component_content_6 .component__title {
    text-align: center;
    padding-right: 0px;
  }
  .component_content_6 .component__head.type_1 {
    flex-direction: column;
  }
  .component_content_6 .component__head.type_2 {
    flex-direction: column;
    justify-content: center;
  }
  .component_content_6 .component__link {
    margin-top: 15px;
  }
}
.component_content_6 .component__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component_content_6 .component__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.component_content_6 .component__header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.component_content_6 .component__breadcrumbs {
  padding-bottom: 10px;
}
.component_content_6 .component__title {
  line-height: 100%;
  text-align: start;
}
.component_content_6 .component__content {
  max-width: 570px;
  display: grid;
  grid-auto-rows: min-content;
  grid-row-gap: 15px;
}
.component_content_6 .component__content * {
  line-height: 150%;
  color: var(--color-dark);
}
.component_content_6 .component__content strong {
  font-family: var(--font-1_Black);
}
.component_content_6 .component__content ul {
  display: grid;
  grid-row-gap: 10px;
}
.component_content_6 .component__content ul li {
  display: flex;
}
.component_content_6 .component__content ul li {
  display: flex;
  align-items: baseline;
}
.component_content_6 .component__content ul li:hover:before {
  background-color: var(--color-primary);
}
.component_content_6 .component__content ul li:before {
  flex-shrink: 0;
  content: "";
  transition: background-color ease 400ms;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
  margin-right: 12px;
}
.component_content_6 .component__content ol {
  display: grid;
  grid-row-gap: 10px;
  counter-reset: num;
}
.component_content_6 .component__content ol li {
  display: flex;
}
.component_content_6 .component__content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  margin-right: 10px;
}
.component_content_6 .component__content hr {
  height: 2px;
  background-color: var(--color-light);
}
.component_content_6 .component__content em {
  display: contents;
}
.component_content_6 .component__content h1 {
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--color-dark);
}
.component_content_6 .component__content h2 {
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--color-dark);
}
.component_content_6 .component__content h3 {
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--color-dark);
}
.component_content_6 .component__content h4 {
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--color-dark);
}
.component_content_6 .component__content h5 {
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--color-dark);
}
.component_content_6 .component__content h6 {
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--color-dark);
}
@media (max-width: 1199px) {
  .component_content_6 .component__content h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .component_content_6 .component__content h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .component_content_6 .component__content h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .component_content_6 .component__content h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .component_content_6 .component__content h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .component_content_6 .component__content h6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.component_content_6 .component__content * {
  font-family: var(--font-1_Medium);
  font-size: 18px;
  line-height: 100%;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .component_content_6 .component__content * {
    font-size: calc(0.0022727273 * 100vw + 15.2727272727px);
  }
}
.component_content_6 .component__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px;
  height: fit-content;
}
.component_content_6 .component__wrapper > .container {
  z-index: 1;
}
.component_content_6 .component__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.component_content_6 .card {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-column-gap: 15px;
  align-items: center;
  height: fit-content;
  background-color: var(--color-dark);
  padding: 40px 20px;
  border-radius: 20px;
}
.component_content_6 .card__image {
  filter: var(--color-primary--filter);
}
.component_content_6 .card__image img {
  width: 100%;
  height: 100%;
}
.component_content_6 .card__title {
  font-family: var(--font-1_Medium);
  font-size: 18px;
  line-height: 100%;
  color: var(--color-light);
  line-height: 150%;
}
@media (max-width: 1199px) {
  .component_content_6 .card__title {
    font-size: calc(0.0022727273 * 100vw + 15.2727272727px);
  }
}
@media (max-width: 1199px) {
  .component_content_6 .component__cards {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .component_content_6 .component__background {
    display: none;
  }
}
@media (max-width: 767px) {
  .component_content_6 .component__cards {
    grid-template-columns: 100%;
  }
}