.financial {
	padding-top: 180px;
}
.financial-main-img img {
	width: 100%;
}

.financial-right {
  position: relative;
}

.play-button-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-button {
  margin: 0;
}
.financial-main-img {
  margin: 0;
  position: relative;
}
.financial-main-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.financial-left h2 {
  color: var(--color-3);
  font-weight: 700;
  font-size: 26px;
}
.financial-left p {
  color: var(--color-1);
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}
.financial-call {
  color: var(--color-1);
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}
.financial-call span {
  font-weight: 700;
}

.financial-btn {
  display: block;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #000;
  width: max-content;
  line-height: 20px;
}

.financial-left-top {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.financial-left-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.financial-left {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.financial-client-img img {
	width: 100%;
}

.financial-seen {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.financial-seen h3 {
  margin: 0;
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
iframe {
  display: block;
  width: 100%;
}

.item__grid, .itemGrid {
  display: grid;
  justify-content: space-between;
  gap: 0 30px;
}
.item__grid.twoCards, .itemGrid.twoCards {
  grid-template-columns: repeat(2, calc(50% - 20px));
}
@media (max-width: 570px) {
  .item__grid.twoCards, .itemGrid.twoCards {
    grid-template-columns: 100%;
  }
}
.item__grid.threeCards, .itemGrid.threeCards {
  grid-template-columns: repeat(3, calc((100% / 3) - 20px));
}
@media (max-width: 768px) {
  .item__grid.threeCards, .itemGrid.threeCards {
    grid-template-columns: repeat(2, calc(50% - 20px));
  }
}
@media (max-width: 570px) {
  .item__grid.threeCards, .itemGrid.threeCards {
    grid-template-columns: 100%;
  }
}
.item__grid.fourCards, .itemGrid.fourCards {
  grid-template-columns: repeat(4, calc(25% - 20px));
}
@media (max-width: 1200px) {
  .item__grid.fourCards, .itemGrid.fourCards {
    grid-template-columns: repeat(3, calc((100% / 3) - 20px));
  }
}
@media (max-width: 768px) {
  .item__grid.fourCards, .itemGrid.fourCards {
    justify-content: center;
    grid-template-columns: repeat(2, calc(50% - 20px));
  }
}
@media (max-width: 570px) {
  .item__grid.fourCards, .itemGrid.fourCards {
    grid-template-columns: 100%;
  }
}

/*video gallery*/
.video-collection {
  align-items: flex-start;
}
.video-collection.singleCard {
  grid-template-columns: 80%;
  justify-content: center;
}
@media (max-width: 768px) {
  .video-collection.singleCard {
    grid-template-columns: 95%;
  }
}

.video-collection__item {
  display: grid;
  grid-template-areas: "media" "text";
  grid-template-rows: 1fr auto;
}

.video-collection__media {
  display: grid;
  grid-template-areas: "stack";
}

.video-collection__video, .video-collection__pic {
  grid-area: stack;
  aspect-ratio: 15/9;
}

.videoGallery iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.video-collection__video {
  height: 100%;
  aspect-ratio: 15/9;
}

.video-collection__pic {
  position: relative;
  cursor: pointer;
}
.video-collection__pic img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-collection__text {
  margin-top: 1em;
}

.video-collection__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23fff' d='M32.16 16.08L8.94 4.47A2.07 2.07 0 0 0 6 6.32v23.21a2.06 2.06 0 0 0 3 1.85l23.16-11.61a2.07 2.07 0 0 0 0-3.7Z' class='clr-i-solid clr-i-solid-path-1'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mfp-content {
  text-align: center;
}
.mfp-content .video-collection__video {
  position: relative;
  aspect-ratio: auto;
  text-align: center;
  display: inline-block;
}

.cVideoGallery .block__footer.text.inTowCol ul, .cVideoGallery .block__footer.text.inTowCol ol {
  -moz-column-count: 1;
       column-count: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cVideoGallery .block__footer.text.inTowCol li {
  flex: 0 1 45%;
  margin: 0;
}
.cVideoGallery .block__footer.text.inTowCol li:nth-child(-n+2) {
  margin: 0 0 1.5em 0;
}
@media (max-width: 768px) {
  .cVideoGallery .block__footer.text.inTowCol li {
    flex: 1 1 100%;
    margin-bottom: 1.5em;
  }
}
@media(max-width:991px){
  .financial-left-bottom {
  row-gap: 10px;
}
.financial-call {
  font-size: 13px;
  line-height: 27px;
}
.financial-left-top {
  row-gap: 10px;
}
.financial {
  padding-top: 100px;
}
}
@media(max-width:768px){
  .financial-inner .row {
  flex-direction: column-reverse;
  row-gap: 30px;
}
}
@media(max-width:575px){
  .financial-left h2 {
  font-size: 20px;
}
.financial-left p {
  font-size: 15px;
  line-height: 25px;
}
.financial-btn {
  font-size: 14px;
}
.financial {
  padding-top: 100px;
}
}