/**
Theme Name: FDF
Author: SS
Author URI: http://wpastra.com/about/
Description: special features and template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fdf
Template: astra
*/
body {
  --ff-red: #e01820;
  --ff-yellow: #fcc60d;
  --ff-blue: #0081b9;
  --ff-black: #1a1a1a;
  --ff-white: #fff;
  --ff-blue-dark: #011128;
  --ff-ghost: #f2f2f2;
}

body {
  margin-top: 75px
}

@media (max-width: 1550px) {
  body {
    margin-top: 70px
  }
}

@media (max-width: 1024px) {
  body {
    margin-top: 65px
  }
}

@media (max-width: 578px) {
  body {
    margin-top: 60px
  }
}

@media (min-width: 922px) {
  #masthead .ast-container {
    padding-left: 65px;
  }
}

@media (min-width: 1024px) {
  #masthead .ast-container {
    padding-left: 105px;
  }
}


@media (max-width: 1200px) {
  .ast-container {
    flex-direction: column;
  }

  .content-area.primary {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .ast-related-posts-wrapper {
    display: grid !important;
  }

  .site-content .ast-container>.widget-area {
    flex: 0 0 auto;
    width: 100% !important;
    padding-left: 0 !important;
  }

  .site-content .ast-container>.widget-area .ast-single-related-posts-container {
    padding-right: 2.5em;
  }
}

@media (max-width: 922px) {
  .sidebar-main .ast-single-related-posts-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .single-post #secondary {
    padding-bottom: 0;
  }
}

@media (min-width: 579px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    display: flex;
  }

  #astra-footer-menu.ast-nav-menu {
    display: flex;
  }
}

.slider-nosotros-wrap .wp-block-gallery .wp-block-image {
  padding: 1rem 3.5rem;
}

@media (max-width: 578px) {
  .slider-nosotros-wrap .wp-block-gallery .wp-block-image {
    padding: .5rem .5rem;
  }
}

.js-top-tags .slick-arrow {
  height: 100%;
  top: 0;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  z-index: 5;
  border-radius: 0;
  box-shadow: none;
}

.js-top-tags .slick-prev::before,
.js-top-tags .slick-next::before {
  font-family: 'fdf', sans-serif;
  color: #000;
}

.js-top-tags .slick-next::before {
  content: "";
}

.js-top-tags .slick-prev::before {
  content: "";
}

.js-top-tags button:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  z-index: -1;
  top: 0;
}

.js-top-tags button.slick-prev:after {
  left: 0;
  background: #fff;
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8) 40%, #fff 70%)
}

.js-top-tags button.slick-next:after {
  right: 0;
  background: #fff;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8) 40%, #fff 70%)
}

.js-top-tags a.tag-active,
.js-top-tags a.tag-active:hover,
.js-top-tags a.tag-active:focus {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}

.js-top-tags a {
  border: 1px solid #999;
  background: transparent;
  color: #1a1a1a;
  padding: 4px 12px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  text-transform: capitalize;
  transition: all .2s;
  display: inline-block;
  text-decoration: none !important;
}

.js-top-tags a:hover {
  background: rgba(72, 72, 72, .2);
}

.wp-block-uagb-container.js-top-searches {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 25px 0 15px;
  grid-gap: 40px 24px;
  max-width: 1980px;
  overflow: hidden;
  padding-bottom: 20px;
}


@media (max-width: 1025px) {
  .wp-block-uagb-container.js-top-searches {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 578px) {
  .wp-block-uagb-container.js-top-searches {
    grid-template-columns: 1fr;
    margin: 0px 0 15px;
  }
}

.fdf-post.post-horizontal {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.fdf-post.post-horizontal::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -12px;
  width: calc(100% + 24px);
  height: 2px;
  background: #e6e6e6;
}

.fdf-post.post-horizontal>a {
  display: flex;
}

.fdf-post.post-horizontal .post-img {
  margin-right: 18px;
  min-width: 110px;
  height: 110px;
  width: 110px;
  background: #dedede;
}

@media (max-width: 1550px) {
  .fdf-post.post-horizontal .post-img {
    min-width: 100px;
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .fdf-post.post-horizontal .post-img {
    min-width: 90px;
    height: 90px;
    width: 90px;
  }
}

@media (max-width: 991px) {
  .fdf-post.post-horizontal .post-img {
    min-width: 85px;
    height: 85px;
    width: 85px;
  }
}

.fdf-post .post-img {
  overflow: hidden;
}

.fdf-post .post-img img {
  transform-origin: center;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
}

.fdf-post:hover .post-img img {
  will-change: transform;
  transform: scale(1.05) !important;
}

.img-fit img,
.img-fit video {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain img,
.img-contain video,
.img-fit img,
.img-fit video {
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.fdf-post .post-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.fdf-post h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0;
}

.fdf-post.post-horizontal h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-height: 1.2;
  color: #0a0a0a;
  text-decoration: none;
}

.fdf-post.post-horizontal:hover h3 a {
  text-decoration: underline;
}

.fdf-post.post-horizontal .post-data .post-category {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.fdf-post .post-data p {
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
}

.fdf-post .post-data .post-category {
  color: #e01820;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.fdf-post .post-data time {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #767676;
  text-align: right;
  flex: 0 0 auto;
  margin-left: 5px;
}

/*HOME PAGE*/
#primary {
  overflow: hidden;
  padding-top: 0 !important;
}

.post-type-archive #primary,
.page-id-112732 #primary {
  overflow: initial;
}

@media (max-width: 922px) {
  .post-type-archive-podcast .primary {
    width: 80vw !important;
    margin: auto !important;
  }
}


.page-id-112744 #primary {
  overflow: initial;
}

/*HERO*/
.hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
  height: 540px;
  display: flex;
  align-items: end;
}

@media (max-width: 1600px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 500px;
  }
}

@media (max-width: 1500px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 475px;
  }
}

@media (max-width: 1400px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 445px;
  }
}

@media (max-width: 1024px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 375px;
  }
}

@media (max-width: 768px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 350px;
  }
}

@media (max-width: 578px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 285px;
  }
}

.hero-section .uagb-post__image-position-background .uagb-post__image {
  display: block;
}

.hero-section .uagb-post__image-position-background .uagb-post__image a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
}

.hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 {
  left: 4%;
  max-width: 685px;
}

@media (max-width: 991px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 {
    max-width: 620px;
    padding-right: 20px;
  }
}

.hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 a {
  display: inline;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 10px;
  font-size: 38px;
  color: #1a1a1a;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 a {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 a {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 a {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 a {
    font-size: 28px;
  }
}

@media (max-width: 578px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 a {
    font-size: 24px;
  }
}

@media (max-width: 450px) {
  .hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap h4 a {
    font-size: 22px;
  }
}

.hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap:hover h4 a {
  text-decoration: underline;
}

.hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap .uagb-post__image {
  width: 100% !important;
  margin-left: 0 !important;
}

.hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap .uagb-post__image img {
  will-change: transform;
  transform-origin: center;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
}

.hero-section .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap .uagb-post__image:hover img {
  transform: translate(-50%, -50%) scale(1.05) !important;
}

/*SLIDER RECENT NEWS*/
/*@media (max-width: 578px) {*/
/*  .slider-recent-news .uagb-post__inner-wrap {}*/
/*}*/
/**/

.slider-recent-news .uagb-post__image a {
  aspect-ratio: 16/9;
  display: block;
  overflow: hidden;
}

.slider-recent-news .uagb-post__image img {
  object-fit: cover;
  height: 100% !important;
  transform-origin: center;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.slider-recent-news .slick-slide:hover .uagb-post__image img {
  will-change: transform;
  transform: scale(1.05) !important;
}

.slider-recent-news .uagb-post__text.uagb-post-grid-byline,
.slider-recent-news .uagb-post__title.uagb-post__text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


.uagb-post-grid .uagb-post-grid-byline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.slider-critica-wrap.uagb-post-grid .uagb-post-grid-byline.uagb-post__text {
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}

.slider-critica-wrap.uagb-post-grid .uagb-post-grid-byline.uagb-post__text .uagb-post__text {
  margin: 0 !important;
}

.slider-critica-wrap.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text {
  margin-bottom: 5px !important;
}

@media (max-width: 578px) {
  .slider-critica-wrap.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.uagb-post__inner-wrap:hover .uagb-post__title a {
  text-decoration: underline;
}

.uagb-post-grid .uagb-post-grid-byline .uagb-post__date {
  color: #b3b3b3;
  font-size: 13px !important;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 400 !important;
  text-align: right;
}

.interviews_interview_container .uagb-post-grid .uagb-post-grid-byline .uagb-post__date {
  text-align: left;
}

.wp-block-separator {
  border-bottom: 0px;
  border-top: 1px solid;
}


.wp-block-button.fdf-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 50px;
  position: relative;
  padding: 15px 24px;
  font-size: 17px;
  z-index: 1;
  width: fit-content;
  transition: all .1s ease;
  background: none;
  color: #1a1a1a;
}

.wp-block-button.fdf-btn a:hover,
.wp-block-button.fdf-btn a:focus {
  color: #1a1a1a;
  background-color: transparent;
  border-color: transparent;
}

.wp-block-button.fdf-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: #2b2b2b;
  transition: all .2s ease;
  z-index: -1;
}

@media (min-width: 991px) {
  .wp-block-button.fdf-btn:hover a {
    color: #fff;
    background-color: transparent;
  }

  .wp-block-button.fdf-btn:hover a::after {
    height: 100%;
  }
}

.fdf-btn.white a {
  color: #fff;
  border: none;
}

.fdf-btn.white:hover a {
  color: #1a1a1a;
}

.fdf-btn.white a::after,
.fdf-btn.white a:focus {
  background: #fff;
  color: #1a1a1a;
}


.banner-youtube_youtube_banner .banner-youtube_banner {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(1, 17, 40, .2);
  padding: 20px;
  height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width: 1550px) {
  .banner-youtube_youtube_banner .banner-youtube_banner {
    height: 260px
  }
}

