.block-inline-blockhero-section {
  position: relative;
}
.block-inline-blockhero-section .field--name-field-cover-image picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(177deg, rgba(0, 0, 0, 0.5) 30.76%, rgba(0, 0, 0, 0) 77.09%);
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .block-inline-blockhero-section .field--name-field-cover-image picture::before {
    background: linear-gradient(177deg, rgba(0, 0, 0, 0.4) 60.76%, rgba(0, 0, 0, 0) 86.09%);
  }
}
.block-inline-blockhero-section .field--name-field-cover-image picture img {
  position: relative;
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.block-inline-blockhero-section .title {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .block-inline-blockhero-section .title {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .block-inline-blockhero-section .title {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .block-inline-blockhero-section .title {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .block-inline-blockhero-section .title {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .block-inline-blockhero-section .title {
    max-width: 1320px;
  }
}
.block-inline-blockhero-section .title {
  position: absolute;
  top: 20%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .block-inline-blockhero-section .title {
    top: 12%;
  }
}
.block-inline-blockhero-section .title .field--name-field-sub-titile {
  color: var(--primary-white);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 120%;
  text-transform: capitalize;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .block-inline-blockhero-section .title .field--name-field-sub-titile {
    width: 100%;
  }
}
.block-inline-blockhero-section .title .field--name-field-hero-description {
  color: var(--primary-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  flex-basis: 25%;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .block-inline-blockhero-section .title .field--name-field-hero-description {
    flex-basis: 100%;
  }
}
.block-inline-blockhero-section .hero-section {
  position: relative;
}
.block-inline-blockhero-section .hero-section .field--name-field-clutch-widget {
  position: absolute;
  bottom: 90px;
  left: 10px;
  z-index: 9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block-inline-blockhero-section .hero-section .field--name-field-clutch-widget.field--name-field-clutch-widget > .field__item:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .block-inline-blockhero-section .hero-section .field--name-field-clutch-widget.field--name-field-clutch-widget > .field__item:nth-child(3) {
    display: none;
  }
  .block-inline-blockhero-section .hero-section .field--name-field-clutch-widget.field--name-field-clutch-widget > .field__item:nth-child(2) {
    display: none;
  }
}
.block-inline-blockhero-section .hero-section .link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 12px;
  z-index: 9;
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a {
  text-transform: uppercase;
  padding: 20px 80px 20px 25px !important;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-white);
  position: relative;
  list-style: none;
  background-color: var(--primary-blue);
  padding: 20px 25px;
  width: 360px;
  height: 90px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a {
    width: 250px;
    height: 80px;
  }
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a::after {
  content: url("../images/external-arrow-white.svg");
  position: absolute;
  right: 25px;
  bottom: 25px;
  line-height: 0;
  z-index: 0;
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-white);
  display: block;
  width: 65%;
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a:hover {
  background-color: var(--primary-light-purple) !important;
  color: var(--primary-black) !important;
  transition: all 0.3s ease-in-out !important;
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a:hover::after {
  content: url("../images/external-arrow-black.svg");
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a:hover a {
  color: var(--primary-black);
}
.block-inline-blockhero-section .hero-section .link .field--name-field-sub-link a::after {
  bottom: 35px;
}

.blog-hero-section .view-content {
  position: relative;
}
.blog-hero-section .view-content .field--name-field-media-image picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(177deg, rgba(0, 0, 0, 0.4) 19.76%, rgba(0, 0, 0, 0) 60.09%);
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .blog-hero-section .view-content .field--name-field-media-image picture::before {
    background: linear-gradient(177deg, rgba(0, 0, 0, 0.4) 60.76%, rgba(0, 0, 0, 0) 86.09%);
  }
}
.blog-hero-section .view-content .field--name-field-media-image picture img {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
}
@media screen and (min-width: 280px) and (max-width: 991px) {
  .blog-hero-section .view-content .field--name-field-media-image picture img {
    height: calc(100vh - 80px);
  }
}
.blog-hero-section .view-content .title {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .blog-hero-section .view-content .title {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blog-hero-section .view-content .title {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .blog-hero-section .view-content .title {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .blog-hero-section .view-content .title {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .blog-hero-section .view-content .title {
    max-width: 1320px;
  }
}
.blog-hero-section .view-content .title {
  position: absolute;
  top: 20%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .blog-hero-section .view-content .title {
    top: 12%;
  }
}
.blog-hero-section .view-content .title h1 {
  color: var(--primary-white);
  font-size: clamp(40px, 4vw, 70px);
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 120%;
  text-transform: capitalize;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .blog-hero-section .view-content .title h1 {
    width: 100%;
  }
}
.blog-hero-section .view-content .title .field-short-description {
  color: var(--primary-white);
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.blog-hero-section .view-content .hero-section {
  position: relative;
}
.blog-hero-section .view-content .hero-section .link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 12px;
  z-index: 9;
}
.blog-hero-section .view-content .hero-section .link a {
  padding: 20px 80px 20px 25px !important;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-white);
  position: relative;
  list-style: none;
  background-color: var(--primary-blue);
  padding: 20px 25px;
  width: 360px;
  height: 90px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .blog-hero-section .view-content .hero-section .link a {
    width: 250px;
    height: 80px;
  }
}
.blog-hero-section .view-content .hero-section .link a::after {
  content: url("../images/external-arrow-white.svg");
  position: absolute;
  right: 25px;
  bottom: 25px;
  line-height: 0;
  z-index: 0;
}
.blog-hero-section .view-content .hero-section .link a a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-white);
  display: block;
  width: 65%;
}
.blog-hero-section .view-content .hero-section .link a a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.blog-hero-section .view-content .hero-section .link a:hover {
  background-color: var(--primary-light-purple) !important;
  color: var(--primary-black) !important;
  transition: all 0.3s ease-in-out !important;
}
.blog-hero-section .view-content .hero-section .link a:hover::after {
  content: url("../images/external-arrow-black.svg");
}
.blog-hero-section .view-content .hero-section .link a:hover a {
  color: var(--primary-black);
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .blog-hero-section .view-content .hero-section .link a {
    padding: 20px 60px 20px 20px !important;
  }
}

.hero-section-animation {
  min-height: calc(100vh - 84px);
  background: var(--primary-charcoal);
  position: relative;
  margin-top: 84px;
  overflow: hidden;
  max-width: -webkit-fill-available;
  background-image: linear-gradient(to right, #2a3bd1 0%, #2a3bd1 77.5%, #45b9fe 77.5%, #45b9fe calc(77.5% + 14.9%), #92d8ff calc(77.5% + 14.9%), #92d8ff 100%);
}
@media screen and (max-width: 1200px) {
  .hero-section-animation {
    min-height: 50vh;
    margin-top: 80px;
  }
}
.hero-section-animation .hero-section-container {
  min-height: calc(100vh - 84px);
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .hero-section-animation .hero-section-container {
    min-height: 50vh;
    height: 50vh;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 0 12px;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-height: calc(100vh - 84px);
}
@media screen and (max-width: 1200px) {
  .hero-section-animation .hero-section-container .content-slide-1 {
    height: 50vh;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  flex-basis: 55%;
}
@media screen and (max-width: 1200px) {
  .hero-section-animation .hero-section-container .content-slide-1 .left-side {
    flex-basis: 65%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-animation .hero-section-container .content-slide-1 .left-side {
    flex-basis: 100%;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-title {
  font-size: clamp(40px, 3.5vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: var(--primary-white);
  padding-bottom: 15px;
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-brief {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--primary-white);
  padding-bottom: 15px;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-brief {
    width: 100%;
    font-size: 14px;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta {
  width: fit-content;
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a {
  transition: all ease-in-out 0.3s;
  border: 1px solid var(--primary-white);
  width: fit-content;
  padding: 24px;
  color: var(--primary-white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a {
    position: relative;
    color: var(--primary-white);
    background-color: var(--primary-blue);
    padding: var(--padding-cta-larg);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
    display: inline-table;
  }
  .hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a::after {
    content: url("../images/right-white-small.svg");
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
  }
  .hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a:hover {
    background-color: var(--primary-light-purple) !important;
    color: var(--primary-balck) !important;
    transition: all 0.3s ease-in-out !important;
  }
  .hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a:hover::after {
    content: url("../images/right-black-small.svg") !important;
  }
  .hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a {
    font-size: 0;
    padding: 0;
    border: unset;
  }
}
@media only screen and (max-width: 767px) and (min-width: 280px) and (max-width: 767px) {
  .hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a:hover {
    background-color: unset !important;
    border: unset !important;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a:hover {
  background-color: var(--primary-purple) !important;
  color: var(--primary-black) !important;
  border: 1px solid var(--primary-purple) !important;
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a:hover::after {
  background-image: url(../images/external-arrow-black.svg);
}
.hero-section-animation .hero-section-container .content-slide-1 .left-side .field--name-field-slide-cta a::after {
  content: "";
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  background: url(../images/external-arrow-white.svg) no-repeat center;
}
.hero-section-animation .hero-section-container .content-slide-1 .right-side {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-grow: 1;
  position: relative;
  gap: 65px;
}
@media screen and (max-width: 1600px) {
  .hero-section-animation .hero-section-container .content-slide-1 .right-side {
    scale: 0.85;
  }
}
@media screen and (max-width: 1400px) {
  .hero-section-animation .hero-section-container .content-slide-1 .right-side {
    scale: 0.7;
    gap: 35px;
  }
}
@media screen and (max-width: 1250px) {
  .hero-section-animation .hero-section-container .content-slide-1 .right-side {
    scale: 0.65;
    gap: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-animation .hero-section-container .content-slide-1 .right-side {
    display: none;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 .right-side .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-section-animation .hero-section-container .content-slide-1 .right-side .left-content {
    gap: 15px;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 .right-side .right-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-section-animation .hero-section-container .content-slide-1 .right-side .right-content {
    gap: 15px;
  }
}
.hero-section-animation .hero-section-container .content-slide-1 .right-side {
  transform: translateX(-50px);
}
.hero-section-animation .hero-section-container .content-slide-2 .left-side .field--name-field-slide-cta a,
.hero-section-animation .hero-section-container .content-slide-3 .left-side .field--name-field-slide-cta a {
  border-color: var(--primary-blue) !important;
  background-color: var(--primary-blue) !important;
}
@media screen and (max-width: 767px) {
  .hero-section-animation .hero-section-container .content-slide-2 .left-side .field--name-field-slide-cta a,
  .hero-section-animation .hero-section-container .content-slide-3 .left-side .field--name-field-slide-cta a {
    position: relative;
    color: var(--primary-white);
    background-color: var(--primary-blue);
    padding: var(--padding-cta-larg);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
    display: inline-table;
  }
  .hero-section-animation .hero-section-container .content-slide-2 .left-side .field--name-field-slide-cta a::after,
  .hero-section-animation .hero-section-container .content-slide-3 .left-side .field--name-field-slide-cta a::after {
    content: url("../images/right-black-small.svg");
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
  }
  .hero-section-animation .hero-section-container .content-slide-2 .left-side .field--name-field-slide-cta a:hover,
  .hero-section-animation .hero-section-container .content-slide-3 .left-side .field--name-field-slide-cta a:hover {
    background-color: var(--primary-light-purple) !important;
    color: var(--primary-balck) !important;
    transition: all 0.3s ease-in-out !important;
  }
  .hero-section-animation .hero-section-container .content-slide-2 .left-side .field--name-field-slide-cta a:hover::after,
  .hero-section-animation .hero-section-container .content-slide-3 .left-side .field--name-field-slide-cta a:hover::after {
    content: url("../images/right-black-small.svg") !important;
  }
  .hero-section-animation .hero-section-container .content-slide-2 .left-side .field--name-field-slide-cta a,
  .hero-section-animation .hero-section-container .content-slide-3 .left-side .field--name-field-slide-cta a {
    font-size: 0;
    padding: 0;
    border: unset;
  }
}
@media only screen and (max-width: 767px) and (min-width: 280px) and (max-width: 767px) {
  .hero-section-animation .hero-section-container .content-slide-2 .left-side .field--name-field-slide-cta a:hover,
  .hero-section-animation .hero-section-container .content-slide-3 .left-side .field--name-field-slide-cta a:hover {
    background-color: unset !important;
    border: unset !important;
  }
}
/*# sourceMappingURL=hero-section.css.map */
