/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.copy-link {
  position: relative;
}
.copy-link .copy-notification {
  position: absolute;
  right: -70px;
  top: 12px;
  pointer-events: none;
  z-index: 1;
}
.copy-link .copy-notification-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social-icons-container .share-icon + .share-icon {
  margin-left: 18px;
}
.social-icons-container .share-icon:not(:last-child) {
  z-index: 1;
}
.social-icons-container .share-icon .svg-icon {
  width: 32px;
  height: 32px;
}
.social-icons-container .share-icon .icon-copy-dialog {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.social-icons-container .share-icon .icon-copy-dialog .svg-icon {
  width: 220px;
  height: 100px;
}
.social-icons-container .share-icon .icon-copy-dialog.show {
  opacity: 1;
}

.blog-container {
  padding: 0 16px;
}
.blog-container.container {
  max-width: 1180px;
}
.blog-container .experience-component ul {
  padding-left: 40px;
}
.blog-container .swiper-scrollbar {
  display: none;
}
.blog-container .social-container {
  padding-bottom: 34px;
}
.blog-container .social-container .social-icons-container {
  display: flex;
  justify-content: center;
}
.blog-container .social-container .share-icon + .share-icon {
  margin-left: 18px;
}
.blog-container .social-container .share-icon:not(:last-child) {
  z-index: 1;
}
.blog-container .social-container .share-icon .svg-icon:not(.copy-dialog-svg) {
  width: 32px;
  height: 32px;
}
.blog-container .social-container .social-links-title {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.75rem;
  text-align: center;
  padding-bottom: 8px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.more-articles-heading {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.375rem;
  letter-spacing: -2px;
  line-height: 1;
  padding-bottom: 10px;
}

.breadcrumb-container {
  position: relative;
  overflow: hidden;
  display: flex;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
  margin-left: -16px;
  margin-right: -16px;
}
.breadcrumb-container .breadcrumb {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 16px;
}
.breadcrumb-container .breadcrumb-title {
  padding-left: 4px;
}
.breadcrumb-container .title-breadcrumb {
  display: flex;
}
.breadcrumb-container .title-breadcrumb .experience-component > div {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
.breadcrumb-container::after {
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, #fff);
}
.breadcrumb-container::before {
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, #fff);
}

.article-date {
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.2;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
}

.reader-info {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
.reader-info .experience-component {
  display: flex;
}
.reader-info .experience-component > * {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.reader-info .info-item {
  padding: 0 20px;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.reader-info .author-name {
  border-right: 1px solid #303e48;
}
.reader-info .author-name .author-bio-region {
  display: none;
}
.reader-info .minutes-read {
  border-right: 1px solid #303e48;
}

.sub-title-section .experience-component > div {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.blog-hero-section {
  text-align: center;
  padding-bottom: 35px;
}
.blog-hero-section .image-caption {
  display: none;
}

.article-navigation {
  border-bottom: 1px solid #303e48;
  padding: 50px 0;
}
.article-navigation .navigation-buttons {
  display: flex;
  justify-content: space-between;
}
.article-navigation .navigation-buttons a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  min-width: 147px;
}
.article-navigation .navigation-buttons a:first-child {
  margin-right: 22px;
}
.article-navigation .navigation-buttons a span {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
}
.article-navigation .navigation-buttons .previous-article {
  justify-content: flex-start;
}
.article-navigation .navigation-buttons .previous-article svg {
  transform: rotate(90deg);
  margin-right: 7px;
}
.article-navigation .navigation-buttons .next-article {
  justify-content: flex-end;
}
.article-navigation .navigation-buttons .next-article svg {
  transform: rotate(-90deg);
  margin-left: 7px;
}

.content-module [class^=blog_body_section_] .experience-component > div {
  line-height: 28px;
}

[class^=blog_body_section_] .experience-layouts-swiper {
  position: relative;
}
[class^=blog_body_section_] .experience-layouts-swiper .peek-carousel:not(.swiper-container-initialized) .swiper-wrapper {
  justify-content: center;
}
[class^=blog_body_section_] .experience-layouts-swiper .swiper-wrapper {
  padding: 0;
}
[class^=blog_body_section_] .experience-layouts-swiper .swiper-slide {
  padding: 0;
  flex: 0 0 50%;
  max-width: calc(50% - 16px);
}
[class^=blog_body_section_] .experience-layouts-swiper .swiper-slide.swiper-slide-single {
  flex: 0 0 calc(100% - 30px);
  max-width: 380px;
}

.author-section .author-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 90px;
}
.author-section .author-container .author-description {
  text-align: left;
}
.author-section .author-heading {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.375rem;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1;
  padding: 30px 0 12px;
}
.author-section .author-description-container {
  letter-spacing: -0.5px;
}
.author-section .author-name .experience-component > div {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.334;
}
.author-section .author-bio .experience-component > div {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1.125rem;
  line-height: 1.334;
}
.author-section .author-image {
  padding-bottom: 24px;
}
.author-section .author-image img {
  border-radius: 50%;
}
.author-section .author-short-info {
  padding-bottom: 12px;
}

.blog-bottom-content .load-blogs {
  margin-bottom: 500px;
}
.blog-bottom-content .peek-carousel .swiper-wrapper {
  padding: 0;
}
.blog-bottom-content .peek-carousel .blog-tile {
  padding: 0;
}

@media (max-width: 846.98px) {
  .blog-container .peek-carousel {
    margin-left: -16px;
    margin-right: -16px;
  }
  .blog-container .peek-carousel .swiper-slide {
    flex: 0 0 50%;
    max-width: calc(50% - 40px);
    margin-right: 20px;
  }
  .blog-container .peek-carousel .swiper-slide:first-child {
    margin-left: 16px;
  }
  .blog-container .peek-carousel .swiper-slide:last-child {
    margin-right: 16px;
  }
  .blog-container .peek-carousel .swiper-button {
    display: none;
  }
  .blog-hero-section .image-container {
    margin: 0 -16px;
  }
  .blog-bottom-content .load-blogs {
    margin-bottom: 412px;
  }
}
@media (min-width: 847px) {
  .blog-container {
    padding: 0 15px;
  }
  .blog-container .social-container {
    padding-bottom: 40px;
  }
  .blog-container .social-container .share-icon + .share-icon {
    margin-left: 30px;
  }
  .blog-container .social-container .share-icon .svg-icon:not(.copy-dialog-svg) {
    width: 48px;
    height: 48px;
  }
  .blog-container .social-container .copy-link .copy-notification {
    right: -65px;
    top: 25px;
  }
  .blog-container .social-container .social-links-title {
    font-size: 1rem;
    padding-bottom: 15px;
  }
  .blog-container .peek-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-container .peek-carousel .swiper-slide {
    margin-right: 20px;
    flex: 0 0 50%;
    max-width: calc(50% - 23px);
  }
  .blog-container .peek-carousel .swiper-slide.swiper-slide-single {
    max-width: 380px;
    margin: 0;
  }
  .blog-container .peek-carousel .swiper-slide:first-child {
    margin-left: 15px;
  }
  .blog-container .peek-carousel .swiper-slide:last-child {
    margin-right: 15px;
  }
  .breadcrumb-container {
    margin-left: -15px;
    margin-right: 0;
  }
  .article-date {
    padding-bottom: 25px;
    font-size: 1rem;
  }
  .reader-info .experience-component > * {
    font-size: 1.25rem;
  }
  .reader-info .info-item {
    font-size: 1.25rem;
  }
  .sub-title-section .experience-component > div {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0 170px;
  }
  .blog-hero-section {
    padding-bottom: 72px;
  }
  .blog-hero-section .image-caption {
    display: block;
    text-align: left;
    font-family: roboto-light, roboto-fallback, sans-serif;
    font-size: 1.375rem;
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
  .content-module [class^=blog_body_section_] .experience-component > div {
    line-height: 34px;
  }
  .author-section .author-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding-bottom: 160px;
  }
  .author-section .author-heading {
    font-size: 3.75rem;
    padding: 62px 0 30px;
  }
  .author-section .author-description-container {
    padding-left: 40px;
  }
  .author-section .author-image {
    min-width: 175px;
    max-width: 175px;
    padding-bottom: 0;
  }
  .author-section .author-short-info {
    display: flex;
    font-size: 1.625rem;
    letter-spacing: -0.5px;
    line-height: 1.6;
    font-weight: 300;
    padding-bottom: 0;
  }
  .author-section .author-name {
    padding-right: 6px;
  }
  .author-section .author-name .experience-component > div p {
    font-weight: 400;
    line-height: 1.778;
  }
  .author-section .author-name .experience-component > div p::after {
    content: " ,";
    margin-left: -3px;
  }
  .author-section .author-bio .experience-component > div {
    line-height: 1.778;
  }
  .author-section .author-description .experience-component > div {
    font-size: 1.125rem;
    line-height: 1.778;
    font-weight: 300;
  }
  .blog-bottom-content .load-blogs {
    margin-bottom: 518px;
  }
  .blog-bottom-content .peek-carousel .swiper-slide {
    flex: 0 0 calc(25% - 20px);
    max-width: 280px;
    margin: 0 10px;
  }
  .blog-bottom-content .peek-carousel .swiper-slide:first-child {
    margin-left: 10px;
  }
  .blog-bottom-content .peek-carousel .swiper-slide:last-child {
    margin-right: 10px;
  }
  .blog-bottom-content .peek-carousel .swiper-button {
    top: calc(50% - 130px);
  }
  .more-articles-heading {
    font-size: 3.75rem;
    padding-bottom: 36px;
  }
  .article-navigation .navigation-buttons a {
    min-width: 170px;
  }
  .article-navigation .navigation-buttons a span {
    font-size: 1rem;
  }
  .article-navigation .navigation-buttons .previous-article svg {
    margin-right: 17px;
  }
  .article-navigation .navigation-buttons .next-article svg {
    margin-left: 17px;
  }
}
@media (min-width: 992px) {
  .blog-title-section {
    padding: 0 100px;
  }
  [class^=blog_body_section_] {
    padding: 0 100px;
  }
  [class^=blog_body_section_] .experience-layouts-swiper .peek-carousel .swiper-slide {
    margin-right: 5%;
    margin-left: 5%;
    max-width: 40%;
  }
  [class^=blog_body_section_] .experience-layouts-swiper .peek-carousel .swiper-slide.swiper-slide-single {
    max-width: 380px;
    margin: 0;
  }
  .author-section .author-container {
    padding: 0 100px 160px;
  }
}
