.hero-with-slider-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-with-slider-section .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero-with-slider-section .bg-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  content: "";
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-with-slider-section .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: 50% 0%;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.1s linear;
  z-index: 0;
}
.hero-with-slider-section .container {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 230px;
}
.hero-with-slider-section .hero-slide-header {
  padding: 50px 0;
}
.hero-with-slider-section .hero-with-slider {
  text-align: center;
}
.hero-with-slider-section .hero-title {
  margin-bottom: 28px;
  font-size: 48px;
}
@media (min-width: 1200px) {
  .hero-with-slider-section .hero-title {
    margin-bottom: 27px;
  }
}
@media (min-width: 1400px) {
  .hero-with-slider-section .hero-title {
    font-size: 64px;
    margin-bottom: 23px;
  }
}
.hero-with-slider-section .hero-subtitle {
  max-width: 640px;
  margin: 0 auto 29px;
}
@media (min-width: 768px) {
  .hero-with-slider-section .hero-subtitle {
    margin: 0 auto 38px;
  }
}
@media (min-width: 768px) {
  .hero-with-slider-section .btn {
    margin-bottom: 115px;
  }
}
@media (min-width: 1200px) {
  .hero-with-slider-section .btn {
    margin-bottom: 48px;
  }
}
@media (min-width: 1400px) {
  .hero-with-slider-section .btn {
    margin-bottom: 66px;
  }
}
.hero-with-slider-section .btn:hover {
  color: #293239;
}
.hero-with-slider-section .btn:hover svg {
  color: #477a9d;
}
.hero-with-slider-section .press-release {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .hero-with-slider-section .press-release {
    width: 590px;
    bottom: 80px;
    right: 80px;
    left: auto;
  }
}
.hero-with-slider-section .press-release-box {
  display: flex !important;
}
.hero-with-slider-section .press-release-box.slick-active {
  z-index: 10;
  opacity: 1 !important;
}
.hero-with-slider-section .press-release-box.slick-active .press-reelease-logo,
.hero-with-slider-section .press-release-box.slick-active .press-release-box-text-holder {
  translate: 0 0;
}
.hero-with-slider-section .press-release-box:hover span.read-more svg rect {
  fill: #F38F70;
  stroke: #F38F70;
}
.hero-with-slider-section .press-release-box:hover span.read-more svg path,
.hero-with-slider-section .press-release-box:hover span.read-more svg line {
  stroke: #fff;
}
.hero-with-slider-section .press-release-box:hover .press-reelease-logo {
  transform: scale(1.02);
}
.hero-with-slider-section .press-release-box:hover .press-release-box-text-holder:after {
  right: 4px;
  left: 4px;
}
.hero-with-slider-section .press-release-box a {
  display: flex;
  text-decoration: none;
}
.hero-with-slider-section .press-release-box .press-reelease-logo {
  transform: scale(1);
  translate: 50px 0;
  background: #244B66;
  border-radius: 4px;
  overflow: hidden;
  width: 124px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .hero-with-slider-section .press-release-box .press-reelease-logo {
    width: 200px;
  }
}
.hero-with-slider-section .press-release-box .press-reelease-logo svg {
  width: 86px;
  height: 70px;
}
@media (min-width: 768px) {
  .hero-with-slider-section .press-release-box .press-reelease-logo svg {
    width: 116px;
    height: 93px;
  }
}
.hero-with-slider-section .press-release-box .press-release-box-text-holder {
  width: calc(100% - 130px);
  translate: 50px 0;
  padding: 18px 15px;
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 768px) {
  .hero-with-slider-section .press-release-box .press-release-box-text-holder {
    width: calc(100% - 206px);
    padding: 28px 22px;
  }
}
.hero-with-slider-section .press-release-box .press-release-box-text-holder:after {
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s;
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: #FBFBFB;
}
.hero-with-slider-section .press-release-box .press-release-title {
  margin: 0 0 10px;
  font: 400 18px/1.1 "IvyMode", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 768px) {
  .hero-with-slider-section .press-release-box .press-release-title {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}
.hero-with-slider-section .press-release-box .press-release-description {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #293239;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .hero-with-slider-section .press-release-box .press-release-description {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
.hero-with-slider-section .press-release-box .over-box {
  text-align: right;
}
.hero-with-slider-section .press-release-box .over-box span.read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-with-slider-section .press-release-box .over-box span.read-more svg rect,
.hero-with-slider-section .press-release-box .over-box span.read-more svg path,
.hero-with-slider-section .press-release-box .over-box span.read-more svg line {
  transition: all 0.3s;
}
.hero-with-slider-section .press-release-box .over-box span.read-more .txt {
  color: #293239;
  font-size: 12px;
  font-weight: 300;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .hero-with-slider-section .press-release-box .over-box span.read-more .txt {
    margin-right: 32px;
    font-size: 16px;
  }
}