@media (max-width: 650px) {
  .banner-youtube_youtube_banner .banner-youtube_banner {
    padding-top: 40px;
    height: auto
  }

  .banner-youtube_youtube_banner .banner-youtube_banner:after,
  .banner-youtube_youtube_banner .banner-youtube_banner:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 50px;
    width: 104px;
    background-image: url("images/yt-banner/yellow-piece-sm.svg");
    background-position: bottom
  }

  .banner-youtube_youtube_banner .banner-youtube_banner:before {
    left: -28px;
    transform: rotate(90deg);
    background-position: bottom
  }

  .banner-youtube_youtube_banner .banner-youtube_banner:after {
    right: -28px;
    transform: rotate(-90deg)
  }
}

@media (max-width: 450px) {

  .banner-youtube_youtube_banner .banner-youtube_banner:after,
  .banner-youtube_youtube_banner .banner-youtube_banner:before {
    height: 34px;
    width: 88px
  }
}

.banner-youtube_youtube_banner .banner-youtube_banner h4 {
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  max-width: 385px;
  margin: 0 auto 30px
}

@media (max-width: 991px) {
  .banner-youtube_youtube_banner .banner-youtube_banner h4 {
    font-size: 32px
  }
}

@media (max-width: 650px) {
  .banner-youtube_youtube_banner .banner-youtube_banner h4 {
    margin-bottom: 20px;
    font-size: 28px
  }
}

@media (max-width: 450px) {
  .banner-youtube_youtube_banner .banner-youtube_banner h4 {
    font-size: 25px
  }
}

.banner-youtube_youtube_banner .banner-youtube_banner span {
  font-size: 110px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-weight: 700;
  -webkit-text-stroke: 1.3px #1a1a1a;
  bottom: -24px;
  color: #fff;
  opacity: 24%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.banner-youtube_youtube_banner .banner-youtube_banner .fdf-btn-element {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .banner-youtube_youtube_banner .banner-youtube_banner span {
    font-size: 90px
  }
}

@media (max-width: 991px) {
  .banner-youtube_youtube_banner .banner-youtube_banner span {
    font-size: 80px;
    bottom: -18px
  }
}

@media (max-width: 650px) {
  .banner-youtube_youtube_banner .banner-youtube_banner span {
    display: none
  }
}

.banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage {
  position: absolute;
  left: -64px;
  bottom: -20px
}

@media (max-width: 1550px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage {
    height: 198px;
    left: -50px;
    bottom: -24px;
    width: auto
  }
}

@media (max-width: 1200px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage {
    height: 140px;
    left: -48px;
    bottom: -22px
  }
}

@media (max-width: 991px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage {
    height: 110px;
    left: -35px;
    bottom: -12px
  }
}

@media (max-width: 650px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage {
    display: none
  }
}

.banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage_sm {
  position: relative;
  height: 185px;
  width: auto;
  margin: 35px auto -95px
}

@media (min-width: 650px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage_sm {
    display: none
  }
}

@media (max-width: 578px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage_sm {
    height: 175px
  }
}

@media (max-width: 450px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_youtube_collage_sm {
    height: 175px;
    margin: 35px auto -108px
  }
}

.banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition:after {
  content: "";
  z-index: -1;
  position: absolute;
  right: -5px;
  top: -12px;
  width: 95px;
  height: 108px;
  background-image: url("images/yt-banner/yellow-piece.svg")
}

@media (max-width: 1200px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition:after {
    right: -20px;
    top: -25px
  }
}

@media (max-width: 991px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition:after {
    right: -42px;
    top: -46px
  }
}

.banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_logo {
  position: absolute;
  right: 16px;
  top: 14px;
  filter: drop-shadow(0 8px 18px rgba(30, 30, 30, .15));
  width: 130px;
  height: 130px
}

@media (max-width: 1550px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_logo {
    width: 120px;
    height: 120px
  }
}

@media (max-width: 1200px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_logo {
    width: 110px;
    height: 110px;
    right: 10px;
    top: 10px
  }
}

@media (max-width: 991px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_logo {
    width: 75px;
    height: 75px;
    right: 10px;
    top: 10px
  }
}

.banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_copy {
  position: absolute;
  right: -50px;
  top: -52px;
  width: 264px;
  height: 264px;
  animation: banner-youtube_roll 25s linear infinite
}

@media (max-width: 1550px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_copy {
    width: 250px;
    height: 250px
  }
}

@media (max-width: 1200px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_copy {
    width: 210px;
    height: 210px;
    right: -38px;
    top: -38px
  }
}

@media (max-width: 991px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition .banner-youtube_copy {
    width: 160px;
    height: 160px;
    right: -35px;
    top: -35px
  }
}

@keyframes banner-youtube_roll {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(180deg)
  }
}

@media (max-width: 650px) {
  .banner-youtube_youtube_banner .banner-youtube_banner .banner-youtube_copy_composition {
    display: none
  }
}


.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.fdf-btn-element.red-btn {
  color: #fff;
}

.fdf-btn-element {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 50px;
  position: relative;
  padding: 6px 24px;
  font-size: 17px;
  z-index: 1;
  width: fit-content;
  transition: all .1s ease;
  text-decoration: none;
}

.fdf-btn-element.red-btn::after {
  background: var(--ff-red);
}

.fdf-btn-element.fill-btn::after {
  height: 100%;
}

.fdf-btn-element::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: #2b2b2b;
  transition: all .2s ease;
  z-index: -1;
}

.interviews_interview_container {
  background-color: var(--ff-white);
  /*position: absolute;*/
  bottom: 0;
  padding: 20px;
  left: 0;
  max-width: 70%;
}

.interviews_interview_container .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
  height: 587px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (max-width: 768px) {
  .interviews_interview_container {
    height: 400px;
  }
}

@media (max-width: 578px) {
  .interviews_interview_container .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    /*left: -24px;*/
    /*position: absolute;*/
    width: 100vw;
  }

  .interviews_interview_container .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap .uagb-post__image {
    width: 100vw !important;
    margin-left: 0 !important;
  }

}

@media (max-width: 1200px) {
  .interviews_interview_container .uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 100%;
    margin-left: -10px;
  }

  .interviews_interview_container .uagb-post-grid.is-grid.uagb-post__equal-height {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    height: 100%;
  }
}

.interviews_interview_container+.wp-block-uagb-container .uagb-post__inner-wrap .uagb-post-grid-byline .uagb-post__text {
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}

.interviews_interview_container+.wp-block-uagb-container .uagb-post__inner-wrap .uagb-post__text .uagb-post__taxonomy {
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.interviews_interview_container+.wp-block-uagb-container .uagb-post__inner-wrap .uagb-post__text.uagb-post-grid-byline {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-bottom: 6px;
}


.img-fit img {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-fit img,
.img-fit video {
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

.wp-block-uagb-post-carousel .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  width: 45px;
  height: 45px;
  box-shadow: 0 5px 12px rgba(43, 43, 43, .3);
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 31%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all .07s;
  font-size: 0;
}

@media (max-width: 991px) {
  .slick-arrow {
    display: none !important;
  }
}

.wp-block-uagb-post-carousel .slick-arrow:active {
  transform: scale(.92) translateY(-50%);
  box-shadow: 0 5px 12px rgba(43, 43, 43, 0);
}

.wp-block-uagb-post-carousel .slick-arrow svg {
  display: none;
}

.wp-block-uagb-post-carousel .slick-arrow.slick-next {
  right: 15px;
}

.wp-block-uagb-post-carousel .slick-arrow.slick-prev {
  left: 15px;
}

.wp-block-uagb-post-carousel .slick-prev:hover,
.wp-block-uagb-post-carousel .slick-prev:focus,
.wp-block-uagb-post-carousel .slick-next:hover,
.wp-block-uagb-post-carousel .slick-next:focus {
  background-color: var(--ff-white);
}

.uagb-slick-carousel .slick-prev:not(:hover):not(:active):not(.has-background),
.uagb-slick-carousel .slick-next:not(:hover):not(:active):not(.has-background),
.uagb-slick-carousel ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--ff-white);
}

.wp-block-uagb-post-carousel .slick-arrow:before {
  font-family: 'fdf' !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: var(--ff-black);
}

.wp-block-uagb-post-carousel .slick-arrow.slick-next:before {
  content: "";
}

.wp-block-uagb-post-carousel .slick-arrow.slick-prev:before {
  content: "";
}

.slider-critica-wrap .uagb-post__inner-wrap.slick-slide {
  height: 400px;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 578px) {
  .slider-critica-wrap .uagb-post__inner-wrap.slick-slide {
    height: 319px;
  }
}


.slider-critica-wrap.uagb-post__image-position-background .uagb-post__image img {
  width: 100%;
  height: 100%;
  min-width: initial;
  max-width: initial;
  min-height: initial;
  max-height: initial;
  object-fit: cover;
}

.slider-critica-wrap.uagb-post__image-position-background .uagb-post__image {
  padding-bottom: 0;
}

.slider-critica-wrap.uagb-post__image-position-background .uagb-post__image:hover img {
  will-change: transform;
  transform: translate(-50%, -50%) scale(1.05) !important;
  transform-origin: center;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
}

.slider-critica-wrap.uagb-post__image-position-background .uagb-post__image a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.slider-critica-wrap.uagb-post__image-position-background .uagb-post__image a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 104%;
  height: 175px;
  left: -2%;
  background: #000;
  transition: all .3s;
  background: linear-gradient(0deg, #000 20%, transparent 98%);
  z-index: 0;
}

.slider-critica-wrap.uagb-post__image-position-background .uagb-post__image a:hover:after {
  height: 200px
}

@media (max-width: 578px) {
  .slider-critica-wrap .uagb-post__inner-wrap.slick-slide a {
    height: 320px
  }
}

.slider-critica-wrap.uagb-slick-carousel {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .slider-critica-wrap.uagb-slick-carousel {
    padding: 0px;
  }
}

.slider-critica-wrap.wp-block-uagb-post-carousel .slick-arrow {
  top: 50%;
}


.interviews_interview_container .uagb-post-grid-byline {
  background-color: var(--ff-white);
  margin-left: -8px;
  max-width: 70%;
  padding: 15px 10px 5px 10px;
}

.interviews_interview_container .uagb-post__title {
  background-color: var(--ff-white);
  margin-left: -8px;
  max-width: 70%;
  padding: 5px 10px 15px 10px;
}

@media (max-width: 991px) {
  .interviews_interview_container .uagb-post-grid-byline {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }

  .interviews_interview_container .uagb-post__title {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }
}


