#page-blog-single .section-courses .background img, #page-blog-single .section-courses .background, #page-blog-single .section-posts .flex-wrapper .left-card--left_image img, #page-blog-single .section-posts .flex-wrapper .left-card--left_image, #page-blog-single .section-posts .flex-wrapper .left-card--link, #page-blog-single .section-hero .flex-wrapper .right-block--image img, #page-blog-single .section-hero .flex-wrapper .right-block--image, #page-blog-single .section-hero .flex-wrapper .right-block, #page-blog-single .section-hero .background img, #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-courses a.background, #page-blog-single .section-posts .flex-wrapper a.left-card--left_image, #page-blog-single .section-posts .flex-wrapper a.left-card--link, #page-blog-single .section-hero .flex-wrapper a.right-block--image, #page-blog-single .section-hero .flex-wrapper a.right-block, #page-blog-single .section-hero a.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single .section-courses button.background, #page-blog-single .section-posts .flex-wrapper button.left-card--left_image, #page-blog-single .section-posts .flex-wrapper button.left-card--link, #page-blog-single .section-hero .flex-wrapper button.right-block--image, #page-blog-single .section-hero .flex-wrapper button.right-block, #page-blog-single .section-hero button.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single {
  padding-top: 80px;
}
#page-blog-single .section-hero {
  position: relative;
  height: 377rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero {
    height: unset;
  }
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .background img {
    transform: rotate(180deg);
  }
}
#page-blog-single .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-blog-single .section-hero .flex-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper {
    flex-direction: column;
    padding: 0 0 50rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .left {
  position: relative;
  padding-top: 50rem;
  width: 508rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left {
    padding-top: 0;
    width: 100%;
    order: 2;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--category {
  margin-bottom: 30rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content--category {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_date {
  margin-left: 24rem;
  color: white;
  font-size: 18rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content--category_date {
    margin-left: 0;
    margin-top: 25rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_title {
  border-radius: 40px;
  padding: 10rem 15rem;
  background-color: white;
  color: #2c2c2c;
  font-size: 17rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content--category_title {
    margin-top: 25rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return {
  margin-left: 35rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content--category_return {
    margin-left: 0;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return a {
  display: flex;
  align-items: center;
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return a span {
  margin-left: 8rem;
  color: white;
  font-size: 18rem;
  font-weight: normal;
  letter-spacing: -0.04em;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return a svg {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return a svg path {
  transition-property: stroke;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return a:hover span {
  color: #e1ff76;
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return a:hover svg {
  transform: translateX(-5px);
}
#page-blog-single .section-hero .flex-wrapper .left-content--category_return a:hover svg path {
  stroke: #e1ff76;
}
#page-blog-single .section-hero .flex-wrapper .left-content--description {
  margin-bottom: 20rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content--description {
    margin-bottom: 0;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--description p {
  color: #e1ff76;
  font-size: 40rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content--description p {
    font-size: 24rem;
  }
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-description {
    display: none;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-description p {
  color: white;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
#page-blog-single .section-hero .flex-wrapper .right {
  position: relative;
  margin-right: -95rem;
  width: 830rem;
  height: 440rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right {
    margin: 0 0 30rem;
    left: -25rem;
    width: 100vw;
    height: 200rem;
    order: 1;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-block {
  clip-path: polygon(100rem 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 0 0 0 30px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-block {
    clip-path: unset;
    border-radius: 0;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-block--image {
  transition-property: transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.555, 0.32, 0.205, 0.63);
  pointer-events: none;
  z-index: 1;
}
#page-blog-single .section-content {
  padding: 120rem 0 72rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content {
    padding: 75rem 0;
  }
}
#page-blog-single .section-content .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper {
    flex-direction: column;
  }
}
#page-blog-single .section-content .flex-wrapper .left {
  position: sticky;
  top: 50rem;
  padding-top: 20rem;
  width: 185rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .left {
    display: none;
  }
}
#page-blog-single .section-content .flex-wrapper .left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50rem;
  width: 30vw;
  height: 3rem;
  background-color: #143086;
  z-index: 2;
}
#page-blog-single .section-content .flex-wrapper .left ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#page-blog-single .section-content .flex-wrapper .left ul li:not(:last-child) {
  margin-bottom: 20rem;
}
#page-blog-single .section-content .flex-wrapper .left ul li button {
  text-align: left;
  color: #787878;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.2;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .flex-wrapper .left ul li button:hover {
  color: #143086;
}
#page-blog-single .section-content .flex-wrapper .center {
  flex-grow: 1;
  margin: 0 115rem 0 70rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .center {
    margin: 0;
    flex-grow: unset;
    width: 100%;
  }
}
#page-blog-single .section-content .flex-wrapper .center-items {
  width: 100%;
}
#page-blog-single .section-content .flex-wrapper .center-items .item {
  width: 100%;
}
#page-blog-single .section-content .flex-wrapper .center-items .item:not(:first-child) {
  margin-top: 20rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item > *:not(:last-child) {
  margin-bottom: 17rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item p,
#page-blog-single .section-content .flex-wrapper .center-items .item ul li,
#page-blog-single .section-content .flex-wrapper .center-items .item ol li {
  color: #585758;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.41;
}
#page-blog-single .section-content .flex-wrapper .center-items .item p.wp-caption-text {
  font-size: 14rem;
  margin-top: 5rem;
  text-align: center;
}
#page-blog-single .section-content .flex-wrapper .center-items .item ol {
  padding-left: 18rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item ol,
#page-blog-single .section-content .flex-wrapper .center-items .item ol li {
  list-style-type: decimal !important;
}
#page-blog-single .section-content .flex-wrapper .center-items .item blockquote {
  padding: 0 50rem;
  font-style: italic;
}
#page-blog-single .section-content .flex-wrapper .center-items .item ul li {
  position: relative;
  padding-left: 15rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item ul li::before {
  content: "";
  background-color: #585758;
  position: absolute;
  top: 9rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
#page-blog-single .section-content .flex-wrapper .center-items .item div {
  max-width: 100%;
}
#page-blog-single .section-content .flex-wrapper .center-items .item img,
#page-blog-single .section-content .flex-wrapper .center-items .item iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  border-radius: 5px;
}
#page-blog-single .section-content .flex-wrapper .center-items .item iframe {
  height: unset;
  aspect-ratio: 1/0.6;
}
#page-blog-single .section-content .flex-wrapper .center-items .item a {
  color: #143086;
  font-size: 16rem;
  font-weight: bold;
  border-bottom: 1px solid #143086;
  transition-property: color, border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .flex-wrapper .center-items .item a:hover {
  color: #787878;
  border-color: #787878;
}
#page-blog-single .section-content .flex-wrapper .center-items .item h1,
#page-blog-single .section-content .flex-wrapper .center-items .item h2,
#page-blog-single .section-content .flex-wrapper .center-items .item h3,
#page-blog-single .section-content .flex-wrapper .center-items .item h4,
#page-blog-single .section-content .flex-wrapper .center-items .item h5,
#page-blog-single .section-content .flex-wrapper .center-items .item h6 {
  color: #143086;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  display: block;
}
#page-blog-single .section-content .flex-wrapper .center-items .item h1 {
  font-size: 32rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item h2 {
  font-size: 27rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item h3 {
  font-size: 23rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item h4 {
  font-size: 20rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item h5 {
  font-size: 18rem;
}
#page-blog-single .section-content .flex-wrapper .center-items .item h6 {
  font-size: 16rem;
}
#page-blog-single .section-content .flex-wrapper .center-share {
  display: flex;
  align-items: center;
  border-top: 1px solid #969696;
  padding-top: 30rem;
  margin-top: 40rem;
}
#page-blog-single .section-content .flex-wrapper .center-share--title {
  margin-right: 12rem;
  color: #4b4b4b;
  font-size: 18rem;
  font-weight: 500;
}
#page-blog-single .section-content .flex-wrapper .center-share--list ul {
  display: flex;
  align-items: center;
}
#page-blog-single .section-content .flex-wrapper .center-share--list ul li:not(:last-child) {
  margin-right: 12rem;
}
#page-blog-single .section-content .flex-wrapper .center-share--list ul li a svg path {
  fill: #595959;
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .flex-wrapper .center-share--list ul li a:hover svg path {
  fill: #143086;
}
#page-blog-single .section-content .flex-wrapper .right {
  position: sticky;
  width: 250rem;
  top: 50rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .right {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    margin-top: 50rem;
  }
}
#page-blog-single .section-content .flex-wrapper .right-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
}
#page-blog-single .section-content .flex-wrapper .right-search .field-group {
  width: 100%;
}
#page-blog-single .section-content .flex-wrapper .right-search .field-group .field {
  color: #969696;
  font-size: 16rem;
  font-weight: normal;
  width: 100%;
  height: 37rem;
  border-radius: 50px;
  border: 1px solid #969696;
  padding: 0 50rem 0 12rem;
}
#page-blog-single .section-content .flex-wrapper .right-search .field-group .field::-webkit-search-cancel-button {
  display: none;
}
#page-blog-single .section-content .flex-wrapper .right-search .field-group .field::-moz-placeholder {
  color: #969696;
}
#page-blog-single .section-content .flex-wrapper .right-search .field-group .field::placeholder {
  color: #969696;
}
#page-blog-single .section-content .flex-wrapper .right-search .form-submit {
  position: absolute;
  top: 7rem;
  right: 14rem;
  z-index: 2;
}
#page-blog-single .section-content .flex-wrapper .right-search .form-submit svg {
  width: 21rem;
  height: unset;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter {
  background-image: linear-gradient(to bottom right, #143086, #5355ff);
  width: 100%;
  padding: 32rem 18rem 20rem;
  border-radius: 15px 30px;
  overflow: hidden;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--small {
  color: white;
  font-size: 19rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  display: inline-block;
  position: relative;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--small::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: calc(100% + 10rem);
  width: 170rem;
  height: 3rem;
  background-color: white;
  z-index: 2;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--title {
  color: white;
  font-size: 37rem;
  font-weight: 800;
  line-height: 0.87;
  letter-spacing: -0.03em;
  margin-bottom: 10rem;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--description {
  width: 100%;
  margin-bottom: 20rem;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--description p {
  color: white;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .field-group {
  width: 100%;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .field-group:not(:last-child) {
  margin-bottom: 12rem;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .field-group .field {
  border-radius: 18rem;
  padding: 0 20rem;
  width: 100%;
  height: 37rem;
  border: none;
  background-color: white;
  color: #787878;
  font-size: 16rem;
  font-weight: normal;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .field-group .field::-moz-placeholder {
  color: #787878;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .field-group .field::placeholder {
  color: #787878;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .terms-option {
  margin: -4rem 0 0;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .terms-option button {
  background-color: transparent;
  padding-left: 20rem;
  border: none;
  position: relative;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .terms-option button::before {
  content: "";
  background-color: white;
  position: absolute;
  top: calc(50% - 6rem);
  left: 0;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .terms-option button span {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  letter-spacing: -0.04em;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter .terms-option.active button::before {
  background-color: #353534;
  border-color: #353534;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--submit {
  margin-top: 20rem;
  display: flex;
  justify-content: center;
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--submit button {
  background-image: linear-gradient(to right, white, #d7d7d7, #353534, #353534);
  background-position: left center;
  background-size: 300% 100%;
  border-radius: 10px 20px;
  width: 100%;
  height: 36rem;
  color: #353534;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  transition-property: background-position, color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .flex-wrapper .right-newsletter--submit button:hover {
  background-position: right center;
  color: white;
}
#page-blog-single .section-posts {
  padding: 0 0 85rem;
}
#page-blog-single .section-posts .container {
  position: relative;
  z-index: 2;
}
#page-blog-single .section-posts .headline {
  text-align: center;
}
#page-blog-single .section-posts .headline-title {
  color: #143086;
  font-size: 38rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}
#page-blog-single .section-posts .headline-description {
  margin-top: 20rem;
}
#page-blog-single .section-posts .headline-description p {
  color: #757575;
  font-size: 18rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#page-blog-single .section-posts .flex-wrapper {
  margin-top: 48rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper {
    flex-direction: column;
  }
}
#page-blog-single .section-posts .flex-wrapper .left {
  width: 745rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .left {
    width: 100%;
  }
}
#page-blog-single .section-posts .flex-wrapper .left-card {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .left-card {
    flex-direction: column;
  }
}
#page-blog-single .section-posts .flex-wrapper .left-card:not(:last-child) {
  margin-bottom: 30rem;
}
#page-blog-single .section-posts .flex-wrapper .left-card--link {
  z-index: 5;
}
#page-blog-single .section-posts .flex-wrapper .left-card--left {
  position: relative;
  width: 295rem;
  margin-right: 35rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .left-card--left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
#page-blog-single .section-posts .flex-wrapper .left-card--left_block {
  position: relative;
  width: 100%;
  height: 230rem;
  overflow: hidden;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .left-card--left_block {
    border-radius: 5px 5px 0 0;
  }
}
#page-blog-single .section-posts .flex-wrapper .left-card--left_image {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-blog-single .section-posts .flex-wrapper .left-card--left_category {
  position: absolute;
  top: 20rem;
  left: 20rem;
  border-radius: 50px;
  background-color: #f3f3f5;
  padding: 10rem 16rem;
  color: #2c2c2c;
  font-size: 17rem;
  font-weight: normal;
  transition-property: color, background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
#page-blog-single .section-posts .flex-wrapper .left-card--right {
  width: 405rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .left-card--right {
    width: 100%;
    padding: 0 25rem;
  }
}
#page-blog-single .section-posts .flex-wrapper .left-card--right_title {
  margin-bottom: 5rem;
  color: #143086;
  font-size: 25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-posts .flex-wrapper .left-card--right_date {
  margin-bottom: 15rem;
  color: #a8a8a8;
  font-size: 16rem;
  font-weight: normal;
  letter-spacing: -0.04em;
}
#page-blog-single .section-posts .flex-wrapper .left-card--right_description {
  margin-bottom: 45rem;
}
#page-blog-single .section-posts .flex-wrapper .left-card--right_description p {
  color: #a8a8a8;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page-blog-single .section-posts .flex-wrapper .left-card--right_cta {
  position: absolute;
  bottom: 25rem;
  left: 44%;
  color: #143086;
  font-size: 18rem;
  font-weight: 500;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .left-card--right_cta {
    left: 25rem;
    bottom: 15rem;
  }
}
#page-blog-single .section-posts .flex-wrapper .left-card:hover .left-card--left_image {
  transform: scale(1.05);
}
#page-blog-single .section-posts .flex-wrapper .left-card:hover .left-card--left_category {
  background-color: #143086;
  color: white;
}
#page-blog-single .section-posts .flex-wrapper .left-card:hover .left-card--right_title, #page-blog-single .section-posts .flex-wrapper .left-card:hover .left-card--right_cta {
  color: #2c2c2c;
}
#page-blog-single .section-posts .flex-wrapper .right {
  width: 490rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .right {
    width: 100%;
    margin-top: 15rem;
  }
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action:not(:last-child) {
  margin-bottom: 18rem;
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  padding: 0 24rem;
  width: 100%;
  height: 107rem;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a svg {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a svg path {
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a span {
  color: #143086;
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-blog-single .section-posts .flex-wrapper .right-actions .action a span {
    width: 270rem;
  }
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a:hover {
  background-color: #143086;
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a:hover span {
  color: white;
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a:hover svg {
  transform: translate(5px, -5px);
}
#page-blog-single .section-posts .flex-wrapper .right-actions .action a:hover svg path {
  fill: white;
}
#page-blog-single .section-posts .cta {
  margin-top: 48rem;
  text-align: center;
}
#page-blog-single .section-courses {
  position: relative;
  padding: 180rem 0 110rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses {
    background-image: linear-gradient(to right bottom, #143086, #5355ff);
    padding: 75rem 0;
  }
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses .background {
    display: none;
  }
}
#page-blog-single .section-courses .container {
  position: relative;
  z-index: 2;
}
#page-blog-single .section-courses .wrapper {
  padding-right: 112rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses .wrapper {
    padding-right: 0;
  }
}
#page-blog-single .section-courses .wrapper-content {
  width: 410rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses .wrapper-content {
    width: 100%;
  }
}
#page-blog-single .section-courses .wrapper-content--title {
  color: white;
  font-size: 47rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses .wrapper-content--title {
    font-size: 24rem;
  }
}
#page-blog-single .section-courses .wrapper-content--description {
  margin: 15rem 0 30rem;
}
#page-blog-single .section-courses .wrapper-content--description p {
  color: white;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses .wrapper-content--description p {
    font-size: 16rem;
    line-height: 1.2;
  }
}
#page-blog-single .section-courses .wrapper-content--flex {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses .wrapper-content--flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  #page-blog-single .section-courses .wrapper-content--flex_cta {
    margin-top: 30rem;
  }
}
#page-blog-single .section-courses .wrapper-content--flex_cta a {
  border-radius: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 0 24rem;
  height: 36rem;
  color: #595959;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
#page-blog-single .section-courses .wrapper-content--flex_certifications {
  margin-left: 20rem;
}
#page-blog-single .section-courses .wrapper-content--flex_certifications ul {
  display: flex;
  align-items: center;
}
#page-blog-single .section-courses .wrapper-content--flex_certifications ul li {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#page-blog-single .section-courses .wrapper-content--flex_certifications ul li:not(:last-child) {
  margin-right: 20rem;
}
/*# sourceMappingURL=blog-single.min.css.map */
