.banner {
  background: url(/assets/images/cloud-transfer2023/banner-bg@2x.png) #021a60;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.banner h1 {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  line-height: 86px;
  padding: 0;
}
.banner p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 25px;
}
.youtube-video {
  background: #f8f9fa;
  text-align: center;
}
.youtube-video h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0 16px;
}
@media only screen and (min-width: 1024px) {
  .youtube-video .container {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 160px 0 100px;
  }
}
.posts {
  background: #f8f9fa;
}
.posts ul {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
}
.posts .wrap {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
}
.posts .wrap img {
  margin-bottom: 20px;
}
.posts .wrap p {
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  line-height: 22px;
}
.posts li {
  margin-right: 0;
}
.posts li p {
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  line-height: 22px;
  margin-top: 20px;
  width: 100%;
}
.posts .container2 {
  padding: 0;
  padding-bottom: 160px;
}
.resources h4 {
  font-size: 30px;
  font-weight: 700;
}
.articles-chunk h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
}
.articles-chunk .uri-box .chunk {
  max-height: none;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  padding: 18px;
}
.articles-chunk .uri-box .chunk P {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  box-shadow: inset 0px 0px 0px 0px #e3e9f1;
  width: 100%;
  border-bottom: 1px solid #e6e8e9;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
}
.articles-chunk .uri-box .chunk P::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/cloud-transfer2023/ic-up.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}
.articles-chunk .uri-box .chunk a {
  font-size: 16px;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .youtube-video .container {
    width: 1000px;
  }
  .youtube-video p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
  }
}
.articles-chunk .uri-box .chunk > P a::before {
  display: none;
}
.layui-laypage {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.articles-chunk .layui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layui-laypage > a:first-child,
.layui-laypage > a:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.layui-icon-prev:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/cloud-transfer2023/ic-left.svg) no-repeat;
}
.layui-laypage a {
  padding: 0 12px;
}
.layui-laypage a:hover {
  background: #2258f6;
  color: #fff !important;
}
.layui-laypage > a:first-child:hover .layui-icon-prev::before {
  background: url(/assets/images/cloud-transfer2023/ic-right.svg) no-repeat;
  transform: rotate(180deg);
}
.layui-laypage > a:last-child:hover .layui-icon-next::before {
  background: url(/assets/images/cloud-transfer2023/ic-right.svg) no-repeat;
  transform: rotate(0deg);
}
.layui-icon-next::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/cloud-transfer2023/ic-left.svg) no-repeat;
  transform: rotate(180deg);
}
.articles-chunk .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #2258f6;
}
.articles-chunk .container {
  padding: 160px 0;
}
.ytp-cued-thumbnail-overlay-image {
  background: #000 !important;
  z-index: -1;
}
.video-cnt {
  background: #000 !important;
}
