#home .s1 {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background: url(/i/home-hero-bg.jpeg) center/cover no-repeat;
}

#home .s1 .contain {
  height: 100%;
  padding-bottom: 8.5rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

#home .s1 .hero-text {
  width: 100%;
  max-width: 900px;
  position: relative;
}

#home .s1 h1, #home .s1 p {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
}

#home .s1 p {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8rem;
  position: absolute;
  right: 0;
  bottom: .5rem;
  max-width: 20rem;
  color: #fff;
  line-height: 1.5em;
}

#home .s1 p sup {
  font-size: .8em;
  line-height: 0;
}

#home .s1 .plx-bg {
  background: url(/i/home-hero-bg.jpeg) center/cover no-repeat;
}

#home .s1.inView h1, #home .s1.inView p {
  transform: translateY(0);
}

#home .s1.inView h1 {
  opacity: 1;
  transition: opacity 0.667s cubic-bezier(0, 0.18, 0.34, 0.85), transform 0.667s cubic-bezier(0, 0.18, 0.34, 0.85);
}

#home .s1.inView p {
  opacity: .9;
  transition: opacity 0.667s cubic-bezier(0, 0.18, 0.34, 0.85) 0.667s, transform 0.667s cubic-bezier(0, 0.18, 0.34, 0.85) 0.667s;
}

#home .s2 .quote-wrapper {
  max-width: 1150px;
  margin: 0 auto 6rem;
}

#home .s2 .quote-wrapper .quote {
  margin: 0 auto 3rem 0;
  max-width: 945px;
}

#home .s2 .quote-wrapper h3 {
  display: inline;
}

#home .s2 .quote-wrapper img {
  position: relative;
  width: 1.85rem;
  height: 1.45rem;
}

#home .s2 .quote-wrapper img:first-child {
  top: -.25rem;
  margin-right: .6rem;
}

#home .s2 .quote-wrapper img:last-child {
  margin-left: .6rem;
}

#home .s2 .quote-wrapper .h-line {
  display: block;
  width: 2.5rem;
  height: 3px;
  background-color: #AB4110;
  margin-bottom: 1.5rem;
}

#home .s2 .numbers-wrapper {
  border-top: 1px solid rgba(51, 108, 128, 0.5);
  padding-top: 1rem;
}

#home .s2 .numbers-wrapper p.asOfDate {
  font-size: .7rem;
  font-weight: 200;
}

#home .s2 .numbers-wrapper .numbers-container {
  margin: 2.5rem 0 2rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  gap: 1rem;
}

#home .s2 .numbers-wrapper .number-counter {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#home .s2 .numbers-wrapper .number-counter * {
  color: #AB4110;
  line-height: 1em;
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
}

#home .s2 .numbers-wrapper .number-counter p.count {
  font-size: 4.5rem;
}

#home .s2 .numbers-wrapper .number-counter span {
  font-size: 3rem;
  line-height: 1.1em;
}

#home .s2 .numbers-wrapper .number-counter span .dollar-sign {
  line-height: 1em;
}

#home .s2 .numbers-wrapper .number-description {
  max-width: 245px;
  margin: 1.2rem auto 0;
}

#home .s2 .numbers-wrapper .number-description * {
  text-align: center;
  line-height: 1.3em;
}

#home .s2 .numbers-wrapper .number-description p.xs {
  font-size: .7rem;
  font-weight: 200;
  margin-top: .75rem;
}

#home .s3 {
  position: relative;
}

#home .s3 .plx-bg {
  background: url(/i/home-s3-bg-plx.jpeg) center/cover no-repeat;
}

#home .s3 .hover-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #336C80;
  border-width: 1px 0 1px 1px;
  height: 475px;
  width: 100%;
}

#home .s3 .hover-wrapper .box {
  width: calc(100%/3);
  height: 100%;
  padding: 2.5rem 3%;
  border-right: 1px solid #336C80;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color .4s ease;
}

#home .s3 .hover-wrapper .box * {
  color: #fff;
}

#home .s3 .hover-wrapper .box:hover {
  background-color: white;
}

