@charset "UTF-8";
/*
Theme Name: BBVA UI Theme
Theme URI: http://ui.bbvaexperience.com/
Author: BBVA Experience Team
Author URI: http://ui.bbvaexperience.com/
Description: Theme to handle the UI for the UI Elements
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sage

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*********************
RESET
*********************/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.body-wrapper {
  overflow-x: hidden;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*********************
CLEAR FIX
*********************/
/*********************
CONFIG
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
COLUMNS AND SPANS
*********************/
.row::after {
  display: block;
  clear: both;
  content: "";
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  /*padding-left: 0;
  padding-right: 0;*/
  width: 100%;
}
.container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 599px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 768px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
    padding-right: 16px;
    padding-left: 16px;
    /*padding-right: 0;
    padding-left: 0;*/
  }
}
@media (min-width: 1368px) {
  .container {
    max-width: 1368px;
    padding-right: 16px;
    padding-left: 16px;
    /*padding-right: 0;
    padding-left: 0;*/
  }
}

.container-960 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  padding-right: 16px;
  padding-left: 16px;
}
.container-960::after {
  display: block;
  clear: both;
  content: "";
}

/*$susy-mobile: ( 'columns': susy-repeat(4), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(246, 50%, 50%, 0.25));
$susy-tablet: ( 'columns': susy-repeat(8), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(0, 50%, 50%, 0.25));
$susy-small: ( 'columns': susy-repeat(12), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(39, 50%, 50%, 0.25));
$susy-large: ( 'columns': susy-repeat(12), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(71, 50%, 50%, 0.25));
$susy-extra: ( 'columns': susy-repeat(12), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(22, 50%, 50%, 0.25));


/////////////////////////////
//     FIXED CONFIG       //
///////////////////////////

$susy-mobile-fixed: ( 'columns': susy-repeat(4, 48px), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(180, 50%, 50%, 0.25));
$susy-tablet-fixed: ( 'columns': susy-repeat(8, 64px), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(180, 50%, 50%, 0.25));
$susy-small-fixed: ( 'columns': susy-repeat(12, 48px), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(180, 50%, 50%, 0.25));
$susy-large-fixed: ( 'columns': susy-repeat(12, 66px), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(180, 50%, 50%, 0.25));
$susy-extra-fixed: ( 'columns': susy-repeat(12, 82px), 'gutters': 32px, 'spread': 'wide', 'container-spread': 'wide', 'svg-grid-colors': hsla(180, 50%, 50%, 0.25)); */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

mobile {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.icon {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
}

.icon:before {
  float: left;
  margin: 0;
  text-indent: 0;
}

@font-face {
  font-family: "bbva-icons";
  src: url("https://assets.bbvaexperience.com/fonts/icons/bbva-icons.eot?09b2d787c03421b049331521ef3602b1?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/icons/bbva-icons.woff2?09b2d787c03421b049331521ef3602b1") format("woff2"), url("https://assets.bbvaexperience.com/fonts/icons/bbva-icons.woff?09b2d787c03421b049331521ef3602b1") format("woff"), url("https://assets.bbvaexperience.com/fonts/icons/bbva-icons.ttf?09b2d787c03421b049331521ef3602b1") format("truetype"), url("https://assets.bbvaexperience.com/fonts/icons/bbva-icons.svg?09b2d787c03421b049331521ef3602b1#bbva-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bbva-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=ui-]:before,
[class*=" ui-"]:before {
  font-family: "bbva-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-360-mobile-view:before {
  content: "\f101";
}

.ui-accesible-toilet:before {
  content: "\f102";
}

.ui-accessibility:before {
  content: "\f318";
}

.ui-account:before {
  content: "\f103";
}

.ui-add-notes:before {
  content: "\f104";
}

.ui-add-to-cart:before {
  content: "\f2fd";
}

.ui-add:before {
  content: "\f105";
}

.ui-address-book:before {
  content: "\f106";
}

.ui-advance:before {
  content: "\f107";
}

.ui-aeroplane:before {
  content: "\f108";
}

.ui-aerothermal-unit:before {
  content: "\f325";
}

.ui-alarm:before {
  content: "\f109";
}

.ui-alphabetical-order:before {
  content: "\f10a";
}

.ui-angry:before {
  content: "\f10b";
}

.ui-app-store:before {
  content: "\f10c";
}

.ui-archive-mail:before {
  content: "\f10d";
}

.ui-arrows:before {
  content: "\f10e";
}

.ui-atm:before {
  content: "\f10f";
}

.ui-attached:before {
  content: "\f110";
}

.ui-audio:before {
  content: "\f111";
}

.ui-auto-bank:before {
  content: "\f112";
}

.ui-auto:before {
  content: "\f113";
}

.ui-automate:before {
  content: "\f114";
}

.ui-automatic-access:before {
  content: "\f115";
}

.ui-baby-cart:before {
  content: "\f116";
}

.ui-baby:before {
  content: "\f117";
}

.ui-back-mini:before {
  content: "\f333";
}

.ui-back:before {
  content: "\f118";
}

.ui-bakery:before {
  content: "\f119";
}

.ui-balance-dollar:before {
  content: "\f11a";
}

.ui-balance-euro:before {
  content: "\f11b";
}

.ui-balcony:before {
  content: "\f11c";
}

.ui-bank:before {
  content: "\f11d";
}

.ui-bar:before {
  content: "\f11e";
}

.ui-barcode:before {
  content: "\f11f";
}

.ui-bath:before {
  content: "\f120";
}

.ui-bbva-contigo:before {
  content: "\f121";
}

.ui-bbva-experience:before {
  content: "\f122";
}

.ui-bbva-go:before {
  content: "\f123";
}

.ui-bbva-valora-view:before {
  content: "\f124";
}

.ui-bbva-valora:before {
  content: "\f125";
}

.ui-bconomy:before {
  content: "\f126";
}

.ui-bed:before {
  content: "\f127";
}

.ui-behance-simple:before {
  content: "\f128";
}

.ui-behance:before {
  content: "\f129";
}

.ui-behavioural-economics:before {
  content: "\f12a";
}

.ui-bicycle:before {
  content: "\f12b";
}

.ui-big-glass:before {
  content: "\f12c";
}

.ui-biometric:before {
  content: "\f2fb";
}

.ui-bizum:before {
  content: "\f12d";
}

.ui-blind-app:before {
  content: "\f12e";
}

.ui-block-card:before {
  content: "\f12f";
}

.ui-block:before {
  content: "\f130";
}

.ui-blog:before {
  content: "\f131";
}

.ui-bluetooth:before {
  content: "\f132";
}

.ui-boiler:before {
  content: "\f133";
}

.ui-bonus-account:before {
  content: "\f134";
}

.ui-bookstore:before {
  content: "\f135";
}

.ui-branch:before {
  content: "\f136";
}

.ui-building:before {
  content: "\f137";
}

.ui-built-land:before {
  content: "\f138";
}

.ui-bulb:before {
  content: "\f139";
}

.ui-bullet:before {
  content: "\f13a";
}

.ui-bullet1:before {
  content: "\f13b";
}

.ui-burning-car:before {
  content: "\f13c";
}

.ui-bus:before {
  content: "\f13d";
}

.ui-business-inteligent:before {
  content: "\f13e";
}

.ui-butcher-shop:before {
  content: "\f13f";
}

.ui-buy-stock:before {
  content: "\f140";
}

.ui-calculator:before {
  content: "\f141";
}

.ui-calendar:before {
  content: "\f142";
}

.ui-camera:before {
  content: "\f143";
}

.ui-campus:before {
  content: "\f144";
}

.ui-car-accident:before {
  content: "\f145";
}

.ui-car-moons:before {
  content: "\f146";
}

.ui-car-plus:before {
  content: "\f147";
}

.ui-car-workshop:before {
  content: "\f148";
}

.ui-carbon-footprint:before {
  content: "\f30a";
}

.ui-card:before {
  content: "\f149";
}

.ui-cart:before {
  content: "\f14a";
}

.ui-cash-register:before {
  content: "\f14b";
}

.ui-cash-up:before {
  content: "\f14c";
}

.ui-cash:before {
  content: "\f14d";
}

.ui-caution:before {
  content: "\f2fe";
}

.ui-change-camera:before {
  content: "\f14e";
}

.ui-change-euro:before {
  content: "\f14f";
}

.ui-channels:before {
  content: "\f150";
}

.ui-charge-card:before {
  content: "\f151";
}

.ui-charge-mobile:before {
  content: "\f152";
}

.ui-chat:before {
  content: "\f153";
}

.ui-check:before {
  content: "\f154";
}

.ui-checkmark:before {
  content: "\f155";
}

.ui-children:before {
  content: "\f156";
}

.ui-cinema:before {
  content: "\f157";
}

.ui-cleanliness:before {
  content: "\f158";
}

.ui-climate-action:before {
  content: "\f303";
}

.ui-clock:before {
  content: "\f159";
}

.ui-close:before {
  content: "\f15a";
}

.ui-cloud:before {
  content: "\f15b";
}

.ui-coffee-shop:before {
  content: "\f15c";
}

.ui-collapse:before, .ui-accordion__header--active i:before {
  content: "\f15d";
}

.ui-color:before {
  content: "\f15e";
}

.ui-commercial-offer:before {
  content: "\f15f";
}

.ui-communication:before {
  content: "\f160";
}

.ui-concrete-mixer:before {
  content: "\f161";
}

.ui-cone:before {
  content: "\f162";
}

.ui-confectionery:before {
  content: "\f163";
}

.ui-configuration:before {
  content: "\f164";
}

.ui-construction-helmet:before {
  content: "\f165";
}

.ui-construction-stopped:before {
  content: "\f166";
}

.ui-continue-left:before {
  content: "\f300";
}

.ui-continue-right:before {
  content: "\f301";
}

.ui-continue:before {
  content: "\f167";
}

.ui-copy-credit-card:before {
  content: "\f168";
}

.ui-copy:before {
  content: "\f169";
}

.ui-correos:before {
  content: "\f323";
}

.ui-couple:before {
  content: "\f16a";
}

.ui-crane:before {
  content: "\f16b";
}

.ui-crossway:before {
  content: "\f16d";
}

.ui-csv:before {
  content: "\f306";
}

.ui-culture-and-talent:before {
  content: "\f16e";
}

.ui-currency-exchange:before {
  content: "\f16f";
}

.ui-decease:before {
  content: "\f170";
}

.ui-delete:before {
  content: "\f171";
}

.ui-delivery:before {
  content: "\f172";
}

.ui-deposit:before {
  content: "\f173";
}

.ui-desktop:before {
  content: "\f174";
}

.ui-diaper:before {
  content: "\f175";
}

.ui-digital-card:before {
  content: "\f176";
}

.ui-digital-handwriting:before {
  content: "\f177";
}

.ui-digital-press:before {
  content: "\f178";
}

.ui-digital-signature:before {
  content: "\f179";
}

.ui-digital-tv:before {
  content: "\f17a";
}

.ui-dimo-simple:before {
  content: "\f335";
}

.ui-dimo:before {
  content: "\f336";
}

.ui-directory:before {
  content: "\f17b";
}

.ui-disabled-card:before {
  content: "\f17c";
}

.ui-discharge-card:before {
  content: "\f17d";
}

.ui-discount:before {
  content: "\f17e";
}

.ui-dislike:before {
  content: "\f28a";
}

.ui-divider:before {
  content: "\f17f";
}

.ui-dna:before {
  content: "\f180";
}

.ui-document:before {
  content: "\f181";
}

.ui-dollar-taxes:before {
  content: "\f182";
}

.ui-dollar:before {
  content: "\f183";
}

.ui-donations:before {
  content: "\f184";
}

.ui-down-arrow:before {
  content: "\f185";
}

.ui-down-cloud:before {
  content: "\f186";
}

.ui-down:before {
  content: "\f187";
}

.ui-download:before {
  content: "\f188";
}

.ui-drag:before {
  content: "\f30c";
}

.ui-dribble-simple:before {
  content: "\f189";
}

.ui-dribble:before {
  content: "\f18a";
}

.ui-echeck:before {
  content: "\f2ff";
}

.ui-edit-profile:before {
  content: "\f2f9";
}

.ui-edit-ticket:before {
  content: "\f2fa";
}

.ui-edit:before {
  content: "\f18b";
}

.ui-education:before {
  content: "\f18c";
}

.ui-elevator:before {
  content: "\f18d";
}

.ui-email-read:before {
  content: "\f18e";
}

.ui-email:before {
  content: "\f18f";
}

.ui-emergency:before {
  content: "\f312";
}

.ui-empty-card:before {
  content: "\f190";
}

.ui-end-call:before {
  content: "\f191";
}

.ui-end:before {
  content: "\f192";
}

.ui-entertainment:before {
  content: "\f193";
}

.ui-euro:before {
  content: "\f194";
}

.ui-excel:before {
  content: "\f195";
}

.ui-executive:before {
  content: "\f196";
}

.ui-expand:before {
  content: "\f197";
}

.ui-exploration:before {
  content: "\f198";
}

.ui-express-account:before {
  content: "\f199";
}

.ui-extinguisher:before {
  content: "\f32d";
}

.ui-face-id:before {
  content: "\f19a";
}

.ui-facebook-messenger:before {
  content: "\f19b";
}

.ui-facebook-simple:before {
  content: "\f19c";
}

.ui-facebook:before {
  content: "\f19d";
}

.ui-fast-food:before {
  content: "\f19e";
}

.ui-favorite:before {
  content: "\f19f";
}

.ui-feedback:before {
  content: "\f1a0";
}

.ui-female:before {
  content: "\f32e";
}

.ui-filter:before {
  content: "\f1a1";
}

.ui-financial-health:before {
  content: "\f30b";
}

.ui-fingerprint:before {
  content: "\f1a2";
}

.ui-fire-extinguisher:before {
  content: "\f331";
}

.ui-first:before {
  content: "\f1a3";
}

.ui-fixed:before {
  content: "\f1a4";
}

.ui-flickr-simple:before {
  content: "\f1a5";
}

.ui-flickr:before {
  content: "\f1a6";
}

.ui-florist:before {
  content: "\f1a7";
}

.ui-fold:before {
  content: "\f1a8";
}

.ui-folder:before {
  content: "\f1a9";
}

.ui-football:before {
  content: "\f1aa";
}

.ui-forbidden-to-pass-in-front-bus:before {
  content: "\f1ab";
}

.ui-forest:before {
  content: "\f1ac";
}

.ui-france-go:before {
  content: "\f1ad";
}

.ui-free-dollar:before {
  content: "\f1af";
}

.ui-free-euro:before {
  content: "\f1b0";
}

.ui-frequency:before {
  content: "\f1ae";
}

.ui-frozen:before {
  content: "\f1b1";
}

.ui-funtional-square:before {
  content: "\f1b2";
}

.ui-furniture:before {
  content: "\f1b3";
}

.ui-generic-sustainability:before {
  content: "\f304";
}

.ui-get-in:before {
  content: "\f2ee";
}

.ui-get-out:before {
  content: "\f1b4";
}

.ui-gif:before {
  content: "\f334";
}

.ui-glass-with-ice:before {
  content: "\f1b5";
}

.ui-glassdoor:before {
  content: "\f30f";
}

.ui-globe:before {
  content: "\f1b6";
}

.ui-google-drive:before {
  content: "\f1b7";
}

.ui-google-hangouts:before {
  content: "\f1b8";
}

.ui-google-plus-simple:before {
  content: "\f1b9";
}

.ui-google-plus:before {
  content: "\f1ba";
}

.ui-graphics:before {
  content: "\f1bb";
}

.ui-guarantee:before {
  content: "\f322";
}

.ui-hand-gesture:before {
  content: "\f2fc";
}

.ui-happy:before {
  content: "\f1bc";
}

.ui-hashtag:before {
  content: "\f1bd";
}

.ui-health:before {
  content: "\f1be";
}

.ui-helmet-bike:before {
  content: "\f1bf";
}

.ui-help:before {
  content: "\f1c0";
}

.ui-hide:before {
  content: "\f1c1";
}

.ui-historical-transfer:before {
  content: "\f1c2";
}

.ui-history:before {
  content: "\f1c3";
}

.ui-hold:before {
  content: "\f1c4";
}

.ui-holidays:before {
  content: "\f1c5";
}

.ui-home:before {
  content: "\f1c6";
}

.ui-hot:before {
  content: "\f1c7";
}

.ui-hotel:before {
  content: "\f1c8";
}

.ui-hpd:before {
  content: "\f1c9";
}

.ui-huawei-app-gallery:before {
  content: "\f30e";
}

.ui-ice-cream:before {
  content: "\f1ca";
}

.ui-id-card:before {
  content: "\f1cb";
}

.ui-identified-call:before {
  content: "\f1cc";
}

.ui-illustration:before {
  content: "\f1cd";
}

.ui-images-off:before {
  content: "\f313";
}

.ui-images:before {
  content: "\f1ce";
}

.ui-inclusive-growth:before {
  content: "\f305";
}

.ui-incoming-call:before {
  content: "\f1cf";
}

.ui-info:before {
  content: "\f1d0";
}

.ui-instagram-simple:before {
  content: "\f1d1";
}

.ui-instagram:before {
  content: "\f1d2";
}

.ui-insurance:before {
  content: "\f1d3";
}

.ui-international:before {
  content: "\f1d4";
}

.ui-investment:before {
  content: "\f1d5";
}

.ui-jewelry:before {
  content: "\f1d6";
}

.ui-jpg:before {
  content: "\f1d7";
}

.ui-keyboard:before {
  content: "\f1d8";
}

.ui-kitchen:before {
  content: "\f1d9";
}

.ui-land:before {
  content: "\f1da";
}

.ui-language:before {
  content: "\f1db";
}

.ui-law:before {
  content: "\f1dc";
}

.ui-leaf:before {
  content: "\f1dd";
}

.ui-left-arrow:before {
  content: "\f1de";
}

.ui-letter-a:before {
  content: "\f1df";
}

.ui-letter-b:before {
  content: "\f1e0";
}

.ui-letter-c:before {
  content: "\f1e1";
}

.ui-letter-d:before {
  content: "\f1e2";
}

.ui-letter-e:before {
  content: "\f1e3";
}

.ui-letter-f:before {
  content: "\f1e4";
}

.ui-letter-g:before {
  content: "\f1e5";
}

.ui-letter-h:before {
  content: "\f1e6";
}

.ui-letter-i:before {
  content: "\f1e7";
}

.ui-letter-j:before {
  content: "\f1e8";
}

.ui-letter-k:before {
  content: "\f1e9";
}

.ui-letter-l:before {
  content: "\f1ea";
}

.ui-letter-m:before {
  content: "\f1eb";
}

.ui-letter-n:before {
  content: "\f1ec";
}

.ui-letter-nn:before {
  content: "\f1ed";
}

.ui-letter-o:before {
  content: "\f1ee";
}

.ui-letter-p:before {
  content: "\f1ef";
}

.ui-letter-q:before {
  content: "\f1f0";
}

.ui-letter-r:before {
  content: "\f1f1";
}

.ui-letter-s:before {
  content: "\f1f2";
}

.ui-letter-t:before {
  content: "\f1f3";
}

.ui-letter-u:before {
  content: "\f1f4";
}

.ui-letter-v:before {
  content: "\f1f5";
}

.ui-letter-w:before {
  content: "\f1f6";
}

.ui-letter-x:before {
  content: "\f1f7";
}

.ui-letter-y:before {
  content: "\f1f8";
}

.ui-letter-z:before {
  content: "\f1f9";
}

.ui-lighthouse:before {
  content: "\f1fa";
}

.ui-like:before {
  content: "\f1fb";
}

.ui-limits:before {
  content: "\f1fc";
}

.ui-link:before {
  content: "\f1fd";
}

.ui-linkedin-simple:before {
  content: "\f1fe";
}

.ui-linkedin:before {
  content: "\f1ff";
}

.ui-list-view:before {
  content: "\f200";
}

.ui-living-room:before {
  content: "\f201";
}

.ui-loan-dollar:before {
  content: "\f202";
}

.ui-loan-euro:before {
  content: "\f203";
}

.ui-lock:before {
  content: "\f204";
}

.ui-look-up:before {
  content: "\f205";
}

.ui-lost-call:before {
  content: "\f206";
}

.ui-male:before {
  content: "\f32f";
}

.ui-man:before {
  content: "\f207";
}

.ui-map:before {
  content: "\f208";
}

.ui-max-min-screen:before {
  content: "\f209";
}

.ui-medical-kit:before {
  content: "\f20a";
}

.ui-menu:before {
  content: "\f20b";
}

.ui-merge:before {
  content: "\f20c";
}

.ui-mi-espacio:before {
  content: "\f302";
}

.ui-microphone-off:before {
  content: "\f31e";
}

.ui-microphone:before {
  content: "\f20d";
}

.ui-milk:before {
  content: "\f20e";
}

.ui-missed-call:before {
  content: "\f20f";
}

.ui-mix-cloud-simple:before {
  content: "\f210";
}

.ui-mix-cloud:before {
  content: "\f211";
}

.ui-mixed:before {
  content: "\f212";
}

.ui-mobile-cash-dollar:before {
  content: "\f213";
}

.ui-mobile-cash-euro:before {
  content: "\f214";
}

.ui-mobile-off:before {
  content: "\f215";
}

.ui-mobile-payment:before {
  content: "\f216";
}

.ui-mobile-print:before {
  content: "\f217";
}

.ui-mobile:before {
  content: "\f218";
}

.ui-modo:before {
  content: "\f317";
}

.ui-moon:before {
  content: "\f327";
}

.ui-more:before {
  content: "\f219";
}

.ui-motorcycle-garage:before {
  content: "\f21a";
}

.ui-motorcycle:before {
  content: "\f21b";
}

.ui-multicategory:before {
  content: "\f321";
}

.ui-multiple-bizum:before {
  content: "\f21c";
}

.ui-my-expenses:before {
  content: "\f21d";
}

.ui-my-location:before {
  content: "\f21e";
}

.ui-my-profile:before {
  content: "\f21f";
}

.ui-my-projects:before {
  content: "\f220";
}

.ui-near-me:before {
  content: "\f221";
}

.ui-net-cash:before {
  content: "\f222";
}

.ui-new-client:before {
  content: "\f223";
}

.ui-next-mini:before {
  content: "\f337";
}

.ui-next:before {
  content: "\f224";
}

.ui-nfc-disconnect:before {
  content: "\f225";
}

.ui-nfc:before {
  content: "\f226";
}

.ui-no-audio:before {
  content: "\f227";
}

.ui-no-client:before {
  content: "\f228";
}

.ui-no-draw:before {
  content: "\f229";
}

.ui-no-interest:before {
  content: "\f22a";
}

.ui-no-smoking:before {
  content: "\f22b";
}

.ui-nursery-room:before {
  content: "\f22c";
}

.ui-occupationally-active:before {
  content: "\f22d";
}

.ui-official-rates:before {
  content: "\f22e";
}

.ui-on-off:before {
  content: "\f22f";
}

.ui-one-click:before {
  content: "\f230";
}

.ui-open-book:before {
  content: "\f324";
}

.ui-open-outside:before {
  content: "\f231";
}

.ui-openpay:before {
  content: "\f314";
}

.ui-order:before {
  content: "\f232";
}

.ui-organization:before {
  content: "\f233";
}

.ui-outgoing-call:before {
  content: "\f234";
}

.ui-pacifier:before {
  content: "\f235";
}

.ui-paddle:before {
  content: "\f236";
}

.ui-partner:before {
  content: "\f237";
}

.ui-passport:before {
  content: "\f238";
}

.ui-pasta-factory:before {
  content: "\f239";
}

.ui-pause-mini:before {
  content: "\f329";
}

.ui-pause-simple:before {
  content: "\f310";
}

.ui-pause:before {
  content: "\f23a";
}

.ui-pay-sheet-dollar:before {
  content: "\f2f8";
}

.ui-pay-sheet:before {
  content: "\f23b";
}

.ui-pdf:before {
  content: "\f23c";
}

.ui-periodical-transfer:before {
  content: "\f23d";
}

.ui-pet-shop:before {
  content: "\f23e";
}

.ui-phishing:before {
  content: "\f23f";
}

.ui-phone-banned:before {
  content: "\f240";
}

.ui-photo-login:before {
  content: "\f241";
}

.ui-physiotherapy:before {
  content: "\f242";
}

.ui-pic:before {
  content: "\f243";
}

.ui-pie-chart:before {
  content: "\f315";
}

.ui-pill:before {
  content: "\f244";
}

.ui-pin-pad-connect:before {
  content: "\f245";
}

.ui-pin-pad-disconnected:before {
  content: "\f246";
}

.ui-pin:before {
  content: "\f307";
}

.ui-pinterest-simple:before {
  content: "\f247";
}

.ui-pinterest:before {
  content: "\f248";
}

.ui-place:before {
  content: "\f249";
}

.ui-play-mini:before {
  content: "\f32a";
}

.ui-play-simple:before {
  content: "\f24a";
}

.ui-play-store:before {
  content: "\f24b";
}

.ui-play:before {
  content: "\f24c";
}

.ui-plin-simple:before {
  content: "\f2f5";
}

.ui-plin:before {
  content: "\f2f4";
}

.ui-pocket:before {
  content: "\f316";
}

.ui-point:before {
  content: "\f24d";
}

.ui-portfolio:before {
  content: "\f24e";
}

.ui-post-mail:before {
  content: "\f24f";
}

.ui-pound-sterling:before {
  content: "\f250";
}

.ui-power-car:before {
  content: "\f32b";
}

.ui-presentation:before {
  content: "\f251";
}

.ui-press:before {
  content: "\f252";
}

.ui-previous-appointment:before {
  content: "\f253";
}

.ui-print:before {
  content: "\f254";
}

.ui-privacy-and-data:before {
  content: "\f255";
}

.ui-prohibited-alcohol:before {
  content: "\f256";
}

.ui-prohibited-headphones:before {
  content: "\f257";
}

.ui-prohibited-zigzag:before {
  content: "\f258";
}

.ui-promotion:before {
  content: "\f259";
}

.ui-puntos-y-promociones:before {
  content: "\f30d";
}

.ui-puntos:before {
  content: "\f308";
}

.ui-qr:before {
  content: "\f25a";
}

.ui-quality-funds:before {
  content: "\f25b";
}

.ui-quizz:before {
  content: "\f25c";
}

.ui-quotes:before {
  content: "\f25d";
}

.ui-radiator:before {
  content: "\f330";
}

.ui-radio:before {
  content: "\f25e";
}

.ui-ray:before {
  content: "\f25f";
}

.ui-receipt-euro:before {
  content: "\f260";
}

.ui-receipt-ko:before {
  content: "\f261";
}

.ui-receipt-ok:before {
  content: "\f262";
}

.ui-receipt:before {
  content: "\f263";
}

.ui-receive-money-dollar:before {
  content: "\f264";
}

.ui-receive-money-euro:before {
  content: "\f2f0";
}

.ui-recognition-eye:before {
  content: "\f265";
}

.ui-recycle:before {
  content: "\f266";
}

.ui-rent:before {
  content: "\f267";
}

.ui-reply:before {
  content: "\f268";
}

.ui-reporting:before {
  content: "\f269";
}

.ui-rescue:before {
  content: "\f26a";
}

.ui-restaurant:before {
  content: "\f26b";
}

.ui-retail:before {
  content: "\f26c";
}

.ui-retirement:before {
  content: "\f26d";
}

.ui-return-money:before {
  content: "\f26e";
}

.ui-return:before {
  content: "\f26f";
}

.ui-retweet:before {
  content: "\f270";
}

.ui-rewards:before {
  content: "\f271";
}

.ui-ric:before {
  content: "\f272";
}

.ui-right-arrow:before {
  content: "\f273";
}

.ui-right-location:before {
  content: "\f274";
}

.ui-right:before {
  content: "\f275";
}

.ui-risk-culture:before {
  content: "\f276";
}

.ui-room:before {
  content: "\f277";
}

.ui-rotate-screen:before {
  content: "\f278";
}

.ui-sales:before {
  content: "\f279";
}

.ui-save-for-later:before {
  content: "\f27a";
}

.ui-save-stock:before {
  content: "\f27b";
}

.ui-save-up:before {
  content: "\f27c";
}

.ui-savings:before {
  content: "\f27d";
}

.ui-scam:before {
  content: "\f27e";
}

.ui-school-supplies:before {
  content: "\f27f";
}

.ui-scissors:before {
  content: "\f280";
}

.ui-search:before {
  content: "\f281";
}

.ui-searching-location:before {
  content: "\f282";
}

.ui-seatbelt:before {
  content: "\f283";
}

.ui-security-camera:before {
  content: "\f284";
}

.ui-security-token:before {
  content: "\f285";
}

.ui-see-cvv:before {
  content: "\f286";
}

.ui-segway:before {
  content: "\f287";
}

.ui-self-assessment:before {
  content: "\f288";
}

.ui-selfie-and-go:before {
  content: "\f289";
}

.ui-send-money-dollar:before {
  content: "\f2f2";
}

.ui-send-money-euro:before {
  content: "\f2f3";
}

.ui-send:before {
  content: "\f28b";
}

.ui-services:before {
  content: "\f28c";
}

.ui-settings:before {
  content: "\f28d";
}

.ui-settlement:before {
  content: "\f28e";
}

.ui-share:before {
  content: "\f28f";
}

.ui-shop:before {
  content: "\f290";
}

.ui-shopping:before {
  content: "\f291";
}

.ui-show:before {
  content: "\f292";
}

.ui-shower:before {
  content: "\f326";
}

.ui-sign:before {
  content: "\f2ef";
}

.ui-simulator:before {
  content: "\f293";
}

.ui-sites:before {
  content: "\f294";
}

.ui-skate:before {
  content: "\f295";
}

.ui-slideshare-simple:before {
  content: "\f296";
}

.ui-slideshare:before {
  content: "\f297";
}

.ui-small-glass:before {
  content: "\f298";
}

.ui-smart-assistant:before {
  content: "\f2f1";
}

.ui-sms:before {
  content: "\f299";
}

.ui-snapchat:before {
  content: "\f29a";
}

.ui-snow-tires:before {
  content: "\f29b";
}

.ui-solar-panels:before {
  content: "\f328";
}

.ui-sound-cloud-simple:before {
  content: "\f29c";
}

.ui-sound-cloud:before {
  content: "\f29d";
}

.ui-spotify-simple:before {
  content: "\f29e";
}

.ui-spotify:before {
  content: "\f29f";
}

.ui-stairs:before {
  content: "\f2a0";
}

.ui-stock:before {
  content: "\f2a1";
}

.ui-stop-charge-card:before {
  content: "\f2a2";
}

.ui-stop:before {
  content: "\f2a3";
}

.ui-storage-room:before {
  content: "\f2a4";
}

.ui-strategy:before {
  content: "\f2a5";
}

.ui-subscription:before {
  content: "\f2a6";
}

.ui-substract:before {
  content: "\f2a7";
}

.ui-subway:before {
  content: "\f2a8";
}

.ui-sun:before {
  content: "\f2a9";
}

.ui-supermarket:before {
  content: "\f2aa";
}

.ui-support:before {
  content: "\f2ab";
}

.ui-swimming-pool:before {
  content: "\f2ac";
}

.ui-tablet:before {
  content: "\f2ad";
}

.ui-tasks:before {
  content: "\f2ae";
}

.ui-taxes:before {
  content: "\f2af";
}

.ui-team:before {
  content: "\f2b0";
}

.ui-telephone:before {
  content: "\f2b1";
}

.ui-tempered:before {
  content: "\f2b2";
}

.ui-theater:before {
  content: "\f2b3";
}

.ui-thumbs-down:before {
  content: "\f2f6";
}

.ui-thumbs-up:before {
  content: "\f2f7";
}

.ui-ticket-bbva-office:before {
  content: "\f2b4";
}

.ui-ticket:before {
  content: "\f2b5";
}

.ui-tiktok-simple:before {
  content: "\f319";
}

.ui-tiktok:before {
  content: "\f31a";
}

.ui-tiled-view:before {
  content: "\f2b6";
}

.ui-token:before {
  content: "\f2b7";
}

.ui-tools:before {
  content: "\f2b8";
}

.ui-tow-truck:before {
  content: "\f311";
}

.ui-toys:before {
  content: "\f2b9";
}

.ui-tpv:before {
  content: "\f2ba";
}

.ui-traffic-light:before {
  content: "\f2bb";
}

.ui-transaction:before {
  content: "\f2bc";
}

.ui-transfer-to-account:before {
  content: "\f2bd";
}

.ui-transfer-to-card:before {
  content: "\f2be";
}

.ui-transfer:before {
  content: "\f2bf";
}

.ui-trash:before {
  content: "\f2c0";
}

.ui-travel-expenses:before {
  content: "\f2c1";
}

.ui-travel:before {
  content: "\f2c2";
}

.ui-tumblr-simple:before {
  content: "\f2c3";
}

.ui-tumblr:before {
  content: "\f2c4";
}

.ui-turn-box:before {
  content: "\f2c5";
}

.ui-tv:before {
  content: "\f2c6";
}

.ui-twitter-simple:before {
  content: "\f2c7";
}

.ui-twitter:before {
  content: "\f2c8";
}

.ui-txt:before {
  content: "\f31c";
}

.ui-unfold:before {
  content: "\f2c9";
}

.ui-unique-key:before {
  content: "\f2ca";
}

.ui-unlock:before {
  content: "\f2cb";
}

.ui-up-arrow:before {
  content: "\f2cc";
}

.ui-up-cloud:before {
  content: "\f2cd";
}

.ui-up:before {
  content: "\f2ce";
}

.ui-update:before {
  content: "\f2cf";
}

.ui-upload:before {
  content: "\f2d0";
}

.ui-usd:before {
  content: "\f2d1";
}

.ui-valise:before {
  content: "\f309";
}

.ui-valora-car:before {
  content: "\f32c";
}

.ui-very-hot:before {
  content: "\f2d2";
}

.ui-video-camera-off:before {
  content: "\f320";
}

.ui-video-camera:before {
  content: "\f31f";
}

.ui-video-chat:before {
  content: "\f2d3";
}

.ui-video-game:before {
  content: "\f2d4";
}

.ui-vimeo-simple:before {
  content: "\f2d5";
}

.ui-vimeo:before {
  content: "\f2d6";
}

.ui-virtual-card:before {
  content: "\f31b";
}

.ui-virtual-email:before {
  content: "\f2d7";
}

.ui-virtual-reality:before {
  content: "\f2d8";
}

.ui-walking-directions:before {
  content: "\f2d9";
}

.ui-wallet:before {
  content: "\f2da";
}

.ui-warning:before {
  content: "\f2db";
}

.ui-washing-machine:before {
  content: "\f2dc";
}

.ui-watch:before {
  content: "\f2dd";
}

.ui-weather:before {
  content: "\f2de";
}

.ui-wellness:before {
  content: "\f2df";
}

.ui-whatsapp:before {
  content: "\f2e0";
}

.ui-wheel:before {
  content: "\f2e1";
}

.ui-wifi-off:before {
  content: "\f2e2";
}

.ui-wifi:before {
  content: "\f2e3";
}

.ui-wiki-metrics:before {
  content: "\f2e4";
}

.ui-window:before {
  content: "\f332";
}

.ui-woman:before {
  content: "\f2e5";
}

.ui-women-shoe:before {
  content: "\f2e6";
}

.ui-word:before {
  content: "\f2e7";
}

.ui-wrong-location:before {
  content: "\f2e8";
}

.ui-wrong:before {
  content: "\f2e9";
}

.ui-xml:before {
  content: "\f2ea";
}

.ui-yen:before {
  content: "\f2eb";
}

.ui-youtube-simple:before {
  content: "\f2ec";
}

.ui-youtube:before {
  content: "\f2ed";
}

.ui-zip:before {
  content: "\f31d";
}

.icon {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
}

.icon:before {
  float: left;
  margin: 0;
  text-indent: 0;
}

@font-face {
  font-family: "bbva-icons-spherica";
  src: url("https://assets.bbvaexperience.com/fonts/icons/spherica/bbva-icons-spherica.ttf?9e697ea315a453b616423703871bd6c0") format("truetype"), url("https://assets.bbvaexperience.com/fonts/icons/spherica/bbva-icons-spherica.woff?9e697ea315a453b616423703871bd6c0") format("woff"), url("https://assets.bbvaexperience.com/fonts/icons/spherica/bbva-icons-spherica.woff2?9e697ea315a453b616423703871bd6c0") format("woff2"), url("https://assets.bbvaexperience.com/fonts/icons/spherica/bbva-icons-spherica.eot?9e697ea315a453b616423703871bd6c0#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bbva-icons-spherica" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=spherica]:before,
[class*=" spherica"]:before {
  font-family: "bbva-icons-spherica" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spherica-360-mobile-view:before {
  content: "\f101";
}

.spherica-accessibility:before {
  content: "\f102";
}

.spherica-accessible-toilet:before {
  content: "\f103";
}

.spherica-account:before {
  content: "\f104";
}

.spherica-add-notes:before {
  content: "\f105";
}

.spherica-add-to-cart:before {
  content: "\f106";
}

.spherica-add:before {
  content: "\f107";
}

.spherica-address-book:before {
  content: "\f108";
}

.spherica-advance:before {
  content: "\f109";
}

.spherica-aeroplane:before {
  content: "\f10a";
}

.spherica-aerothermal-unit:before {
  content: "\f10b";
}

.spherica-alarm:before {
  content: "\f10c";
}

.spherica-alphabetical-order:before {
  content: "\f10d";
}

.spherica-angry:before {
  content: "\f10e";
}

.spherica-app-store:before {
  content: "\f10f";
}

.spherica-archive-mail:before {
  content: "\f110";
}

.spherica-arrows:before {
  content: "\f111";
}

.spherica-atm:before {
  content: "\f112";
}

.spherica-attached:before {
  content: "\f113";
}

.spherica-audio:before {
  content: "\f114";
}

.spherica-auto-bank:before {
  content: "\f115";
}

.spherica-auto:before {
  content: "\f116";
}

.spherica-automate:before {
  content: "\f117";
}

.spherica-automatic-access:before {
  content: "\f118";
}

.spherica-baby-cart:before {
  content: "\f119";
}

.spherica-baby:before {
  content: "\f11a";
}

.spherica-back-mini:before {
  content: "\f11b";
}

.spherica-back:before {
  content: "\f11c";
}

.spherica-bakery:before {
  content: "\f11d";
}

.spherica-balance-dollar:before {
  content: "\f11e";
}

.spherica-balance-euro:before {
  content: "\f11f";
}

.spherica-balcony:before {
  content: "\f120";
}

.spherica-bank:before {
  content: "\f121";
}

.spherica-bar:before {
  content: "\f122";
}

.spherica-barcode:before {
  content: "\f123";
}

.spherica-bath:before {
  content: "\f124";
}

.spherica-bbva-contigo:before {
  content: "\f125";
}

.spherica-bbva-experience:before {
  content: "\f126";
}

.spherica-bbva-go:before {
  content: "\f127";
}

.spherica-bbva-valora-view:before {
  content: "\f128";
}

.spherica-bbva-valora:before {
  content: "\f129";
}

.spherica-bconomy:before {
  content: "\f12a";
}

.spherica-bed:before {
  content: "\f12b";
}

.spherica-behance-simple:before {
  content: "\f12c";
}

.spherica-behance:before {
  content: "\f12d";
}

.spherica-behavioural-economics:before {
  content: "\f12e";
}

.spherica-bicycle:before {
  content: "\f12f";
}

.spherica-big-glass:before {
  content: "\f130";
}

.spherica-biometric:before {
  content: "\f131";
}

.spherica-bizum:before {
  content: "\f132";
}

.spherica-blind-app:before {
  content: "\f133";
}

.spherica-block-card:before {
  content: "\f134";
}

.spherica-block:before {
  content: "\f135";
}

.spherica-blog:before {
  content: "\f136";
}

.spherica-bluetooth:before {
  content: "\f137";
}

.spherica-boiler:before {
  content: "\f138";
}

.spherica-bonus-account:before {
  content: "\f139";
}

.spherica-book-store:before {
  content: "\f13a";
}

.spherica-branch:before {
  content: "\f13b";
}

.spherica-building:before {
  content: "\f13c";
}

.spherica-builtland:before {
  content: "\f13d";
}

.spherica-bulb:before {
  content: "\f13e";
}

.spherica-bullet-1:before {
  content: "\f13f";
}

.spherica-bullet:before {
  content: "\f140";
}

.spherica-burning-car:before {
  content: "\f141";
}

.spherica-bus:before {
  content: "\f142";
}

.spherica-business-inteligent:before {
  content: "\f143";
}

.spherica-butcher-shop:before {
  content: "\f144";
}

.spherica-buy-stock:before {
  content: "\f145";
}

.spherica-calculator:before {
  content: "\f146";
}

.spherica-calendar:before {
  content: "\f147";
}

.spherica-camera:before {
  content: "\f148";
}

.spherica-campus:before {
  content: "\f149";
}

.spherica-car-accident:before {
  content: "\f14a";
}

.spherica-car-moons:before {
  content: "\f14b";
}

.spherica-car-plus:before {
  content: "\f14c";
}

.spherica-car-workshop:before {
  content: "\f14d";
}

.spherica-carbon-footprint:before {
  content: "\f14e";
}

.spherica-card:before {
  content: "\f14f";
}

.spherica-cart:before {
  content: "\f150";
}

.spherica-cash-register:before {
  content: "\f151";
}

.spherica-cash-up:before {
  content: "\f152";
}

.spherica-cash:before {
  content: "\f153";
}

.spherica-caution:before {
  content: "\f154";
}

.spherica-change-camera:before {
  content: "\f155";
}

.spherica-change-euro:before {
  content: "\f156";
}

.spherica-channels:before {
  content: "\f157";
}

.spherica-charge-card:before {
  content: "\f158";
}

.spherica-charge-mobile:before {
  content: "\f159";
}

.spherica-chat:before {
  content: "\f15a";
}

.spherica-check:before {
  content: "\f15b";
}

.spherica-checkmark:before {
  content: "\f15c";
}

.spherica-children:before {
  content: "\f15d";
}

.spherica-cinema:before {
  content: "\f15e";
}

.spherica-circle:before {
  content: "\f15f";
}

.spherica-cleanliness:before {
  content: "\f160";
}

.spherica-climate-action:before {
  content: "\f161";
}

.spherica-clock:before {
  content: "\f162";
}

.spherica-close:before {
  content: "\f163";
}

.spherica-cloud:before {
  content: "\f164";
}

.spherica-coffee-shop:before {
  content: "\f165";
}

.spherica-collapse:before {
  content: "\f166";
}

.spherica-color:before {
  content: "\f167";
}

.spherica-commercial-offer:before {
  content: "\f168";
}

.spherica-communication:before {
  content: "\f169";
}

.spherica-concrete-mixer:before {
  content: "\f16a";
}

.spherica-cone:before {
  content: "\f16b";
}

.spherica-confectionery:before {
  content: "\f16c";
}

.spherica-configuration:before {
  content: "\f16d";
}

.spherica-construction-helmet:before {
  content: "\f16e";
}

.spherica-construction-stopped:before {
  content: "\f16f";
}

.spherica-continue-left:before {
  content: "\f170";
}

.spherica-continue-right:before {
  content: "\f171";
}

.spherica-continue:before {
  content: "\f172";
}

.spherica-copy:before {
  content: "\f173";
}

.spherica-correos:before {
  content: "\f174";
}

.spherica-couple:before {
  content: "\f175";
}

.spherica-crane:before {
  content: "\f176";
}

.spherica-credit-card:before {
  content: "\f177";
}

.spherica-crossway:before {
  content: "\f178";
}

.spherica-csv:before {
  content: "\f179";
}

.spherica-culture-and-talent:before {
  content: "\f17a";
}

.spherica-currency-exchange:before {
  content: "\f17b";
}

.spherica-decease:before {
  content: "\f17c";
}

.spherica-delete:before {
  content: "\f17d";
}

.spherica-delivery:before {
  content: "\f17e";
}

.spherica-deposit:before {
  content: "\f17f";
}

.spherica-desktop:before {
  content: "\f180";
}

.spherica-diaper:before {
  content: "\f181";
}

.spherica-digital-card:before {
  content: "\f182";
}

.spherica-digital-handwriting:before {
  content: "\f183";
}

.spherica-digital-press:before {
  content: "\f184";
}

.spherica-digital-signature:before {
  content: "\f185";
}

.spherica-digital-tv:before {
  content: "\f186";
}

.spherica-dimo-simple:before {
  content: "\f187";
}

.spherica-dimo:before {
  content: "\f188";
}

.spherica-directory:before {
  content: "\f189";
}

.spherica-discount:before {
  content: "\f18a";
}

.spherica-dislike:before {
  content: "\f18b";
}

.spherica-divider:before {
  content: "\f18c";
}

.spherica-dna:before {
  content: "\f18d";
}

.spherica-document:before {
  content: "\f18e";
}

.spherica-dollar-taxes:before {
  content: "\f18f";
}

.spherica-dollar:before {
  content: "\f190";
}

.spherica-donations:before {
  content: "\f191";
}

.spherica-down-arrow:before {
  content: "\f192";
}

.spherica-down-cloud:before {
  content: "\f193";
}

.spherica-down:before {
  content: "\f194";
}

.spherica-download:before {
  content: "\f195";
}

.spherica-drag:before {
  content: "\f196";
}

.spherica-dribble-simple:before {
  content: "\f197";
}

.spherica-dribble:before {
  content: "\f198";
}

.spherica-e-check:before {
  content: "\f199";
}

.spherica-edit-profile:before {
  content: "\f19a";
}

.spherica-edit-ticket:before {
  content: "\f19b";
}

.spherica-edit:before {
  content: "\f19c";
}

.spherica-education:before {
  content: "\f19d";
}

.spherica-elevator:before {
  content: "\f19e";
}

.spherica-email-read:before {
  content: "\f19f";
}

.spherica-email:before {
  content: "\f1a0";
}

.spherica-emergency:before {
  content: "\f1a1";
}

.spherica-empty-card:before {
  content: "\f1a2";
}

.spherica-end-call:before {
  content: "\f1a3";
}

.spherica-end:before {
  content: "\f1a4";
}

.spherica-entertainment:before {
  content: "\f1a5";
}

.spherica-euro:before {
  content: "\f1a6";
}

.spherica-excel:before {
  content: "\f1a7";
}

.spherica-executive:before {
  content: "\f1a8";
}

.spherica-expand:before {
  content: "\f1a9";
}

.spherica-exploration:before {
  content: "\f1aa";
}

.spherica-express-account:before {
  content: "\f1ab";
}

.spherica-extinguisher:before {
  content: "\f1ac";
}

.spherica-face-id:before {
  content: "\f1ad";
}

.spherica-facebook-messenger:before {
  content: "\f1ae";
}

.spherica-facebook-simple:before {
  content: "\f1af";
}

.spherica-facebook:before {
  content: "\f1b0";
}

.spherica-fast-food:before {
  content: "\f1b1";
}

.spherica-favorite:before {
  content: "\f1b2";
}

.spherica-feedback:before {
  content: "\f1b3";
}

.spherica-female:before {
  content: "\f1b4";
}

.spherica-filter:before {
  content: "\f1b5";
}

.spherica-financial-health:before {
  content: "\f1b6";
}

.spherica-fingerprint:before {
  content: "\f1b7";
}

.spherica-fire-extinguishe:before {
  content: "\f1b8";
}

.spherica-first:before {
  content: "\f1b9";
}

.spherica-fixed:before {
  content: "\f1ba";
}

.spherica-flickr-simple:before {
  content: "\f1bb";
}

.spherica-flickr:before {
  content: "\f1bc";
}

.spherica-florist:before {
  content: "\f1bd";
}

.spherica-fold:before {
  content: "\f1be";
}

.spherica-folder:before {
  content: "\f1bf";
}

.spherica-football:before {
  content: "\f1c0";
}

.spherica-forbidden-to-pass-in-front-bus:before {
  content: "\f1c1";
}

.spherica-forest:before {
  content: "\f1c2";
}

.spherica-france-go:before {
  content: "\f1c3";
}

.spherica-free-dollar:before {
  content: "\f1c4";
}

.spherica-free-euro:before {
  content: "\f1c5";
}

.spherica-frequency:before {
  content: "\f1c6";
}

.spherica-frozen:before {
  content: "\f1c7";
}

.spherica-funtional-square:before {
  content: "\f1c8";
}

.spherica-furniture:before {
  content: "\f1c9";
}

.spherica-generic-sustainability:before {
  content: "\f1ca";
}

.spherica-get-in:before {
  content: "\f1cb";
}

.spherica-get-out:before {
  content: "\f1cc";
}

.spherica-gif:before {
  content: "\f1cd";
}

.spherica-glass-with-ice:before {
  content: "\f1ce";
}

.spherica-glassdor:before {
  content: "\f1cf";
}

.spherica-globe:before {
  content: "\f1d0";
}

.spherica-google-drive:before {
  content: "\f1d1";
}

.spherica-google-hangouts:before {
  content: "\f1d2";
}

.spherica-google-plus-simple:before {
  content: "\f1d3";
}

.spherica-google-plus:before {
  content: "\f1d4";
}

.spherica-graphics:before {
  content: "\f1d5";
}

.spherica-guarantee:before {
  content: "\f1d6";
}

.spherica-hand-gesture:before {
  content: "\f1d7";
}

.spherica-happy:before {
  content: "\f1d8";
}

.spherica-hashtag:before {
  content: "\f1d9";
}

.spherica-health:before {
  content: "\f1da";
}

.spherica-helmet-bike:before {
  content: "\f1db";
}

.spherica-help:before {
  content: "\f1dc";
}

.spherica-hide:before {
  content: "\f1dd";
}

.spherica-historical-transfer:before {
  content: "\f1de";
}

.spherica-history:before {
  content: "\f1df";
}

.spherica-hold:before {
  content: "\f1e0";
}

.spherica-holidays:before {
  content: "\f1e1";
}

.spherica-home:before {
  content: "\f1e2";
}

.spherica-hot:before {
  content: "\f1e3";
}

.spherica-hotel:before {
  content: "\f1e4";
}

.spherica-hpd:before {
  content: "\f1e5";
}

.spherica-huawei-app-gallery:before {
  content: "\f1e6";
}

.spherica-icecream:before {
  content: "\f1e7";
}

.spherica-id-card:before {
  content: "\f1e8";
}

.spherica-identified-call:before {
  content: "\f1e9";
}

.spherica-illustration:before {
  content: "\f1ea";
}

.spherica-images-off:before {
  content: "\f1eb";
}

.spherica-images:before {
  content: "\f1ec";
}

.spherica-inclusive-growth:before {
  content: "\f1ed";
}

.spherica-incoming-call:before {
  content: "\f1ee";
}

.spherica-info:before {
  content: "\f1ef";
}

.spherica-instagram-simple:before {
  content: "\f1f0";
}

.spherica-instagram:before {
  content: "\f1f1";
}

.spherica-insurance:before {
  content: "\f1f2";
}

.spherica-international:before {
  content: "\f1f3";
}

.spherica-investment:before {
  content: "\f1f4";
}

.spherica-jewelry:before {
  content: "\f1f5";
}

.spherica-jpg:before {
  content: "\f1f6";
}

.spherica-keyboard:before {
  content: "\f1f7";
}

.spherica-kitchen:before {
  content: "\f1f8";
}

.spherica-land:before {
  content: "\f1f9";
}

.spherica-language-simple:before {
  content: "\f1fa";
}

.spherica-law:before {
  content: "\f1fb";
}

.spherica-leaf:before {
  content: "\f1fc";
}

.spherica-left-arrow:before {
  content: "\f1fd";
}

.spherica-letter-a:before {
  content: "\f1fe";
}

.spherica-letter-b:before {
  content: "\f1ff";
}

.spherica-letter-c:before {
  content: "\f200";
}

.spherica-letter-d:before {
  content: "\f201";
}

.spherica-letter-e:before {
  content: "\f202";
}

.spherica-letter-f:before {
  content: "\f203";
}

.spherica-letter-g:before {
  content: "\f204";
}

.spherica-letter-h:before {
  content: "\f205";
}

.spherica-letter-i:before {
  content: "\f206";
}

.spherica-letter-j:before {
  content: "\f207";
}

.spherica-letter-k:before {
  content: "\f208";
}

.spherica-letter-l:before {
  content: "\f209";
}

.spherica-letter-m:before {
  content: "\f20a";
}

.spherica-letter-n:before {
  content: "\f20b";
}

.spherica-letter-nn:before {
  content: "\f20c";
}

.spherica-letter-o:before {
  content: "\f20d";
}

.spherica-letter-p:before {
  content: "\f20e";
}

.spherica-letter-q:before {
  content: "\f20f";
}

.spherica-letter-r:before {
  content: "\f210";
}

.spherica-letter-s:before {
  content: "\f211";
}

.spherica-letter-t:before {
  content: "\f212";
}

.spherica-letter-u:before {
  content: "\f213";
}

.spherica-letter-v:before {
  content: "\f214";
}

.spherica-letter-w:before {
  content: "\f215";
}

.spherica-letter-x:before {
  content: "\f216";
}

.spherica-letter-y:before {
  content: "\f217";
}

.spherica-letter-z:before {
  content: "\f218";
}

.spherica-lighthouse:before {
  content: "\f219";
}

.spherica-like:before {
  content: "\f21a";
}

.spherica-limits:before {
  content: "\f21b";
}

.spherica-link:before {
  content: "\f21c";
}

.spherica-linked-in-simple:before {
  content: "\f21d";
}

.spherica-linked-in:before {
  content: "\f21e";
}

.spherica-list-view:before {
  content: "\f21f";
}

.spherica-living-room:before {
  content: "\f220";
}

.spherica-loan-dollar:before {
  content: "\f221";
}

.spherica-loan-euro:before {
  content: "\f222";
}

.spherica-lock:before {
  content: "\f223";
}

.spherica-look-up:before {
  content: "\f224";
}

.spherica-lost-call:before {
  content: "\f225";
}

.spherica-male:before {
  content: "\f226";
}

.spherica-man:before {
  content: "\f227";
}

.spherica-map:before {
  content: "\f228";
}

.spherica-max-min-screen:before {
  content: "\f229";
}

.spherica-medical-kit:before {
  content: "\f22a";
}

.spherica-menu:before {
  content: "\f22b";
}

.spherica-merge:before {
  content: "\f22c";
}

.spherica-mi-espacio:before {
  content: "\f22d";
}

.spherica-microphone-off:before {
  content: "\f22e";
}

.spherica-microphone:before {
  content: "\f22f";
}

.spherica-milk:before {
  content: "\f230";
}

.spherica-missed-call:before {
  content: "\f231";
}

.spherica-mix-cloud-simple:before {
  content: "\f232";
}

.spherica-mix-cloud:before {
  content: "\f233";
}

.spherica-mixed:before {
  content: "\f234";
}

.spherica-mobile-cash-dollar:before {
  content: "\f235";
}

.spherica-mobile-cash-euro:before {
  content: "\f236";
}

.spherica-mobile-off:before {
  content: "\f237";
}

.spherica-mobile-payment:before {
  content: "\f238";
}

.spherica-mobile-print:before {
  content: "\f239";
}

.spherica-mobile:before {
  content: "\f23a";
}

.spherica-modo:before {
  content: "\f23b";
}

.spherica-moon:before {
  content: "\f23c";
}

.spherica-more:before {
  content: "\f23d";
}

.spherica-motorcycle-garage:before {
  content: "\f23e";
}

.spherica-motorcycle:before {
  content: "\f23f";
}

.spherica-multicategory:before {
  content: "\f240";
}

.spherica-multiple-bizum:before {
  content: "\f241";
}

.spherica-my-expenses:before {
  content: "\f242";
}

.spherica-my-location:before {
  content: "\f243";
}

.spherica-my-profile:before {
  content: "\f244";
}

.spherica-my-projects:before {
  content: "\f245";
}

.spherica-near-me:before {
  content: "\f246";
}

.spherica-netcash:before {
  content: "\f247";
}

.spherica-new-client:before {
  content: "\f248";
}

.spherica-next-mini:before {
  content: "\f249";
}

.spherica-next:before {
  content: "\f24a";
}

.spherica-nfc-disconnected:before {
  content: "\f24b";
}

.spherica-nfc:before {
  content: "\f24c";
}

.spherica-no-audio:before {
  content: "\f24d";
}

.spherica-no-client:before {
  content: "\f24e";
}

.spherica-no-draw:before {
  content: "\f24f";
}

.spherica-no-interest:before {
  content: "\f250";
}

.spherica-no-smoking:before {
  content: "\f251";
}

.spherica-nusery-room:before {
  content: "\f252";
}

.spherica-occupationally-active:before {
  content: "\f253";
}

.spherica-official-rates:before {
  content: "\f254";
}

.spherica-on-off:before {
  content: "\f255";
}

.spherica-one-click:before {
  content: "\f256";
}

.spherica-open-book:before {
  content: "\f257";
}

.spherica-open-outside:before {
  content: "\f258";
}

.spherica-openpay:before {
  content: "\f259";
}

.spherica-order:before {
  content: "\f25a";
}

.spherica-organization:before {
  content: "\f25b";
}

.spherica-outgoing-call:before {
  content: "\f25c";
}

.spherica-pacifer:before {
  content: "\f25d";
}

.spherica-pacifier:before {
  content: "\f25e";
}

.spherica-paddle:before {
  content: "\f25f";
}

.spherica-partner:before {
  content: "\f260";
}

.spherica-passport:before {
  content: "\f261";
}

.spherica-pasta-factory:before {
  content: "\f262";
}

.spherica-pause-mini:before {
  content: "\f263";
}

.spherica-pause-simple:before {
  content: "\f264";
}

.spherica-pause:before {
  content: "\f265";
}

.spherica-pay-sheet-dollar:before {
  content: "\f266";
}

.spherica-pay-sheet-euro:before {
  content: "\f267";
}

.spherica-pdf:before {
  content: "\f268";
}

.spherica-periodical-transfer:before {
  content: "\f269";
}

.spherica-petshop:before {
  content: "\f26a";
}

.spherica-phishing:before {
  content: "\f26b";
}

.spherica-phone-banned:before {
  content: "\f26c";
}

.spherica-photo-login:before {
  content: "\f26d";
}

.spherica-physiotherapy:before {
  content: "\f26e";
}

.spherica-pic:before {
  content: "\f26f";
}

.spherica-pie-chart:before {
  content: "\f270";
}

.spherica-pill:before {
  content: "\f271";
}

.spherica-pin-pad-connect:before {
  content: "\f272";
}

.spherica-pin-pad-disconnected:before {
  content: "\f273";
}

.spherica-pin:before {
  content: "\f274";
}

.spherica-pinterest-simple:before {
  content: "\f275";
}

.spherica-pinterest:before {
  content: "\f276";
}

.spherica-place:before {
  content: "\f277";
}

.spherica-play-mini:before {
  content: "\f278";
}

.spherica-play-simple:before {
  content: "\f279";
}

.spherica-play-store:before {
  content: "\f27a";
}

.spherica-play:before {
  content: "\f27b";
}

.spherica-plin-simple:before {
  content: "\f27c";
}

.spherica-plin:before {
  content: "\f27d";
}

.spherica-pocket:before {
  content: "\f27e";
}

.spherica-point:before {
  content: "\f27f";
}

.spherica-portfolio:before {
  content: "\f280";
}

.spherica-post-mail:before {
  content: "\f281";
}

.spherica-pound-sterling:before {
  content: "\f282";
}

.spherica-power-car:before {
  content: "\f283";
}

.spherica-presentation:before {
  content: "\f284";
}

.spherica-press:before {
  content: "\f285";
}

.spherica-previous-appointment:before {
  content: "\f286";
}

.spherica-print:before {
  content: "\f287";
}

.spherica-privacy-and-data:before {
  content: "\f288";
}

.spherica-prohibited-alcohol:before {
  content: "\f289";
}

.spherica-prohibited-headphones:before {
  content: "\f28a";
}

.spherica-prohibited-zigzag:before {
  content: "\f28b";
}

.spherica-promotion:before {
  content: "\f28c";
}

.spherica-puntos-bbva:before {
  content: "\f28d";
}

.spherica-puntos-y-promociones:before {
  content: "\f28e";
}

.spherica-qr:before {
  content: "\f28f";
}

.spherica-quality-funds:before {
  content: "\f290";
}

.spherica-quizz:before {
  content: "\f291";
}

.spherica-quotes:before {
  content: "\f292";
}

.spherica-radiator:before {
  content: "\f293";
}

.spherica-radio:before {
  content: "\f294";
}

.spherica-ray:before {
  content: "\f295";
}

.spherica-receipt-euro:before {
  content: "\f296";
}

.spherica-receipt-ko:before {
  content: "\f297";
}

.spherica-receipt-ok:before {
  content: "\f298";
}

.spherica-receipt:before {
  content: "\f299";
}

.spherica-receive-money-dollar:before {
  content: "\f29a";
}

.spherica-receive-money-euro:before {
  content: "\f29b";
}

.spherica-recognition-eye:before {
  content: "\f29c";
}

.spherica-recycle:before {
  content: "\f29d";
}

.spherica-rent:before {
  content: "\f29e";
}

.spherica-reply:before {
  content: "\f29f";
}

.spherica-reporting:before {
  content: "\f2a0";
}

.spherica-rescue:before {
  content: "\f2a1";
}

.spherica-restaurant:before {
  content: "\f2a2";
}

.spherica-retail:before {
  content: "\f2a3";
}

.spherica-retirement:before {
  content: "\f2a4";
}

.spherica-return-money:before {
  content: "\f2a5";
}

.spherica-return:before {
  content: "\f2a6";
}

.spherica-retweet:before {
  content: "\f2a7";
}

.spherica-rewards:before {
  content: "\f2a8";
}

.spherica-ric:before {
  content: "\f2a9";
}

.spherica-right-arrow:before {
  content: "\f2aa";
}

.spherica-right-location:before {
  content: "\f2ab";
}

.spherica-right:before {
  content: "\f2ac";
}

.spherica-risk-culture:before {
  content: "\f2ad";
}

.spherica-room:before {
  content: "\f2ae";
}

.spherica-rotate-screen:before {
  content: "\f2af";
}

.spherica-sales:before {
  content: "\f2b0";
}

.spherica-save-for-later:before {
  content: "\f2b1";
}

.spherica-save-stock:before {
  content: "\f2b2";
}

.spherica-save-up:before {
  content: "\f2b3";
}

.spherica-savings:before {
  content: "\f2b4";
}

.spherica-scam:before {
  content: "\f2b5";
}

.spherica-school-supplies:before {
  content: "\f2b6";
}

.spherica-scissors:before {
  content: "\f2b7";
}

.spherica-search:before {
  content: "\f2b8";
}

.spherica-searching-location:before {
  content: "\f2b9";
}

.spherica-seatbelt:before {
  content: "\f2ba";
}

.spherica-security-camera:before {
  content: "\f2bb";
}

.spherica-security-token:before {
  content: "\f2bc";
}

.spherica-see-cvv:before {
  content: "\f2bd";
}

.spherica-segway:before {
  content: "\f2be";
}

.spherica-self-assessment:before {
  content: "\f2bf";
}

.spherica-selfie-and-go:before {
  content: "\f2c0";
}

.spherica-send-money-dollar:before {
  content: "\f2c1";
}

.spherica-send-money-euro:before {
  content: "\f2c2";
}

.spherica-send:before {
  content: "\f2c3";
}

.spherica-services:before {
  content: "\f2c4";
}

.spherica-settings:before {
  content: "\f2c5";
}

.spherica-settlement:before {
  content: "\f2c6";
}

.spherica-share:before {
  content: "\f2c7";
}

.spherica-shop:before {
  content: "\f2c8";
}

.spherica-shopping:before {
  content: "\f2c9";
}

.spherica-show:before {
  content: "\f2ca";
}

.spherica-shower:before {
  content: "\f2cb";
}

.spherica-sign:before {
  content: "\f2cc";
}

.spherica-simulator:before {
  content: "\f2cd";
}

.spherica-sites:before {
  content: "\f2ce";
}

.spherica-skate:before {
  content: "\f2cf";
}

.spherica-slideshare-simple:before {
  content: "\f2d0";
}

.spherica-slideshare:before {
  content: "\f2d1";
}

.spherica-small-glass:before {
  content: "\f2d2";
}

.spherica-smart-assistant:before {
  content: "\f2d3";
}

.spherica-sms:before {
  content: "\f2d4";
}

.spherica-snapchat:before {
  content: "\f2d5";
}

.spherica-snow-tires:before {
  content: "\f2d6";
}

.spherica-solar-panels:before {
  content: "\f2d7";
}

.spherica-sound-cloud-simple:before {
  content: "\f2d8";
}

.spherica-sound-cloud:before {
  content: "\f2d9";
}

.spherica-spotify-simple:before {
  content: "\f2da";
}

.spherica-spotify:before {
  content: "\f2db";
}

.spherica-stairs:before {
  content: "\f2dc";
}

.spherica-stock:before {
  content: "\f2dd";
}

.spherica-stop-charge-card:before {
  content: "\f2de";
}

.spherica-stop:before {
  content: "\f2df";
}

.spherica-storage-room:before {
  content: "\f2e0";
}

.spherica-strategy:before {
  content: "\f2e1";
}

.spherica-subscription:before {
  content: "\f2e2";
}

.spherica-substract:before {
  content: "\f2e3";
}

.spherica-subway:before {
  content: "\f2e4";
}

.spherica-sun:before {
  content: "\f2e5";
}

.spherica-supermarket:before {
  content: "\f2e6";
}

.spherica-support:before {
  content: "\f2e7";
}

.spherica-swimming-pool:before {
  content: "\f2e8";
}

.spherica-tablet:before {
  content: "\f2e9";
}

.spherica-tasks:before {
  content: "\f2ea";
}

.spherica-taxes:before {
  content: "\f2eb";
}

.spherica-team:before {
  content: "\f2ec";
}

.spherica-telephone:before {
  content: "\f2ed";
}

.spherica-tempered:before {
  content: "\f2ee";
}

.spherica-theater:before {
  content: "\f2ef";
}

.spherica-thumbs-down-left:before {
  content: "\f2f0";
}

.spherica-thumbs-down-right:before {
  content: "\f2f1";
}

.spherica-thumbs-up-left:before {
  content: "\f2f2";
}

.spherica-thumbs-up-right:before {
  content: "\f2f3";
}

.spherica-ticket-bbva-office:before {
  content: "\f2f4";
}

.spherica-ticket:before {
  content: "\f2f5";
}

.spherica-tiktok:before {
  content: "\f2f6";
}

.spherica-tiled-view:before {
  content: "\f2f7";
}

.spherica-token:before {
  content: "\f2f8";
}

.spherica-tools:before {
  content: "\f2f9";
}

.spherica-tow-truck:before {
  content: "\f2fa";
}

.spherica-toys:before {
  content: "\f2fb";
}

.spherica-tpv:before {
  content: "\f2fc";
}

.spherica-traffic-light:before {
  content: "\f2fd";
}

.spherica-transaction:before {
  content: "\f2fe";
}

.spherica-transfer-to-account:before {
  content: "\f2ff";
}

.spherica-transfer-to-card:before {
  content: "\f300";
}

.spherica-transfer:before {
  content: "\f301";
}

.spherica-trash:before {
  content: "\f302";
}

.spherica-travel-expenses:before {
  content: "\f303";
}

.spherica-travel:before {
  content: "\f304";
}

.spherica-tumblr-simple:before {
  content: "\f305";
}

.spherica-tumblr:before {
  content: "\f306";
}

.spherica-turn-box:before {
  content: "\f307";
}

.spherica-tv:before {
  content: "\f308";
}

.spherica-twitter-simple:before {
  content: "\f309";
}

.spherica-twitter:before {
  content: "\f30a";
}

.spherica-txt:before {
  content: "\f30b";
}

.spherica-unfold:before {
  content: "\f30c";
}

.spherica-unique-key:before {
  content: "\f30d";
}

.spherica-unlock:before {
  content: "\f30e";
}

.spherica-up-arrow:before {
  content: "\f30f";
}

.spherica-up-cloud:before {
  content: "\f310";
}

.spherica-up:before {
  content: "\f311";
}

.spherica-update:before {
  content: "\f312";
}

.spherica-upload:before {
  content: "\f313";
}

.spherica-usd:before {
  content: "\f314";
}

.spherica-valise:before {
  content: "\f315";
}

.spherica-valora-car:before {
  content: "\f316";
}

.spherica-very-hot:before {
  content: "\f317";
}

.spherica-video-camera-off:before {
  content: "\f318";
}

.spherica-video-camera:before {
  content: "\f319";
}

.spherica-video-chat:before {
  content: "\f31a";
}

.spherica-video-game:before {
  content: "\f31b";
}

.spherica-vimeo-simple:before {
  content: "\f31c";
}

.spherica-vimeo:before {
  content: "\f31d";
}

.spherica-virtual-card:before {
  content: "\f31e";
}

.spherica-virtual-email:before {
  content: "\f31f";
}

.spherica-virtual-reality:before {
  content: "\f320";
}

.spherica-walking-directions:before {
  content: "\f321";
}

.spherica-wallet:before {
  content: "\f322";
}

.spherica-warning:before {
  content: "\f323";
}

.spherica-washing-machine:before {
  content: "\f324";
}

.spherica-watch:before {
  content: "\f325";
}

.spherica-weather:before {
  content: "\f326";
}

.spherica-wellness:before {
  content: "\f327";
}

.spherica-whatsapp:before {
  content: "\f328";
}

.spherica-wheel:before {
  content: "\f329";
}

.spherica-wifi-off:before {
  content: "\f32a";
}

.spherica-wifi:before {
  content: "\f32b";
}

.spherica-wiki-metrics:before {
  content: "\f32c";
}

.spherica-window:before {
  content: "\f32d";
}

.spherica-woman:before {
  content: "\f32e";
}

.spherica-women-shoe:before {
  content: "\f32f";
}

.spherica-word:before {
  content: "\f330";
}

.spherica-wrong-location:before {
  content: "\f331";
}

.spherica-wrong:before {
  content: "\f332";
}

.spherica-xml:before {
  content: "\f333";
}

.spherica-yen:before {
  content: "\f334";
}

.spherica-youtube-simple:before {
  content: "\f335";
}

.spherica-youtube:before {
  content: "\f336";
}

.spherica-zip:before {
  content: "\f337";
}

.spherica-bookmark-filled:before {
  content: "\f338";
}

.spherica-bookmark:before {
  content: "\f339";
}

.spherica-close-mini:before {
  content: "\f33a";
}

.spherica-copy-credit-card:before {
  content: "\f33b";
}

.spherica-disabled-card:before {
  content: "\f33c";
}

.spherica-drag-vertical:before {
  content: "\f33d";
}

/* Structure */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #121212;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
}

body,
blockquote,
ul,
ol,
.kicker,
.header,
.normal {
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1973b8;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a:hover, a:active {
  color: #104975;
  outline: none;
  text-decoration: none;
}
a:focus {
  color: #104975;
  /*outline:1px dashed $blue-medium; */
  text-decoration: none;
  border-bottom: 0px;
  outline-offset: 5px;
  outline-color: inherit;
  outline-width: thin;
}
a.btn:focus {
  outline-offset: -6px;
}
a.img-link, a.img-link:hover, a.img-link:active, a.img-link:focus, a.img-link:hover img, a.img-link:active img, a.img-link:focus img, a.icon-link, a.icon-link:hover, a.icon-link:active, a.icon-link:focus {
  border: none;
  outline: none;
  padding-bottom: 0;
}
a.img-link span, a.img-link:hover span, a.img-link:active span, a.img-link:focus span, a.img-link:hover img span, a.img-link:active img span, a.img-link:focus img span, a.icon-link span, a.icon-link:hover span, a.icon-link:active span, a.icon-link:focus span {
  position: relative;
  top: 1px;
  font-size: 1.6rem;
}
a.img-link .icon, a.img-link:hover .icon, a.img-link:active .icon, a.img-link:focus .icon, a.img-link:hover img .icon, a.img-link:active img .icon, a.img-link:focus img .icon, a.icon-link .icon, a.icon-link:hover .icon, a.icon-link:active .icon, a.icon-link:focus .icon {
  font-size: 0.95em;
  padding-right: 7px;
}
a.icon-link:focus {
  /*outline:1px dashed $blue-medium; */
  outline-offset: 5px;
  outline-color: inherit;
}

.dark-bg *,
.bg-navy *,
.bg-blue-core *,
.bg-blue-medium *,
.bg-aqua *,
.bg-aqua-dark *,
.bg-red *,
.bg-orange *,
.bg-green *,
.bg-purple * {
  color: #fff;
}

/*.dark-bg a,
a.dark-bg,
.bg-navy a,
.bg-grey600 a {
    color: $white;
    &:hover,
    &:active,
    &:focus {
        border-bottom: 1px solid $white;
        color: $white;
        text-decoration: none;
    }
    &.icon-link,
    &.icon-link:hover,
    &.icon-link:active,
    &.icon-link:focus {
        border: none;
        outline: none;
        padding-bottom: 0;
    }
}*/
.bg-grey100 a.icon-link .icon {
  color: #1973b8;
}
.bg-grey100 a.icon-link .icon:hover, .bg-grey100 a.icon-link .icon:active, .bg-grey100 a.icon-link .icon:focus {
  border-bottom: 1px solid #bdbdbd;
  color: #104975;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 100ms linear 0s;
  transition: color 100ms linear 0s;
}
.bg-grey100 a.icon-link .icon:hover .icon, .bg-grey100 a.icon-link .icon:active .icon, .bg-grey100 a.icon-link .icon:focus .icon {
  color: #072146;
  -webkit-transition: color 100ms linear 0s;
  transition: color 100ms linear 0s;
}
.bg-grey100 a.icon-link .icon.icon-link, .bg-grey100 a.icon-link .icon.icon-link:hover, .bg-grey100 a.icon-link .icon.icon-link:active, .bg-grey100 a.icon-link .icon.icon-link:focus {
  border: none;
  outline: none;
  padding-bottom: 0;
}

.bg-grey100 hr,
.prefooter hr {
  border-color: #e9e9e9;
}

ul,
ol {
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0 0 1.25em 0;
  padding-left: 1em;
}
ul li,
ol li {
  line-height: 1.4;
  padding-bottom: 1em;
  padding-left: 0.75em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 1.25em;
  margin-bottom: 0;
}
ul ul li:last-child,
ul ol li:last-child,
ol ul li:last-child,
ol ol li:last-child {
  padding-bottom: 0.8em;
}

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  padding-left: 0;
}
ol li {
  margin: 0 0 0 1em;
  position: relative;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  padding-left: 1.5em;
  position: relative;
}

ul li:before,
ul li li li:before,
ul li li li li li:before {
  color: #d3d3d3;
  display: block;
  font-size: 1em;
  line-height: 1em;
  position: absolute;
}

ul li li:before,
ul li li li li:before {
  font-size: 0.5em;
  margin-left: -2.8em;
  margin-top: 0.5em;
}

strong,
.strong,
b,
.bold {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.bolder {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

/* Icon List */
/* Unordered list with icons (instead of bullets) */
ul.icon-list li {
  display: table;
  padding-left: 0;
}
ul.icon-list li:before {
  content: "";
  display: none;
  margin: 0;
}
ul.icon-list li .icon {
  display: table-cell;
  padding-right: 0.75em;
  padding-top: 3px;
  vertical-align: top;
}

.button--block + .button--block {
  margin-top: 0;
}

.bullet {
  position: relative;
  width: 5px;
  margin: 0 auto;
  overflow: hidden;
  height: 15px;
}

.bullet:after {
  content: "";
  position: absolute;
  width: 1100%;
  height: 1100%;
  top: 0px;
  right: -430%;
  background: #d3d3d3;
  -webkit-transform-origin: 54% 0;
      -ms-transform-origin: 54% 0;
          transform-origin: 54% 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -1;
}

ol.highlighted-num {
  counter-reset: counter;
}
ol.highlighted-num li {
  list-style-type: none;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  padding-top: 7px;
  margin-left: 0px;
}
ol.highlighted-num li:before {
  content: counter(counter);
  counter-increment: counter;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
  top: 2px;
  left: -3px;
}
ol.highlighted-num li:after {
  content: "\f2ce";
  font-family: "bbva-icons";
  color: #f4f4f4;
  font-size: 26px;
  font-size: 2.6rem;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0px;
  left: 0px;
}

hr.shadow {
  position: relative;
  width: 100%;
  height: 13px;
  border-width: 1px;
  overflow: hidden;
  -webkit-filter: blur(4px);
  filter: blur(0.6px);
  border: 0px;
  border-top: 1px solid #f4f4f4;
}

hr.shadow:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 53%;
  top: -10px;
  height: 10px;
  left: 24%;
  border-radius: 100px/5px;
  box-shadow: 0 0 11px rgba(102, 102, 102, 0.2);
}

hr.line {
  border: 0px;
  border-top: 1px solid #e9e9e9;
}

section.container {
  margin-bottom: 30px;
  margin-top: 30px;
}

.hide {
  display: none;
}

em {
  font-family: "BentonSansBBVA Medium Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "BentonSansBBVA Bold";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Bold.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Bold.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Bold.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Bold.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Bold.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "BentonSansBBVA Book";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Book.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Book.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Book.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Book.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Book.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "BentonSansBBVA Book Italic";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-BookItalic.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-BookItalic.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-BookItalic.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-BookItalic.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-BookItalic.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "BentonSansBBVA Light";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Light.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Light.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Light.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Light.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Light.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "BentonSansBBVA Medium";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Medium.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Medium.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Medium.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Medium.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Medium.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "BentonSansBBVA Medium Italic";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-MediumItalic.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-MediumItalic.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-MediumItalic.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-MediumItalic.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-MediumItalic.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Benton Sans Regular";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSans-Regular.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSans-Regular.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSans-Regular.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSans-Regular.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Benton Sans Thin";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSans-Thin.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/BentonSans-Thin.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/BentonSans-Thin.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/BentonSans-Thin.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/BentonSans-Thin.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Tiempos Text Regular Italic";
  src: url("https://assets.bbvaexperience.com/fonts/tiempos-text-regular-italic.eot"); /* IE9 Compat Modes */
  src: url("https://assets.bbvaexperience.com/fonts/tiempos-text-regular-italic.eot?#iefix") format("embedded-opentype"), url("https://assets.bbvaexperience.com/fonts/tiempos-text-regular-italic.woff") format("woff"), url("https://assets.bbvaexperience.com/fonts/tiempos-text-regular-italic.ttf") format("truetype"), url("https://assets.bbvaexperience.com/fonts/tiempos-text-regular-italic.svg") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
/* Book */
@font-face {
  font-family: "Benton Sans BBVA";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Book-Lite.woff2") format("woff2"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Book-Lite.woff") format("woff");
  font-style: normal;
  font-weight: 300 450;
  font-display: fallback;
}
/* Book Italic */
@font-face {
  font-family: "Benton Sans BBVA";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-BookItalic-Lite.woff2") format("woff2"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-BookItalic-Lite.woff") format("woff");
  font-style: italic;
  font-weight: 300 450;
  font-display: fallback;
}
/* Medium */
@font-face {
  font-family: "Benton Sans BBVA";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Medium-Lite.woff2") format("woff2"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-Medium-Lite.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
}
/* Medium Italic */
@font-face {
  font-family: "Benton Sans BBVA";
  src: url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-MediumItalic-Lite.woff2") format("woff2"), url("https://assets.bbvaexperience.com/fonts/BentonSansBBVA-MediumItalic-Lite.woff") format("woff");
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
}
/* Tiempos */
@font-face {
  font-family: "Tiempos Headline Bold";
  src: url("https://assets.bbvaexperience.com/fonts/tiempos-headline-bold.woff2") format("woff2"), url("https://assets.bbvaexperience.com/fonts/tiempos-headline-bold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
}
/* Tiempos italic */
@font-face {
  font-family: "Tiempos Headline Bold";
  src: url("https://assets.bbvaexperience.com/fonts/tiempos-headline-bold-italic.woff2") format("woff2"), url("https://assets.bbvaexperience.com/fonts/tiempos-headline-bold-italic.woff") format("woff");
  font-style: italic;
  font-weight: 600;
  font-display: fallback;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
}

h1 {
  font-size: 680px;
  font-size: 68rem;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
}

h2 {
  font-size: 500px;
  font-size: 50rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
}

h3 {
  font-size: 420px;
  font-size: 42rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
}

h4 {
  font-size: 360px;
  font-size: 36rem;
  font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
}

h2.section-title {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #121212;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px 0px 20px 0px;
}
h2.section-title:before {
  font-size: 5px;
  color: #5bbeff;
  content: "\f13b";
  font-family: "bbva-icons";
  display: inline-block;
  padding-right: 10px;
  top: -3px;
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.serif-italic p {
  font-family: "Tiempos Text Regular Italic", Georgia, Times, serif;
}

.text-capitalize a, .text-capitalize p, .text-capitalize span, .text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6 {
  text-transform: capitalize;
}

.dark-mode {
  color: #fff;
}
.dark-mode h4,
.dark-mode .caps-tag-xs,
.dark-mode .sub-content-nav nav ul a,
.sub-content-nav nav ul .dark-mode a,
.dark-mode .floating-content-nav ul li a,
.floating-content-nav ul li .dark-mode a,
.dark-mode .caps-tag-xs p,
.dark-mode .sub-content-nav nav ul a p,
.sub-content-nav nav ul .dark-mode a p,
.dark-mode .floating-content-nav ul li a p,
.floating-content-nav ul li .dark-mode a p,
.dark-mode p.caps-tag-xs,
.dark-mode p, .dark-mode .body-copy, .dark-mode .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .dark-mode p, .dark-mode .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .dark-mode p, .dark-mode div.card .card__editorial.card__editorial--product-design .card__desc section, div.card .card__editorial.card__editorial--product-design .card__desc .dark-mode section,
.dark-mode .disclaimer-copy,
.dark-mode .disclaimer-copy p,
.dark-mode p.disclaimer-copy {
  color: #fff;
}

.disclaimer-copy .token {
  background-color: #f2f2f2;
  padding: 2px;
}

/* Colors */
.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-primary {
  background-color: #f4f4f4;
  color: #121212;
}

.bg-secondary {
  background-color: #b7e2ff;
  color: #121212;
}

.navy {
  color: #072146;
}

.bg-navy {
  background-color: #072146;
}

.bg-blue {
  background-color: #237aba;
}

.blue-core {
  color: #004481;
}

.blue-medium-wcag {
  color: #1973b8;
}

.bg-blue-core {
  background-color: #004481;
}

.bg-white-coreblue {
  background-color: #1464A5;
}

.bg-dark-blue {
  background-color: #043263;
}

.blue-medium {
  color: #1973b8;
}

.bg-blue-medium {
  background-color: #1973b8;
}

.bg-white-blue-medium {
  background-color: #49A5E6;
}

.blue-light, .community-section .blue-light, .contribution-section .blue-light {
  color: #5bbeff;
}

.bg-blue-light {
  background-color: #5bbeff;
}

.bg-blue-white {
  background-color: #b7e2ff;
}

.bg-blue-white-light {
  background-color: #eaf7ff;
}

/*---------------*/
.aqua {
  color: #2dcccd;
}

.bg-aqua {
  background-color: #2dcccd;
}

.aqua-white {
  color: #eaf9fa;
}

.bg-aqua-white {
  background-color: #eaf9fa;
}

.aqua-light {
  color: #5ac4c4;
}

.bg-aqua-light {
  background-color: #5ac4c4;
}

.aqua-dark {
  color: #028484;
}

.bg-aqua-dark {
  background-color: #028484;
}

.aqua-darkest {
  color: #006C6C;
}

.bg-aqua-darkest {
  background-color: #006C6C;
}

.grey600 {
  color: #121212;
}

.bg-grey600 {
  background-color: #121212;
}

.grey500 {
  color: #666666;
}

.bg-grey500 {
  background-color: #666666;
}

.grey400 {
  color: #bdbdbd;
}

.bg-grey400 {
  background-color: #bdbdbd;
}

.grey300 {
  color: #d3d3d3;
}

.bg-grey300 {
  background-color: #d3d3d3;
}

.grey200 {
  color: #e9e9e9;
}

.bg-grey200 {
  background-color: #e9e9e9;
}

.grey100 {
  color: #f4f4f4;
}

.bg-grey100 {
  background-color: #f4f4f4;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

/*---------------*/
.red {
  color: #da3851;
}

.bg-red {
  background-color: #da3851;
}

.red-white {
  color: #f4c3ca;
}

.bg-red-white {
  background-color: #f4c3ca;
}

.red-light {
  color: #e77d8e;
}

.bg-red-light {
  background-color: #e77d8e;
}

.red-dark {
  color: #b92a45;
}

.bg-red-dark {
  background-color: #b92a45;
}

.coral {
  color: #f35e61;
}

.bg-coral {
  background-color: #f35e61;
}

.coral-white {
  color: #fcdfdf;
}

.bg-coral-white {
  background-color: #fcdfdf;
}

.coral-light {
  color: #f59799;
}

.bg-coral-light {
  background-color: #f59799;
}

.coral-dark {
  color: #cb353a;
}

.bg-coral-dark {
  background-color: #cb353a;
}

.orange {
  color: #f7893b;
}

.bg-orange {
  background-color: #f7893b;
}

.orange-white {
  color: #FDE7D8;
}

.bg-orange-white {
  background-color: #FDE7D8;
}

.orange-light {
  color: #fab27f;
}

.bg-orange-light {
  background-color: #fab27f;
}

.bg-orange-medium {
  background-color: #d8732c;
}

.orange-dark {
  color: #C65302;
}

.bg-orange-dark {
  background-color: #C65302;
}

.yellow {
  color: #f8cd51;
}

.bg-yellow {
  background-color: #f8cd51;
}

.yellow-white {
  color: #fef5dc;
}

.bg-yellow-white {
  background-color: #fef5dc;
}

.yellow-light {
  color: #fade8e;
}

.bg-yellow-light {
  background-color: #fade8e;
}

.yellow-dark {
  color: #9C6C01;
}

.bg-yellow-dark {
  background-color: #9C6C01;
}

.gold {
  color: #d8be75;
}

.bg-gold {
  background-color: #d8be75;
}

.gold-white {
  color: #f3ebd5;
}

.bg-gold-white {
  background-color: #f3ebd5;
}

.gold-light {
  color: #e6d5a5;
}

.bg-gold-light {
  background-color: #e6d5a5;
}

.gold-dark {
  color: #8e7022;
}

.bg-gold-dark {
  background-color: #8e7022;
}

.green {
  color: #48ae64;
}

.bg-green {
  background-color: #48ae64;
}

.green-white {
  color: #d9efe0;
}

.bg-green-white {
  background-color: #d9efe0;
}

.green-light {
  color: #88ca9a;
}

.bg-green-light {
  background-color: #88ca9a;
}

.green-dark {
  color: #277a3e;
}

.bg-green-dark {
  background-color: #277a3e;
}

.pink {
  color: #f78be8;
}

.bg-pink {
  background-color: #f78be8;
}

.pink-white {
  color: #fddcf8;
}

.bg-pink-white {
  background-color: #fddcf8;
}

.pink-light {
  color: #fab3f0;
}

.bg-pink-light {
  background-color: #fab3f0;
}

.pink-dark {
  color: #ad53a1;
}

.bg-pink-dark {
  background-color: #ad53a1;
}

.purple {
  color: #8f7ae5;
}

.bg-purple {
  background-color: #8f7ae5;
}

.purple-white {
  color: #ddd7f7;
}

.bg-purple-white {
  background-color: #ddd7f7;
}

.purple-light {
  color: #b6a8ee;
}

.bg-purple-light {
  background-color: #b6a8ee;
}

.purple-dark {
  color: #6754B8;
}

.bg-purple-dark {
  background-color: #6754B8;
}

.ico-oa_bulletlist {
  color: #d3d3d3;
}

.bg-blue-medium .ico-oa_bulletlist {
  color: #5bbeff;
}

.bg-spotlight-aqua {
  background: url(./img/Spotlight-Aqua.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.bg-spotlight-blue {
  background: url(./img/Spotlight-Blue.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.bg-spotlight-darkblue {
  background: url(./img/Spotlight-Dark-Blue.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
.bg-spotlight-darkblue--aqua-box {
  background: url(./img/Spotlight-Dark-Blue.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  position: relative;
}
.bg-spotlight-darkblue--aqua-box .flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 601px) {
  .bg-spotlight-darkblue--aqua-box p {
    text-align: center;
  }
}
.bg-spotlight-darkblue--aqua-box:before {
  content: "";
  position: absolute;
  background: #2dcccd;
  height: 48px;
  width: 48px;
}

.bg-highlight-content-white {
  background: url(./img/Highlight-Content-Bg.png) no-repeat center center;
  background-size: cover;
  width: 450px;
  min-height: 300px;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 234.4917602539px;
    stroke-dasharray: 234.4917602539px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917602539px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 234.4917602539px;
    stroke-dasharray: 234.4917602539px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917602539px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.15s ease-in 0.4s both;
          animation: animate-svg-stroke-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.15s ease-in 0.4s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 285.5692138672px;
    stroke-dasharray: 285.5692138672px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.5692138672px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 285.5692138672px;
    stroke-dasharray: 285.5692138672px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.5692138672px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.15s ease-in 0.5s both;
          animation: animate-svg-stroke-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.15s ease-in 0.5s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 89px;
    stroke-dasharray: 89px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 89px;
    stroke-dasharray: 89px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 89px;
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.15s ease-in 0.6s both;
          animation: animate-svg-stroke-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.15s ease-in 0.6s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 69.5049972534px;
    stroke-dasharray: 69.5049972534px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 69.5049972534px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 69.5049972534px;
    stroke-dasharray: 69.5049972534px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 69.5049972534px;
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.15s ease-in 0.7s both;
          animation: animate-svg-stroke-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.15s ease-in 0.7s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 234.4917449951px;
    stroke-dasharray: 234.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917449951px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 234.4917449951px;
    stroke-dasharray: 234.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917449951px;
  }
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(247, 137, 59);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(247, 137, 59);
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.15s ease-in 0.8s both;
          animation: animate-svg-stroke-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.15s ease-in 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 241.9478607178px;
    stroke-dasharray: 241.9478607178px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.9478607178px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 241.9478607178px;
    stroke-dasharray: 241.9478607178px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.9478607178px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.15s ease-in 0.9s both;
          animation: animate-svg-stroke-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.15s ease-in 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 234.4917144775px;
    stroke-dasharray: 234.4917144775px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917144775px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 234.4917144775px;
    stroke-dasharray: 234.4917144775px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917144775px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(247, 137, 59);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(247, 137, 59);
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.15s ease-in 1s both;
          animation: animate-svg-stroke-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.15s ease-in 1s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 241.9479675293px;
    stroke-dasharray: 241.9479675293px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.9479675293px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 241.9479675293px;
    stroke-dasharray: 241.9479675293px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 241.9479675293px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.15s ease-in 1.1s both;
          animation: animate-svg-stroke-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.15s ease-in 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 234.4916992188px;
    stroke-dasharray: 234.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4916992188px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 234.4916992188px;
    stroke-dasharray: 234.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4916992188px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(25, 115, 184);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(25, 115, 184);
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.15s ease-in 1.2s both;
          animation: animate-svg-stroke-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.15s ease-in 1.2s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 109.689704895px;
    stroke-dasharray: 109.689704895px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.689704895px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 109.689704895px;
    stroke-dasharray: 109.689704895px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.689704895px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.15s ease-in 1.3s both;
          animation: animate-svg-stroke-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.15s ease-in 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 143px;
    stroke-dasharray: 143px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 143px;
    stroke-dasharray: 143px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143px;
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.15s ease-in 1.4s both;
          animation: animate-svg-stroke-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.15s ease-in 1.4s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 143px;
    stroke-dasharray: 143px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143px;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 143px;
    stroke-dasharray: 143px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143px;
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.15s ease-in 1.5s both;
          animation: animate-svg-stroke-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.15s ease-in 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 234.4916687012px;
    stroke-dasharray: 234.4916687012px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4916687012px;
  }
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 234.4916687012px;
    stroke-dasharray: 234.4916687012px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4916687012px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(25, 115, 184);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(25, 115, 184);
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.15s ease-in 1.6s both;
          animation: animate-svg-stroke-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.15s ease-in 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 109.6896057129px;
    stroke-dasharray: 109.6896057129px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.6896057129px;
  }
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 109.6896057129px;
    stroke-dasharray: 109.6896057129px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.6896057129px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.15s ease-in 1.7s both;
          animation: animate-svg-stroke-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.15s ease-in 1.7s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.15s ease-in 1.8s both;
          animation: animate-svg-stroke-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.15s ease-in 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.15s ease-in 1.9s both;
          animation: animate-svg-stroke-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.15s ease-in 1.9s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-17 0.15s ease-in 2s both;
          animation: animate-svg-stroke-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-17 0.15s ease-in 2s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 110px;
    stroke-dasharray: 110px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 110px;
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, animate-svg-fill-18 0.15s ease-in 2.1s both;
          animation: animate-svg-stroke-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, animate-svg-fill-18 0.15s ease-in 2.1s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 234.4917449951px;
    stroke-dasharray: 234.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917449951px;
  }
}

@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 234.4917449951px;
    stroke-dasharray: 234.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917449951px;
  }
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
.svg-elem-19 {
  -webkit-animation: animate-svg-stroke-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, animate-svg-fill-19 0.15s ease-in 2.2s both;
          animation: animate-svg-stroke-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, animate-svg-fill-19 0.15s ease-in 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 188.9222564697px;
    stroke-dasharray: 188.9222564697px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9222564697px;
  }
}

@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 188.9222564697px;
    stroke-dasharray: 188.9222564697px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9222564697px;
  }
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-20 {
  -webkit-animation: animate-svg-stroke-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, animate-svg-fill-20 0.15s ease-in 2.3s both;
          animation: animate-svg-stroke-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, animate-svg-fill-20 0.15s ease-in 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 234.4917297363px;
    stroke-dasharray: 234.4917297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917297363px;
  }
}

@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 234.4917297363px;
    stroke-dasharray: 234.4917297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917297363px;
  }
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
.svg-elem-21 {
  -webkit-animation: animate-svg-stroke-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-21 0.15s ease-in 2.4s both;
          animation: animate-svg-stroke-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-21 0.15s ease-in 2.4s both;
}

@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 188.9223022461px;
    stroke-dasharray: 188.9223022461px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9223022461px;
  }
}

@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 188.9223022461px;
    stroke-dasharray: 188.9223022461px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9223022461px;
  }
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-22 {
  -webkit-animation: animate-svg-stroke-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, animate-svg-fill-22 0.15s ease-in 2.5s both;
          animation: animate-svg-stroke-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, animate-svg-fill-22 0.15s ease-in 2.5s both;
}

@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 234.4917297363px;
    stroke-dasharray: 234.4917297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917297363px;
  }
}

@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 234.4917297363px;
    stroke-dasharray: 234.4917297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4917297363px;
  }
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
.svg-elem-23 {
  -webkit-animation: animate-svg-stroke-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, animate-svg-fill-23 0.15s ease-in 2.6s both;
          animation: animate-svg-stroke-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, animate-svg-fill-23 0.15s ease-in 2.6s both;
}

@-webkit-keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 188.9224090576px;
    stroke-dasharray: 188.9224090576px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9224090576px;
  }
}

@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 188.9224090576px;
    stroke-dasharray: 188.9224090576px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9224090576px;
  }
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-24 {
  -webkit-animation: animate-svg-stroke-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, animate-svg-fill-24 0.15s ease-in 2.7s both;
          animation: animate-svg-stroke-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, animate-svg-fill-24 0.15s ease-in 2.7s both;
}

@-webkit-keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 234.4916992188px;
    stroke-dasharray: 234.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4916992188px;
  }
}

@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 234.4916992188px;
    stroke-dasharray: 234.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.4916992188px;
  }
}
@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(45, 204, 205);
  }
}
.svg-elem-25 {
  -webkit-animation: animate-svg-stroke-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, animate-svg-fill-25 0.15s ease-in 2.8s both;
          animation: animate-svg-stroke-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, animate-svg-fill-25 0.15s ease-in 2.8s both;
}

@-webkit-keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 188.9225769043px;
    stroke-dasharray: 188.9225769043px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9225769043px;
  }
}

@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 188.9225769043px;
    stroke-dasharray: 188.9225769043px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 188.9225769043px;
  }
}
@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(244, 244, 244);
  }
}
.svg-elem-26 {
  -webkit-animation: animate-svg-stroke-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-26 0.15s ease-in 2.9s both;
          animation: animate-svg-stroke-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-26 0.15s ease-in 2.9s both;
}

@-webkit-keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-27 {
  -webkit-animation: animate-svg-stroke-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both, animate-svg-fill-27 0.15s ease-in 3s both;
          animation: animate-svg-stroke-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both, animate-svg-fill-27 0.15s ease-in 3s both;
}

@-webkit-keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 192.4917602539px;
    stroke-dasharray: 192.4917602539px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917602539px;
  }
}

@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 192.4917602539px;
    stroke-dasharray: 192.4917602539px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917602539px;
  }
}
@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-28 {
  -webkit-animation: animate-svg-stroke-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s both, animate-svg-fill-28 0.15s ease-in 3.1s both;
          animation: animate-svg-stroke-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s both, animate-svg-fill-28 0.15s ease-in 3.1s both;
}

@-webkit-keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 105.0982818604px;
    stroke-dasharray: 105.0982818604px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982818604px;
  }
}

@keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 105.0982818604px;
    stroke-dasharray: 105.0982818604px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982818604px;
  }
}
@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-29 {
  -webkit-animation: animate-svg-stroke-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s both, animate-svg-fill-29 0.15s ease-in 3.2s both;
          animation: animate-svg-stroke-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s both, animate-svg-fill-29 0.15s ease-in 3.2s both;
}

@-webkit-keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 192.49168396px;
    stroke-dasharray: 192.49168396px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.49168396px;
  }
}

@keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 192.49168396px;
    stroke-dasharray: 192.49168396px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.49168396px;
  }
}
@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-30 {
  -webkit-animation: animate-svg-stroke-30 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s both, animate-svg-fill-30 0.15s ease-in 3.3s both;
          animation: animate-svg-stroke-30 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s both, animate-svg-fill-30 0.15s ease-in 3.3s both;
}

@-webkit-keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 105.0983123779px;
    stroke-dasharray: 105.0983123779px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0983123779px;
  }
}

@keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 105.0983123779px;
    stroke-dasharray: 105.0983123779px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0983123779px;
  }
}
@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-31 {
  -webkit-animation: animate-svg-stroke-31 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both, animate-svg-fill-31 0.15s ease-in 3.4s both;
          animation: animate-svg-stroke-31 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both, animate-svg-fill-31 0.15s ease-in 3.4s both;
}

@-webkit-keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-32 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-32 {
  -webkit-animation: animate-svg-stroke-32 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.72s both, animate-svg-fill-32 0.15s ease-in 3.5s both;
          animation: animate-svg-stroke-32 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.72s both, animate-svg-fill-32 0.15s ease-in 3.5s both;
}

@-webkit-keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 192.4917449951px;
    stroke-dasharray: 192.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917449951px;
  }
}

@keyframes animate-svg-stroke-33 {
  0% {
    stroke-dashoffset: 192.4917449951px;
    stroke-dasharray: 192.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917449951px;
  }
}
@-webkit-keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-33 {
  -webkit-animation: animate-svg-stroke-33 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s both, animate-svg-fill-33 0.15s ease-in 3.6s both;
          animation: animate-svg-stroke-33 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s both, animate-svg-fill-33 0.15s ease-in 3.6s both;
}

@-webkit-keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 105.098274231px;
    stroke-dasharray: 105.098274231px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098274231px;
  }
}

@keyframes animate-svg-stroke-34 {
  0% {
    stroke-dashoffset: 105.098274231px;
    stroke-dasharray: 105.098274231px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098274231px;
  }
}
@-webkit-keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-34 {
  -webkit-animation: animate-svg-stroke-34 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s both, animate-svg-fill-34 0.15s ease-in 3.7s both;
          animation: animate-svg-stroke-34 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s both, animate-svg-fill-34 0.15s ease-in 3.7s both;
}

@-webkit-keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 192.49168396px;
    stroke-dasharray: 192.49168396px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.49168396px;
  }
}

@keyframes animate-svg-stroke-35 {
  0% {
    stroke-dashoffset: 192.49168396px;
    stroke-dasharray: 192.49168396px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.49168396px;
  }
}
@-webkit-keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-35 {
  -webkit-animation: animate-svg-stroke-35 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s both, animate-svg-fill-35 0.15s ease-in 3.8s both;
          animation: animate-svg-stroke-35 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s both, animate-svg-fill-35 0.15s ease-in 3.8s both;
}

@-webkit-keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 105.0982894897px;
    stroke-dasharray: 105.0982894897px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982894897px;
  }
}

@keyframes animate-svg-stroke-36 {
  0% {
    stroke-dashoffset: 105.0982894897px;
    stroke-dasharray: 105.0982894897px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982894897px;
  }
}
@-webkit-keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-36 {
  -webkit-animation: animate-svg-stroke-36 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both, animate-svg-fill-36 0.15s ease-in 3.9s both;
          animation: animate-svg-stroke-36 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both, animate-svg-fill-36 0.15s ease-in 3.9s both;
}

@-webkit-keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-37 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-37 {
  -webkit-animation: animate-svg-stroke-37 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s both, animate-svg-fill-37 0.15s ease-in 4s both;
          animation: animate-svg-stroke-37 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s both, animate-svg-fill-37 0.15s ease-in 4s both;
}

@-webkit-keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 192.4917449951px;
    stroke-dasharray: 192.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917449951px;
  }
}

@keyframes animate-svg-stroke-38 {
  0% {
    stroke-dashoffset: 192.4917449951px;
    stroke-dasharray: 192.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917449951px;
  }
}
@-webkit-keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-38 {
  -webkit-animation: animate-svg-stroke-38 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.44s both, animate-svg-fill-38 0.15s ease-in 4.1s both;
          animation: animate-svg-stroke-38 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.44s both, animate-svg-fill-38 0.15s ease-in 4.1s both;
}

@-webkit-keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 105.098274231px;
    stroke-dasharray: 105.098274231px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098274231px;
  }
}

@keyframes animate-svg-stroke-39 {
  0% {
    stroke-dashoffset: 105.098274231px;
    stroke-dasharray: 105.098274231px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098274231px;
  }
}
@-webkit-keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-39 {
  -webkit-animation: animate-svg-stroke-39 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.56s both, animate-svg-fill-39 0.15s ease-in 4.2s both;
          animation: animate-svg-stroke-39 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.56s both, animate-svg-fill-39 0.15s ease-in 4.2s both;
}

@-webkit-keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 192.49168396px;
    stroke-dasharray: 192.49168396px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.49168396px;
  }
}

@keyframes animate-svg-stroke-40 {
  0% {
    stroke-dashoffset: 192.49168396px;
    stroke-dasharray: 192.49168396px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.49168396px;
  }
}
@-webkit-keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-40 {
  -webkit-animation: animate-svg-stroke-40 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.68s both, animate-svg-fill-40 0.15s ease-in 4.3s both;
          animation: animate-svg-stroke-40 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.68s both, animate-svg-fill-40 0.15s ease-in 4.3s both;
}

@-webkit-keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 105.0983047485px;
    stroke-dasharray: 105.0983047485px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0983047485px;
  }
}

@keyframes animate-svg-stroke-41 {
  0% {
    stroke-dashoffset: 105.0983047485px;
    stroke-dasharray: 105.0983047485px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0983047485px;
  }
}
@-webkit-keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-41 {
  -webkit-animation: animate-svg-stroke-41 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both, animate-svg-fill-41 0.15s ease-in 4.4s both;
          animation: animate-svg-stroke-41 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both, animate-svg-fill-41 0.15s ease-in 4.4s both;
}

@-webkit-keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-42 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-42 {
  -webkit-animation: animate-svg-stroke-42 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.92s both, animate-svg-fill-42 0.15s ease-in 4.5s both;
          animation: animate-svg-stroke-42 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 4.92s both, animate-svg-fill-42 0.15s ease-in 4.5s both;
}

@-webkit-keyframes animate-svg-stroke-43 {
  0% {
    stroke-dashoffset: 192.4917449951px;
    stroke-dasharray: 192.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917449951px;
  }
}

@keyframes animate-svg-stroke-43 {
  0% {
    stroke-dashoffset: 192.4917449951px;
    stroke-dasharray: 192.4917449951px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917449951px;
  }
}
@-webkit-keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-43 {
  -webkit-animation: animate-svg-stroke-43 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.04s both, animate-svg-fill-43 0.15s ease-in 4.6s both;
          animation: animate-svg-stroke-43 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.04s both, animate-svg-fill-43 0.15s ease-in 4.6s both;
}

@-webkit-keyframes animate-svg-stroke-44 {
  0% {
    stroke-dashoffset: 105.0982666016px;
    stroke-dasharray: 105.0982666016px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982666016px;
  }
}

@keyframes animate-svg-stroke-44 {
  0% {
    stroke-dashoffset: 105.0982666016px;
    stroke-dasharray: 105.0982666016px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982666016px;
  }
}
@-webkit-keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-44 {
  -webkit-animation: animate-svg-stroke-44 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.16s both, animate-svg-fill-44 0.15s ease-in 4.7s both;
          animation: animate-svg-stroke-44 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.16s both, animate-svg-fill-44 0.15s ease-in 4.7s both;
}

@-webkit-keyframes animate-svg-stroke-45 {
  0% {
    stroke-dashoffset: 192.4916687012px;
    stroke-dasharray: 192.4916687012px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916687012px;
  }
}

@keyframes animate-svg-stroke-45 {
  0% {
    stroke-dashoffset: 192.4916687012px;
    stroke-dasharray: 192.4916687012px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916687012px;
  }
}
@-webkit-keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-45 {
  -webkit-animation: animate-svg-stroke-45 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.28s both, animate-svg-fill-45 0.15s ease-in 4.8s both;
          animation: animate-svg-stroke-45 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.28s both, animate-svg-fill-45 0.15s ease-in 4.8s both;
}

@-webkit-keyframes animate-svg-stroke-46 {
  0% {
    stroke-dashoffset: 105.0982818604px;
    stroke-dasharray: 105.0982818604px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982818604px;
  }
}

@keyframes animate-svg-stroke-46 {
  0% {
    stroke-dashoffset: 105.0982818604px;
    stroke-dasharray: 105.0982818604px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982818604px;
  }
}
@-webkit-keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-46 {
  -webkit-animation: animate-svg-stroke-46 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both, animate-svg-fill-46 0.15s ease-in 4.9s both;
          animation: animate-svg-stroke-46 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both, animate-svg-fill-46 0.15s ease-in 4.9s both;
}

@-webkit-keyframes animate-svg-stroke-47 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-47 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-47 {
  -webkit-animation: animate-svg-stroke-47 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.52s both, animate-svg-fill-47 0.15s ease-in 5s both;
          animation: animate-svg-stroke-47 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.52s both, animate-svg-fill-47 0.15s ease-in 5s both;
}

@-webkit-keyframes animate-svg-stroke-48 {
  0% {
    stroke-dashoffset: 192.4916992188px;
    stroke-dasharray: 192.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916992188px;
  }
}

@keyframes animate-svg-stroke-48 {
  0% {
    stroke-dashoffset: 192.4916992188px;
    stroke-dasharray: 192.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916992188px;
  }
}
@-webkit-keyframes animate-svg-fill-48 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-48 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-48 {
  -webkit-animation: animate-svg-stroke-48 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.64s both, animate-svg-fill-48 0.15s ease-in 5.1s both;
          animation: animate-svg-stroke-48 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.64s both, animate-svg-fill-48 0.15s ease-in 5.1s both;
}

@-webkit-keyframes animate-svg-stroke-49 {
  0% {
    stroke-dashoffset: 105.0982589722px;
    stroke-dasharray: 105.0982589722px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982589722px;
  }
}

@keyframes animate-svg-stroke-49 {
  0% {
    stroke-dashoffset: 105.0982589722px;
    stroke-dasharray: 105.0982589722px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982589722px;
  }
}
@-webkit-keyframes animate-svg-fill-49 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-49 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-49 {
  -webkit-animation: animate-svg-stroke-49 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.76s both, animate-svg-fill-49 0.15s ease-in 5.2s both;
          animation: animate-svg-stroke-49 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.76s both, animate-svg-fill-49 0.15s ease-in 5.2s both;
}

@-webkit-keyframes animate-svg-stroke-50 {
  0% {
    stroke-dashoffset: 192.4916381836px;
    stroke-dasharray: 192.4916381836px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916381836px;
  }
}

@keyframes animate-svg-stroke-50 {
  0% {
    stroke-dashoffset: 192.4916381836px;
    stroke-dasharray: 192.4916381836px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916381836px;
  }
}
@-webkit-keyframes animate-svg-fill-50 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-50 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-50 {
  -webkit-animation: animate-svg-stroke-50 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.88s both, animate-svg-fill-50 0.15s ease-in 5.3s both;
          animation: animate-svg-stroke-50 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 5.88s both, animate-svg-fill-50 0.15s ease-in 5.3s both;
}

@-webkit-keyframes animate-svg-stroke-51 {
  0% {
    stroke-dashoffset: 105.0982971191px;
    stroke-dasharray: 105.0982971191px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982971191px;
  }
}

@keyframes animate-svg-stroke-51 {
  0% {
    stroke-dashoffset: 105.0982971191px;
    stroke-dasharray: 105.0982971191px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982971191px;
  }
}
@-webkit-keyframes animate-svg-fill-51 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-51 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-51 {
  -webkit-animation: animate-svg-stroke-51 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6s both, animate-svg-fill-51 0.15s ease-in 5.4s both;
          animation: animate-svg-stroke-51 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6s both, animate-svg-fill-51 0.15s ease-in 5.4s both;
}

@-webkit-keyframes animate-svg-stroke-52 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-52 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-52 {
  -webkit-animation: animate-svg-stroke-52 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.12s both, animate-svg-fill-52 0.15s ease-in 5.5s both;
          animation: animate-svg-stroke-52 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.12s both, animate-svg-fill-52 0.15s ease-in 5.5s both;
}

@-webkit-keyframes animate-svg-stroke-53 {
  0% {
    stroke-dashoffset: 192.4917297363px;
    stroke-dasharray: 192.4917297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917297363px;
  }
}

@keyframes animate-svg-stroke-53 {
  0% {
    stroke-dashoffset: 192.4917297363px;
    stroke-dasharray: 192.4917297363px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4917297363px;
  }
}
@-webkit-keyframes animate-svg-fill-53 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-53 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-53 {
  -webkit-animation: animate-svg-stroke-53 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.24s both, animate-svg-fill-53 0.15s ease-in 5.6s both;
          animation: animate-svg-stroke-53 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.24s both, animate-svg-fill-53 0.15s ease-in 5.6s both;
}

@-webkit-keyframes animate-svg-stroke-54 {
  0% {
    stroke-dashoffset: 105.0981903076px;
    stroke-dasharray: 105.0981903076px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0981903076px;
  }
}

@keyframes animate-svg-stroke-54 {
  0% {
    stroke-dashoffset: 105.0981903076px;
    stroke-dasharray: 105.0981903076px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0981903076px;
  }
}
@-webkit-keyframes animate-svg-fill-54 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-54 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-54 {
  -webkit-animation: animate-svg-stroke-54 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.36s both, animate-svg-fill-54 0.15s ease-in 5.7s both;
          animation: animate-svg-stroke-54 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.36s both, animate-svg-fill-54 0.15s ease-in 5.7s both;
}

@-webkit-keyframes animate-svg-stroke-55 {
  0% {
    stroke-dashoffset: 192.4916687012px;
    stroke-dasharray: 192.4916687012px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916687012px;
  }
}

@keyframes animate-svg-stroke-55 {
  0% {
    stroke-dashoffset: 192.4916687012px;
    stroke-dasharray: 192.4916687012px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916687012px;
  }
}
@-webkit-keyframes animate-svg-fill-55 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-55 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-55 {
  -webkit-animation: animate-svg-stroke-55 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.48s both, animate-svg-fill-55 0.15s ease-in 5.8s both;
          animation: animate-svg-stroke-55 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.48s both, animate-svg-fill-55 0.15s ease-in 5.8s both;
}

@-webkit-keyframes animate-svg-stroke-56 {
  0% {
    stroke-dashoffset: 105.0982284546px;
    stroke-dasharray: 105.0982284546px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982284546px;
  }
}

@keyframes animate-svg-stroke-56 {
  0% {
    stroke-dashoffset: 105.0982284546px;
    stroke-dasharray: 105.0982284546px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982284546px;
  }
}
@-webkit-keyframes animate-svg-fill-56 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-56 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-56 {
  -webkit-animation: animate-svg-stroke-56 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s both, animate-svg-fill-56 0.15s ease-in 5.9s both;
          animation: animate-svg-stroke-56 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s both, animate-svg-fill-56 0.15s ease-in 5.9s both;
}

@-webkit-keyframes animate-svg-stroke-57 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-57 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-57 {
  -webkit-animation: animate-svg-stroke-57 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.72s both, animate-svg-fill-57 0.15s ease-in 6s both;
          animation: animate-svg-stroke-57 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.72s both, animate-svg-fill-57 0.15s ease-in 6s both;
}

@-webkit-keyframes animate-svg-stroke-58 {
  0% {
    stroke-dashoffset: 192.4916992188px;
    stroke-dasharray: 192.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916992188px;
  }
}

@keyframes animate-svg-stroke-58 {
  0% {
    stroke-dashoffset: 192.4916992188px;
    stroke-dasharray: 192.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916992188px;
  }
}
@-webkit-keyframes animate-svg-fill-58 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-58 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-58 {
  -webkit-animation: animate-svg-stroke-58 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.84s both, animate-svg-fill-58 0.15s ease-in 6.1s both;
          animation: animate-svg-stroke-58 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.84s both, animate-svg-fill-58 0.15s ease-in 6.1s both;
}

@-webkit-keyframes animate-svg-stroke-59 {
  0% {
    stroke-dashoffset: 105.0982055664px;
    stroke-dasharray: 105.0982055664px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982055664px;
  }
}

@keyframes animate-svg-stroke-59 {
  0% {
    stroke-dashoffset: 105.0982055664px;
    stroke-dasharray: 105.0982055664px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982055664px;
  }
}
@-webkit-keyframes animate-svg-fill-59 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-59 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-59 {
  -webkit-animation: animate-svg-stroke-59 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.96s both, animate-svg-fill-59 0.15s ease-in 6.2s both;
          animation: animate-svg-stroke-59 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 6.96s both, animate-svg-fill-59 0.15s ease-in 6.2s both;
}

@-webkit-keyframes animate-svg-stroke-60 {
  0% {
    stroke-dashoffset: 192.4916381836px;
    stroke-dasharray: 192.4916381836px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916381836px;
  }
}

@keyframes animate-svg-stroke-60 {
  0% {
    stroke-dashoffset: 192.4916381836px;
    stroke-dasharray: 192.4916381836px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916381836px;
  }
}
@-webkit-keyframes animate-svg-fill-60 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-60 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-60 {
  -webkit-animation: animate-svg-stroke-60 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.08s both, animate-svg-fill-60 0.15s ease-in 6.3s both;
          animation: animate-svg-stroke-60 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.08s both, animate-svg-fill-60 0.15s ease-in 6.3s both;
}

@-webkit-keyframes animate-svg-stroke-61 {
  0% {
    stroke-dashoffset: 105.098236084px;
    stroke-dasharray: 105.098236084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098236084px;
  }
}

@keyframes animate-svg-stroke-61 {
  0% {
    stroke-dashoffset: 105.098236084px;
    stroke-dasharray: 105.098236084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098236084px;
  }
}
@-webkit-keyframes animate-svg-fill-61 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-61 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-61 {
  -webkit-animation: animate-svg-stroke-61 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s both, animate-svg-fill-61 0.15s ease-in 6.4s both;
          animation: animate-svg-stroke-61 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s both, animate-svg-fill-61 0.15s ease-in 6.4s both;
}

@-webkit-keyframes animate-svg-stroke-62 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}

@keyframes animate-svg-stroke-62 {
  0% {
    stroke-dashoffset: 146.5px;
    stroke-dasharray: 146.5px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 146.5px;
  }
}
.svg-elem-62 {
  -webkit-animation: animate-svg-stroke-62 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.32s both, animate-svg-fill-62 0.15s ease-in 6.5s both;
          animation: animate-svg-stroke-62 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.32s both, animate-svg-fill-62 0.15s ease-in 6.5s both;
}

@-webkit-keyframes animate-svg-stroke-63 {
  0% {
    stroke-dashoffset: 192.4916381836px;
    stroke-dasharray: 192.4916381836px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916381836px;
  }
}

@keyframes animate-svg-stroke-63 {
  0% {
    stroke-dashoffset: 192.4916381836px;
    stroke-dasharray: 192.4916381836px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916381836px;
  }
}
@-webkit-keyframes animate-svg-fill-63 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-63 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-63 {
  -webkit-animation: animate-svg-stroke-63 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.44s both, animate-svg-fill-63 0.15s ease-in 6.6s both;
          animation: animate-svg-stroke-63 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.44s both, animate-svg-fill-63 0.15s ease-in 6.6s both;
}

@-webkit-keyframes animate-svg-stroke-64 {
  0% {
    stroke-dashoffset: 105.098236084px;
    stroke-dasharray: 105.098236084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098236084px;
  }
}

@keyframes animate-svg-stroke-64 {
  0% {
    stroke-dashoffset: 105.098236084px;
    stroke-dasharray: 105.098236084px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.098236084px;
  }
}
@-webkit-keyframes animate-svg-fill-64 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-64 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-64 {
  -webkit-animation: animate-svg-stroke-64 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.56s both, animate-svg-fill-64 0.15s ease-in 6.7s both;
          animation: animate-svg-stroke-64 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.56s both, animate-svg-fill-64 0.15s ease-in 6.7s both;
}

@-webkit-keyframes animate-svg-stroke-65 {
  0% {
    stroke-dashoffset: 192.4916992188px;
    stroke-dasharray: 192.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916992188px;
  }
}

@keyframes animate-svg-stroke-65 {
  0% {
    stroke-dashoffset: 192.4916992188px;
    stroke-dasharray: 192.4916992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 192.4916992188px;
  }
}
@-webkit-keyframes animate-svg-fill-65 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
@keyframes animate-svg-fill-65 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(212, 237, 252);
  }
}
.svg-elem-65 {
  -webkit-animation: animate-svg-stroke-65 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.68s both, animate-svg-fill-65 0.15s ease-in 6.8s both;
          animation: animate-svg-stroke-65 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.68s both, animate-svg-fill-65 0.15s ease-in 6.8s both;
}

@-webkit-keyframes animate-svg-stroke-66 {
  0% {
    stroke-dashoffset: 105.0982208252px;
    stroke-dasharray: 105.0982208252px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982208252px;
  }
}

@keyframes animate-svg-stroke-66 {
  0% {
    stroke-dashoffset: 105.0982208252px;
    stroke-dasharray: 105.0982208252px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.0982208252px;
  }
}
@-webkit-keyframes animate-svg-fill-66 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
@keyframes animate-svg-fill-66 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 68, 129);
  }
}
.svg-elem-66 {
  -webkit-animation: animate-svg-stroke-66 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s both, animate-svg-fill-66 0.15s ease-in 6.9s both;
          animation: animate-svg-stroke-66 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s both, animate-svg-fill-66 0.15s ease-in 6.9s both;
}

@-webkit-keyframes animate-svg-stroke-67 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-67 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-67 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-67 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-67 {
  -webkit-animation: animate-svg-stroke-67 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.92s both, animate-svg-fill-67 0.15s ease-in 7s both;
          animation: animate-svg-stroke-67 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 7.92s both, animate-svg-fill-67 0.15s ease-in 7s both;
}

@-webkit-keyframes animate-svg-stroke-68 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-68 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-68 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-68 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-68 {
  -webkit-animation: animate-svg-stroke-68 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.04s both, animate-svg-fill-68 0.15s ease-in 7.1s both;
          animation: animate-svg-stroke-68 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.04s both, animate-svg-fill-68 0.15s ease-in 7.1s both;
}

@-webkit-keyframes animate-svg-stroke-69 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-69 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-69 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-69 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-69 {
  -webkit-animation: animate-svg-stroke-69 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.16s both, animate-svg-fill-69 0.15s ease-in 7.2s both;
          animation: animate-svg-stroke-69 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.16s both, animate-svg-fill-69 0.15s ease-in 7.2s both;
}

@-webkit-keyframes animate-svg-stroke-70 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-70 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-70 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-70 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-70 {
  -webkit-animation: animate-svg-stroke-70 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.28s both, animate-svg-fill-70 0.15s ease-in 7.3s both;
          animation: animate-svg-stroke-70 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.28s both, animate-svg-fill-70 0.15s ease-in 7.3s both;
}

@-webkit-keyframes animate-svg-stroke-71 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-71 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-71 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-71 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-71 {
  -webkit-animation: animate-svg-stroke-71 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s both, animate-svg-fill-71 0.15s ease-in 7.4s both;
          animation: animate-svg-stroke-71 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s both, animate-svg-fill-71 0.15s ease-in 7.4s both;
}

@-webkit-keyframes animate-svg-stroke-72 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-72 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-72 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-72 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-72 {
  -webkit-animation: animate-svg-stroke-72 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.52s both, animate-svg-fill-72 0.15s ease-in 7.5s both;
          animation: animate-svg-stroke-72 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.52s both, animate-svg-fill-72 0.15s ease-in 7.5s both;
}

@-webkit-keyframes animate-svg-stroke-73 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-73 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-73 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-73 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-73 {
  -webkit-animation: animate-svg-stroke-73 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.64s both, animate-svg-fill-73 0.15s ease-in 7.6s both;
          animation: animate-svg-stroke-73 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.64s both, animate-svg-fill-73 0.15s ease-in 7.6s both;
}

@-webkit-keyframes animate-svg-stroke-74 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-74 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-74 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-74 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-74 {
  -webkit-animation: animate-svg-stroke-74 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.76s both, animate-svg-fill-74 0.15s ease-in 7.7s both;
          animation: animate-svg-stroke-74 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.76s both, animate-svg-fill-74 0.15s ease-in 7.7s both;
}

@-webkit-keyframes animate-svg-stroke-75 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}

@keyframes animate-svg-stroke-75 {
  0% {
    stroke-dashoffset: 242px;
    stroke-dasharray: 242px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242px;
  }
}
@-webkit-keyframes animate-svg-fill-75 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-75 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-75 {
  -webkit-animation: animate-svg-stroke-75 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.88s both, animate-svg-fill-75 0.15s ease-in 7.8s both;
          animation: animate-svg-stroke-75 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 8.88s both, animate-svg-fill-75 0.15s ease-in 7.8s both;
}

@-webkit-keyframes animate-svg-stroke-76 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-76 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-76 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-76 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-76 {
  -webkit-animation: animate-svg-stroke-76 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9s both, animate-svg-fill-76 0.15s ease-in 7.9s both;
          animation: animate-svg-stroke-76 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9s both, animate-svg-fill-76 0.15s ease-in 7.9s both;
}

@-webkit-keyframes animate-svg-stroke-77 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-77 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-77 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-77 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-77 {
  -webkit-animation: animate-svg-stroke-77 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.12s both, animate-svg-fill-77 0.15s ease-in 8s both;
          animation: animate-svg-stroke-77 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.12s both, animate-svg-fill-77 0.15s ease-in 8s both;
}

@-webkit-keyframes animate-svg-stroke-78 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-78 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-78 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-78 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-78 {
  -webkit-animation: animate-svg-stroke-78 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.24s both, animate-svg-fill-78 0.15s ease-in 8.1s both;
          animation: animate-svg-stroke-78 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.24s both, animate-svg-fill-78 0.15s ease-in 8.1s both;
}

@-webkit-keyframes animate-svg-stroke-79 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-79 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-79 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-79 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-79 {
  -webkit-animation: animate-svg-stroke-79 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.36s both, animate-svg-fill-79 0.15s ease-in 8.2s both;
          animation: animate-svg-stroke-79 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.36s both, animate-svg-fill-79 0.15s ease-in 8.2s both;
}

@-webkit-keyframes animate-svg-stroke-80 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-80 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-80 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-80 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-80 {
  -webkit-animation: animate-svg-stroke-80 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.48s both, animate-svg-fill-80 0.15s ease-in 8.3s both;
          animation: animate-svg-stroke-80 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.48s both, animate-svg-fill-80 0.15s ease-in 8.3s both;
}

@-webkit-keyframes animate-svg-stroke-81 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-81 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-81 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-81 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-81 {
  -webkit-animation: animate-svg-stroke-81 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.6s both, animate-svg-fill-81 0.15s ease-in 8.4s both;
          animation: animate-svg-stroke-81 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.6s both, animate-svg-fill-81 0.15s ease-in 8.4s both;
}

@-webkit-keyframes animate-svg-stroke-82 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-82 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-82 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-82 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-82 {
  -webkit-animation: animate-svg-stroke-82 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.72s both, animate-svg-fill-82 0.15s ease-in 8.5s both;
          animation: animate-svg-stroke-82 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.72s both, animate-svg-fill-82 0.15s ease-in 8.5s both;
}

@-webkit-keyframes animate-svg-stroke-83 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-83 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-83 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-83 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-83 {
  -webkit-animation: animate-svg-stroke-83 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.84s both, animate-svg-fill-83 0.15s ease-in 8.6s both;
          animation: animate-svg-stroke-83 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.84s both, animate-svg-fill-83 0.15s ease-in 8.6s both;
}

@-webkit-keyframes animate-svg-stroke-84 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-84 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-84 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-84 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-84 {
  -webkit-animation: animate-svg-stroke-84 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.96s both, animate-svg-fill-84 0.15s ease-in 8.7s both;
          animation: animate-svg-stroke-84 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 9.96s both, animate-svg-fill-84 0.15s ease-in 8.7s both;
}

@-webkit-keyframes animate-svg-stroke-85 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-85 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-85 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-85 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-85 {
  -webkit-animation: animate-svg-stroke-85 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.08s both, animate-svg-fill-85 0.15s ease-in 8.8s both;
          animation: animate-svg-stroke-85 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.08s both, animate-svg-fill-85 0.15s ease-in 8.8s both;
}

@-webkit-keyframes animate-svg-stroke-86 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-86 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-86 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-86 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-86 {
  -webkit-animation: animate-svg-stroke-86 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.2s both, animate-svg-fill-86 0.15s ease-in 8.9s both;
          animation: animate-svg-stroke-86 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.2s both, animate-svg-fill-86 0.15s ease-in 8.9s both;
}

@-webkit-keyframes animate-svg-stroke-87 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-87 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-87 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-87 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-87 {
  -webkit-animation: animate-svg-stroke-87 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.32s both, animate-svg-fill-87 0.15s ease-in 9s both;
          animation: animate-svg-stroke-87 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.32s both, animate-svg-fill-87 0.15s ease-in 9s both;
}

@-webkit-keyframes animate-svg-stroke-88 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-88 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-88 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-88 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-88 {
  -webkit-animation: animate-svg-stroke-88 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.44s both, animate-svg-fill-88 0.15s ease-in 9.1s both;
          animation: animate-svg-stroke-88 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.44s both, animate-svg-fill-88 0.15s ease-in 9.1s both;
}

@-webkit-keyframes animate-svg-stroke-89 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-89 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-89 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-89 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-89 {
  -webkit-animation: animate-svg-stroke-89 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.56s both, animate-svg-fill-89 0.15s ease-in 9.2s both;
          animation: animate-svg-stroke-89 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.56s both, animate-svg-fill-89 0.15s ease-in 9.2s both;
}

@-webkit-keyframes animate-svg-stroke-90 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-90 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-90 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-90 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-90 {
  -webkit-animation: animate-svg-stroke-90 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.68s both, animate-svg-fill-90 0.15s ease-in 9.3s both;
          animation: animate-svg-stroke-90 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.68s both, animate-svg-fill-90 0.15s ease-in 9.3s both;
}

@-webkit-keyframes animate-svg-stroke-91 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}

@keyframes animate-svg-stroke-91 {
  0% {
    stroke-dashoffset: 200px;
    stroke-dasharray: 200px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200px;
  }
}
@-webkit-keyframes animate-svg-fill-91 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-91 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-91 {
  -webkit-animation: animate-svg-stroke-91 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.8s both, animate-svg-fill-91 0.15s ease-in 9.4s both;
          animation: animate-svg-stroke-91 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 10.8s both, animate-svg-fill-91 0.15s ease-in 9.4s both;
}

/* Buttons */
.button, #wp-admin-bar-deploy-production a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #237aba;
  background-image: none;
  border-radius: 1px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 24px;
  margin: 8px 0;
  min-width: 208px;
  padding: 16px 32px;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: background-color 100ms linear 0s;
  transition: background-color 100ms linear 0s;
  vertical-align: middle;
  white-space: inherit;
}
@media (min-width: 600px) {
  .button, #wp-admin-bar-deploy-production a {
    min-width: 184px;
    padding: 16px 32px;
  }
}
.button:hover, #wp-admin-bar-deploy-production a:hover, .button:focus, #wp-admin-bar-deploy-production a:focus, .button:active, #wp-admin-bar-deploy-production a:active, .button.active, #wp-admin-bar-deploy-production a.active {
  background-color: #1464A5;
  border-bottom: none !important;
  color: #fff;
}
.button:focus, #wp-admin-bar-deploy-production a:focus, .button:active, #wp-admin-bar-deploy-production a:active, .button.active, #wp-admin-bar-deploy-production a.active {
  outline: #fff solid 1px;
  outline-offset: -6px;
}
.button:last-of-type, #wp-admin-bar-deploy-production a:last-of-type {
  margin-right: 0;
}
.button .icon, #wp-admin-bar-deploy-production a .icon {
  display: inline-block;
  padding: 0.1em 0.4em 0 0;
}
.button--sm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  padding: 12px 32px;
}
@media (min-width: 600px) {
  .button--sm {
    font-size: 15px;
    font-size: 1.5rem;
    min-width: 206px;
    padding: 12px 32px;
  }
}
.button--xs {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 16px 46.4px;
}
.button--primary {
  background-color: #237aba;
}
.button--primary:hover, .button--primary:focus, .button--primary:active {
  background-color: #1464A5;
}
.button--secondary {
  background-color: #004481;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  background-color: #043263;
}
.button--secondary-alt {
  background-color: #004481;
}
.button--secondary-alt:hover, .button--secondary-alt:focus, .button--secondary-alt:active {
  background-color: #043263;
}
.button--disabled {
  background-color: #e9e9e9;
  color: #bdbdbd;
  cursor: default;
}
.button--disabled:hover, .button--disabled:focus, .button--disabled:active {
  background-color: #e9e9e9;
  color: #bdbdbd;
}
.button--blue {
  background-color: #1973b8;
}
.button--navy {
  background-color: #072146;
}
.button--blue-core {
  background-color: #004481;
}
.button--blue-core:hover, .button--blue-core:focus, .button--blue-core:active {
  background-color: #072146;
}
.button--aqua, #wp-admin-bar-deploy-production a {
  background-color: #02a5a5;
}
.button--aqua:hover, #wp-admin-bar-deploy-production a:hover, .button--aqua:focus, #wp-admin-bar-deploy-production a:focus, .button--aqua:active, #wp-admin-bar-deploy-production a:active {
  background-color: #028484;
}
.button--salmon {
  background-color: #f15a5f;
}
.button--salmon:hover, .button--salmon:focus, .button--salmon:active {
  background-color: #b92a45;
}
.button--red {
  background-color: #da3851;
}
.button--red:hover, .button--red:focus, .button--red:active {
  background-color: #b92a45;
}
.button--orange {
  background-color: #f7893b;
}
.button--orange:hover, .button--orange:focus, .button--orange:active {
  background-color: #c4580a;
}
.button--green {
  background-color: #48ae64;
}
.button--green:hover, .button--green:focus, .button--green:active {
  background-color: #277a3e;
}
.button--yellow {
  background-color: #f8cd51;
}
.button--yellow:hover, .button--yellow:focus, .button--yellow:active {
  background-color: #9C6C01;
}

/* Multiple Buttons, Side by Side */
.button + .button, #wp-admin-bar-deploy-production a + .button, #wp-admin-bar-deploy-production .button + a, #wp-admin-bar-deploy-production a + a,
.button + .icon-link,
#wp-admin-bar-deploy-production a + .icon-link,
.button + a,
.icon-link + a {
  display: table;
  margin: 0 auto;
  margin-top: 8px;
}

.checkbox__checkmark {
  display: none;
  fill: #004481;
  width: 100%;
  height: 100%;
}
.checkbox__wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.checkbox__wrapper:hover .checkbox__appearance {
  background: #f4f4f4;
}
.checkbox__wrapper:hover .checkbox__appearance--alternative {
  background: #fff;
}
.checkbox__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.checkbox__label .checkbox__label-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.checkbox__label .checkbox__label--error {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.checkbox__appearance {
  background-color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 1px;
  margin-right: 8px;
  padding: 2px;
  border: 1px solid #666666;
}
.checkbox__appearance--alternative {
  background-color: #f4f4f4;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.checkbox__input:checked + .checkbox__appearance, .checkbox__input:checked + .checkbox__label .checkbox__appearance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.checkbox__input:checked + .checkbox__appearance .checkbox__checkmark, .checkbox__input:checked + .checkbox__label .checkbox__appearance .checkbox__checkmark {
  display: block;
}
.checkbox__input:disabled + .checkbox__label, .checkbox__input:disabled + .checkbox__appearance, .checkbox__input:disabled ~ .checkbox__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #bdbdbd;
}
.checkbox__input:disabled + .checkbox__label .checkbox__checkmark {
  fill: #666666;
}
.checkbox__input:disabled + .checkbox__label .checkbox__appearance {
  background-color: #fff;
  border-color: #bdbdbd;
}
.checkbox__input:disabled + .checkbox__label .checkbox__appearance.checkbox__appearance--alternative {
  background-color: #f4f4f4;
  border-color: #bdbdbd;
}
.checkbox__input--read-only + .checkbox__label, .checkbox__input--read-only + .checkbox__appearance, .checkbox__input--read-only ~ .checkbox__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #666666;
}
.checkbox__input--read-only + .checkbox__label .checkbox__checkmark {
  fill: #666666;
}
.checkbox__input--read-only + .checkbox__label .checkbox__label-text {
  color: #666666;
}
.checkbox__input:focus + .checkbox__label .checkbox__appearance, .checkbox__input:focus + .checkbox__appearance {
  box-shadow: 0 0 5px #1464A5;
  background-color: #fff;
}
.checkbox__input:focus + .checkbox__label .checkbox__appearance.checkbox__appearance--alternative, .checkbox__input:focus + .checkbox__appearance.checkbox__appearance--alternative {
  box-shadow: 0 0 5px #1464A5;
  background-color: #f4f4f4;
}
.checkbox__input:required + .checkbox__label .checkbox__label-text:after, .checkbox__input--required + .checkbox__label .checkbox__label-text:after {
  content: "*";
}
.checkbox__input--error {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.checkbox__input--error + .checkbox__label .checkbox__appearance {
  background: #f4c3ca;
  border-color: #c0475e;
}
.checkbox__input--error + .checkbox__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #c0475e;
}
.checkbox__input--error + .checkbox__label .checkbox__label-text {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.checkbox__input--error + .checkbox__label .checkbox__checkmark {
  fill: #c0475e;
}
.checkbox__input--error + .checkbox__label .checkbox__label--error {
  display: block;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #121212;
  padding-left: 32px;
}

.radio__wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.radio__wrapper:hover .radio__appearance {
  background: #f4f4f4;
}
.radio__wrapper:hover .radio__appearance--alternative {
  background: #fff;
}
.radio__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.radio__label .radio__label-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.radio__label .radio__label--error {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.radio__appearance {
  background-color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 8px;
  padding: 2px;
  border: 1px solid #666666;
  position: relative;
}
.radio__appearance:after {
  opacity: 0;
  content: "";
  position: absolute;
  background: #004481;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 600px) {
  .radio__appearance:after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 5px;
  }
}
.radio__appearance--alternative {
  background-color: #f4f4f4;
}
.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.radio__input:checked + .radio__appearance, .radio__input:checked + .radio__label .radio__appearance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.radio__input:checked + .radio__appearance:after, .radio__input:checked + .radio__label .radio__appearance:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.radio__input:disabled + .radio__label, .radio__input:disabled + .radio__appearance, .radio__input:disabled ~ .radio__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #bdbdbd;
}
.radio__input:disabled + .radio__label .radio__appearance:after {
  background: #666666;
}
.radio__input:disabled + .radio__label .radio__appearance {
  background-color: #fff;
  border-color: #bdbdbd;
}
.radio__input:disabled + .radio__label .radio__appearance.radio__appearance--alternative {
  background-color: #f4f4f4;
  border-color: #bdbdbd;
}
.radio__input--read-only + .radio__label, .radio__input--read-only + .radio__appearance, .radio__input--read-only ~ .radio__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #666666;
}
.radio__input--read-only + .radio__label .radio__appearance:after {
  background: #666666;
}
.radio__input--read-only + .radio__label .radio__label-text {
  color: #666666;
}
.radio__input:focus + .radio__label .radio__appearance, .radio__input:focus + .radio__appearance {
  box-shadow: 0 0 5px #1464A5;
  background-color: #fff;
}
.radio__input:focus + .radio__label .radio__appearance.radio__appearance--alternative, .radio__input:focus + .radio__appearance.radio__appearance--alternative {
  box-shadow: 0 0 5px #1464A5;
  background-color: #f4f4f4;
}
.radio__input:required + .radio__label .radio__label-text:after, .radio__input--required + .radio__label .radio__label-text:after {
  content: "*";
}
.radio__input--error {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.radio__input--error + .radio__label .radio__appearance {
  background: #f4c3ca;
  border-color: #c0475e;
}
.radio__input--error + .radio__label .radio__appearance:after {
  background: #c0475e;
}
.radio__input--error + .radio__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #c0475e;
}
.radio__input--error + .radio__label .radio__label-text {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.radio__input--error + .radio__label .radio__label--error {
  display: block;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #121212;
  padding-left: 32px;
}

.textfield, .textfield__multiline, .textfield__input {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  background-color: #fff;
  border: 0px;
  border-radius: 1px;
  border-bottom: 1px solid #666666;
  padding-left: 16px;
}
.textfield:-moz-read-only, .textfield__multiline:-moz-read-only, .textfield__input:-moz-read-only {
  cursor: not-allowed;
  color: #666666;
  border-bottom-color: #bdbdbd;
}
.textfield:disabled, .textfield__multiline:disabled, .textfield__input:disabled, .textfield:read-only, .textfield__multiline:read-only, .textfield__input:read-only {
  cursor: not-allowed;
  color: #666666;
  border-bottom-color: #bdbdbd;
}
.textfield:-moz-read-only ~ .textfield__clear-button, .textfield__multiline:-moz-read-only ~ .textfield__clear-button, .textfield__input:-moz-read-only ~ .textfield__clear-button, .textfield:-moz-read-only:focus ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield:disabled ~ .textfield__clear-button, .textfield__multiline:disabled ~ .textfield__clear-button, .textfield__input:disabled ~ .textfield__clear-button, .textfield:disabled:focus ~ .textfield__clear-button, .textfield:read-only ~ .textfield__clear-button, .textfield__multiline:read-only ~ .textfield__clear-button, .textfield__input:read-only ~ .textfield__clear-button, .textfield:read-only:focus ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield:disabled:not(:-moz-read-only) + .textfield__label, .textfield__multiline:disabled:not(:-moz-read-only) + .textfield__label, .textfield__input:disabled:not(:-moz-read-only) + .textfield__label, .textfield:-moz-read-only:not(:-moz-read-only) + .textfield__label, .textfield__multiline:-moz-read-only:not(:-moz-read-only) + .textfield__label, .textfield__input:-moz-read-only:not(:-moz-read-only) + .textfield__label {
  color: #bdbdbd;
}
.textfield:disabled:not(:read-only) + .textfield__label, .textfield__multiline:disabled:not(:read-only) + .textfield__label, .textfield__input:disabled:not(:read-only) + .textfield__label, .textfield:read-only:not(:read-only) + .textfield__label, .textfield__multiline:read-only:not(:read-only) + .textfield__label, .textfield__input:read-only:not(:read-only) + .textfield__label {
  color: #bdbdbd;
}
.textfield:-moz-read-only:not(:disabled) + .textfield__label, .textfield__multiline:-moz-read-only:not(:disabled) + .textfield__label, .textfield__input:-moz-read-only:not(:disabled) + .textfield__label {
  color: #666666;
}
.textfield:disabled:not(:disabled) + .textfield__label, .textfield__multiline:disabled:not(:disabled) + .textfield__label, .textfield__input:disabled:not(:disabled) + .textfield__label, .textfield:read-only:not(:disabled) + .textfield__label, .textfield__multiline:read-only:not(:disabled) + .textfield__label, .textfield__input:read-only:not(:disabled) + .textfield__label {
  color: #666666;
}
.textfield:required + .textfield__label .textfield__label-text:after, .textfield__multiline:required + .textfield__label .textfield__label-text:after, .textfield__input:required + .textfield__label .textfield__label-text:after {
  content: "*";
}
.textfield:focus, .textfield__multiline:focus, .textfield__input:focus {
  box-shadow: 0 0 5px #1464A5;
  outline: 0;
}
.textfield:focus ~ .textfield__clear-button, .textfield__multiline:focus ~ .textfield__clear-button, .textfield__input:focus ~ .textfield__clear-button {
  visibility: visible;
}
.textfield:focus + .textfield__label, .textfield__multiline:focus + .textfield__label, .textfield__input:focus + .textfield__label {
  font-size: 12px;
  font-size: 1.2rem;
}
.textfield--alternative-background {
  background-color: #f4f4f4;
}
.textfield--error {
  background: #fcdfdf;
  border-color: #cb353a;
}
.textfield--error ~ .textfield__error-message {
  visibility: visible;
  display: block;
}
.textfield--error ~ .textfield__error-message:before {
  display: inline;
}
.textfield--error + .textfield__label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #c0475e;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.textfield__wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}
.textfield__input {
  height: 48px;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
}
.textfield__input:focus + .textfield__label {
  top: 8px;
}
.textfield__input:not([value=""], :-moz-read-only):focus ~ .textfield__clear-button, .textfield__input:not([value=""], :-moz-read-only) ~ .textfield__clear-button {
  visibility: visible;
}
.textfield__input:not([value=""], :read-only):focus ~ .textfield__clear-button, .textfield__input:not([value=""], :read-only) ~ .textfield__clear-button {
  visibility: visible;
}
.textfield__input:not([value=""]):focus + .textfield__label, .textfield__input:not([value=""]) + .textfield__label {
  font-size: 12px;
  font-size: 1.2rem;
  top: 8px;
}
.textfield__input--alternative-height {
  height: 56px;
}
.textfield__input--alternative-height + .textfield__label, .textfield__input--alternative-height ~ .textfield__clear-button {
  top: 20px;
}
.textfield__multiline {
  height: 112px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  overflow: hidden;
  resize: none;
  word-wrap: break-word;
}
.textfield__multiline:focus + .textfield__label, .textfield__multiline.texfield-multiline-has-text + .textfield__label {
  top: 0px;
  padding-top: 8px;
  padding-right: 16px;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
.textfield__multiline ~ .textfield__clear-button {
  left: 93%;
}
.textfield__multiline ~ .textfield__label {
  width: 100%;
  top: 0;
  left: 0;
  height: 64px;
  background-color: #fff;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.textfield__multiline.textfield--alternative-background ~ .textfield__label {
  background-color: #f4f4f4;
}
.textfield__multiline.textfield--error + .textfield__label {
  background: #fcdfdf;
}
.textfield__multiline ~ .textfield__error-message {
  width: 100%;
}
.textfield__multiline.texfield-multiline-has-text ~ .textfield__clear-button {
  visibility: visible;
}
.textfield__multiline.texfield-multiline-has-text:-moz-read-only ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield__multiline.texfield-multiline-has-text:read-only ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 16px;
  cursor: text;
  position: absolute;
  text-align: left;
  overflow: hidden;
  pointer-events: none;
  top: 16px;
  left: 16px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.textfield__error-message {
  font-size: 12px;
  font-size: 1.2rem;
  color: #121212;
  line-height: 16px;
  width: 100%;
  padding-left: 16px;
  padding-top: 8px;
  visibility: hidden;
  display: none;
}
.textfield__error-message:before {
  display: none;
  content: url(../img/error.png);
  margin-right: 8px;
  vertical-align: sub;
}
.textfield__clear-button {
  font-size: 1px;
  font-size: 0.1rem;
  visibility: hidden;
  border: none;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  min-width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: none;
  line-height: 16px;
  background-color: inherit;
  position: absolute;
  top: 16px;
  right: -39px;
  letter-spacing: -1px;
  color: transparent;
}
.textfield__clear-button:before {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: normal;
  color: #666666;
}
.textfield__clear-button:hover, .textfield__clear-button:focus, .textfield__clear-button:active {
  outline: none;
  background-color: inherit;
  font-size: 1px;
  font-size: 0.1rem;
  letter-spacing: -1px;
  color: transparent;
}
.textfield__clear-button:hover:before, .textfield__clear-button:focus:before, .textfield__clear-button:active:before {
  color: #121212;
  font-weight: 500;
}
.textfield__clear-button:focus:before {
  box-shadow: 0 0 5px #1464A5;
  outline: 0;
}

.dropdown {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  background-color: #fff;
  border: 0px;
  border-radius: 1px;
  border-bottom: 1px solid #666666;
  padding-left: 16px;
}

form,
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
form fieldset,
.form fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
form--inline,
.form--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
form__item,
.form__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
form__item--inline,
.form__item--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}

header {
  background-color: #072146;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
header a {
  color: #fff;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
header a:focus {
  border-bottom: 0px;
  color: #fff;
  opacity: 1;
  text-decoration: none; /* outline:1px dashed $blue-white-light;*/
  text-decoration: none;
  border-bottom: 0px;
}
header a:hover, header a:active {
  border-bottom: 0px solid #bdbdbd;
  color: #fff;
  opacity: 1;
  outline: none !important;
  text-decoration: none;
}
header .basic-header {
  padding-bottom: 0.81em;
  padding-top: 0.81em;
}
header .basic-header a {
  color: #fff;
  opacity: 1;
  display: block;
  text-align: center;
}
@media (min-width: 600px) {
  header .basic-header a {
    text-align: left;
    padding-left: 16px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  header .basic-header a {
    text-align: left;
    padding-left: 16px;
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media (min-width: 600px) {
  header .basic-header {
    padding-bottom: 3.5em;
    padding-top: 3.5em;
  }
}
@media (min-width: 992px) {
  header .basic-header {
    padding-bottom: 3.5em;
    padding-top: 3.5em;
  }
}
header .main-navigation {
  display: none;
}
@media (min-width: 992px) {
  header .main-navigation {
    display: block;
  }
}
header .main-navigation .top-nav-links {
  padding: 15px 0px 10px 0px;
}
@media (max-width: 599px) {
  header .main-navigation .top-nav-links {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  header .main-navigation .top-nav-links {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  header .main-navigation .top-nav-links {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 928px;
    float: left;
  }
}
@media (min-width: 1200px) {
  header .main-navigation .top-nav-links {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1144px;
    float: left;
  }
}
@media (min-width: 1368px) {
  header .main-navigation .top-nav-links {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1336px;
    float: left;
  }
}
header .main-navigation .top-nav-links ul {
  text-align: right;
  margin: 0px 0px 40px 0px;
}
header .main-navigation .top-nav-links ul li {
  display: inline-block;
}
header .main-navigation .top-nav-links ul li a {
  font-size: 13px;
  font-size: 1.3rem;
}
header .main-navigation .top-nav-links ul li a span::before {
  position: relative;
  top: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}
header .main-navigation a.logo {
  opacity: 1;
  font-size: 31px;
  font-size: 3.1rem;
  position: relative;
  top: -3px;
}
header .main-navigation .logo-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 599px) {
  header .main-navigation .logo-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  header .main-navigation .logo-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 352px;
    float: left;
  }
}
@media (min-width: 992px) {
  header .main-navigation .logo-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 368px;
    float: left;
  }
}
@media (min-width: 1200px) {
  header .main-navigation .logo-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 360px;
    float: left;
  }
}
@media (min-width: 1368px) {
  header .main-navigation .logo-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 424px;
    float: left;
  }
}
@media (max-width: 599px) {
  header .main-navigation .link-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  header .main-navigation .link-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  header .main-navigation .link-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 560px;
    float: left;
  }
}
@media (min-width: 1200px) {
  header .main-navigation .link-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 784px;
    float: left;
  }
}
@media (min-width: 1368px) {
  header .main-navigation .link-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 912px;
    float: left;
  }
}
header .main-navigation .link-container ul.primary_nav {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
header .main-navigation .link-container ul.primary_nav li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 0px;
  line-height: 28px;
  display: inline-block;
}
header .main-navigation ul.auth_nav {
  display: inline-block;
  width: 19%;
  text-align: right;
}
header .main-navigation ul.auth_nav li {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 0px;
  line-height: 28px;
  display: inline-block;
}
header .main-navigation ul.auth_nav li:first-child {
  padding-left: 0px;
}
header .main-navigation ul.auth_nav li:first-child a {
  color: #f8cd51;
}
header .secoundary-navigation {
  background-color: #004481;
  display: none;
}
@media (min-width: 992px) {
  header .secoundary-navigation {
    display: block;
  }
}
header .secoundary-navigation ul {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 1;
  display: inline-block;
  width: 95%;
  list-style: none;
  margin: 0;
  padding: 1.9em 16px;
  position: relative;
}
header .secoundary-navigation ul.hide {
  display: none;
}
header .secoundary-navigation ul.level_third_nav {
  width: 95%;
  display: none;
}
header .secoundary-navigation ul.level_third_nav.show {
  width: 95%;
  display: inline-block;
}
header .secoundary-navigation ul li {
  padding-left: 2.5em;
  position: relative;
  padding-bottom: 0px;
  display: inline-block;
}
header .secoundary-navigation ul li a {
  color: #fff;
  opacity: 0.6;
}
header .secoundary-navigation ul li a i {
  padding: 2px;
  position: relative;
  top: 2px;
}
header .secoundary-navigation ul li a:hover, header .secoundary-navigation ul li a:active {
  border-bottom: 0px solid #bdbdbd;
  color: #fff;
  opacity: 1;
  outline: none !important;
  text-decoration: none;
}
header .secoundary-navigation ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
header .secoundary-navigation .search-trigger {
  color: #5bbeff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em 0 1em 1em;
  -webkit-transition: color 100ms linear 0s;
  transition: color 100ms linear 0s;
  text-align: right;
}
header .mob_level_third_nav {
  display: none;
  background-color: #004481;
  padding: 8px 15px;
}
header .mob_level_third_nav.show {
  display: block;
}
@media (min-width: 992px) {
  header .mob_level_third_nav.show {
    display: none;
  }
}
header .mob_level_third_nav ul {
  margin-bottom: 0px;
}
header .mob_level_third_nav ul li {
  padding: 0px 0px;
}
header .mob_level_third_nav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: block;
  line-height: 24px;
}
header .mob_level_third_nav ul li ul li {
  padding: 8px 0px !important;
  border-top: 1px solid #fff;
}
header .mob_level_third_nav ul li ul li a {
  line-height: 24px;
}
header .mob_level_third_nav ul .mob_dropdown .icon-arrow {
  top: 0px;
}
header .mob_level_third_nav ul .mob_dropdown .dropdown-menu {
  border: 0px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  header .mob_level_third_nav {
    display: none;
  }
}
header .mob-header {
  padding-bottom: 0.81em;
  padding-top: 0.81em;
}
header .mob-header a {
  opacity: 1;
  font-size: 21px;
  font-size: 2.1rem;
}
header .mob-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  header .mob-header {
    display: none;
  }
}
header .mob-header .menu-icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 16px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
header .mob-header .logo-sec {
  position: absolute;
  left: 50%;
  right: 50%;
  width: 208px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .mob-header .logo-sec a {
  font-size: 21px;
  font-size: 2.1rem;
}
header .mob-header .logo-sec a:before {
  position: relative;
  left: 8px;
}
header .mob-header .search-icon {
  margin-right: 16px;
}
header .mob-header .search-icon a {
  color: #072146;
}

.menuactive {
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  left: 100%;
  width: 320px;
  position: absolute;
}
@media (min-width: 600px) {
  .menuactive {
    width: 768px;
  }
}

.mob-search {
  display: none;
}

.sid-menu, .sid-menu-open {
  font-size: 15px;
  font-size: 1.5rem;
  background: #072146;
  left: -100%;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 100%;
  overflow-x: none;
  overflow-y: auto;
  color: #fff;
}
.sid-menu .container, .sid-menu-open .container {
  height: 100vh;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sid-menu .container .primary_nav, .sid-menu-open .container .primary_nav {
  margin-bottom: 1em;
}
.sid-menu .container .auth_nav, .sid-menu-open .container .auth_nav {
  display: none;
}
.sid-menu .container .mob-search, .sid-menu-open .container .mob-search {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
.sid-menu .container .mob-search label, .sid-menu-open .container .mob-search label {
  font-size: 16px;
  font-size: 1.6rem;
}
.sid-menu .container .mob-search input, .sid-menu-open .container .mob-search input {
  font-size: 16px;
  font-size: 1.6rem;
  background: transparent;
  border: 0px;
  width: 93%;
  color: #fff;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.sid-menu .container .mob-search input:focus, .sid-menu-open .container .mob-search input:focus {
  outline: none;
}
.sid-menu .container .top-nav-links, .sid-menu-open .container .top-nav-links {
  color: #49A5E6;
}
.sid-menu .container .top-nav-links li, .sid-menu-open .container .top-nav-links li {
  padding-left: 8px;
}
.sid-menu .main-nav-links, .sid-menu-open .main-nav-links {
  -webkit-flex: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-order: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sid-menu .top-nav-links, .sid-menu-open .top-nav-links {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sid-menu .top-nav-links ul, .sid-menu-open .top-nav-links ul {
  margin-left: 10px;
}
.sid-menu .logo-container, .sid-menu-open .logo-container {
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.sid-menu .logo-container a, .sid-menu-open .logo-container a {
  color: #fff;
  margin: 0px auto;
  width: 130px;
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
}
.sid-menu .link-container, .sid-menu-open .link-container {
  margin: 0px 16px;
}
.sid-menu .link-container li, .sid-menu-open .link-container li {
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.sid-menu .link-container a, .sid-menu-open .link-container a {
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
  border-top: none;
  color: #49A5E6;
  font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 0.85em 0px;
  display: block;
  width: 100%;
}

.sid-menu-open {
  left: 0px;
}

.menuactive a.navbar-toggle {
  position: fixed;
  top: 18px;
  left: 15px;
  z-index: 1000;
}
.menuactive a.navbar-toggle:before {
  content: "\f15a";
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  color: #fff !important;
  background-color: #072146;
}

a.skip-link:active, a.skip-link:focus, a.skip-link:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  color: #fff !important;
}

.mob_dropdown a {
  text-decoration: none;
}

.mob_dropdown [data-toggle=dropdown] {
  position: relative;
}

.mob_dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  top: 14px;
  right: 0px;
  font-style: normal;
}

.mob_dropdown .icon-arrow:before {
  font-family: "bbva-icons" !important;
  content: "\f2c9";
  color: #49A5E6;
}

.mob_dropdown .icon-arrow.open:before {
  content: "\f1a8";
}

.mob_dropdown .icon-arrow.close:before {
  content: "\f2c9";
}

.mob_dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mob_dropdown .dropdown-menu li {
  padding: 0;
}

.mob_dropdown .dropdown-menu li a {
  display: block;
  color: #fff;
}

.mob_dropdown .show, .mob_dropdown .hide {
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.mob_dropdown .show {
  display: block;
  max-height: 9999px;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.mob_dropdown .hide {
  max-height: 0;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

@media only screen and (max-width: 767px) {
  .mob_dropdown .dropdown-menu, .mob_dropdown .icon-arrow {
    display: block;
  }
}
@media (min-width: 600px) {
  .mob_dropdown .dropdown-menu, .dropdown-menu.show, .mob_dropdown .icon-arrow {
    display: none;
  }
}
@media (min-width: 992px) {
  .mob_dropdown .dropdown-menu, .dropdown-menu.show, .mob_dropdown .icon-arrow {
    display: none;
  }
}
@keyframes showAnimation {
  0% {
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.pre-footer {
  background-color: #f4f4f4;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  width: 100%;
  max-width: 980px;
  float: left;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-top: 60px;
  padding-left: 66px;
  margin-top: 60px;
}
.pre-footer.bg-white {
  background-color: #fff;
}
.pre-footer .column {
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .pre-footer .column {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .pre-footer .column {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 256px;
    float: left;
  }
}
@media (min-width: 992px) {
  .pre-footer .column {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 208px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .pre-footer .column {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 196px;
    float: left;
  }
}
.pre-footer .column:nth-child(1) {
  padding-left: 0;
}
.pre-footer .column ul {
  padding-bottom: 14px;
}
@media (min-width: 600px) {
  .pre-footer .column ul {
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .pre-footer .column {
    margin-bottom: 0px;
  }
}
.pre-footer h5 {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 0.5em;
}
@media (min-width: 992px) {
  .pre-footer h5 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.pre-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #666;
  overflow: hidden;
}
@media (min-width: 992px) {
  .pre-footer ul {
    border-bottom: 0px;
    overflow: visible;
  }
}
.pre-footer ul li {
  margin-left: 0;
  padding: 0 0 16px 0;
  display: inline-block;
  width: 49%;
}
@media (min-width: 992px) {
  .pre-footer ul li {
    display: block;
    width: 100%;
    padding: 0 0 8px 0;
  }
}
.pre-footer ul li:before {
  content: "";
  margin: 0;
  padding: 0;
}
.pre-footer ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #1973b8;
  display: inline-block;
  padding-right: 0.3em;
}
@media (min-width: 992px) {
  .pre-footer ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.pre-footer ul li a:hover, .pre-footer ul li a:active, .pre-footer ul li a:focus {
  color: #104975;
}
.pre-footer ul li .bbva-coronita_chev-right {
  color: #d3d3d3;
  font-size: 0.8em;
}
@media (min-width: 600px) {
  .pre-footer .column:nth-child(3) ul {
    border-bottom: 0px;
  }
}
.pre-footer .icon-link {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .pre-footer .icon-link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.pre-footer P {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}
@media (min-width: 992px) {
  .pre-footer P {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.modal > * {
  box-sizing: border-box;
}

.modal-ek {
  /*position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 9998;
  transform: translate3d(100%, 0, -100px);*/
  /*@include modifier('background') {
    &:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(18, 18, 18, 0.50);
    }
  }*/
  /*@include modifier('fade') {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    & .modal__dialog {
      -webkit-transition: -webkit-transform .3s ease-out;
      -o-transition: -o-transform .3s ease-out;
      transition: transform .3s ease-out;
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      -o-transform: translate(100%, 0);
      transform: translate(100%, 0);
    }
  }*/
}
.modal-ek--in {
  z-index: 9998;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-ek--in .modal__dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-ek__dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 90%;
  height: auto;
  min-height: 100%;
  border: 0px;
  outline: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #121212;
  padding: 4.5em 6em 3.5em;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 9998;
}
.modal-ek__dialog--full {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-ek__dialog--half {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .modal-ek__dialog--half {
    width: 50%;
  }
}
.modal-ek__button--closemega {
  background: none;
  border: none;
  font-size: 28px;
  left: 56px;
  top: 16px;
  color: #fff;
  position: absolute;
  opacity: 1;
  z-index: 9999;
}
.modal-ek__button--closemega .icon {
  width: 28px;
  position: relative;
  left: 40px;
}
.modal-ek.video .modal__dialog {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal-ek.video .video-container {
  margin: 10% auto;
  width: 84%;
}
@media (max-width: 601px) {
  .modal-ek.video .video-container {
    margin: 20% auto;
  }
}
.modal-ek.video .video-container video {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  position: relative;
  top: 10%;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.modal-ek.video.modal--in .modal__dialog {
  background-color: unset;
}
.modal-ek.video.modal--in .modal__dialog::before {
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal-ek.video.modal--in .modal__dialog .ui-close {
  top: 18%;
  left: 82%;
  color: #fff;
}
.modal-ek.video.modal--in .modal__dialog .ui-close:hover {
  color: #49A5E6;
}
@media (min-width: 1368px) {
  .modal-ek.video.modal--in .modal__dialog .ui-close {
    position: absolute;
    top: 12%;
    left: 82%;
  }
}
@media (max-width: 1200px) {
  .modal-ek.video.modal--in .modal__dialog .ui-close {
    position: absolute;
    top: 16%;
    left: 86%;
  }
}
@media (max-width: 992px) {
  .modal-ek.video.modal--in .modal__dialog .ui-close {
    position: absolute;
    top: 12%;
    left: 86%;
  }
}
@media (max-width: 601px) {
  .modal-ek.video.modal--in .modal__dialog .ui-close {
    position: absolute;
    top: 12%;
    left: 86%;
  }
}
.modal-ek.video.modal--in .video-container {
  opacity: 1;
}
.modal-ek.video.modal--in .video-container video {
  margin-top: 64px;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}

.elementor-popup-modal .elementor-column-wrap.elementor-element-populated {
  padding: 40px 48px 13px !important;
}
.elementor-popup-modal .elementor-column-wrap.elementor-element-populated .benton-sans-book .elementor-widget-container h4 {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 600px) {
  .elementor-popup-modal .elementor-column-wrap.elementor-element-populated .benton-sans-book .elementor-widget-container h4 {
    font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
}
.elementor-popup-modal .elementor-column-wrap.elementor-element-populated .bullet-list__article .list ul {
  padding: 0 0 11px 0;
}
.elementor-popup-modal .elementor-column-wrap.elementor-element-populated .bullet-list__article .list ul li {
  padding-left: 29px;
}
.elementor-popup-modal .elementor-column-wrap.elementor-element-populated .bullet-list__article .list ul li:before {
  font-size: 21px;
  font-size: 2.1rem;
  top: 2px;
}
.elementor-popup-modal .elementor-column-wrap.elementor-element-populated .elementor-widget-experience-button .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* @include breakpoint(tablet) {
    justify-content: left;
  } */
}
.elementor-popup-modal .elementor-column-wrap.elementor-element-populated .button, .elementor-popup-modal .elementor-column-wrap.elementor-element-populated #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .elementor-popup-modal .elementor-column-wrap.elementor-element-populated a {
  max-width: 184px;
}
.elementor-popup-modal .eicon-close {
  color: #1973b8;
  font-size: 20px;
  font-size: 2rem;
}

.modal__overlay-content {
  position: relative;
  text-align: center;
  top: 88px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__close-btn {
  background: none;
}
.modal__heading {
  color: #fff;
}
@media (max-width: 599px) {
  .modal__heading {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 600px) {
  .modal__heading {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.25;
  }
}
.modal__experience {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal__experience:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 599px) {
  .modal__experience {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 600px) {
  .modal__experience {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal__experience__border {
  width: 100%;
}
@media (max-width: 599px) {
  .modal__experience__border {
    top: 45px;
    position: relative;
  }
}
.modal__experience__border .border {
  border-bottom: 1px solid rgba(211, 211, 211, 0.8);
  margin-top: 40px;
  width: 100%;
}
.modal__experience__border img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 72px !important;
}
.modal__experience__icon img {
  width: 72px !important;
}
.modal__experience__icon span {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .modal__experience__icon {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 288px;
    float: left;
    padding-top: 41px;
  }
}
@media (min-width: 600px) {
  .modal__experience__icon {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 99.2px;
    float: left;
    padding-top: 0px;
  }
}
.modal__nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 16px 0 16px;
}
.modal__nav__container.odd .modal__nav__item:last-child {
  border: none !important;
}
@media (max-width: 599px) {
  .modal__nav__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal__nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  height: 22.5vh;
  min-height: 140px;
  display: inline-block;
  padding: 0;
}
@media (max-width: 599px) {
  .modal__nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
.modal__nav__item:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.modal__nav__item:nth-child(even) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.modal__nav__item a {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap-reverse; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__nav__item a.show {
  opacity: 1;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.modal__nav__item:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.modal__nav__item span {
  margin: 16px auto 0 auto;
}
@media (max-width: 599px) {
  .modal__nav__item {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 600px) {
  .modal__nav__item {
    padding-bottom: 0px;
  }
}
.modal__animated-anchor {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal__animated-anchor > img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 72px !important;
  height: 72px;
}
.modal__animated-anchor > span {
  color: #fff;
  display: table;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
}
.modal__animated-anchor > span:after {
  bottom: -8px;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-linear-gradient(315deg, white 0%, white 95%, #072146 95%, #072146 100%);
  background: linear-gradient(135deg, white 0%, white 95%, #072146 95%, #072146 100%);
}
.modal__animated-anchor:hover span:after, .modal__animated-anchor.active span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.modal__topbar button {
  position: absolute;
  background: #043263;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.modal__topbar button:focus {
  outline: none;
}
.modal__topbar button .icon {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal__topbar button:hover .icon {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.modal__footer__help {
  display: none;
}
.modal__footer__menudisclosure {
  color: #bdbdbd;
}

.mobile-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: #f4f4f4;
  top: 0;
  padding: 0px 28px 28px 28px;
  -webkit-transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
          transform: translateX(-105%);
}
@media (min-width: 600px) {
  .mobile-menu {
    -webkit-transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    -webkit-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.mobile-menu.open {
  position: fixed;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.mobile-menu .mobile-menu__nav {
  padding: 64px 0;
}
.mobile-menu .logo {
  font-family: "ico-logo" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.mobile-menu .logo:before {
  content: "\e902";
}
.mobile-menu .logo b {
  border-left: 1px solid #072146;
  font-family: "Benton Sans Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  top: 0px;
  font-size: 18px;
  font-size: 1.8rem;
}
.mobile-menu .button--close {
  background: none;
  position: absolute;
  right: 20px;
  top: 10px;
  outline: none;
  border: none;
  font-size: 25px;
  font-size: 2.5rem;
  width: 35px;
}
.mobile-menu li {
  padding: 0;
  margin: 0;
}
.mobile-menu li:last-child a {
  border-bottom: none;
}
.mobile-menu a {
  display: block;
  opacity: 1;
  color: #072146;
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
  border-top: none;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  font-size: 1.55rem;
  padding: 16px 0;
  text-transform: uppercase;
}
.mobile-menu a:hover, .mobile-menu a:focus {
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
  border-top: none;
}
.mobile-menu .top-nav-links a {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border: none;
  padding: 0;
  margin-bottom: 24px;
}
.mobile-menu .ui-menu {
  padding-right: 10px;
}
.mobile-menu .logo {
  border: none;
}
.mobile-menu .logo:hover {
  border: none;
}

.links, .elementor-widget-container .accordion .accordion__item a, a {
  color: #1973b8;
  text-decoration: none;
  margin: 0px;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-size: 15px;
  font-size: 1.5rem;
}
.links--icon, a--icon {
  padding-top: 4px;
  padding-bottom: 3px;
}
.links--icon__element:before, a--icon__element:before {
  position: relative;
  padding-right: 8px;
  top: 1px;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: sub;
}
.links--alternate, a--alternate {
  color: #fff;
}
.links:hover, .elementor-widget-container .accordion .accordion__item a:hover, .links:focus, .elementor-widget-container .accordion .accordion__item a:focus, .links.focusing, .elementor-widget-container .accordion .accordion__item a.focusing, a:hover, a:focus, a.focusing {
  color: #004481;
}
.links:hover:not(:hover), .elementor-widget-container .accordion .accordion__item a:hover:not(:hover), .links:focus:not(:hover), .elementor-widget-container .accordion .accordion__item a:focus:not(:hover), .links.focusing:not(:hover), .elementor-widget-container .accordion .accordion__item a.focusing:not(:hover), a:hover:not(:hover), a:focus:not(:hover), a.focusing:not(:hover) {
  outline: 1px solid #1464A5;
  outline-offset: 5px;
}
.links:hover.links--alternate, .elementor-widget-container .accordion .accordion__item a:hover.links--alternate, .links:hover.links--alternate.links--medium, .links:focus.links--alternate, .elementor-widget-container .accordion .accordion__item a:focus.links--alternate, .links:focus.links--alternate.links--medium, .links.focusing.links--alternate, .elementor-widget-container .accordion .accordion__item a.focusing.links--alternate, .links.focusing.links--alternate.links--medium, a:hover.links--alternate, a:hover.links--alternate.links--medium, a:focus.links--alternate, a:focus.links--alternate.links--medium, a.focusing.links--alternate, a.focusing.links--alternate.links--medium {
  color: #5bbeff;
}
.links:hover.links--alternate:not(:hover), .links:hover.links--alternate.links--medium:not(:hover), .links:focus.links--alternate:not(:hover), .links:focus.links--alternate.links--medium:not(:hover), .links.focusing.links--alternate:not(:hover), .links.focusing.links--alternate.links--medium:not(:hover), a:hover.links--alternate:not(:hover), a:hover.links--alternate.links--medium:not(:hover), a:focus.links--alternate:not(:hover), a:focus.links--alternate.links--medium:not(:hover), a.focusing.links--alternate:not(:hover), a.focusing.links--alternate.links--medium:not(:hover) {
  outline: 1px solid #5bbeff;
}
.links:hover.links--medium, .elementor-widget-container .accordion .accordion__item a:hover.links--medium, .links:focus.links--medium, .elementor-widget-container .accordion .accordion__item a:focus.links--medium, .links.focusing.links--medium, .elementor-widget-container .accordion .accordion__item a.focusing.links--medium, a:hover.links--medium, a:focus.links--medium, a.focusing.links--medium {
  color: #1464A5;
  border-bottom: 1px solid #1464A5;
}
.links:hover.links--medium.links--alternate, .links:focus.links--medium.links--alternate, .links.focusing.links--medium.links--alternate, a:hover.links--medium.links--alternate, a:focus.links--medium.links--alternate, a.focusing.links--medium.links--alternate {
  border-bottom: 1px solid #5bbeff;
}
.links:hover.links--medium:not(:hover), .links:focus.links--medium:not(:hover), .links.focusing.links--medium:not(:hover), a:hover.links--medium:not(:hover), a:focus.links--medium:not(:hover), a.focusing.links--medium:not(:hover) {
  outline: 1px solid #1464A5;
  border: none;
}
.links:hover:after, .elementor-widget-container .accordion .accordion__item a:hover:after, .links:focus:after, .elementor-widget-container .accordion .accordion__item a:focus:after, .links.focusing:after, .elementor-widget-container .accordion .accordion__item a.focusing:after, a:hover:after, a:focus:after, a.focusing:after {
  border: none !important;
}
.links.disabled-link, .elementor-widget-container .accordion .accordion__item a.disabled-link, a.disabled-link {
  color: #bdbdbd;
  pointer-events: none;
  cursor: default;
}
.links.button:focus, .elementor-widget-container .accordion .accordion__item a.button:focus, a.button:focus, #wp-admin-bar-deploy-production a:focus {
  outline: 1px solid #fff;
  outline-offset: -6px;
}
.links--with-icon::before, a--with-icon::before {
  position: relative;
  top: 2px;
  padding-right: 8px;
}

ul.ui-iconlist li {
  margin-left: 16px;
}

ul.ui-iconlist-wrong li, ul.ui-iconlist li, .elementor-widget-text-editor ul li {
  padding-left: 28px;
}
ul.ui-iconlist-wrong li:before, ul.ui-iconlist li:before, .elementor-widget-text-editor ul li:before {
  font-family: "bbva-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  color: #2dcccd;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  margin-right: 12px;
  top: 0;
  left: 0;
}

div[class*=list--] ul {
  /* li {
      //padding-left: 40px;
      &:before {
          content: $ui-bullet;
          font-size: 24px;
          top: 0;
          margin-left: unset;
      }
  } */
}
div[class*=list--] ul.list__icons li:before {
  font-size: 24px;
  top: 0;
}
div[class*=list--] ul.list__warning li:before {
  content: "\f2db";
}
div[class*=list--] ul.list__info li:before {
  content: "\f1d0";
}
div[class*=list--] ul li:before {
  margin-left: unset;
}

ul.bullet-warning-list {
  margin-left: 15px;
}
ul.bullet-warning-list li {
  margin-bottom: 15px;
}
ul.bullet-warning-list li:before {
  font-family: "bbva-icons";
  content: "\f2db";
  margin-left: -3.5vh;
  font-size: 2.5vh;
  color: #da3851;
}
ul.bullet-warning-list li:last-child {
  margin-bottom: 0;
}

.elementor-element.list ul ul {
  padding-left: 24px;
}
.elementor-element.list ul ul li:before {
  margin-top: 0;
}

.elementor-element.list--medium-blue ol > li::before {
  color: #666666;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.colors-overview {
  margin-bottom: 104px;
  clear: both;
}
.colors-overview h4 {
  margin-bottom: 24px;
}
.colors-overview .color-desc-section {
  padding-bottom: 32px;
}
.colors-overview .color-desc-section .color-desc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--core-blue {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #004481;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--core-blue {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--core-blue {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--core-blue:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--core-blue:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--core-blue:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--aqua {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #2dcccd;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--aqua {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--aqua {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--aqua:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--aqua:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--aqua:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--medium-blue {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #1973b8;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--medium-blue {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--medium-blue {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--medium-blue:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--medium-blue:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--medium-blue:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sky-blue {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #5bbeff;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--sky-blue {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--sky-blue {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sky-blue:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sky-blue:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sky-blue:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--red {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #da3851;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--red {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--red {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--red:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--red:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--red:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--orange {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f7893b;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--orange {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--orange {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--orange:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--orange:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--orange:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--yellow {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f8cd51;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--yellow {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--yellow {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--yellow:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--yellow:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--yellow:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sand {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #d8be75;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--sand {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--sand {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sand:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sand:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--sand:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--coral {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f35e61;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--coral {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--coral {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--coral:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--coral:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--coral:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--green {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #48ae64;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--green {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--green {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--green:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--green:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--green:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--pink {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f78be8;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--pink {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--pink {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--pink:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--pink:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--pink:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--purple {
  position: relative;
  height: 95px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #8f7ae5;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--purple {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .main-color--purple {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--purple:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--purple:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .main-color--purple:before {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--600 {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #121212;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--600 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--600 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--600:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--600:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--600:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--500 {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #666666;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--500 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--500 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--500:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--500:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--500:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--400 {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #bdbdbd;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--400 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--400 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--400:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--400:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--400:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--400:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--300 {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #d3d3d3;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--300 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--300 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--300:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--300:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--300:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--300:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--200 {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #e9e9e9;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--200 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--200 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--200:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--200:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--200:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--200:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--100 {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f4f4f4;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--100 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--100 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--100:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--100:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--100:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--100:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--navy {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #072146;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--navy {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--navy {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--navy:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--navy:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--navy:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-dark-blue {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #043263;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-dark-blue {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-dark-blue {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-dark-blue:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-dark-blue:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-dark-blue:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-light-blue {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #1464A5;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-light-blue {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-light-blue {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-light-blue:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-light-blue:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--core-light-blue:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #028484;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-darkest {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #006C6C;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-darkest {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-darkest {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-darkest:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-darkest:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-darkest:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #02a5a5;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #5ac4c4;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #eaf9fa;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--aqua-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--light-blue {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #49A5E6;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--light-blue {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--light-blue {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--light-blue:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--light-blue:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--light-blue:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sky-light-blue {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #eaf7ff;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sky-light-blue {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sky-light-blue {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sky-light-blue:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sky-light-blue:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sky-light-blue:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sky-light-blue:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #fff;
  border: solid 1px #d3d3d3;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #b92a45;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #c0475e;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #e77d8e;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f4c3ca;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--red-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #C65302;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #d8732c;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #fab27f;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #FDE7D8;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--orange-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #9C6C01;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #c49735;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #fade8e;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #fef5dc;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--yellow-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #8e7022;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #B79E5E;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #e6d5a5;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f3ebd5;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--sand-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #cb353a;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #d44b50;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #f59799;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #fcdfdf;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--coral-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #277a3e;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #388d4f;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #88ca9a;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #d9efe0;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--green-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #ad53a1;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #c569b9;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #fab3f0;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #fddcf8;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--pink-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-dark {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #6754B8;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-dark {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-dark {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-dark:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-dark:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-dark:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-medium {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #7c6ac7;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-medium {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-medium {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-medium:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-medium:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-medium:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-light {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #b6a8ee;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-light {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-light {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-light:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-light:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-light:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-light:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-white {
  position: relative;
  height: 50px;
  width: 150px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background: #ddd7f7;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-white {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-white {
    width: 100%;
    margin-bottom: 32px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-white:hover {
  cursor: pointer;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-white:hover:before {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-white:before {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 45%;
  top: 30%;
}
.colors-overview .color-desc-section .color-desc-wrapper .sub-color--purple-white:before {
  color: #121212;
}
.colors-overview .color-desc-section .color-desc-wrapper .color-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 16px;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 38%;
      -ms-flex: 1 1 38%;
          flex: 1 1 38%;
}
@media (min-width: 992px) {
  .colors-overview .color-desc-section .color-desc-wrapper .color-desc {
    -webkit-box-flex: 65%;
    -webkit-flex: 65%;
        -ms-flex: 65%;
            flex: 65%;
  }
}
@media (max-width: 599px) {
  .colors-overview .color-desc-section .color-desc-wrapper .color-desc {
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.colors-overview .color-desc-section .color-desc-wrapper .color-desc h6 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
  line-height: 16px;
}
.colors-overview .color-desc-section .color-desc-wrapper .color-desc p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}

.elementor-widget-container .accordion .accordion__item a {
  padding-left: 0;
  display: inline;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.elementor-widget-container .accordion .accordion__item .list ul {
  margin: 8px 0px 4px 0px;
}
.elementor-widget-container .accordion .accordion__item .list ul li:before {
  margin-top: 0;
}

.accordion .hide-list {
  max-height: 0;
}
.accordion .secondary-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 375ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
}
@media (min-width: 600px) {
  .accordion .secondary-list {
    -webkit-transition: max-height 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .accordion .secondary-list {
    -webkit-transition: max-height 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.accordion .secondary-list.show-list {
  height: auto;
  max-height: 9000px;
}
.accordion__item li {
  max-width: 100%;
}
.accordion__content.accordion-dinamyc-content li a {
  padding-left: 48px;
}
.accordion__content.accordion-dinamyc-content li a.active {
  padding-left: 28px;
}
.accordion__content.accordion-dinamyc-content li a.ui_element-family-name {
  padding-left: 22px;
}
.accordion__content.accordion-dinamyc-content li a.ui_element-family-name.main-menu-link.accordion__header {
  border-top: none;
  border-bottom: none;
  padding-top: 12px;
}
.accordion__content.accordion-dinamyc-content li a.ui_element-family-name.main-menu-link.accordion__header i.ui-unfold {
  top: 10px;
}
.accordion li {
  margin: 0;
  padding: 0;
}
.accordion li:first-child {
  padding-top: 0;
}
.accordion li.current_page_item a:not(.ui_element-family-name), .accordion li.current-page-ancestor a:not(.ui_element-family-name) {
  color: #1973b8;
  font-weight: bold;
  border-left: 2px solid;
  margin: 8px 0 8px 0;
}
.accordion li.current_page_item a.menu-link, .accordion li.current-page-ancestor a.menu-link {
  padding: 0 0 0 20px;
}
.accordion li a:not(.ui_element-family-name) {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 24px;
  padding-top: 8px;
  padding-left: 22px;
  outline: none;
  /* &:visited{
    @include breakpoint(desktop) {
      font-weight: normal;
    }
  } */
}
@media (min-width: 992px) {
  .accordion li a:not(.ui_element-family-name) {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.accordion li a:not(.ui_element-family-name):hover {
  color: #004481;
}
@media (min-width: 992px) {
  .accordion li a:not(.ui_element-family-name):hover {
    color: #666666;
  }
}
.accordion li a:not(.ui_element-family-name):focus {
  outline: none;
  color: #072146;
}
@media (min-width: 992px) {
  .accordion li a:not(.ui_element-family-name):focus {
    color: #666666;
  }
}
.accordion li a:not(.ui_element-family-name).active, .accordion li a:not(.ui_element-family-name).current_page_item {
  color: #1973b8;
  font-weight: bold;
  border-left: 2px solid;
  margin: 8px 0 8px 0;
}
.accordion li a:not(.ui_element-family-name).active {
  padding: 0 0 0 20px;
}
.accordion li a:not(.ui_element-family-name).current_page_item {
  padding: 0 0 0 28px;
}
.accordion li a:not(.ui_element-family-name).sub-menu-link.accordion__header--active {
  color: #1973b8;
  font-weight: bold;
  border-left: 2px solid;
  margin: 8px 0 8px 0;
}
.accordion li a.ui_element-family-name {
  font-size: 11px;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #666666;
  padding-left: 22px;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .accordion li a.ui_element-family-name {
    padding-bottom: 0px;
    padding-top: 24px;
  }
}
.accordion li a.ui_element-family-name--underline {
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #666666;
  border-bottom-color: rgba(233, 233, 233, 0.78);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.accordion li a.ui_element-family-name:hover {
  color: #004481;
}
.accordion li a.ui_element-family-name:focus {
  outline: none;
  color: #072146;
}
.accordion li a.ui_element-family-name.active, .accordion li a.ui_element-family-name.current_page_item, .accordion li a.ui_element-family-name.current-page-ancestor {
  color: #1464A5;
  font-weight: bold;
}
.accordion > li:last-child > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .accordion > li:last-child > a {
    border-bottom: 1px solid #e9e9e9;
  }
}
.accordion > li:last-child > a.selected {
  border-bottom: none;
}
.accordion > li > a.open-list {
  padding: 21px 40px 21px 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: uppercase;
}
.accordion > li > a.open-list.accordion__header--active {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.accordion > li > a.open-list i {
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  height: 24px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  right: 0;
  top: calc(50% - 12px);
  -webkit-transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 600px) {
  .accordion > li > a.open-list i {
    -webkit-transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .accordion > li > a.open-list i {
    -webkit-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.accordion > li > a.open-list i.accordion--opened {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 600px) {
  .accordion > li > a.open-list i {
    right: 0;
  }
}
@media (min-width: 992px) {
  .accordion > li > a.open-list i {
    right: 12px;
  }
}
.accordion::-webkit-scrollbar {
  width: 0.75em;
}
.accordion::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}
.accordion::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: 1px solid #666666;
}
.accordion::-webkit-scrollbar-thumb:hover {
  background-color: #666666;
}

.sticky-test {
  position: -webkit-sticky;
  position: sticky;
}

.menu-item-depth-1 button .accordion__header--active:after {
  content: none !important;
}

@media (min-width: 992px) {
  .menu-item-depth-2 button {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .menu-item-depth-2 button {
    padding-left: 22px;
  }
}
.menu-item-depth-2 button.accordion__header--active:after {
  content: none !important;
}
@media (min-width: 992px) {
  .menu-item-depth-2 a.accordion__header {
    padding-left: 40px !important;
  }
}

@media (min-width: 992px) {
  ul.sub-sub-menu.menu-depth-1 .menu-item-depth-1 a.menu-link.sub-menu-link.active {
    padding-left: 48px !important;
  }
}
@media (min-width: 992px) {
  ul.sub-sub-menu.menu-depth-2 .menu-item-depth-2 a.menu-link.sub-menu-link {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  ul.sub-sub-menu.menu-depth-3 .menu-item-depth-3 a.menu-link.sub-menu-link {
    padding-left: 52px !important;
  }
}
@media (min-width: 992px) {
  ul.sub-sub-menu.menu-depth-3 .menu-item-depth-3 a.menu-link.sub-menu-link.active {
    padding-left: 48px !important;
    margin-top: 0;
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  ul:not(#menu-header-menu) .menu-item-depth-0 > a.accordion__header--active, .accordion-header-dinamyc-content > a.accordion__header--active {
    font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
}
@media (min-width: 992px) {
  ul:not(#menu-header-menu) .menu-item-depth-0 > a.accordion__header--active:after, .accordion-header-dinamyc-content > a.accordion__header--active:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #e9e9e9 !important;
    width: 85%;
  }
}

@media (min-width: 992px) {
  .menu-item-depth-0 ul.menu-depth-1.accordion__content--active {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .menu-item-depth-0.accordion__header--active {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .menu-item-depth-0.accordion__header--active:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #e9e9e9;
    height: 1px;
    width: 95%;
  }
}

@media (min-width: 992px) {
  .menu-item-depth-2 a.accordion__header--active {
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  ul.accordion__content.accordion-dinamyc-content li.no-family:nth-child(1) a {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  ul.accordion__content.accordion-dinamyc-content li.no-family a {
    padding: 8px 0 8px 22px;
  }
}
@media (min-width: 992px) {
  ul.accordion__content.accordion-dinamyc-content li a {
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
  ul.accordion__content.accordion-dinamyc-content li a.active:not(.ui_element-family-name) {
    padding-left: 46px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  ul.accordion__content.accordion-dinamyc-content li a.active:not(.ui_element-family-name) li.accordion-header-dinamyc-content > a.accordion__header--active:after, ul.accordion__content.accordion-dinamyc-content li a.active:not(.ui_element-family-name) li.accordion-header-dinamyc-content > a:focus:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    background-color: #e9e9e9 !important;
    height: 1px !important;
    width: 95% !important;
  }
}

/* .accordion__item>ul{
  &.accordion-dinamyc-content{
    li{
      &:nth-child(1){
        a{
          @include breakpoint(desktop) {
            padding: 16px 0 0 22px !important;
          }
        }          
      }
    }

  }
} */
.ui-accordion {
  background: #fff;
  margin: 0;
  min-width: 208px;
}

.ui-accordion__item:last-child .ui-accordion__header {
  border-bottom: 1px solid #d3d3d3;
}

.ui-accordion__item:first-child .ui-accordion__header {
  border-top: none;
}

.ui-accordion__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #121212;
  background: #fff;
  outline: none;
  border: none;
  border-top: 1px solid #d3d3d3;
  width: 100%;
  padding: 16px 8px 16px 8px;
  margin-bottom: 1px;
  position: relative;
  text-align: left;
}

@media (min-width: 960px) {
  .ui-accordion__header {
    padding: 24px 56px 24px 40px;
  }
}
.ui-accordion__header:hover i {
  color: #1464A5;
}

.ui-accordion__header:focus {
  outline: 1px solid #1973b8;
}

.ui-accordion__header--active {
  border-bottom: none !important;
}

.ui-accordion__header--active i {
  -webkit-transform: rotate3d(0, 0, 1, 180deg) !important;
  transform: rotate3d(0, 0, 1, 180deg) !important;
}

.ui-accordion__header i {
  position: absolute;
  color: #1973b8;
  font-size: 24px;
  font-size: 2.4rem;
  height: 24px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  top: calc(50% - 12px);
  right: 5%;
  transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

@media (min-width: 768px) {
  .ui-accordion__header i {
    transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 960px) {
  .ui-accordion__header i {
    transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) {
  .ui-accordion__header i {
    right: 5%;
  }
}
.ui-accordion__content {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  padding: 0 8px 0 8px;
}

@media (min-width: 768px) {
  .ui-accordion__content {
    -webkit-transition: all 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 960px) {
  .ui-accordion__content {
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 960px) {
  .ui-accordion__content {
    padding: 0 16px 0 40px;
  }
}
.ui-accordion__content--active {
  -webkit-transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: 24px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .ui-accordion__content--active {
    -webkit-transition: all 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 960px) {
  .ui-accordion__content--active {
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 960px) {
  .ui-accordion__content--active {
    padding-bottom: 48px;
  }
}
.ui-accordion__item {
  padding: 0;
}

.ui-accordion--left-accordion .ui-accordion__header {
  padding: 16px 40px 16px 48px;
}

@media (min-width: 960px) {
  .ui-accordion--left-accordion .ui-accordion__header {
    padding: 24px 40px 24px 80px;
  }
}
.ui-accordion--left-accordion .ui-accordion__header i {
  left: 8px;
  right: inherit;
}

@media (min-width: 960px) {
  .ui-accordion--left-accordion .ui-accordion__header i {
    left: 16px;
  }
}
.ui-accordion--left-accordion .ui-accordion__content {
  padding-left: 48px;
}

@media (min-width: 960px) {
  .ui-accordion--left-accordion .ui-accordion__content {
    padding-left: 80px;
  }
}
.ui-accordion--alternate {
  background: #f4f4f4;
}

.ui-accordion--alternate .ui-accordion__header, .ui-accordion--alternate .ui-accordion__content {
  background: #f4f4f4;
}

.ui-accordion--alternate .ui-accordion__header {
  border-top-color: #bdbdbd;
}

.ui-accordion--alternate .ui-accordion__header--active {
  margin-bottom: 0;
}

/* Typography Styles App and MQ */
h3,
h4,
div.h3-header-app h3, h3.h3-header-app,
div.h4-header-app h4, h4.h4-header-app,
div.h4-header-app, .h4-header-app,
div.h1-md-header-app h1, h1.h1-md-header-app,
div p.petite-body-copy-bold-app, p.petite-body-copy-bold-app,
div.petite-body-copy-bold-app, div.petite-body-copy-bold-app p {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

h1,
div.h1-lg-header-app h1, h1.h1-lg-header-app, .h1-lg-header-app {
  font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

p.disclaimer-copy-bold-app,
div.disclaimer-copy-bold-app p,
.disclaimer-copy-bold-app,
div h5.h5-header-md-app, h5.h5-header-md-app,
div.h5-header-md-app p, div.h5-header-md-app h5, .h5-header-md-app,
h6,
div.h6-header-md-app h6, h6.h6-header-md-app,
div.h6-header-md-app, .h6-header-md-app,
div.body-copy-bold-app p, p.body-copy-bold-app,
div.body-copy-bold-app, .body-copy-bold-app,
div.caps-tag-sm-app p, p.caps-tag-sm-app,
div.caps-tag-sm-app, .caps-tag-sm-app,
div.caps-tag-xs-app p, p.caps-tag-xs-app {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

div p.petite-body-copy-app, p.petite-body-copy-app,
div.petite-body-copy-app p, .petite-body-copy-app,
div.caps-tag-xs-thin-app p, p.caps-tag-xs-thin-app,
div h5.h5-header-thin-app, h5.h5-header-thin-app,
div.h6-header-thin-app h6, h6.h6-header-thin-app,
div.h6-header-thin-app, .h6-header-thin-app,
h2,
div.h2-header-app h2, h2.h2-header-app,
p,
div p.body-copy-app, p.body-copy-app,
div p.disclaimer-copy-app,
p.disclaimer-copy-app,
div {
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

div p.body-copy-italic-app, p.body-copy-italic-app,
div.body-copy-italic-app p, .body-copy-italic-app {
  font-family: "BentonSansBBVA Book Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

h1.h1-lg-header-app {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 72px !important;
}
h1.h1-md-header-app {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px !important;
}

div.h1-lg-header-app h1, .h1-lg-header-app {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 72px !important;
}

div.h1-md-header-app h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px !important;
}

h2.h2-header-app {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px !important;
}

h3.h3-header-app {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px !important;
}

h4.h4-header-app {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px !important;
}

h5.h5-header-md-app {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px !important;
}
h5.h5-header-thin-app {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px !important;
}

h6,
.h6-header-thin-app,
div.h6-header-thin-app h6, h6.h6-header-thin-app,
div.h6-header-thin-app, .h6-header-thin-app,
.h6-header-md-app,
div.h6-header-md-app h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px !important;
}

div p.body-copy-italic-app, p.body-copy-italic-app,
div.body-copy-italic-app p, .body-copy-italic-app p.body-copy-bold-app,
.body-copy-bold-app,
p.body-copy-app,
div.body-copy-app p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px !important;
}
div p.body-copy-italic-app .sub-text, p.body-copy-italic-app .sub-text,
div.body-copy-italic-app p .sub-text, .body-copy-italic-app p.body-copy-bold-app .sub-text,
.body-copy-bold-app .sub-text,
p.body-copy-app .sub-text,
div.body-copy-app p .sub-text {
  font-size: 12px;
  font-size: 1.2rem;
}

p.caps-tag-sm-app,
.caps-tag-sm-app,
div.caps-tag-sm-app p {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px !important;
}

div.caps-tag-xs-thin-app p, p.caps-tag-xs-thin-app,
.caps-tag-thin-xs-app,
p.caps-tag-xs-app,
div.caps-tag-xs-app p,
.caps-tag-xs-app {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px !important;
}

p.disclaimer-copy-bold-app,
div.disclaimer-copy-bold-app p,
.disclaimer-copy-bold-app,
p.disclaimer-copy-app,
div.disclaimer-copy-app p,
.disclaimer-copy-app {
  font-size: 10px;
  font-size: 1rem;
  line-height: 24px !important;
}

p.petite-body-copy-bold-app,
div.petite-body-copy-bold-app p, div p.petite-body-copy-bold-app,
div.petite-body-copy-bold-app,
div.petite-body-copy-app p, .petite-body-copy-app,
p.petite-body-copy-app,
div p.petite-body-copy-app {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px !important;
}

/* Typography Styles and MQ */
h1,
h2,
div.h1-lg-header h1, h1.h1-lg-header,
div.h1-md-header h1, h1.h1-md-header,
div.h2-header-bd h2, h2.h2-header-bd {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

div.h2-header-thin h2,
div.h2-header-thin-mobile h2,
h2.h2-header-thin {
  font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

div.h2-header-thin.typography h2 {
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h3,
h4,
h6,
div.h3-header h3, h3.h3-header,
div.h4-header h4, h4.h4-header,
div.h4-header, .h4-header,
div.h5-header.typography, .h5-header.typography,
div.h6-header h6, h6.h6-header,
div.h6-header, .h6-header,
div.h6-header-sm h6, h6.h6-header-sm,
div.h6-header-sm, .h6-header-sm {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

div.h3-header-md, h3.h3-header-md,
div.h6-header-xs h6, h6.h6-header-xs,
div.h6-header-xs, .h6-header-xs,
div.h6-header-mobile h6,
div.body-copy-bold p, p.body-copy-bold,
div.body-copy-bold-xs p, p.body-copy-bold-xs,
div.body-copy-bold, .body-copy-bold,
div.caps-tag-sm p, p.caps-tag-sm,
div.caps-tag-sm, .caps-tag-sm,
div.caps-tag-xs p, p.caps-tag-xs {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

p,
h5,
div h5.h5-header, h5.h5-header,
div.h5-header-md.typography h5, h5.h5-header-md.typography,
div.h6-header-thin-mobile h6,
div p.body-copy, p.body-copy, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p,
div p.body-copy-xs, p.body-copy-xs,
div p.dislaimer-copy,
p.dislaimer-copy,
div {
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

div.quote-header h2, h2.quote-header,
div.body-copy-italic p, p.body-copy-italic,
div.body-copy-italic-xs p, p.body-copy-italic-xs {
  font-family: "BentonSansBBVA Book Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

div.quote-header.typography h2, h2.quote-header.typography,
div.quote-header-mobile h2, h2.quote-header-mobile {
  font-family: "Tiempos Text Regular Italic", Georgia, Times, serif;
  margin: 0px;
}

div.body-copy-bold-italic p, p.body-copy-bold-italic,
div.body-copy-bold-italic-xs p, p.body-copy-bold-italic-xs {
  font-family: "BentonSansBBVA Medium Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0px;
}

h1 {
  font-size: 68px;
  font-size: 6.8rem;
}
h1.h1-lg-header {
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 72px !important;
}
h1.h1-md-header {
  font-size: 50px;
  font-size: 5rem;
  line-height: 58px !important;
}
h1.h1-md-header.typography {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px !important;
}

div.h1-lg-header h1 {
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 72px !important;
}
div.h1-lg-header h1-mobile h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
}

div.h1-lg-header-mobile h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
}

div.h1-md-header h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 58px !important;
}

div.h1-md-header.typography h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px !important;
}

h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
}

div.h2-header-thin.typography h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px !important;
}

div.h2-header-thin-mobile h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px !important;
}

div.h2-header-bd-mobile h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px !important;
}

h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px !important;
}

div.h3-header-mobile h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px !important;
}

div.h3-header-md.typography h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px !important;
}

div.h3-header-md-mobile h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px !important;
}

h4 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px !important;
}

div.h4-header.typography h4 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px !important;
}

div.h4-header-mobile h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px !important;
}

h5 {
  font-size: 20px;
  line-height: 32px !important;
}

div.h5-header.typography h5 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px !important;
}

h6,
.h6-header,
div.h6-header h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px !important;
}

div.h6-header.typography h6 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 32px !important;
}

div.h6-header-mobile h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px !important;
}

div.h6-header-thin-mobile h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px !important;
}

.h6-header-sm,
div.h6-header-sm h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px !important;
}

.h6-header-xs,
div.h6-header-xs h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 24px !important;
}

p.body-copy-bold,
.body-copy-bold,
p.body-copy,
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p,
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p,
div.body-copy p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px !important;
}
p.body-copy-bold .sub-text,
.body-copy-bold .sub-text,
p.body-copy .sub-text,
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p .sub-text,
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p .sub-text,
div.body-copy p .sub-text {
  font-size: 12px;
  font-size: 1.2rem;
}

div.body-copy-xs p,
div.body-copy-italic-xs p,
div.body-copy-bold-xs p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px !important;
}

p.header,
div.header p {
  color: #000;
}

p.caps-tag-sm,
.caps-tag-sm,
div.caps-tag-sm p {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px !important;
}

p.caps-tag-sm.typography,
.caps-tag-sm.typography,
div.caps-tag-sm.typography p {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px !important;
}

p.caps-tag-xs,
div.caps-tag-xs p,
.caps-tag-xs,
.sub-content-nav nav ul a,
.floating-content-nav ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px !important;
}

p.disclaimer-copy,
div.disclaimer-copy p,
p.disclaimer-copy,
div.disclaimer-copy p,
div.disclaimer-copy p a,
.disclaimer-copy {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px !important;
}
p.disclaimer-copy strong,
div.disclaimer-copy p strong,
p.disclaimer-copy strong,
div.disclaimer-copy p strong,
div.disclaimer-copy p a strong,
.disclaimer-copy strong {
  font-weight: inherit;
}

div.disclaimer-copy.typography p {
  line-height: 16px !important;
}

h2.quote-header,
div.quote-header h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px !important;
}

h2.quote-header.typography,
div.quote-header.typography h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 48px !important;
}

h2.quote-header-mobile,
div.quote-header-mobile h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px !important;
  font-weight: normal;
}

p strong {
  font-weight: inherit;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  h1.h1-lg-header {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px !important;
  }
  h1.h1-md-header {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px !important;
  }
  div.h1-lg-header h1 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px !important;
  }
  div.h1-lg-header.typography h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px !important;
  }
  div.h1-md-header h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px !important;
  }
  h2.h2-header-bd {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
  h2.h2-header-bd.h1-md-header {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px !important;
  }
  h2.h2-header-thin {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px !important;
  }
  h2.h2-header-thin.typography {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px !important;
  }
  div.h2-header-thin.typography h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px !important;
  }
  div.h2-header-thin-mobile h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px !important;
  }
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px !important;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px !important;
  }
  h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px !important;
  }
  h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px !important;
  }
  p.body-copy-bold,
  .body-copy-bold,
  p.body-copy,
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p,
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px !important;
  }
  p.caps-tag-sm,
  .caps-tag-sm {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px !important;
  }
  p.caps-tag-xs {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px !important;
  }
  p.disclaimer-copy,
  div.disclaimer-copy p,
  p.dislaimer-copy,
  div.dislaimer-copy p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px !important;
  }
  h2.quote-header {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px !important;
  }
}
.dark-mode div.header p {
  color: #fff;
}

.tag {
  display: inline-block;
  font-size: 1rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 5px 9px 4px 9px;
}
.tag--new {
  background: #028484;
}
.tag--updated {
  background: #1973b8;
}
.tag--developed {
  font-family: "BentonSansBBVA Book Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.tag--deprecated {
  background: #666666;
}

.checkbox__checkmark {
  display: none;
  fill: #004481;
  width: 100%;
  height: 100%;
}
.checkbox__wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.checkbox__wrapper:hover .checkbox__appearance {
  background: #f4f4f4;
}
.checkbox__wrapper:hover .checkbox__appearance--alternative {
  background: #fff;
}
.checkbox__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.checkbox__label .checkbox__label-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.checkbox__label .checkbox__label--error {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.checkbox__appearance {
  background-color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 1px;
  margin-right: 8px;
  padding: 2px;
  border: 1px solid #666666;
}
.checkbox__appearance--alternative {
  background-color: #f4f4f4;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.checkbox__input:checked + .checkbox__appearance, .checkbox__input:checked + .checkbox__label .checkbox__appearance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.checkbox__input:checked + .checkbox__appearance .checkbox__checkmark, .checkbox__input:checked + .checkbox__label .checkbox__appearance .checkbox__checkmark {
  display: block;
}
.checkbox__input:disabled + .checkbox__label, .checkbox__input:disabled + .checkbox__appearance, .checkbox__input:disabled ~ .checkbox__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #bdbdbd;
}
.checkbox__input:disabled + .checkbox__label .checkbox__checkmark {
  fill: #666666;
}
.checkbox__input:disabled + .checkbox__label .checkbox__appearance {
  background-color: #fff;
  border-color: #bdbdbd;
}
.checkbox__input:disabled + .checkbox__label .checkbox__appearance.checkbox__appearance--alternative {
  background-color: #f4f4f4;
  border-color: #bdbdbd;
}
.checkbox__input--read-only + .checkbox__label, .checkbox__input--read-only + .checkbox__appearance, .checkbox__input--read-only ~ .checkbox__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #666666;
}
.checkbox__input--read-only + .checkbox__label .checkbox__checkmark {
  fill: #666666;
}
.checkbox__input--read-only + .checkbox__label .checkbox__label-text {
  color: #666666;
}
.checkbox__input:focus + .checkbox__label .checkbox__appearance, .checkbox__input:focus + .checkbox__appearance {
  box-shadow: 0 0 5px #1464A5;
  background-color: #fff;
}
.checkbox__input:focus + .checkbox__label .checkbox__appearance.checkbox__appearance--alternative, .checkbox__input:focus + .checkbox__appearance.checkbox__appearance--alternative {
  box-shadow: 0 0 5px #1464A5;
  background-color: #f4f4f4;
}
.checkbox__input:required + .checkbox__label .checkbox__label-text:after, .checkbox__input--required + .checkbox__label .checkbox__label-text:after {
  content: "*";
}
.checkbox__input--error {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.checkbox__input--error + .checkbox__label .checkbox__appearance {
  background: #f4c3ca;
  border-color: #c0475e;
}
.checkbox__input--error + .checkbox__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #c0475e;
}
.checkbox__input--error + .checkbox__label .checkbox__label-text {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.checkbox__input--error + .checkbox__label .checkbox__checkmark {
  fill: #c0475e;
}
.checkbox__input--error + .checkbox__label .checkbox__label--error {
  display: block;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #121212;
  padding-left: 32px;
}

.radio__wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.radio__wrapper:hover .radio__appearance {
  background: #f4f4f4;
}
.radio__wrapper:hover .radio__appearance--alternative {
  background: #fff;
}
.radio__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.radio__label .radio__label-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.radio__label .radio__label--error {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.radio__appearance {
  background-color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 8px;
  padding: 2px;
  border: 1px solid #666666;
  position: relative;
}
.radio__appearance:after {
  opacity: 0;
  content: "";
  position: absolute;
  background: #004481;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 600px) {
  .radio__appearance:after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 5px;
  }
}
.radio__appearance--alternative {
  background-color: #f4f4f4;
}
.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.radio__input:checked + .radio__appearance, .radio__input:checked + .radio__label .radio__appearance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.radio__input:checked + .radio__appearance:after, .radio__input:checked + .radio__label .radio__appearance:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.radio__input:disabled + .radio__label, .radio__input:disabled + .radio__appearance, .radio__input:disabled ~ .radio__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #bdbdbd;
}
.radio__input:disabled + .radio__label .radio__appearance:after {
  background: #666666;
}
.radio__input:disabled + .radio__label .radio__appearance {
  background-color: #fff;
  border-color: #bdbdbd;
}
.radio__input:disabled + .radio__label .radio__appearance.radio__appearance--alternative {
  background-color: #f4f4f4;
  border-color: #bdbdbd;
}
.radio__input--read-only + .radio__label, .radio__input--read-only + .radio__appearance, .radio__input--read-only ~ .radio__label-text {
  cursor: not-allowed;
  color: #bdbdbd;
  border-color: #666666;
}
.radio__input--read-only + .radio__label .radio__appearance:after {
  background: #666666;
}
.radio__input--read-only + .radio__label .radio__label-text {
  color: #666666;
}
.radio__input:focus + .radio__label .radio__appearance, .radio__input:focus + .radio__appearance {
  box-shadow: 0 0 5px #1464A5;
  background-color: #fff;
}
.radio__input:focus + .radio__label .radio__appearance.radio__appearance--alternative, .radio__input:focus + .radio__appearance.radio__appearance--alternative {
  box-shadow: 0 0 5px #1464A5;
  background-color: #f4f4f4;
}
.radio__input:required + .radio__label .radio__label-text:after, .radio__input--required + .radio__label .radio__label-text:after {
  content: "*";
}
.radio__input--error {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  visibility: visible;
  white-space: nowrap;
}
.radio__input--error + .radio__label .radio__appearance {
  background: #f4c3ca;
  border-color: #c0475e;
}
.radio__input--error + .radio__label .radio__appearance:after {
  background: #c0475e;
}
.radio__input--error + .radio__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #c0475e;
}
.radio__input--error + .radio__label .radio__label-text {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.radio__input--error + .radio__label .radio__label--error {
  display: block;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #121212;
  padding-left: 32px;
}

.textfield, .textfield__input, .textfield__multiline {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  background-color: #fff;
  border: 0px;
  border-radius: 1px;
  border-bottom: 1px solid #666666;
  padding-left: 16px;
}
.textfield:-moz-read-only, .textfield__input:-moz-read-only, .textfield__multiline:-moz-read-only {
  cursor: not-allowed;
  color: #666666;
  border-bottom-color: #bdbdbd;
}
.textfield:disabled, .textfield__input:disabled, .textfield__multiline:disabled, .textfield:read-only, .textfield__input:read-only, .textfield__multiline:read-only {
  cursor: not-allowed;
  color: #666666;
  border-bottom-color: #bdbdbd;
}
.textfield:-moz-read-only ~ .textfield__clear-button, .textfield__input:-moz-read-only ~ .textfield__clear-button, .textfield__multiline:-moz-read-only ~ .textfield__clear-button, .textfield:-moz-read-only:focus ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield:disabled ~ .textfield__clear-button, .textfield__input:disabled ~ .textfield__clear-button, .textfield__multiline:disabled ~ .textfield__clear-button, .textfield:disabled:focus ~ .textfield__clear-button, .textfield:read-only ~ .textfield__clear-button, .textfield__input:read-only ~ .textfield__clear-button, .textfield__multiline:read-only ~ .textfield__clear-button, .textfield:read-only:focus ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield:disabled:not(:-moz-read-only) + .textfield__label, .textfield__input:disabled:not(:-moz-read-only) + .textfield__label, .textfield__multiline:disabled:not(:-moz-read-only) + .textfield__label, .textfield:-moz-read-only:not(:-moz-read-only) + .textfield__label, .textfield__input:-moz-read-only:not(:-moz-read-only) + .textfield__label, .textfield__multiline:-moz-read-only:not(:-moz-read-only) + .textfield__label {
  color: #bdbdbd;
}
.textfield:disabled:not(:read-only) + .textfield__label, .textfield__input:disabled:not(:read-only) + .textfield__label, .textfield__multiline:disabled:not(:read-only) + .textfield__label, .textfield:read-only:not(:read-only) + .textfield__label, .textfield__input:read-only:not(:read-only) + .textfield__label, .textfield__multiline:read-only:not(:read-only) + .textfield__label {
  color: #bdbdbd;
}
.textfield:-moz-read-only:not(:disabled) + .textfield__label, .textfield__input:-moz-read-only:not(:disabled) + .textfield__label, .textfield__multiline:-moz-read-only:not(:disabled) + .textfield__label {
  color: #666666;
}
.textfield:disabled:not(:disabled) + .textfield__label, .textfield__input:disabled:not(:disabled) + .textfield__label, .textfield__multiline:disabled:not(:disabled) + .textfield__label, .textfield:read-only:not(:disabled) + .textfield__label, .textfield__input:read-only:not(:disabled) + .textfield__label, .textfield__multiline:read-only:not(:disabled) + .textfield__label {
  color: #666666;
}
.textfield:required + .textfield__label .textfield__label-text:after, .textfield__input:required + .textfield__label .textfield__label-text:after, .textfield__multiline:required + .textfield__label .textfield__label-text:after {
  content: "*";
}
.textfield:focus, .textfield__input:focus, .textfield__multiline:focus {
  box-shadow: 0 0 5px #1464A5;
  outline: 0;
}
.textfield:focus ~ .textfield__clear-button, .textfield__input:focus ~ .textfield__clear-button, .textfield__multiline:focus ~ .textfield__clear-button {
  visibility: visible;
}
.textfield:focus + .textfield__label, .textfield__input:focus + .textfield__label, .textfield__multiline:focus + .textfield__label {
  font-size: 12px;
  font-size: 1.2rem;
}
.textfield--alternative-background {
  background-color: #f4f4f4;
}
.textfield--error {
  background: #fcdfdf;
  border-color: #cb353a;
}
.textfield--error ~ .textfield__error-message {
  visibility: visible;
  display: block;
}
.textfield--error ~ .textfield__error-message:before {
  display: inline;
}
.textfield--error + .textfield__label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #c0475e;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.textfield__wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}
.textfield__input {
  height: 48px;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
}
.textfield__input:focus + .textfield__label {
  top: 8px;
}
.textfield__input:not([value=""], :-moz-read-only):focus ~ .textfield__clear-button, .textfield__input:not([value=""], :-moz-read-only) ~ .textfield__clear-button {
  visibility: visible;
}
.textfield__input:not([value=""], :read-only):focus ~ .textfield__clear-button, .textfield__input:not([value=""], :read-only) ~ .textfield__clear-button {
  visibility: visible;
}
.textfield__input:not([value=""]):focus + .textfield__label, .textfield__input:not([value=""]) + .textfield__label {
  font-size: 12px;
  font-size: 1.2rem;
  top: 8px;
}
.textfield__input--alternative-height {
  height: 56px;
}
.textfield__input--alternative-height + .textfield__label, .textfield__input--alternative-height ~ .textfield__clear-button {
  top: 20px;
}
.textfield__multiline {
  height: 112px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  overflow: hidden;
  resize: none;
  word-wrap: break-word;
}
.textfield__multiline:focus + .textfield__label, .textfield__multiline.texfield-multiline-has-text + .textfield__label {
  top: 0px;
  padding-top: 8px;
  padding-right: 16px;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
.textfield__multiline ~ .textfield__clear-button {
  left: 93%;
}
.textfield__multiline ~ .textfield__label {
  width: 100%;
  top: 0;
  left: 0;
  height: 64px;
  background-color: #fff;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.textfield__multiline.textfield--alternative-background ~ .textfield__label {
  background-color: #f4f4f4;
}
.textfield__multiline.textfield--error + .textfield__label {
  background: #fcdfdf;
}
.textfield__multiline ~ .textfield__error-message {
  width: 100%;
}
.textfield__multiline.texfield-multiline-has-text ~ .textfield__clear-button {
  visibility: visible;
}
.textfield__multiline.texfield-multiline-has-text:-moz-read-only ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield__multiline.texfield-multiline-has-text:read-only ~ .textfield__clear-button {
  visibility: hidden;
}
.textfield__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 16px;
  cursor: text;
  position: absolute;
  text-align: left;
  overflow: hidden;
  pointer-events: none;
  top: 16px;
  left: 16px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.textfield__error-message {
  font-size: 12px;
  font-size: 1.2rem;
  color: #121212;
  line-height: 16px;
  width: 100%;
  padding-left: 16px;
  padding-top: 8px;
  visibility: hidden;
  display: none;
}
.textfield__error-message:before {
  display: none;
  content: url(../img/error.png);
  margin-right: 8px;
  vertical-align: sub;
}
.textfield__clear-button {
  font-size: 1px;
  font-size: 0.1rem;
  visibility: hidden;
  border: none;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  min-width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: none;
  line-height: 16px;
  background-color: inherit;
  position: absolute;
  top: 16px;
  right: -39px;
  letter-spacing: -1px;
  color: transparent;
}
.textfield__clear-button:before {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: normal;
  color: #666666;
}
.textfield__clear-button:hover, .textfield__clear-button:focus, .textfield__clear-button:active {
  outline: none;
  background-color: inherit;
  font-size: 1px;
  font-size: 0.1rem;
  letter-spacing: -1px;
  color: transparent;
}
.textfield__clear-button:hover:before, .textfield__clear-button:focus:before, .textfield__clear-button:active:before {
  color: #121212;
  font-weight: 500;
}
.textfield__clear-button:focus:before {
  box-shadow: 0 0 5px #1464A5;
  outline: 0;
}

.dropdown {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  background-color: #fff;
  border: 0px;
  border-radius: 1px;
  border-bottom: 1px solid #666666;
  padding-left: 16px;
}

form,
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
form fieldset,
.form fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
form--inline,
.form--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
form__item,
.form__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
form__item--inline,
.form__item--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}

h3.demo-thumbnails {
  margin-bottom: 36px;
}

.thumbnail-demo-container {
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.elementor a.thumbnail {
  display: block;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  margin: 0 0 32px 0;
  width: 260px;
  width: 100%;
}
.elementor a.thumbnail__thumbnailDesc p {
  padding: 7px 15px;
  color: #121212;
}

.thumbnail {
  display: block;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  margin: 0 0 32px 0;
  width: 260px;
}
.thumbnail .badge {
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: 10px;
  font-size: 1rem;
}
.thumbnail__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
}
.thumbnail__img img {
  margin: auto;
}
.thumbnail__img--navy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
  background: #072146;
}
.thumbnail__img--navy img {
  margin: auto;
}
.thumbnail__img--lightGrey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
  background: #f4f4f4;
}
.thumbnail__img--lightGrey img {
  margin: auto;
}
.thumbnail__img--medGrey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
  background: #F7F8F8;
}
.thumbnail__img--medGrey img {
  margin: auto;
}
.thumbnail__img--MedBlueDark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
  background: #1973b8;
}
.thumbnail__img--MedBlueDark img {
  margin: auto;
}
.thumbnail__img--aquaWhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
  background: #eaf9fa;
}
.thumbnail__img--aquaWhite img {
  margin: auto;
}
.thumbnail__img--goldWhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
  background: #f3ebd5;
}
.thumbnail__img--goldWhite img {
  margin: auto;
}
.thumbnail__img--bgImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  position: relative;
  /*background-image: url("https://s3.amazonaws.com/bbva-ui-assets/brand/img/Photography.png");
  background-size: cover;*/
}
.thumbnail__img--bgImg img {
  margin: auto;
}
.thumbnail__thumbnailDesc p {
  padding: 7px 15px;
  color: #121212;
}
.thumbnail.coming-soon .thumbnail__thumbnailDesc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.thumbnail.coming-soon .thumbnail__thumbnailDesc p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #bdbdbd;
  margin-bottom: 0;
}
.thumbnail.coming-soon .thumbnail__thumbnailDesc p:nth-child(2) {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-family: sans-serif;
}
.thumbnail.coming-soon:hover {
  cursor: not-allowed;
}

.elementor-widget-experience-thumbnail.custom-thumbnail .elementor-widget-container {
  padding-bottom: 3.5em;
}
@media (max-width: 767px) {
  .elementor-widget-experience-thumbnail.custom-thumbnail .elementor-widget-container {
    padding-bottom: 4em;
  }
}
.elementor-widget-experience-thumbnail.custom-thumbnail .elementor-widget-container .thumbnail {
  margin: 0;
  box-shadow: none;
}
.elementor-widget-experience-thumbnail.custom-thumbnail .elementor-widget-container .thumbnail__thumbnailDesc {
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: -3.75em;
  z-index: 1;
}
.elementor-widget-experience-thumbnail.custom-thumbnail .elementor-widget-container .thumbnail__thumbnailDesc p {
  color: inherit;
  font-family: "BentonSansBBVA Book Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .elementor-widget-experience-thumbnail.custom-thumbnail .elementor-widget-container .thumbnail__thumbnailDesc {
    margin-top: -4em;
  }
}

body:not(.single-newsletter) table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #666666;
}
body:not(.single-newsletter) table thead th {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.23;
  font-size: 13px;
  text-align: left;
  padding: 20px 0;
}
body:not(.single-newsletter) table tbody tr {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
body:not(.single-newsletter) table tbody tr:last-child {
  border-bottom: 0;
}
body:not(.single-newsletter) table tbody tr:first-child {
  border-top-color: #666666;
}
body:not(.single-newsletter) table tbody tr td {
  padding: 20px 0;
}
body:not(.single-newsletter) table tbody tr td span {
  margin-left: 16px;
}
body:not(.single-newsletter) table tbody tr td .ui-right {
  color: #48ae64;
}
body:not(.single-newsletter) table tbody tr td .ui-clock {
  color: #bdbdbd;
}
body:not(.single-newsletter) table tbody tr td .ui-info {
  color: #f8cd51;
}
body:not(.single-newsletter) .dark-mode th {
  background-color: #fff;
}
body:not(.single-newsletter) .dark-mode td {
  color: #fff;
}

.bg-navy .podcast__control {
  cursor: pointer;
  color: #5bbeff;
}
.bg-navy .podcast__control:hover {
  color: #49A5E6;
  border-bottom: unset;
}
.bg-navy .podcast__control__time, .bg-navy .podcast__control__duration {
  color: #eaf7ff;
  cursor: default;
}
.bg-navy .podcast__control__time:hover, .bg-navy .podcast__control__duration:hover {
  color: #eaf7ff;
}
.bg-navy .podcast__control__volume a:hover {
  color: #49A5E6;
  border-bottom: unset;
}

div.card {
  margin-bottom: 0;
  margin-top: 8px;
}
div.card .card__editorial.card__editorial--product-design {
  border-radius: 1px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(18, 18, 18, 0.2);
  width: 100%;
  padding: 0;
}
div.card .card__editorial.card__editorial--product-design:focus {
  outline: #1973b8 solid 0.8px !important;
}
div.card .card__editorial.card__editorial--product-design .card__img {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* @include breakpoint(small){
    height: 250px;
  } */
}
div.card .card__editorial.card__editorial--product-design .card__img .img {
  width: 100%;
  height: auto;
}
div.card .card__editorial.card__editorial--product-design .card__img .timer {
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 3;
  background-color: #1973b8;
  color: #fff;
  padding: 14px;
  width: 55px;
  height: 76px;
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
div.card .card__editorial.card__editorial--product-design .card__img .timer span {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
div.card .card__editorial.card__editorial--product-design .card__img .timer p {
  color: #fff;
}
div.card .card__editorial.card__editorial--product-design .card__desc {
  padding: 16px;
}
div.card .card__editorial.card__editorial--product-design .card__desc section p {
  margin-top: 0;
  margin-bottom: 16px;
}
div.card .card__editorial.card__editorial--product-design .card__desc a {
  line-height: 24px;
  color: #666666;
  margin: 24px 0 0;
}
div.card .card__editorial.card__editorial--product-design .card__desc a.links, div.card .card__editorial.card__editorial--product-design .card__desc .elementor-widget-container .accordion .accordion__item a, .elementor-widget-container .accordion .accordion__item div.card .card__editorial.card__editorial--product-design .card__desc a {
  color: #1973b8;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 0;
  display: block;
}
div.card .card__editorial.card__editorial--product-design .card__desc a:first-child {
  margin: 0;
}

@media (max-width: 601px) {
  .predictiveText {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.predictiveText.input--height-56 button.search-btn {
  width: 56px;
  height: 56px;
  background-color: #1973b8;
  top: 2px;
  right: 0;
}
.predictiveText.input--height-56 button.search-btn::before {
  margin-left: unset;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  position: relative;
  top: 2px;
}
.predictiveText.input--height-56 button.clear-btn {
  width: 56px;
  height: 52px;
  top: 4px;
  right: 56px;
  border-bottom: unset;
}
.predictiveText.input--height-56 button.clear-btn::before {
  font-size: 25px;
  font-size: 2.5rem;
}
.predictiveText__menu {
  border: unset;
  border-radius: 1px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(18, 18, 18, 0.2);
  width: 100%;
  padding: 0;
  /* &__foggy {
      //mask-image: linear-gradient(to bottom, $white 87%, rgba(244,244,244, 0), $grey100);
      background: linear-gradient(to bottom, $white 90%, rgba(244,244,244, 0) 97%);
  } */
}
.predictiveText__menu:focus {
  outline: #1973b8 solid 0.8px !important;
}
.predictiveText__menu .item {
  border-bottom: 0;
  padding: 8px 16px;
}
.predictiveText__menu .item:not(.item__more) a {
  color: #1973b8;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
.predictiveText__menu .item:not(.item__more) a b {
  font-weight: unset;
}
.predictiveText__menu .item:not(.item__more):hover {
  background: #f4f4f4;
}
.predictiveText__menu .item:not(.item__more):hover a {
  color: #1973b8;
}

.shortcode-carousel .elementor-swiper-buttons {
  text-align: center;
  padding-top: 20px;
}
.shortcode-carousel .elementor-swiper-buttons .elementor-swiper-button {
  position: relative;
  top: 0;
  color: #1973b8;
}
.shortcode-carousel .elementor-swiper-buttons .elementor-swiper-button.elementor-swiper-button-prev {
  left: -20px;
}
.shortcode-carousel .elementor-swiper-buttons .elementor-swiper-button.elementor-swiper-button-next {
  right: -20px;
}
.shortcode-carousel .elementor-main-swiper.swiper-container {
  width: 100%;
}
.shortcode-carousel .elementor-main-swiper.swiper-container .swiper-slide .body-copy, .shortcode-carousel .elementor-main-swiper.swiper-container .swiper-slide .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .shortcode-carousel .elementor-main-swiper.swiper-container .swiper-slide p, .shortcode-carousel .elementor-main-swiper.swiper-container .swiper-slide .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .shortcode-carousel .elementor-main-swiper.swiper-container .swiper-slide p, .shortcode-carousel .elementor-main-swiper.swiper-container .swiper-slide div.card .card__editorial.card__editorial--product-design .card__desc section, div.card .card__editorial.card__editorial--product-design .card__desc .shortcode-carousel .elementor-main-swiper.swiper-container .swiper-slide section {
  color: #121212;
}

.experience_header header {
  background: #072146;
}
.experience_header header .main-navigation a {
  color: #fff;
  opacity: 1;
}
.experience_header header .main-navigation .top-nav-links {
  padding-top: 32px;
}
.experience_header header .main-navigation .top-nav-links ul {
  margin-bottom: 24px;
}
.experience_header header .main-navigation .top-nav-links ul li {
  padding-left: 32px;
  padding-bottom: 0;
}
.experience_header header .main-navigation .top-nav-links ul li a {
  margin: 0;
  color: #bdbdbd;
}
.experience_header header .main-navigation .top-nav-links ul li a span.ui-menu, .experience_header header .main-navigation .top-nav-links ul li a span.ui-globe {
  padding-right: 8px;
  position: relative;
  top: 1px;
}
.experience_header header .main-navigation .top-nav-links ul li a:hover {
  color: #5bbeff;
}
.experience_header header .main-navigation .logo-container .logo {
  top: -24px;
  left: 22px;
  font-size: 27px;
  font-size: 2.7rem;
}
.experience_header header .main-navigation .logo-container b {
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14.33px;
  font-size: 1.433rem;
  line-height: 18px;
  color: #5bbeff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-top: 4px;
  margin-left: 62px;
}
.experience_header header .main-navigation .link-container ul.primary_nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.experience_header header .main-navigation .link-container ul.primary_nav li {
  padding-left: 32px;
}
.experience_header header .main-navigation .link-container ul.primary_nav li:last-child a {
  margin-right: 0;
}
.experience_header header .primary_nav a {
  color: #bdbdbd;
  text-transform: uppercase;
}
.experience_header header .primary_nav a:hover {
  color: #5bbeff;
}
.experience_header header .primary_nav li.current-menu-item a {
  color: #fff;
}
.experience_header header .mob-header .menu-icon a {
  color: #fff;
}
.experience_header header .mob-header .logo-sec {
  width: 74px;
}
.experience_header header .mob-header .logo-sec a {
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
}
.experience_header header .mob-header .logo-sec b {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BentonSansBBVA Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-left: 1px solid #072146;
  padding-left: 14px;
  margin-left: 14px;
  position: relative;
  top: -3px;
}
@media (max-width: 992px) {
  .experience_header {
    -webkit-transition: top 375ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 375ms cubic-bezier(0.4, 0, 0.2, 1);
    position: fixed;
    height: 50px;
    top: 0;
    z-index: 8000;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 600px) {
  .experience_header {
    -webkit-transition: top 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .experience_header {
    -webkit-transition: top 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 992px) {
  .experience_header.hide-up {
    top: -50px;
  }
}

@media (min-width: 992px) {
  .experience_header {
    position: relative;
    height: 142px;
  }
}

.side-navigation {
  border-right: 1px solid #e9e9e9;
  display: none;
}
.side-navigation ul {
  padding-top: 0;
  padding-bottom: 0;
}
.side-navigation .mobile-menu {
  background: #072146;
}
.side-navigation .mobile-menu::before, .side-navigation .mobile-menu::after {
  background: #072146;
}
@media (max-width: 599px) {
  .side-navigation {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .side-navigation {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 192px;
    float: left;
  }
}
@media (min-width: 992px) {
  .side-navigation {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 160px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .side-navigation {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 196px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .side-navigation {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 228px;
    float: left;
  }
}
@media (min-width: 992px) {
  .side-navigation {
    padding-right: 0;
    display: block;
    position: absolute;
  }
}
.side-navigation.sticky .accordion {
  height: calc(100vh - 57px);
  overflow-x: hidden;
}
.side-navigation .accordion {
  min-width: unset;
  overflow: auto;
  overflow-x: hidden;
  z-index: 99;
  position: relative;
  height: calc(100vh - 138px);
  margin-bottom: 0;
  -webkit-transition: height 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .side-navigation .accordion {
    -webkit-transition: height 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .side-navigation .accordion {
    -webkit-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.side-navigation .accordion > li:first-child > a {
  border-top: none;
}
.side-navigation .accordion__header:focus:not(.button):after {
  border: none;
}
.side-navigation .accordion__header i {
  color: unset;
}
.side-navigation .accordion__content {
  margin-top: 0;
  padding: 0;
}
.side-navigation .accordion__content a {
  text-transform: capitalize;
}
.side-navigation .accordion__content a :focus:not(.button):after {
  border: none;
}
.side-navigation .accordion .translation {
  display: none;
}
.side-navigation .download-button {
  display: block;
  padding: 20px;
  background: #1973b8;
  color: #fff;
  border: none;
  margin: 0;
  text-align: center;
}
.side-navigation .download-button:hover {
  background: #13578b;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
}

@media (max-width: 599px) {
  .content-wrapper-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-wrapper-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-wrapper-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 928px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-wrapper-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1144px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-wrapper-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1336px;
    float: left;
  }
}

@media (max-width: 599px) {
  .content-wrapper {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-wrapper {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-wrapper {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-wrapper {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (max-width: 992px) {
  .content-wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .content-wrapper {
    margin-left: 160px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    margin-left: 196px;
  }
}
@media (min-width: 1368px) {
  .content-wrapper {
    margin-left: 228px;
  }
}
.content-wrapper .family-tag-name {
  color: #fff;
}

@media (min-width: 960px) and (max-width: 991px) {
  .content-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 960px) and (max-width: 992px) {
  .content-wrapper {
    float: none;
  }
}
@media (min-width: 1176px) and (max-width: 1199px) {
  .content-wrapper {
    max-width: 100%;
  }
  .content-wrapper .content-header-nav-bg {
    max-width: 100%;
  }
  .content-wrapper .content-header-nav-bg .content-header {
    max-width: 85.5%;
  }
}
.content-header-nav-bg {
  position: relative;
  z-index: 999;
}
@media (max-width: 599px) {
  .content-header-nav-bg {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-header-nav-bg {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-header-nav-bg {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-header-nav-bg {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-header-nav-bg {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (max-width: 766px) {
  .content-header-nav-bg:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .content-header-nav-bg:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .content-header-nav-bg:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .content-header-nav-bg:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1368px) {
  .content-header-nav-bg:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.content-header {
  background: #043263;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 599px) {
  .content-header {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-header {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-header {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-header {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-header {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
.content-header .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.content-header .d-flex .filtercheck {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content-header .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-header .d-flex.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-header .elements-component-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content-header .elements-component-tags {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .content-header .elements-component-tags {
    max-width: 320px;
  }
}
.content-header .filter-check-bar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .content-header .filter-check-bar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 16px;
  }
}
.content-header .filter-bar .notifications__info--error {
  padding: 8px 16px;
}
.content-header .filter-bar .notifications__info--error span {
  color: #000;
}
.content-header .filter-bar .notifications__info--error span .ui-warning {
  color: #da3851;
}
.content-header .filter-bar .notifications__info--error span .ui-warning:before {
  top: 2px;
  position: relative;
  margin-right: 8px;
}
.content-header .filter-bar .notifications__info--error span a {
  margin-left: 5px;
  color: #1973b8;
}
@media (min-width: 992px) {
  .content-header .input__wrapper {
    margin: 16px 0 0 0;
  }
  .content-header .input__wrapper .dropdown {
    width: auto;
    min-width: 71%;
  }
}
@media (min-width: 1368px) {
  .content-header .input__wrapper .dropdown {
    width: 48%;
  }
}
.content-header .dropdown__text span {
  padding-right: 16px;
}
.content-header--no-nav {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 601px) {
  .content-header--no-nav {
    padding-top: 92px;
  }
}
@media (max-width: 766px) {
  .content-header {
    padding-top: 80px;
  }
  .content-header:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .content-header:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .content-header {
    text-align: inherit;
    padding-left: 48px;
  }
  .content-header .dropdown--focus {
    width: auto;
    min-width: 71%;
  }
  .content-header:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .content-header {
    padding-left: 66px;
  }
}
@media (min-width: 1368px) {
  .content-header {
    padding-left: 82px;
  }
  .content-header .dropdown--focus {
    width: auto;
    min-width: 71%;
  }
}
.content-header .entry-title {
  color: #fff;
  margin: 6px 0 0 0;
  position: relative;
}
@media (max-width: 766px) {
  .content-header .entry-title {
    margin: 8px 0 32px 0;
  }
}
.content-header .entry-title .tag {
  bottom: 0;
  left: 10px;
  position: relative;
  line-height: 8px;
  margin: 0;
}
.content-header .entry-title .tag:not(.tag--new):not(.tag--updated):not(.tag--deprecated) {
  padding: 0;
}
@media (max-width: 766px) {
  .content-header .entry-title .tag {
    top: -4px;
    position: relative;
  }
}
.content-header .entry-title.phase_developed {
  position: relative;
}
.content-header .tag {
  margin-left: 2px;
}
.content-header .version {
  position: relative;
  font-size: 1.5rem;
}

.content-nav {
  text-transform: uppercase;
  background: #043263;
  -webkit-transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 599px) {
  .content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 528px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 654px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 766px;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-nav {
    -webkit-transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .content-nav {
    -webkit-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.content-nav::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 766px) {
  .content-nav:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .content-nav:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .content-nav {
    text-align: inherit;
    padding-left: 48px;
    padding-right: 48px;
  }
  .content-nav:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .content-nav {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1368px) {
  .content-nav {
    padding-left: 82px;
    padding-right: 82px;
  }
}
.content-nav.sticky {
  top: -64px;
  position: fixed;
}
.content-nav.sticky:after {
  content: " ";
  background: inherit;
  height: 100%;
  width: 3500px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .content-nav.sticky.animateOut {
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
.content-nav--updates {
  max-width: 100%;
}
.content-nav nav {
  display: none;
}
@media (min-width: 992px) {
  .content-nav nav {
    display: block;
    background: #043263;
  }
}
.content-nav nav ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-nav nav ul li {
  padding: 20px 0 0 0;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.content-nav nav ul li.active a, .content-nav nav ul li.current_page_item a {
  color: #fff;
  opacity: 1;
}
.content-nav nav ul a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  color: #bdbdbd;
}
.content-nav nav ul a i {
  vertical-align: middle;
  margin-right: 6px;
}
.content-nav div hr {
  position: absolute;
  height: 8px;
  margin: 0;
  bottom: 0;
  background-color: #5bbeff;
  border: none;
  -webkit-transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .content-nav div hr {
    -webkit-transition: all 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .content-nav div hr {
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 599px) {
  .content-body-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 928px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1144px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1336px;
    float: left;
  }
}

.ui_version_element-template-default .content-body {
  padding-top: 0;
}
.ui_version_element-template-default .content-body.content-body-overview {
  padding-top: 40px;
}

.content-body {
  /*.e-gallery-item:hover {
    cursor: zoom-in;
  }*/
}
@media (max-width: 599px) {
  .content-body {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (max-width: 599px) {
  .content-body {
    padding-top: 32px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 600px) {
  .content-body {
    padding: 64px 32px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .content-body .elementor-column.elementor-col-50,
  .content-body .elementor-column[data-col="50"] {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .content-body {
    padding: 48px;
  }
}
@media (min-width: 1200px) {
  .content-body {
    padding: 66px;
  }
}
@media (min-width: 1368px) {
  .content-body {
    padding: 82px;
  }
}
.content-body .caps-tag-sm p {
  color: #000;
}
.content-body p,
.content-body li {
  color: #666666;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px !important;
}
.content-body p.body-copy-bold,
.content-body li.body-copy-bold {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.content-body p a {
  display: contents;
}
.content-body .typography p {
  color: #000;
}
.content-body img {
  margin: 32px 0 0 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-body img {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .content-body img {
    margin: 0;
  }
}
.content-body .specs-do figcaption {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.23;
  color: #666666;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-body .specs-do figcaption:before {
  font-family: "bbva-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f275";
  color: #48ae64;
  margin-right: 8px;
}
.content-body .specs-dont figcaption {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.23;
  color: #666666;
  margin-top: 8px;
}
.content-body .specs-dont figcaption:before {
  font-family: "bbva-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2e9";
  color: #f35e61;
  margin-right: 8px;
}
.content-body .specs p {
  color: #666666;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
}
.content-body .specs strong {
  font-weight: 500;
}
@media (max-width: 599px) {
  .content-body .left {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body .left {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .left {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 320px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body .left {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 392px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body .left {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 456px;
    float: left;
  }
}
.content-body .left a.live-preview {
  margin: 0;
}
.content-body .right {
  text-align: center;
}
@media (max-width: 599px) {
  .content-body .right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body .right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 272px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body .right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 326px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body .right {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 374px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right {
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .content-body .right {
    margin-left: 98px;
  }
}
@media (min-width: 1368px) {
  .content-body .right {
    margin-left: 114px;
  }
}
.content-body .right img {
  max-width: 100%;
}
@media (max-width: 599px) {
  .content-body .left-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body .left-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .left-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 320px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body .left-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 392px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body .left-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 456px;
    float: left;
  }
}
.content-body .left-50 a.live-preview {
  margin: 0;
}
@media (max-width: 599px) {
  .content-body .right-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body .right-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 320px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body .right-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 392px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body .right-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 456px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-50 {
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  .content-body .right-50 {
    margin-left: 32px;
  }
}
@media (min-width: 1368px) {
  .content-body .right-50 {
    margin-left: 32px;
  }
}
.content-body .right-50 img {
  max-width: 100%;
}
@media (max-width: 599px) {
  .content-body .right-33 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body .right-33 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-33 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 320px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body .right-33 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 392px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body .right-33 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 456px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-33 {
    margin-left: 56px;
  }
}
@media (min-width: 1200px) {
  .content-body .right-33 {
    margin-left: 56px;
  }
}
@media (min-width: 1368px) {
  .content-body .right-33 {
    margin-left: 56px;
  }
}
.content-body .right-33 img {
  max-width: 100%;
}
@media (max-width: 599px) {
  .content-body .right-25 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body .right-25 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-25 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 320px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body .right-25 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 392px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body .right-25 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 456px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-25 {
    margin-left: 48px;
  }
}
@media (min-width: 1200px) {
  .content-body .right-25 {
    margin-left: 48px;
  }
}
@media (min-width: 1368px) {
  .content-body .right-25 {
    margin-left: 48px;
  }
}
.content-body .right-25 img {
  max-width: 100%;
}
@media (max-width: 599px) {
  .content-body .right-20 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body .right-20 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-20 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 320px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body .right-20 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 392px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body .right-20 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 456px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body .right-20 {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .content-body .right-20 {
    margin-left: 40px;
  }
}
@media (min-width: 1368px) {
  .content-body .right-20 {
    margin-left: 40px;
  }
}
.content-body .right-20 img {
  max-width: 100%;
}
.content-body hr {
  margin-bottom: 48px;
}
.content-body hr.last_hr {
  border: 1px solid #d3d3d3;
  border-bottom: none;
  margin: 64px 0;
  float: none;
}
@media (max-width: 599px) {
  .content-body hr {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-body hr {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body hr {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 640px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-body hr {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 816px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-body hr {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 944px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-body hr {
    margin-left: 48px;
    margin-right: 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .content-body hr {
    margin-left: 66px;
    margin-right: 66px;
    margin-bottom: 66px;
  }
}
@media (min-width: 1368px) {
  .content-body hr {
    margin-left: 82px;
    margin-right: 82px;
    margin-bottom: 82px;
  }
}
.content-body.download-micros .download-all-section {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 40px;
}
.content-body.download-micros .section_title {
  float: left;
  margin-bottom: 20px;
  margin-right: 8px;
}
.content-body.download-micros .section_title:before {
  font-family: "bbva-icons";
  content: "\f13b";
  position: relative;
  left: 0px;
  top: 3px;
  font-size: 16px;
  color: #237aba;
  margin-right: 4px;
}
.content-body.download-micros .content-title {
  margin-top: 80px;
}
.content-body.download-micros .content-title a {
  font-size: 1.3rem;
  line-height: 32px;
}
.content-body.download-micros .thumbnail {
  margin-right: 32px;
}
.content-body.download-micros .thumbnail__img--lightGrey {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.content-body.download-micros .thumbnail__thumbnailDesc {
  padding: 7px 16px 0;
}
.content-body.download-micros .thumbnail__thumbnailDesc span:first-child {
  width: 176px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #121212;
}
.content-body.download-micros .thumbnail__thumbnailDesc span:last-child {
  float: right;
}
.content-body .multi_sections_dropdown {
  float: none;
  max-width: 448px;
  margin-top: 32px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-body .multi_sections_dropdown {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.content-body .multi_sections_tabs {
  margin-top: 48px;
  margin-left: 0;
}
.content-body .multi_sections_tabs.label__out {
  padding-top: 0;
}
.content-body .multi_sections_tabs .row {
  width: 100%;
}
.content-body.content-body__overview .multi_sections_tabs {
  margin-top: 8px;
}
.content-body.dark-mode .filtercheck p {
  color: #fff;
}
.content-body .filtercheck {
  margin-top: 24px;
  position: relative;
  padding-right: 16px;
}
@media (min-width: 600px) {
  .content-body .filtercheck {
    left: 64px 32px;
  }
}
@media (min-width: 992px) {
  .content-body .filtercheck {
    left: 48px;
  }
}
@media (min-width: 1200px) {
  .content-body .filtercheck {
    left: 66px;
  }
}
@media (min-width: 1368px) {
  .content-body .filtercheck {
    left: 82px;
  }
}
.content-body .filtercheck p {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.content-body .filtercheck .filter-check-bar {
  border-radius: 100px;
}
.content-body .filtercheck .filter-check-bar li {
  background-color: #1973b8;
  border: none;
  padding: 2px;
}
.content-body .filtercheck .filter-check-bar li a {
  padding: 2px 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
.content-body .filtercheck .filter-check-bar li a.active {
  background-color: #fff;
}
.content-body .filtercheck .filter-check-bar li a.active span {
  color: #1973b8;
}
.content-body .filtercheck .filter-check-bar li a span {
  color: #fff;
}
.content-body .filtercheck .filter-check-bar li:nth-child(2) {
  margin-left: -2px;
}
@media (min-width: 992px) {
  .content-body:after {
    content: "";
    background: inherit;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
  }
}
.content-body .current_phase__box-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  top: 0;
  right: 0;
  overflow: hidden;
}
.content-body .current_phase__box-tag .tag-item {
  overflow: hidden;
  padding: 0px 6px;
  font-weight: bold;
  color: white;
  display: block;
  text-align: center;
  line-height: 24px;
  -webkit-transition: width 0.5s ease-in-out, padding-right 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, padding-right 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; /* Retrasa el ensanchamiento del contenedor al hacer hover */
  white-space: nowrap;
  width: 24px; /* Para mostrar solo la primera letra */
  position: relative;
  /* Para el span que envuelve la primera letra */
  /* Animación al salir del hover */
}
.content-body .current_phase__box-tag .tag-item .first-letter {
  display: inline-block;
  padding-right: 12px;
  -webkit-transition: padding-right 0.2s ease-in-out;
  transition: padding-right 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /* Inicia de inmediato al hacer hover */
}
.content-body .current_phase__box-tag .tag-item:hover {
  width: 100%; /* Ensancha el contenedor completamente */
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /* Inicia inmediatamente al hacer hover */
  /* Al hacer hover, la primera letra pierde su padding */
}
.content-body .current_phase__box-tag .tag-item:hover .first-letter {
  padding-right: 0;
}
.content-body .current_phase__box-tag .tag-item:not(:hover) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /* Sin retraso para hacer el ancho pequeño primero */
}
.content-body .current_phase__box-tag .tag-item:not(:hover) .first-letter {
  padding-right: 12px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; /* Retrasa la animación del padding al salir del hover */
}

.content-wrapper .related-thumbs {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 599px) {
  .content-wrapper .related-thumbs {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-wrapper .related-thumbs {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-wrapper .related-thumbs {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .related-thumbs {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-wrapper .related-thumbs {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-wrapper .related-thumbs {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .related-thumbs {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1368px) {
  .content-wrapper .related-thumbs {
    padding-left: 82px;
    padding-right: 82px;
  }
}
.content-wrapper .related-thumbs hr {
  border: 1px solid #d3d3d3;
  border-bottom: none;
  margin: 64px 0;
}
.content-wrapper .related-thumbs h4 {
  display: block;
}
.content-wrapper .related-thumbs p.caps-tag-sm {
  margin-bottom: 24px;
}
.content-wrapper .related-thumbs .thumbnail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 599px) {
  .content-wrapper .related-thumbs .thumbnail-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.content-wrapper .related-thumbs .thumbnail-container .thumbnail {
  margin-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 29%;
      -ms-flex: 1 1 29%;
          flex: 1 1 29%;
}
@media (max-width: 599px) {
  .content-wrapper .related-thumbs .thumbnail-container .thumbnail {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 16px;
  }
  .content-wrapper .related-thumbs .thumbnail-container .thumbnail:last-child {
    margin-bottom: 68px;
  }
}
@media (min-width: 600px) {
  .content-wrapper .related-thumbs .thumbnail-container .thumbnail {
    margin-right: 32px;
    max-width: 31%;
  }
}
.content-wrapper .related-thumbs .thumbnail-container .thumbnail:nth-child(3n) {
  margin-right: 0;
}
.content-wrapper .related-thumbs-expandable--shadow .thumbnail-container {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70.2%, black), color-stop(90%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, black 0%, black 70.2%, rgba(0, 0, 0, 0) 90%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70.2%, black), color-stop(90%, rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, black 0%, black 70.2%, rgba(0, 0, 0, 0) 90%);
  margin-bottom: -30px;
}
.content-wrapper .related-thumbs-expandable--shadow .thumbnail-container .thumbnail:nth-child(n+7) {
  display: none;
}
.content-wrapper .related-thumbs-expandable {
  padding-left: 16px;
  padding-right: 16px;
}
.content-wrapper .related-thumbs-expandable--shadow .thumbnail-container {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70.2%, black), color-stop(90%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(top, black 0%, black 70.2%, rgba(0, 0, 0, 0) 90%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70.2%, black), color-stop(90%, rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, black 0%, black 70.2%, rgba(0, 0, 0, 0) 90%);
  margin-bottom: -30px;
  max-height: 606px;
  overflow: hidden;
}
.content-wrapper .related-thumbs-expandable--shadow .thumbnail-container .thumbnail:nth-child(n+7) {
  display: none;
}
.content-wrapper .related-thumbs-expandable .col-mb-12 {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .content-wrapper .related-thumbs-expandable {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .content-wrapper .related-thumbs-expandable {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-wrapper .related-thumbs-expandable {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .related-thumbs-expandable {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .content-wrapper .related-thumbs-expandable {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (min-width: 992px) {
  .content-wrapper .related-thumbs-expandable {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .related-thumbs-expandable {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1368px) {
  .content-wrapper .related-thumbs-expandable {
    padding-left: 82px;
    padding-right: 82px;
  }
}
.content-wrapper .related-thumbs-expandable hr {
  border: 1px solid #d3d3d3;
  border-bottom: none;
  margin: 64px 0;
}
.content-wrapper .related-thumbs-expandable h4 {
  display: block;
}
.content-wrapper .related-thumbs-expandable p.caps-tag-sm {
  margin-bottom: 24px;
}
.content-wrapper .related-thumbs-expandable .thumbnail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 599px) {
  .content-wrapper .related-thumbs-expandable .thumbnail-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.content-wrapper .related-thumbs-expandable .thumbnail-container .thumbnail {
  margin-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 29%;
      -ms-flex: 1 1 29%;
          flex: 1 1 29%;
}
@media (max-width: 599px) {
  .content-wrapper .related-thumbs-expandable .thumbnail-container .thumbnail {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 16px;
  }
  .content-wrapper .related-thumbs-expandable .thumbnail-container .thumbnail:last-child {
    margin-bottom: 68px;
  }
}
@media (min-width: 600px) {
  .content-wrapper .related-thumbs-expandable .thumbnail-container .thumbnail {
    margin-right: 32px;
    max-width: 31%;
  }
}
.content-wrapper .related-thumbs-expandable .thumbnail-container .thumbnail:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 992px) {
  .content-wrapper section.elementor-element:not(.section__profile-box):after {
    content: "";
    background: inherit;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
  }
}

.next-section .caps-tag-xs, .next-section .sub-content-nav nav ul a, .sub-content-nav nav ul .next-section a, .next-section .floating-content-nav ul li a, .floating-content-nav ul li .next-section a {
  color: #fff;
  margin-bottom: 0;
}
.next-section .caps-tag-xs:hover, .next-section .sub-content-nav nav ul a:hover, .sub-content-nav nav ul .next-section a:hover, .next-section .floating-content-nav ul li a:hover, .floating-content-nav ul li .next-section a:hover {
  color: #5bbeff;
}
.next-section a {
  background: #072146;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: background 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 375ms cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}
@media (max-width: 599px) {
  .next-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .next-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .next-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .next-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .next-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (min-width: 600px) {
  .next-section a {
    -webkit-transition: background 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .next-section a {
    -webkit-transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.next-section a:hover {
  color: #5bbeff;
}
@media (max-width: 766px) {
  .next-section a:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .next-section a:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .next-section a {
    padding-left: 48px;
    padding-right: 48px;
  }
  .next-section a:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .next-section a {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1368px) {
  .next-section a {
    padding-left: 82px;
    padding-right: 82px;
  }
}
.next-section a h5 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
}
.next-section a h5:hover {
  color: #5bbeff;
}
.next-section a h5 span {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 28px;
  right: 16px;
}
@media (min-width: 992px) {
  .next-section a h5 span {
    right: 48px;
  }
}
@media (min-width: 1200px) {
  .next-section a h5 span {
    right: 66px;
  }
}
@media (min-width: 1368px) {
  .next-section a h5 span {
    right: 82px;
  }
}

.floating-content-nav {
  background: #fff;
  /*-webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.20);*/
  /*@include breakpoint(desktop) {
    right: 2%;
    bottom: 2%;
    opacity: 1;
  }

  @include breakpoint(wide) {
    right: 3%;
    bottom: 3%;
  }

  @include breakpoint(ultra) {
    right: 3%;
    bottom: 5%;
  }

  @media (min-width: 1700px) {
    right: 8%;
    bottom: 8%;
  }*/
}
.floating-content-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.floating-content-nav ul li {
  padding: 0 0 8px 0;
}
.floating-content-nav ul li:last-child {
  padding: 0;
}
.floating-content-nav ul li a {
  display: block;
  color: #666666;
}
.floating-content-nav ul li a:hover {
  color: #5bbeff;
  opacity: 1;
}
.floating-content-nav ul li a.active {
  color: #121212;
  opacity: 1;
}

.sub-content-nav {
  text-transform: uppercase;
  background: #fff;
  border-bottom: 1px solid #bdbdbd;
  -webkit-transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 599px) {
  .sub-content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .sub-content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .sub-content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .sub-content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .sub-content-nav {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (min-width: 600px) {
  .sub-content-nav {
    -webkit-transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .sub-content-nav {
    -webkit-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.sub-content-nav::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 766px) {
  .sub-content-nav:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sub-content-nav:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .sub-content-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: inherit;
    padding-left: 48px;
    padding-right: 48px;
  }
  .sub-content-nav:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .sub-content-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1368px) {
  .sub-content-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 82px;
    padding-right: 82px;
  }
}
.sub-content-nav::after {
  border-bottom: inherit;
  top: 1px;
}
.sub-content-nav.sticky {
  top: 6px;
  position: fixed;
  z-index: 1;
}
.sub-content-nav.sticky:after {
  content: " ";
  background: inherit;
  height: 100%;
  width: 3500px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .sub-content-nav.sticky.animateOut {
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
.sub-content-nav.sticky::after {
  top: 1px;
}
.sub-content-nav.sticky.sub-content-nav--flows {
  top: -64px;
}
.sub-content-nav nav {
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .sub-content-nav nav {
    display: block;
    background: #fff;
  }
}
.sub-content-nav nav.tabs__sub--nav ul.tabs__wrapper__sub--nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 100%;
}
.sub-content-nav nav.tabs__sub--nav ul.tabs__wrapper__sub--nav li.tabs__slide {
  white-space: nowrap;
  padding-left: 40px;
  padding-right: 40px;
}
.sub-content-nav nav.tabs__sub--nav ul.tabs__wrapper__sub--nav li.tabs__slide a {
  white-space: nowrap;
}
.sub-content-nav nav .tabs__mask {
  display: block;
}
.sub-content-nav nav ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sub-content-nav nav ul li {
  padding: 20px 0 0 0;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sub-content-nav nav ul li.active, .sub-content-nav nav ul li:hover {
  border-bottom: 1px solid #121212;
  top: 1px;
}
.sub-content-nav nav ul li.active a, .sub-content-nav nav ul li:hover a {
  color: #121212;
  opacity: 1;
}
.sub-content-nav nav ul a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  color: #bdbdbd;
}
.sub-content-nav nav ul a:hover {
  color: #121212;
  opacity: 1;
}
.sub-content-nav nav ul a.active {
  color: #121212;
  opacity: 1;
}
.sub-content-nav nav ul a i {
  vertical-align: middle;
  margin-right: 6px;
}

a i {
  margin-right: 8px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.thumbnail-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.thumbnail-container .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.hide {
  display: none;
}

.slider-line-pos {
  position: inherit;
}

.labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 56px;
}
.labels__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .labels__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .labels__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-right: 52px;
  }
}
.labels__text .ui-right {
  color: #48ae64;
  margin-right: 8px;
}
.labels__text .ui-clock {
  color: #bdbdbd;
  margin-right: 8px;
}
.labels__text .ui-info {
  color: #f8cd51;
  margin-right: 8px;
}

ul.ui-iconlist {
  margin-top: 16px;
}
ul.ui-iconlist li:before {
  font-family: "bbva-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13b";
  color: #49A5E6;
  font-size: 1em;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  margin-left: 0;
  position: relative;
  top: 2px;
}
ul.ui-iconlist strong {
  font-weight: inherit;
}
ul.ui-iconlist-wrong li:before {
  color: #f35e61;
  content: "\f2e9";
}

@media (max-width: 992px) {
  .dividers-mobile-width img {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .submit-contact-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

div.notification-btn a {
  background-color: #1973b8;
  padding: 19px;
  display: block;
  max-width: 262px;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  position: relative;
  color: #fff;
}
div.notification-btn a:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}
div.notification-btn a:hover {
  background-color: #1464A5;
}

.elementor-widget.elementor-widget-heading h4 {
  line-height: 40px !important;
}

/*.version {
  .tooltip {
    &-inner {
      background: $blue-medium;
      color: $white;
      padding: 8px 16px;
      box-shadow: 0 1px 3px 0 $grey600;
      border-radius: 1px;
    }

    &-arrow {
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      margin: 5px;
      border-color: $blue-medium;
    }

    &[x-placement^="top"] {
      margin-bottom: 5px;

      .tooltip-arrow {
        border-width: 5px 5px 0 5px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        bottom: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
      }
    }

    &[x-placement^="bottom"] {
      margin-top: 5px;

      .tooltip-arrow {
        border-width: 0 5px 5px 5px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        top: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
      }
    }

    &[x-placement^="right"] {
      margin-left: 5px;

      .tooltip-arrow {
        border-width: 5px 5px 5px 0;
        border-left-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
        left: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
      }
    }

    &[x-placement^="left"] {
      margin-right: 5px;

      .tooltip-arrow {
        border-width: 5px 0 5px 5px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        right: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
      }
    }
  }
}*/
.token .tag {
  padding-right: 0;
  padding-left: 0;
}

section.comparison-table.container.table-develop, section.comparison-table.container.table-design, section.comparison-table.container.table-functional {
  padding-left: 0px !important;
  width: calc(100% + 16px);
  margin-bottom: 0;
  margin-top: 0;
}
section.comparison-table.container.table-develop tr th {
  text-align: left;
}
section.comparison-table.container.table-develop tr td {
  padding-bottom: 12px;
  padding-top: 12px;
}
section.comparison-table.container.table-develop tr td:nth-child(4) {
  width: 100%;
}
section.comparison-table.container.table-design table.table.table-bordered {
  border: none;
}
section.comparison-table.container.table-design table.table.table-bordered tr {
  border-bottom: 1px solid #f4f4f4;
}
section.comparison-table.container.table-design table.table.table-bordered tr:last-child {
  border: none;
}
section.comparison-table.container.table-design table.table.table-bordered tr th {
  background: #f4f4f4;
  border: none;
  text-align: left;
}
section.comparison-table.container.table-design table.table.table-bordered tr td {
  border: none;
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
}
section.comparison-table.container.table-design.table-research table.table.table-bordered tbody tr:first-child {
  border-top-color: #f4f4f4;
}
section.comparison-table.container.table-design.table-research table.table.table-bordered tbody tr:last-child {
  border-bottom: 1px solid #f4f4f4;
}
section.comparison-table.container.table-design.table-research table.table.table-bordered tbody tr td {
  border-right: 1px solid #f4f4f4;
}
section.comparison-table.container.table-design.table-research table.table.table-bordered tbody tr td:last-child {
  border-right: none;
}

.ui-studio-updates thead th:nth-child(1) {
  width: 32%;
}
.ui-studio-updates thead th:nth-child(2), .ui-studio-updates thead th:nth-child(4) {
  text-align: center;
}
.ui-studio-updates thead th:nth-child(4) {
  width: 16%;
}
.ui-studio-updates tbody tr td:nth-child(1) {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #121212;
  padding-left: 16px;
}
.ui-studio-updates tbody tr td:nth-child(2), .ui-studio-updates tbody tr td:nth-child(4) {
  text-align: center;
}

a.ui-link.repository-link:before {
  top: 2px;
  position: relative;
}

.ui_version_element-template-default .content-body .develop--changelog h4, .ui_version_element-template-default .content-body .develop--changelog .h4-header,
.ui_version_element-template-default .content-body .develop--changelog h5, .ui_version_element-template-default .content-body .develop--changelog .h5-header,
.ui_version_element-template-default .content-body .develop--changelog h6, .ui_version_element-template-default .content-body .develop--changelog .h6-header, .ui_version_element-template-default .content-body .develop--changelog .h6-header-sm,
.elementor_library-template-default .content-body .develop--changelog h4,
.elementor_library-template-default .content-body .develop--changelog .h4-header,
.elementor_library-template-default .content-body .develop--changelog h5,
.elementor_library-template-default .content-body .develop--changelog .h5-header,
.elementor_library-template-default .content-body .develop--changelog h6,
.elementor_library-template-default .content-body .develop--changelog .h6-header,
.elementor_library-template-default .content-body .develop--changelog .h6-header-sm {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.ui_version_element-template-default .content-body .develop--changelog .h6-header-xs,
.ui_version_element-template-default .content-body .develop--changelog .body-copy-bold.header p,
.ui_version_element-template-default .content-body .develop--changelog .caps-tag-sm p,
.ui_version_element-template-default .content-body .develop--changelog .caps-tag-xs p,
.ui_version_element-template-default .content-body .develop--changelog .floating-content-nav ul li a p,
.floating-content-nav ul li .ui_version_element-template-default .content-body .develop--changelog a p,
.ui_version_element-template-default .content-body .develop--changelog .sub-content-nav nav ul a p,
.sub-content-nav nav ul .ui_version_element-template-default .content-body .develop--changelog a p,
.elementor_library-template-default .content-body .develop--changelog .h6-header-xs,
.elementor_library-template-default .content-body .develop--changelog .body-copy-bold.header p,
.elementor_library-template-default .content-body .develop--changelog .caps-tag-sm p,
.elementor_library-template-default .content-body .develop--changelog .caps-tag-xs p,
.elementor_library-template-default .content-body .develop--changelog .floating-content-nav ul li a p,
.floating-content-nav ul li .elementor_library-template-default .content-body .develop--changelog a p,
.elementor_library-template-default .content-body .develop--changelog .sub-content-nav nav ul a p,
.sub-content-nav nav ul .elementor_library-template-default .content-body .develop--changelog a p {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.ui_version_element-template-default .content-body .develop--changelog .section__heading--1 .elementor-widget-container,
.elementor_library-template-default .content-body .develop--changelog .section__heading--1 .elementor-widget-container {
  margin: 40px 0px 8px 0px;
}
.ui_version_element-template-default .content-body .develop--changelog h4, .ui_version_element-template-default .content-body .develop--changelog .h4-header,
.elementor_library-template-default .content-body .develop--changelog h4,
.elementor_library-template-default .content-body .develop--changelog .h4-header {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
}
.ui_version_element-template-default .content-body .develop--changelog .section__heading--2 .elementor-widget-container,
.elementor_library-template-default .content-body .develop--changelog .section__heading--2 .elementor-widget-container {
  margin: 40px 0px 8px 0px;
}
.ui_version_element-template-default .content-body .develop--changelog h5, .ui_version_element-template-default .content-body .develop--changelog .h5-header,
.elementor_library-template-default .content-body .develop--changelog h5,
.elementor_library-template-default .content-body .develop--changelog .h5-header {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
}
.ui_version_element-template-default .content-body .develop--changelog .section__heading--3 .elementor-widget-container,
.elementor_library-template-default .content-body .develop--changelog .section__heading--3 .elementor-widget-container {
  margin: 16px 0px 8px 0px;
}
.ui_version_element-template-default .content-body .develop--changelog h6, .ui_version_element-template-default .content-body .develop--changelog div.h6-header, .ui_version_element-template-default .content-body .develop--changelog div.h6-header h6,
.elementor_library-template-default .content-body .develop--changelog h6,
.elementor_library-template-default .content-body .develop--changelog div.h6-header,
.elementor_library-template-default .content-body .develop--changelog div.h6-header h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px !important;
}
.ui_version_element-template-default .content-body .develop--changelog .section__heading--4 .elementor-widget-container,
.elementor_library-template-default .content-body .develop--changelog .section__heading--4 .elementor-widget-container {
  margin: 16px 0px 8px 0px;
}
.ui_version_element-template-default .content-body .develop--changelog .h6-header-sm h6,
.elementor_library-template-default .content-body .develop--changelog .h6-header-sm h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
.ui_version_element-template-default .content-body .develop--changelog .section__heading--5 .elementor-widget-container,
.elementor_library-template-default .content-body .develop--changelog .section__heading--5 .elementor-widget-container {
  margin: 8px 0px 8px 0px;
}
.ui_version_element-template-default .content-body .develop--changelog .h6-header-xs h6,
.elementor_library-template-default .content-body .develop--changelog .h6-header-xs h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
.ui_version_element-template-default .content-body .develop--changelog .list--medium-blue .elementor-widget-container,
.elementor_library-template-default .content-body .develop--changelog .list--medium-blue .elementor-widget-container {
  margin: 0px;
}
.ui_version_element-template-default .content-body .develop--changelog .list--medium-blue li,
.elementor_library-template-default .content-body .develop--changelog .list--medium-blue li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}

.dark-mode .specs-do.elementor-element .elementor-image figure img {
  border-color: #88ca9a;
}
.dark-mode .specs-do figcaption {
  color: #fff;
}
.dark-mode .specs-do figcaption:before {
  color: #88ca9a;
}
.dark-mode .specs-dont.elementor-element .elementor-image figure img {
  border-color: #e77d8e;
}
.dark-mode .specs-dont figcaption {
  color: #fff;
}
.dark-mode .specs-dont figcaption:before {
  color: #e77d8e;
}
.dark-mode.content-body .caps-tag-sm p {
  color: #fff;
}

#wp-admin-bar-deploy-production a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
}

#wp-admin-bar-wp-logo, #wp-admin-bar-customize, #wp-admin-bar-updates, #wp-admin-bar-comments, #wp-admin-bar-new-content, #wp-admin-bar-elementor_notes {
  display: none;
}

#wp-admin-bar-view-list-of-related .ab-item::before {
  font-family: "Dashicons";
  content: "\f177";
  margin-right: 8px;
}

#wp-admin-bar-edit-ui_element .ab-item::before {
  font-family: "Dashicons";
  content: "\f464";
  margin-right: 8px;
}

#wp-admin-bar-deploy-production .ab-item::before {
  font-family: "Dashicons";
  content: "\f147";
  margin-right: 8px;
}

#wp-admin-bar-delete-version-in-production .ab-item::before, #wp-admin-bar-delete-element-in-production .ab-item::before {
  font-family: "Dashicons";
  content: "\f182";
  margin-right: 8px;
}

.ui-warning.bug-report-button::before {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 24px;
}

.wrapper__devices {
  min-width: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper__devices .icon-card {
  height: 48px;
  width: 48px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #004481;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.wrapper__devices .icon-card a {
  height: 24px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.wrapper__devices .icon-card.active {
  background-color: #fff;
}
.wrapper__devices .icon-card.active a {
  color: #121212;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.postid-256142598 .content-wrapper {
  margin-left: 0;
}

.postid-256142598 .side-navigation, .postid-256142598 .sideNav-mobile-modal, .postid-256142598 .sideNav-mobile {
  display: none;
}

a.home-link {
  color: #1973b8;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 0px;
}

div.home-section {
  margin-top: 256px;
}

div.top-section {
  margin-top: 128px;
}

div.container-50 {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
}

div.links-container {
  margin-top: 30px;
}

div.color {
  background-color: #00aced;
}

#bodymovin {
  width: 549px;
  height: 1660px;
  display: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

@media (min-width: 1040px) {
  #bodymovin {
    display: block;
  }
}
.getting-started-content {
  margin-bottom: 32px;
}
.getting-started-content p {
  color: #666666;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
}
.getting-started-content .h3-copy {
  margin-top: 32px;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.23;
  text-align: left;
  color: #121212;
}
.getting-started-content ul {
  list-style: square inside url("sqpurple.gif");
}
.getting-started-content .bullet-1 {
  font-family: "Benton Sans Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
  color: #666666;
}
.getting-started-content .body-copy-13 {
  font-family: "Benton Sans Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #121212;
}
.getting-started-content .caps-tag-xxs {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
}
.getting-started-content table {
  width: 100%;
  border-collapse: collapse;
  height: 226px;
  margin-bottom: 64px;
}
.getting-started-content table, .getting-started-content th, .getting-started-content td {
  text-align: center;
  border: 0.5px solid #666666;
  vertical-align: middle;
  padding: 15px;
}
.getting-started-content .table-header {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #121212;
}
.getting-started-content .ui-checkmark {
  text-align: center;
  color: #48ae64;
}
.getting-started-content .ui-close {
  text-align: center;
  color: #da3851;
}

.container-has-download-bar {
  max-width: 100%;
  min-height: 1000px;
  background-color: #f4f4f4;
}

.download-bar {
  width: 1176px;
  position: fixed;
  bottom: -160px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.download-bar--hidden {
  bottom: -226px;
}
.download-bar--show-descriptions {
  bottom: 0px;
}
.download-bar__settings {
  background-color: #1973b8;
  padding: 20px 40px 20px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.download-bar__settings * {
  color: #fff;
}
.download-bar__settings p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-bottom: 0px;
  height: 24px;
  line-height: 24px;
}
.download-bar__settings p span:last-child {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.download-bar__settings p span:last-child:before {
  content: "";
  border-left: solid 1px #fff;
  width: 2px;
  height: 16px;
  margin-left: 16px;
  padding-left: 16px;
}
.download-bar__settings div {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 24px;
  line-height: 24px;
  margin-right: 57px;
  text-align: right;
}
.download-bar__settings div a {
  margin: 0px;
}
.download-bar__settings div a span {
  padding-right: 8px;
}
.download-bar__settings div a span:after {
  content: "";
  border-left: none;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  padding-right: 0px;
}
.download-bar__settings div a:hover span, .download-bar__settings div a:active span, .download-bar__settings div a:focus span {
  color: #072146;
}
.download-bar__settings div span:after {
  content: "";
  border-left: solid 1px #fff;
  width: 2px;
  height: 16px;
  margin-left: 8px;
  padding-right: 8px;
}
.download-bar__settings button {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  height: 24px;
  line-height: 24px;
  border: none;
  text-align: right;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  cursor: pointer;
}
.download-bar__settings button:hover, .download-bar__settings button:active, .download-bar__settings button:focus, .download-bar__settings button:hover span, .download-bar__settings button:active span, .download-bar__settings button:focus span {
  color: #072146;
}
.download-bar__settings button span {
  padding-left: 8px;
  vertical-align: text-top;
}
.download-bar__descriptions {
  background-color: #fff;
  padding: 20px 40px 20px 32px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.download-bar__descriptions > p {
  width: 50%;
  line-height: 24px;
}
.download-bar__descriptions > p.dislaimer-copy:before {
  content: "* ";
}
.download-bar__descriptions > p:last-of-type {
  text-align: right;
}
.download-bar__descriptions > div {
  width: 100%;
  height: 120px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.download-bar__descriptions > div div {
  width: 47%;
  margin-right: 48px;
}
.download-bar__descriptions > div div:nth-child(even) {
  margin-right: 16px;
}
.download-bar__descriptions > div div p {
  margin-bottom: 8px;
}
.download-bar__descriptions > div div p:last-of-type {
  margin-bottom: 24px;
}

.contact-body {
  overflow: hidden;
}

@media (max-width: 766px) {
  .page-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-container .fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 0.5s;
          animation: fadeIn ease-in 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 599px) {
  .page-container .hero-header-complex {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .page-container .hero-header-complex {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .page-container .hero-header-complex {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 448px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .page-container .hero-header-complex {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 556px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .page-container .hero-header-complex {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 652px;
    float: left;
  }
}
.page-container .hero-header-complex--bg-blue {
  background-color: #043263;
  padding-top: 56px;
  padding-bottom: 48px;
}
.page-container .hero-header-complex--bg-blue:before {
  content: " ";
  background: inherit;
  height: 100%;
  width: 3500px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.page-container .hero-header-complex--bg-blue header {
  text-align: center;
}
.page-container .hero-header-complex--bg-blue header h2, .page-container .hero-header-complex--bg-blue header p {
  color: #fff;
}
.page-container .hero-header-complex--bg-blue section ul li a {
  color: #d3d3d3;
}
.page-container .hero-header-complex--bg-blue section ul li a.highlight-item {
  color: #fff;
}
.page-container .hero-header-complex--bg-blue section ul li a:hover {
  color: #d3d3d3;
}
@media (max-width: 599px) {
  .page-container .hero-header-complex--bg-blue {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 766px) {
  .page-container .hero-header-complex--bg-blue {
    padding-left: 64px;
    padding-right: 64px;
  }
  .page-container .hero-header-complex--bg-blue:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-container .hero-header-complex--bg-blue header {
    padding-top: 40px;
  }
  .page-container .hero-header-complex--bg-blue header h2, .page-container .hero-header-complex--bg-blue header p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-container .hero-header-complex--bg-blue {
    -webkit-animation: 0.6s ease-out 0s 1 slideInFromLeft;
            animation: 0.6s ease-out 0s 1 slideInFromLeft;
    height: 100vh;
    padding-top: 18.7vh;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  .page-container .hero-header-complex--bg-blue {
    padding-top: 18.5vh;
    padding-right: 66px;
  }
}
@media (min-width: 1368px) {
  .page-container .hero-header-complex--bg-blue {
    padding-right: 82px;
  }
}
.page-container .hero-header-complex--bg-blue * {
  text-align: left;
  padding-left: 22px;
}
.page-container .hero-header-complex__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 766px) {
  .page-container .hero-header-complex__tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-container .hero-header-complex__tabs .ico-oa_sectiontitle:before {
  font-size: 5px;
  color: #5ac4c4;
  display: inline-block;
  padding-right: 10px;
  top: -1px;
  position: relative;
}
.page-container .hero-header-complex__tabs a:hover {
  color: #fff;
}
.page-container header {
  background-color: inherit;
  margin-bottom: 32px;
}
.page-container header * {
  margin-bottom: 16px;
}
.page-container .accordion-tabs-container {
  height: 100vh;
  background-color: #fff;
  padding-top: 16.7vh;
}
@media (min-width: 992px) {
  .page-container .accordion-tabs-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 480px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .page-container .accordion-tabs-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 588px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .page-container .accordion-tabs-container {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 684px;
    float: left;
  }
}
@media (max-width: 599px) {
  .page-container .accordion-tabs-container h2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-container .accordion-tabs-container {
    padding-left: 48px;
    padding-bottom: 48px;
  }
  .page-container .accordion-tabs-container:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .page-container .accordion-tabs-container {
    padding-left: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1368px) {
  .page-container .accordion-tabs-container {
    padding-left: 82px;
    padding-bottom: 82px;
  }
}
.page-container .accordion-tabs-container .accordion-tabs {
  background-color: #fff;
}
@media (max-width: 599px) {
  .page-container .accordion-tabs-container .accordion-tabs__main {
    position: relative;
    padding-bottom: 135px;
  }
}
.page-container .accordion-tabs-container .accordion-tabs__content--active .accordion-tabs__body {
  display: block;
}
.page-container .accordion-tabs-container .accordion-tabs__header {
  width: 100%;
  margin-bottom: 42px;
  margin-top: 48px;
}
@media (max-width: 599px) {
  .page-container .accordion-tabs-container .accordion-tabs__header h2 {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .page-container .accordion-tabs-container .accordion-tabs__header h2.h2-header-thin {
    padding-top: 48px;
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-container .accordion-tabs-container .accordion-tabs__header h2.h2-header-thin {
    padding-top: 0;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .page-container .accordion-tabs-container .accordion-tabs__header .contact-form-design-download {
    display: none;
  }
}
.page-container .accordion-tabs-container .accordion-tabs__header .ui-arrow-filled-down:before {
  position: relative;
  top: 2px;
}
.page-container .accordion-tabs-container .accordion-tabs__body {
  display: none;
}
@media (max-width: 766px) {
  .page-container .accordion-tabs-container .accordion-tabs__body {
    text-align: center;
  }
}
.page-container .accordion-tabs-container .accordion-tabs__body p {
  margin-bottom: 24px;
}
.page-container .accordion-tabs-container .accordion-tabs__body a {
  display: inline-block;
}
.page-container .accordion-tabs-container .accordion-tabs__body a span:before {
  font-size: 16px;
  top: -2px;
}
.page-container .accordion-tabs-container .accordion-tabs__body form {
  display: block;
}
.page-container .accordion-tabs-container .accordion-tabs__body .textfield__wrapper {
  margin-bottom: 24px;
}
.page-container .accordion-tabs-container .accordion-tabs__qc .show-qc {
  display: block;
}
.page-container .accordion-tabs-container .accordion-tabs__qc.hide-qc {
  display: none;
}
.page-container .accordion-tabs-container .accordion-tabs__request .show-rq {
  display: block;
}
.page-container .accordion-tabs-container .accordion-tabs__request.hide-rq {
  display: none;
}
.page-container .accordion-tabs-container .accordion-tabs__design .show-ds {
  display: block;
}
.page-container .accordion-tabs-container .accordion-tabs__design.hide-ds {
  display: none;
}
.page-container .accordion-tabs-container .accordion-tabs__button {
  background-color: #e9e9e9;
  color: #bdbdbd;
  margin-top: 27px;
  padding: 19px 83px;
  float: right;
}
@media (max-width: 599px) {
  .page-container .accordion-tabs-container .accordion-tabs__button {
    background-color: #e9e9e9;
    color: #bdbdbd;
    width: 100%;
    padding: 19px 83px;
    text-align: center;
    margin-top: 50px;
  }
}
.page-container .drop-file-area {
  border: dashed 1px #49A5E6;
  background-color: #eaf7ff;
  width: 100%;
  height: 136px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-container .drop-file-area * {
  color: #004481;
}
.page-container .drop-file-area > span {
  color: #1973b8;
  font-size: 26px;
}
.page-container .full-span {
  position: relative;
  background: #004481;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 599px) {
  .page-container .full-span {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .page-container .full-span {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .page-container .full-span {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 928px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .page-container .full-span {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1144px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .page-container .full-span {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1336px;
    float: left;
  }
}
.page-container .full-span:before {
  content: " ";
  background: inherit;
  height: 100%;
  width: 3500px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.page-container .full-span:after {
  content: " ";
  background: inherit;
  height: 100%;
  width: 3500px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.content-body .expand-collapse-wrap {
  background-color: #f4f4f4;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-body .expand-collapse-wrap__specs-wrapper {
  overflow: auto;
}
.content-body .expand-collapse-wrap__specs-wrapper a {
  padding: 10px;
  margin-right: 10px;
  float: right;
  color: #1973b8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-body .expand-collapse-wrap__specs-wrapper .ui-account {
  position: relative;
}
.content-body .expand-collapse-wrap__specs-wrapper .ui-account:before {
  font-size: 16px;
  margin-top: 2px;
  margin-right: 8px;
}
.content-body .expand-collapse-wrap .code-container {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}
.content-body .expand-collapse-wrap .code-container.container-opened {
  margin: 0 20px 20px 20px;
  height: 368px;
  background-color: #072146;
  display: block;
  overflow: scroll;
}
.content-body .expand-collapse-wrap.wrap-opened {
  background-color: #043263;
}
.content-body .expand-collapse-wrap.wrap-opened a {
  color: #fff;
}
.content-body .expand-collapse-wrap.wrap-opened .ui-account:before {
  color: #fff;
}

.front-page-section {
  padding: 56px 0 56px 0;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.front-page-section .front-page-desc {
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
@media (max-width: 599px) {
  .front-page-section .front-page-desc {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .front-page-section .front-page-desc {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .front-page-section .front-page-desc {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 448px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .front-page-section .front-page-desc {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 556px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .front-page-section .front-page-desc {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 652px;
    float: left;
  }
}
.front-page-section .front-page-desc h1 {
  margin-bottom: 16px;
}
.front-page-section .front-page-desc h3 {
  margin-bottom: 16px;
}
.front-page-section .front-page-desc p {
  color: #666666;
  margin-bottom: 32px;
}
.front-page-section .front-page-desc__links {
  color: #1973b8;
  font-weight: 500;
}
.front-page-section .front-page-desc__links a {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-right: 8px;
}
.front-page-section .front-page-desc__links a:nth-child(2n) {
  margin-left: 8px;
}
.front-page-section .front-page-desc .front-page-cont {
  height: 80vh;
}
.front-page-section .front-page-desc .front-page-conti {
  padding-bottom: 198px;
}
.front-page-section .front-page-desc .front-page-conti a {
  float: left;
}
.front-page-section .front-page-desc .front-page-conti:nth-child(2n) {
  padding-bottom: 244px;
}
.front-page-section .front-page-desc .front-page-conti:nth-child(3n) {
  padding-bottom: 314px;
}
.front-page-section .front-page-desc .front-page-conti:nth-child(4n) {
  padding-bottom: 314px;
}
.front-page-section .front-page-animation-img {
  height: 500px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
@media (max-width: 599px) {
  .front-page-section .front-page-animation-img {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .front-page-section .front-page-animation-img {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .front-page-section .front-page-animation-img {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 448px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .front-page-section .front-page-animation-img {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 556px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .front-page-section .front-page-animation-img {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 652px;
    float: left;
  }
}
.front-page-section .front-page-animation-img svg {
  position: absolute;
}
.front-page-section.first-section {
  margin-top: 88px;
}

.hiding-box-top {
  height: 400px;
  top: 0;
  width: 100%;
  z-index: 9999;
  right: 0;
  display: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 70%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 70%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}

.hiding-box-bottom {
  height: 500px;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 10%, white 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 10%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}

.empty-div {
  width: 100%;
}

.web-mobile-menu {
  background: #f4f4f4;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 599px) {
  .web-mobile-menu {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .web-mobile-menu {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .web-mobile-menu {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .web-mobile-menu {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .web-mobile-menu {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (max-width: 766px) {
  .web-mobile-menu:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .web-mobile-menu:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.web-mobile-menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff url("./img/arrow-down.png") no-repeat 97%;
  color: #666666;
  -webkit-appearance: none;
  border-radius: 0px;
  padding: 16px;
  width: 100%;
  background-size: 16px;
  text-transform: uppercase;
}
.web-mobile-menu select::-ms-expand {
  display: none;
}

.sideNav-mobile {
  background: #072146;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: 7000;
  right: 0;
  left: 0;
}
@media (max-width: 766px) {
  .sideNav-mobile:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sideNav-mobile:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sideNav-mobile p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.sideNav-mobile:hover {
  cursor: pointer;
}

.sideNav-mobile-modal {
  right: 0;
  position: fixed;
  background: #072146;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateY(110vh);
      -ms-transform: translateY(110vh);
          transform: translateY(110vh);
  -webkit-transition: transform 375ms cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 375ms cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 375ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 375ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 375ms cubic-bezier(0, 0, 0.2, 1);
}
@media (max-width: 766px) {
  .sideNav-mobile-modal:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sideNav-mobile-modal:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 600px) {
  .sideNav-mobile-modal {
    -webkit-transition: transform 112.5ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 112.5ms cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 112.5ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 112.5ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 112.5ms cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .sideNav-mobile-modal {
    -webkit-transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
  }
}
.sideNav-mobile-modal .closeBtn {
  padding: 24px 16px 56px 16px;
}
.sideNav-mobile-modal .closeBtn:hover {
  cursor: pointer;
}
.sideNav-mobile-modal .closeBtn span {
  color: #028484;
  float: right;
}
.sideNav-mobile-modal .closeBtn span:before {
  font-size: 24px;
  font-size: 2.4rem;
}
.sideNav-mobile-modal ul {
  clear: both;
  padding: 0 0 0 16px;
  background-color: #072146;
}
.sideNav-mobile-modal ul.accordion li.accordion__item button.accordion__header {
  color: #fff;
  background-color: #072146;
  width: 95%;
}
.sideNav-mobile-modal ul.accordion li.accordion__item button.accordion__header.active, .sideNav-mobile-modal ul.accordion li.accordion__item button.accordion__header.current_page_item {
  color: #5bbeff;
}
.sideNav-mobile-modal ul.accordion li.accordion__item button.accordion__header--active {
  font-weight: bold;
}
.sideNav-mobile-modal ul.accordion li.accordion__item button.accordion__header--active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
}
.sideNav-mobile-modal ul.accordion li.accordion__item button.accordion__header i {
  font-size: 34px;
  font-size: 3.4rem;
}
.sideNav-mobile-modal ul.accordion li.accordion__item ul.accordion__content {
  margin-top: 0;
}
.sideNav-mobile-modal ul.accordion li.accordion__item ul.accordion__content a {
  color: #fff;
  border-left: unset;
}
.sideNav-mobile-modal ul.accordion li.accordion__item ul.accordion__content.accordion__content--active a.active:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
  font-size: 0.9rem;
  padding: 0 4px;
  vertical-align: middle;
}
.sideNav-mobile-modal ul.accordion li.accordion__item ul.accordion__content.accordion-dinamyc-content li a {
  padding-left: 48px;
}
.sideNav-mobile-modal ul.accordion li.accordion__item ul.accordion__content.accordion-dinamyc-content li a.active {
  padding-left: 28px;
}
.sideNav-mobile-modal ul.accordion li.accordion__item ul.accordion__content.accordion-dinamyc-content li a.ui_element-family-name {
  padding-left: 22px !important;
  font-weight: bold;
  background-color: #072146;
}
.sideNav-mobile-modal.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.sideNav-mobile-modal .accordion__item > button.accordion__header {
  text-transform: uppercase;
}
.sideNav-mobile-modal .accordion__item > ul.accordion-dinamyc-content li:nth-child(1) a {
  padding: 16px 0 0 22px !important;
}
.sideNav-mobile-modal .menu-item-depth-1 > a.menu-link.sub-menu-link {
  padding: 16px 0 8px 16px;
}
.sideNav-mobile-modal .menu-item-depth-2 > button.accordion__header {
  padding-left: 22px;
  padding-top: 8px;
}
.sideNav-mobile-modal .menu-item-depth-2 > a.accordion__header,
.sideNav-mobile-modal .menu-item-depth-2 > button.accordion__header {
  padding-bottom: 0;
}
.sideNav-mobile-modal .menu-item-depth-3 > a.menu-link.sub-menu-link {
  padding-left: 28px;
}
.sideNav-mobile-modal .menu-item-depth-2 button .accordion__header {
  text-transform: none !important;
}
.sideNav-mobile-modal .menu-item-depth-2 button .accordion__header--active:after {
  content: none !important;
}

@media (min-width: 992px) {
  .web-mobile-menu {
    display: none;
  }
  .sideNav-mobile {
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sideNav-mobile-modal {
    height: 0;
  }
}
.menu-item-depth-1.no-uppercase a.menu-link.sub-menu-link {
  text-transform: initial;
  font-weight: initial;
}

.menu-item-depth-2 {
  margin-top: 0;
}
.menu-item-depth-2 a.menu-link.sub-menu-link {
  font-weight: normal;
  text-transform: none;
}
.menu-item-depth-2 button .accordion__header {
  text-transform: none;
}
.menu-item-depth-2 button .accordion__header--active {
  font-weight: bold;
}
.menu-item-depth-2 button .accordion__header i {
  font-size: 3.4rem;
}

ul.sub-sub-menu.menu-depth-2 {
  margin-top: 0;
}
ul.sub-sub-menu .menu-item-depth-3 a.sub-menu-link.active {
  padding-left: 7px;
  margin-bottom: 0;
}

.dropdown-footer-container {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .dropdown-footer-container {
    position: relative;
    top: 52px;
  }
  .dropdown-footer-container .whats-new-divider {
    position: relative;
    bottom: 8px;
    opacity: 0.5;
    margin: 32px 0 32px 0;
  }
}
@media (min-width: 600px) {
  .dropdown-footer-container {
    position: relative;
    top: 52px;
  }
  .dropdown-footer-container .whats-new-divider {
    position: relative;
    bottom: 8px;
    margin: 32px 0 32px 0;
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .dropdown-footer-container {
    top: 0;
  }
  .dropdown-footer-container .whats-new-divider {
    display: none;
  }
}
.dropdown-footer-container .container {
  margin-top: 0;
}
.dropdown-footer-container .dropdown-footer {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 599px) {
  .dropdown-footer-container .dropdown-footer {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .dropdown-footer-container .dropdown-footer {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .dropdown-footer-container .dropdown-footer {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 928px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .dropdown-footer-container .dropdown-footer {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1144px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .dropdown-footer-container .dropdown-footer {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1336px;
    float: left;
  }
}
.dropdown-footer-container .dropdown-footer:before {
  content: " ";
  background: inherit;
  height: 100%;
  width: 3500px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.dropdown-footer-container .dropdown-footer:after {
  content: " ";
  background: inherit;
  height: 100%;
  width: 3500px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 601px) {
  .dropdown-footer-container .dropdown-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.dropdown-footer-container .dropdown-footer section {
  margin-bottom: 0;
}
.dropdown-footer-container .dropdown-footer--bg-blue {
  background-color: #072146;
}
.dropdown-footer-container .dropdown-footer--bg-blue p {
  color: #d3d3d3;
}
.dropdown-footer-container .dropdown-footer__content {
  height: auto;
}
.dropdown-footer-container .dropdown-footer__content .whats-new {
  display: none;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open {
  display: block;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .whats-new-sec-title {
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 928px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1144px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1336px;
    float: left;
  }
}
@media (max-width: 599px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .first {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .first {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .first {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 288px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .first {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 360px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .first {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 424px;
    float: left;
  }
}
@media (max-width: 599px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .second {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .second {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .second {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 288px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .second {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 360px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .second {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 424px;
    float: left;
  }
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 599px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 288px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 360px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 424px;
    float: left;
  }
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third p {
  color: #fff;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .body-copy, .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third p, .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third p, .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third div.card .card__editorial.card__editorial--product-design .card__desc section, div.card .card__editorial.card__editorial--product-design .card__desc .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third section {
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .body-copy-bold {
    margin: 16px 0 32px 0;
  }
}
@media (max-width: 992px) {
  .dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .third-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .third-links a {
  color: #fff;
  display: block;
  padding-bottom: 1em;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .third-links a:hover {
  color: #fff;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .third-links a:focus {
  outline: 1px solid #fff;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .ui-mobile:before {
  position: relative;
  top: 2px;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .third .ui-desktop:before {
  position: relative;
  top: 2px;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .updates-tag li {
  padding-left: 0;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .updates-tag li a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .updates-tag li a:hover {
  color: #fff;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .updates-tag li a:focus {
  outline: 1px solid #fff;
}
.dropdown-footer-container .dropdown-footer__content .whats-new.whats-new-open .updates-tag li a .tag {
  margin-right: 16px;
}
.dropdown-footer-container .dropdown-footer__button {
  background-color: inherit;
  width: 100%;
  border: 0px none;
  padding: 0px;
  padding-bottom: 26px;
  padding-top: 26px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
}
.dropdown-footer-container .dropdown-footer__button span:last-child {
  font-size: 26px;
}

.animationHelper {
  float: left;
  position: relative;
  display: block;
  max-height: 2px;
}

.notFound-wrapper {
  text-align: center;
}
.notFound-wrapper svg {
  width: 80%;
  height: 100%;
}
.notFound-wrapper .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.notFound-wrapper .elementor-row .elementor-column {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.notFound-wrapper .elementor-row .elementor-column-wrap {
  width: 100%;
}
.notFound-wrapper .elementor-row .not-found-desc {
  padding-top: 104px;
  padding-bottom: 144px;
}
.notFound-wrapper .elementor-row .not-found-desc h1 {
  color: #043263;
  font-size: 120px;
  font-size: 12rem;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 0.3em;
}
.notFound-wrapper .elementor-row .not-found-desc h2 {
  color: #043263;
  padding-bottom: 16px;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
.notFound-wrapper .elementor-row .not-found-desc a {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.notFound-wrapper .elementor-row .not-found-desc a span.links--icon__element:before {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: inherit;
  top: 3px;
}

.box {
  background: #da3851;
  width: 400px;
  height: 400px;
}

.spaceman {
  width: 400px;
  height: 400px;
}

.icon-table {
  margin-top: 32px;
}
.icon-table table {
  color: #666666;
  width: 100%;
  border-radius: 1px;
  border: 0.5px solid #bdbdbd;
}
.icon-table table tbody tr {
  border-top: none;
  border-bottom: 0.5px solid #bdbdbd;
}
.icon-table table tbody tr td {
  padding: 16px;
}
.icon-table table tbody tr td span {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  color: #1973b8;
  font-size: 24px;
  font-size: 2.4rem;
}
.icon-table table tbody tr td span.upload {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-table table tbody tr td:first-child {
  width: 75px;
  border-right: 0.5px solid #bdbdbd;
}
.icon-table table tbody tr td:nth-child(2n) {
  padding-left: 24px;
}

.newsletter h2 {
  line-height: 30px !important;
}
.newsletter th {
  box-sizing: unset;
}
.newsletter table tbody tr {
  border-top: unset;
  border-bottom: unset;
}
.newsletter table tbody tr:first-child {
  border-top-color: unset;
}
.newsletter .content-wrapper-full {
  margin-bottom: 24px;
}
.newsletter-body {
  margin-bottom: 56px;
}
.newsletter-body table.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  background-color: unset;
}
.newsletter-body table.button:hover {
  outline: unset;
  outline-offset: unset;
}
.newsletter-body table.button table {
  width: 100% !important;
  margin-left: 0 !important;
}
.newsletter-body table tbody tr td {
  padding: 0;
}
.newsletter-body table tbody tr td font a {
  font-size: inherit;
}
.newsletter-body ul {
  margin: unset;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.newsletter-body ul li {
  line-height: 24px;
  padding: 0;
}
.newsletter-body ul li a {
  font-size: 15px;
}
.newsletter .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: unset;
  border-top: unset;
  padding-top: 0;
}
.newsletter .pagination .prev-section .caps-tag-xs, .newsletter .pagination .prev-section .floating-content-nav ul li a, .floating-content-nav ul li .newsletter .pagination .prev-section a, .newsletter .pagination .prev-section .sub-content-nav nav ul a, .sub-content-nav nav ul .newsletter .pagination .prev-section a {
  color: #fff;
  margin-bottom: 0;
}
.newsletter .pagination .prev-section a {
  background: #043263;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: background 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 375ms cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}
@media (max-width: 599px) {
  .newsletter .pagination .prev-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
  }
}
@media (min-width: 600px) {
  .newsletter .pagination .prev-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 736px;
    float: left;
  }
}
@media (min-width: 992px) {
  .newsletter .pagination .prev-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 768px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .newsletter .pagination .prev-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 948px;
    float: left;
  }
}
@media (min-width: 1368px) {
  .newsletter .pagination .prev-section a {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: 1108px;
    float: left;
  }
}
@media (min-width: 600px) {
  .newsletter .pagination .prev-section a {
    -webkit-transition: background 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 112.5ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 992px) {
  .newsletter .pagination .prev-section a {
    -webkit-transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.newsletter .pagination .prev-section a:hover {
  background: #064b94;
}
@media (max-width: 766px) {
  .newsletter .pagination .prev-section a:before {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
  .newsletter .pagination .prev-section a:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .newsletter .pagination .prev-section a {
    padding-left: 48px;
    padding-right: 48px;
  }
  .newsletter .pagination .prev-section a:after {
    content: " ";
    background: inherit;
    height: 100%;
    width: 3500px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .newsletter .pagination .prev-section a {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 1368px) {
  .newsletter .pagination .prev-section a {
    padding-left: 82px;
    padding-right: 82px;
  }
}
.newsletter .pagination .prev-section a h5 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
  margin-left: 32px;
}
.newsletter .pagination .prev-section a h5 span {
  display: inline-block;
  position: absolute;
  left: 16px;
}
@media (min-width: 992px) {
  .newsletter .pagination .prev-section a h5 span {
    left: 48px;
  }
}
@media (min-width: 1200px) {
  .newsletter .pagination .prev-section a h5 span {
    left: 66px;
  }
}
@media (min-width: 1368px) {
  .newsletter .pagination .prev-section a h5 span {
    left: 82px;
  }
}
.newsletter .pagination .next-section a h5 {
  margin-right: 32px;
}

.side-navigation .archive-list {
  /*a:not(.ui_element-family-name ):first-of-type {
      padding-top: 15px;
  }*/
}
.side-navigation .archive-list a:not(.ui_element-family-name) {
  border-bottom: 1px dotted #bdbdbd;
  color: #666666;
  width: 72%;
  padding: 20px 0 19px 0;
  margin-left: 24px;
  border-top: none;
}
.side-navigation .archive-list a.ui_element-family-name {
  font-size: 12px;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #bdbdbd;
  padding: 16px 22px 0 0;
}
.side-navigation .archive-list span {
  background: #fff;
  padding: 0 2px 1px 0;
}
.side-navigation .archive-list .archive-month {
  float: left;
}
.side-navigation .archive-list .archive-count {
  float: right;
}

.single-newsletter table tr td div img + a {
  display: block;
}

.awesome-changelog .version {
  background: #004481;
  padding: 4px 8px;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.awesome-changelog .log-items li span {
  padding: 4px 8px;
}
.awesome-changelog .log-items li span.date {
  background: #f4f4f4;
  color: #121212;
  opacity: 0.4;
  font-weight: 700;
}
.awesome-changelog .log-items li span.type {
  padding: 4px 8px;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.awesome-changelog .log-items li span.type.add {
  background: #028484;
}
.awesome-changelog .log-items li span.type.update {
  background: #1973b8;
}
.awesome-changelog .log-items li span.type.removed {
  background: #C65302;
}
.awesome-changelog .log-items li span.type.fixed {
  background: #5bbeff;
}

.request-element .request-left {
  padding: 24px;
  background-color: #043263;
  height: 100vh;
  overflow-y: auto;
}
.request-element .request-left * {
  color: #fff;
}
.request-element .request-left a {
  color: #5bbeff;
}
.request-element .request-left a:hover {
  color: #49A5E6;
}
.request-element .request-left a.button, .request-element .request-left #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .request-element .request-left a {
  color: #fff;
}
.request-element .request-left .modal-ek {
  text-align: left;
}
.request-element .request-left .modal-ek__content {
  /*a {
    color: $white;
  }*/
  /*.input.checkbox-elementor > .elementor-widget.elementor-element:first-child {
    margin-top: 16px;
  }*/
  /*.textarea {
    &:empty:focus ~ .input__label,
    &:not(:empty) ~ .input__label,
    &.input--readonly:not(:empty):focus ~ .input__label,
    &.input--active ~ .input__label {
      @extend .disclaimer-copy;
      top: $default-form-item-margin;
      pointer-events: none;
    }
  }*/
}
.request-element .request-left .modal-ek__content .ui-close {
  font-size: 1px;
  color: transparent;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0px;
  margin: auto;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
}
.request-element .request-left .modal-ek__content * {
  color: #666666;
}
.request-element .request-left .modal-ek__content h5 {
  color: #121212;
}
.request-element .request-left .modal-ek__content .sub-text {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 4px;
  padding-left: 4px;
}
.request-element .request-left .modal-ek__content .sub-text a {
  color: #1973b8;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .request-element .request-left {
    padding: 56px 64px;
  }
}
@media (min-width: 1368px) {
  .request-element .request-left {
    padding: 80px 10%;
  }
}
.request-element .request-left .ui-warning.new-error::before {
  color: #5bbeff;
  top: 4px;
  position: absolute;
  left: -24px;
}
.request-element .request-left .float-left {
  float: left;
}
.request-element .request-left .links:hover, .request-element .request-left .elementor-widget-container .accordion .accordion__item a:hover, .elementor-widget-container .accordion .accordion__item .request-element .request-left a:hover {
  color: #eaf7ff;
}
.request-element .request-left .error-link {
  margin-left: 32px;
}
.request-element .request-left .error-link a.links, .request-element .request-left .error-link .elementor-widget-container .accordion .accordion__item a, .elementor-widget-container .accordion .accordion__item .request-element .request-left .error-link a {
  margin-left: 24px;
}
@media (max-width: 601px) {
  .request-element .request-left .error-link {
    margin-top: 24px;
    margin-left: 0;
  }
}
.request-element .request-right {
  padding: 24px;
  height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 1200px) {
  .request-element .request-right {
    padding: 56px 64px;
  }
}
@media (min-width: 1368px) {
  .request-element .request-right {
    padding: 80px 10%;
  }
}
.request-element .request-right a.template {
  margin-right: 32px;
  left: 4px;
}
.request-element .request-right a.template:hover {
  color: #1973b8;
}
.request-element .request-right .link-line {
  float: left;
  margin-right: 8px;
}
.request-element .request-right .float-left {
  float: left;
}
@media (max-width: 500px) {
  .request-element .request-right .link-line {
    display: none;
  }
  .request-element .request-right .float-left {
    float: none;
    margin-bottom: 16px;
  }
}
.request-element .request-right .ui-mobile:before, .request-element .request-right .ui-desktop:before {
  color: #1973b8;
  position: relative;
  top: 3px;
}
.request-element .request-right .ui-mobile:hover.ui-mobile:before {
  cursor: pointer;
}

.elementor-widget-experience-checkbox .form__item.input__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.elementor-widget-experience-checkbox .form__item.input__wrapper .checkbox-elementor {
  border-bottom: 1px solid #666666;
  padding: 16px;
}
.elementor-widget-experience-checkbox .form__item.input__wrapper .checkbox-elementor .checkbox--label {
  color: #666666;
  font-size: 1.5rem;
  line-height: 24px;
}
.elementor-widget-experience-checkbox .form__item.input__wrapper .checkbox-elementor .checkbox--label ~ .elementor-widget {
  margin-top: 16px;
}

.elementor-page-255481071 {
  background-color: #043263;
  color: #fff;
  font-size: 18px;
}
.elementor-page-255481071 p strong {
  font-weight: bold;
}

@media (min-width: 960px) and (max-width: 991px) {
  .elementor-element-93fe8f3 {
    margin-top: 11vh;
  }
}
.dp-initial-description-box {
  background-image: url("/wp-content/uploads/2020/05/d-workplace-mixed-header-1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .dp-initial-description-box {
    margin-top: 3vh;
    background-image: url("/wp-content/uploads/2020/05/d-workplace-mixed-header-mobile.png");
  }
}

.dp-initial-logo {
  padding: 76px 0 0;
}
@media (max-width: 767px) {
  .dp-initial-logo {
    padding: 1.7vh 0 0;
  }
}
.dp-initial-logo img {
  width: 11.9vw;
}
@media (max-width: 767px) {
  .dp-initial-logo img {
    width: 20.8vw;
  }
}

.dp-initial-title .elementor-widget-container :first-of-type() {
  font-size: 5.1vw;
}
@media (max-width: 767px) {
  .dp-initial-title .elementor-widget-container :first-of-type() {
    font-size: 8.8vw;
  }
}

.dp-initial-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dp-initial-paragraph p {
  max-width: 70vw;
  font-size: 1.55vw;
}
@media (max-width: 767px) {
  .dp-initial-paragraph p {
    max-width: 93%;
    font-size: 4.5vw;
    line-height: 1.7em;
  }
}

.dp-initial-dots {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .dp-initial-dots {
    padding-top: 0;
  }
}
.dp-initial-dots img {
  width: 1vw;
}
@media (max-width: 767px) {
  .dp-initial-dots img {
    width: 2vw;
  }
}

.dp-product-description-title {
  margin-left: -5%;
}
@media (max-width: 767px) {
  .dp-product-description-title {
    margin-left: -4%;
  }
}
.dp-product-description-title p {
  font-size: 9vw;
  font-weight: bold;
  color: #072146;
}
@media (max-width: 767px) {
  .dp-product-description-title p {
    font-size: 19vw;
  }
}

.dp-product-description-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dp-product-description-paragraph div {
  max-width: 71%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .dp-product-description-paragraph div {
    max-width: 97%;
    margin-left: 0;
    padding-left: 0;
  }
}
.dp-product-description-paragraph div p {
  font-size: 1.4vw;
}
@media (max-width: 767px) {
  .dp-product-description-paragraph div p {
    font-size: 4.3vw;
    line-height: 1.5em;
  }
}

.dp-product-description-image .elementor-image img {
  width: 100vw;
  margin-right: -5.3vw;
}
@media (max-width: 767px) {
  .dp-product-description-image .elementor-image img {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .dp-product-description-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.dp-product-description-box .elementor-element-populated {
  margin-top: 10%;
}
@media (max-width: 767px) {
  .dp-product-description-box .elementor-element-populated {
    margin-top: 0;
  }
}

.dp-features-section {
  background-image: url("/wp-content/uploads/2020/05/d-workplace-bg_nube.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
@media (max-width: 767px) {
  .dp-features-section {
    background-size: 214%;
    background-position: 39% 31%;
  }
}

.dp-features-box-text .elementor-element-populated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (max-width: 767px) {
  .dp-features-box-text .elementor-element-populated {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .dp-features-box-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.dp-features-box-section {
  margin-bottom: 2%;
}

.dp-features-text-left div p,
.dp-features-text-right div p {
  max-width: 34vw;
  font-size: 4.5vw;
  max-width: 56vw;
}

.dp-features-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .dp-features-text-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.2vh 0;
  }
}
.dp-features-text-left div {
  margin-left: -5%;
}
.dp-features-text-left div p {
  font-size: 1.4vw;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .dp-features-text-left div p {
    padding-right: 0;
    font-size: 4.5vw;
    text-align: center !important;
    max-width: 56vw;
    line-height: 1.8em;
  }
}
@media (max-width: 767px) {
  .dp-features-text-left div {
    margin-left: 0;
  }
}
.dp-features-text-left.dp-features-text-left-extra div {
  margin-left: 0;
  max-width: 56vw;
}
@media (max-width: 767px) {
  .dp-features-text-left.dp-features-text-left-extra div {
    max-width: 80vw !important;
  }
}
@media (max-width: 767px) {
  .dp-features-text-left.dp-features-text-left-extra div p {
    max-width: 80vw !important;
  }
}
.dp-features-text-left .elementor-widget-container {
  max-width: 37vw;
}
@media (max-width: 767px) {
  .dp-features-text-left .elementor-widget-container {
    max-width: 100%;
  }
}

.dp-features-text-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -5%;
}
@media (max-width: 767px) {
  .dp-features-text-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    padding: 1.2vh 0;
  }
}
.dp-features-text-right div p {
  font-size: 1.4vw;
}
@media (max-width: 767px) {
  .dp-features-text-right div p {
    padding-left: 0;
    font-size: 4.5vw;
    text-align: center !important;
    max-width: 56vw;
    line-height: 1.8em;
    margin: 0 auto;
  }
}
.dp-features-text-right.dp-features-text-right-extra {
  max-width: 34vw;
}
@media (max-width: 767px) {
  .dp-features-text-right.dp-features-text-right-extra {
    max-width: 100vw;
  }
}
@media (max-width: 767px) {
  .dp-features-text-right.dp-features-text-right-extra div p {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .dp-features-text-right.dp-features-text-exception div p {
    max-width: 80vw;
  }
}

.dp-features-box-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .dp-features-image-connection-to-righ,
  .dp-features-image-connection-to-left {
    display: none !important;
  }
}
.dp-features-image-connection-to-righ .elementor-element-populated,
.dp-features-image-connection-to-left .elementor-element-populated {
  padding: 0 !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.dp-features-image-connection-to-righ .elementor-image,
.dp-features-image-connection-to-left .elementor-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dp-features-image-connection-to-left .elementor-image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dp-features-image-connection-to-righ .elementor-image {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dp-features-image-right .elementor-element-populated,
.dp-features-image-left .elementor-element-populated {
  padding: 0 !important;
}
.dp-features-image-right .elementor-image,
.dp-features-image-left .elementor-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .dp-features-image-right .elementor-image img,
  .dp-features-image-left .elementor-image img {
    width: 30% !important;
  }
}

.dp-features-image-left .elementor-image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dp-features-image-left .elementor-image img {
  margin-right: -51%;
}
@media (max-width: 767px) {
  .dp-features-image-left .elementor-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dp-features-image-left .elementor-image img {
    margin-right: 0;
  }
}

.dp-features-image-right .elementor-image {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -51%;
}
@media (max-width: 767px) {
  .dp-features-image-right .elementor-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .dp-design-paragraph-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.dp-design-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -34%;
}
@media (max-width: 767px) {
  .dp-design-paragraph {
    margin-right: 0;
  }
}
.dp-design-paragraph div {
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .dp-design-paragraph div {
    width: 88%;
  }
}
.dp-design-paragraph div p {
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  .dp-design-paragraph div p {
    font-size: 3.9vw;
    line-height: 1.5em;
  }
}

.dp-design-title {
  margin-left: -29%;
  padding-top: 6%;
}
@media (max-width: 767px) {
  .dp-design-title {
    padding-top: 0;
    margin-top: -2vh;
    opacity: 0.9;
  }
}
.dp-design-title p {
  font-size: 12vw;
  font-weight: bold;
  color: #072146;
  line-height: 90%;
}
@media (max-width: 767px) {
  .dp-design-title p {
    font-size: 19vw;
  }
}

.dp-design-box-composition {
  margin-top: -4%;
}
.dp-design-box-composition .design-composition-d-workplace .elementor-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dp-design-box-composition .design-composition-d-workplace .elementor-image img {
  width: 100vw;
}
@media (max-width: 767px) {
  .dp-design-box-composition {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 3.5vh;
  }
}

.dp-design-box-img-txt .elementor-widget-wrap {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (max-width: 767px) {
  .dp-design-box-img-txt {
    padding-top: 2vh;
  }
}

.dp-design-img-text .elementor-image-box-wrapper .elementor-image-box-img {
  width: 36% !important;
}
.dp-design-img-text .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 100%;
}
.dp-design-img-text .elementor-image-box-description {
  font-weight: bold;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .dp-design-img-text .elementor-image-box-description {
    padding-top: 1vh;
  }
}

.dp-design-secondary-paragraph {
  padding: 30px 0 50px;
  width: 56.5%;
  margin-left: -12%;
}
@media (max-width: 767px) {
  .dp-design-secondary-paragraph {
    padding: 30px 0 5px;
  }
}
.dp-design-secondary-paragraph .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .dp-design-secondary-paragraph {
    margin-left: 0;
    width: 100%;
  }
}
.dp-design-secondary-paragraph p {
  font-size: 1.3vw;
  line-height: 1.8vw;
}
@media (max-width: 767px) {
  .dp-design-secondary-paragraph p {
    font-size: 3.9vw;
    line-height: 1.5em;
  }
}

.dp-design-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .dp-design-btn {
    margin-bottom: -35px;
  }
}
.dp-design-btn a.button, .dp-design-btn #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .dp-design-btn a {
  padding: 10px 55px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .dp-design-btn a.button, .dp-design-btn #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .dp-design-btn a {
    font-size: 3.9vw;
    padding: 5% 12%;
  }
}
@media (max-width: 767px) {
  .dp-design-btn .elementor-widget-container {
    width: 65vw;
  }
}

.page-template-page-modelo-de-contribucion p {
  margin-bottom: 2.2vw;
}
@media (min-width: 1368px) {
  .page-template-page-modelo-de-contribucion p {
    margin-bottom: 32px;
  }
}
@media (min-width: 1368px) {
  .page-template-page-modelo-de-contribucion p {
    margin-bottom: 16px;
  }
}
.page-template-page-modelo-de-contribucion p:last-child {
  margin-bottom: 0;
}
.page-template-page-modelo-de-contribucion a {
  margin-bottom: 1.1vw;
}
@media (min-width: 1368px) {
  .page-template-page-modelo-de-contribucion a {
    margin-bottom: 16px;
  }
}
.page-template-page-modelo-de-contribucion a:last-child {
  margin-bottom: 0;
}
.page-template-page-modelo-de-contribucion a:before {
  width: 24px;
  position: relative;
  display: inline-block;
  top: 0.13vw;
}
@media (min-width: 1368px) {
  .page-template-page-modelo-de-contribucion a:before {
    top: 2px;
  }
}
.page-template-page-modelo-de-contribucion .white a {
  color: #5bbeff;
}
.page-template-page-modelo-de-contribucion .elementor-widget-text-editor:not(:last-child) {
  margin-bottom: 0;
}
.page-template-page-modelo-de-contribucion .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.page-template-page-modelo-de-contribucion .logos__experience span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "ico-logo" !important;
  font-size: 31px;
  font-size: 3.1rem;
}
.page-template-page-modelo-de-contribucion .elementor-section-full_width {
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-page-modelo-de-contribucion .experience_header {
  position: relative;
}
@media (max-width: 767px) {
  .page-template-page-modelo-de-contribucion .elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .page-template-page-modelo-de-contribucion .content-wrapper {
    overflow: hidden;
  }
}

.mc-initial-description-box {
  margin-top: -65px;
  padding-bottom: 7.7vw;
}
.mc-initial-description-box:before {
  content: attr(title);
  font-size: 9vw;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  top: calc(50% - 6vw);
  left: -6vw;
  z-index: 9;
  white-space: nowrap;
  font-weight: bolder;
  color: #043263;
  opacity: 0.5;
}
.mc-initial-description-box .elementor-element-populated {
  z-index: 9;
}
.mc-initial-description-box .language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  margin-top: 2.7vw;
}
@media (min-width: 1368px) {
  .mc-initial-description-box .language-switcher {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .mc-initial-description-box .language-switcher {
    position: relative;
    margin-top: 40px;
  }
}
.mc-initial-description-box .language-switcher .elementor-widget-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1304px;
  width: 100%;
  z-index: 999;
}
.mc-initial-description-box .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li {
  border: none;
  padding: 2px;
}
.mc-initial-description-box .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a {
  padding: 2px 12px;
  color: #1973b8;
  font-size: 12px;
}
.mc-initial-description-box .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a.active {
  background-color: #1973b8;
  color: #fff;
}
.mc-initial-description-box .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li:nth-child(2) {
  margin-left: -2px;
}
@media (max-width: 992px) {
  .mc-initial-description-box .language-switcher .elementor-widget-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mc-initial-logo {
  padding: 9vh 0 0;
}
.mc-initial-logo.elementor-widget-image.elementor-element.elementor-widget {
  text-align: center;
}
@media (max-width: 992px) {
  .mc-initial-logo {
    padding: 4px 0 0;
  }
}
.mc-initial-logo img {
  width: 201px;
}
@media (max-width: 992px) {
  .mc-initial-logo img {
    width: 96px;
  }
}

.mc-initial-title.elementor-widget:not(:last-child) {
  margin-bottom: 6.25vh;
}
.mc-initial-title .elementor-widget-container :first-of-type() {
  font-size: 5vw;
  line-height: 5.5vw;
}
@media (min-width: 1368px) {
  .mc-initial-title .elementor-widget-container :first-of-type() {
    font-size: 72px;
    line-height: 80px;
  }
}
@media (max-width: 992px) {
  .mc-initial-title .elementor-widget-container :first-of-type() {
    font-size: 40px;
    line-height: 48px;
  }
}

.mc-initial-paragraph .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mc-initial-paragraph .elementor-widget-container p, .mc-initial-paragraph .elementor-widget-container p a {
  font-size: 1.38vw;
  line-height: 1.66vw;
}
@media (min-width: 1368px) {
  .mc-initial-paragraph .elementor-widget-container p, .mc-initial-paragraph .elementor-widget-container p a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .mc-initial-paragraph .elementor-widget-container p, .mc-initial-paragraph .elementor-widget-container p a {
    font-size: 15px;
    line-height: 18px;
  }
}

.mc-steps-title .elementor-widget-container p {
  font-size: 1.66vw;
  line-height: 2.2vw;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1368px) {
  .mc-steps-title .elementor-widget-container p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .mc-steps-title .elementor-widget-container p {
    font-size: 18px;
    line-height: 24px;
  }
}

.mc-steps-paragraph .elementor-widget-container ol li {
  font-size: 15px;
  color: #121212;
  padding: 0;
  text-align: center;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  list-style-position: inside;
}
@media (min-width: 1368px) {
  .mc-steps-paragraph .elementor-widget-container ol li {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .mc-steps-paragraph .elementor-widget-container ol li {
    font-size: 15px;
    line-height: 16px;
  }
}

.mc-steps-image .elementor-widget-container {
  text-align: center;
}
.mc-steps-image .elementor-widget-container img {
  max-width: 100px;
}
@media (max-width: 992px) {
  .mc-steps-image .elementor-widget-container img {
    max-width: 80px;
  }
}
.mc-steps-image-1 {
  position: absolute !important;
  top: 0;
  left: -24px;
  opacity: 0.4;
}
.mc-steps-image-2 {
  opacity: 0.7;
}
.mc-steps-image-3 {
  position: absolute !important;
  top: 0;
  left: 24px;
}

.mc-steps-box {
  padding-top: 9.4vw;
  padding-bottom: 9.4vw;
}
@media (min-width: 1368px) {
  .mc-steps-box {
    padding-top: 136px;
    padding-bottom: 136px;
  }
}
@media (max-width: 992px) {
  .mc-steps-box .mc-steps-column-icon .elementor-container.elementor-column-gap-default {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mc-steps-box .mc-steps-column-icon .elementor-container.elementor-column-gap-default::-webkit-scrollbar {
    display: none;
  }
  .mc-steps-box .mc-steps-column-icon .elementor-container.elementor-column-gap-default .elementor-container {
    min-width: 1106px;
  }
  .mc-steps-box .mc-steps-column-icon .elementor-col-16 {
    width: 16.666%;
  }
}

.mc-step-one-step {
  max-width: 560px;
}
.mc-step-one-step .elementor-widget-container p {
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 1.1vw;
}
@media (min-width: 1368px) {
  .mc-step-one-step .elementor-widget-container p {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .mc-step-one-step .elementor-widget-container p {
    font-size: 16px;
    line-height: 18px;
  }
}

.mc-step-one-title {
  max-width: 560px;
}
.mc-step-one-title .elementor-widget-container p {
  font-size: 2.7vw;
  line-height: 3.3vw;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 2.2vw;
}
@media (min-width: 1368px) {
  .mc-step-one-title .elementor-widget-container p {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .mc-step-one-title .elementor-widget-container p {
    font-size: 24px;
    line-height: 32px;
  }
}

.mc-step-one-title-icon .elementor-widget-container p {
  font-size: 1.66vw;
  line-height: 2.2vw;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 1.1vw;
}
@media (min-width: 1368px) {
  .mc-step-one-title-icon .elementor-widget-container p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .mc-step-one-title-icon .elementor-widget-container p {
    font-size: 18px;
    line-height: 24px;
  }
}

.mc-step-one-paragraph {
  max-width: 560px;
}
.mc-step-one-paragraph.mc-step-one-paragraph--center .elementor-widget-container p {
  text-align: center;
}
.mc-step-one-paragraph .elementor-widget-container p {
  font-size: 1.25vw;
  line-height: 1.66vw;
  color: #fff;
  padding: 0;
}
@media (min-width: 1368px) {
  .mc-step-one-paragraph .elementor-widget-container p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .mc-step-one-paragraph .elementor-widget-container p {
    font-size: 15px;
    line-height: 18.75px;
  }
}
.mc-step-one-paragraph .elementor-widget-container p a {
  font-size: 1.25vw;
  line-height: 1.66vw;
}
@media (min-width: 1368px) {
  .mc-step-one-paragraph .elementor-widget-container p a {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .mc-step-one-paragraph .elementor-widget-container p a {
    font-size: 15px;
    line-height: 18.75px;
  }
}

.mc-step-one-content-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mc-step-one-image .elementor-widget-container {
  text-align: center;
}
.mc-step-one-image .elementor-widget-container img {
  width: 240px;
}
@media (max-width: 992px) {
  .mc-step-one-image .elementor-widget-container img {
    width: 128px;
  }
}

@media (max-width: 767px) {
  .mc-step-one-box .elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mc-step-one-box-icons {
  margin-top: -17vw;
}
.mc-step-one-box-icons .mc-steps-column-icon .elementor-col-33 {
  padding: 0 16px;
}
.mc-step-one-box-icons .bg-navy {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .mc-step-one-box-icons .bg-navy {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1368px) {
  .mc-step-one-box-icons {
    margin-top: -245px;
  }
  .mc-step-one-box-icons .bg-navy {
    padding-bottom: 80px;
  }
}

.mc-step-two-step {
  max-width: 560px;
}
.mc-step-two-step .elementor-widget-container {
  color: #d3d3d3;
}
.mc-step-two-step .elementor-widget-container p {
  font-size: 1.38vw;
  line-height: 1.66vw;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 1.1vw;
}
@media (min-width: 1368px) {
  .mc-step-two-step .elementor-widget-container p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .mc-step-two-step .elementor-widget-container p {
    font-size: 16px;
    line-height: 18px;
  }
}

.mc-step-two-title {
  max-width: 560px;
  margin-bottom: 2.2vw;
}
@media (min-width: 1368px) {
  .mc-step-two-title {
    margin-bottom: 32px;
  }
}
.mc-step-two-title .elementor-widget-container p {
  font-size: 2.7vw;
  line-height: 3.3vw;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #121212;
  margin-bottom: 2.2vw;
}
@media (min-width: 1368px) {
  .mc-step-two-title .elementor-widget-container p {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .mc-step-two-title .elementor-widget-container p {
    font-size: 24px;
    line-height: 32px;
  }
}

.mc-step-two-title-icon .elementor-widget-container p {
  font-size: 1.66vw;
  line-height: 2.2vw;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
}
@media (min-width: 1368px) {
  .mc-step-two-title-icon .elementor-widget-container p {
    font-size: 24px;
    line-height: 32px;
  }
}

.mc-step-two-paragraph.mc-step-two-paragraph--center .elementor-widget-container p {
  text-align: center;
}
.mc-step-two-paragraph .elementor-widget-container p {
  font-size: 1.25vw;
  line-height: 1.66vw;
  color: #666666;
  padding: 0;
}
@media (min-width: 1368px) {
  .mc-step-two-paragraph .elementor-widget-container p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .mc-step-two-paragraph .elementor-widget-container p {
    font-size: 15px;
    line-height: 18.75px;
  }
}
.mc-step-two-paragraph.max-width {
  max-width: 560px;
}

.mc-step-two-content-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mc-step-two-image .elementor-widget-container {
  text-align: center;
}
.mc-step-two-image .elementor-widget-container img {
  width: 240px;
}
@media (max-width: 992px) {
  .mc-step-two-image .elementor-widget-container img {
    width: 128px;
  }
}

.mc-step-two-box .elementor-widget-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .mc-step-two-box .elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mc-step-two-box-icons {
  padding-top: 9.4vw;
  padding-bottom: 9.4vw;
}
@media (min-width: 1368px) {
  .mc-step-two-box-icons {
    padding-top: 136px;
    padding-bottom: 136px;
  }
}
.mc-step-two-box-icons .grid-icons {
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
}
@media (min-width: 1368px) {
  .mc-step-two-box-icons .grid-icons {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.wrapper-step-1 {
  padding-top: 6.1vw;
  padding-bottom: 22.5vw;
}
@media (min-width: 1368px) {
  .wrapper-step-1 {
    padding-top: 88px;
    padding-bottom: 324px;
  }
}

.wrapper-step-2 {
  margin-top: -15.4vw;
  padding-top: 24.8vw;
  padding-bottom: 9.4vw;
  z-index: -1;
}
@media (min-width: 1368px) {
  .wrapper-step-2 {
    margin-top: -221px;
    padding-top: 357px;
    padding-bottom: 136px;
  }
}

.grid-flags {
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
}
.grid-flags p {
  font-size: 1.38vw;
  line-height: 1.66vw;
  margin-bottom: 8px;
  position: relative;
}
@media (min-width: 1368px) {
  .grid-flags p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .grid-flags p {
    font-size: 16px;
    line-height: 24px;
  }
}
.grid-flags p:nth-child(3), .grid-flags p:nth-child(4) {
  padding-top: 8px;
}
.grid-flags p:nth-child(3):before, .grid-flags p:nth-child(4):before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
  width: 24px;
  height: 3px;
  background: #d3d3d3;
}
@media (min-width: 1368px) {
  .grid-flags {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .grid-flags .elementor-col-16 {
    margin-bottom: 32px;
  }
}

.wrapper-step-3 {
  padding-top: 5.5vw;
}
@media (min-width: 1368px) {
  .wrapper-step-3 {
    padding-top: 80px;
  }
}
.wrapper-step-3 .timeline--title {
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}
.wrapper-step-3 .timeline--title p {
  font-size: 2.2vw;
  line-height: 2.7vw;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (min-width: 1368px) {
  .wrapper-step-3 .timeline--title p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .wrapper-step-3 .timeline--title p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1368px) {
  .wrapper-step-3 .timeline--title {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.wrapper-step-3 .box-timeline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #072146;
}
.wrapper-step-3 .box-timeline .elementor-widget-wrap {
  max-width: 560px;
  margin-left: 52px;
}
@media (max-width: 767px) {
  .wrapper-step-3 .box-timeline .elementor-widget-wrap {
    margin-left: 0;
  }
}
.wrapper-step-3 .box-timeline .timeline--point {
  position: relative;
  padding-bottom: 9.7vw;
}
.wrapper-step-3 .box-timeline .timeline--point:before {
  content: "";
  height: 24px;
  width: 24px;
  background: #028484;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -52px;
}
.wrapper-step-3 .box-timeline .timeline--point:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background: #028484;
  position: absolute;
  top: 0;
  left: -40px;
}
.wrapper-step-3 .box-timeline .timeline--point p {
  font-size: 1.66vw;
  line-height: 2.2vw;
}
@media (min-width: 1368px) {
  .wrapper-step-3 .box-timeline .timeline--point p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .wrapper-step-3 .box-timeline .timeline--point p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1368px) {
  .wrapper-step-3 .box-timeline .timeline--point {
    padding-bottom: 136px;
  }
}
@media (max-width: 992px) {
  .wrapper-step-3 .box-timeline .timeline--point:before, .wrapper-step-3 .box-timeline .timeline--point:after {
    display: none;
  }
}
.wrapper-step-3-2 {
  padding-top: 9.7vw;
  padding-bottom: 9.7vw;
}
@media (min-width: 1368px) {
  .wrapper-step-3-2 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
}
.wrapper-step-3-3 .elementor-col-33.elementor-column:not(:last-child) {
  /*.elementor-column-wrap*/
}
.wrapper-step-3-3 .elementor-col-33.elementor-column:not(:last-child) .elementor-element-populated {
  padding-bottom: 9.7vw;
  padding-top: 2.2vw;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1368px) {
  .wrapper-step-3-3 .elementor-col-33.elementor-column:not(:last-child) .elementor-element-populated {
    padding-bottom: 136px;
    padding-top: 32px;
  }
}
.wrapper-step-3-3 .elementor-col-33.elementor-column:last-child {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  /*.elementor-column-wrap*/
}
.wrapper-step-3-3 .elementor-col-33.elementor-column:last-child .elementor-element-populated {
  padding-bottom: 2.2vw;
  padding-top: 2.2vw;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1368px) {
  .wrapper-step-3-3 .elementor-col-33.elementor-column:last-child .elementor-element-populated {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .wrapper-step-3-3 .elementor-col-33.elementor-column {
    max-width: 300px;
  }
  .wrapper-step-3-3 .elementor-col-33.elementor-column .elementor-element-populated {
    margin: 0;
  }
  .wrapper-step-3-3 .elementor-col-33.elementor-column .elementor-element-populated .elementor-widget-wrap {
    padding: 0 20px;
  }
  .wrapper-step-3-3 .elementor-col-33.elementor-column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .wrapper-step-3-3 .elementor-col-33.elementor-column:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
  }
  .wrapper-step-3-3 .elementor-col-33.elementor-column:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (max-width: 767px) {
  .wrapper-step-3-3 .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrapper-step-3 .mc-step-one-title-icon .elementor-widget-container p {
  margin-bottom: 2.2vw;
}
@media (min-width: 1368px) {
  .wrapper-step-3 .mc-step-one-title-icon .elementor-widget-container p {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .wrapper-step-3 .elementor-widget-wrap .elementor-widget-wrap {
    padding: 0 20px;
  }
}

.wrapper-step-4, .wrapper-step-5 {
  padding-top: 9.4vw;
  padding-bottom: 9.4vw;
}
@media (min-width: 1368px) {
  .wrapper-step-4, .wrapper-step-5 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
}

.wrapper-step-6 {
  padding-top: 9.4vw;
  padding-bottom: 9.4vw;
}
@media (min-width: 1368px) {
  .wrapper-step-6 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
}

.wrapper-bottom {
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}
@media (min-width: 1368px) {
  .wrapper-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.wrapper-bottom .mc-bottom-title .elementor-widget-container p {
  font-size: 1.66vw;
  line-height: 2.2vw;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 1.1vw;
}
@media (min-width: 1368px) {
  .wrapper-bottom .mc-bottom-title .elementor-widget-container p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .wrapper-bottom .mc-bottom-title .elementor-widget-container p {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrapper-bottom .mc-bottom-paragraph .elementor-widget-container p {
  font-size: 1.25vw;
  line-height: 1.66vw;
  margin-bottom: 1.25vw;
}
@media (min-width: 1368px) {
  .wrapper-bottom .mc-bottom-paragraph .elementor-widget-container p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .wrapper-bottom .mc-bottom-paragraph .elementor-widget-container p {
    font-size: 12px;
    line-height: 18px;
  }
}

.page-template-page-modelo-de-contribucion .menu__modelo-contribucion, .page-sidebar-menu .menu__modelo-contribucion {
  z-index: -9;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion.activeSticky, .page-sidebar-menu .menu__modelo-contribucion.activeSticky {
  z-index: 99999;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-container.elementor-column-gap-default, .page-sidebar-menu .menu__modelo-contribucion .elementor-container.elementor-column-gap-default {
  max-width: 1304px;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main::-webkit-scrollbar, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main::-webkit-scrollbar {
  display: none;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu {
  min-width: 1110px;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:first-child a, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:first-child a {
  color: #104975;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:first-child span:before, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:first-child span:before {
  font-size: 25px;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:first-child span b, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:first-child span b {
  line-height: 1.5;
  font-size: 10px;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:not(:first-child) a, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:not(:first-child) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 20px;
  color: #666666;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:not(:first-child) a.item-active, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:not(:first-child) a.item-active {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #1973b8;
}
.page-template-page-modelo-de-contribucion .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:not(:first-child) a.item-active:before, .page-sidebar-menu .menu__modelo-contribucion .elementor-nav-menu--main ul.elementor-nav-menu li:not(:first-child) a.item-active:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #1973b8;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 999;
  top: initial;
}

@media (min-width: 1176px) and (max-width: 1199px) {
  .page-template-page-sidebar-menu .content-wrapper {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.contribution-section .section__bg-white h1, .contribution-section .section__bg-white h2, .contribution-section .section__bg-white h3, .contribution-section .section__bg-white h4, .contribution-section .section__bg-white h5, .contribution-section .section__bg-white h6, .contribution-section .section__bg-white p {
  color: #000 !important;
}
.contribution-section .section__bg-white h1 span, .contribution-section .section__bg-white h2 span, .contribution-section .section__bg-white h3 span, .contribution-section .section__bg-white h4 span, .contribution-section .section__bg-white h5 span, .contribution-section .section__bg-white h6 span, .contribution-section .section__bg-white p span {
  color: #000 !important;
}
.contribution-section .section__bg-white a {
  color: #1973b8 !important;
}
.contribution-section .section__bg-white a.button--blue {
  color: #fff !important;
}
.contribution-section .section__bg-title:before, .contribution-section .section__bg-title--alternative:before {
  content: attr(title);
  font-size: 80px;
  position: absolute;
  top: -0.3em;
  text-align: center;
  z-index: 9;
  overflow: overlay;
  white-space: nowrap;
  font-weight: bolder;
  color: #1464A5;
  opacity: 0.15;
  overflow-y: hidden; /* Hide vertical scrollbar */
}
@media (max-width: 767px) {
  .contribution-section .section__bg-title:before, .contribution-section .section__bg-title--alternative:before {
    top: -0.42em;
  }
}
@media (min-width: 992px) {
  .contribution-section .section__bg-title:before, .contribution-section .section__bg-title--alternative:before {
    top: -0.25em;
  }
}
.contribution-section .section__bg-title--alternative:before {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 120px;
  font-size: 12rem;
}
@media (max-width: 767px) {
  .contribution-section .section__bg-title--alternative:before {
    font-size: 72px;
    font-size: 7.2rem;
    top: -25px;
  }
}
.contribution-section .section__form-length .form__item {
  margin: 0 !important;
}
.contribution-section .section__success .black.elementor-widget-text-editor h1.tw-data-text, .contribution-section .section__success .black.elementor-widget-text-editor h2.tw-data-text, .contribution-section .section__success .black.elementor-widget-text-editor h3.tw-data-text, .contribution-section .section__success .black.elementor-widget-text-editor h4.tw-data-text, .contribution-section .section__success .black.elementor-widget-text-editor h5.tw-data-text, .contribution-section .section__success .black.elementor-widget-text-editor h6.tw-data-text, .contribution-section .section__success .black.elementor-widget-text-editor span.tw-data-text, .contribution-section .section__success .black.elementor-widget-text-editor p.tw-data-text {
  color: #000 !important;
}
@media (max-width: 992px) {
  .contribution-section .section__help-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contribution-section .section__heading .elementor-widget-container h2, .contribution-section .section__heading .elementor-widget-container h3 {
  color: inherit;
}
@media (max-width: 601px) {
  .contribution-section .section__heading .elementor-widget-container h2 {
    line-height: 32px !important;
  }
}
.contribution-section .section__vertical-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contribution-section .section__box {
  box-shadow: 0px 0px 5px 0px rgba(18, 18, 18, 0.2);
  border-radius: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1176px) {
  .contribution-section .section__box {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .contribution-section .section__box.alternative-size {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__box {
    max-width: 100%;
  }
}
.contribution-section .section__box.section__separation {
  margin: 0 0 0 2.2%;
}
@media (min-width: 993px) and (max-width: 1175px) {
  .contribution-section .section__box.section__separation {
    margin: 0 0 0 19px;
    width: calc(50% - 19px);
  }
}
@media (max-width: 992px) {
  .contribution-section .section__box.section__separation {
    margin: 0 0 0 15px;
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .contribution-section .section__box.section__separation {
    margin: 0 5% 16px 5%;
    width: 100%;
  }
}
.contribution-section .section__box.section__separation--left {
  margin: 0 1.1% 0 2.2%;
}
@media (min-width: 993px) and (max-width: 1175px) {
  .contribution-section .section__box.section__separation--left {
    margin: 0 9.5px 0 19px;
  }
}
@media (max-width: 992px) {
  .contribution-section .section__box.section__separation--left {
    margin: 0 7.5px 0 15px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__box.section__separation--left {
    margin: 0 5% 16px 5%;
  }
}
.contribution-section .section__box.section__separation--right {
  margin: 0 2.2% 0 1.1%;
}
@media (min-width: 993px) and (max-width: 1175px) {
  .contribution-section .section__box.section__separation--right {
    margin: 0 19px 0 9.5px;
  }
}
@media (max-width: 992px) {
  .contribution-section .section__box.section__separation--right {
    margin: 0 15px 0 7.5px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__box.section__separation--right {
    margin: 0 5% 16px 5%;
  }
}
.contribution-section .section__image .elementor-column-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contribution-section .section__image .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .section__image .elementor-widget-container img {
  max-width: 340px;
}
@media (max-width: 767px) {
  .contribution-section .section__image .elementor-widget-container img {
    max-width: 114px;
  }
}
.contribution-section .section__image.image__left .elementor-widget-container {
  margin-right: -3em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contribution-section .section__image.image__right .elementor-widget-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 992px) {
  .contribution-section .section__image.image__right.resources-icon {
    margin-left: -1em;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__image.image__right.resources-icon.elementor-widget-image img {
    width: 158px;
  }
}
.contribution-section .section__image.image--alternative .elementor-widget-container img {
  max-width: 380px;
}
@media (max-width: 601px) {
  .contribution-section .section__image.image--alternative .elementor-widget-container img {
    max-width: 195px;
  }
}
.contribution-section .section__image.image--alternative-v1 .elementor-widget-container img {
  max-width: 300px;
}
@media (max-width: 601px) {
  .contribution-section .section__image.image--alternative-v1 .elementor-widget-container img {
    max-width: 195px;
  }
}
.contribution-section .section__image.image--alternative-v2 .elementor-widget-container img {
  max-width: 250px;
}
@media (max-width: 601px) {
  .contribution-section .section__image.image--alternative-v2 .elementor-widget-container img {
    max-width: 195px;
  }
}
@media (max-width: 601px) {
  .contribution-section .section__image.image__left .elementor-widget-container, .contribution-section .section__image.image__right .elementor-widget-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contribution-section .section__image.image__left .elementor-widget-container img, .contribution-section .section__image.image__right .elementor-widget-container img {
    max-width: 196px;
  }
  .contribution-section .section__image.image__left .elementor-widget-container {
    margin-right: 0;
  }
  .contribution-section .section__image.image__right .elementor-widget-container {
    margin-left: 0;
  }
}
.contribution-section .section__image--main img, .contribution-section .section__image--main-v1 img, .contribution-section .section__image--main-v2 img {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 767px) {
  .contribution-section .section__image--main img, .contribution-section .section__image--main-v1 img, .contribution-section .section__image--main-v2 img {
    max-width: 135px;
  }
}
@media (min-width: 992px) {
  .contribution-section .section__image--main img, .contribution-section .section__image--main-v1 img, .contribution-section .section__image--main-v2 img {
    min-width: 250px;
  }
}
.contribution-section .section__image--main-v1 img, .contribution-section .section__image--main-v2 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .contribution-section .section__image--main-v1 img {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__image--main-v2 img {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__image--main-v2.mobile-exception img {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__image--main-v2.mobile-exception-2 img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__image--main-v3 img {
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  .contribution-section .section__image--main-v3 img {
    min-width: 300px;
  }
}
.contribution-section .section__image--secondary {
  margin-bottom: 0 !important;
}
.contribution-section .section__image--secondary img {
  max-width: 100px;
  width: 100%;
}
.contribution-section .section__image--tertiary {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.contribution-section .section__image--tertiary .elementor-column-wrap {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.contribution-section .section__image--tertiary .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contribution-section .section__image--tertiary .elementor-widget-container img {
  max-width: 280px;
}
@media (max-width: 767px) {
  .contribution-section .section__image--tertiary-v2 .elementor-widget-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contribution-section .section__image--tertiary-v2 .elementor-widget-container img {
    max-width: 150px;
  }
}
.contribution-section .section__image--cuaternary .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .section__image--cuaternary .elementor-widget-container img {
  max-width: 150px;
  min-width: 100%;
}
.contribution-section .section__image--box .elementor-inner-column:nth-child(1) .elementor-widget, .contribution-section .section__image--box .elementor-inner-column:nth-child(3) .elementor-widget {
  margin-bottom: 0;
}
.contribution-section .section__image--box .elementor-inner-column:nth-child(1) .elementor-widget-image, .contribution-section .section__image--box .elementor-inner-column:nth-child(3) .elementor-widget-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .section__image--box .elementor-inner-column:nth-child(1) .elementor-widget-image, .contribution-section .section__image--box .elementor-inner-column:nth-child(3) .elementor-widget-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .section__image--box .elementor-inner-column:nth-child(1) .elementor-widget-image img, .contribution-section .section__image--box .elementor-inner-column:nth-child(3) .elementor-widget-image img {
  width: 120px;
}
@media (max-width: 767px) {
  .contribution-section .section__image--box .elementor-inner-column:nth-child(1) .elementor-widget-image img, .contribution-section .section__image--box .elementor-inner-column:nth-child(3) .elementor-widget-image img {
    width: 160px;
  }
}
.contribution-section .section__image--box .elementor-inner-column:nth-child(2) .elementor-widget-container img {
  width: 100px;
}
@media (max-width: 767px) {
  .contribution-section .section__image--box .elementor-inner-column:nth-child(2) .elementor-widget-container img {
    width: 140px;
  }
}
.contribution-section .section__image--box .elementor-inner-column .elementor-widget-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .section__image--alternative {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .section__image--alternative .elementor-widget-container img {
  max-width: 130px;
  min-width: 130px;
}
@media (max-width: 601px) {
  .contribution-section .section__image--alternative .elementor-widget-container img {
    max-width: 160px;
    min-width: 160px;
  }
}
.contribution-section .section__image--alternative-v1 .elementor-widget-container {
  margin: 0 auto !important;
}
.contribution-section .section__image--alternative-v1 .elementor-widget-container img {
  max-width: 200px;
  min-width: 200px;
}
@media (max-width: 601px) {
  .contribution-section .section__image--alternative-v1 .elementor-widget-container img {
    max-width: 220px;
    min-width: 220px;
  }
}
.contribution-section .section__icon-link .elementor-widget-image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contribution-section .section__icon-link .elementor-widget-image a:hover {
  border: none;
}
.contribution-section .section__icon-link .elementor-widget-container {
  margin: 0 !important;
}
.contribution-section .section__icon-link img {
  width: 22px !important;
}
.contribution-section .section__icon-left-position img {
  margin-left: -1em;
}
@media (max-width: 767px) {
  .contribution-section .section__icon-left-position img {
    margin-left: 0;
  }
}
.contribution-section .section__icon-margins {
  margin-bottom: -10px !important;
}
.contribution-section .section__icon-margins .elementor-widget-container {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .contribution-section .section__icon-margins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__icon-margins.error-icon.elementor-widget-image img {
    width: 114px;
  }
}
.contribution-section .section__align .elementor-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contribution-section .section__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contribution-section .section__button {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__button--alternative {
    -webkit-box-pack: left !important;
    -webkit-justify-content: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}
.contribution-section .section__button.custom-button .button, .contribution-section .section__button.custom-button #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .contribution-section .section__button.custom-button a {
  min-width: 128px;
}
.contribution-section .section__button a.button--primary {
  color: #fff !important;
}
.contribution-section .section__submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .contribution-section .section__submit-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contribution-section .section__submit-button a.button--short, .contribution-section .section__submit-button #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .contribution-section .section__submit-button a {
  padding: 16px 32px;
}
.contribution-section .section__cards {
  padding: 40px 32px 32px;
  height: 100%;
}
@media (max-width: 767px) {
  .contribution-section .section__cards {
    padding: 12px 32px 2px;
  }
}
.contribution-section .section__cards .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .contribution-section .section__cards {
    margin: 0 5% 16px 5%;
  }
  .contribution-section .section__cards:last-child {
    margin: 0 5% 5px;
  }
}
.contribution-section .section__flag {
  margin: 0 6px 20px;
  padding: 10px;
}
.contribution-section .section__flag p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.contribution-section .section__flag .section__flag-image .elementor-widget-container {
  text-align: left;
}
.contribution-section .section__flag .section__flag-image img {
  min-width: 48px;
}
@media (max-width: 767px) {
  .contribution-section .section__contact-box {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .contribution-section .section__contact-box {
    max-width: 745px;
    margin: 0 auto;
  }
}
@media (min-width: 960px) and (max-width: 1175px) {
  .contribution-section .section__contact-box {
    max-width: 927px;
    margin: 0 auto;
  }
  .contribution-section .section__contact-box .elementor-element-populated {
    padding: 0 !important;
  }
}
.contribution-section .section__progress-bar .elementor-progress-wrapper {
  background-color: #004481;
  overflow: hidden;
  border-radius: 0;
}
.contribution-section .section__progress-bar .elementor-progress-wrapper, .contribution-section .section__progress-bar .elementor-progress-bar {
  height: 8px;
}
.contribution-section .section__progress-bar .elementor-progress-bar {
  border-radius: 0;
}
.contribution-section .section__progress-bar .elementor-progress-bar::after {
  content: "";
  position: relative;
  border-left: 8px solid #5bc0de;
  border-bottom: 8px solid #004481;
}
.contribution-section .section__progress-bar .elementor-progress-bar[data-max="0"]::after, .contribution-section .section__progress-bar .elementor-progress-bar[data-max="100"]::after {
  display: none;
}
.contribution-section .section__progress-bar .elementor-progress-text {
  padding-left: 0;
}
.contribution-section .section__progress-bar .elementor-widget-progress.elementor-progress-wrapper .progress-info .elementor-progress-bar {
  background-color: #5bbeff;
}
.contribution-section .section__checkbox .elementor-widget-wrap {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}
.contribution-section .section__checkbox .elementor-widget-experience-checkbox .form__item.input__wrapper {
  margin: 0;
}
@media (max-width: 767px) {
  .contribution-section .section__checkbox .elementor-widget-experience-checkbox .form__item.input__wrapper {
    max-width: 36px;
  }
}
.contribution-section .section__checkbox .elementor-widget-experience-checkbox .form__item.input__wrapper .checkbox-elementor {
  border-bottom: none;
  padding: 0;
}
.contribution-section .section__checkbox .elementor-widget-experience-checkbox .form__item.input__wrapper .checkbox-elementor .checkbox--label ~ .elementor-widget {
  margin-top: 0;
}
.contribution-section .section__checkbox .elementor-widget-experience-checkbox .form__item.input__wrapper .checkbox-elementor .input-control__box {
  background-color: #043263;
  border-color: #fff;
  margin-right: 0;
}
.contribution-section .section__checkbox .elementor-widget-experience-checkbox .form__item.input__wrapper .checkbox-elementor .input-control__box .checkbox__check {
  fill: #fff;
}
@media (max-width: 767px) {
  .contribution-section .section__check {
    max-width: 40px;
  }
  .contribution-section .section__check .input-control__box {
    height: 32px;
    width: 32px;
  }
  .contribution-section .section__check .checkbox__check {
    padding: 3px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__step-links .previous-step p {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__step-links .previous-step p:before {
    content: url("/wp-content/uploads/2021/06/Back-white.svg");
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__step-links .next-step p {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__step-links .next-step p:after {
    content: url("/wp-content/uploads/2021/06/Next-white.svg");
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .contribution-section .section__paragraph--main p a, .contribution-section .section__paragraph--main p {
    font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  }
}
@media (max-width: 992px) {
  .contribution-section .section__paragraph--alternative p a, .contribution-section .section__paragraph--alternative p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.contribution-section .section__list p {
  color: inherit;
}
.contribution-section .section__list ul.bg-white {
  background-color: transparent;
}
.contribution-section .section__profile-img {
  margin-bottom: -35px !important;
  min-height: 126px;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .section__profile-img img {
  width: 110px;
  height: 110px;
  border-radius: 150px;
}
.contribution-section .section__profile-box {
  z-index: 0;
  box-shadow: 0 1px 1px 0px #bdbdbd;
  border-radius: 1px;
}
.contribution-section .section__profile-box .disclaimer-copy {
  margin-bottom: 40px;
}
.contribution-section .section__profile-column {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contribution-section .section__profile-column .elementor-column-wrap.elementor-element-populated {
  height: 100%;
}
.contribution-section .section__background {
  background-image: url("https://ui.bbvaexperience.com/wp-content/uploads/2021/08/Banner-Equipo_Fondo_2.png");
  background-position: top;
  background-repeat: repeat-x;
}
.contribution-section .section__background .j-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .contribution-section .section__background {
    background-position: bottom;
  }
}
.contribution-section .section__background img {
  max-width: 600px;
}
@media (max-width: 767px) {
  .contribution-section .section__background img {
    max-width: 300px;
  }
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion {
  background: inherit;
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__header {
  background: inherit;
  padding: 16px 56px 16px 16px;
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__header--active .ui-expand:before {
  content: "\f15d";
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #666666;
  margin-bottom: 0;
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p a, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li a {
  padding-left: 0;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li {
  list-style: disc;
  margin-left: 20px;
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p a, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content a {
  display: revert;
  text-transform: none;
}
.contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content--active {
  padding: 26px 56px 26px 16px !important;
}
@media (max-width: 767px) {
  .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content--active {
    padding: 10px 16px 26px !important;
  }
}
.contribution-section .section__tabs ul.tabs__wrapper {
  margin-bottom: 0;
}
.contribution-section .section__tabs ul.tabs__wrapper .tabs__slide {
  padding: 32px 0;
}
.contribution-section .section__notifications .elementor-widget-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contribution-section .section__notifications.notifications__info--extra {
  padding: 0 !important;
}
.contribution-section .section__notifications.notifications__info--extra .ui-info::before {
  top: 0;
  color: #043263;
}
.contribution-section .section__notifications.notifications__info--extra .elementor-element-populated {
  padding: inherit !important;
}
.contribution-section .section__action-container {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contribution-section .section__action-container {
    margin-bottom: 0;
  }
}
.contribution-section .section__action-container .elementor-widget-container {
  margin: 0 !important;
}
.contribution-section .section__action-container img {
  border-bottom: 8px solid;
  width: 100%;
}
@media (max-width: 767px) {
  .contribution-section .section__action-container img {
    margin: 0;
  }
}
.contribution-section .section__action-container--only-border .elementor-widget-container {
  margin: 0 !important;
}
.contribution-section .section__action-container--only-border img {
  border: 1px solid #d3d3d3;
}
.contribution-section .section__podcast-container .elementor-container.elementor-column-gap-no {
  min-width: 100%;
}
.contribution-section .section__podcast .podcast {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contribution-section .section__podcast .form__item.input__wrapper {
    margin: 0;
  }
}
.contribution-section .section__podcast .podcast__control:first-child {
  padding-right: 8px;
  margin-top: -3px;
}
@media (max-width: 992px) {
  .contribution-section .section__podcast .podcast__control__play:after, .contribution-section .section__podcast .podcast__control__pause:after {
    content: none;
  }
}
.contribution-section .section__podcast .podcast a[data-content=Playing] {
  padding-right: 8px;
}
.contribution-section.section__horizontal-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .contribution-section.section__horizontal-boxes .elementor-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  .contribution-section.section__horizontal-boxes .elementor-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contribution-section.section__horizontal-boxes .elementor-container .elementor-column.elementor-col-25 {
    width: 49% !important;
    max-width: initial;
    margin: 28px 0 0 0;
  }
}
.contribution-section.section__horizontal-boxes .elementor-container.elementor-column-gap-default {
  height: 100%;
}
.contribution-section.section__bg-two-colours {
  background: #043263; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #043263 0%, #043263 75%, #f4f4f4 75%, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #043263 0%, #043263 75%, #f4f4f4 75%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#043263", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .contribution-section.section__bg-two-colours { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #043263 0%, #043263 17%, #f4f4f4 17%, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #043263 0%, #043263 17%, #f4f4f4 17%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.contribution-section.section__bg-two-colours--alternative { /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #043263 0%, #043263 70%, #f4f4f4 30%, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #043263 0%, #043263 70%, #f4f4f4 30%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#043263", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .contribution-section.section__bg-two-colours--alternative { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #043263 0%, #043263 64%, #f4f4f4 36%, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #043263 0%, #043263 64%, #f4f4f4 36%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.contribution-section.section__bg-two-colours--alternative-v1 { /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #043263 0%, #043263 100px, #f4f4f4 100px, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #043263 0%, #043263 100px, #f4f4f4 100px, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#043263", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (min-width: 1200px) {
  .contribution-section.section__bg-two-colours--alternative-v1 { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #043263 0%, #043263 130px, #f4f4f4 130px, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #043263 0%, #043263 130px, #f4f4f4 130px, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.contribution-section.section__bg-two-colours--alternative-v2 {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9e9e9", endColorstr="#043263",GradientType=0 ); /* IE6-9 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #f4f4f4 70%, #043263 70%, #043263 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 70%, #043263 70%, #043263 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (min-width: 960px) and (max-width: 991px) {
  .contribution-section.section__language-switcher {
    margin-top: 142px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contribution-section.section__language-switcher {
    margin-top: 0 !important;
  }
}
@media (min-width: 993px) and (max-width: 1175px) {
  .contribution-section.section__language-switcher .elementor-widget-container {
    max-width: 927px !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .contribution-section.section__custom-box .elementor-container {
    margin: 0 auto;
    max-width: 735px;
  }
  .contribution-section.section__custom-box .elementor-container .elementor-element-populated {
    padding-left: 0 !important;
  }
}
@media (min-width: 960px) and (max-width: 1175px) {
  .contribution-section.section__custom-box .elementor-container {
    margin: 0 auto;
    max-width: 927px;
  }
  .contribution-section.section__custom-box .elementor-container .elementor-element-populated {
    padding-left: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1175px) {
  .contribution-section.section__custom-box .elementor-container .elementor-element-populated {
    padding-bottom: 20px !important;
  }
}
.contribution-section.section__validation-checklist .elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0 !important;
}
.contribution-section.section__validation-checklist-step-main .elementor-widget-wrap a {
  border: none;
}
.contribution-section.section__bg-two-colors-v2 {
  background: #072146; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #072146 0%, #043263 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #072146 0%, #043263 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#072146", endColorstr="#004481",GradientType=0 ); /* IE6-9 */
}
.contribution-section.section__bg-two-colors-v2--transparent {
  background: #072146; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #072146 0%, transparent 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #072146 0%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#072146", endColorstr="transparent",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .contribution-section.section__bg-two-colors-v2--transparent { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #072146 0%, #072146 40%, transparent 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #072146 0%, #072146 40%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#072146", endColorstr="transparent",GradientType=0 ); /* IE6-9 */
  }
}
@media (max-width: 767px) {
  .contribution-section.section__carousel .carousel-column .elementor-container.elementor-column-gap-default {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .contribution-section.section__carousel .carousel-column .elementor-container.elementor-column-gap-default::-webkit-scrollbar {
    display: none;
  }
  .contribution-section.section__carousel .carousel-column .elementor-container.elementor-column-gap-default::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 25px;
    background: transparent; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 88%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 88%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#7db9e8",GradientType=1 ); /* IE6-9 */
    pointer-events: none;
  }
  .contribution-section.section__carousel .carousel-column .elementor-container.elementor-column-gap-default .elementor-container {
    overflow-x: scroll;
    background: white;
    width: 240px;
    height: 200px;
    padding: 15px;
    line-height: 1.2;
  }
  .contribution-section.section__carousel .carousel-column .elementor-container.elementor-column-gap-default .elementor-container {
    min-width: 1206px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: initial;
        -ms-flex-flow: initial;
            flex-flow: initial;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .contribution-section.section__carousel .carousel-column .elementor-col-14 {
    width: 13.666%;
  }
}
.contribution-section.section__carousel .carousel-column .elementor-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section.section__carousel .carousel-column .elementor-col-14 {
  width: 25%;
}
.contribution-section.section__carousel .carousel-column .elementor-col-20 {
  width: 33.3%;
}
.contribution-section.section__carousel .carousel-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section.section__carousel .carousel-image img {
  max-width: 100px;
  min-width: 100px;
  width: 100%;
}
.contribution-section.section__carousel .carousel-image.elementor-widget-experience-news-card img {
  min-width: 100px;
}
.contribution-section.section__carousel .carousel-image.carousel-image--alternative img {
  max-width: 130px;
  min-width: 130px;
}
.contribution-section.section.menu__StickyMenu .elementor-nav-menu--main ul.elementor-nav-menu {
  padding-left: 3vw;
}
.contribution-section.section.menu__StickyMenu .elementor-nav-menu--main ul.elementor-nav-menu li a {
  padding: 11px 30px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .contribution-section.section__large-tablet-exception .elementor-column.elementor-col-16, .contribution-section.section__large-tablet-exception .elementor-column[data-col="16"] {
    width: 33.3%;
  }
  .contribution-section.section__large-tablet-exception .elementor-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.contribution-section .experience__new-card {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .experience__new-card.elementor-widget-experience-news-card .elementor-widget-container a img {
  min-width: 150px;
}
.contribution-section .experience__new-card-v1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .experience__new-card-v1.elementor-widget-experience-news-card .elementor-widget-container a img {
  min-width: 110px;
}
.contribution-section .language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contribution-section .language-switcher .elementor-widget-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1304px;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar {
    margin-right: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1175px) {
  .contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar {
    margin-right: 20px;
  }
}
.contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li {
  border: none;
  padding: 2px;
}
.contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a {
  padding: 2px 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a.active {
  background-color: #1973b8;
}
.contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a.active span {
  color: #fff;
}
.contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a span {
  color: #1973b8;
}
.contribution-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li:nth-child(2) {
  margin-left: -2px;
}
@media (max-width: 992px) {
  .contribution-section .language-switcher .elementor-widget-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contribution-section .team-support-image {
  margin-top: -3em;
}
@media (max-width: 767px) {
  .contribution-section .team-support-image {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contribution-section .order-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .contribution-section .order-box .elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .contribution-section .order-box--v1 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .contribution-section .order-box--v1 .elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .contribution-section .h3-header-md.typography.contribution__headings {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .contribution-section .h3-header-md.typography.contribution__headings h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.contribution-section .h3-header-md.typography.contribution__headings--alternative h3 {
  color: inherit !important;
}
.contribution-section .dropdown__text {
  color: initial;
}
.contribution-section .dropdown--checklist .dropdown__text {
  color: inherit;
}
.contribution-section .m-book p a, .contribution-section .m-book p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.contribution-section .m-book.white-links p a {
  color: #fff;
}
@media (max-width: 767px) {
  .contribution-section .m-book--alternative p a, .contribution-section .m-book--alternative p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.contribution-section .m-book--alternative p a {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}
.contribution-section .s-body-medium p {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.contribution-section .s-body-medium.white p a {
  color: #fff;
}
.contribution-section .xl-md-headline-medium h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.contribution-section .xl-md-headline-medium.white h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .contribution-section .xl-md-headline-medium--alternative h1, .contribution-section .xl-md-headline-medium--alternative h2, .contribution-section .xl-md-headline-medium--alternative h3, .contribution-section .xl-md-headline-medium--alternative h4, .contribution-section .xl-md-headline-medium--alternative h5, .contribution-section .xl-md-headline-medium--alternative h6, .contribution-section .xl-md-headline-medium--alternative p, .contribution-section .xl-md-headline-medium--alternative a, .contribution-section .xl-md-headline-medium--alternative p a {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.contribution-section .text-right .modal-ek__desc h2 {
  text-align: left;
}
.contribution-section .text-right .modal-ek__body a.ui-close:hover {
  color: #1973b8 !important;
  border: none !important;
}
.contribution-section .blue-light:hover {
  color: #1973b8 !important;
  border: none !important;
}
.contribution-section .blue-medium-wcag-links, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p a, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li a {
  color: #1973b8;
}
.contribution-section .blue-medium-wcag-links:hover, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p a:hover, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li a:hover {
  color: #004481;
}
@media (max-width: 767px) {
  .contribution-section .mobile-inherit-txt-style p a, .contribution-section .mobile-inherit-txt-style p, .contribution-section .mobile-inherit-txt-style h1, .contribution-section .mobile-inherit-txt-style h2, .contribution-section .mobile-inherit-txt-style h3, .contribution-section .mobile-inherit-txt-style h4, .contribution-section .mobile-inherit-txt-style h5, .contribution-section .mobile-inherit-txt-style h6 {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.contribution-section .no-line-break p, .contribution-section .no-line-break p a {
  display: revert;
}
.contribution-section .content-body {
  max-width: 100%;
}
.contribution-section .content-body .elementor-column.elementor-col-50, .contribution-section .content-body .elementor-column[data-col="50"] {
  padding-right: 0;
}
.contribution-section .content-body .typography p {
  color: inherit;
}
.contribution-section .content-body .serif-italic p {
  font-family: "Tiempos Text Regular Italic", Georgia, Times, serif;
}
.contribution-section .logos__experience span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "ico-logo" !important;
  font-size: 31px;
  font-size: 3.1rem;
}
.contribution-section .inherit-color h1, .contribution-section .inherit-color h2, .contribution-section .inherit-color h3, .contribution-section .inherit-color h4, .contribution-section .inherit-color h5, .contribution-section .inherit-color h6, .contribution-section .inherit-color p {
  color: inherit;
}
@media (min-width: 768px) and (max-width: 959px) {
  .contribution-section .tablet-inherit-txt-styles h1, .contribution-section .tablet-inherit-txt-styles h2, .contribution-section .tablet-inherit-txt-styles h3, .contribution-section .tablet-inherit-txt-styles h4, .contribution-section .tablet-inherit-txt-styles h5, .contribution-section .tablet-inherit-txt-styles h6, .contribution-section .tablet-inherit-txt-styles p {
    font-size: inherit;
  }
}
.contribution-section .tabs__wrapper .tabs__slide {
  max-width: 120px;
}
.contribution-section .tabs__wrapper .tabs__slide.tabs--active {
  border-bottom: 4px solid #004481;
}

@media (max-width: 992px) {
  .page-template-page-community .container {
    max-width: 100%;
    padding: 0;
  }
  .page-template-page-community .container .content-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-template-page-community .container .content-wrapper {
    margin-left: 160px;
    max-width: 812px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-community .container .content-wrapper {
    margin-left: 196px;
    max-width: 948px;
  }
}
@media (min-width: 1368px) {
  .page-template-page-community .container .content-wrapper {
    margin-left: 228px;
  }
}
.page-template-page-community p {
  margin-bottom: 2.2vw;
}
@media (min-width: 1368px) {
  .page-template-page-community p {
    margin-bottom: 32px;
  }
}
@media (min-width: 1368px) {
  .page-template-page-community p {
    margin-bottom: 16px;
  }
}
.page-template-page-community p:last-child {
  margin-bottom: 0;
}
.page-template-page-community .elementor-widget-text-editor:not(:last-child) {
  margin-bottom: 0;
}
.page-template-page-community .body-copy .elementor-widget-container ul li, .page-template-page-community .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p .elementor-widget-container ul li, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .page-template-page-community p .elementor-widget-container ul li, .page-template-page-community .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p .elementor-widget-container ul li, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .page-template-page-community p .elementor-widget-container ul li, .page-template-page-community div.card .card__editorial.card__editorial--product-design .card__desc section .elementor-widget-container ul li, div.card .card__editorial.card__editorial--product-design .card__desc .page-template-page-community section .elementor-widget-container ul li {
  font-size: 1.5rem;
  color: #666666;
}
.page-template-page-community .body-copy.white .elementor-widget-container ul li, .page-template-page-community .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p.white .elementor-widget-container ul li, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .page-template-page-community p.white .elementor-widget-container ul li, .page-template-page-community .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p.white .elementor-widget-container ul li, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .page-template-page-community p.white .elementor-widget-container ul li, .page-template-page-community div.card .card__editorial.card__editorial--product-design .card__desc section.white .elementor-widget-container ul li, div.card .card__editorial.card__editorial--product-design .card__desc .page-template-page-community section.white .elementor-widget-container ul li {
  color: #fff;
  font-weight: bold;
}
.page-template-page-community .notifications__work-model .notifications {
  width: 125%;
}
@media (max-width: 1024px) {
  .page-template-page-community .notifications__work-model .notifications {
    width: 100%;
  }
}
.page-template-page-community .accordion__header {
  color: #1464A5;
}
.page-template-page-community .accordion:last-child {
  border-bottom: none;
}
.page-template-page-community .tabs-step-by-step * {
  overflow: visible;
}
.page-template-page-community .tabs-step-by-step .tabs__control--next, .page-template-page-community .tabs-step-by-step .tabs__control--back {
  display: none;
}
.page-template-page-community .tabs-step-by-step .tabs .tabs__mask {
  width: auto;
  -webkit-mask-image: none;
          mask-image: none;
}
.page-template-page-community .tabs-step-by-step .tabs .tabs__wrapper {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.page-template-page-community .tabs-step-by-step .tabs .tabs__wrapper .tabs__slide {
  width: auto !important;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 16px;
}
.page-template-page-community .tabs-step-by-step .tabs .tabs__wrapper .tabs__slide.tabs--active {
  background-color: transparent;
  border: 1px solid #004481;
}
.page-template-page-community .tabs-step-by-step .tabs .tabs__wrapper .tabs__slide.tabs--active span {
  color: #004481;
}
.page-template-page-community .tabs-step-by-step .tabs .tabs__wrapper .tabs__slide .links, .page-template-page-community .tabs-step-by-step .tabs .tabs__wrapper .tabs__slide .elementor-widget-container .accordion .accordion__item a, .elementor-widget-container .accordion .accordion__item .page-template-page-community .tabs-step-by-step .tabs .tabs__wrapper .tabs__slide a {
  font-size: 14px;
  font-size: 1.4rem;
}
.page-template-page-community .left-stroke:before {
  content: "";
  width: 1px;
  height: calc(100% + 132px);
  background: #d3d3d3;
  position: relative;
  top: 55px;
}
.page-template-page-community .left-point:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #666666;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 48px;
  z-index: 9;
}
.page-template-page-community .bg-extensive:after {
  z-index: 9;
}
@media (min-width: 992px) {
  .page-template-page-community .bg-extensive:before {
    content: "";
    background: inherit;
    position: absolute;
    top: 0;
    left: -48px;
    width: 48px;
    height: 100%;
    z-index: 9;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-community .bg-extensive:before {
    left: -33px;
    width: 33px;
  }
}
.page-template-page-community .bg-not-extensive.content-wrapper section.elementor-element:after {
  background: transparent;
}
.page-template-page-community .bg-not-extensive.elementor-element.elementor-section:after {
  background: transparent;
}
.page-template-page-community .w-auto {
  gap: 3px;
}
.page-template-page-community .w-auto .elementor-column {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.page-template-page-community .w-auto::after {
  display: none;
}
.page-template-page-community .notification__community .notifications .ui-info:before, .page-template-page-community .notification__community .notifications .ui-right:before {
  font-size: 16px;
  font-size: 1.6rem;
}
.page-template-page-community .notification__community .notifications .ui-caution:before {
  color: #685219;
  top: 3px;
  padding-right: 16px;
  position: relative;
}
.page-template-page-community .notification__community .notifications .notifications__title {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.page-template-page-community .notification__community .notifications .notifications__title.ui-info, .page-template-page-community .notification__community .notifications .notifications__title.ui-caution, .page-template-page-community .notification__community .notifications .notifications__title.ui-right {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-template-page-community .notification__community .notifications .notifications__message p {
  display: inline;
}
.page-template-page-community .notification__community .notifications__info--success {
  box-shadow: 0px 0px 8.4px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1368px) {
  .page-template-page-community .button, .page-template-page-community #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .page-template-page-community a {
    max-width: 320px;
  }
}
.page-template-page-community #nav-design-from-scratch.content-nav {
  top: 0;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 1176px) and (max-width: 1199px) {
  .page-template-page-sidebar-menu .content-wrapper {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.community-section .section__bg-white .elementor-widget-container h1, .community-section .section__bg-white .elementor-widget-container h2, .community-section .section__bg-white .elementor-widget-container h3, .community-section .section__bg-white .elementor-widget-container h4, .community-section .section__bg-white .elementor-widget-container h5, .community-section .section__bg-white .elementor-widget-container h6, .community-section .section__bg-white .elementor-widget-container p {
  color: #000 !important;
}
.community-section .section__bg-white .elementor-widget-container h1 span, .community-section .section__bg-white .elementor-widget-container h2 span, .community-section .section__bg-white .elementor-widget-container h3 span, .community-section .section__bg-white .elementor-widget-container h4 span, .community-section .section__bg-white .elementor-widget-container h5 span, .community-section .section__bg-white .elementor-widget-container h6 span, .community-section .section__bg-white .elementor-widget-container p span {
  color: #000 !important;
}
.community-section .section__bg-white a {
  color: #1973b8 !important;
}
.community-section .section__bg-white a.button--blue {
  color: #fff !important;
}
.community-section .section__bg-title:before, .community-section .section__bg-title--alternative:before {
  content: attr(title);
  font-size: 80px;
  position: absolute;
  top: -0.3em;
  text-align: center;
  z-index: 9;
  overflow: overlay;
  white-space: nowrap;
  font-weight: bolder;
  color: #1464A5;
  opacity: 0.15;
  overflow-y: hidden; /* Hide vertical scrollbar */
}
@media (max-width: 767px) {
  .community-section .section__bg-title:before, .community-section .section__bg-title--alternative:before {
    top: -0.42em;
  }
}
@media (min-width: 992px) {
  .community-section .section__bg-title:before, .community-section .section__bg-title--alternative:before {
    top: -0.25em;
  }
}
.community-section .section__bg-title--alternative:before {
  width: 60%;
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  top: -0.42em;
  white-space: pre-line;
  z-index: 1;
  font-size: 72px;
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .community-section .section__bg-title--alternative:before {
    font-size: 72px;
    font-size: 7.2rem;
    top: -25px;
  }
}
.community-section .section__heading .elementor-widget-container h2, .community-section .section__heading .elementor-widget-container h3 {
  color: inherit;
}
@media (max-width: 601px) {
  .community-section .section__heading .elementor-widget-container h2 {
    line-height: 32px !important;
  }
}
.community-section .section__vertical-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.community-section .section__box {
  box-shadow: 0px 0px 5px 0px rgba(18, 18, 18, 0.2);
  border-radius: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 993px) and (max-width: 1175px) {
  .community-section .section__box {
    max-width: 297.2px !important;
  }
}
@media (min-width: 992px) {
  .community-section .section__box {
    max-width: 299.2px;
  }
}
@media (min-width: 960px) and (max-width: 991px) {
  .community-section .section__box {
    max-width: 298.2px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .community-section .section__box {
    max-width: 234.2px;
  }
  .community-section .section__box.alternative-size {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .community-section .section__box {
    max-width: 100%;
  }
}
.community-section .section__box.section__separation {
  margin: 0 2.2%;
}
@media (min-width: 993px) and (max-width: 1175px) {
  .community-section .section__box.section__separation {
    margin: 0 19px;
  }
}
@media (max-width: 992px) {
  .community-section .section__box.section__separation {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .community-section .section__box.section__separation {
    margin: 0 5% 16px 5%;
  }
}
.community-section .section__box.section.elementor-col-50:nth-child(1) {
  margin-right: 2.2%;
}
@media (max-width: 992px) {
  .community-section .section__box.section.elementor-col-50:nth-child(1) {
    margin: 2.2%;
  }
}
.community-section .section__box.section.elementor-col-50:nth-child(2) {
  margin-left: 2.2%;
}
@media (max-width: 992px) {
  .community-section .section__box.section.elementor-col-50:nth-child(2) {
    margin: 2.2%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .community-section .section__row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.community-section .section__image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.community-section .section__image .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community-section .section__image .elementor-widget-container img {
  max-width: 340px;
}
@media (max-width: 767px) {
  .community-section .section__image .elementor-widget-container img {
    max-width: 114px;
  }
}
.community-section .section__image .elementor-widget-container a img {
  width: 100%;
  max-width: 144px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.community-section .section__image .elementor-widget-container a img:hover {
  -webkit-animation-name: pulsezoom;
          animation-name: pulsezoom;
}
.community-section .section__image.image, .community-section .section__image .image {
  margin-bottom: 0;
}
.community-section .section__image.image__left .elementor-widget-container, .community-section .section__image .image__left .elementor-widget-container {
  margin-right: -3em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.community-section .section__image.image__right .elementor-widget-container, .community-section .section__image .image__right .elementor-widget-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 992px) {
  .community-section .section__image.image__right.resources-icon, .community-section .section__image .image__right.resources-icon {
    margin-left: -1em;
  }
}
@media (max-width: 767px) {
  .community-section .section__image.image__right.resources-icon.elementor-widget-image img, .community-section .section__image .image__right.resources-icon.elementor-widget-image img {
    width: 158px;
  }
}
@media (max-width: 601px) {
  .community-section .section__image.image__left .elementor-widget-container, .community-section .section__image.image__right .elementor-widget-container, .community-section .section__image .image__left .elementor-widget-container, .community-section .section__image .image__right .elementor-widget-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .community-section .section__image.image__left .elementor-widget-container img, .community-section .section__image.image__right .elementor-widget-container img, .community-section .section__image .image__left .elementor-widget-container img, .community-section .section__image .image__right .elementor-widget-container img {
    max-width: 196px;
  }
  .community-section .section__image.image__left .elementor-widget-container, .community-section .section__image .image__left .elementor-widget-container {
    margin-right: 0;
  }
  .community-section .section__image.image__right .elementor-widget-container, .community-section .section__image .image__right .elementor-widget-container {
    margin-left: 0;
  }
}
.community-section .section__image--main .elementor-widget-container, .community-section .section__image--main-v1 .elementor-widget-container, .community-section .section__image--main-v2 .elementor-widget-container {
  text-align: center;
}
.community-section .section__image--main .elementor-widget-container img, .community-section .section__image--main-v1 .elementor-widget-container img, .community-section .section__image--main-v2 .elementor-widget-container img {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 767px) {
  .community-section .section__image--main .elementor-widget-container img, .community-section .section__image--main-v1 .elementor-widget-container img, .community-section .section__image--main-v2 .elementor-widget-container img {
    max-width: 135px;
  }
}
@media (min-width: 992px) {
  .community-section .section__image--main .elementor-widget-container img, .community-section .section__image--main-v1 .elementor-widget-container img, .community-section .section__image--main-v2 .elementor-widget-container img {
    min-width: 250px;
  }
}
.community-section .section__image--main-v1 img, .community-section .section__image--main-v2 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .community-section .section__image--main-v1 img {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .community-section .section__image--main-v2 img {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .community-section .section__image--main-v2.mobile-exception img {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .community-section .section__image--main-v2.mobile-exception-2 img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .community-section .section__image--main-v3 img {
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  .community-section .section__image--main-v3 img {
    min-width: 300px;
  }
}
.community-section .section__image--secondary {
  margin-bottom: 0 !important;
}
.community-section .section__image--secondary img {
  max-width: 100px;
  width: 100%;
}
.community-section .section__image--tertiary {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.community-section .section__image--tertiary .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.community-section .section__image--tertiary .elementor-widget-container img {
  max-width: 280px;
}
@media (max-width: 767px) {
  .community-section .section__image--tertiary-v2 .elementor-widget-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .community-section .section__image--tertiary-v2 .elementor-widget-container img {
    max-width: 150px;
  }
}
.community-section .section__image--cuaternary .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community-section .section__image--cuaternary .elementor-widget-container img {
  max-width: 150px;
  min-width: 100%;
}
.community-section .section__image--box .elementor-inner-column:nth-child(1) .elementor-widget, .community-section .section__image--box .elementor-inner-column:nth-child(3) .elementor-widget {
  margin-bottom: 0;
}
.community-section .section__image--box .elementor-inner-column:nth-child(1) img, .community-section .section__image--box .elementor-inner-column:nth-child(3) img {
  width: 120px;
}
@media (max-width: 767px) {
  .community-section .section__image--box .elementor-inner-column:nth-child(1) img, .community-section .section__image--box .elementor-inner-column:nth-child(3) img {
    width: 160px;
  }
}
.community-section .section__image--box .elementor-inner-column:nth-child(2) .elementor-widget-container img {
  width: 100px;
}
@media (max-width: 767px) {
  .community-section .section__image--box .elementor-inner-column:nth-child(2) .elementor-widget-container img {
    width: 140px;
  }
}
@media (min-width: 599px) and (max-width: 768px) {
  .community-section .section__image--box.elementor-col-33.elementor-column {
    width: 33.3%;
  }
}
.community-section .section__image--box--link {
  cursor: pointer;
}
.community-section .section__image--box--link img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.community-section .section__image--box--link:hover img {
  -webkit-animation-name: pulsezoom;
          animation-name: pulsezoom;
}
.community-section .section__image--alternative .elementor-widget-container img {
  max-width: 144px;
  min-width: 144px;
}
@media (max-width: 601px) {
  .community-section .section__image--alternative .elementor-widget-container img {
    max-width: 144px;
    min-width: 144px;
  }
}
.community-section .section__image--alternative-v1 .elementor-widget-container img {
  max-width: 200px;
  min-width: 200px;
}
@media (max-width: 601px) {
  .community-section .section__image--alternative-v1 .elementor-widget-container img {
    max-width: 220px;
    min-width: 220px;
  }
}
.community-section .section__newsletters .thumbnail__thumbnailDesc {
  padding-bottom: 24px;
}
.community-section .section__cards {
  padding: 16px 0px 24px;
}
@media (max-width: 767px) {
  .community-section .section__cards {
    padding: 16px 0px 24px;
  }
}
.community-section .section__cards .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .community-section .section__cards {
    margin: 0 5% 16px 5%;
  }
  .community-section .section__cards:last-child {
    margin: 0 5% 5px;
  }
}
@media (max-width: 767px) {
  .community-section .section__paragraph--main p a, .community-section .section__paragraph--main p {
    font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  }
}
@media (max-width: 992px) {
  .community-section .section__paragraph--alternative p a, .community-section .section__paragraph--alternative p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.community-section .section__q-img {
  z-index: 1;
  margin-top: -80px;
}
.community-section .section__q-img img {
  width: 144px;
  height: 144px;
  border-radius: 150px;
}
.community-section .section__q-box {
  z-index: 0;
}
.community-section .section__q-box .body-copy, .community-section .section__q-box .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .community-section .section__q-box p, .community-section .section__q-box .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .community-section .section__q-box p, .community-section .section__q-box div.card .card__editorial.card__editorial--product-design .card__desc section, div.card .card__editorial.card__editorial--product-design .card__desc .community-section .section__q-box section {
  padding: 21px 0px 21px 5px;
  margin-bottom: 8px;
}
.community-section .section__q-box .body-copy:before, .community-section .section__q-box .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p:before, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .community-section .section__q-box p:before, .community-section .section__q-box .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p:before, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .community-section .section__q-box p:before, .community-section .section__q-box div.card .card__editorial.card__editorial--product-design .card__desc section:before, div.card .card__editorial.card__editorial--product-design .card__desc .community-section .section__q-box section:before {
  content: "";
  background-color: #004481;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.community-section .section__q-column.elementor-column {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.community-section .section__q-column.elementor-column .elementor-element-populated {
  height: 100%;
}
.community-section .section__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .community-section .section__button {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .community-section .section__button--alternative {
    -webkit-box-pack: left !important;
    -webkit-justify-content: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}
.community-section .section__button.custom-button .button, .community-section .section__button.custom-button #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .community-section .section__button.custom-button a {
  min-width: 128px;
}
.community-section .section__button a.button--primary {
  color: #fff !important;
}
@media (min-width: 960px) and (max-width: 991px) {
  .community-section .section__language-switcher {
    margin-top: 142px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .community-section .section__language-switcher {
    margin-top: 0 !important;
  }
}
@media (min-width: 993px) and (max-width: 1175px) {
  .community-section .section__language-switcher .elementor-widget-container {
    max-width: 927px !important;
  }
}
.community-section .section__progress-bar .elementor-progress-wrapper {
  background-color: #004481;
  overflow: hidden;
  border-radius: 0;
}
.community-section .section__progress-bar .elementor-progress-wrapper, .community-section .section__progress-bar .elementor-progress-bar {
  height: 8px;
}
.community-section .section__progress-bar .elementor-progress-bar {
  border-radius: 0;
}
.community-section .section__progress-bar .elementor-progress-bar::after {
  content: "";
  position: relative;
  border-left: 8px solid #5bc0de;
  border-bottom: 8px solid #004481;
}
.community-section .section__progress-bar .elementor-progress-bar[data-max="0"]::after, .community-section .section__progress-bar .elementor-progress-bar[data-max="100"]::after {
  display: none;
}
.community-section .section__progress-bar .elementor-progress-text {
  padding-left: 0;
}
.community-section .section__progress-bar .elementor-widget-progress.elementor-progress-wrapper .progress-info .elementor-progress-bar {
  background-color: #5bbeff;
}
.community-section .section__icon-link .elementor-widget-image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.community-section .section__icon-link .elementor-widget-image a:hover {
  border: none;
}
.community-section .section__icon-link .elementor-widget-container {
  margin: 0 !important;
}
.community-section .section__icon-link img {
  width: 22px !important;
}
.community-section.section__q-wrapper.elementor-element.section {
  padding-top: 70px;
}
.community-section.section__q-wrapper .elementor-column-gap-no {
  box-shadow: 0 1px 1px 0px #bdbdbd;
}
.community-section.section__q-wrapper .elementor-column-gap-no .elementor-column-gap-no {
  box-shadow: none;
  padding-bottom: 72px;
}
.community-section.section__horizontal-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .community-section.section__horizontal-boxes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.community-section.section__bg-two-colours {
  background: #043263; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #043263 0%, #043263 50%, #fff 50%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #043263 0%, #043263 50%, #fff 50%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#043263", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .community-section.section__bg-two-colours { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #043263 0%, #043263 17%, #fff 17%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #043263 0%, #043263 17%, #fff 17%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.community-section.section__bg-two-colours--alternative { /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #043263 0%, #043263 70%, #fff 30%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #043263 0%, #043263 70%, #fff 30%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#043263", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .community-section.section__bg-two-colours--alternative { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #043263 0%, #043263 64%, #fff 36%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #043263 0%, #043263 64%, #fff 36%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.community-section.section__bg-two-colours--alternative-v1 { /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #043263 0%, #043263 100px, #fff 100px, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #043263 0%, #043263 100px, #fff 100px, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#043263", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (min-width: 1200px) {
  .community-section.section__bg-two-colours--alternative-v1 { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #043263 0%, #043263 130px, #fff 130px, #fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #043263 0%, #043263 130px, #fff 130px, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.community-section.section__bg-two-colours--alternative-navy {
  background: #072146; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #072146 0%, #072146 50%, #fff 50%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #072146 0%, #072146 50%, #fff 50%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#072146", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .community-section.section__bg-two-colours--alternative-navy { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #072146 0%, #072146 17%, #fff 17%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #072146 0%, #072146 17%, #fff 17%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.community-section.section__bg-two-colors-v2 {
  background: #072146; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #072146 0%, #043263 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #072146 0%, #043263 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#072146", endColorstr="#004481",GradientType=0 ); /* IE6-9 */
}
.community-section.section__bg-two-colors-v2--transparent {
  background: #072146; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #072146 0%, transparent 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #072146 0%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#072146", endColorstr="transparent",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .community-section.section__bg-two-colors-v2--transparent { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #072146 0%, #072146 40%, transparent 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #072146 0%, #072146 40%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#072146", endColorstr="transparent",GradientType=0 ); /* IE6-9 */
  }
}
.community-section.section__newsletters--body {
  padding-top: 40px;
}
.community-section.section__newsletters--body .content-body {
  padding: 21px;
}
.community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container {
  gap: 3.6%;
}
.community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail {
  margin-right: 0;
}
.community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail.show:nth-child(3n-1) {
  display: none;
}
.community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .thumbnail__thumbnailDesc .body-copy, .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .thumbnail__thumbnailDesc .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .thumbnail__thumbnailDesc p, .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .thumbnail__thumbnailDesc .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p, .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .thumbnail__thumbnailDesc p, .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .thumbnail__thumbnailDesc div.card .card__editorial.card__editorial--product-design .card__desc section, div.card .card__editorial.card__editorial--product-design .card__desc .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .thumbnail__thumbnailDesc section {
  padding-top: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
.community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container .thumbnail .video:before {
  left: 0;
}
.community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container embed, .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container iframe, .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container object, .community-section.section__newsletters--body .content-body.related-thumbs .thumbnail-container video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.community-section.section__footer {
  padding: 40px 0px 40px 60px;
  position: relative;
}
.community-section.section__footer a:hover {
  color: #fff;
}
.community-section.section__validation-redlines .elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0 !important;
}
.community-section.section__validation-redlines-step-main .elementor-widget-wrap a {
  border: none;
}
.community-section.section__validation-redlines .ui-info:before, .community-section.section__validation-redlines .ui-warning:before {
  position: relative;
  top: 2px;
}
.community-section.section__validation-redlines .ui-pdf {
  color: #5bbeff;
}
.community-section.section__validation-redlines .ui-pdf:before {
  position: relative;
  top: 7px;
  left: -5px;
  font-size: 32px;
}
.community-section.section__validation-redlines .notifications--tcr {
  margin-top: 30px;
}
.community-section.section__validation-redlines .notifications--tcr .ui-info:before {
  color: #9C6C01;
  padding-right: 17px;
}
.community-section.section__validation-redlines #errorResults h4, .community-section.section__validation-redlines #errorsWarningResults h4, .community-section.section__validation-redlines #warningResults h4 {
  margin-bottom: 20px;
}
.community-section.section__validation-redlines #errorResults .elementor-widget-experience-radio, .community-section.section__validation-redlines #errorResults .section__check, .community-section.section__validation-redlines #errorsWarningResults .elementor-widget-experience-radio, .community-section.section__validation-redlines #errorsWarningResults .section__check, .community-section.section__validation-redlines #warningResults .elementor-widget-experience-radio, .community-section.section__validation-redlines #warningResults .section__check {
  display: none;
}
.community-section .elementor-swiper .swiper-container {
  overflow-y: visible;
}
.community-section .elementor-swiper .swiper-wrapper {
  margin-top: 75px;
}
.community-section .elementor-swiper .swiper-slide {
  overflow: visible;
}
.community-section .elementor-swiper .swiper-slide .swiper-slide-inner {
  top: calc(-100% - 75px);
  padding: 0;
  position: relative;
}
.community-section .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents {
  max-width: 100%;
}
.community-section .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important;
}
.community-section .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents.animated.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  opacity: 0;
}
.community-section .elementor-swiper .swiper-slide .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  font-size: 15px;
}
.community-section .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button {
  top: 39px;
  font-size: 15px;
  color: #666666;
}
.community-section .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button.swiper-button-disabled {
  opacity: 0;
}
.community-section .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button.elementor-swiper-button-next {
  right: 65px;
}
.community-section .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
  left: 65px;
}
.community-section .elementor-swiper .swiper-pagination {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.community-section .elementor-swiper .swiper-pagination:after {
  background-image: url(./img/edit-range-color.png);
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 98%;
  height: 32px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -99;
}
.community-section .elementor-swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 32px;
  height: 32px;
  position: relative;
  opacity: 1;
}
.community-section .elementor-swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -9;
  opacity: 0;
  background-image: url(./img/pointer.png);
}
.community-section .elementor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.community-section .elementor-swiper .swiper-pagination .draggable-bullet {
  background: transparent;
  width: 32px;
  height: 32px;
  position: absolute;
  opacity: 1;
  z-index: 9999;
  cursor: -webkit-grab;
  cursor: grab;
}
.community-section .elementor-swiper .swiper-pagination .draggable-bullet:after {
  content: "";
  top: 0;
  left: 6px;
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -9;
  opacity: 1;
  background-image: url(./img/pointer.png);
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.community-section .experience__new-card.elementor-widget-experience-news-card .elementor-widget-container a img {
  min-width: 150px;
}
.community-section .experience__new-card-v1.elementor-widget-experience-news-card .elementor-widget-container a img {
  min-width: 110px;
}
@media (max-width: 767px) {
  .community-section .h3-header-md.typography.community__headings {
    margin-bottom: 8px;
  }
}
.community-section .h3-header-md.typography.community__headings h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .community-section .h3-header-md.typography.community__headings h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.community-section .h3-header-md.typography.community__headings--alternative h3 {
  color: inherit !important;
}
.community-section .h5-header-md.typography.community__headings {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .community-section .h5-header-md.typography.community__headings {
    margin-bottom: 8px;
  }
}
.community-section .h5-header-md.typography.community__headings h5 {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .community-section .h5-header-md.typography.community__headings h5 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.community-section .h5-header-md.typography.community__headings--alternative h5 {
  color: inherit !important;
}
.community-section .m-book p a, .community-section .m-book p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.community-section .m-book.white-links p a {
  color: #fff;
}
@media (max-width: 767px) {
  .community-section .m-book--alternative p a, .community-section .m-book--alternative p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.community-section .m-book--alternative p a {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}
.community-section .body-copy--bold p, .community-section .body-copy--bold p a, .community-section .body-copy--bold h3 {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
.community-section .body-copy--medium p, .community-section .body-copy--medium p a, .community-section .body-copy--medium h3 {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.community-section .s-body-medium p {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.community-section .s-body-medium.white p a {
  color: #fff;
}
.community-section .xl-md-headline-medium h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.community-section .xl-md-headline-medium.white h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .community-section .xl-md-headline-medium--alternative h1, .community-section .xl-md-headline-medium--alternative h2, .community-section .xl-md-headline-medium--alternative h3, .community-section .xl-md-headline-medium--alternative h4, .community-section .xl-md-headline-medium--alternative h5, .community-section .xl-md-headline-medium--alternative h6, .community-section .xl-md-headline-medium--alternative p, .community-section .xl-md-headline-medium--alternative a, .community-section .xl-md-headline-medium--alternative p a {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.community-section .text-right .modal-ek__desc h2 {
  text-align: left;
}
.community-section .text-right .modal-ek__body a.ui-close:hover {
  color: #1973b8 !important;
  border: none !important;
}
.community-section .blue-light:hover {
  color: #1973b8 !important;
  border: none !important;
}
.community-section .blue-medium-wcag-links, .community-section .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p a, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p .community-section a, .community-section .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li a, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li .community-section a {
  color: #1973b8;
}
.community-section .blue-medium-wcag-links:hover, .community-section .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p a:hover, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content p .community-section a:hover, .community-section .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li a:hover, .contribution-section .section__accordion .elementor-widget-container ul.accordion li.accordion__item .accordion__content ul li .community-section a:hover {
  color: #004481;
}
@media (max-width: 767px) {
  .community-section .mobile-inherit-txt-style .elementor-widget-container p a, .community-section .mobile-inherit-txt-style .elementor-widget-container p, .community-section .mobile-inherit-txt-style .elementor-widget-container h1, .community-section .mobile-inherit-txt-style .elementor-widget-container h2, .community-section .mobile-inherit-txt-style .elementor-widget-container h3, .community-section .mobile-inherit-txt-style .elementor-widget-container h4, .community-section .mobile-inherit-txt-style .elementor-widget-container h5, .community-section .mobile-inherit-txt-style .elementor-widget-container h6 {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.community-section .no-line-break p, .community-section .no-line-break p a {
  display: revert;
}
.community-section .content-body {
  max-width: 100%;
}
.community-section .content-body .elementor-column.elementor-col-50, .community-section .content-body .elementor-column[data-col="50"] {
  padding-right: 0;
}
.community-section .content-body .typography p {
  color: inherit;
}
.community-section .content-body .serif-italic p {
  font-family: "Tiempos Text Regular Italic", Georgia, Times, serif;
}
.community-section .logos__experience span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "ico-logo" !important;
  font-size: 31px;
  font-size: 3.1rem;
}
.community-section .inherit-color h1, .community-section .inherit-color h2, .community-section .inherit-color h3, .community-section .inherit-color h4, .community-section .inherit-color h5, .community-section .inherit-color h6, .community-section .inherit-color p {
  color: inherit;
}
@media (min-width: 768px) and (max-width: 959px) {
  .community-section .tablet-inherit-txt-styles h1, .community-section .tablet-inherit-txt-styles h2, .community-section .tablet-inherit-txt-styles h3, .community-section .tablet-inherit-txt-styles h4, .community-section .tablet-inherit-txt-styles h5, .community-section .tablet-inherit-txt-styles h6, .community-section .tablet-inherit-txt-styles p {
    font-size: inherit;
  }
}
.community-section .ui-show {
  position: relative;
  top: 2px;
}
.community-section .dropdown--newsletter {
  width: 288px;
  margin-bottom: 24px;
}
.community-section .comming-soon p {
  background: #1973B8;
  display: inline;
  font-family: "BentonSansBBVA Medium Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 3px 8px;
}
.community-section .j-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community-section .j-content .elementor-column-gap-default {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community-section .language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community-section .language-switcher .elementor-widget-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1304px;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar {
    margin-right: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1175px) {
  .community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar {
    margin-right: 20px;
  }
}
.community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li {
  border: none;
  padding: 2px;
}
.community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a {
  padding: 2px 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
.community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a.active {
  background-color: #1973b8;
}
.community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a.active span {
  color: #fff;
}
.community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li a span {
  color: #1973b8;
}
.community-section .language-switcher .elementor-widget-container .filtercheck .filter-check-bar li:nth-child(2) {
  margin-left: -2px;
}
@media (max-width: 992px) {
  .community-section .language-switcher .elementor-widget-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.community-section .elementor-widget-experience-radio .input__wrapper {
  margin-left: 0;
}
.community-section .title-xl {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
}
.community-section .title-xl h3 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
}
@media (min-width: 960px) {
  .community-section .title-xl {
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 104px !important;
  }
  .community-section .title-xl h3 {
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 104px !important;
  }
}
.community-section .body-xl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}
.community-section .body-xl p, .community-section .body-xl a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}
.community-section .title-lg {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
}
.community-section .title-lg h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
}
@media (min-width: 960px) {
  .community-section .title-lg {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 48px !important;
  }
  .community-section .title-lg h3 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 48px !important;
  }
}
.community-section .body-lg {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
}
.community-section .body-lg p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
}
.community-section .ui-link--alternate:before {
  font-size: 24px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 16px;
  display: inline-block;
}

.single-newsletter {
  background: #fff;
}

@-webkit-keyframes pulsezoom {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes pulsezoom {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
#accordion_255904484-3, #accordion_255904486-3 {
  display: none;
}

.content-nav.work-model nav {
  display: block;
}

.gap-16 .elementor-column-gap-default {
  gap: 16px;
}

.gap-32 .elementor-column-gap-default {
  gap: 32px;
}

.gap-0 .elementor-column-gap-default {
  gap: 0px;
}

/* Cookie Law Info Plugin custom styles */
@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#cookie-law-info-bar {
  padding: 128px 15px 112px;
  -webkit-animation: 2s ease-out 0s 1 slideInFromBottom;
          animation: 2s ease-out 0s 1 slideInFromBottom;
}
@media (max-width: 599px) {
  #cookie-law-info-bar {
    width: 100% !important;
    left: 47% !important;
  }
  #cookie-law-info-bar .cli_settings_button {
    display: block;
    margin: 15px 20px !important;
  }
}

.cli-switch input:checked + .cli-slider {
  background-color: #1973b8;
}

.content-wrapper .related-thumbs-expandable--shadow.no-shadow .training_pills {
  -webkit-mask-image: unset;
  mask-image: unset;
}
.content-wrapper .related-thumbs-expandable--shadow .training_pills .card.thumbnail {
  display: block;
}
.content-wrapper .related-thumbs-expandable--shadow .training_pills .card.thumbnail .card__editorial, .content-wrapper .related-thumbs-expandable--shadow .training_pills .card.thumbnail .card__editorial.card__editorial--product-design {
  box-shadow: none;
}
.content-wrapper .related-thumbs-expandable--shadow .training_pills .card.thumbnail:nth-child(n+10) {
  display: none;
}
.content-wrapper .training_pills .card.thumbnail .card__editorial, .content-wrapper .training_pills .card.thumbnail .card__editorial.card__editorial--product-design {
  box-shadow: none;
}

.card embed, .card iframe, .card object, .card video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}

.content-body__tokens .table__tokens table.table--category, .content-body__tokens--color .table__tokens table.table--category, .content-body__tokens--typography .table__tokens table.table--category {
  border: none;
  margin-top: -5px;
}
.content-body__tokens .table__tokens table.table--category tr, .content-body__tokens--color .table__tokens table.table--category tr, .content-body__tokens--typography .table__tokens table.table--category tr {
  border-bottom: 1px solid white;
}
.content-body__tokens .table__tokens table.table--category tr th:first-child, .content-body__tokens .table__tokens table.table--category tr td:first-child, .content-body__tokens--color .table__tokens table.table--category tr th:first-child, .content-body__tokens--color .table__tokens table.table--category tr td:first-child, .content-body__tokens--typography .table__tokens table.table--category tr th:first-child, .content-body__tokens--typography .table__tokens table.table--category tr td:first-child {
  padding-left: 21px;
}
.content-body__tokens .table__tokens table.table--category tr th:last-child, .content-body__tokens .table__tokens table.table--category tr td:last-child, .content-body__tokens--color .table__tokens table.table--category tr th:last-child, .content-body__tokens--color .table__tokens table.table--category tr td:last-child, .content-body__tokens--typography .table__tokens table.table--category tr th:last-child, .content-body__tokens--typography .table__tokens table.table--category tr td:last-child {
  padding-right: 21px;
}
.content-body__tokens .table__tokens table.table--category tr th, .content-body__tokens .table__tokens table.table--category tr td, .content-body__tokens--color .table__tokens table.table--category tr th, .content-body__tokens--color .table__tokens table.table--category tr td, .content-body__tokens--typography .table__tokens table.table--category tr th, .content-body__tokens--typography .table__tokens table.table--category tr td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-body__tokens .table__tokens table.table--category tr th, .content-body__tokens--color .table__tokens table.table--category tr th, .content-body__tokens--typography .table__tokens table.table--category tr th {
  background: #e6e6e6;
  border: none;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
}
.content-body__tokens .table__tokens table.table--category tr th h6, .content-body__tokens--color .table__tokens table.table--category tr th h6, .content-body__tokens--typography .table__tokens table.table--category tr th h6 {
  color: #000;
}
.content-body__tokens .table__tokens table.table--category tr td, .content-body__tokens--color .table__tokens table.table--category tr td, .content-body__tokens--typography .table__tokens table.table--category tr td {
  border: none;
  vertical-align: middle;
}
.content-body__tokens .table__tokens table.table--category tr .table-row-expand-button, .content-body__tokens--color .table__tokens table.table--category tr .table-row-expand-button, .content-body__tokens--typography .table__tokens table.table--category tr .table-row-expand-button {
  font-size: 2.4rem;
}
.content-body__tokens .table__tokens table.table--category tr .table-row-expand-button.active, .content-body__tokens--color .table__tokens table.table--category tr .table-row-expand-button.active, .content-body__tokens--typography .table__tokens table.table--category tr .table-row-expand-button.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .content-body__tokens .table__tokens table.table--category tr.element, .content-body__tokens--color .table__tokens table.table--category tr.element, .content-body__tokens--typography .table__tokens table.table--category tr.element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content-body__tokens .switch--darkMode, .content-body__tokens--color .switch--darkMode, .content-body__tokens--typography .switch--darkMode {
  width: 200px;
  padding-left: 40px;
  padding-top: 0px;
}
.content-body__tokens .switch--darkMode .switch__toggle__container--icon input:hover + .slider--round span.ui-sun, .content-body__tokens--color .switch--darkMode .switch__toggle__container--icon input:hover + .slider--round span.ui-sun, .content-body__tokens--typography .switch--darkMode .switch__toggle__container--icon input:hover + .slider--round span.ui-sun {
  color: #1464A5;
}
.content-body .container--tokens .tabs--tokens .tabs__slide a {
  cursor: pointer;
}
.content-body .container--tokens .tab-content {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-body .container--tokens .table__tokens .preview--token span {
  border: 1px solid #000;
}
.content-body.dark-mode .container--tokens .tabs--tokens .links .tabs__slide:not(.tabs--active), .content-body.dark-mode .container--tokens .tabs--tokens .elementor-widget-container .accordion .accordion__item a .tabs__slide:not(.tabs--active), .elementor-widget-container .accordion .accordion__item .content-body.dark-mode .container--tokens .tabs--tokens a .tabs__slide:not(.tabs--active) {
  color: #fff;
}
.content-body.dark-mode .container--tokens .tabs--tokens .links .tabs__slide:not(.tabs--active):hover, .content-body.dark-mode .container--tokens .tabs--tokens .elementor-widget-container .accordion .accordion__item a .tabs__slide:not(.tabs--active):hover, .elementor-widget-container .accordion .accordion__item .content-body.dark-mode .container--tokens .tabs--tokens a .tabs__slide:not(.tabs--active):hover {
  color: #fff;
}
.content-body.dark-mode .container--tokens .dropdown--tokens .input__label, .content-body.dark-mode .container--tokens .dropdown--tokens .dropdown__value:not([value=""]) ~ .input__label {
  color: #000;
}
.content-body.dark-mode .container--tokens .dropdown--tokens .item {
  color: #000;
}
.content-body.dark-mode .container--tokens .dropdown--tokens .dropdown__text {
  color: #000;
}
.content-body.dark-mode .container--tokens .table__tokens .preview--token span {
  border: 1px solid #fff;
}
.content-body.dark-mode .container--tokens .table__tokens td, .content-body.dark-mode .container--tokens .table__tokens th {
  color: #fff;
}
.content-body.dark-mode .container--tokens .table__tokens th {
  background-color: #132330;
}
.content-body.dark-mode .notifications__content-wrapper .notifications__message p {
  color: white;
}

.ungoverned-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ungoverned-features .spinner {
  display: none;
}
.ungoverned-features .spinner--active {
  margin-top: 32px;
  display: block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.ungoverned-features .card-empty-state {
  display: none;
}
.ungoverned-features .card-empty-state--active {
  display: block;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc a {
  text-transform: unset;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 14px;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-title {
    margin-bottom: 8px;
  }
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-title:not(.filter-title) {
    display: block;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-title .grey600 {
  color: #121212;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-title.filter-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-title.filter-title p {
  text-transform: uppercase;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-date {
  text-transform: capitalize;
  line-height: 32px;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-description {
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-description {
    margin-bottom: 16px;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-list {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-list {
    margin-bottom: 16px;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-tags .tag {
  font-family: "BentonSansBBVA Book Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #004481;
  margin-right: 16px;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .content-tags .tag {
    margin-right: 8px;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc p.result__label span {
  margin-left: 8px;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc p.result__label span {
    display: block;
    margin-left: 0;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc p.result__right {
  font-family: "BentonSansBBVA Medium Italic", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc p.result__right {
    margin-bottom: 10px;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .accordion__header {
  padding: 0;
  color: #666666;
  border-top: 0;
  text-transform: uppercase;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .accordion__content {
  padding: 0;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .accordion__content .form__item.input__wrapper {
  margin: 0;
  padding: 8px 0;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .accordion__item {
  padding-top: 14px;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .accordion__item:last-child .accordion__header {
  border-bottom: 0;
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__content {
  padding: 12px 16px;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__content {
    padding-top: 15px;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #121212;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__title p {
    font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
  }
}
.ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p {
  color: #121212;
}
@media (max-width: 599px) {
  .ungoverned-features .card .card__editorial.card__editorial--main .card__desc .empty-state__description p {
    text-align: center;
  }
}
.ungoverned-features__filters-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .ungoverned-features__filters-mobile {
    display: none !important;
  }
}
.ungoverned-features__filters-mobile .formation__button {
  margin: 0 0 16px 0;
}
.ungoverned-features__filters-mobile .formation__button p a.button, .ungoverned-features__filters-mobile .formation__button p #wp-admin-bar-deploy-production a, #wp-admin-bar-deploy-production .ungoverned-features__filters-mobile .formation__button p a {
  padding: 8px;
}
.ungoverned-features__filters-mobile .formation__button p a.button span.links__icon:before, .ungoverned-features__filters-mobile .formation__button p #wp-admin-bar-deploy-production a span.links__icon:before, #wp-admin-bar-deploy-production .ungoverned-features__filters-mobile .formation__button p a span.links__icon:before {
  top: -2px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  .ungoverned-features__card-mobile {
    display: none;
  }
}
.ungoverned-features__latest_link--hidden.links, .elementor-widget-container .accordion .accordion__item a.ungoverned-features__latest_link--hidden, .ungoverned-features__advanced_link--hidden.links, .elementor-widget-container .accordion .accordion__item a.ungoverned-features__advanced_link--hidden {
  display: none;
}
.ungoverned-features .center {
  margin-left: auto;
  margin-right: auto;
}
.ungoverned-features table .flag {
  width: 22px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.ungoverned-features .return__ungoverned-features {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 16px;
}
.ungoverned-features .section__profile-box::before {
  border: 16px solid #f4f4f4;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -32px;
  left: calc(50% - 16px);
}
.ungoverned-features .img__profile--s, .ungoverned-features .img__profile--s img {
  height: 56px !important;
}

.section__validation-process-governed-feature .infographics-box {
  max-width: 245px;
  margin: 0 auto;
  padding: 7px 14px;
  border-radius: 5px;
  text-align: center;
  top: 16px;
  z-index: 9;
}
.section__validation-process-governed-feature .infographics-box.orange-medium {
  border: 1px solid #d8732c;
}
.section__validation-process-governed-feature .infographics-box.blue-medium {
  border: 1px solid #1973b8;
}
.section__validation-process-governed-feature .infographics-box.ml-20 {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .infographics-box.ml-20 {
    margin: 0 auto;
  }
}
.section__validation-process-governed-feature .elementor-widget-experience-notification .notifications__content-wrapper {
  padding: 46px 17px 12px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .elementor-widget-experience-notification {
    max-width: 345px;
    margin: 0 auto;
  }
}
.section__validation-process-governed-feature .elementor-widget.elementor-widget-heading {
  margin-bottom: 8px;
}
.section__validation-process-governed-feature .elementor-widget.elementor-widget-heading.grey500 h3 {
  color: #666666;
}
.section__validation-process-governed-feature .elementor-widget.legend ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-bottom: 0;
}
.section__validation-process-governed-feature .elementor-widget.legend ul li:nth-child(1):before {
  color: #d8732c;
}
.section__validation-process-governed-feature .elementor-widget.legend ul li:nth-child(3):before {
  color: #c49735;
}
@media (max-width: 601px) {
  .section__validation-process-governed-feature .elementor-widget.legend ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
.section__validation-process-governed-feature .elementor-widget.body-copy-heading {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .elementor-element .elementor-column-wrap .elementor-widget-wrap {
    display: block;
  }
}
.section__validation-process-governed-feature .arrow-right-small:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="8" viewBox="0 0 17 8" fill="none"><path d="M16.3536 4.35355C16.5488 4.15829 16.5488 3.84171 16.3536 3.64645L13.1716 0.464466C12.9763 0.269204 12.6597 0.269204 12.4645 0.464466C12.2692 0.659728 12.2692 0.976311 12.4645 1.17157L15.2929 4L12.4645 6.82843C12.2692 7.02369 12.2692 7.34027 12.4645 7.53553C12.6597 7.7308 12.9763 7.7308 13.1716 7.53553L16.3536 4.35355ZM0 4.5H16V3.5H0V4.5Z" fill="black" fill-opacity="0.5"/></svg>');
  position: absolute;
  top: 50%;
  right: -25px;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .arrow-right-small:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="17" viewBox="0 0 8 17" fill="none"><path d="M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.97631 12.2692 0.659728 12.2692 0.464466 12.4645C0.269203 12.6597 0.269203 12.9763 0.464466 13.1716L3.64645 16.3536ZM3.5 -2.18557e-08L3.5 16L4.5 16L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="black" fill-opacity="0.5"/></svg>');
    bottom: -30px;
    top: inherit;
    left: 50%;
  }
}
.section__validation-process-governed-feature .arrow-bottom:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="77" viewBox="0 0 8 77" fill="none"><path d="M3.64644 76.3536C3.84171 76.5488 4.15829 76.5488 4.35355 76.3536L7.53553 73.1716C7.73079 72.9763 7.73079 72.6597 7.53553 72.4645C7.34027 72.2692 7.02369 72.2692 6.82842 72.4645L4 75.2929L1.17157 72.4645C0.976308 72.2692 0.659725 72.2692 0.464463 72.4645C0.269201 72.6597 0.269201 72.9763 0.464463 73.1716L3.64644 76.3536ZM3.5 -2.18557e-08L3.5 76L4.5 76L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="black" fill-opacity="0.5"/></svg>');
  position: absolute;
  bottom: -102px;
  right: 50%;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .arrow-bottom:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="17" viewBox="0 0 8 17" fill="none"><path d="M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.97631 12.2692 0.659728 12.2692 0.464466 12.4645C0.269203 12.6597 0.269203 12.9763 0.464466 13.1716L3.64645 16.3536ZM3.5 -2.18557e-08L3.5 16L4.5 16L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="black" fill-opacity="0.5"/></svg>');
    bottom: -30px;
    top: inherit;
    left: 50%;
  }
}
.section__validation-process-governed-feature .arrow-bottom-to-left:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="634" height="47" viewBox="0 0 634 47" fill="none"><path d="M633 26.5V27H633.5V26.5H633ZM4.5 26.5V26H4V26.5H4.5ZM4.14645 46.8536C4.34171 47.0488 4.65829 47.0488 4.85355 46.8536L8.03553 43.6716C8.2308 43.4763 8.2308 43.1597 8.03553 42.9645C7.84027 42.7692 7.52369 42.7692 7.32843 42.9645L4.5 45.7929L1.67157 42.9645C1.47631 42.7692 1.15973 42.7692 0.964466 42.9645C0.769204 43.1597 0.769204 43.4763 0.964466 43.6716L4.14645 46.8536ZM632.5 0V26.5H633.5V0H632.5ZM633 26H4.5V27H633V26ZM4 26.5V46.5H5V26.5H4Z" fill="black" fill-opacity="0.5"/></svg>');
  position: absolute;
  bottom: -50px;
  right: 50%;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .arrow-bottom-to-left:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="17" viewBox="0 0 8 17" fill="none"><path d="M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.97631 12.2692 0.659728 12.2692 0.464466 12.4645C0.269203 12.6597 0.269203 12.9763 0.464466 13.1716L3.64645 16.3536ZM3.5 -2.18557e-08L3.5 16L4.5 16L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="black" fill-opacity="0.5"/></svg>');
    bottom: -30px;
    top: inherit;
    left: 50%;
  }
}
.section__validation-process-governed-feature .arrow-bottom-to-right:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="631" height="89" viewBox="0 0 631 89" fill="none"><path d="M1 26.7849V27.2849H0.5V26.7849H1ZM627 26.7849V26.2849H627.5V26.7849H627ZM627.354 88.8536C627.158 89.0488 626.842 89.0488 626.646 88.8536L623.464 85.6716C623.269 85.4763 623.269 85.1597 623.464 84.9645C623.66 84.7692 623.976 84.7692 624.172 84.9645L627 87.7929L629.828 84.9645C630.024 84.7692 630.34 84.7692 630.536 84.9645C630.731 85.1597 630.731 85.4763 630.536 85.6716L627.354 88.8536ZM1.5 0V26.7849H0.5V0H1.5ZM1 26.2849H627V27.2849H1V26.2849ZM627.5 26.7849V88.5H626.5V26.7849H627.5Z" fill="black" fill-opacity="0.5"/></svg>');
  position: absolute;
  left: 102px;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .arrow-bottom-to-right:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="17" viewBox="0 0 8 17" fill="none"><path d="M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.97631 12.2692 0.659728 12.2692 0.464466 12.4645C0.269203 12.6597 0.269203 12.9763 0.464466 13.1716L3.64645 16.3536ZM3.5 -2.18557e-08L3.5 16L4.5 16L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="black" fill-opacity="0.5"/></svg>');
    bottom: -30px;
    top: inherit;
    left: 50%;
  }
}
.section__validation-process-governed-feature .arrow-right:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="77" height="8" viewBox="0 0 77 8" fill="none"><path d="M76.3536 4.35355C76.5488 4.15829 76.5488 3.84171 76.3536 3.64645L73.1716 0.464466C72.9763 0.269204 72.6597 0.269204 72.4645 0.464466C72.2692 0.659728 72.2692 0.976311 72.4645 1.17157L75.2929 4L72.4645 6.82843C72.2692 7.02369 72.2692 7.34027 72.4645 7.53553C72.6597 7.7308 72.9763 7.7308 73.1716 7.53553L76.3536 4.35355ZM0 4.5H76V3.5H0V4.5Z" fill="black" fill-opacity="0.5"/></svg>');
  position: absolute;
  top: 50%;
  right: -102px;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .arrow-right:after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="17" viewBox="0 0 8 17" fill="none"><path d="M3.64645 16.3536C3.84171 16.5488 4.15829 16.5488 4.35355 16.3536L7.53553 13.1716C7.7308 12.9763 7.7308 12.6597 7.53553 12.4645C7.34027 12.2692 7.02369 12.2692 6.82843 12.4645L4 15.2929L1.17157 12.4645C0.97631 12.2692 0.659728 12.2692 0.464466 12.4645C0.269203 12.6597 0.269203 12.9763 0.464466 13.1716L3.64645 16.3536ZM3.5 -2.18557e-08L3.5 16L4.5 16L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="black" fill-opacity="0.5"/></svg>');
    bottom: -30px;
    top: inherit;
    left: 50%;
  }
}
.section__validation-process-governed-feature .h-100 {
  height: calc(100% - 34px);
}
.section__validation-process-governed-feature .mw-390 .infographics-box {
  max-width: 345px;
  margin-left: 24px;
}
.section__validation-process-governed-feature .mw-390 .infographics-box.bg-yellow-medium {
  margin-left: 0;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .mw-390 .infographics-box.bg-yellow-medium {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .mw-390 .infographics-box {
    margin: 0 auto;
  }
}
.section__validation-process-governed-feature .mw-390 .elementor-widget-experience-notification {
  max-width: 390px;
}
.section__validation-process-governed-feature .mw-390 .elementor-widget-experience-notification.bg-yellow-white {
  position: absolute;
  max-width: 340px;
  bottom: -60px;
  right: 24px;
}
.section__validation-process-governed-feature .mw-390 .elementor-widget-experience-notification.bg-yellow-white .notifications__content-wrapper {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .mw-390 .elementor-widget-experience-notification.bg-yellow-white {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .section__validation-process-governed-feature .mw-390 .elementor-widget-experience-notification {
    max-width: 345px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .page-id-256036565 .elementor-element.elementor-section-full_width.elementor-section {
    padding: 0 20px;
  }
}
.page-id-256036565 .title__home .elementor-widget-heading {
  margin-bottom: 6px;
}
.page-id-256036565 .title__home h3 {
  font-size: 3.2rem;
  font-weight: 300;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.page-id-256036565 .title__home h1 {
  font-size: 10rem;
}
.page-id-256036565 .title__home p {
  font-size: 2.4rem;
  line-height: 34px;
}
@media (max-width: 767px) {
  .page-id-256036565 .title__home h3 {
    font-size: 2.4rem;
    font-weight: 300;
    font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .page-id-256036565 .title__home h1 {
    font-size: 4.8rem;
  }
  .page-id-256036565 .title__home p {
    font-size: 1.5rem;
    line-height: 21px;
  }
}
.page-id-256036565 .title__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-id-256036565 .title__icon:before {
  font-size: 1.8rem;
  color: #666666;
}
.page-id-256036565 .title__icon p {
  font-size: 1.8rem;
  color: #666666;
}
.page-id-256036565 .link__view-more {
  position: absolute;
  bottom: 0;
}
.page-id-256036565 .wrapper__news .elementor-widget-image .elementor-widget-container {
  width: 82px;
  height: 82px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-id-256036565 .wrapper__news .elementor-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-id-256036565 .wrapper__news .elementor-container .elementor-col-33 {
  width: 32%;
}
.page-id-256036565 .wrapper__news .elementor-container .elementor-col-33 .col__news {
  height: 100%;
}
.page-id-256036565 .wrapper__news .elementor-container .elementor-col-33 .col__news .elementor-container {
  height: 100%;
}
@media (max-width: 767px) {
  .page-id-256036565 .wrapper__news .elementor-container .elementor-col-33 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.page-id-256036565 .section__bg-two-colours {
  background: #fff; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 30%, #043263 30%, #043263 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #fff 30%, #043263 30%, #043263 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#043263", endColorstr="#e9e9e9",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .page-id-256036565 .section__bg-two-colours { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #fff 17%, #043263 17%, #043263 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #fff 17%, #043263 17%, #043263 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.page-id-256036565 .section__heading.white h2 {
  color: #fff;
}
.page-id-256036565 .elementor-widget-text-editor a {
  margin-right: 0;
}
.page-id-256036565 .white.elementor-widget-text-editor a {
  color: #5bbeff;
}
.page-id-256036565 .links_list.card {
  margin-bottom: 2px;
  margin-top: 0px;
}
.page-id-256036565 .links_list.card .card__desc section {
  position: relative;
}
.page-id-256036565 .links_list.card .card__editorial {
  box-shadow: none;
}
.page-id-256036565 .links_list.card .card__editorial .card__desc {
  padding-bottom: 0px;
}
.page-id-256036565 .links_list.card .card__editorial .card__desc section {
  padding-bottom: 32px;
  border-bottom: 0.2px solid rgba(18, 18, 18, 0.2);
}
.page-id-256036565 .links_list.card .card__editorial .links_list__icon {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotateZ(-90deg);
  transition: -webkit-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.page-id-256036565 .links_list.card .card__editorial .links_list__icon::before {
  font-family: "bbva-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2c9";
  font-size: 24px;
  font-size: 2.4rem;
  color: #1464A5;
}

.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container {
  width: 100%;
  margin: 0;
  padding-bottom: 40px;
  overflow: hidden;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .swiper-wrapper {
  margin: 0;
  overflow: visible;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .swiper-wrapper .wrapper-image {
  padding-bottom: 24px;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .swiper-wrapper .wrapper-image img {
  max-width: 70px;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .swiper-wrapper .wrapper-container .body-xl {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .swiper-wrapper .wrapper-container .tag--developed {
  background-color: transparent;
  color: #004481;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .elementor-swiper-button {
  left: auto;
  top: auto;
  bottom: -10px;
  color: #1464A5;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .elementor-swiper-button-prev {
  right: 40px;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-container .elementor-swiper-button-next {
  right: 0;
}

/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*=language-],
pre[class*=language-] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*=language-] {
  padding: 0 1em 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #072146;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  /*color: #999;*/
  color: #bdbdbd;
}

.token.punctuation {
  /*color: #ccc;*/
  color: #bdbdbd;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  /*color: #e2777a;*/
  color: #e77d8e;
  font-size: 15px;
  font-size: 1.5rem;
}

.token.function-name {
  /*color: #6196cc;*/
  color: #49A5E6;
}

.token.boolean,
.token.number,
.token.function {
  /*color: #f08d49;*/
  color: #f7893b;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  /*color: #f8c555;*/
  color: #f8cd51;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  /*color: #cc99cd;*/
  color: #e77d8e;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  /*color: #7ec699;*/
  color: #88ca9a;
}

.token.operator,
.token.entity,
.token.url {
  /*color: #67cdcc;*/
  color: #5ac4c4;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.inserted {
  /*color: green;*/
  color: #277a3e;
}

img.code-preview {
  padding: 0px 20px 20px 20px;
  width: 100%;
}

.dialog-box {
  width: 1000px;
  height: 1000px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  -mz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 9999;
  color: #666666;
  visibility: visible;
  opacity: 1;
  top: 128px;
  left: 690px;
  margin-top: -75px;
  margin-left: -150px;
}

.dialog-box .dialog-title {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  padding: 0 0.8em;
  background-color: #f4f4f4;
  cursor: move;
}

.dialog-box .dialog-content {
  border-top: 1px solid #bdbdbd;
  padding: 1em;
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 3em;
  left: 0;
  overflow: auto;
}

.dialog-box .dialog-content iframe {
  display: block;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.dialog-box .dialog-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #bdbdbd;
  border-left: 1px solid #bdbdbd;
}

.dialog-box .dialog-content::-webkit-scrollbar-thumb {
  background-color: #666;
  border: none;
}

.dialog-box .dialog-content::-webkit-scrollbar-thumb:hover {
  background-color: #666666;
}

.dialog-box .dialog-content::-webkit-scrollbar-thumb:active {
  background-color: rgba(102, 102, 102, 0.8);
}

.dialog-box .dialog-action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  padding: 0.5em;
  background-color: #f4f4f4;
  border-top: 1px solid #bdbdbd;
  text-align: right;
}

.dialog-box .dialog-action .btn {
  text-decoration: none;
  border: none;
  outline: none;
  color: inherit;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.2em;
  padding: 0.4em 1em;
  margin-left: 0.2em;
  line-height: 2em;
  cursor: pointer;
}

.dialog-box .dialog-close,
.dialog-box .dialog-minmax {
  border: none;
  outline: none;
  background: none;
  font: inherit;
  font-family: Arial, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 150%;
  line-height: 1.4em;
  color: #d3d3d3;
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 0em;
  text-align: center;
  cursor: pointer;
  width: 30px;
  height: 15px;
  padding: 0px;
  max-width: none;
  min-height: none;
}
.dialog-box .dialog-close:after,
.dialog-box .dialog-minmax:after {
  display: none;
}

.dialog-box .dialog-minmax {
  right: 0em;
}

.dialog-box .dialog-close:focus,
.dialog-box .dialog-minmax:focus,
.dialog-box .dialog-action .btn:focus {
  border-width: 0;
  outline: none;
}

.dialog-box .dialog-close:hover,
.dialog-box .dialog-minmax:hover {
  color: #666666;
}

.dialog-box .dialog-close:focus,
.dialog-box .dialog-minmax:focus {
  color: #da3851;
}

.dialog-box .dialog-close:active,
.dialog-box .dialog-minmax:active {
  color: #666666;
}

.dialog-box .dialog-action .btn:hover {
  border-color: #e9e9e9;
}

.dialog-box .dialog-action .btn:focus {
  border-color: #e9e9e9;
  border-width: 1px;
}

.dialog-box .dialog-action .btn:active {
  border-color: #e9e9e9;
  background-color: #f4f4f4;
}

.dialog-box + .dialog-box-overlay {
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: fixed !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9997;
  display: none;
}

.dialog-box.fixed-dialog-box {
  position: fixed !important;
  position: absolute;
}

.dialog-box.minimize {
  width: 2em !important;
  height: 2em !important;
  overflow: hidden !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  top: -1px !important;
  left: 1em !important;
}

.dialog-box.minimize .dialog-title {
  color: transparent;
  text-shadow: none;
  text-indent: -9999px;
}

.dialog-box.minimize .dialog-minmax {
  right: 0;
  left: 0;
}

.dialog-box.minimize .dialog-close,
.dialog-box.minimize .dialog-content,
.dialog-box.minimize .dialog-action {
  display: none;
  visibility: hidden;
}

.icon-content__cat {
  padding: 10px 0 40px 10px;
  text-transform: capitalize;
  /*&::first-letter{
    text-transform: capitalize;
  }*/
}
.icon-content__cat i {
  color: #237aba;
}
.icon-content__cat .body-copy-bold {
  color: #666666;
}
.icon-content__gap {
  height: 56px;
}
.icon-content--spherica {
  padding-top: 40px;
}
.icon-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.icon-content .row .icon-box {
  width: 25%;
  padding: 0 24px 0 24px;
  background-color: #f4f4f4;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fff;
  -webkit-transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  text-align: center;
}
@media (min-width: 600px) {
  .icon-content .row .icon-box {
    width: 33%;
  }
}
@media (max-width: 599px) {
  .icon-content .row .icon-box {
    width: 100%;
  }
}
.icon-content .row .icon-box__img {
  padding-top: 24px;
}
.icon-content .row .icon-box__img::before {
  font-size: 26px;
  color: #1973b8;
  margin: 0 auto;
}
.icon-content .row .icon-box__img[class*=spherica-] {
  /* img {
    //from $blue-electric
    filter: invert(6%) sepia(93%) saturate(7376%) hue-rotate(238deg) brightness(94%) contrast(110%);
  } */
}
.icon-content .row .icon-box__img[class*=spherica-]::before {
  color: #00288F;
}
.icon-content .row .icon-box__name {
  padding: 20px;
}
.icon-content .row .icon-box__name p:first-of-type {
  text-transform: capitalize;
}

a.cli_settings_button {
  display: inline;
}

.navigation .navigation__sections .navigation__list {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.navigation .predictiveText.input--height-40 {
  margin-top: 6px;
}
.navigation .predictiveText__menu.search__menu {
  position: absolute;
  max-height: 482px;
  width: 100%;
  background-color: #043263;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-top: 46px;
  padding-bottom: 80px;
  left: 0;
  top: unset;
}
.navigation .predictiveText__menu.search__menu--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation .predictiveText__menu .search__menu__submenu {
  width: 320px;
  /* &:last-child {
    width: unset;
  } */
}
.navigation .predictiveText__menu .search__menu__submenu h6 {
  padding-bottom: 8px;
}
.navigation .predictiveText__menu .item {
  background-color: #004481;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}
.navigation .predictiveText__menu .item:hover {
  background-color: #1973b8;
}

.ui_version_element-template-default .content-body h4, .ui_version_element-template-default .content-body .h4-header,
.ui_version_element-template-default .content-body h5, .ui_version_element-template-default .content-body .h5-header,
.ui_version_element-template-default .content-body h6, .ui_version_element-template-default .content-body .h6-header, .ui_version_element-template-default .content-body .h6-header-sm,
.elementor_library-template-default .content-body h4,
.elementor_library-template-default .content-body .h4-header,
.elementor_library-template-default .content-body h5,
.elementor_library-template-default .content-body .h5-header,
.elementor_library-template-default .content-body h6,
.elementor_library-template-default .content-body .h6-header,
.elementor_library-template-default .content-body .h6-header-sm {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.ui_version_element-template-default .content-body .h6-header-xs,
.ui_version_element-template-default .content-body .body-copy-bold.header p,
.ui_version_element-template-default .content-body .caps-tag-sm p,
.ui_version_element-template-default .content-body .caps-tag-xs p,
.ui_version_element-template-default .content-body .floating-content-nav ul li a p,
.floating-content-nav ul li .ui_version_element-template-default .content-body a p,
.ui_version_element-template-default .content-body .sub-content-nav nav ul a p,
.sub-content-nav nav ul .ui_version_element-template-default .content-body a p, .ui_version_element-template-default .content-body .h6-header-xs h6,
.elementor_library-template-default .content-body .h6-header-xs,
.elementor_library-template-default .content-body .body-copy-bold.header p,
.elementor_library-template-default .content-body .caps-tag-sm p,
.elementor_library-template-default .content-body .caps-tag-xs p,
.elementor_library-template-default .content-body .floating-content-nav ul li a p,
.floating-content-nav ul li .elementor_library-template-default .content-body a p,
.elementor_library-template-default .content-body .sub-content-nav nav ul a p,
.sub-content-nav nav ul .elementor_library-template-default .content-body a p,
.elementor_library-template-default .content-body .h6-header-xs,
.elementor_library-template-default .content-body .h6-header-xs h6 {
  font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.ui_version_element-template-default .content-body h4, .ui_version_element-template-default .content-body .h4-header, .ui_version_element-template-default .content-body .title__accessibility h6,
.elementor_library-template-default .content-body h4,
.elementor_library-template-default .content-body .h4-header,
.elementor_library-template-default .content-body .title__accessibility h6 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
}
.ui_version_element-template-default .content-body .title__multiple-page-title h6, .ui_version_element-template-default .content-body .elementor-element:nth-child(2) .title__multiple-page-title,
.elementor_library-template-default .content-body .title__multiple-page-title h6,
.elementor_library-template-default .content-body .elementor-element:nth-child(2) .title__multiple-page-title {
  display: none;
}
.ui_version_element-template-default .content-body h5, .ui_version_element-template-default .content-body .h5-header,
.elementor_library-template-default .content-body h5,
.elementor_library-template-default .content-body .h5-header {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
}
.ui_version_element-template-default .content-body h6, .ui_version_element-template-default .content-body div.h6-header, .ui_version_element-template-default .content-body div.h6-header h6,
.elementor_library-template-default .content-body h6,
.elementor_library-template-default .content-body div.h6-header,
.elementor_library-template-default .content-body div.h6-header h6 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}
.ui_version_element-template-default .content-body .h6-header-sm h6,
.elementor_library-template-default .content-body .h6-header-sm h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
}
.ui_version_element-template-default .content-body .h6-header-xs h6,
.elementor_library-template-default .content-body .h6-header-xs h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.ui_version_element-template-default .content-body .body-copy-bold.header p,
.elementor_library-template-default .content-body .body-copy-bold.header p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.ui_version_element-template-default .content-body .caps-tag-sm p,
.elementor_library-template-default .content-body .caps-tag-sm p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
}
.ui_version_element-template-default .content-body .caps-tag-xs p, .ui_version_element-template-default .content-body .floating-content-nav ul li a p, .floating-content-nav ul li .ui_version_element-template-default .content-body a p, .ui_version_element-template-default .content-body .sub-content-nav nav ul a p, .sub-content-nav nav ul .ui_version_element-template-default .content-body a p,
.elementor_library-template-default .content-body .caps-tag-xs p,
.elementor_library-template-default .content-body .floating-content-nav ul li a p,
.floating-content-nav ul li .elementor_library-template-default .content-body a p,
.elementor_library-template-default .content-body .sub-content-nav nav ul a p,
.sub-content-nav nav ul .elementor_library-template-default .content-body a p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}

.component-search .content-header {
  margin-bottom: 0;
  max-width: unset;
}
.component-search .content-header::after {
  width: unset;
}
.component-search .content-header p {
  color: #fff;
}
.component-search .search-filter {
  /*position: relative;
  width: 100%;
  max-width: 948px;
  float: left;*/
  padding-left: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #f4f4f4;
}
.component-search .search-filter .dropdown-container {
  width: 25%;
  position: relative;
}
.component-search .search-filter .dropdown-container .dropdown {
  border-bottom-color: #f4f4f4;
}
.component-search .content-body {
  padding: 64px 0;
  max-width: unset;
}
.component-search .content-body .thumbnail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.component-search .content-body .thumbnail-container .thumbnail {
  margin: 0 16px 24px 16px;
  width: calc(25% - 32px);
}
.component-search .content-body .thumbnail-container .thumbnail__thumbnailDesc {
  position: relative;
}
.component-search .content-body .thumbnail-container .thumbnail__thumbnailDesc .element-family {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 0;
}
.component-search .content-body .thumbnail-container .thumbnail__thumbnailDesc .tag {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  padding: 0 9px;
  position: absolute;
  right: 15px;
  top: 7px;
  text-transform: uppercase;
}
.component-search .content-body .thumbnail-container .thumbnail__thumbnailDesc .body-copy-bold b {
  font-family: "BentonSansBBVA Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@media (max-width: 599px) {
  .component-search .content-body .thumbnail-container .thumbnail {
    width: calc(100% - 32px);
  }
}
@media (min-width: 600px) {
  .component-search .content-body .thumbnail-container .thumbnail {
    width: calc(50% - 32px);
  }
}
@media (min-width: 992px) {
  .component-search .content-body .thumbnail-container .thumbnail {
    width: calc(33.33% - 32px);
  }
}
@media (min-width: 1200px) {
  .component-search .content-body .thumbnail-container .thumbnail {
    width: calc(33.33% - 32px);
  }
}
@media (min-width: 1368px) {
  .component-search .content-body .thumbnail-container .thumbnail {
    width: calc(25% - 32px);
  }
}
.component-search .content-body .not-found {
  text-align: center;
}

.page-template-template-element-search {
  background-color: #f4f4f4;
}
.page-template-template-element-search .bg-blue-core-ov h2 {
  color: #fff;
}
.page-template-template-element-search .element-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-template-element-search .element-search__button {
  width: 100%;
}
.page-template-template-element-search .element-search__filters .filter-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-template-element-search .element-search__filters .filter-title p {
  text-transform: uppercase;
  color: #121212;
}
.page-template-template-element-search .element-search__filters .accordion__item {
  padding-top: 14px;
}
.page-template-template-element-search .element-search__filters .accordion__header {
  padding: 0;
  color: #666666;
  border-top: 0;
  text-transform: uppercase;
}
.page-template-template-element-search .element-search__filters .accordion__content {
  padding: 0;
}
.page-template-template-element-search .element-search__filters .accordion__content div {
  margin: 0;
  padding: 8px 0;
}
.page-template-template-element-search .element-search__filters .accordion:last-child {
  border-bottom: unset;
}
.page-template-template-element-search .element-search-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.page-template-template-element-search .element-search-results .group-name {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.page-template-template-element-search .element-search-results .card {
  width: 32%;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .page-template-template-element-search .element-search-results .card {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .page-template-template-element-search .element-search-results .card {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .page-template-template-element-search .element-search-results .card {
    width: 30%;
  }
}
.page-template-template-element-search .element-search-results .card .badge {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
}
.page-template-template-element-search .element-search-results .card__img {
  max-height: 135px;
  background-color: #e9e9e9;
}
.page-template-template-element-search .element-search-results .card__img span {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position-y: -13px;
}
.page-template-template-element-search .element-search-results .card__img span.default {
  background-size: contain;
  background-position-y: unset;
}
.page-template-template-element-search .element-search-results .card__editorial.card__editorial--blog {
  height: 100%;
}
.page-template-template-element-search .element-search-results .card__editorial.card__editorial--blog .card__desc {
  padding: 4px 24px 8px;
}
.page-template-template-element-search .element-search-results .card__editorial.card__editorial--blog .card__desc p {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.page-template-template-element-search .element-search-results .card__editorial.card__editorial--blog .card__desc h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px !important;
  color: #121212;
}
.page-template-template-element-search .element-search .spinner {
  display: none;
}
.page-template-template-element-search .element-search .spinner--active {
  margin-top: 32px;
  display: block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.page-template-template-element-search .element-search .card-empty-state {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-template-element-search .element-search .card-empty-state--active {
  display: block;
}
.page-template-template-element-search .element-search .empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-template-template-element-search .element-search .empty-state__image {
  background-image: url("https://assets.bbvaexperience.com/visual/microillustrations/analyze_doc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 68px;
  height: 64px;
}
.page-template-template-element-search .element-search .empty-state__content {
  padding: 12px 16px;
}
.page-template-template-element-search .element-search .empty-state__title {
  margin-bottom: 12px;
}
.page-template-template-element-search .element-search__filters-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .page-template-template-element-search .element-search__filters-mobile {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .page-template-template-element-search .element-search__card-mobile {
    display: none;
  }
}
@media (min-width: 600px) {
  .page-template-template-element-search .element-search__card-mobile {
    display: none;
  }
}
.page-template-template-element-search .element-search__card {
  margin-top: 0;
}

.pagination {
  width: 97%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
  margin: 24px 0 24px 16px;
  border-top: 2px solid #d3d3d3;
}
.pagination a, .pagination span {
  text-align: center;
  line-height: 16px;
}
.pagination a.ui-next, .pagination a.ui-back, .pagination span.ui-next, .pagination span.ui-back {
  position: relative;
  bottom: 2px;
}
.pagination a.ui-next:focus, .pagination a.ui-back:focus, .pagination span.ui-next:focus, .pagination span.ui-back:focus {
  left: -8px;
  bottom: -1px;
}
.pagination .current {
  color: #121212;
  cursor: default;
}
.pagination .page-number {
  width: 40px;
  height: 16px;
}
.pagination .page-number:not(.last-number) {
  border-right: 2px solid #d3d3d3;
}
.pagination .symbol {
  font-size: 2.5rem;
  width: 16px;
  top: -4px;
}
.pagination .symbol.first, .pagination .symbol.prev {
  margin-right: 12px;
}
.pagination .symbol.next {
  margin-left: 6px;
}
.pagination .symbol.last {
  margin-left: 12px;
}

/* SELECT UI ELEMENTS OPTIONS */
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.f-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.j-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.j-content--start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.j-content--end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .f-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
}
.a-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-items--start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.a-items--end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.margin-center-hack {
  margin: 0 auto;
}

@-webkit-keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
body {
  -webkit-animation: fake 1s infinite;
          animation: fake 1s infinite;
}

.general-element-description {
  padding: 20px 15px 20px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.general-list-versions:nth-child(2n) {
  background-color: #e9e9e9;
}
ul.general-list-versions:nth-child(2n) .description-info-list .action-info {
  background-color: #fff;
}
ul.general-list-versions:nth-child(2n) .button-delete-version {
  background-color: #fff;
}
ul.general-list-versions li.active:before {
  content: "";
  position: absolute;
  left: 0;
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  border-color: #1464A5;
}

.general-element-description {
  padding: 20px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-element-description ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.general-element-description ul li {
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.general-element-description ul li .button-element-version,
.general-element-description ul li .button-delete-version {
  padding: 6px 12px;
  margin-left: 2.5%;
  height: 100%;
  cursor: pointer;
  max-width: 42px;
}
.general-element-description ul li .button-element-version {
  background-color: #1464A5;
  border: 1px solid;
  border-color: #072146;
  color: #fff;
}
.general-element-description ul li .button-action-version {
  background-color: #d3d3d3;
  border: 1px solid;
  border-color: #000;
  color: #bdbdbd;
}
.general-element-description ul.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.general-element-description ul.only-read, .general-element-description ul.edit-attributes {
  display: none;
}
.general-element-description ul.only-read.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: grey;
}
.general-element-description ul.only-read.active li:nth-child(1), .general-element-description ul.only-read.active li :nth-child(2) {
  padding-top: 0.5%;
}
.general-element-description ul.only-read.active li:nth-child(1) {
  width: 5%;
}
.general-element-description ul.only-read.active li:nth-child(2) {
  width: 12%;
}
.general-element-description ul.only-read.active li:nth-child(3) {
  width: 66%;
}
.general-element-description ul.only-read.active li:nth-child(4) {
  width: 25%;
}
.general-element-description ul.only-read.active li .description-info-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-element-description ul.only-read.active li .description-info-box:nth-of-type(2n), .general-element-description ul.only-read.active li .description-info-box:nth-of-type(2n+1) {
  margin-top: 10px;
}
.general-element-description ul.only-read.active li .description-info-box:first-of-type {
  margin-top: 0;
}
.general-element-description ul.only-read.active li .description-info-box .action-info {
  background-color: #d3d3d3;
  padding: 6px 15px;
  margin-right: 30px;
  min-width: 53px;
  text-align: center;
}
.general-element-description ul.edit-attributes.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.general-element-description ul.edit-attributes.active span {
  color: grey;
}
.general-element-description ul.edit-attributes li {
  line-height: 1.6em;
}
.general-element-description ul.edit-attributes li span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0 4px;
}
.general-element-description ul.edit-attributes li .changelog-actions-list:nth-of-type(2n), .general-element-description ul.edit-attributes li .changelog-actions-list:nth-of-type(2n+1) {
  margin-top: 15px;
}
.general-element-description ul.edit-attributes li .changelog-actions-list:first-of-type {
  margin-top: 0;
}
.general-element-description ul.edit-attributes li .changelog-actions-list button, .general-element-description ul.edit-attributes li .changelog-actions-list input {
  margin-left: 15px;
  width: 100% !important;
}
.general-element-description ul.edit-attributes li .changelog-actions-list .changelog-actions-button {
  margin-top: 15px;
  margin-left: 0;
}
.general-element-description ul.edit-attributes li .changelog-actions-list .changelog-actions-button button {
  margin-left: 0;
}
.general-element-description ul.edit-attributes li .changelog-actions-list input.description-version {
  max-width: 800px;
}
.general-element-description button {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  outline: none;
  cursor: pointer;
}
.general-element-description.accordion.toggle-indicator:before {
  content: "\f140" !important;
}
.general-element-description.accordion.active.toggle-indicator:before {
  content: "\f142" !important;
}
.general-element-description .element-item-info-row {
  padding: 20px 0 20px 20px;
}
.general-element-description .element-item-info-row .element-item-info:first-of-type {
  margin-right: 40px;
  width: 22%;
}
.general-element-description .element-item-info-row .element-item-info:last-of-type {
  width: 40%;
}
.general-element-description .box-tabs {
  margin: 20px 10px;
  width: 97%;
  display: none;
}
.general-element-description .box-tabs .active {
  display: block;
}
.general-element-description .box-tabs .state {
  position: absolute;
  left: -10000px;
}
.general-element-description .box-tabs .area-selection {
  border: 1px solid;
  border-color: #e9e9e9;
  margin: 20px 10px 0 10px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.general-element-description .box-tabs .area-selection div {
  margin-right: 25px;
}
.general-element-description .box-tabs .area-selection div:last-of-type {
  margin-right: 0;
}
.general-element-description .box-tabs .flex-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px 20px 10px;
  border: 1px solid;
  border-color: #e9e9e9;
  border-top: none;
  display: none;
}
.general-element-description .box-tabs .flex-tabs.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.general-element-description .box-tabs .flex-tabs label.active, .general-element-description .box-tabs .flex-tabs label:focus {
  background-color: #eaf7ff;
}
.general-element-description .box-tabs .flex-tabs label:last-child .tab-item span {
  text-decoration: underline;
  color: #1973b8;
  text-transform: capitalize;
}
.general-element-description .box-tabs .flex-tabs .section-tab .active {
  display: block;
}
.general-element-description .box-tabs .flex-tabs .section-tab .active .enable-row li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.general-element-description .box-tabs .flex-tabs .section-tab .active .enable-row li:first-child {
  padding: 0 15px;
}
.general-element-description .box-tabs .flex-tabs .section-tab .active .enable-row input[type=checkbox] {
  margin: 0;
}
.general-element-description .box-tabs .flex-tabs .section-tab .tab-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.general-element-description .box-tabs .flex-tabs .section-tab:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28%;
  border-right: 1px solid;
  border-color: #e9e9e9;
  min-width: 140px;
}
.general-element-description .box-tabs .flex-tabs .section-tab :last-of-type {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.general-element-description .box-tabs .flex-tabs .section-tab .elementor-editor-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.general-element-description .box-tabs .flex-tabs .section-tab .mce-i-checkmark {
  color: #000;
}
.general-element-description .box-tabs .flex-tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  border-color: #e9e9e9;
}
.general-element-description .box-tabs .flex-tabs .tab:last-of-type {
  border-bottom: none;
}
.general-element-description .box-tabs .flex-tabs .panel {
  background-color: #fff;
  padding: 20px 10px;
  height: auto;
  display: none;
  width: 100%;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.general-element-description .box-tabs .tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  background-color: #e9e9e9;
  cursor: hand;
  cursor: pointer;
}
.general-element-description .box-tabs .tab:hover {
  background-color: #fff;
}
.general-element-description .section-tab .active {
  display: block;
}
.general-element-description .section-tab .active .enable-row li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.general-element-description .section-tab .active .enable-row li:first-child {
  padding: 0 15px;
}
.general-element-description .section-tab .active .enable-row input[type=checkbox] {
  margin: 0;
}
.general-element-description .section-tab .tab-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.general-element-description .section-tab:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28%;
  border-right: 1px solid;
  border-color: #e9e9e9;
  min-width: 140px;
}
.general-element-description .section-tab :last-of-type {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.general-element-description .section-tab .elementor-editor-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.general-element-description .section-tab .mce-i-checkmark {
  color: #000;
}
.general-element-description .flex-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 10px 20px 10px;
  border: 1px solid;
  border-color: #e9e9e9;
  display: none;
}
.general-element-description .flex-tabs.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.general-element-description .flex-tabs .section-tab .tab.active, .general-element-description .flex-tabs .section-tab .tab:focus {
  background-color: #eaf7ff;
}
.general-element-description .flex-tabs .section-tab .tab-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.general-element-description .flex-tabs .section-tab:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28%;
  border-right: 1px solid;
  border-color: #e9e9e9;
  min-width: 140px;
}
.general-element-description .flex-tabs .section-tab:last-of-type {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.general-element-description .flex-tabs .section-tab .elementor-editor-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.general-element-description .flex-tabs .section-tab .elementor-editor-box .url-slug-version {
  margin-bottom: 15px;
}
.general-element-description .flex-tabs .section-tab .mce-i-checkmark {
  color: #000;
}
.general-element-description .flex-tabs .section-tab .active {
  display: block;
}
.general-element-description .flex-tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  border-color: #e9e9e9;
}
.general-element-description .flex-tabs .tab:last-of-type {
  border-bottom: none;
}
.general-element-description .flex-tabs .panel {
  background-color: #fff;
  padding: 20px 10px;
  height: auto;
  display: none;
  width: 100%;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.general-element-description .flex-tabs .panel .enable-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.general-element-description .flex-tabs .panel .enable-row:first-child {
  padding-right: 20px;
}
.general-element-description .flex-tabs .panel .enable-row input[type=checkbox] {
  margin: 0;
}
.general-element-description .flex-tabs .panel .active {
  display: block;
}
.general-element-description .tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  background-color: #e9e9e9;
  cursor: hand;
  cursor: pointer;
}
.general-element-description .tab:hover {
  background-color: #fff;
}

.flex-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.links-blue-light a, .links-blue-light a:hover {
  color: #5bbeff;
  font-family: inherit !important;
  font-weight: bold !important;
}
.links-blue-light a:hover {
  text-decoration: none;
  border: none;
  color: #49A5E6;
}
.links-blue-light a:focus:not(.button):after {
  border: 1px solid #fff;
}
.links-blue-light.white a, .links-blue-light.white a:hover {
  color: #5bbeff;
}
.links-blue-light.white a:hover {
  text-decoration: none;
  border: none;
  color: #49A5E6;
}
.links-blue-light.white a:focus:not(.button):after {
  border: 1px solid #fff;
}

.wp-admin select[id^=element_type_] {
  background-color: #d3d3d3;
}
/*# sourceMappingURL=style.css.map */