.interviews_interview_container .uagb-post__image,
.interviews_interview_container .uagb-post__inner-wrap {
  padding-bottom: 0;
}

.interviews_interview_container .uagb-post__image a {
  position: relative;
  height: 100%;
  display: block;
  z-index: 1;
  cursor: pointer;
}

.interviews_interview_container .uagb-post__inner-wrap h4.uagb-post__title {
  color: var(--ff-black);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.site-header {
  background: var(--ff-white);
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 75px;
}

.single-post .progress-container-top {
  top: 81px;
}

@media (max-width: 1550px) {
  .site-header {
    height: 70px;
  }
}

@media (max-width: 1025px) {
  .site-header {
    height: 65px;
    padding: 0;
  }

  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    height: 65px;
    min-height: auto;
  }

  .single-post .progress-container-top {
    top: 65px;
  }
}

@media (max-width: 578px) {
  .site-header {
    height: 60px;
  }

  .single-post .progress-container-top {
    top: 60px;
  }

  .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section>* {
    padding: 0 5px !important;
  }

  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-primary-header-bar .site-primary-header-wrap {
    height: 60px;
    min-height: auto;
    padding-right: 5px !important;
  }

  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle,
  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle:focus,
  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle:active {
    border: none;
    outline: none;
  }

  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle.toggled {
    background-color: var(--ff-yellow);
  }
}

.site-header>div {
  flex: 1 1 auto;
}


.site-logo-img {
  width: 110px;
  position: absolute;
  top: 0;
  left: -90px;
  z-index: 10;
  display: flex;
  transition: filter .3s;
  padding: 0 !important;
}

@media (max-width: 1550px) {
  .site-logo-img {
    width: 100px;
  }
}

@media (max-width: 1280px) {
  .site-logo-img {
    left: 0;
    width: 95px;
  }
}

@media (min-width: 922px) and (max-width: 1280px) {
  .site-logo-img {
    left: -60px;
  }
}

@media (max-width: 768px) {
  .site-logo-img {
    width: 88px;
  }
}

@media (max-width: 578px) {
  .site-logo-img {
    width: 80px;
    left: 2px;
  }
}

.site-header .ast-main-header-wrap .header-social-item {
  border: 2px solid #ccc;
  display: inline-block !important;
}

.site-header .header-social-item:hover {
  border: 2px solid var(--ff-black);
}

.site-header .menu-item .menu-link {
  padding: 20px 16px;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s ease;
  position: relative;
  display: block;
  transform-origin: center;
  line-height: 1.9;
}

@media (max-width: 1280px) {
  .site-header .menu-item .menu-link {
    padding: 20px 10px;
    margin: 0 5px;
  }
}

.site-header .menu-item .menu-link:hover {
  color: var(--ff-red);
}

.site-header .menu-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 5px;
  background: var(--ff-red);
  width: 0;
  animation: header_out .2s ease 1 both;
}

.site-header .current-menu-item .menu-link::after,
.site-header .menu-link:hover::after {
  opacity: 1;
  animation: header_in .5s ease 1 both;
}

@keyframes header_in {
  0% {
    width: 0;
    left: 0;
    right: auto
  }

  to {
    left: 0;
    right: auto;
    width: 100%
  }
}

@keyframes header_out {
  0% {
    width: 100%;
    left: auto;
    right: 0
  }

  to {
    width: 0;
    left: auto;
    right: 0
  }
}


.slide-search {
  background: #011128;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: all .2s;
  color: #fff;
  font-size: 25px;
}

@media (min-width: 1024px) {
  .slide-search:hover {
    box-shadow: 0 6px 10px rgba(1, 17, 40, .29);
  }
}

.site-footer-primary-section-1.site-footer-section {
  display: flex;
  justify-content: start;
  align-items: center !important;
}

@media (max-width: 922px) {
  .site-footer-primary-section-1.site-footer-section {
    padding-top: 2rem;
  }
}

.wp-block-uagb-image__figure {
  height: 68px;
  display: flex;
}

#footer-site-navigation .menu-item a.menu-link {
  color: #b3b3b3;
  font-size: 15px;
  transition: all .2s;

  @media (max-width: 1280px) {
    font-size: 14px;
  }
}

#footer-site-navigation .menu-item a.menu-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bar-navigation {
  margin-left: 10px;
}

.site-footer-primary-section-2.site-footer-section {
  display: flex;
  justify-content: end;
}


.site-footer-section .ast-footer-copyright {
  flex-grow: 1;
  margin-right: 0;
  font-size: .8rem;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
  column-gap: 10px;
  padding-right: 15px;
  padding-left: 15px;

  @media (max-width: 922px) {
    grid-template-columns: repeat(1, auto) !important;
  }

  @media (min-width: 922px) {
    grid-template-columns: repeat(2, auto);
  }
}

.site-footer-section .ast-footer-social-wrap {
  width: 100%;
}

.site-footer-section .ast-footer-social-wrap a {
  border: 2px solid #ccc;
  margin: 0 6px !important;

  @media (max-width: 1280px) {
    margin: 0 3px !important;
  }
}

.site-footer-section .ast-footer-social-wrap a:hover {
  border-color: transparent;
}


.site-footer-section .ast-builder-layout-element.ast-flex.site-footer-focus-item {
  flex: fit-content;
}

.archive .ast-archive-description .ast-archive-title {
  margin-bottom: 24px;
}

@media (max-width: 578px) {
  .archive .ast-archive-description .ast-archive-title {
    font-size: 25px !important;
  }
}

.archive .post-content:hover .entry-title a {
  text-decoration: underline;
}

@media (max-width: 991px)and (min-width: 579px) {

  .archive.category .ast-grid-4 .ast-article-post,
  .archive.author .ast-grid-4 .ast-article-post,
  .archive.tag .ast-grid-4 .ast-article-post {
    width: 48%;
    margin: 1%;
  }
}


.archive.category .post-content .entry-meta,
.archive.author .post-content .entry-meta,
.archive.tag .post-content .entry-meta {
  display: flex;
  justify-content: space-between;
}

.archive .post-content .entry-meta {
  font-size: 0;
}

.archive .post-content .entry-meta .tags-links,
.archive .post-content .entry-meta .posted-on {
  font-size: .875rem;
}

.archive.category .post-content .entry-meta .published,
.archive.author .post-content .entry-meta .published,
.archive.tag .post-content .entry-meta .published {
  color: #767676;
  font-weight: 400 !important;
}

.archive.category .post-content .ast-blog-featured-section,
.archive.author .post-content .ast-blog-featured-section,
.archive.tag .post-content .ast-blog-featured-section {
  margin-bottom: 5px;
}

.archive.category .post-content .ast-blog-featured-section .post-thumb a,
.archive.author .post-content .ast-blog-featured-section .post-thumb a,
.archive.tag .post-content .ast-blog-featured-section post-thumb a {
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
}

.archive.category .post-content .ast-blog-featured-section .post-thumb a img,
.archive.author .post-content .ast-blog-featured-section .post-thumb a img,
.archive.tag .post-content .ast-blog-featured-section post-thumb a img {
  aspect-ratio: initial;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.archive.category .post-content .entry-header,
.archive.author .post-content .entry-header,
.archive.tag .post-content .entry-header {
  margin-bottom: 5px;
}

.archive.category .ast-archive-description,
.archive.author .ast-archive-description,
.archive.tag .ast-archive-description {
  border-bottom: 2px solid #1a1a1a;
}

@media (max-width: 578px) {

  .archive.category .ast-archive-description h1,
  .archive.author .ast-archive-description h1,
  .archive.tag .ast-archive-description h1 {
    font-size: 26px;
  }
}

.ast-loader {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.archive.category .ast-load-more,
.archive.author .ast-load-more,
.archive.tag .ast-load-more,
.ast-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 50px;
  position: relative;
  padding: 6px 24px;
  font-size: 17px;
  z-index: 1;
  width: fit-content;
  transition: all .1s ease;
  background: none;
  color: #1a1a1a;
  border: none;
  margin: auto;
}

.archive.category .ast-load-more::after,
.archive.author .ast-load-more::after,
.archive.tag .ast-load-more::after,
.ast-load-more::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: #2b2b2b;
  transition: all .2s ease;
  z-index: -1;
}

.ast-load-more.no-more:hover {
  color: #fff;
}

@media (min-width: 991px) {

  .archive.category .ast-load-more:hover,
  .archive.author .ast-load-more:hover,
  .archive.tag .ast-load-more:hover,
  .ast-load-more:hover {
    color: #fff;
    background-color: transparent;
  }

  .archive.category .ast-load-more:hover::after,
  .archive.author .ast-load-more:hover::after,
  .archive.tag .ast-load-more:hover::after,
  .ast-load-more:hover::after {
    height: 100%;
  }
}


.fdf-btn.js-load-more a span,
.ast-load-more span {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-top: -3px;
  margin-left: 1px;
  animation: opacity-dots .2s;
  animation-name: opacity-dots;
  animation-duration: .8s;
  animation-iteration-count: infinite
}

@keyframes opacity-dots {
  0% {
    opacity: .3
  }

  50% {
    opacity: 1
  }

  to {
    opacity: .3
  }
}

.fdf-btn.js-load-more a span:first-child,
.ast-load-more span:first-child {
  margin-left: 2px
}

.fdf-btn.js-load-more a.loading {
  color: #fff
}

.fdf-btn.js-load-more a.loading:after {
  height: 100%
}

.fdf-btn.js-load-more a.loading span:first-child,
.ast-load-more span:first-child {
  animation-delay: .1s
}

.fdf-btn.js-load-more a.loading span:nth-child(2),
.ast-load-more span:nth-child(2) {
  animation-delay: .2s;
}

.fdf-btn.js-load-more a.loading span:nth-child(3),
.ast-load-more span:nth-child(3) {
  animation-delay: .3s
}

.fdf-btn.js-load-more a.loading span:nth-child(4),
.ast-load-more span:nth-child(4) {
  animation-delay: .4s
}

.fdf-btn.js-load-more a.loading span:nth-child(5),
.ast-load-more span:nth-child(5) {
  animation-delay: .5s
}

.fdf-btn.js-load-more a.loading span:nth-child(6),
.ast-load-more span:nth-child(6) {
  animation-delay: .6s
}

