.front__tiles .grid-container .grid-row,
.front__partners .grid-container .grid-row,
.front__featured .grid-container .grid-row {
  padding-bottom: 1rem;
}

.front__search {
  min-height: 19rem;
  background: linear-gradient(
    320deg,
    rgba(161, 35, 80, 1),
    rgba(75, 37, 72, 1)
  );
}
.path-frontpage .front__search {
  margin-top: 4rem;
}
.front__tiles,
.front__partners {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--color-white);
}

.front__tiles {
  padding-top: 2rem;
}

.front__featured {
  background: linear-gradient(
    107deg,
    rgba(243, 110, 69, 1),
    rgba(250, 168, 78, 1)
  );
  min-height: 42rem;
  padding-bottom: 2rem;
}
.front__featured .recent-profiles__button {
  text-align: center;
}
.breakpoint-mobile-only .front__featured .col-s-6 {
  width: 100%;
}

.breakpoint-mobile-only .front__featured .recent-profiles .profile-tile {
  height: unset;
  min-height: unset;
}
.breakpoint-mobile-only .front__featured .profile-tile .shortlist__button {
  top: 23%;
  right: 0.8rem;
}
.breakpoint-mobile-only .front__featured .profile-tile .profile-tile__image {
  height: auto;
  clip-path: circle(78.7% at 43% -25%);
  -webkit-clip-path: circle(78.7% at 43% -25%);
  max-height: unset;
}
.breakpoint-mobile-only .front__featured .profile-tile .profile-tile__details {
  height: auto;
  margin-bottom: 1rem;
  margin-top: -12%;
}
.breakpoint-mobile-only
  .front__featured
  .profile-tile
  .profile-tile__details
  h3 {
  margin-top: unset;
}
.breakpoint-mobile-only
  .front__featured
  .profile-tile
  .profile-tile__details
  p {
  font-size: var(--text-small);
}

.image__collection {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 3rem;
}
.image__collection.image__collection--diis {
  align-items: unset;
  justify-content: unset;
  display: block;
}

.image__collection a {
  height: 150px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  width: 33%;
  margin: 0 1%;
  justify-content: center;
  vertical-align: middle;
}

.image__collection a:first-child {
  margin-left: 1rem;
}
.image__collection.image__collection--diis a:first-child {
  margin-left: unset;
}
.image__collection a:nth-child(3) {
  margin-right: 0.5rem;
}

.image__collection img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
  display: block;
}
.image__collection.image__collection--diis a img {
  max-width: unset;
  width: 238px;
}
.breakpoint-widescreen .image__collection.image__collection--diis a img,
.breakpoint-desktop .image__collection.image__collection--diis a img,
.breakpoint-tablet-landscape .image__collection.image__collection--diis a img {
  position: absolute;
  left: 0;
}

.front__partners--header {
  margin-bottom: 3rem;
  padding-left: 0.7%;
}

.breakpoint-mobile-only .grid-container .grid-row,
.breakpoint-tablet-portrait .grid-container .grid-row {
  margin-right: 0;
  margin-left: 0;
}

.breakpoint-mobile-only .expert-search .grid-row .col-s-6,
.breakpoint-tablet-portrait .expert-search .grid-row .col-s-6 {
  margin-right: 0;
  margin-left: 0;
}

.breakpoint-mobile-only
  .block-views-blockrecent-updates-recent-updates
  .recent-profiles__button
  a,
.breakpoint-tablet-portrait
  .block-views-blockrecent-updates-recent-updates
  .recent-profiles__button
  a {
  max-width: 100%;
  float: none;
}

.breakpoint-mobile-only .front__partners,
.breakpoint-tablet-portrait .front__partners {
  text-align: center;
}

.breakpoint-mobile-only .image__collection,
.breakpoint-tablet-portrait .image__collection {
  display: block;
}

.breakpoint-mobile-only .image__collection a,
.breakpoint-tablet-portrait .image__collection a {
  display: flex;
  width: 100%;
  margin: 0 0 2rem;
}

.breakpoint-mobile-only .image__collection img,
.breakpoint-tablet-portrait .image__collection img {
  max-width: 100%;
  height: auto;
}

.grid-header {
  text-align: center;
  margin-top: 3rem;
  font-size: var(--text-large);
  padding: 1.5rem;
  background: #fff;
  position: relative;
  color: #872155;
}

.hero-block-ctn {
  padding: 10px;
  background: rgb(74, 37, 71);
}
.hero-block-ctn h1 {
  color: orange;
  font-size: 51px;
  font-weight: bolder;
  margin: 20px 0 10px 0;
  font-family: system-ui;
}
.hero-body-text {
  color: white;
  font-size: 20px;
}

.hero-block-ctn .button {
  background: #f2630a;
}
.hero-body-text-main {
  font-size: 25px;
  margin: 0px;
}
.text-orange {
  color: orange;
}

.hero-block-ctn img {
  clear: left;
  border-radius: 25%;
  width: 60%;
}
.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #ff4400 0%,
    #f2630a 29%,
    #e9ae89 67%,
    #f9f0e1 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 30px;
  font-family: system-ui;
  font-weight: bold;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* pop up block */

.pop-up-block {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 30vh;
  display: none;
}
.pop-up-block .hero-block-ctn h1 {
  font-size: 30px;
}

.pop-up-block .hero-body-text,
.pop-up-block .hero-body-text-main {
  font-size: 15px;
}

.pop-up-block .animate-charcter {
  font-size: 25px;
}

.pop-up-block img {
  width: 30%;
}

.pop-up-block .container {
  width: 50%;
  border-radius: 20px;
}
.pop-up-close {
  position: absolute;
  left: 73%;
  color: orange;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .pop-up-block .container {
    width: 80%;
  }

  .pop-up-close {
    font-size: 25px;
    left: 85%;
  }
}

.hero-block-profile .hero-body-text {
  font-size: 16px;
}

.hero-block-profile .hero-header {
  font-size: 32px;
}

.fixed-top {
  /* position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; */
  width: 80%;
  margin: 5px auto !important;
  font-size: 15px;
}
