.banner {
  /* @media (min-width:1248px){
      margin-left: calc((100vw - 1200px) * -0.5);
      margin-right: calc((100vw - 1200px) * -0.5);
      padding-right: calc((100vw - 1200px) * 0.5);
      padding-left: calc((100vw - 1200px) * 0.5);
  } */
  overflow: hidden;
  position: relative;
}
.banner.alignwide {
  margin-top: 150px;
  min-height: calc(var(--app-height) - 159px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px 24px;
  text-align: center;
}
@media (min-width: 991px) {
  .banner.alignwide {
    margin-bottom: 59px;
    min-height: calc(100vh - 209px);
  }
}
.banner.alignwide .banner-in {
  max-width: 936px;
  margin: 0 auto;
}
.banner.alignwide::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%);
}
.banner.alignfull {
  min-height: var(--app-height);
  padding: 150px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -24px;
}
@media (min-width: 991px) {
  .banner.alignfull {
    padding: 200px 24px;
  }
}
@media (min-width: 1248px) {
  .banner.alignfull {
    margin-left: calc((100vw - 1200px) * -0.5);
    margin-right: calc((100vw - 1200px) * -0.5);
    padding-right: calc((100vw - 1200px) * 0.5);
    padding-left: calc((100vw - 1200px) * 0.5);
  }
}
.banner.alignfull::after {
  background: linear-gradient(64deg, rgba(10, 10, 10, 0.99) 26.91%, rgba(2, 2, 2, 0.21) 115%);
}
.banner.alignfull .banner-in {
  max-width: 692px;
}
.page-id-9 .banner.alignfull .banner-in {
  max-width: 570px;
}
@media (min-width: 991px) {
  .page-id-9 .banner.alignfull .banner-in h2 {
    font-size: 4.5rem;
    margin-bottom: 24px;
  }
}
.page-id-11 .banner.alignfull .banner-in ul {
  max-width: 602px;
}
.page-id-13 .banner.alignfull .banner-in {
  max-width: 868px;
}
.page-id-13 .banner.alignfull .banner-in ul {
  max-width: 764px;
}
.banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.banner-in {
  position: relative;
  z-index: 2;
}
.banner h2 {
  margin: 0 0 48px;
}
.banner .button {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 991px) {
  .banner .button {
    font-size: 18px;
  }
}
.banner p {
  margin-bottom: 48px;
  line-height: 1.625;
  color: #D1D1D1;
}
@media (min-width: 991px) {
  .banner p {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}
.banner ul {
  margin-bottom: 48px;
  padding: 16px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  line-height: 1.625;
  border-radius: 8px;
  background: #312D18;
  color: #EFEFEF;
}
@media (min-width: 991px) {
  .banner ul {
    font-size: 1.3125rem;
    line-height: 1.52281;
    padding: 24px;
  }
}
.banner ul li {
  position: relative;
  padding-left: 40px;
}
.banner ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../../images/arrow-circle-right.svg) no-repeat;
}