.fdf-btn.js-load-more a.loading span:nth-child(7),
.ast-load-more span:nth-child(7) {
  animation-delay: .7s
}

.fdf-btn.js-load-more a.loading span:nth-child(8),
.ast-load-more span:nth-child(8) {
  animation-delay: .8s
}

.fdf-btn.js-load-more a.loading span:nth-child(9),
.ast-load-more span:nth-child(9) {
  animation-delay: .9s
}

.fdf-btn.js-load-more a.loading span:nth-child(10),
.ast-load-more span:nth-child(10) {
  animation-delay: 1s
}

.fdf-btn.js-load-more a.loading span:nth-child(11),
.ast-load-more span:nth-child(11) {
  animation-delay: 1.1s
}

.fdf-btn.js-load-more a.loading span:nth-child(12),
.ast-load-more span:nth-child(12) {
  animation-delay: 1.2s
}


.wp-block-quote,
blockquote {
  padding: 20px 45px 30px;
  background: var(--ff-ghost);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin: 1.8rem auto;
  width: 85%
}

@media (max-width: 991px) {

  .wp-block-quote,
  blockquote {
    padding: 20px 35px 30px
  }
}

@media (max-width: 578px) {

  .wp-block-quote,
  blockquote {
    width: 100%;
    padding: 12px 25px 23px
  }
}

.wp-block-quote p,
blockquote p {
  line-height: 1.5 !important
}

.wp-block-quote p strong,
blockquote p strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .5px;
  color: #303030;
  font-style: normal;
}

@media (max-width: 1550px) {

  .wp-block-quote p strong,
  blockquote p strong {
    font-size: 18px
  }
}

@media (max-width: 578px) {

  .wp-block-quote p strong,
  blockquote p strong {
    font-size: 17px
  }

  .wp-block-quote p,
  blockquote p {
    margin: 15px 0 !important
  }
}

.wp-block-quote:before,
blockquote:before {
  color: hsla(0, 0%, 60%, .4);
  content: "”";
  font-family: Proxima Nova, Arial, Helvetica;
  font-weight: 800;
  font-size: 120px;
  line-height: .7;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -2
}

.wp-block-quote cite,
blockquote cite {
  font-size: .95rem
}

.wp-block-quote cite strong,
blockquote cite strong {
  font-size: 16px;
  font-weight: 400
}

.wp-block-quote cite:before,
blockquote cite:before {
  content: "- "
}

.post-template-default.single-post article .entry-content figcaption {
  font-size: 14px;
  text-align: right;
  color: #666;
  margin-top: 3px;
}

.single-post .entry-header .entry-meta .ast-terms-link a:hover {
  text-decoration: underline;
}

.single .ast-author-meta .ast-author-details {
  display: flex;
  align-items: center;
}

@media (min-width: 922px) {
  .single-post .entry-content {
    padding-left: 100px;
  }

  .entry-content .author-wrap {
    margin-left: -100px;
  }
}

@media (max-width: 578px) {
  .single-post #page {
    overflow: hidden;
  }

  .site .ast-single-related-posts-container {
    padding-left: 0 !important;
  }
}

@media (max-width: 1200px) {
  .single-post #page {
    overflow: hidden;
  }
}


.entry-content .author-wrap {
  justify-content: space-between;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

@media (max-width: 578px) {
  .entry-content .author-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px
  }
}

article .entry-content .author-wrap .ast-single-author-box {
  margin-top: 0;
  border-top: 0;
}

article .entry-content .author-wrap .ast-author-meta {
  padding: 0;
}

article .entry-content .author-wrap .ast-single-author-box .about-author-title-wrapper {
  display: none;
}

.entry-content .author-wrap .post_author {
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important
}

article .entry-content .author-wrap .ast-author-meta .post-author-avatar {
  width: 45px;
  min-width: 45px;
  overflow: hidden;
  display: block;
  height: 45px;
  border-radius: 50px;
  margin-right: 15px;
  cursor: pointer
}

article .entry-content .author-wrap .ast-author-meta .post-author-avatar img {
  width: 100%;
  min-width: initial;
}

@media (max-width: 768px) {
  article .entry-content .author-wrap .ast-author-meta .post-author-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px
  }
}

@media (max-width: 578px) {
  article .entry-content .author-wrap .ast-author-meta .post-author-avatar {
    width: 38px;
    height: 38px;
    min-width: 38px
  }
}

article .entry-content .author-wrap .ast-author-meta .post-author-bio {
  padding-right: 15px;
  text-align: left !important;
}

article .entry-content .author-wrap .ast-author-meta .post-author-bio h4 {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.2;
  cursor: pointer
}

article .entry-content .author-wrap .ast-author-meta .post-author-bio a,
article .entry-content .author-wrap .ast-author-meta .post-author-bio .author-title {
  color: var(--ff-black);
  text-decoration: none;
}

article .entry-content .author-wrap .ast-author-meta .post-author-bio a:hover,
article .entry-content .author-wrap .ast-author-meta .post-author-bio .author-title:hover {
  color: var(--ff-red)
}

@media (max-width: 768px) {
  article .entry-content .author-wrap .ast-author-meta .post-author-bio h4 {
    font-size: 16px
  }
}

article .entry-content .author-wrap .ast-author-meta .post-author-bio .post-author-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  color: #666
}

@media (max-width: 768px) {
  article .entry-content .author-wrap .ast-author-meta .post-author-bio .post-author-desc {
    font-size: 12px
  }
}


article .entry-content .author-wrap .posted-on {
  font-weight: 600;
  text-transform: capitalize;
  white-space: normal;
  display: block;
  margin-left: 15px;
  font-size: 15px
}

@media (max-width: 768px) {
  article .entry-content .author-wrap .posted-on {
    margin-top: 15px
  }
}

@media (max-width: 578px) {
  article .entry-content .author-wrap .posted-on {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
    margin-top: 18px;
    font-size: 15px;
  }

  article .entry-content .author-wrap .posted-on .published {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  article .entry-content .author-wrap .posted-on br {
    display: none
  }
}

@media (max-width: 450px) {
  article .entry-content .author-wrap .posted-on {
    margin-top: 12px
  }
}


.ast-related-posts-wrapper {
  display: block;
}

.ast-related-posts-wrapper .ast-related-post-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.ast-related-posts-wrapper .ast-related-post-content .entry-content {
  display: none;
}

.ast-related-posts-wrapper .ast-related-post-content .ast-related-post-featured-section {
  grid-area: 1 / 1 / 2 / 2;
}

.ast-related-posts-wrapper .ast-related-post-content .entry-header {
  grid-area: 1 / 2 / 2 / 4;
  margin-top: 0;
  width: 100%;
}

.ast-related-posts-wrapper .ast-related-post-content .entry-header h3 a {
  /*font-size: 1rem;*/
  line-height: 1.2em;
  text-align: left;
}

.tags-wrap {
  display: flex;
}

.tags-wrap strong {
  margin-right: 5px;
}

.tags-wrap a {
  display: inline-block;
  color: #203742 !important;
  text-decoration: none !important;
  background: #e0e6e8;
  border-radius: 2px;
  font-size: 13px;
  padding: 4.5px 10px;
  text-transform: capitalize;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .tags-wrap a {
    font-size: 12px;
    padding: 4px 7px;
  }
}

@media (max-width: 578px) {
  .tags-wrap a {
    font-size: 11px;
    padding: 2px 5px;
  }
}


.ast-related-post .post-thumb-img-content a {
  margin-right: 18px;
  min-width: 110px;
  height: 110px;
  width: 110px;
  background: #dedede;
  display: block;
  overflow: hidden;
}

.ast-related-post:hover .post-thumb-img-content a img {
  will-change: transform;
  transform: scale(1.05) !important;
}

.ast-related-post .post-thumb-img-content a img {
  transform-origin: center;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: initial;
}

.ast-related-post .entry-meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px 0;
}

.ast-related-post .ast-related-post-title a:hover {
  text-decoration: underline;
}

.ast-related-post .entry-meta .published {
  color: #767676;
  font-weight: 400 !important;
}

.ast-related-posts-wrapper .ast-related-post:not(:last-child) {
  border-bottom: 1px solid var(--ff-ghost);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.post-type-archive-podcast .site-main {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 20px;
}

@media (max-width: 578px) {
  .post-type-archive-podcast .site-main {
    margin: 0 -10px;
  }
}

.post-type-archive-podcast article.type-podcast {
  display: flex;
  width: 100%;
  margin-bottom: 20px !important;
}

.post-type-archive-podcast article.type-podcast .ast-article-inner {
  background: #fff;
  display: flex;
  border-radius: 10px !important;
  width: 100%;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.post-type-archive-podcast article.type-podcast .ast-article-inner:hover {
  box-shadow: 0 8px 12px rgba(26, 26, 26, .2);
  border-radius: 10px;
}

.post-type-archive-podcast article.type-podcast .post-content {
  background: #fff;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 210px 1fr;
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  transition: all .2s;
  grid-gap: 0px 24px;
  grid-template-areas: "card title" "card details" "panes panes";
}

.post-type-archive-podcast article.type-podcast .post-content .tab-content {
  border: 5px solid #fff;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);

  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: var(--ff-yellow);
  grid-area: panes;
  position: relative;
  transition: max-height .35s, height .2s;
  top: 0px;
}

.post-type-archive-podcast article.type-podcast .post-content .tab-content::before {
  width: calc(100% + 30px);
  position: absolute;
  top: 0;
  content: "";
  background-color: white;
  height: 10px;
  z-index: 100;
  left: -15px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, .25);
}

.post-type-archive-podcast article.type-podcast .post-content .tab-content .tab-pane {
  display: none;
  padding: 35px 20px 20px;

}

.post-type-archive-podcast article.type-podcast .post-content .tab-content .tab-pane.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-type-archive-podcast article.type-podcast .post-content .tab-content .tab-pane iframe {
  width: 100%;
}

.post-type-archive-podcast article.type-podcast .post-content .tab-content .tab-pane iframe.youtube {
  width: 680px;
  margin: 0 auto;
  display: block;
  height: 380px;
}

@media (max-width: 991px) {
  .post-type-archive-podcast article.type-podcast .post-content {
    grid-template-rows: 78px 50px;
    grid-template-columns: 210px 1fr;
    grid-gap: 22px 20px;
  }
}

@media (max-width: 722px) {
  .post-type-archive-podcast article.type-podcast .post-content {
    grid-template-areas:
      "card title"
      "details details"
      "panes panes";
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 0 24px;
    grid-template-columns: calc(18vw + 60px) 1fr;
  }
}

@media (max-width: 578px) {
  .post-type-archive-podcast article.type-podcast .post-content {
    grid-gap: 0 20px;
    grid-template-columns: calc(18vw + 50px) 1fr;
  }
}

@media (max-width: 450px) {
  .post-type-archive-podcast article.type-podcast .post-content {
    grid-gap: 0 15px;
    padding-top: 10px;
    padding-right: 5px;
    grid-template-columns: calc(16vw + 40px) 1fr;
  }
}

.post-type-archive-podcast article.type-podcast .entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  grid-area: details;
  grid-column-start: details;
  grid-column-end: details;
  margin: 0 0 auto;
}

