#page-blog-single .section-blog .cards .card-block--image img, #page-blog-single .section-blog .cards .card-block--image, #page-blog-single .section-blog .cards .card-link, #page-blog-single .section-content .wrapper-flex .right-image img, #page-blog-single .section-hero .wrapper-image img, #page-blog-single .section-hero .flex-wrapper .left-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-blog-single .section-blog .cards a.card-block--image, #page-blog-single .section-blog .cards a.card-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single .section-blog .cards button.card-block--image, #page-blog-single .section-blog .cards button.card-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single {
  position: relative;
  z-index: 1;
}
#page-blog-single .section-hero {
  position: relative;
  padding: 215rem 0 0;
  background-color: #fff9ed;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero {
    padding: 100rem 0 50rem;
  }
}
#page-blog-single .section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--hero-split, calc(100% - 490rem));
  background-color: #f37521;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero::before {
    height: 100%;
  }
}
#page-blog-single .section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .background {
    display: none;
  }
}
@keyframes hero_blocks {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
#page-blog-single .section-hero .background-block {
  position: relative;
  width: 5.8823529412%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
#page-blog-single .section-hero .background-block:nth-child(odd) {
  transform: translateY(100%);
}
#page-blog-single .section-hero .background span {
  background-color: #fb802f;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  animation-name: hero_blocks;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#page-blog-single .section-hero .container {
  position: relative;
  z-index: 3;
}
#page-blog-single .section-hero .flex-wrapper {
  padding: 0 50rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-blog-single .section-hero .flex-wrapper .left {
  position: relative;
  width: 640rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left {
    width: 100%;
    margin-bottom: 30rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-image {
  position: relative;
  width: 100%;
  height: 460rem;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-image {
    height: 330rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-image img {
  transform: scale(1.01);
}
#page-blog-single .section-hero .flex-wrapper .right {
  width: 580rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right {
    width: 100%;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-return {
  margin-bottom: 47rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-return {
    margin-bottom: 35rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-return a {
  display: inline-flex;
  align-items: center;
}
#page-blog-single .section-hero .flex-wrapper .right-return a svg {
  transition-property: transform;
  transition-duration: 0.7s;
}
#page-blog-single .section-hero .flex-wrapper .right-return a svg path {
  transition-property: fill;
  transition-duration: 0.7s;
}
#page-blog-single .section-hero .flex-wrapper .right-return a span {
  color: white;
  font-size: 18rem;
  font-weight: normal;
  margin-left: 11rem;
  transition-property: color;
  transition-duration: 0.7s;
}
#page-blog-single .section-hero .flex-wrapper .right-return a:hover svg {
  transform: translateX(-10px);
}
#page-blog-single .section-hero .flex-wrapper .right-return a:hover svg path {
  fill: black;
}
#page-blog-single .section-hero .flex-wrapper .right-return a:hover span {
  color: black;
}
#page-blog-single .section-hero .flex-wrapper .right-content {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-content > * {
  padding-left: 16rem;
  margin-left: 16rem;
  border-left: 1px solid #fff9ed;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-content > * {
    padding-left: 0;
    margin-left: 0;
    border: none;
    margin-bottom: 30rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-content > *:first-child {
  margin-left: 0;
}
#page-blog-single .section-hero .flex-wrapper .right-content--tag {
  display: inline-block;
  padding: 7rem 12rem;
  background-color: #fff9ed;
  border-radius: 50px;
  color: #f37521;
  font-size: 12rem;
  font-weight: bold;
  text-transform: uppercase;
}
#page-blog-single .section-hero .flex-wrapper .right-content--name, #page-blog-single .section-hero .flex-wrapper .right-content--date {
  color: #fff9ed;
  font-size: 14rem;
  font-weight: normal;
}
#page-blog-single .section-hero .flex-wrapper .right-title {
  color: #fff9ed;
  font-size: 25rem;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-title {
    font-size: 20rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-description {
  margin: 75rem 0 22rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-description {
    margin: 30rem 0;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-description p {
  color: #313e4e;
  font-size: 19rem;
  font-weight: normal;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-description p {
    color: white;
    font-size: 16rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-cta a {
  display: inline-flex;
  align-items: center;
}
#page-blog-single .section-hero .flex-wrapper .right-cta a span {
  color: #14120d;
  font-size: 16rem;
  font-weight: 600;
  margin-right: 7rem;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .flex-wrapper .right-cta a svg {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .flex-wrapper .right-cta a svg path {
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .flex-wrapper .right-cta a:hover span {
  color: #f37521;
}
#page-blog-single .section-hero .flex-wrapper .right-cta a:hover svg {
  transform: translate(3px, -2px);
}
#page-blog-single .section-hero .flex-wrapper .right-cta a:hover svg path {
  fill: #f37521;
}
#page-blog-single .section-hero .wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 20rem 25rem;
  margin: 65rem auto 0;
  width: 570rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper {
    padding: 20rem;
    width: 100%;
  }
}
#page-blog-single .section-hero .wrapper-background {
  position: absolute;
  top: 30rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 40px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-background {
    display: none;
  }
}
#page-blog-single .section-hero .wrapper-background span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f37521;
  width: 8.3333333333%;
  height: 20%;
  display: block;
  transform: translate(calc(var(--col) * 100%), calc(var(--row) * 100%));
  transition-property: transform;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .wrapper-background span:nth-child(1) {
  transition-delay: 0s;
}
#page-blog-single .section-hero .wrapper-background span:nth-child(2) {
  transition-delay: 0.06s;
}
#page-blog-single .section-hero .wrapper-background span:nth-child(3) {
  transition-delay: 0.12s;
}
#page-blog-single .section-hero .wrapper-background span:nth-child(4) {
  transition-delay: 0.18s;
}
#page-blog-single .section-hero .wrapper-background span:nth-child(5) {
  transition-delay: 0.24s;
}
@media (prefers-reduced-motion: reduce) {
  #page-blog-single .section-hero .wrapper-background span {
    transition: none;
  }
}
#page-blog-single .section-hero .wrapper::before {
  content: "";
  position: absolute;
  top: 30rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  border-radius: 40px;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper::before {
    top: 0;
  }
}
#page-blog-single .section-hero .wrapper > * {
  position: relative;
  z-index: 2;
}
#page-blog-single .section-hero .wrapper > *:first-child {
  position: absolute;
}
#page-blog-single .section-hero .wrapper-image {
  position: relative;
  width: 185rem;
  height: 185rem;
}
#page-blog-single .section-hero .wrapper-image .initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f37521;
}
#page-blog-single .section-hero .wrapper-image .initials span {
  color: black;
  font-size: 64rem;
  font-weight: bold;
  font-family: "HelveticaNowText";
  letter-spacing: -1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#page-blog-single .section-hero .wrapper-image {
  overflow: hidden;
  border-radius: 50px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-image {
    width: 120rem;
    height: 120rem;
  }
}
#page-blog-single .section-hero .wrapper-content {
  margin-left: 40rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-content {
    margin-left: 20rem;
  }
}
#page-blog-single .section-hero .wrapper-content--small {
  color: #313e4e;
  font-size: 16rem;
  font-weight: normal;
  margin-bottom: 25rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-content--small {
    margin-bottom: 10rem;
  }
}
#page-blog-single .section-hero .wrapper-content--name {
  color: #313e4e;
  font-size: 19rem;
  font-weight: 800;
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-content--name {
    font-size: 16rem;
  }
}
#page-blog-single .section-hero .wrapper-content--cargo {
  color: #313e4e;
  font-size: 16rem;
  font-weight: normal;
  margin-bottom: 25rem;
}
#page-blog-single .section-hero .wrapper-content--social ul {
  display: flex;
  align-items: center;
}
#page-blog-single .section-hero .wrapper-content--social ul li:not(:last-child) {
  margin-right: 15rem;
}
#page-blog-single .section-hero .wrapper-content--social ul li a svg path {
  transition-property: fill, stroke;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .wrapper-content--social ul li a svg path[stroke] {
  stroke: #f37521;
}
#page-blog-single .section-hero .wrapper-content--social ul li a svg path[fill] {
  fill: #f37521;
}
#page-blog-single .section-hero .wrapper-content--social ul li a:hover svg path[stroke] {
  stroke: black;
}
#page-blog-single .section-hero .wrapper-content--social ul li a:hover svg path[fill] {
  fill: black;
}
#page-blog-single .section-content {
  background-color: #fff9ed;
  padding: 85rem 0 60rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content {
    padding: 60rem 0;
  }
}
#page-blog-single .section-content .wrapper {
  padding: 0 125rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper {
    padding: 0;
  }
}
#page-blog-single .section-content .wrapper-content {
  padding: 0 120rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-content {
    padding: 0;
  }
}
#page-blog-single .section-content .wrapper-content > *:not(:last-child) {
  margin-bottom: 15rem;
}
#page-blog-single .section-content .wrapper-content s {
  color: #313e4e;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.9;
}
#page-blog-single .section-content .wrapper-content p:not(:last-child) {
  margin-bottom: 15rem;
}
#page-blog-single .section-content .wrapper-content p,
#page-blog-single .section-content .wrapper-content ul li,
#page-blog-single .section-content .wrapper-content ol li {
  color: #313e4e;
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.9;
}
#page-blog-single .section-content .wrapper-content p strong,
#page-blog-single .section-content .wrapper-content ul li strong,
#page-blog-single .section-content .wrapper-content ol li strong {
  color: #313e4e;
  font-weight: bold;
}
#page-blog-single .section-content .wrapper-content p span,
#page-blog-single .section-content .wrapper-content ul li span,
#page-blog-single .section-content .wrapper-content ol li span {
  font-weight: bold;
}
#page-blog-single .section-content .wrapper-content p.wp-caption-text {
  font-size: 14rem;
  margin-top: 5rem;
  text-align: center;
}
#page-blog-single .section-content .wrapper-content ol {
  padding-left: 18rem;
}
#page-blog-single .section-content .wrapper-content ol,
#page-blog-single .section-content .wrapper-content ol li {
  list-style-type: decimal !important;
}
#page-blog-single .section-content .wrapper-content blockquote {
  padding: 0 50rem;
  font-style: italic;
}
#page-blog-single .section-content .wrapper-content ul li {
  position: relative;
  padding-left: 15rem;
}
#page-blog-single .section-content .wrapper-content ul li::before {
  content: "";
  background-color: black;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
