/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.listing-page {
  background-color: #F7F7F7;
}

.listing-page .container {
  font-size: 0;
}

.listing-page .container .main {
  display: inline-block;
  width: calc(662px);
  position: relative;
}

@media (min-width: 1024px) {
  .listing-page .container .main {
    width: calc(694px);
  }
}

@media (min-width: 1200px) {
  .listing-page .container .main {
    width: calc(870px);
  }
}

.listing-page .container .main .teads-inread {
  margin: auto auto 30px !important;
}

.listing-page .iNavSearchResult {
  width: calc(50% - 15px);
}

.listing-page .iNavSearchResult:nth-of-type(odd) {
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .listing-page .iNavSearchResult {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .listing-page .iNavSearchResult:nth-of-type(odd) {
    margin-right: 30px;
  }
}

#page-footer {
  background-color: #F7F7F7;
}

.wrapper--aside {
  display: inline-block;
  vertical-align: top;
  padding-top: 15px;
  margin-top: -15px;
  position: relative;
}

.wrapper--aside .aside {
  width: 300px;
  padding-top: 15px;
}

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.article-disclaimer {
  font-size: 11px;
  color: #CCCCCC;
}

.article-disclaimer__heading {
  font-weight: bold;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNav__menu-header {
  display: flex;
  position: relative;
  cursor: pointer;
}

.iNav__menu-header-item {
  border: solid 1px #D8D8D8;
  min-width: 235px;
  padding: 0 15px;
  line-height: 50px;
  background-color: #FFFFFF;
  border-left-width: 0;
  font-weight: 600;
  color: #808080;
  transition: background-color 333ms;
}

@media (min-width: 1200px) {
  .iNav__menu-header-item {
    min-width: 295px;
  }
}

.iNav__menu-header-item-total1 {
  min-width: 235px;
}

@media (min-width: 1200px) {
  .iNav__menu-header-item-total1 {
    min-width: 295px;
  }
}

.iNav__menu-header-item-total2 {
  min-width: 235px;
}

@media (min-width: 1200px) {
  .iNav__menu-header-item-total2 {
    min-width: 295px;
  }
}

.iNav__menu-header-item-total3 {
  min-width: 235px;
}

@media (min-width: 1200px) {
  .iNav__menu-header-item-total3 {
    min-width: 295px;
  }
}

.iNav__menu-header-item-total4 {
  min-width: 176.25px;
}

@media (min-width: 1200px) {
  .iNav__menu-header-item-total4 {
    min-width: 221.25px;
  }
}

.iNav__menu-header-item-total5 {
  min-width: 141px;
}

@media (min-width: 1200px) {
  .iNav__menu-header-item-total5 {
    min-width: 177px;
  }
}

.iNav__menu-header-item:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}