#home .s3 .hover-wrapper .box:hover * {
  color: #002536;
}

#home .s3 .hover-wrapper .box:hover .arrow-path {
  stroke: #002536;
}

#home .s3 .hover-wrapper .box-number {
  width: max-content;
  padding-bottom: 1rem;
  border-bottom: 3px solid #AB4110;
  margin-bottom: 2rem;
}

#home .s3 .hover-wrapper .box-number p {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1em;
}

#home .s3 .hover-wrapper .box-title {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-bottom: 1.75rem;
}

#home .s3 .hover-wrapper .box-hidden-content {
  height: 0;
  overflow: hidden;
  transition: height .4s ease;
}

#home .s3 .hover-wrapper .box-hidden-content > div {
  padding-bottom: 1.75rem;
}

#home .s3 .hover-wrapper .box-hidden-content p {
  font-size: .8rem;
}

#home .s3 .hover-wrapper .box .arrow-path {
  stroke: #fff;
}

#home .s4 {
  background: url(/i/home-s4-bg-cropped.jpg) center top/cover no-repeat;
  min-height: 1070px;
}

#home .s4 .contain {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#home .s4 .contain .left {
  width: 28rem;
}

#home .s4 .contain .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 680px;
}

#home .s4 .contain .acc-title {
  display: -webkit-flexbox;
  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;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #336C80;
  margin-top: 1.5rem;
}

#home .s4 .contain .acc-title:first-child {
  margin-top: 0;
}

#home .s4 .contain .acc-title .plus-icon {
  width: 2.2rem;
  height: 2.2rem;
  position: relative;
  background-color: rgba(0, 92, 125, 0.15);
  border-radius: 1.1rem;
}

#home .s4 .contain .acc-title .plus-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: opacity .3s ease;
}

#home .s4 .contain .acc-title .plus-icon span.h-line {
  width: 1.2rem;
  height: 2px;
}

#home .s4 .contain .acc-title .plus-icon span.v-line {
  width: 2px;
  height: 1.2rem;
}

#home .s4 .contain .acc-title.fx-on .plus-icon span.v-line {
  opacity: 0;
}

#home .s4 .contain .acc-content div > p {
  padding: 1.5rem 0 2.5rem;
}

#home .s4 .contain .link-off-btn {
  width: max-content;
}

#home .s4 h4 {
  color: #002536;
}

#home .s5 {
  background-color: #336C80;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

#home .s5 .contain {
  position: relative;
}

#home .s5 .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 6.5rem;
}

#home .s5 .top .link-off-btn {
  padding: 1.65rem 4rem;
  position: relative;
  z-index: 5;
}

#home .s5 .news-carousel {
  padding-bottom: 7.5rem;
  position: relative;
}

#home .s5 .news-carousel .article-container {
  width: 460px;
  padding-left: 60px;
  position: relative;
}

#home .s5 .news-carousel .article-container:first-child {
  padding-left: 0;
  width: 400px;
}

#home .s5 .news-carousel .article-container:first-child::before {
  width: 100vw;
}

#home .s5 .news-carousel .article-container::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 500vh;
  top: -200vh;
  right: 0;
  background-color: rgba(207, 224, 238, 0);
  transition: background-color .3s ease;
  z-index: 1;
}

#home .s5 .news-carousel .article-container::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 500vh;
  top: -200vh;
  right: 0;
  border-right: 1px solid rgba(207, 224, 238, 0.25);
}

#home .s5 .news-carousel .article-container .article {
  position: relative;
  z-index: 2;
}

#home .s5 .news-carousel .article-container .img-wrapper {
  width: 100%;
  position: relative;
  margin-top: 2.5rem;
}

#home .s5 .news-carousel .article-container .insights-tb {
  display: block;
  aspect-ratio: 440/228;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#home .s5 .news-carousel .article-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
}

#home .s5 .news-carousel .article-container .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  z-index: 2;
  transition: opacity .3s ease;
}

#home .s5 .news-carousel .details {
  padding-right: 2rem;
  height: 13rem;
}

