@import url(https://fonts.cdnfonts.com/css/darwin-pro);/* colores */
.title1 {
  font-family: "klavikaregular";
  font-size: 3.5rem;
  line-height: 1.5; }

.title2 {
  font-family: "klavikaregular";
  font-size: 2.25rem;
  line-height: 1.5; }

.title3 {
  font-family: "klavikaregular";
  font-size: 1.75rem;
  line-height: 1.5; }

.text1 {
  font-size: 1.75rem; }

.text2 {
  font-size: 1.5rem; }

.text3 {
  font-size: 1.375rem; }

.text4 {
  font-size: 1.25rem; }

.text5 {
  font-size: 1.125rem; }

.text6 {
  font-size: 1rem; }

.text7 {
  font-size: 0.875rem; }

.text-fail {
  color: #e71754; }

.label1 {
  font-family: "open_sanslight";
  font-size: 0.75rem; }

.label2 {
  font-family: "open_sanslight";
  font-size: 0.625rem; }

.navbar {
  background-color: #fff; }

/* Device = Tablets, Ipads (portrait) */
/* Device = Laptops, Desktops */
/* Device = Desktops */
/* Higher Resolution Screens */
/* For container size */
/* COLORS */
/* FONTS */
/* 1312px - 32px (16px * 2 paddings) = 1280px */
/*body {
    background-color: $grayscale-100-white;
}*/
.article-page {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
  margin-bottom: 52px; }
  .article-page .no-download-wrapper {
    background-color: #182D4D; }
    .article-page .no-download-wrapper .page-article-image-wrapper {
      display: none; }
    .article-page .no-download-wrapper .page-article-image-crop {
      position: absolute; }
      .article-page .no-download-wrapper .page-article-image-crop .line1 {
        height: 120px;
        width: 4px;
        transform: skew(-32deg);
        padding-left: 116px;
        background-color: #182D4D; }
      .article-page .no-download-wrapper .page-article-image-crop .line2 {
        height: 280px;
        width: 4px;
        transform: skew(23deg);
        padding-left: 127px;
        margin-left: 11px;
        background-color: #182D4D; }
      .article-page .no-download-wrapper .page-article-image-crop .line3 {
        position: absolute;
        top: 0;
        height: 400px;
        width: 76px;
        background-color: #182D4D; }
    .article-page .no-download-wrapper .article-page-header {
      min-height: 196px; }
  .article-page .article-page-header {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    justify-content: start;
    align-items: start;
    background-color: #182D4D;
    padding: 20px 16px 40px;
    min-height: 226px; }
    .article-page .article-page-header .page-article-title-wrapper {
      display: flex;
      flex-direction: column;
      row-gap: 10px; }
    .article-page .article-page-header .page-article-title {
      font-family: "Klavika-Bold", "Helvetica", "Arial", "sans-serif";
      font-size: 30px;
      font-weight: 700;
      line-height: 38px;
      color: #fff;
      margin: 0; }
    .article-page .article-page-header .custom-button {
      width: 100%;
      font-family: "Klavika-Bold", "Helvetica", "Arial", "sans-serif"; }
      .article-page .article-page-header .custom-button .icon-download {
        margin-top: -6px; }
    .article-page .article-page-header.with-image .page-article-title-wrapper {
      padding: 0 0 16px; }
  .article-page .exclusive-content-breadcrumbs {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    font-size: 16px;
    font-family: "Klavika-Bold", "Helvetica", "Arial", "sans-serif";
    font-weight: 500;
    line-height: 22px;
    align-items: start;
    justify-content: start;
    color: white;
    white-space: nowrap;
    overflow: hidden; }
    .article-page .exclusive-content-breadcrumbs span, .article-page .exclusive-content-breadcrumbs a, .article-page .exclusive-content-breadcrumbs a:visited {
      color: white; }
    .article-page .exclusive-content-breadcrumbs a:hover, .article-page .exclusive-content-breadcrumbs a:visited:hover {
      color: #98A2B3; }
    .article-page .exclusive-content-breadcrumbs .selected {
      font-family: "Klavika-Light", "Helvetica", "Arial", "sans-serif";
      font-weight: 300; }
  .article-page .article-page-container {
    max-width: 100%;
    width: 100%;
    align-self: center;
    padding: 0 16px; }
  .article-page .article-body-title {
    margin-bottom: 20px !important;
    padding: 0 !important; }
    .article-page .article-body-title h2 {
      font-family: "Klavika-Bold", "Helvetica", "Arial", "sans-serif";
      color: #182D4D;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px; }
    .article-page .article-body-title h3 {
      font-family: "Klavika-Bold", "Helvetica", "Arial", "sans-serif";
      color: #182D4D;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px; }
    .article-page .article-body-title h4 {
      font-family: "Klavika-Bold", "Helvetica", "Arial", "sans-serif";
      color: #182D4D;
      font-size: 18px;
      font-weight: 700;
      line-height: 26px; }
    .article-page .article-body-title h5 {
      font-family: "Klavika-Bold", "Helvetica", "Arial", "sans-serif";
      color: #182D4D;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px; }
  .article-page .article-body-text {
    display: flex;
    flex-direction: column;
    font-family: "Klavika-Regular", "Helvetica", "Arial", "sans-serif";
    color: #182D4D;
    font-weight: 300;
    line-height: 24px; }
    .article-page .article-body-text.large {
      font-size: 16px; }
    .article-page .article-body-text.medium {
      font-size: 14px; }
    .article-page .article-body-text.small {
      font-size: 12px; }
  .article-page .experience-commerce_assets-articleVideo {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: auto;
    padding: 0% 0% 56.25%;
    /* 16:9 ratio */
    overflow: hidden;
    margin-bottom: 20px; }
    .article-page .experience-commerce_assets-articleVideo iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .article-page .article2ColumnSection .article-hero-image-container .article-hero-caption:empty {
    display: none; }
  .article-page .article2ColumnSection .article-body-text {
    padding-bottom: 16px !important; }
  .article-page .article2ColumnSection .region1 {
    padding-right: 0; }
  .article-page .list-bulleted-items .item {
    margin-bottom: 12px !important;
    align-items: center; }
  .article-page .list-bulleted-items .uch-list-bullet__logo-wrapper {
    height: 16px;
    width: 16px;
    margin-right: 8px !important; }
  .article-page .list-bulleted-items .uch-list-bullet__image-item {
    margin-top: -12px; }
  .article-page .list-bulleted-items .uch-list-bullet__text p {
    margin: 0;
    font-family: "Klavika-Regular", "Helvetica", "Arial", "sans-serif";
    color: #182D4D;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }

@media (min-width: 768px) {
  .article-page .article2ColumnSection .region1 {
    padding-right: 42px; } }

@media (min-width: 1024px) {
  .article-page {
    row-gap: 80px;
    margin-bottom: 80px; }
    .article-page .no-download-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .article-page .no-download-wrapper .page-article-image-wrapper {
        display: flex;
        flex-direction: column; }
      .article-page .no-download-wrapper .page-article-image {
        width: 100%;
        height: 400px; }
    .article-page .article-page-header {
      row-gap: 76px;
      padding: 24px;
      min-height: 306px; }
      .article-page .article-page-header .page-article-title-wrapper {
        padding: 0 76px 58px;
        row-gap: 16px; }
      .article-page .article-page-header .page-article-title {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -2%;
        margin: 0; }
      .article-page .article-page-header .custom-button {
        max-width: 167px; }
      .article-page .article-page-header.with-image {
        row-gap: 0;
        justify-content: space-between; }
        .article-page .article-page-header.with-image .page-article-title-wrapper {
          padding: 0 0 78px 95px;
          max-width: 604px;
          justify-content: end; }
    .article-page .article-page-container {
      max-width: 1210px;
      padding: 0; }
    .article-page.w-800px .article-page-container {
      max-width: 800px;
      padding: 0; }
    .article-page.w-1210px .article-page-container {
      max-width: 1210px;
      padding: 0; }
    .article-page .article-body-title h2 {
      font-size: 32px;
      line-height: 38px; }
    .article-page .article-body-title h3 {
      font-size: 28px;
      line-height: 34px; }
    .article-page .article-body-title h4 {
      font-size: 22px;
      line-height: 28px; }
    .article-page .article-body-title h5 {
      font-size: 18px;
      line-height: 24px; }
    .article-page .article-body-text {
      line-height: 28px; }
      .article-page .article-body-text.large {
        font-size: 18px; }
      .article-page .article-body-text.medium {
        font-size: 16px; }
      .article-page .article-body-text.small {
        font-size: 14px; }
    .article-page .experience-commerce_assets-articleVideo {
      margin-bottom: 40px; }
    .article-page .list-bulleted-items .uch-list-bullet__text p {
      font-size: 18px;
      line-height: 28px; } }

/*# sourceMappingURL=articlePage.css.map*/