@media (max-width: 991px) {
  .post-type-archive-podcast article.type-podcast .entry-meta {
    font-size: 16px;
  }
}

@media (max-width: 722px) {
  .post-type-archive-podcast article.type-podcast .entry-meta {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 10px 16px;
    font-size: 16px;
  }
}

@media (max-width: 578px) {
  .post-type-archive-podcast .ast-archive-description .ast-archive-title {
    padding: 0 10px;
  }

  .post-type-archive-podcast article.type-podcast .entry-meta {
    font-size: 14px;
    padding: 10px 14px;
  }
}

@media (max-width: 450px) {
  .post-type-archive-podcast article.type-podcast .entry-meta {
    font-size: 12px;
  }
}

.post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  grid-area: card;
  justify-content: center;
}

.post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .js-item-count {
  font-size: 22px;
  font-weight: 700;
  width: 60px;
  min-width: 60px;
  text-align: center;
  color: #4d4d4d;
}

@media (max-width: 722px) {
  .post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .js-item-count {
    font-size: 18px;
  }
}

@media (max-width: 578px) {
  .post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .js-item-count {
    width: 50px;
    min-width: 50px;
  }
}

@media (max-width: 450px) {
  .post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .js-item-count {
    font-size: 16px;
    width: 40px;
    min-width: 40px;
  }
}

