.hero {
  padding-top: 20rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 1440px) {
  .hero {
    padding-top: 13.25rem;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 3.75rem;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
.hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3.75rem;
}
.hero__body h1 {
  max-width: 70.75rem;
}
@media (max-width: 1280px) {
  .hero__body {
    padding: 0 3.125rem;
  }
}
@media (max-width: 991px) {
  .hero__body {
    padding: 0;
    gap: 2rem;
  }
}
.hero__paragraph {
  max-width: 66.75rem;
}
.hero__paragraph p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.125rem;
  text-align: center;
  line-height: 120%;
  color: var(--color-white);
}
.hero__paragraph strong {
  font-weight: 400;
  color: var(--color-accent-1);
}
@media (max-width: 767px) {
  .hero__paragraph p {
    font-size: 1rem;
  }
}
.hero__info {
  padding: 3.75rem 0;
  max-width: 45.125rem;
}
@media (max-width: 1700px) {
  .hero__info {
    width: 58vw;
  }
}
@media (max-width: 767px) {
  .hero__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }
}
.hero__subheading {
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: -0.05em;
  color: var(--color-heading-dark);
  margin-top: 0.75rem;
}
@media (max-width: 1440px) {
  .hero__subheading {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .hero__subheading {
    margin-top: 0.375rem;
    margin-bottom: 1.625rem;
    font-size: 1rem;
  }
}
.hero-picture {
  position: absolute;
  right: 2.5rem;
  top: 0;
  max-width: 45.9375rem;
  max-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .hero-picture {
    right: 0.25rem;
  }
}
@media (max-width: 991px) {
  .hero-picture {
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .hero-picture {
    margin-left: -1.75rem;
    width: calc(100% + 3rem);
    padding-top: 1.625rem;
    position: static;
    margin-bottom: -0.5rem;
  }
}
.hero-picture__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-picture__img-circle {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 77.6875rem;
  z-index: 1;
}
.hero-picture__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero__footer {
  display: flex;
  align-items: center;
  gap: 1.625rem;
  position: relative;
  background-color: var(--color-bg);
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  margin-top: 8.5rem;
  width: 100%;
  max-width: 43.75rem;
  z-index: 2;
  border-radius: 1rem;
}
@media (max-width: 1700px) {
  .hero__footer {
    margin-top: 6rem;
  }
}
@media (max-width: 1440px) {
  .hero__footer {
    margin-top: 4.375rem;
  }
}
@media (max-width: 1280px) {
  .hero__footer {
    max-width: 33.375rem;
    gap: 1rem;
  }
  .hero__footer .paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hero__footer {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    padding: 0.625rem;
  }
  .hero__footer .paragraph {
    text-align: center;
  }
}
.hero__photo {
  width: 11rem;
  min-width: 11rem;
  height: 10.625rem;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .hero__photo {
    width: 8.75rem;
    min-width: 8.75rem;
    height: 8.75rem;
  }
}
.hero__col {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.hero-decoration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 81.6875rem;
  width: 100%;
}
.hero-decoration__bg-left {
  position: absolute;
  top: -30rem;
  left: -70rem;
  width: 1754px;
  height: 1754px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .hero-decoration__bg-left {
    width: 1000px;
    height: 1000px;
    top: -7rem;
    left: -35rem;
  }
}
@media (max-width: 991px) {
  .hero-decoration__bg-left {
    width: 700px;
    height: 700px;
    top: 4rem;
    left: -26rem;
  }
}
@media (max-width: 767px) {
  .hero-decoration__bg-left {
    width: 30rem;
    height: 30rem;
    left: -18rem;
    top: 8rem;
  }
}
.hero-decoration__img-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .hero-decoration__img-gradient-left {
    height: 40rem;
  }
}
@media (max-width: 767px) {
  .hero-decoration__img-gradient-left {
    display: none;
  }
}
.hero-decoration__img-gradient-right-mob {
  display: none;
}
@media (max-width: 767px) {
  .hero-decoration__img-gradient-right-mob {
    display: block;
    position: absolute;
    top: 17rem;
    left: 0;
  }
}
.hero-decoration__bg-right {
  width: 1115px;
  height: 1115px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25rem;
  right: -25rem;
  z-index: 2;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .hero-decoration__bg-right {
    width: 700px;
    height: 700px;
    top: -20rem;
    right: -20rem;
  }
}
@media (max-width: 991px) {
  .hero-decoration__bg-right {
    width: 600px;
    height: 600px;
    top: -18rem;
    right: -18rem;
  }
}
@media (max-width: 767px) {
  .hero-decoration__bg-right {
    width: 350px;
    height: 350px;
    top: -11rem;
    right: -11rem;
  }
}
.hero-decoration__img-gradient-right {
  position: absolute;
  top: 0;
  right: -6rem;
  width: auto;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .hero-decoration__img-gradient-right {
    height: 100vh;
    right: -3rem;
  }
}
@media (max-width: 991px) {
  .hero-decoration__img-gradient-right {
    height: 28rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .hero-decoration__img-gradient-right {
    height: 11rem;
    width: 45rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.history {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.history__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
  padding: 3.75rem 0;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  margin-bottom: 10rem;
}
@media (max-width: 1280px) {
  .history__row {
    grid-template-columns: 1fr 1fr;
    row-gap: 1.875rem;
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 991px) {
  .history__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 6.25rem;
    position: relative;
    padding: 1.875rem 0;
  }
}
@media (max-width: 767px) {
  .history__row {
    row-gap: 1.625rem;
  }
}
.history__subheading {
  max-width: 32rem;
}
.history__paragraph {
  max-width: 44.75rem;
}
@media (max-width: 991px) {
  .history__icon {
    position: absolute;
    right: 0;
    top: 1.875rem;
  }
  .history__icon svg {
    width: 2rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .history__icon svg {
    width: 1rem;
  }
}
.history__body {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 991px) {
  .history__body {
    gap: 2.5rem;
  }
  .history__body .heading {
    max-width: 18rem;
  }
}
.history__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .history__list {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #545454;
  }
}
.history-item {
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  padding: 3.125rem 0;
}
@media (max-width: 991px) {
  .history-item {
    border-top: none;
    padding: 2.25rem 0;
  }
}
.history-item__header {
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .history-item__header {
    margin-bottom: 1.25rem;
  }
}
.history-item__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--color-grey);
}
@media (max-width: 767px) {
  .history-item__circle {
    width: 2.125rem;
    min-width: 2.125rem;
    height: 2.125rem;
  }
}
.history-item__number {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #7b7b7b;
}
.history-item__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .history-item__body {
    gap: 1.625rem;
  }
}
.history-item__body h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: var(--color-accent-1);
}
@media (max-width: 991px) {
  .history-item__body h3 {
    max-width: 35rem;
  }
}
@media (max-width: 767px) {
  .history-item__body h3 {
    font-size: 1.125rem;
  }
}
.history-item__body p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .history-item__body p {
    font-size: 1rem;
    font-weight: 300;
  }
}