.iNav__menu-header-item:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.iNav__menu-header-item::before {
  content: "";
  font-family: "csnicons";
  display: block;
  height: 50px;
  float: right;
  color: #007CC2;
  font-weight: 900;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.iNav__menu-header-item:not(.iNav__menu-header-item--isActive):hover {
  background-color: #F7F7F7;
}

.iNav__menu-header-item:not(.iNav__menu-header-item--isActive):hover::before {
  color: #007CC2;
}

.iNav__menu-header-item--isActive {
  color: #007CC2;
  background-color: #F7F7F7;
}

.iNav__menu-header-item--isActive::before {
  content: "";
}

.iNav__menu-header-item-count {
  background-color: #007CC2;
  color: #FFFFFF;
  border-radius: 9999px;
  width: 23px;
  height: 23px;
  display: inline-block;
  line-height: 23px;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNav-category-item {
  margin-top: 9px;
  cursor: pointer;
}

.iNav-category-item:nth-of-type(1) {
  margin-top: 0;
}

.iNav-category-item__checkbox {
  display: none;
}

.iNav-category-item.isSelected::before {
  content: "";
  font-family: "csnicons";
  font-size: 10px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #007CC2;
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border: 0 solid #007CC2;
}

.iNav-category-item::before {
  content: '';
  background-color: #F1F1F1;
  border: 1px solid #CCCCCC;
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.iNav-category-item__link {
  display: inline-block;
  vertical-align: middle;
  color: #424242;
  width: calc(100% - 40px - 100px);
  text-decoration: none;
}

.iNav-category-item__link:hover,
.iNav-category-item__link:visited,
.iNav-category-item__link:focus {
  text-decoration: none;
  color: #424242;
}

.iNav-category-item__refinements--hidden {
  display: none;
}

.iNav-category-item__meta-container {
  width: 100px;
  display: inline-block;
  font-size: 12.8px;
  text-align: right;
  vertical-align: middle;
}

.iNav-category-item__count {
  color: #FFFFFF;
  background-color: #007CC2;
  border-radius: 9999px;
  display: none;
  font-size: 12.8px;
  text-align: center;
  padding: 0 6.5px;
  margin-left: 5px;
  line-height: 21px;
  height: 21px;
  vertical-align: middle;
}

.iNav-category-item__refinement {
  height: 21px;
  width: 21px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 15px;
  position: relative;
}

.iNav-category-item__refinement::before {
  content: "";
  font-family: "csnicons";
  color: #007CC2;
  display: block;
  position: absolute;
  font-size: 21px;
}

.iNav-category-item--noResults {
  opacity: 0.5;
  cursor: not-allowed;
}

.iNav-category-item--noResults.iNav-category-item.isSelected::before {
  background-color: #828282;
}

.iNav-category-item--noResults .iNav-category-item__count {
  background-color: #828282;
}

.iNav-category-item--noResults .iNav-category-item__link {
  cursor: not-allowed;
}

.iNav-category-item--noResults .iNav-category-item__refinement::before {
  color: #828282;
}
/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNav-category__confirmCancelBar {
  border-top: 2px solid #EEEEEE;
  margin-top: 20px;
  padding-top: 15px;
}

.iNav-category__confirmCancelBar::after {
  content: "";
  display: block;
  clear: both;
}

.iNav-category__confirmCancelBar .confirmCancelBar__button {
  font-family: "Open Sans", Arial;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.iNav-category__confirmCancelBar .confirmCancelBar__button--cancel {
  color: #828282;
  float: left;
}

.iNav-category__confirmCancelBar .confirmCancelBar__button--show {
  color: #007CC2;
  text-align: right;
  float: right;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNav__category-wrapper {
  z-index: 1;
}

.iNav-category {
  font-size: 0;
  position: absolute;
  top: 72px;
  height: 0;
}

.iNav-category__container {
  border-radius: 4px;
  max-height: 500px;
  padding: 20px;
  width: 350px;
  font-size: 16px;
  vertical-align: top;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
}

.iNav-category__container--isActive {
  display: inline-block;
}

.iNav-category__container-total1.iNav-category__container--1 {
  left: 235px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total1.iNav-category__container--1 {
    left: 295px;
    min-width: 235px;
  }
}

.iNav-category__container-total1.iNav-category__container--2 {
  left: 470px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total1.iNav-category__container--2 {
    left: 590px;
    min-width: 235px;
  }
}

.iNav-category__container-total1.iNav-category__container--3 {
  left: 705px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total1.iNav-category__container--3 {
    left: 885px;
    min-width: 235px;
  }
}

.iNav-category__container-total1.iNav-category__container--4 {
  left: 940px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total1.iNav-category__container--4 {
    left: 1180px;
    min-width: 235px;
  }
}

.iNav-category__container-total2.iNav-category__container--1 {
  left: 235px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total2.iNav-category__container--1 {
    left: 295px;
    min-width: 235px;
  }
}

.iNav-category__container-total2.iNav-category__container--2 {
  left: 470px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total2.iNav-category__container--2 {
    left: 590px;
    min-width: 235px;
  }
}

.iNav-category__container-total2.iNav-category__container--3 {
  left: 705px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total2.iNav-category__container--3 {
    left: 885px;
    min-width: 235px;
  }
}

.iNav-category__container-total2.iNav-category__container--4 {
  left: 940px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total2.iNav-category__container--4 {
    left: 1180px;
    min-width: 235px;
  }
}

.iNav-category__container-total3.iNav-category__container--1 {
  left: 235px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total3.iNav-category__container--1 {
    left: 295px;
    min-width: 235px;
  }
}

.iNav-category__container-total3.iNav-category__container--2 {
  left: 470px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total3.iNav-category__container--2 {
    left: 590px;
    min-width: 235px;
  }
}

.iNav-category__container-total3.iNav-category__container--3 {
  left: 705px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total3.iNav-category__container--3 {
    left: 885px;
    min-width: 235px;
  }
}

.iNav-category__container-total3.iNav-category__container--4 {
  left: 940px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total3.iNav-category__container--4 {
    left: 1180px;
    min-width: 235px;
  }
}

.iNav-category__container-total4.iNav-category__container--1 {
  left: 176.25px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total4.iNav-category__container--1 {
    left: 221.25px;
    min-width: 176.25px;
  }
}

.iNav-category__container-total4.iNav-category__container--2 {
  left: 352.5px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total4.iNav-category__container--2 {
    left: 442.5px;
    min-width: 176.25px;
  }
}

.iNav-category__container-total4.iNav-category__container--3 {
  left: 528.75px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total4.iNav-category__container--3 {
    left: 663.75px;
    min-width: 176.25px;
  }
}

.iNav-category__container-total4.iNav-category__container--4 {
  left: 705px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total4.iNav-category__container--4 {
    left: 885px;
    min-width: 176.25px;
  }
}

.iNav-category__container-total5.iNav-category__container--1 {
  left: 141px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total5.iNav-category__container--1 {
    left: 177px;
    min-width: 141px;
  }
}

.iNav-category__container-total5.iNav-category__container--2 {
  left: 282px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total5.iNav-category__container--2 {
    left: 354px;
    min-width: 141px;
  }
}

.iNav-category__container-total5.iNav-category__container--3 {
  left: 423px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total5.iNav-category__container--3 {
    left: 531px;
    min-width: 141px;
  }
}

.iNav-category__container-total5.iNav-category__container--4 {
  left: 564px;
}

@media (min-width: 1200px) {
  .iNav-category__container-total5.iNav-category__container--4 {
    left: 708px;
    min-width: 141px;
  }
}

.iNav-category__container-page {
  position: relative;
  white-space: nowrap;
  position: relative;
  left: -20px;
  transition: left .3s;
}

.iNav-category__container-page--1 {
  left: -20px;
}

.iNav-category__container-page--2 {
  left: -370px;
}

.iNav-category__container-page--3 {
  left: -720px;
}

.iNav-category__header {
  font-family: "Open Sans", Arial;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
}

.iNav-category__list-wrapper {
  max-height: 370px;
  min-height: 75px;
  display: inline-block;
  vertical-align: top;
  width: 350px;
  padding: 0 20px;
}

@media screen and (max-height: 730px) {
  .iNav-category__list-wrapper {
    max-height: calc(100vh - 370px);
  }
}

.iNav-category__list-wrapper .iNav-category__list {
  max-height: 360px;
  min-height: 75px;
}

@media screen and (max-height: 730px) {
  .iNav-category__list-wrapper .iNav-category__list {
    max-height: calc(100vh - 375px);
  }
}

.iNav-category__list-wrapper:nth-of-type(n+2) {
  display: none;
}

.iNav-category__list-wrapper:nth-of-type(n+2) .iNav-category__list {
  max-height: 335px;
}

@media screen and (max-height: 730px) {
  .iNav-category__list-wrapper:nth-of-type(n+2) .iNav-category__list {
    max-height: calc(100vh - 410px);
  }
}

.iNav-category__list-wrapper--isVisible {
  display: inline-block !important;
}

.iNav-category__list-wrapper--isLoading {
  position: relative;
}

.iNav-category__list-wrapper--isLoading::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("https://editorial.csnstatic.com/desktop/images/shared/spinner-dark.svg");
  background-size: 200px 200px;
  background-position: center;
  background-repeat: no-repeat;
}

.iNav-category__list {
  overflow-y: auto;
  position: relative;
  font-size: 14px;
}

.iNav-category__back-button {
  font-size: 14px;
  line-height: 21px;
  color: #007CC2;
  margin-bottom: 15px;
  cursor: pointer;
}

.iNav-category__back-button::before {
  content: "";
  font-family: "csnicons";
  color: #007CC2;
  display: inline-block;
  font-size: 21px;
  vertical-align: middle;
  margin-right: 20px;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNav__keywordSearch {
  flex: 1;
  line-height: 50px;
  position: relative;
  z-index: 1;
  height: 52px;
}

.iNav__keywordSearch::before {
  content: ".";
  display: table;
  font-size: 0;
  border: 1px solid transparent;
}

.iNav__keywordSearch-container {
  width: calc(100% - 10px);
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.333s;
}

@media (min-width: 1200px) {
  .iNav__keywordSearch-container {
    width: calc(100% - 10px);
  }
}

.iNav__keywordSearch-container--isActive {
  width: calc(992px - 30px);
}

@media (min-width: 1024px) {
  .iNav__keywordSearch-container--isActive {
    width: calc(1024px - 30px);
  }
}

@media (min-width: 1200px) {
  .iNav__keywordSearch-container--isActive {
    width: calc(1200px - 30px);
  }
}

.iNav__keywordSearch-container--isActive .iNav__keywordSearch-button--clear::before {
  opacity: 1;
}

.iNav__keywordSearch-form {
  display: inline;
}

.iNav__keywordSearch-input {
  width: 100%;
  position: absolute;
  min-width: 170px;
  padding: 0 15px;
  line-height: 50px;
  height: 52px;
  border-radius: 4px;
  border: solid 1px #D8D8D8;
  color: #808080;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.iNav__keywordSearch-input::-ms-clear {
  display: none;
}

.iNav__keywordSearch-button {
  width: 50px;
  float: right;
  padding: 0;
  color: #007CC2;
  position: relative;
  margin: 0;
}

.iNav__keywordSearch-button::before {
  display: block;
  font-family: "csnicons";
  transition: color .3s;
}

.iNav__keywordSearch-button:hover::before {
  color: #999999;
}

.iNav__keywordSearch-button--search {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: solid 1px #D8D8D8;
}

.iNav__keywordSearch-button--search::before {
  content: "";
  font-size: 23px;
}

.iNav__keywordSearch-button--clear {
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
  position: relative;
  z-index: 1;
}

.iNav__keywordSearch-button--clear::before {
  opacity: 0;
  content: "";
  font-size: 18px;
  transition: opacity 0.333s, color .3s;
}
/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

#iNav {
  width: 100%;
  position: relative;
  z-index: 2;
}

.scrollmagic-pin-spacer--iNav {
  min-height: 82px !important;
  height: 82px !important;
}

.iNav--v1 {
  top: -15px;
}

.iNav--v1 .iNav {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.36);
}

.iNav--v2 .iNav .iNav__container {
  transition: background-color 0.333s;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

@media screen and (max-height: 730px) {
  .iNav--v2 .iNav .iNav__container .iNav-category__list-wrapper {
    max-height: 370px;
  }
}

@media screen and (max-height: 610px) {
  .iNav--v2 .iNav .iNav__container .iNav-category__list-wrapper {
    max-height: calc(100vh - 260px);
  }
}

@media screen and (max-height: 730px) {
  .iNav--v2 .iNav .iNav__container .iNav-category__list-wrapper .iNav-category__list {
    max-height: 360px;
  }
}

@media screen and (max-height: 610px) {
  .iNav--v2 .iNav .iNav__container .iNav-category__list-wrapper .iNav-category__list {
    max-height: calc(100vh - 265px);
  }
}

@media screen and (max-height: 730px) {
  .iNav--v2 .iNav .iNav__container .iNav-category__list-wrapper:nth-of-type(n+2) .iNav-category__list {
    max-height: 335px;
  }
}

@media screen and (max-height: 610px) {
  .iNav--v2 .iNav .iNav__container .iNav-category__list-wrapper:nth-of-type(n+2) .iNav-category__list {
    max-height: calc(100vh - 300px);
  }
}

.iNav--v2 .scrollmagic-pin-spacer--iNav.isActive .iNav {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.36);
}

.iNav--v2 .scrollmagic-pin-spacer--iNav.isActive .iNav .iNav__container {
  background-color: rgba(255, 255, 255, 0);
}

.iNav {
  transition: background-color 0.333s;
}

.iNav::after {
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: opacity .3s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.iNav--isActive::after {
  opacity: 1;
  pointer-events: auto;
}

.iNav__container {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .iNav__container {
    width: calc(1024px);
  }
}

@media (min-width: 1200px) {
  .iNav__container {
    width: calc(1200px);
  }
}
/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNavArticleCount__count {
  font-size: 23.04px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  color: #333333;
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: inline-block;
  max-width: calc(100% - 170px - 30px);
}

@media (min-width: 1200px) {
  .iNavArticleCount__count {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  .iNavArticleCount__count {
    line-height: 40px;
    font-weight: 400;
    font-size: 24px;
  }
}

.iNavArticleCount__instructionMessage {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 60px;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNavBreadCrumbs {
  margin-bottom: 15px;
}

.iNavBreadCrumbs:before,
.iNavBreadCrumbs:after {
  display: table;
  content: " ";
}

.iNavBreadCrumbs:after {
  clear: both;
}

.iNavBreadCrumb {
  float: left;
  line-height: 31px;
  font-size: 13px;
  padding: 0 20px;
  /*@if (map-get($options, $key) == true ) {
    }*/
  line-height: 23px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  border-color: #007CC2;
  color: #007CC2;
  cursor: pointer;
  transition: .3s;
  margin-right: 15px;
  margin-bottom: 15px;
}

.iNavBreadCrumb:visited {
  color: #007CC2;
  text-decoration: none;
}

.iNavBreadCrumb:hover,
.iNavBreadCrumb:active,
.iNavBreadCrumb:focus {
  background-color: rgba(0, 124, 194, 0.7);
  border-color: rgba(0, 124, 194, 0);
  color: #FFFFFF;
  text-decoration: none;
}

.iNavBreadCrumb::after {
  content: "";
  font-family: "csnicons";
  font-size: 10px;
  color: #007CC2;
  margin-left: 15px;
  display: inline-block;
  vertical-align: baseline;
}

.iNavBreadCrumb:visited {
  color: #007CC2;
  text-decoration: none;
}

.iNavBreadCrumb:hover,
.iNavBreadCrumb:active,
.iNavBreadCrumb:focus {
  background-color: #007CC2;
  border-color: #007CC2;
  color: #FFFFFF;
  text-decoration: none;
}

.iNavBreadCrumb:hover::after,
.iNavBreadCrumb:active::after,
.iNavBreadCrumb:focus::after {
  color: #FFFFFF;
}

.iNavBreadCrumb.iNavBreadCrumbTransition-enter {
  opacity: 0.01;
}

.iNavBreadCrumb.iNavBreadCrumbTransition-enter.iNavBreadCrumbTransition-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}

.iNavBreadCrumb.iNavBreadCrumbTransition-leave {
  opacity: 1;
}

.iNavBreadCrumb.iNavBreadCrumbTransition-leave.iNavBreadCrumbTransition-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNavSorting__container {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  border: solid 1px #D8D8D8;
  border-radius: 4px;
  cursor: pointer;
  background-color: #FFFFFF;
}

@media (min-width: 1200px) {
  .iNavSorting__container {
    right: 30px;
  }
}

.iNavSorting__container::after {
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  content: "";
  font-family: "csnicons";
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  float: right;
  color: #999999;
  font-weight: 900;
  pointer-events: none;
}

.iNavSorting__container select::-ms-expand {
  display: none;
}

.iNavSorting {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 170px;
  height: 40px;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 40px;
  cursor: pointer;
  color: #808080;
  font-weight: 600;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNavSearchResult {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.iNavSearchResult > a {
  position: relative;
}

.iNavSearchResult > a:hover,
.iNavSearchResult > a:visited,
.iNavSearchResult > a:focus {
  text-decoration: none;
}

.iNavSearchResult::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(194, 194, 194, 0.8);
  transition: opacity 0.3s ease-in-out;
}

.iNavSearchResult:hover::before {
  opacity: 1;
}

.iNavSearchResult__image-frame {
  padding-top: 65.66667%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.iNavSearchResult__image-frame.video-play-icon::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0%;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3OS4yMyA3OC42MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+UGxheS1JY29uLUVkaXRvcmlhbC12MjwvdGl0bGU+PHBhdGggZD0iTTM5LjYxLDEuMjFhMzgsMzgsMCwxLDAsMzgsMzhBMzgsMzgsMCwwLDAsMzkuNjEsMS4yMVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zOS42MSw3OC4yMWEzOSwzOSwwLDEsMSwzOS0zOUEzOSwzOSwwLDAsMSwzOS42MSw3OC4yMVptMC03NmEzNywzNywwLDEsMCwzNywzN0EzNywzNywwLDAsMCwzOS42MSwyLjIxWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMi4wNiA1My4zOSAzMi4wNiAyNS40MiA1Mi44MSAzOC45MSAzMi4wNiA1My4zOSIvPjwvc3ZnPg==) no-repeat;
  background-size: 61px;
  background-position: center;
  position: absolute;
  z-index: 1;
}

.iNavSearchResult__image-label {
  border-radius: 4px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 0 15px;
  text-transform: uppercase;
}

.iNavSearchResult__image-label--Sponsored {
  background-color: #87D200;
}

.iNavSearchResult__image-label--Promoted {
  background-color: purple;
}

.iNavSearchResult__image-label--Carpool {
  background-color: #4A90E2;
}

.iNavSearchResult__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.iNavSearchResult__image-loader {
  background-color: #FFFFFF;
}

.iNavSearchResult__image-loader::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("https://editorial.csnstatic.com/desktop/images/shared/spinner-dark.svg");
  background-size: 200px 200px;
  background-position: center;
  background-repeat: no-repeat;
}

.iNavSearchResult__content-wrapper {
  background-color: #FFFFFF;
  padding: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}

.iNavSearchResult__content-wrapper:before,
.iNavSearchResult__content-wrapper:after {
  display: table;
  content: " ";
}

.iNavSearchResult__content-wrapper:after {
  clear: both;
}

.iNavSearchResult__content-wrapper a {
  text-decoration: none;
}

.iNavSearchResult__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
  height: 2.6em;
  overflow: hidden;
  margin-bottom: 10px;
}

.iNavSearchResult__heading > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
  line-height: 1.3;
  font-weight: 600;
}

.iNavSearchResult__heading::before {
  content: "";
  float: left;
  width: 5px;
  height: 2.6em;
}

.iNavSearchResult__heading::after {
  content: "\02026";
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -1.3em;
  left: 100%;
  width: 25%;
  margin-left: -25%;
  padding-right: 0px;
  padding-left: 5px;
  text-align: left;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 5%, white);
}

.iNavSearchResult__sub-heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #808080;
  height: 2.86em;
  overflow: hidden;
}

