/*#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_2 {
  display: flex;
  position: relative;
  overflow: hidden;
}
.component_content_2 > .container {
  z-index: 2;
}
.component_content_2 .component__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.component_content_2 .component__link {
  width: fit-content;
  min-width: 220px;
  flex-shrink: 0;
}
.component_content_2 .component__title {
  padding-right: 15px;
  line-height: 120%;
}
.component_content_2 .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_2 .component__head {
    margin-bottom: calc(0.0227272727 * 100vw + 12.7272727273px);
  }
  .component_content_2 .component__title.style_1 {
    font-size: calc(0.0181818182 * 100vw + 26.1818181818px);
  }
}
@media (max-width: 767px) {
  .component_content_2 .component__title {
    text-align: center;
    padding-right: 0px;
  }
  .component_content_2 .component__head.type_1 {
    flex-direction: column;
  }
  .component_content_2 .component__head.type_2 {
    flex-direction: column;
    justify-content: center;
  }
  .component_content_2 .component__link {
    margin-top: 15px;
  }
}
.component_content_2 .component__inner {
  display: grid;
  grid-template-columns: 530px 1fr;
  grid-column-gap: 70px;
}
.component_content_2 .component__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.component_content_2 .component__content {
  height: fit-content;
}
.component_content_2 .component__content * {
  color: var(--color-light);
}
.component_content_2 .component__content p {
  font-size: 20px;
  line-height: 150% !important;
}
.component_content_2 .component__link {
  margin-top: 60px;
  min-width: 220px;
  width: fit-content;
}
.component_content_2 .component__background {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-1_Black);
  font-size: 340px;
  line-height: 100%;
  color: rgba(var(--color-shade_1--rgb), 0.1);
}
.component_content_2 .card {
  display: grid;
  grid-row-gap: 25px;
  border-radius: 20px;
  padding: 25px;
  background-color: var(--color-primary);
}
.component_content_2 .card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-light);
  padding: 10px;
}
.component_content_2 .card__image img {
  filter: var(--color-primary--filter);
  width: 100%;
  height: 100%;
}
.component_content_2 .card__title {
  font-family: var(--font-1_Bold);
  font-size: 14px;
  line-height: 100%;
  line-height: 130%;
  color: var(--color-light);
}
@media (max-width: 575px) {
  .component_content_2 .card {
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 15px;
  }
}
@media (max-width: 1199px) {
  .component_content_2 .component__background {
    font-size: calc(0.25 * 100vw + 40px);
  }
  .component_content_2 .component__content p {
    font-family: var(--font-1_20);
    font-size: 16px;
    line-height: 100%;
  }
  .component_content_2 .component__inner {
    grid-row-gap: 30px;
    grid-template-columns: 100%;
  }
  .component_content_2 .component__cards {
    margin: auto;
    max-width: 530px;
    order: 1;
  }
  .component_content_2 .component__link {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(0.0340909091 * 100vw + 19.0909090909px);
  }
}
@media (max-width: 575px) {
  .component_content_2 .component__cards {
    grid-template-columns: 1fr;
  }
}