.post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .post-thumb-img-content {
  width: 150px;
  margin: 0 !important;
  aspect-ratio: 1/1;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .post-thumb-img-content {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 722px) {
  .post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .post-thumb-img-content {
    width: 18vw;
    height: 18vw;
  }
}

@media (max-width: 450px) {
  .post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .post-thumb-img-content {
    width: 16vw;
    height: 16vw;
  }
}

.post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .post-thumb-img-content a {
  display: block;
  height: 100%;
}

.post-type-archive-podcast article.type-podcast .ast-blog-featured-section.post-thumb .post-thumb-img-content img {
  object-fit: cover;
  aspect-ratio: initial;
  height: 100%;
}

.post-type-archive-podcast article.type-podcast h2.entry-title.ast-blog-single-element {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 991px) {
  .post-type-archive-podcast article.type-podcast h2.entry-title.ast-blog-single-element {
    font-size: 24px;
  }
}

.post-type-archive-podcast article.type-podcast h2.entry-title.ast-blog-single-element span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .post-type-archive-podcast article.type-podcast h2.entry-title.ast-blog-single-element span {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .post-type-archive-podcast article.type-podcast h2.entry-title.ast-blog-single-element span {
    font-size: 18px;
  }
}

@media (max-width: 578px) {
  .post-type-archive-podcast article.type-podcast h2.entry-title.ast-blog-single-element span {
    font-size: 16px;
  }
}

.post-type-archive-podcast article.type-podcast .entry-header {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 1fr;
  grid-area: title;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .post-type-archive-podcast article.type-podcast .entry-header {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .post-type-archive-podcast article.type-podcast .entry-header {
    font-size: 18px;
  }
}

@media (max-width: 578px) {
  .post-type-archive-podcast article.type-podcast .entry-header {
    font-size: 16px;
  }
}


.post-type-archive-podcast article.type-podcast .published {
  color: #4d4d4d;
  padding-right: 17px;
  margin-right: 20px;
  display: block;
  position: relative;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 450px) {
  .post-type-archive-podcast article.type-podcast .published {
    padding-right: 10px;
    margin-right: 15px;
  }
}


.social-links-wrap {
  display: flex;
  align-items: end;
  padding-bottom: 5px;
  justify-content: end;
  gap: 10px;
}

.social-links-wrap .btn-social {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background: var(--ff-black);
  font-size: 26px;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width: 578px) {
  .social-links-wrap .btn-social {
    width: 34px;
    height: 34px;
    font-size: 24px
  }
}


@media (max-width: 1024px) {
  .entry-meta .social-links-wrap .btn-social {
    background: #f2f2f2;
    color: #4d4d4d;
  }
}

@media (max-width: 991px) {
  .entry-meta .social-links-wrap .btn-social {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 578px) {
  .entry-meta .social-links-wrap .btn-social {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

.social-links-wrap .btn-social:hover {
  box-shadow: 0 6px 8px rgba(31, 31, 31, .3);
  transform: scale(1.05)
}

.social-links-wrap .btn-social i:before {
  color: inherit;
}

.entry-meta .social-links-wrap .btn-social:not(:hover) {
  background: hsla(0, 0%, 87%, .867);
}

.entry-meta .social-links-wrap .btn-social:not(:hover) i:before {
  color: #4d4d4d;
}

.entry-meta .social-links-wrap .btn-social.podcast_active {
  background: var(--ff-black);
}

.social-links-wrap .btn-social.podcast_spotify i,
.social-links-wrap .btn-social.podcast_active.podcast_spotify i:before {
  color: #1fdf64
}

.social-links-wrap .btn-social.podcast_youtube i,
.social-links-wrap .btn-social.podcast_active.podcast_youtube i:before {
  color: red
}

.social-links-wrap .btn-social.podcast_apple,
.social-links-wrap .btn-social.podcast_active.podcast_apple {
  background: #8f22c8;
}

.social-links-wrap .btn-social.podcast_apple i,
.social-links-wrap .btn-social.podcast_active.podcast_apple i:before {
  color: #fff
}

.social-links-wrap .btn-social.podcast_google {
  padding: 6px
}

.social-links-wrap .btn-social.podcast_active.podcast_spotify i:before {
  color: #1fdf64
}

.social-links-wrap .btn-social.podcast_active.podcast_youtube {
  color: red
}

.social-links-wrap .btn-social.podcast_active.podcast_apple {
  background: #8f22c8;
  color: #fff
}

.social-links-wrap .btn-social.podcast_active.podcast_google {
  padding: 6px
}

.social-links-wrap .btn-social {
  transition: all .2s;
  will-change: tr
}

@media (min-width: 768px) {
  .social-links-wrap .btn-social {
    width: 42px;
    height: 42px
  }
}

.social-links-wrap .btn-social:first-child:after {
  animation-delay: .1666666667s, .1666666667s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:nth-child(2):after {
  animation-delay: .3333333333s, .3333333333s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:nth-child(3):after {
  animation-delay: .5s, .5s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:nth-child(4):after {
  animation-delay: .6666666667s, .6666666667s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:nth-child(5):after {
  animation-delay: .8333333333s, .8333333333s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:nth-child(6):after {
  animation-delay: 1s, 1s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:nth-child(7):after {
  animation-delay: 1.1666666667s, 1.1666666667s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:nth-child(8):after {
  animation-delay: 1.3333333333s, 1.3333333333s, 0s;
  transition-timing-function: ease-in-out
}

.social-links-wrap .btn-social:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: rgba(95, 95, 95, .2);
  border-radius: 50px;
  z-index: -1;
  animation: podcast_pulse 1.5s infinite
}

.entry-meta .social-links-wrap .btn-social:after {
  animation: none;
}


@keyframes podcast_pulse {
  0% {
    opacity: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px)
  }

  40% {
    opacity: 1
  }

  60% {
    opacity: 0;
    width: calc(100% + 25px);
    height: calc(100% + 25px)
  }

  to {
    opacity: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px)
  }
}

.social-links-wrap:hover .btn-social:after {
  display: none
}

.social-links-wrap .btn-social span {
  position: absolute !important;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: -30px;
  visibility: hidden;
  background: #212529;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 2px 8px;
  opacity: 0;
  margin: 0;
  transition: top .3s, opacity .3s;
}

.social-links-wrap .btn-social span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: transparent;
  border-top-color: #212529;
}

@media (min-width: 1025px) {
  .social-links-wrap .btn-social:hover span {
    visibility: visible;
    top: -36px;
    opacity: 1;
  }
}


.entry-meta .social-links-wrap .btn-social:not(:hover) img {
  filter: contrast(5) brightness(0) grayscale(1);
}


[class^="icon-"] {
  font-family: fdf !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ast-icon.icon-search:before {
  font-family: fdf !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ast-icon.icon-search svg {
  display: none;
}

.icon-rounded-down-arrow:before {
  content: ""
}

.icon-telegram-fill:before {
  content: ""
}

.icon-apple-podcast:before {
  content: ""
}

.icon-mail:before {
  content: ""
}

.icon-star:before {
  content: ""
}

.icon-share:before {
  content: ""
}

.icon-twitter-fill:before {
  content: ""
}

/*.icon-close:before {*/
/*    content: ""*/
/*}*/

.icon-linkedin-fill:before {
  content: ""
}

.icon-upload-file:before {
  content: ""
}

.icon-spotify-fill:before {
  content: ""
}

.icon-youtube-fill:before {
  content: ""
}

.icon-whatsapp-fill:before {
  content: ""
}

.icon-instagram-fill:before {
  content: ""
}

.icon-facebook-fill:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-arrow-down:before {
  content: ""
}

.icon-arrow-left:before {
  content: ""
}

.icon-arrowline-down:before {
  content: ""
}

.icon-arrowline-left:before {
  content: ""
}

.icon-arrowline-right:before {
  content: ""
}

.icon-arrowline-up:before {
  content: ""
}

.icon-arrow-right:before {
  content: ""
}

.icon-arrow-up:before {
  content: ""
}

.ast-builder-social-element.footer-social-item span {
  display: none;
}

.ast-builder-social-element.footer-social-item::before {
  box-sizing: border-box;
  font-family: fdf !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 20px;
}

.ast-builder-social-element.footer-social-item.ast-twitter::before {
  content: "";
}

.ast-builder-social-element.footer-social-item.ast-facebook::before {
  content: "";
}

.ast-builder-social-element.footer-social-item.ast-instagram::before {
  content: "";
}

.ast-builder-social-element.footer-social-item.ast-dribbble::before {
  content: "";
}


.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.center-all,
.center-vertical {
  display: flex;
  align-items: center;
}

.podcast_banner {
  position: relative;
  padding: 30px 0;
  z-index: 1;
  width: 100%;
  display: flex;
}

.ast-container.full-width {
  width: 146%;
}

@media (min-width: 922px) {
  .ast-container.full-width {
    width: 89vw;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .ast-container.full-width {
    width: 143%;
  }
}

@media (max-width: 578px) {
  .ast-separate-container #content .ast-container.full-width {
    padding: 15px 0 !important;
  }
}

@media (min-width: 1200px) {
  .podcast_banner {
    margin-bottom: 50px
  }
}

@media (max-width: 578px) {
  .podcast_banner {
    padding: 20px
  }
}


@media (min-width: 576px) {
  .podcast_banner_col {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .podcast_banner_col {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .podcast_banner_col {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

@media (min-width: 1200px) {
  .podcast_banner_col {
    flex: 0 0 auto;
    width: 33.33333333%
  }
}

.podcast_banner:after {
  content: "";
  border: 2px solid var(--ff-yellow);
  border-radius: 10px;
  width: calc(100% - 24px);
  height: 100%;
  position: absolute;
  left: 12px;
  top: 0;
  z-index: -1
}

@media (min-width: 991px) {
  .podcast_banner:after {
    width: 100%;
    left: 0;
  }
}

.podcast_banner .fdf-main-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .podcast_banner .fdf-main-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .podcast_banner .fdf-main-title {
    font-size: 28px;
  }
}

@media (max-width: 578px) {
  .podcast_banner .fdf-main-title {
    font-size: 26px;
  }
}

.podcast_banner .podcast_banner_content {
  max-width: 245px
}

.podcast_banner_content .social-links-wrap {
  justify-content: start;
}

.podcast_banner .podcast_logo_podcast {
  height: 148px
}

@media (max-width: 578px) {
  .podcast_banner .podcast_logo_podcast {
    height: 120px;
    min-width: 80px
  }
}

.podcast_banner h6 {
  line-height: 1;
  margin-bottom: 14px
}

.podcast_banner_col {
  width: 100%;
  max-width: 460px;
}

.podcast_banner_col>div {
  gap: 10px;
}

body.archive .ast-archive-description {
  padding: 0;
  margin-bottom: 60px !important;
}

body.archive.post-type-archive-podcast .ast-archive-description {
  margin-bottom: 0 !important;
}


.ast-search-box.full-screen .ast-search-wrapper {
  top: 15%;
}

@media (min-width: 1281px) {
  .ast-search-box.full-screen .ast-search-wrapper .search-form {
    width: 100%;
  }
}

@media (max-width: 578px) {
  .ast-search-box.full-screen .ast-search-wrapper .search-form {
    width: 100%;
  }
}

.ast-search-box.full-screen .ast-search-wrapper .search-form fieldset {
  max-width: 675px;
  margin: auto;
}

.ast-search-box.full-screen .ast-search-wrap {
  position: absolute;
  width: 100%;
  height: 65vh;
}

.ast-search-box.full-screen .ast-search-wrap .btn-search-load-more-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 50px;
  position: relative;
  padding: 15px 24px;
  font-size: 17px;
  z-index: 1;
  width: fit-content;
  transition: all .1s ease;
  background: none;
  color: #fff;
  margin: auto;
}

.ast-search-box.full-screen .ast-search-wrap .btn-search-load-more-wrap a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: #fff;
  transition: all .2s ease;
  z-index: -1;
}

.ast-search-box.full-screen .ast-search-wrap .btn-search-load-more-wrap a:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.ast-search-box.full-screen .ast-search-wrap .btn-search-load-more-wrap a:hover::after {
  height: 100%;
}

.ast-search-box.full-screen .ast-search-wrap .ast-live-search-results {
  height: 90%;
  position: relative !important;
  max-height: initial !important;
  top: 0;
}

@media (min-width: 1280px) {
  .ast-search-box.full-screen a.ast-search-item {
    display: inline-flex;
    width: 23%;
    vertical-align: top;
  }
}

@media (max-width: 1280px) {
  .ast-search-box.full-screen a.ast-search-item {
    display: inline-flex;
    width: 31%;
    vertical-align: top;
  }
}

@media (max-width: 922px) {
  .ast-search-box.full-screen a.ast-search-item {
    display: inline-flex;
    width: 48%;
    vertical-align: top;
  }
}

@media (max-width: 578px) {
  .ast-search-box.full-screen a.ast-search-item {
    display: grid;
    width: 98%;
    vertical-align: top;
  }
}


.ast-search-box.full-screen .ast-live-search-results label {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 700
}

@media (max-width: 991px) {
  .ast-search-box.full-screen .ast-live-search-results label {
    font-size: 28px
  }
}

@media (max-width: 578px) {
  .ast-search-box.full-screen .ast-live-search-results label {
    font-size: 25px;
    margin-bottom: 18px;
    padding-right: 0;
    padding-left: 0;
  }
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
  border-bottom: 0;
}

.ast-search-box.full-screen .ast-search-wrapper input.search-field {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid #fff;
  background: none;
  font-size: 24px;
  color: #fff;
  padding: 5px 50px 15px 20px;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

@media (max-width: 578px) {
  .ast-search-box.full-screen .ast-search-wrapper input.search-field {
    font-size: 20px;
    padding: 5px 15px 15px 16px;
  }

  .ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field {
    width: 100%;
  }

  .ast-search-box.full-screen .ast-search-wrapper .search-submit {
    position: absolute;
    top: 1.2em;
    right: 0;
  }
}


.post-search-result {
  position: relative;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0
}

@media (max-width: 578px) {
  .post-search-result {
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .post-search-result .post-img {
    grid-area: 1 / 1 / 3 / 2;
  }

  .post-search-result .entry-header {
    grid-area: 1 / 2 / 2 / 3;
  }

  .post-search-result .post-title {
    grid-area: 2 / 2 / 3 / 3;
  }
}


.post-search-result:hover {
  color: #fff;
}

.post-search-result .entry-header {
  margin-bottom: 6px;
  width: 100%;
}

.post-search-result .entry-meta {
  display: flex;
  justify-content: space-between;
}

.post-search-result .entry-header .tags-links {
  font-weight: 600;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: var(--ff-yellow);
}

.post-search-result .entry-header .published {
  color: #767676;
  font-size: 13px;
  margin-left: 5px;
  text-align: right;
  text-transform: capitalize
}

.post-search-result .post-img {
  overflow: hidden;
  display: flex;
  background: #3d3b3b;
  aspect-ratio: 16/9;
}

.post-search-result .post-img img {
  object-fit: cover;
  object-position: center;
}

/*@media (max-width: 1550px) {*/
/*    .post-search-result .post-img {*/
/*        min-width: 100px;*/
/*        height: 100px;*/
/*        width: 100px*/
/*    }*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .post-search-result .post-img {*/
/*        min-width: 90px;*/
/*        height: 90px;*/
/*        width: 90px*/
/*    }*/
/*}*/

@media (max-width: 578px) {
  .post-search-result .post-img {
    min-width: 85px;
    height: 85px;
    width: 85px;
    aspect-ratio: 1/1;
  }
}

.post-search-result .post-img img {
  transform-origin: center;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
  object-fit: cover;
  object-position: center;
  min-width: 100%;
}

.post-search-result:hover .post-img img {
  will-change: transform;
  transform: scale(1.05) !important
}


.post-search-result .post-title {
  color: #fff;
  white-space: normal;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}

.post-search-result:hover .post-title {
  text-decoration: underline
}

.post-search-result .entry-header {
  margin-top: 2px
}

.ast-search-wrapper h3.large-search-text {
  display: none;
}

.ast-search-box.full-screen {
  top: 75px;
  background-color: #00080f;
}

@media (max-width: 1550px) {
  .ast-search-box.full-screen {
    top: 70px;
  }
}

@media (max-width: 1024px) {
  .ast-search-box.full-screen {
    top: 65px;
  }
}

@media (max-width: 578px) {
  .ast-search-box.full-screen {
    top: 60px;
  }
}

.ast-search-box.full-screen .search-submit,
.ast-search-box.full-screen .ast-search-wrapper .search-submit:hover {
  background-color: transparent;
}

header .astra-search-icon {
  background: #011128;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: all .2s;
  color: #fff;
}

header .astra-search-icon .ast-icon.icon-search::before {
  font-size: 25px;
  font-weight: 400;
  vertical-align: text-top;
}

@media (max-width: 768px) {
  header .astra-search-icon {
    height: 44px;
    width: 44px
  }
}

@media (min-width: 1024px) {
  header .astra-search-icon:hover {
    box-shadow: 0 6px 10px rgba(1, 17, 40, .29);
    color: #fff;
  }
}

.ast-builder-layout-element[data-section='section-header-mobile-trigger'] {
  height: 100%;
  border-left: 1px solid #e6e6e6;
}

.js-yarpp-related-wrap {
  max-width: 100%;
}

.related-posts-wrap .slick-slide {
  margin: 0 12px;
}

.related-posts-wrap .slick-list {
  margin: 0 -12px;
}

.related-posts-wrap .uagb-post__taxonomy {
  color: var(--ff-red);
  font-weight: 600;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.related-posts-wrap .uagb-post__date {
  color: #767676;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-left: 5px;
  text-align: right;
  text-transform: capitalize;
}

.related-posts-wrap .uagb-post__title a {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--ff-black);
}

.related-posts-wrap .slick-arrow.slick-next {
  right: -25px;
}

.related-posts-wrap .slick-arrow.slick-prev {
  left: -25px;
}

.related-posts-wrap .slick-arrow {
  top: 35%;
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.img-scale-wrap {
  display: block;
  overflow: hidden;
}

.img-scale-wrap:hover img {
  will-change: transform;
  transform: scale(1.05) !important;
}

.img-scale-wrap img {
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: center;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.equipo-wrap {
  flex-wrap: wrap !important;
}

.equipo-item-wrap {
  width: 23%;
  border-bottom: 3px solid #fcc60e;
}

.equipo-item-wrap .img-scale-wrap {
  aspect-ratio: 1/1;
}

.equipo-item-wrap .equipo-posicion {
  margin: 5px 0;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 1.2em;
}

.equipo-item-wrap .equipo-description-wrap h3 {
  line-height: 1.2em;
  margin-bottom: 10px;
}

.equipo-item-wrap .equipo-description-wrap h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.slider-nosotros-wrap .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

.slider-nosotros-wrap .wp-block-uagb-container {
  background-color: #f1f1f1;
}

.page-id-112744 header.entry-header {
  display: none;
}

.page-id-112744 .ast-search-wrapper .post-search-result header.entry-header {
  display: block;
}

.page-id-112744 .content-area.primary {
  margin-bottom: 0 !important;
}


.archive.author .ast-author-box.ast-archive-description {
  background: #f7f7f7;
  border-bottom: none;
  padding: 1.5rem;
  margin-top: 0;
  justify-content: center;
}

.ast-author-box .ast-author-bio div strong {
  color: var(--ff-red);
  font-weight: bolder;
  font-size: 16px;
}

.ast-archive-description.ast-author-box .ast-author-bio {
  max-width: 700px;
}

.ast-archive-description.ast-author-box .ast-author-bio .ast-archive-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 700;
  color: var(--ff-black);
  margin-top: 0;
}

.ast-archive-description.ast-author-box .ast-author-bio p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 0px;
  color: var(--ff-black);
  text-transform: none;
}

.author-header_post_by {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.author-header_post_by h1.page-title.ast-archive-title {
  font-size: 18px;
  font-weight: normal;
}

.contact-info-wrap {
  background-color: #f2f2f2;
  background-position: center bottom !important;
}

.form-wrap p {
  display: flex;
  gap: 20px;
}


.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #343434;
}

@media (min-width: 991px) {
  .sidebar-main {
    position: sticky;
    top: 75px;
  }
}

.sidebar-main .ast-related-posts-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  display: flex;
  padding-bottom: 12px;
  font-size: 26px;
}

@media (max-width: 578px) {
  .sidebar-main .ast-related-posts-title {
    margin-bottom: 10px;
  }

  .ast-related-posts-wrapper {
    grid-row-gap: 0;
  }
}


@media (max-width: 544px) {
  .ast-separate-container #content .ast-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ast-pagination-infinite {
    margin-top: 15px;
  }

  footer .footer-widget-area .wp-block-uagb-image__figure {
    margin: auto;
  }

  footer .ast-builder-footer-grid-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: center;
  }

  .ast-builder-footer-grid-columns .site-primary-footer-inner-wrap .ast-builder-grid-row {
    padding-left: 0;
    padding-right: 0;
  }

  #astra-footer-menu {
    display: flex;
  }

  #astra-footer-menu .menu-item>a {
    padding: 0 15px;
  }
}

@media (max-width: 578px) {
  .wp-block-uagb-post-carousel {
    width: calc(100% + 20px) !important;
  }

  .wp-block-uagb-post-carousel .slick-list.draggable {
    max-width: 90vw;
    overflow: visible;
  }
}


.single-post .entry-content {
  position: relative;
}

.heateor_sss_vertical_sharing span.heateor_sss_svg,
.heateor_sss_floating_follow_icons_container span.heateor_sss_svg {
  margin-bottom: 5px;
  box-sizing: border-box;
}

.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
  position: relative;
  z-index: 90;
}

@media (max-width: 578px) {

  .heateor_sss_sharing_container span.heateor_sss_svg,
  .heateor_sss_sharing_container span.heateor_sss_svg {
    background-color: #ffffff !important;
  }
}

@media (max-width: 922px) {
  .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    padding: 5px 15px !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background-color: #ffffff;
  }

  .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing .heateor_sss_sharing_ul {
    justify-content: space-evenly;
    display: flex;
  }

  .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing .heateor_sss_sharing_ul a {
    width: auto !important;
  }
}

@media (min-width: 991px) {
  .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    top: 80px;
    position: absolute;
    z-index: 90;
  }
}

.heateorSssSharingArrow.heateorSssPullOut,
.heateorSssSharingArrow.heateorSssPushIn {
  display: none;
}


@media (max-width: 922px) {
  .site-footer-focus-item[data-section='section-fb-social-icons-1'] {
    margin: 30px auto !important;
  }
}

@media (max-width: 991px) {
  #ast-mobile-header .ast-mobile-header-content {
    height: calc(100vh - 60px);
    max-height: initial;
    justify-content: space-between;
    flex-direction: column;
  }

  .ast-builder-menu-mobile.ast-builder-menu {
    flex: 1;
  }

  .ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: flex;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-nav-menu {
    padding-top: 35px;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-nav-menu li:first-child {
    border-top: 1px solid #eee;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-nav-menu li {
    width: 100%;
    border-bottom: 1px solid #eee;
    transition: all .2s ease;
    margin: 0 15px;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-nav-menu li a {
    padding: 15px 18px !important;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    transition: all .2s ease;
    margin: 0;
    line-height: 1.5em;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-nav-menu li a:after {
    display: none;
    content: none;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-nav-menu li a:hover {
    background: var(--ff-yellow) !important;
    color: initial;
  }

  div.heateor_sss_mobile_footer {
    display: none;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element.ast-header-html-1 {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 20px 0 0;
    margin-top: 20px;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element.ast-header-html-1 .ast-header-html {
    width: 100%;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element.ast-header-html-1 .ast-header-html p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--ff-black);
  }

  #ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element {
    justify-content: center;
  }

  #ast-mobile-header .ast-mobile-header-content .ast-builder-layout-element .ast-builder-menu-mobile {
    flex: 1;
  }

  .header-social-inner-wrap {
    display: flex;
  }

  .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.header-social-inner-wrap a {
  border: 2px solid #ccc;
  border-radius: 90px;
  height: 40px;
  width: 40px;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px !important;
  transition: all .2s ease;
}

.header-social-inner-wrap a span {
  display: none;
}

.header-social-inner-wrap a::before {
  box-sizing: border-box;
  font-family: fdf !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-size: 20px;
}

.header-social-inner-wrap a:hover {
  background-color: #fff !important;
  color: #4d4d4d !important;
  border-color: #fff !important;
}

.header-social-inner-wrap a:hover::before {
  color: #4d4d4d !important;
}

.header-social-inner-wrap a.ast-twitter::before {
  content: "";

}

.header-social-inner-wrap a.ast-facebook::before {
  content: "";
}

.header-social-inner-wrap a.ast-instagram::before {
  content: "";
}

.header-social-inner-wrap a.ast-behance::before {
  content: "";
}

@media (min-width: 991px) {
  .header-social-inner-wrap a {
    padding: 7px 8px !important;
  }

  .header-social-inner-wrap a:hover {
    background-color: var(--ff-black) !important;
  }

  .header-social-inner-wrap a:hover::before {
    color: #fff !important;
  }
}

.close-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dbdde1;
  color: #011128;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .close-search:hover {
    box-shadow: 0 6px 10px rgba(1, 17, 40, .29)
  }
}

@media (max-width: 1024px) {
  .close-search:active {
    box-shadow: 0 6px 10px rgba(1, 17, 40, .29)
  }
}

.close-search:before {
  font-family: fdf !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.ast-search-box .close {
  display: none;
}


.interviews_interview_container .uagb-post__inner-wrap .uagb-post__image img,
.interviews_interview_container+.wp-block-uagb-container .uagb-post__inner-wrap .uagb-post__image img {
  will-change: transform;
  transform-origin: center;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
}

.interviews_interview_container .uagb-post__inner-wrap .uagb-post__image:hover img {
  transform: translate(-50%, -50%) scale(1.05) !important;
}

.interviews_interview_container+.wp-block-uagb-container .uagb-post__inner-wrap .uagb-post__image:hover img {
  transform: scale(1.05) !important;
}

.interviews_interview_container+.wp-block-uagb-container .uagb-post__inner-wrap .uagb-post__image .uagb-image-ratio-inherit {
  aspect-ratio: 16/9;
}

.swiper-button-next,
.swiper-button-prev {
  top: 4%;
}

.uagb-slider-container.uagb-block-e2a81197 .swiper-button-prev {
  left: calc(50% - 270px);
}

.uagb-slider-container.uagb-block-e2a81197 .swiper-button-next {
  right: calc(50% - 270px);
}

@media (min-width: 922px) {
  .site-footer-focus-item[data-section='section-fb-social-icons-1'] {
    order: 1;
  }
}

@media (max-width: 922px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    flex-direction: column;
    justify-content: center;
  }
}

#ast-scroll-top {
  display: none !important;
}

.entry-content[ast-blocks-layout] .wp-block-image figcaption {
  margin-bottom: 10px;
}

.entry-content[ast-blocks-layout]>figure {
  margin-bottom: 10px;
}

.entry-content h2 {
  margin-top: 25px;
}

.entry-content {
  font-size: 16px;
  line-height: 25px;
  color: #303030;
  font-family: "Poppins", sans-serif;
}

.entry-header p {
  font-size: 18px !important;
  line-height: 1.4 !important;
  color: #666666;
  font-family: "Poppins", sans-serif;
}

.placeholder-post {
  width: 23%;
  margin-right: 1%;
  display: inline-flex;
}

@media (max-width: 922px) {
  .placeholder-post {
    width: 100%;
    display: block;
    margin: 0 0 15px;
  }
}

.placeholder-post h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
  width: 100%;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow {
  width: 100%;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.placeholder.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.placeholder.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.placeholder.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.placeholder.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

header.entry-header:not(.related-entry-header) .post-thumb-img-content img {
  object-fit: cover;
}


/*RATING*/
.rating {
  margin-bottom: 50px;
}

@media (min-width: 991px) {
  .rating {
    margin-top: 50px;
  }
}

@media (max-width: 1200px) {
  .rating>div {
    flex-direction: column-reverse;
  }
}

@media (max-width: 680px) {
  .rating {
    margin-bottom: 0px;
  }
}

.rating .film_info {
  padding: 45px 0;
  border: 1px solid #ddd;
  display: flex;
  height: 100%;
  position: relative;
  margin-right: 60px;
}

@media (max-width: 1550px) {
  .rating .film_info {
    margin-right: 40px;
  }
}

@media (max-width: 1200px) {
  .rating .film_info {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .rating .film_info {
    padding: 35px 0;
  }
}

@media (max-width: 680px) {
  .rating .film_info {
    background: #fff;
    padding: 35px 0 10px;
  }
}

.rating .film_info:after {
  content: '';
  position: absolute;
  right: calc(100% - 345px);
  width: calc(100% + 15vw);
  height: 100%;
  top: 0;
  background: var(--ff-yellow);
  z-index: 0;
}

@media (max-width: 991px) {
  .rating .film_info:after {
    right: calc(100% - 300px);
  }
}

@media (max-width: 680px) {
  .rating .film_info:after {
    display: none;
  }
}

.rating .film_info .film_poster {
  width: 345px;
  min-width: 345px;
  height: 475px;
  margin: auto 0;
  position: relative;
  z-index: 1;
}

.rating .film_info .film_poster img {
  box-shadow: -10px 20px 35px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .rating .film_info .film_poster {
    width: 300px;
    min-width: 300px;
  }
}

@media (max-width: 680px) {
  .rating .film_info .film_poster {
    display: none;
  }
}

.rating .film_info .film_details {
  padding: 15px 50px 0;
  flex-direction: column;
  display: flex;
}

.rating .film_info .film_details>div {
  margin-top: auto;
}

@media (max-width: 991px) {
  .rating .film_info .film_details {
    padding: 0px 40px;
  }
}

@media (max-width: 768px) {
  .rating .film_info .film_details {
    padding: 0px 30px;
  }
}

@media (max-width: 680px) {
  .rating .film_info .film_details {
    padding: 0px 24px;
  }
}

.rating .film_info .film_details h5 {
  margin-bottom: 50px;
  font-size: 18px;
}

.rating .film_info .film_details .film_item {
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  .rating .film_info .film_details .film_item {
    margin-bottom: 20px;
  }
}

.rating .film_info .film_details .film_item strong {
  font-size: 18px;
}

.rating .film_info .film_details .film_item p {
  margin-bottom: 0;
  color: #666;
}

.rating .rate_container {
  padding: 45px 0;
  height: 100%;
  position: relative;
}

@media (max-width: 1200px) {
  .rating .rate_container {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .rating .rate_container {
    padding: 30px 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .rating .rate_container {
    width: 90vw;
    min-width: 90vw;
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (max-width: 680px) {
  .rating .rate_container {
    margin-bottom: 30px;
  }
}

@media (max-width: 578px) {
  .rating .rate_container {
    padding-top: 0;
  }
}

.rating .rate_container:after {
  content: '';
  position: absolute;
  left: 52%;
  width: calc(100% + 15vw);
  height: 100%;
  top: 0;
  background: #e6e6e6;
  z-index: -2;
}

@media (max-width: 768px) {
  .rating .rate_container:after {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}

@media (max-width: 680px) {
  .rating .rate_container:after {
    height: calc(100% + 180px);
  }
}

.rating .rate_container:before {
  content: '';
  position: absolute;
  bottom: 30px;
  width: 250px;
  height: 50px;
  background: var(--ff-red);
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  z-index: -1;
}

.rating .rate_container .rate {
  background: #011128;
  height: 100%;
  padding: 35px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .rating .rate_container .rate {
    margin-left: 0px;
  }
}

@media (max-width: 1200px) and (min-width: 680px) {
  .rating .rate_container .rate {
    flex-direction: row;
    gap: 40px;
  }

  .rating .rate_container .rate>div {
    width: 50%;
  }
}

@media (max-width: 578px) {
  .rating .rate_container .rate {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    width: 100vw;
    padding: 40px 25px;
  }
}

.rating .rate_container .rate h6 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 16px;
}

.rating .rate_container .rate p {
  color: #e6e6e6;
}

.rating .rate_container .rate .rate_number {
  color: #fff;
  text-align: center;
  margin-top: auto;
}

@media (max-width: 1200px) {
  .rating .rate_container .rate .rate_number {
    margin: auto 0;
  }
}

@media (max-width: 680px) {
  .rating .rate_container .rate .rate_number {
    margin-top: 30px;
  }
}

.rating .rate_container .rate .rate_number p {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.rating .rate_container .rate .rate_number span {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  filter: drop-shadow(0 4px 35px rgba(16, 163, 255, 0.8));
}

.rating .rate_container .rate .rate_number .rate_stars {
  font-size: 35px;
}

.rating .rate_container .rate .rate_number .rate_stars i {
  margin: 0 5px;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='0'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='1'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='1'] i:nth-child(1) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='1.5'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='1.5'] i:nth-child(1) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='1.5'] i:nth-child(2) {
  background: linear-gradient(90deg, var(--ff-yellow) 50%, #fff 0%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(0 10px 25px rgba(252, 196, 13, 0.5));
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='2'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='2'] i:nth-child(1),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='2'] i:nth-child(2) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='2.5'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='2.5'] i:nth-child(1),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='2.5'] i:nth-child(2) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='2.5'] i:nth-child(3) {
  background: linear-gradient(90deg, var(--ff-yellow) 50%, #fff 0%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(0 10px 25px rgba(252, 196, 13, 0.5));
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='3'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='3'] i:nth-child(1),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='3'] i:nth-child(2),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='3'] i:nth-child(3) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='3.5'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='3.5'] i:nth-child(1),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='3.5'] i:nth-child(2),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='3.5'] i:nth-child(3) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='3.5'] i:nth-child(4) {
  background: linear-gradient(90deg, var(--ff-yellow) 50%, #fff 0%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(0 10px 25px rgba(252, 196, 13, 0.5));
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='4'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='4'] i:nth-child(1),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='4'] i:nth-child(2),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='4'] i:nth-child(3),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='4'] i:nth-child(4) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='4.5'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='4.5'] i:nth-child(1),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='4.5'] i:nth-child(2),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='4.5'] i:nth-child(3),
.rating .rate_container .rate .rate_number .rate_stars[data-rate='4.5'] i:nth-child(4) {
  color: var(--ff-yellow);
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='4.5'] i:nth-child(5) {
  background: linear-gradient(90deg, var(--ff-yellow) 50%, #fff 0%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(0 10px 25px rgba(252, 196, 13, 0.5));
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='5'] {
  color: #fff;
}

.rating .rate_container .rate .rate_number .rate_stars[data-rate='5'] i {
  color: var(--ff-yellow);
}

/*RATING*/

/*BS*/
.bs-container,
.bs-container-fluid,
.bs-container-xxl,
.bs-container-xl,
.bs-container-lg,
.bs-container-md,
.bs-container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .bs-container-sm,
  .bs-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .bs-container-xl,
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .bs-container-xxl,
  .bs-container-xl,
  .bs-container-lg,
  .bs-container-md,
  .bs-container-sm,
  .bs-container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*Alignments*/
@media (min-width: 922px) {
  .wp-block-heading {
    padding: 0 35px;
  }

  .js-top-tags {
    width: calc(100% - 50px) !important;
  }

  .js-top-searches {
    padding: 0 35px !important;
  }

  .banner-youtube_youtube_banner {
    padding-left: 35px;
    padding-right: 35px;
  }

  .wp-block-uagb-container.uagb-layout-flex.alignfull.uagb-is-root-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ast-container.js-yarpp-related-wrap {
    padding: 0 55px !important;
  }

  .archive #primary {
    padding: 0 30px;
    margin-top: 1.5rem;
  }

  .archive.post-type-archive.post-type-archive-podcast .site-content {
    padding: 0 35px;
  }
}

