:root {
  --blank-value: 80px;
}

.financial {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.financial-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.financial-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.financial-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.financial-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.financial__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 190px 130px 190px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.financial__container__title {
  margin: 0 0 30px 0;
  color: #181818;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 600;
}
.financial__container.-showcase {
  flex-direction: row;
}
.financial__container.-band {
  flex-direction: column;
  align-items: center;
  padding: 80px 55px 105px 55px;
  background-color: #f7f9fa;
}
.financial__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 70px 0;
  width: calc(50% - 46px);
  height: auto;
  text-decoration: none;
}
.financial__item.-single {
  flex-direction: row;
  width: 100%;
}
.financial__item.-single .financial__item__info {
  justify-content: space-between;
  flex-direction: row;
}
.financial__item.-single .financial__item__title {
  margin: 0 0 10px;
}
.financial__item.-single .financial__item__wrapper {
  justify-content: center;
  margin: 0 0 0 40px;
  width: 100%;
  max-width: 440px;
}
.financial__item.-single .financial__item__image {
  width: 100%;
  max-width: 405px;
}
.financial__item.-single .financial__item__brands {
  display: none;
}
.financial__item.-single .financial__item__brands-single {
  display: flex;
  flex-direction: row;
}
.financial__item__info {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
}
.financial__item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 100%;
  height: 225px;
  background-color: #f7f9fa;
  border: 1px solid #e8ecf0;
}
.financial__item__image img {
  width: 100%;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.financial__item__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.financial__item__title {
  margin: 30px 0 10px;
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 700;
}
.financial__item__link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #181818;
  font-family: "Averta", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
.financial__item__link:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  width: 15px;
  height: 14px;
  background-image: url("/assets/svg/right-arrow-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: left 0.3s, opacity 0.3s;
}
.financial__item__link:hover {
  color: #0154a3;
}
.financial__item__link:hover:after {
  opacity: 1;
  left: 100px;
}
.financial__item__brands {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
  width: 100%;
}
.financial__item__brands-single {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 20px;
  gap: 20px;
  width: 100%;
}
.financial__item__url {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333% - 20px);
  height: 70px;
  background-color: #f7f9fa;
}
.financial__item__url:last-child {
  margin: 0;
}
.financial__item__url img {
  height: 100%;
  width: 100%;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.financial__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.financial__content__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px 20px 0;
  width: 16.6666666667%;
  height: 155px;
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #181818;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
}
.financial__content__item:hover {
  background-color: #fbfbfb;
  border: 1px solid #0154a3;
  color: #0154a3;
}
.financial__content__item:nth-child(3n) {
  margin: 0 0 20px 0;
}
.financial__content__item:last-child {
  margin-bottom: 0;
}
.financial__content__item img {
  margin: 0 0 15px 0;
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .financial-hero__container {
    border: 0;
  }
  .financial__container {
    padding: 67px;
    border: 0;
  }
}
@media only screen and (max-width: 909px) {
  .financial__content {
    flex-wrap: wrap;
  }
  .financial__content__item {
    width: calc(33.3333333333% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .financial__container {
    flex-direction: column;
  }
  .financial__item.-single .financial__item__info {
    flex-direction: column;
  }
  .financial__item.-single .financial__item__wrapper {
    margin: 20px 0 0 0;
    max-width: 100%;
  }
  .financial__item.-single .financial__item__image {
    max-width: 100%;
  }
  .financial__item {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .financial-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .financial__container {
    padding: 67px 24px 67px 24px;
  }
  .financial__container.-band {
    padding: 60px 24px 92px 24px;
  }
  .financial__content__item {
    margin: 0 0 20px 0;
    width: calc(50% - 10px);
  }
  .financial__content__item {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .financial__item.-single .financial__item__brands-single {
    flex-direction: column;
  }
  .financial__item__brands {
    flex-direction: column;
  }
  .financial__item__url {
    width: 100%;
  }
}