#page-blog-single .section-content .wrapper-content div {
  max-width: 100%;
}
#page-blog-single .section-content .wrapper-content img,
#page-blog-single .section-content .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-content .wrapper-content iframe {
  height: unset;
  aspect-ratio: 1/0.6;
}
#page-blog-single .section-content .wrapper-content a {
  color: #313e4e;
  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-content .wrapper-content a:hover {
  border-color: black;
}
#page-blog-single .section-content .wrapper-content h1,
#page-blog-single .section-content .wrapper-content h2,
#page-blog-single .section-content .wrapper-content h3,
#page-blog-single .section-content .wrapper-content h4,
#page-blog-single .section-content .wrapper-content h5,
#page-blog-single .section-content .wrapper-content h6 {
  color: #f37521;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
  width: 100%;
  display: block;
}
#page-blog-single .section-content .wrapper-content h1 {
  font-size: 32rem;
}
#page-blog-single .section-content .wrapper-content h2 {
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.5;
}
#page-blog-single .section-content .wrapper-content h2 strong {
  font-weight: bold;
}
#page-blog-single .section-content .wrapper-content h3 {
  font-size: 22rem;
}
#page-blog-single .section-content .wrapper-content h4 {
  font-size: 20rem;
}
#page-blog-single .section-content .wrapper-content h5 {
  font-size: 18rem;
}
#page-blog-single .section-content .wrapper-content h6 {
  color: #5e5d60;
  font-size: 16rem;
}
#page-blog-single .section-content .wrapper-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 190rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-flex {
    margin-top: 100rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-blog-single .section-content .wrapper-flex .left {
  width: 490rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-flex .left {
    width: 100%;
  }
}
#page-blog-single .section-content .wrapper-flex .left-tag {
  display: inline-block;
  background-color: #f37521;
  padding: 6rem 16rem;
  border-radius: 50px;
  color: #fff9ed;
  font-size: 12rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16rem;
}
#page-blog-single .section-content .wrapper-flex .left-title p {
  color: #f37521;
  font-size: 50rem;
  font-weight: 800;
  font-family: "HelveticaNowText";
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-flex .left-title p {
    font-size: 30rem;
  }
}
#page-blog-single .section-content .wrapper-flex .left-title p strong {
  color: #060b13;
  font-weight: 800;
  font-family: "HelveticaNowText";
}
#page-blog-single .section-content .wrapper-flex .left-description {
  margin: 16rem 0 45rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-flex .left-description {
    margin: 20rem 0;
  }
}
#page-blog-single .section-content .wrapper-flex .left-description p {
  color: #313e4e;
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.2;
}
#page-blog-single .section-content .wrapper-flex .left-cta a {
  display: inline-flex;
  align-items: center;
}
#page-blog-single .section-content .wrapper-flex .left-cta a span {
  color: #313e4e;
  font-size: 16rem;
  font-weight: 600;
  margin-left: 7rem;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .wrapper-flex .left-cta a svg {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .wrapper-flex .left-cta a svg path {
  fill: #f37521;
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .wrapper-flex .left-cta a:hover span {
  color: white;
}
#page-blog-single .section-content .wrapper-flex .left-cta a:hover svg {
  transform: translate(0, 0);
}
#page-blog-single .section-content .wrapper-flex .left-cta a:hover svg path {
  fill: white;
}
#page-blog-single .section-content .wrapper-flex .right {
  width: 530rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-flex .right {
    width: 100%;
    margin-top: 30rem;
  }
}
#page-blog-single .section-content .wrapper-flex .right-image {
  position: relative;
  width: 100%;
  height: 315rem;
  overflow: hidden;
  border-radius: 30px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-flex .right-image {
    height: 200rem;
  }
}
#page-blog-single .section-content .wrapper-share {
  padding-top: 28rem;
  margin-top: 45rem;
  border-top: 1px solid rgba(53, 53, 53, 0.4);
  display: flex;
  align-items: center;
}
#page-blog-single .section-content .wrapper-share span {
  color: #4b4b4b;
  font-size: 18rem;
  font-weight: 600;
  margin-right: 15rem;
}
#page-blog-single .section-content .wrapper-share ul {
  display: flex;
  align-items: center;
}
#page-blog-single .section-content .wrapper-share ul li:not(:last-child) {
  margin-right: 15rem;
}
#page-blog-single .section-content .wrapper-share ul li a svg {
  width: 16rem;
  height: 16rem;
}
#page-blog-single .section-content .wrapper-share ul li a svg path {
  transition-property: fill, stroke;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .wrapper-share ul li a svg path[stroke] {
  stroke: #4b4b4b;
}
#page-blog-single .section-content .wrapper-share ul li a svg path[fill] {
  fill: #4b4b4b;
}
#page-blog-single .section-content .wrapper-share ul li a:hover svg path[stroke] {
  stroke: #f37521;
}
#page-blog-single .section-content .wrapper-share ul li a:hover svg path[fill] {
  fill: #f37521;
}
#page-blog-single .section-content .wrapper-share ul li a.copy-link {
  position: relative;
}
#page-blog-single .section-content .wrapper-share ul li a.copy-link .copy-feedback {
  position: absolute;
  bottom: calc(100% + 8rem);
  left: 50%;
  transform: translateX(-50%) translateY(5rem);
  background-color: #313e4e;
  color: white;
  font-size: 12rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 6rem 12rem;
  border-radius: 6rem;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .wrapper-share ul li a.copy-link.copied .copy-feedback {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#page-blog-single .section-blog {
  position: relative;
  padding: 50rem 0 80rem;
  background-color: #fff9ed;
}
#page-blog-single .section-blog .headline {
  padding: 0 50rem;
  text-align: center;
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog .headline {
    padding: 0;
  }
}
#page-blog-single .section-blog .headline-small {
  color: #f37521;
  font-size: 20rem;
  font-weight: bold;
  font-family: "HelveticaNowText";
  margin-bottom: 20rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog .headline-small {
    font-size: 18rem;
  }
}
#page-blog-single .section-blog .headline-title {
  color: #78d0e3;
  font-size: 36rem;
  font-weight: bold;
  font-family: "HelveticaNowText";
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog .headline-title {
    font-size: 25rem;
  }
}
#page-blog-single .section-blog .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30rem;
  grid-row-gap: 70rem;
  padding: 0 55rem;
  margin-top: 35rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog .cards {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40rem;
  }
}
@media (max-width: 767px) {
  #page-blog-single .section-blog .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-blog-single .section-blog .cards .card {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
#page-blog-single .section-blog .cards .card-link {
  z-index: 5;
}
#page-blog-single .section-blog .cards .card-block {
  position: relative;
  width: 100%;
  height: 305rem;
  overflow: hidden;
  border-radius: 15px;
}
#page-blog-single .section-blog .cards .card-block--image {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-blog .cards .card-block--image img {
  transform: scale(1.01);
}
#page-blog-single .section-blog .cards .card-content {
  display: flex;
  align-items: center;
  margin: 30rem 0;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog .cards .card-content {
    margin: 30rem 0 20rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-blog-single .section-blog .cards .card-content > * {
  padding-left: 10rem;
  margin-left: 10rem;
  border-left: 1px solid #313e4e;
  transition-property: color, border-color, background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-blog-single .section-blog .cards .card-content > * {
    padding-left: 0;
    margin-left: 0;
    border: none;
    margin-bottom: 20rem;
  }
}
#page-blog-single .section-blog .cards .card-content > *:first-child {
  margin-left: 0;
}
#page-blog-single .section-blog .cards .card-content--tag {
  display: inline-block;
  padding: 7rem 16rem;
  border: 1px solid #313e4e;
  border-radius: 50px;
  color: #313e4e;
  font-size: 10rem;
  font-weight: bold;
  text-transform: uppercase;
}
#page-blog-single .section-blog .cards .card-content--name, #page-blog-single .section-blog .cards .card-content--date {
  color: #313e4e;
  font-size: 15rem;
  font-weight: normal;
}
#page-blog-single .section-blog .cards .card-title {
  color: #313e4e;
  font-size: 19rem;
  font-weight: 800;
  line-height: 1.6;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-blog .cards .card:hover .card-block--image {
  transform: scale(1.05);
}
#page-blog-single .section-blog .cards .card:hover .card-content--tag {
  background-color: #f37521;
  border-color: #f37521;
  color: white;
}
#page-blog-single .section-blog .cards .card:hover .card-title {
  color: #f37521;
}
/*# sourceMappingURL=blog-single.min.css.map */