.services__tabs {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 1280px) {
  .services__tabs {
    gap: 3rem;
    padding-bottom: 3.55rem;
  }
}
@media (max-width: 991px) {
  .services__tabs {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .services__tabs {
    padding-bottom: 5rem;
  }
}
.services-navigation {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 30rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .services-navigation {
    gap: 1rem;
    max-width: none;
  }
}
.services-navigation__header {
  width: 100%;
  padding: 1px;
  border-radius: 0.625rem;
  background: linear-gradient(180deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  display: none;
}
@media (max-width: 991px) {
  .services-navigation__header {
    display: block;
  }
}
.services-navigation__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 0.625rem;
  background-color: var(--color-dark);
  padding: 0.875rem 1.25rem;
}
.services-navigation__list {
  transition: 0.3s all;
}
@media (max-width: 1280px) {
  .services-navigation__list {
    gap: 2.5rem;
  }
}
@media (max-width: 991px) {
  .services-navigation__list {
    position: absolute;
    top: calc(100% + 1rem);
    max-height: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .services-navigation__list.js--active {
    max-height: 20rem;
    opacity: 1;
    overflow: auto;
  }
}
.services-navigation__list-inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 991px) {
  .services-navigation__list-inner {
    border-radius: 0.625rem;
    border: 1px solid rgb(97, 97, 97);
    gap: 1.25rem;
    background-color: var(--color-dark);
    padding: 1rem;
    overflow: hidden;
  }
}
.services-navigation-item {
  display: flex;
  gap: 3rem;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .services-navigation-item {
    gap: 1.5rem;
  }
}
.services-navigation-item.js--active .services-navigation-item__number, .services-navigation-item:hover .services-navigation-item__number {
  color: var(--color-accent-1);
}
.services-navigation-item.js--active .services-navigation-item__heading, .services-navigation-item:hover .services-navigation-item__heading {
  color: var(--color-accent-1);
}
.services-navigation-item__number {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--color-grey-1);
  transition: 0.3s all;
}
@media (max-width: 1280px) {
  .services-navigation-item__number {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .services-navigation-item__number {
    font-size: 0.875rem;
  }
}
.services-navigation-item__heading {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 2.75rem;
  text-transform: uppercase;
  line-height: 100%;
  color: var(--color-grey-1);
  transition: 0.3s all;
}
@media (max-width: 1280px) {
  .services-navigation-item__heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .services-navigation-item__heading {
    font-size: 1.5rem;
  }
}
.services-content {
  max-width: 60rem;
}
.services-content-item {
  display: none;
  flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 1280px) {
  .services-content-item {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .services-content-item {
    gap: 1.625rem;
  }
}
.services-content-item.js--active {
  display: flex;
  animation: fade 0.3s ease forwards;
}

.feedback {
  display: flex;
  align-items: flex-end;
  gap: 4.5rem;
}
@media (max-width: 1280px) {
  .feedback {
    gap: 3rem;
  }
}
@media (max-width: 991px) {
  .feedback {
    flex-direction: column;
    gap: 2rem;
  }
}
.feedback__col {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 100%;
  max-width: 36.25rem;
}
@media (max-width: 991px) {
  .feedback__col {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .feedback__col {
    gap: 1.625rem;
  }
}
.feedback__heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 120%;
  color: var(--color-main);
}
.feedback__heading strong {
  font-weight: 500;
  display: inline;
}
.feedback__form {
  width: 100%;
}
.feedback-decoration__img-left {
  position: absolute;
  top: 12rem;
  left: -30rem;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.feedback__img {
  position: absolute;
  top: -37rem;
  left: -30rem;
  pointer-events: none;
}
@media (max-width: 991px) {
  .feedback__img {
    max-width: 40rem;
    top: -24rem;
    left: -20rem;
  }
}
@media (max-width: 767px) {
  .feedback__img {
    max-width: 22rem;
    top: -12rem;
    left: auto;
    right: -12rem;
  }
}

.case__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 1280px) {
  .case__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .case__header {
    margin-bottom: 2.5rem;
    gap: 1.625rem;
  }
}
.case-tab__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .case-tab__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0.875rem;
    width: 100%;
  }
}
.case-tab__button-wrapper {
  padding: 1px;
  background: linear-gradient(180deg, rgb(30, 30, 33) 0%, rgb(97, 97, 97) 100%);
  border-radius: 100px;
  transition: 0.3s all;
}
.case-tab__button {
  border-radius: 100px;
  padding: 0.75rem 1rem;
  background: var(--color-dark);
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: var(--color-white);
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .case-tab__button {
    width: 100%;
    font-size: 0.75rem;
  }
}
.case-tab__button-wrapper:hover .case-tab__button {
  background: transparent;
}
.case-tab__button-wrapper.js--active {
  background: transparent;
}
.case-tab__button-wrapper.js--active .case-tab__button {
  background: #9327ff;
}
.case__link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--color-accent-1);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .case__link {
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
  }
}
.case__link strong {
  font-weight: 400;
}
.case__link svg {
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .case__link svg {
    width: 0.875rem;
    height: auto;
  }
}
.case__link:hover {
  opacity: 0.7;
}
.case__link:hover svg {
  transform: rotateZ(45deg);
}
.case-content__item {
  display: none;
}
.case-content__item.js--active {
  display: block;
  animation: fade 0.3s ease forwards;
}
.case__list {
  display: flex;
}
.case-item {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .case-item {
    gap: 1.625rem;
  }
}
.case-item__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  color: var(--color-main);
  position: relative;
}
@media (max-width: 767px) {
  .case-item__inner {
    gap: 1.625rem;
  }
}
.case-item__inner .tag {
  position: relative;
  z-index: 2;
}
.case-item__picture {
  width: 100%;
  border-radius: 0.625rem;
}
.case-item__img {
  width: 100%;
  aspect-ratio: 1/0.7;
  border-radius: 0.625rem;
  filter: grayscale(100%);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .case-item__img {
    border-radius: 0.375rem;
  }
}
.case-item:hover .case-item__img {
  filter: grayscale(0%);
}
.case-item__body {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .case-item__body {
    gap: 1.25rem;
  }
}
.case-item__info {
  display: flex;
  flex-direction: column;
  color: var(--color-main);
  gap: 1rem;
}
.case-item__info h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .case-item__info h3 {
    font-size: 1.125rem;
  }
}
.case-item__info p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--color-grey-3);
}
@media (max-width: 767px) {
  .case-item__info p {
    font-size: 0.875rem;
    font-weight: 300;
  }
}
.case-item__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.case-item__paragraph {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--color-grey-3);
}
.case-slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.case-slider__pagination.case-slider__pagination--hidden {
  display: none;
}
.case-slider__navigation {
  display: flex;
  align-items: center;
}
.case .pagination__brackets {
  margin-left: 1.25rem;
  margin-bottom: 0.35rem;
  color: rgba(249, 249, 249, 0.3);
}
@media (max-width: 480px) {
  .case .pagination__brackets {
    display: none;
  }
}
.case .swiper-button-lock + .pagination__brackets, .case .swiper-pagination-lock + .pagination__brackets {
  display: none;
}
.case .pagination__brackets.pagination__brackets--mar {
  margin-left: 0;
  margin-right: 1.25rem;
}
.case-slider__button {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--color-white);
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .case-slider__button {
    font-size: 1rem;
  }
}
.case-slider__button:hover {
  opacity: 0.8;
}
.case-slider__button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.case-slider__pagination-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  bottom: 0;
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .case-slider__pagination-container {
    gap: 0.25rem;
    margin: 0 0.375rem;
  }
}
.case-slider__pagination-container.swiper-pagination-lock {
  display: none;
}
.case .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 110%;
  color: rgba(249, 249, 249, 0.5);
  padding: 5px;
  margin: 0;
  border-radius: 0;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .case .swiper-pagination-bullet {
    font-size: 1rem;
  }
}
.case .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.case .swiper-pagination-bullet-active {
  color: var(--color-main);
}
.case .swiper-pagination-bullets {
  display: flex;
  gap: 0.625rem;
}
.case__img {
  position: absolute;
  right: -27rem;
  bottom: -21rem;
}
@media (max-width: 767px) {
  .case__img {
    width: 25rem;
    right: -15rem;
    bottom: -10rem;
  }
}

