.quote-block, .quote-block-light, .quote-block-dark, .review-card__message p:first-child {
  display: block;
  width: 100%;
  min-height: var(--icon-size, 40px);
  position: relative;
  padding-left: var(--left-pad, 3rem);
  font-size: 1.16em;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  background-position: 0 0;
  background-size: var(--icon-size);
  background-repeat: no-repeat;
}

@media screen and (max-width: 559px) {
  .quote-block, .quote-block-light, .quote-block-dark, .review-card__message p:first-child {
    --icon-size: 36px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1559px) {
  .quote-block, .quote-block-light, .quote-block-dark, .review-card__message p:first-child {
    --left-pad: 4.5rem;
  }
}
@media screen and (min-width: 1560px) {
  .quote-block, .quote-block-light, .quote-block-dark, .review-card__message p:first-child {
    --left-pad: 5rem;
  }
}
.quote-block-dark, .review-card__message p:first-child {
  background-image: url(/assets/icon-blockquote-white-b7550725cbd4d7354afba3b57d0d8f6b139bd2f1487c6090e18d730c0e4e84f1.svg);
}

.quote-block-light {
  background-image: url(/assets/icon-blockquote-991d07cd45e5ef90949cb77bc08338225b17d450447f0e407df362b8e95ff918.svg);
}

.block-page-title {
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.block-page-title > div:not(:first-child) {
  margin-top: 1rem;
}

.block-page-title-b,
.block-page-title-name {
  font-weight: 700;
  text-transform: uppercase;
}

.block-page-title-text {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .block-page-title-name {
    font-size: 42px;
  }
  .block-page-title-b {
    font-size: 12px;
  }
  .block-page-title-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559px) {
  .block-page-title {
    max-width: 85%;
  }
  .block-page-title-name {
    font-size: 96px;
  }
  .block-page-title-b {
    font-size: 20px;
  }
}
@media screen and (min-width: 1560px) {
  .block-page-title {
    max-width: 65%;
  }
  .block-page-title-name {
    font-size: 138px;
  }
  .block-page-title-b {
    font-size: 30px;
  }
  .block-page-title-text {
    font-size: 24px;
  }
}
.about-desc .longread-title {
  text-align: center;
}

.about-desc .longread-quote {
  max-width: unset;
  margin-top: 1rem;
}

.about-desc-list {
  margin-top: calc(2 * var(--x-pad));
}

.about-desc-list li:not(:first-child) {
  margin-top: calc(1.5 * var(--x-pad));
}

.about-desc-list-head {
  font-size: 20px;
}

.about-desc .longread-lead {
  text-align: left;
}

.about-desc .longread-lead p:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .about-desc {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-desc-list-head {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .about-desc {
    max-width: 64%;
  }
  .about-desc-list,
  .longread-lead {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-desc .longread-lead {
    column-count: 1;
  }
}
.longread-top {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.longread-author {
  font-weight: 600;
}

.longread-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 1.25rem;
}

.longread-lead {
  line-height: 1.5;
  margin-top: 1.25rem;
  text-align: justify;
}

.longread-quote {
  margin-top: 1.5rem;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

.longread-quote::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/icon-blockquote-white-b7550725cbd4d7354afba3b57d0d8f6b139bd2f1487c6090e18d730c0e4e84f1.svg) 0 0/contain no-repeat;
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  .longread-author {
    font-size: 24px;
  }
  .longread-title {
    margin-top: 1.5rem;
    font-size: 32px;
  }
  .longread-lead {
    margin-top: 2rem;
    font-size: 21px;
  }
  .longread-quote {
    margin-top: 2rem;
    font-size: 21px;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .longread-author {
    font-size: 24px;
  }
  .longread-title {
    margin-top: 1.5rem;
    font-size: 40px;
  }
  .longread-lead {
    margin-top: 3rem;
    font-size: 21px;
  }
  .longread-quote {
    margin-top: 3rem;
    font-size: 21px;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .longread-author {
    font-size: 24px;
  }
  .longread-title {
    margin-top: 1.5rem;
    font-size: 40px;
  }
  .longread-lead {
    margin-top: 3rem;
    font-size: 21px;
    column-count: 2;
    column-gap: 3rem;
  }
  .longread-quote {
    margin-top: 3rem;
    font-size: 21px;
    padding-left: 4rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1559px) {
  .longread-top {
    max-width: 1060px;
  }
  .longread-author {
    font-size: 24px;
  }
  .longread-title {
    margin-top: 1.5rem;
    font-size: 40px;
  }
  .longread-lead {
    margin-top: 3rem;
    font-size: 21px;
    column-count: 2;
    column-gap: 3rem;
  }
  .longread-quote {
    margin-top: 4rem;
    font-size: 21px;
    padding-left: 4rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .longread-quote::before {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 1560px) {
  .longread-top {
    max-width: 1210px;
  }
  .longread-author {
    font-size: 32px;
  }
  .longread-title {
    margin-top: 2rem;
    font-size: 58px;
  }
  .longread-lead {
    margin-top: 4rem;
    font-size: 24px;
    column-count: 2;
    column-gap: 3rem;
  }
  .longread-quote {
    margin-top: 4rem;
    font-size: 24px;
    padding-left: 5rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .longread-quote::before {
    width: 52px;
    height: 52px;
  }
}
.text-box {
  padding: var(--x-pad);
}

.text-theme-light {
  background: #fff;
  color: #494747;
}

.text-box-btn {
  margin-top: var(--x-pad);
}

.text-box-btn .page-call2action-btn {
  margin-top: 0;
}

@media screen and (max-width: 559px) {
  .text-box {
    width: calc(100% + 2 * var(--x-pad));
    margin-left: calc(-1 * var(--x-pad));
  }
  .text-box-data {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 560px) and (max-width: 1023px) {
  .text-box-data {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1559px) {
  .text-box-data {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1560px) {
  .text-box-data {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .text-box-container {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-box-head {
  font-weight: 600;
  line-height: 1.3;
}

.text-box-info {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  color: #989898;
}

@media screen and (max-width: 559px) {
  .text-box-head {
    font-size: 24px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1023px) {
  .text-box-head {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .text-box-head {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1559px) {
  .text-box-head {
    font-size: 40px;
  }
}
@media screen and (min-width: 1560px) {
  .text-box-head {
    font-size: 58px;
  }
}
@media screen and (min-width: 1280px) {
  .text-box-centered {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-box-content {
  line-height: 1.6;
}

.text-box-content > *:not(:first-child) {
  /* margin-top: 1.78em; last comments */
  margin-top: 1.5em;
}

.text-box-content blockquote {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
}

.text-box-content blockquote::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/icon-blockquote-991d07cd45e5ef90949cb77bc08338225b17d450447f0e407df362b8e95ff918.svg) 0 0/contain no-repeat;
}

.text-box-content ul,
.text-box-content ol {
  padding-left: 2em;
}

.text-box-content li {
  display: list-item;
}

.text-box-content li:not(:first-child) {
  margin-top: 1em;
}

.text-box-content ul li {
  list-style-type: disc;
}

.text-box-content ol li {
  list-style-type: decimal;
}

.text-box-content a {
  text-decoration: underline;
}

.text-box-content a:hover {
  text-decoration: none;
}

.text-box-content img {
  display: block;
  width: 100%;
  height: auto;
}

.action-container {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.3;
}

.page-call2action,
.page-call2action-body {
  position: relative;
}

.page-call2action-picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.page-call2action-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.page-call2action-text,
.page-call2action-btn {
  margin-top: 1rem;
}

.page-call2action-btn {
  display: inline-block;
  padding: 0 1rem;
  height: 52px;
  line-height: 52px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 600;
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
  transition: color 0.25s, background-color 0.25s;
}

.page-call2action-btn:hover {
  background-color: transparent;
  color: var(--color-accent);
}

@media screen and (max-width: 559px) {
  .action-container {
    padding: 0;
  }
  .page-call2action-body {
    padding: 2rem var(--x-pad);
  }
}
@media screen and (min-width: 560px) {
  .page-call2action-body {
    padding: 5rem var(--x-pad);
  }
}
@media screen and (min-width: 768px) {
  .page-call2action-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .page-call2action-title {
    font-size: 32px;
  }
  .page-call2action-text {
    font-size: 20px;
  }
  .page-call2action-btn {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1560px) {
  .page-call2action-title {
    font-size: 40px;
  }
  .page-call2action-text {
    font-size: 24px;
  }
  .page-call2action-btn {
    font-size: 20px;
    height: 77px;
    line-height: 77px;
    padding: 0 3rem;
  }
}
.big-varaint {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  align-items: center;
}

.big-varaint::before,
.big-varaint .page-call2action-body {
  grid-row: 1/2;
  grid-column: 1/2;
}

.big-varaint::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 35%;
}

.big-varaint .page-call2action-title {
  color: var(--color-accent);
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 800;
}

.big-varaint .page-call2action-text,
.big-varaint .page-call2action-btn {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .big-varaint .page-call2action-title {
    font-size: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .big-varaint .page-call2action-title {
    font-size: 72px;
  }
}
@media screen and (min-width: 1560px) {
  .big-varaint .page-call2action-title {
    font-size: 124px;
  }
}
.about-awards-block {
  padding-bottom: 32px;
  padding-top: 24px;
  position: relative;
  overflow: hidden;
  user-select: none;
}

@media screen and (max-width: 559px) {
  .about-awards-block .base-slider-button-prev,
  .about-awards-block .base-slider-button-next {
    display: none;
  }
  .awards-pagination {
    position: relative;
    margin-top: 24px;
    --swiper-pagination-color: var(--color-accent);
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
}
@media screen and (min-width: 560px) {
  .awards-pagination {
    display: none;
  }
  .block-awards-slider {
    width: calc(100% - 84px);
    margin-left: auto;
    margin-right: auto;
  }
  .about-awards-block .base-slider-button-prev.swiper-button-disabled,
  .about-awards-block .base-slider-button-next.swiper-button-disabled {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .block-awards-slider {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1024px) {
  .block-awards-slider {
    width: calc(100% - 240px);
  }
}
.award-card {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.award-card__picture {
  display: block;
  position: relative;
}

@supports (aspect-ratio: 260/110) {
  .award-card__picture {
    aspect-ratio: 260/110;
  }
}
@supports not (aspect-ratio: 260/110) {
  .award-card__picture::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 42.3%;
  }
}
.award-card__title {
  line-height: 1.4;
  margin-top: 1em;
  font-size: 14px;
}

@media screen and (min-width: 1559px) {
  .award-card__title {
    font-size: 16px;
  }
}
.about-review-block {
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
  user-select: none;
}

@media screen and (max-width: 559px) {
  .about-review-block .base-slider-button-prev,
  .about-review-block .base-slider-button-next {
    display: none;
  }
  .review-pagination {
    position: relative;
    margin-top: 24px;
    --swiper-pagination-color: var(--color-accent);
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
}
@media screen and (min-width: 560px) {
  .review-pagination {
    display: none;
  }
  .block-review-slider {
    width: calc(100% - 84px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .about-review-block {
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-review-slider {
    width: 75%;
  }
}
.review-card {
  line-height: 1.5;
}

.review-card__message p:not(:first-child) {
  margin-top: 1em;
}

.review-card__author {
  margin-top: 2em;
  font-weight: 600;
  font-size: 1.33em;
}

.review-card__position {
  color: #868686;
}

.team-box {
  width: 100%;
  overflow: hidden;
}

.team-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-top: -32px;
}

.team-item {
  padding: 32px 8px 0;
}

@media screen and (max-width: 559px) {
  .team-item {
    width: 50%;
  }
}
@media screen and (min-width: 560px) and (max-width: 1023px) {
  .team-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1559px) {
  .team-item {
    width: 25%;
  }
}
@media screen and (min-width: 1560px) {
  .team-item {
    width: 20%;
  }
}
.team-card {
  line-height: 1.3;
}

.team-card-pic {
  position: relative;
}

.team-card-pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.55) 85%, rgb(0, 0, 0) 100%), rgba(0, 0, 0, 0.2);
}

@supports (aspect-ratio: 310/360) {
  .team-card-pic {
    aspect-ratio: 310/360;
  }
}
@supports not (aspect-ratio: 310/360) {
  .team-card-pic::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 118%;
  }
}
.team-card-name {
  font-size: 1.11em;
  font-weight: 600;
  margin-top: 0.8em;
}

.team-card-desc {
  font-size: 0.88em;
  margin-top: 0.6em;
}