.iNavSearchResult__sub-heading > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
  line-height: 1.43;
}

.iNavSearchResult__sub-heading::before {
  content: "";
  float: left;
  width: 5px;
  height: 2.86em;
}

.iNavSearchResult__sub-heading::after {
  content: "\02026";
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -1.43em;
  left: 100%;
  width: 15%;
  margin-left: -15%;
  padding-right: 0px;
  padding-left: 5px;
  text-align: left;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 10%, white);
}

.iNavSearchResult__date {
  font-size: 12px;
  margin-top: 15px;
  color: #808080;
  float: left;
}

.iNavSearchResult__comment-count {
  font-size: 12px;
  margin-top: 15px;
  color: #808080;
  float: right;
}

.iNavSearchResult__comment-count::before {
  content: "";
  font-family: "csnicons";
  margin-right: 5px;
}

.iNavSearchResult__comment-count:hover,
.iNavSearchResult__comment-count:visited,
.iNavSearchResult__comment-count:focus {
  color: #808080;
  text-decoration: none;
}

.iNavSearchResult__type {
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 15px;
  display: inline-block;
}

.iNavSearchResult__type--review,
.iNavSearchResult__type--las-mejores-compras,
.iNavSearchResult__type--lanzamientos {
  color: #4CC8E8;
}