.blog__body {
  position: relative;
}
.blog__list {
  display: flex;
}
.blog-item {
  display: flex;
  padding: 1px;
  border-radius: 0.625rem;
  background: linear-gradient(225deg, rgb(97, 97, 97) 0%, rgb(30, 30, 33) 100%);
  min-height: 20.25rem;
}
@media (max-width: 767px) {
  .blog-item {
    min-height: 14.625rem;
  }
}
.blog-item__link {
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
  background-color: var(--color-bg);
  border-radius: 0.625rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .blog-item__link {
    padding: 1.25rem;
  }
}
.blog-item__link svg {
  min-width: 2.375rem;
  width: 2.375rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .blog-item__link svg {
    min-width: 1.375rem;
    width: 1.375rem;
  }
}
.blog-item__link:hover {
  background-color: transparent;
}
.blog-item__link:hover svg {
  transform: rotateZ(45deg);
}
.blog-item__header {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}
.blog-item__header .paragraph {
  max-width: 24rem;
}
.blog-item__footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: auto;
}
.blog__navigation {
  position: absolute;
  top: -6.375rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .blog__navigation {
    gap: 0.625rem;
    top: -4.325rem;
  }
}
.blog-slider__button {
  cursor: pointer;
  transition: 0.3s all;
}
.blog-slider__button svg {
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .blog-slider__button svg {
    width: 1.75rem;
    height: auto;
  }
}
.blog-slider__button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.blog-slider__button:hover {
  opacity: 0.7;
}

.logo {
  padding: 5rem 2rem;
  margin: 0 2.5rem;
  background-color: #111111;
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .logo {
    padding: 3rem 0rem;
  }
}
@media (max-width: 767px) {
  .logo {
    padding: 2.5rem 0rem;
    margin: 0 0.75rem;
  }
}
.logo__header {
  margin-bottom: 5rem;
}
@media (max-width: 1280px) {
  .logo__header {
    margin-bottom: 2.5rem;
  }
}
.logo__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.125rem;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}
@media (max-width: 1280px) {
  .logo__list {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .logo__list {
    justify-content: flex-start;
  }
}
.logo-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 5.25rem;
  flex: 0 0 auto;
  width: auto;
}
@media (max-width: 991px) {
  .logo-item__img {
    max-height: 2.25rem;
  }
}
.logo__img {
  position: absolute;
  top: 70%;
  right: 0;
}
@media (max-width: 1280px) {
  .logo__img {
    top: 90%;
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .logo__img {
    top: 87%;
    height: 20rem;
  }
}/*# sourceMappingURL=home.css.map */