#page-blog-single .section-hero .background img, #page-blog-single .section-hero .background::after, #page-blog-single .section-hero .background::before, #page-blog-single .section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-blog-single .section-hero a.background::after, #page-blog-single .section-hero a.background::before, #page-blog-single .section-hero a.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single .section-hero button.background::after, #page-blog-single .section-hero button.background::before, #page-blog-single .section-hero button.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single .section-hero {
  position: relative;
  padding: 305rem 0 65rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero {
    padding: 140rem 0 65rem;
  }
}
#page-blog-single .section-hero .background {
  z-index: 1;
}
#page-blog-single .section-hero .background::before {
  content: "";
  background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
#page-blog-single .section-hero .background::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#page-blog-single .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-blog-single .section-hero .wrapper {
  width: 785rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper {
    width: 100%;
  }
}
#page-blog-single .section-hero .wrapper-small {
  color: white;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 40rem;
}
#page-blog-single .section-hero .wrapper-title {
  color: white;
  font-size: 48rem;
  font-weight: 100;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 40rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-title {
    font-size: 25rem;
    font-weight: 200;
  }
}
#page-blog-single .section-hero .wrapper-infos {
  margin-bottom: 64rem;
}
#page-blog-single .section-hero .wrapper-infos ul {
  display: flex;
  align-items: center;
}
#page-blog-single .section-hero .wrapper-infos ul li {
  position: relative;
  color: white;
  font-size: 14rem;
  font-weight: 300;
}
#page-blog-single .section-hero .wrapper-infos ul li:not(:last-child) {
  padding-right: 24rem;
  margin-right: 24rem;
}
#page-blog-single .section-hero .wrapper-infos ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 12rem;
  width: 1rem;
  background-color: white;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-arrow {
    display: none;
  }
}
#page-blog-single .section-blog {
  padding: 160rem 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog {
    padding: 80rem 0;
  }
}
#page-blog-single .section-blog .wrapper {
  width: 880rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog .wrapper {
    width: 100%;
  }
}
#page-blog-single .section-blog .wrapper-content > *:not(:last-child) {
  margin-bottom: 45rem;
}
#page-blog-single .section-blog .wrapper-content s {
  color: #19181c;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.9;
}
#page-blog-single .section-blog .wrapper-content p,
#page-blog-single .section-blog .wrapper-content ul li,
#page-blog-single .section-blog .wrapper-content ol li {
  color: #5e5d60;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.9;
}
#page-blog-single .section-blog .wrapper-content p strong,
#page-blog-single .section-blog .wrapper-content ul li strong,
#page-blog-single .section-blog .wrapper-content ol li strong {
  color: #5e5d60;
  font-weight: 500;
}
#page-blog-single .section-blog .wrapper-content p span,
#page-blog-single .section-blog .wrapper-content ul li span,
#page-blog-single .section-blog .wrapper-content ol li span {
  font-weight: bold;
}
#page-blog-single .section-blog .wrapper-content p.wp-caption-text {
  font-size: 14rem;
  margin-top: 5rem;
  text-align: center;
}
#page-blog-single .section-blog .wrapper-content ol {
  padding-left: 18rem;
}
#page-blog-single .section-blog .wrapper-content ol,
#page-blog-single .section-blog .wrapper-content ol li {
  list-style-type: decimal !important;
}
#page-blog-single .section-blog .wrapper-content blockquote {
  padding: 0 50rem;
  font-style: italic;
}
#page-blog-single .section-blog .wrapper-content ul li {
  position: relative;
  padding-left: 15rem;
}
#page-blog-single .section-blog .wrapper-content ul li::before {
  content: "";
  background-color: #5e5d60;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
#page-blog-single .section-blog .wrapper-content div {
  max-width: 100%;
}
#page-blog-single .section-blog .wrapper-content img,
#page-blog-single .section-blog .wrapper-content iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#page-blog-single .section-blog .wrapper-content iframe {
  height: unset;
  aspect-ratio: 1/0.6;
}
#page-blog-single .section-blog .wrapper-content a {
  color: #a9aab2;
  font-size: 16rem;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  transition-property: border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-blog .wrapper-content a:hover {
  border-color: #a9aab2;
}
#page-blog-single .section-blog .wrapper-content h1,
#page-blog-single .section-blog .wrapper-content h2,
#page-blog-single .section-blog .wrapper-content h3,
#page-blog-single .section-blog .wrapper-content h4,
#page-blog-single .section-blog .wrapper-content h5,
#page-blog-single .section-blog .wrapper-content h6 {
  color: #5e5d60;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  width: 100%;
  display: block;
}
#page-blog-single .section-blog .wrapper-content h1 {
  font-size: 32rem;
}
#page-blog-single .section-blog .wrapper-content h2 {
  font-size: 24rem;
  font-weight: 200;
  line-height: 1.5;
}
#page-blog-single .section-blog .wrapper-content h3 {
  font-size: 22rem;
}
#page-blog-single .section-blog .wrapper-content h4 {
  font-size: 20rem;
}
#page-blog-single .section-blog .wrapper-content h5 {
  font-size: 18rem;
}
#page-blog-single .section-blog .wrapper-content h6 {
  color: #5e5d60;
  font-size: 16rem;
}
/*# sourceMappingURL=blog-single.min.css.map */