@media (max-width: 1200px) {
  #primary {
    margin-bottom: 15px !important;
  }

  #primary main article {
    padding-bottom: 0 !important;
  }

  #secondary {
    margin-top: 15px !important;
  }
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
  padding: 1em 0 1em;
}

.author-wrap .published {
  width: 100%;
}

@media (min-width: 579px) {
  .author-wrap .published {
    text-align: right;
  }
}

.fdf-more-views .fdf-more-views__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fdf-more-views .fdf-more-views__item:last-child {
  margin-bottom: 0;
}

.fdf-more-views .fdf-more-views__image {
  width: 100px;
}

.fdf-more-views .fdf-more-views__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.fdf-more-views .fdf-more-views__info {
  width: calc(98% - 100px);
}

.fdf-more-views .fdf-more-views__infometa {
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.fdf-more-views .fdf-more-views__infometa > span {
  display: block;
}

.ast-separate-container.ast-two-container #secondary .widget {
  padding: 0 !important;
}

[data-fdf-view-content] {
  flex-wrap: wrap;
}

.fdf-podcast-content {
  padding: 20px;
  width: 100%;
}

.fdf-podcast-content .fdf-podcast-content__platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.fdf-podcast-content .fdf-podcast-content__platforms > .fdf-podcast-content__oneplatform {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.6s;
  margin-right: 5px;
}

.fdf-podcast-content .fdf-podcast-content__platforms > .fdf-podcast-content__oneplatform:last-child {
  margin-right: 0;
}

.fdf-podcast-content .fdf-podcast-content__oneplatform:hover,
.fdf-podcast-content .fdf-podcast-content__oneplatform.active {
  background-color: #000000;
}

.fdf-podcast-content .fdf-podcast-content__oneplatform svg {
  width: 20px;
  height: 20px;
}

.fdf-podcast-content .fdf-podcast-content__oneplatform.fdf-podcast-content__oneplatform--apple-podcast svg {
  width: 30px;
  height: 30px;
}

.fdf-podcast-content .fdf-podcast-content__contents {
  margin-top: 20px;
}

.fdf-podcast-content .fdf-podcast-content__embed {
  display: none;
}

.fdf-podcast-content .fdf-podcast-content__embed.active {
  display: block;
}

.fdf-podcast-content iframe {
  width: 100%;
}

.block-16-9 iframe {
  aspect-ratio: 16/9;
}