.iNavSearchResult__type--sponsored {
  color: #87D200;
}

.iNavSearchResult__type--advice,
.iNavSearchResult__type--car-advice,
.iNavSearchResult__type--compra-de-auto,
.iNavSearchResult__type--educación-vial {
  color: #5C9B1C;
}

.iNavSearchResult__type--video,
.iNavSearchResult__type--comparativas,
.iNavSearchResult__type--trámites {
  color: #FF8A2A;
}

.iNavSearchResult__type--news,
.iNavSearchResult__type--actualidad {
  color: #EE3C27;
}

.iNavSearchResult__type--comparison {
  color: purple;
}

.iNavSearchResult__type--feature,
.iNavSearchResult__type--consejos {
  color: #E6176F;
}

.iNavSearchResult__type--pruebas,
.iNavSearchResult__type--test-drive,
.iNavSearchResult__type--test-drives {
  color: #4A90E2;
}

.iNavSearchResult__meta {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}

.iNavSearchResult__meta-image-count {
  display: inline-block;
  margin-right: 10px;
  color: #808080;
  font-size: 12px;
}

.iNavSearchResult__meta-image-count::before {
  content: "";
  background: url(https://resource.csnstatic.com/retail/vendors/csn-icons/4.0/svg/icon-camera.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: -1px;
}

.iNavSearchResult__meta-video-count {
  display: inline-block;
  margin-right: 10px;
  color: #808080;
  font-size: 12px;
}

.iNavSearchResult__meta-video-count::before {
  content: "";
  background: url(https://resource.csnstatic.com/retail/vendors/csn-icons/4.0/svg/icon-video.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-right: 5px;
}
/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNavSearchResults.iNavSearchResultsTransition-enter {
  opacity: 0.01;
}

.iNavSearchResults.iNavSearchResultsTransition-enter.iNavSearchResultsTransition-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}

.iNavSearchResults.iNavSearchResultsTransition-leave {
  opacity: 1;
}

.iNavSearchResults.iNavSearchResultsTransition-leave.iNavSearchResultsTransition-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
@charset "UTF-8";

/* Application Breakpoints */

/*$screen-xs:                             480px;      // mobile landscape
$screen-sm:                             768px;      // tablet
$screen-md:                             992px;      // small desktop / labtop
$screen-lg:                             1200px;     // normal desktop
$screen-xl:                             1600px;     //
$screen-hd:                             1920px;     // full hd
$screen-xxl:                            2560px;     // imac screen*/

.iNavPagination {
  margin-top: 40px;
  margin-bottom: 40px;
}

.iNavPagination__container {
  margin-bottom: 25px;
  margin-top: 20px;
  text-align: center;
}

.iNavPagination__container:before,
.iNavPagination__container:after {
  display: table;
  content: " ";
}

.iNavPagination__container:after {
  clear: both;
}

.iNavPageItem {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  min-height: 44px;
  min-width: 44px;
  line-height: 44px;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
  margin-left: 2.5px;
  margin-right: 2.5px;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  color: #007CC2;
}

.iNavPageItem:hover,
.iNavPageItem:focus,
.iNavPageItem:visited {
  text-decoration: none;
  color: #007CC2;
}

.iNavPageItem:hover::after,
.iNavPageItem:focus::after,
.iNavPageItem:visited::after {
  position: absolute;
  bottom: 5px;
  content: '';
  display: block;
  background-color: #007CC2;
  height: 1px;
  width: calc(100% - (2 * 15px));
}

.iNavPageItem--current {
  display: inline-block;
  background-color: #007CC2;
  color: #FFFFFF;
  text-decoration: none;
  cursor: default;
}

.iNavPageItem--current:hover,
.iNavPageItem--current:visited,
.iNavPageItem--current:focus {
  color: #FFFFFF;
}

.iNavPageItem--previous,
.iNavPageItem--next {
  font-size: 17px;
  border: solid 1px #007CC2;
  height: 44px;
  width: 44px;
  padding-right: 0;
  padding-left: 0;
}

.iNavPageItem--previous::before,
.iNavPageItem--next::before {
  position: relative;
  font-family: "csnicons";
}

.iNavPageItem--previous:hover,
.iNavPageItem--previous:focus,
.iNavPageItem--next:hover,
.iNavPageItem--next:focus {
  text-decoration: none;
  background-color: #007CC2;
  color: #FFFFFF;
}

.iNavPageItem--previous:hover::after,
.iNavPageItem--previous:focus::after,
.iNavPageItem--next:hover::after,
.iNavPageItem--next:focus::after {
  height: 0;
}

.iNavPageItem--previous::before {
  right: 2px;
  content: "";
}

.iNavPageItem--next::before {
  left: 2px;
  content: "";
}

.iNavPageItem--separator {
  border: none;
  cursor: default;
  bottom: 5px;
  color: #808080;
}

.iNavPageItem--separator:hover {
  text-decoration: none;
}

.iNavPageItem--separator:hover::after {
  height: 0;
}

.iNavPagination__info {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 20px;
  text-align: center;
  color: #808080;
}