#home .s5 .news-carousel p.title {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin: 2rem 0;
  transition: color .3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#home .s5 .news-carousel p.title, #home .s5 .news-carousel p.date {
  color: #fff;
}

#home .s5 .news-carousel .arrow-wrap {
  width: 2.65rem;
  height: 2.1rem;
  background-color: rgba(171, 65, 16, 0);
  transition: background-color .3s ease;
  padding: 0.882px 0.175px 0.993px 0.958px;
  border-radius: 100px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .s5 .news-carousel .arrow-wrap svg {
  transform: translateX(-9px);
  transition: transform .3s ease;
  will-change: transform;
}

#home .s5 .news-carousel .arrow-path {
  stroke: #fff;
}

#home .s5 .news-carousel .article-container:hover::before {
  background-color: rgba(255, 255, 255, 0.05);
}

#home .s5 .news-carousel .article-container:hover .arrow-wrap {
  background-color: #ab4110;
}

#home .s5 .news-carousel .article-container:hover .arrow-wrap svg {
  transform: translateX(0);
}

#home .s5 .news-carousel .img-wrapper:hover .play-btn {
  opacity: .75 !important;
}

#home .s5 .arrows-wrapper {
  display: none;
}

#home .s5 .arrows-wrapper button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

#home .s5 .arrows-wrapper button.prev-btn img {
  transform-origin: center;
  transform: rotate(180deg);
}

#home .s5 .flickity-button {
  background: url(/i/arrow-right.png) center/contain no-repeat;
  width: 5rem;
  height: 5rem;
  transform: translate(0);
  top: auto;
  bottom: 0;
  right: 0;
}

#home .s5 .flickity-button.previous {
  transform: rotate(180deg);
  transform-origin: center;
  left: auto;
  right: 5.75rem;
}

#home .s5 .flickity-page-dots {
  bottom: 2rem;
  left: 0;
  width: auto;
}

#home .s5 .flickity-page-dots .dot {
  background-color: #CFE0EE;
  opacity: 1 !important;
  width: 10px;
  height: 10px;
}

#home .s5 .flickity-page-dots .dot.is-selected {
  background-color: #005C7D;
}

#home .s5 .flickity-button-icon {
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  #home #container .s4 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  #home #container .s4 .contain .left {
    width: 100%;
    max-width: 28rem;
  }
  #home #container .s4 .contain .right {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 980px) {
  #home #container .s1 .hero-text {
    max-width: 730px;
  }
  #home #container .s2 .quote-wrapper {
    max-width: 800px;
  }
  #home #container .s2 .numbers-wrapper .numbers-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }
  #home #container .s2 .numbers-wrapper .numbers-container .number {
    width: calc(50% - .5rem);
  }
  #home #container .s3 .hover-wrapper {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 1px 1px 0;
  }
  #home #container .s3 .hover-wrapper .box {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #336C80;
    border-right: 0;
  }
  #home #container .s3 .hover-wrapper .box-hidden-content {
    height: auto !important;
  }
  #home #container .s4 {
    min-height: 1000px;
  }
  #home #container .s5 .news-carousel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem 2rem;
  }
  #home #container .s5 .news-carousel .article-container {
    width: 360px;
    padding-left: 30px;
  }
  #home #container .s5 .news-carousel .article-container:first-child {
    width: 330px;
    padding-left: 0;
  }
  #home #container .s5 .news-carousel .article-container::after, #home #container .s5 .news-carousel .article-container::before {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #home #container .s1 {
    max-height: 800px;
  }
  #home #container .s1 .hero-text {
    max-width: 650px;
  }
  #home #container .s1 .hero-text p {
    position: static;
    margin-top: 2rem;
  }
  #home #container .s2 .quote-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
  #home #container .s2 .link-off-btn {
    width: max-content;
  }
  #home #container .s4 {
    min-height: 900px;
  }
  #home #container .s5 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #home #container .s5 .news-carousel {
    padding-bottom: 0;
  }
  #home #container .s5 .news-carousel .article-container {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 2rem;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
