.hero-banner-corp {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
}

.hero-banner-corp img {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-banner-corp .section-name {
  font-size: var(--tp-label_m-size);
  line-height: var(--tp-label_m-height);
  letter-spacing: 0.56px;
  margin-bottom: 8px;
  color: var(--color-kelly_green);
  text-transform: uppercase;
}

.hero-banner-corp .page-name {
  font-size: var(--tp-xl-size);
  line-height: var(--tp-xl-height);
  font-weight: var(--font-extrabold);
  color: var(--color-white);
  margin-bottom: 32px;
}

.hero-banner-corp .hero-content .col {
  margin-bottom: 32px;
  padding: 0;
}

.hero-banner-corp .hero-content .col p {
  font-size: var(--tp-body_l-size);
  line-height: var(--tp-body_l-height);
  letter-spacing: 0.18px;
  color: var(--color-white);
}

.hero-banner-corp .hero-content .col p b {
  font-weight: var(--font-extrabold);
}

.hero-banner-corp:not(:has(picture)) .page-name {
  color: var(--color-blue_navy);
}

@media (min-width: 768px) {
  .hero-banner-corp {
    position: relative;
    padding-top: 104px;
  }
  .hero-banner-corp .section-name {
    font-size: var(--tp-label_m-size);
    line-height: var(--tp-label_m-height);
    letter-spacing: 0.56px;
    margin-bottom: 8px;
  }
  .hero-banner-corp .page-name {
    font-size: var(--tp-xl-size);
    line-height: var(--tp-xl-height);
    font-weight: var(--font-extrabold);
    margin-bottom: 48px;
  }
  .hero-banner-corp .page-name span {
    display: block;
  }
  .hero-banner-corp .hero-content .col {
    margin-bottom: 32px;
    padding: 0;
    max-width: 80%;
  }
  .hero-banner-corp .hero-content .col:last-child {
    margin-left: 20%;
  }
}

@media (min-width: 1360px) {
  .hero-banner-corp {
    position: relative;
    padding: 120px 0px;
  }
  .hero-banner-corp img {
    height: auto;
  }
  .hero-banner-corp .section-name {
    font-size: var(--tp-label_lr-size);
    line-height: var(--tp-label_lr-height);
    letter-spacing: 0.56px;
    margin-bottom: 8px;
  }
  .hero-banner-corp .page-name {
    font-size: var(--tp-xxl-size);
    line-height: var(--tp-xxl-height);
    font-weight: var(--font-extrabold);
    margin-bottom: 48px;
  }
  .hero-banner-corp .page-name span {
    display: block;
  }
  .hero-banner-corp .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }
  .hero-banner-corp .hero-content .col {
    max-width: 48%;
    margin-bottom: 0px;
  }
  .hero-banner-corp .hero-content .col:last-child {
    margin-top: 64px;
    margin-left: 0;
  }
}

.hero-banner-corp.v1 img {
  height: 300px;
}

.hero-banner-corp.v1 .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-banner-corp.v1 .hero-content .plain-text p {
  font-size: var(--tp-body_l-size);
  line-height: var(--tp-body_l-height);
  letter-spacing: 0.18px;
  color: var(--color-black);
  margin-bottom: 0px;
}

.hero-banner-corp.v1 .hero-content .plain-text:has(> :nth-child(2 of div)) p {
  margin-bottom: 35px;
}

.hero-banner-corp.v1 .hero-content .plain-text p b {
  font-weight: 900;
}

.hero-banner-corp.v1 .hero-content .actions-wrapper {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: left;
}

.hero-banner-corp.v1 .hero-content .actions-wrapper .button {
  max-width: none;
  height: auto;
  line-height: 1.5em;
  max-width: 100%;
  white-space: normal;
  padding: 15px 20px;
  text-align: center;
}

.hero-banner-corp.v1 .hero-content .actions-wrapper .button span {
  display: inline-block;
}

@media (min-width: 768px) {
  .hero-banner-corp.v1 img {
    height: auto;
  }
  .hero-banner-corp.v1 .actions-wrapper .button {
    min-width: 420px;
  }
}

