#resource header nav li:nth-child(6) a::after {
  width: 100%;
}

#resource iframe {
  aspect-ratio: 4/3;
}
#resource .s2 .container-inner {
  padding: 13rem 0 7.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2509803922);
}
#resource .s2 .back-history {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5.18px;
  color: #fff;
  padding: 20px 20px 0 0;
  transition: color 0.3s ease;
  position: relative;
  margin-bottom: 2.5rem;
}
#resource .s2 .back-history::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/i/svg/cta.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
#resource .s2 .back-history:hover {
  color: #42ADFF;
}
#resource .s2 h1 {
  font-family: "Kaisei Decol", serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.14em;
  margin-bottom: 1rem;
  color: #fff;
}
#resource .s2 p.date {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}
#resource .s2 .bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
}
#resource .s2 .left {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0.75rem;
  width: 10rem;
  height: 100%;
}
#resource .s2 .left p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
}
#resource .s2 .left a {
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #42ADFF;
  border-radius: 50%;
  position: relative;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
#resource .s2 .left a:hover {
  border-color: #42ADFF;
}
#resource .s2 .left a svg {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#resource .s2 .left a svg .st0 {
  stroke: #42ADFF;
  transition: stroke 0.3s ease;
}
#resource .s2 .left a svg .st1 {
  fill: #42ADFF;
  transition: fill 0.3s ease;
}
#resource .s2 .left .email:hover svg .st0, #resource .s2 .left .share:hover svg .st0 {
  stroke: #42ADFF;
}
#resource .s2 .left .linkedin:hover svg .st1 {
  fill: #42ADFF;
}
#resource .s2 .left .copy-feedback {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  padding: 5px 9px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  pointer-events: none;
  display: none;
}
#resource .s2 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1150px;
}
#resource .s2 .right * {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
#resource .s2 .right ul {
  list-style: none;
  margin-bottom: 1rem;
}
#resource .s2 .right ul li {
  padding-left: 15px;
  position: relative;
}
#resource .s2 .right ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  top: 9px;
  left: 0;
}
#resource .s2 .right strong {
  font-weight: 700;
}
#resource .s2 .right a {
  color: #42ADFF;
}

@media screen and (max-width: 1100px) {
  #resource .s2 .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #resource .s2 h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #resource .s2 .container-inner {
    padding: 10rem 0 5rem;
  }
  #resource .s2 h1 {
    font-size: 2.3rem;
  }
  #resource .s2 .left a {
    width: 35px;
    height: 35px;
  }
  #resource .s2 .left a svg {
    width: 15px;
  }
}

/*# sourceMappingURL=resource.css.map */