.hero-banner-corp.v2 img {
	height: 300px;
}

.hero-banner-corp.v2 .news-wrapper {
	width: 100%;
}

.hero-banner-corp.v2 .news-wrapper .news-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.hero-banner-corp.v2 .news-wrapper .news-header h1 {
	font-size: var(--tp-xl-size);
  line-height: var(--tp-xl-height);
  color: var(--color-blue_navy);
  font-weight: var(--font-extrabold);
	margin: 0;
}

.hero-banner-corp.v2 .news-wrapper .news-header .link {
	margin-top: 15px;
}

.hero-banner-corp.v2 .news-wrapper .news-header .link a i {
  display: none;
}

.hero-banner-corp.v2 .news-wrapper .news-content {
	overflow-x: scroll;
	margin: 0 -15px;
	padding: 10px 0;
}

.hero-banner-corp.v2 .news-wrapper .news-content .news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hero-banner-corp.v2 .news-wrapper .news-content .news li {
	width: 255px;
	margin-right: 30px;
	min-width: 255px;
}

.hero-banner-corp.v2 .news-wrapper .news-content .news li:first-child {
	margin-left: 15px;
}

.hero-banner-corp.v2 .news-wrapper .news-content .news li .news-item {
	padding: 40px 24px;
	height: 328px;
	display: inline-block;
	position: relative;
	background-color: var(--color-white);
  border: 1px solid var(--color-gray_100);
  border-radius: 16px;
}

.hero-banner-corp.v2 .news-wrapper .news-content .news li .news-item .date {
	font-size: var(--tp-body_s-size);
	letter-spacing: 0.32px;
	color: var(--color-gray_500);
	line-height: var(--tp-body_s-height);
	margin-bottom: 16px;
}

.hero-banner-corp.v2 .news-wrapper .news-content .news li .news-item .text {
	height: 160px;
  font-size: var(--tp-body_m-size);
  overflow: hidden;
  color: var(--color-blue_navy);
  font-weight: var(--font-bold);
  letter-spacing: 0.18px;
  line-height: var(--tp-body_m-height);
}

.hero-banner-corp.v2 .news-wrapper .news-content .news li .news-item .button-tertiary {
  margin: 24px 0px 0px auto;
}

@media (min-width: 768px) {
	.hero-banner-corp.v2 .news-wrapper {
		width: 100%;
	}
	.hero-banner-corp.v2 .news-wrapper .news-content {
		margin: 0 -40px;
	}
	.hero-banner-corp.v2 .news-wrapper .news-content .news li:first-child {
		margin-left: 40px;
	}
}

@media (min-width: 1200px) {
	.hero-banner-corp.v2 .news-wrapper .news-content {
		overflow: hidden;
	}
}

@media (min-width: 1360px) {
	.hero-banner-corp.v2 img {
		height: auto;
	}
	.hero-banner-corp.v2 .news-wrapper {
		width: 100%;
	}
	.hero-banner-corp.v2 .news-wrapper .news-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.hero-banner-corp.v2 .news-wrapper .news-header h1 {
		font-size: var(--tp-xxl-size);
    line-height: var(--tp-xxl-height);
	}
	.hero-banner-corp.v2 .news-wrapper .news-header .link {
		margin-top: 0px;
	}
	.hero-banner-corp.v2 .news-wrapper .news-content .news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hero-banner-corp.v2 .news-wrapper .news-content .news li {
		width: 23%;
	}
	.hero-banner-corp.v2 .news-wrapper .news-content .news li .news-item .date {
		font-size: var(--tp-body_m-size);
    line-height: var(--tp-body_m-height);
	}
	.hero-banner-corp.v2 .news-wrapper .news-content .news li .news-item .text {
		font-size: var(--tp-body_l-size);
		line-height: var(--tp-body_l-height);
	}
}

.hero-banner-module {
  margin-top: 60px;
  position: relative;
}

@media (min-width: 1360px) {
  .hero-banner-module {
    margin-top: 120px;
  }
}
