@charset 'UTF-8';
/*!
Theme Name: Telefonica theme
Theme URI: http://underscores.me/
Author: telefonica
Author URI: http://telefonica
Description: Telefonica theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: telefonica-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Telefonica theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
@-webkit-keyframes cta-h
{
    0%
    {
        background-position: center center;
    }
    100%
    {
        background-position: 40px center;
    }
}
@keyframes cta-h
{
    0%
    {
        background-position: center center;
    }
    100%
    {
        background-position: 40px center;
    }
}

@-webkit-keyframes cta-h--60
{
    0%
    {
        background-position: center center;
    }
    100%
    {
        background-position: 60px center;
    }
}

@keyframes cta-h--60
{
    0%
    {
        background-position: center center;
    }
    100%
    {
        background-position: 60px center;
    }
}

@-webkit-keyframes cta-h--80
{
    0%
    {
        background-position: center center;
    }
    100%
    {
        background-position: 80px center;
    }
}

@keyframes cta-h--80
{
    0%
    {
        background-position: center center;
    }
    100%
    {
        background-position: 80px center;
    }
}

@-webkit-keyframes cta60-anchor
{
    0%
    {
        background-position: 0 center;
    }
    100%
    {
        background-position: 60px center;
    }
}

@keyframes cta60-anchor
{
    0%
    {
        background-position: 0 center;
    }
    100%
    {
        background-position: 60px center;
    }
}

@-webkit-keyframes cta60-vertical-new
{
    0%
    {
        background-position: center 0;
    }
    100%
    {
        background-position: center 60px;
    }
}

@keyframes cta60-vertical-new
{
    0%
    {
        background-position: center 0;
    }
    100%
    {
        background-position: center 60px;
    }
}

@-webkit-keyframes cta60-vertical
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 60px 0;
    }
}

@keyframes cta60-vertical
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 60px 0;
    }
}

@-webkit-keyframes modal
{
    0%
    {
        margin-top: 20px;

        opacity: 0;
    }
    100%
    {
        margin-top: 0;

        opacity: 1;
    }
}

@keyframes modal
{
    0%
    {
        margin-top: 20px;

        opacity: 0;
    }
    100%
    {
        margin-top: 0;

        opacity: 1;
    }
}

@-webkit-keyframes modal-off
{
    0%
    {
        margin-top: 0;

        opacity: 1;
    }
    100%
    {
        margin-top: 20px;

        opacity: 0;
    }
}

@keyframes modal-off
{
    0%
    {
        margin-top: 0;

        opacity: 1;
    }
    100%
    {
        margin-top: 20px;

        opacity: 0;
    }
}

@-webkit-keyframes fade
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@keyframes fade
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@-webkit-keyframes menu-on
{
    0%
    {
        margin-top: -60px;
    }
    20%
    {
        margin-top: -30px;
    }
    40%
    {
        margin-top: -15px;
    }
    60%
    {
        margin-top: -7px;
    }
    80%
    {
        margin-top: -3px;
    }
    100%
    {
        margin-top: 0;
    }
}

@keyframes menu-on
{
    0%
    {
        margin-top: -60px;
    }
    20%
    {
        margin-top: -30px;
    }
    40%
    {
        margin-top: -15px;
    }
    60%
    {
        margin-top: -7px;
    }
    80%
    {
        margin-top: -3px;
    }
    100%
    {
        margin-top: 0;
    }
}

@-webkit-keyframes menu-off
{
    0%
    {
        margin-top: 0;
    }
    20%
    {
        margin-top: -3px;
    }
    40%
    {
        margin-top: -7px;
    }
    60%
    {
        margin-top: -15px;
    }
    80%
    {
        margin-top: -30px;
    }
    100%
    {
        position: static; 

        margin-top: -60px;
    }
}

@keyframes menu-off
{
    0%
    {
        margin-top: 0;
    }
    20%
    {
        margin-top: -3px;
    }
    40%
    {
        margin-top: -7px;
    }
    60%
    {
        margin-top: -15px;
    }
    80%
    {
        margin-top: -30px;
    }
    100%
    {
        position: static; 

        margin-top: -60px;
    }
}

.bg__close
{
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' xmlns:v=\'https://vecta.io/nano\'%3E%3Cpath d=\'M13.642 12L23.658 1.984a1.16 1.16 0 0 0 0-1.643 1.16 1.16 0 0 0-1.643 0L11.999 10.358 1.983.342A1.16 1.16 0 0 0 .341.383a1.16 1.16 0 0 0 0 1.602L10.357 12 .341 22.016a1.16 1.16 0 0 0 0 1.642c.454.451 1.188.451 1.643-.003L12 13.639l10.016 10.016c.451.454 1.181.458 1.636.007l.007-.007c.454-.454.454-1.188 0-1.639L13.642 12z\' fill=\'%230066FF\' /%3E%3C/svg%3E');
}

.general-wrap,
.tf-iframe,
.section--wrap,
.report,
.anchor,
.breadcrumb,
.interest__header,
.interest .list,
.pagination,
.sites,
.tf-tag__wrap,
.author,
.box,
.high-list,
.tf-highlight,
.page-content,
.page-header,
.entry-header,
.entry-content,
.entry-summary,
.rrss,
.wp-activate-container,
.wp-block-columns,
.wrap,
.wrap--lateral
{
    width: 100%; 
    max-width: 1224px;
    margin: 0 auto;
}

.fit-wrap,
.home-cover__content,
.tf-landing__wrap
{
    max-width: 1224px;
    margin: 0 auto;
}

.icon-error,
.wpcf7-form.invalid .wpcf7-response-output
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'32\' viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ff0000\'%3E%3Cpath d=\'M28.9707 30.084H2.97466C2.59866 30.084 2.26266 29.908 2.07866 29.608C1.89466 29.312 1.88266 28.932 2.04666 28.592L14.9507 2.51198C15.1347 2.14398 15.4627 1.92798 15.8307 1.92798C16.1987 1.92798 16.5267 2.14398 16.7107 2.50798L29.8907 28.588C29.8907 28.588 29.8907 28.592 29.8947 28.592C30.0627 28.932 30.0547 29.312 29.8667 29.608C29.6827 29.904 29.3467 30.084 28.9707 30.084ZM3.83466 28.516H28.0987L15.8387 4.25198L3.83466 28.516Z\' /%3E%3Cpath d=\'M15.9912 23.1201C15.5592 23.1201 15.2072 22.7681 15.2072 22.3361V11.3201C15.2072 10.8881 15.5592 10.5361 15.9912 10.5361C16.4232 10.5361 16.7752 10.8881 16.7752 11.3201V22.3361C16.7752 22.7681 16.4232 23.1201 15.9912 23.1201ZM15.9912 26.1521C15.4912 26.1521 15.1992 25.8641 15.1992 25.3601C15.1992 24.8561 15.4872 24.5681 15.9912 24.5681C16.4952 24.5681 16.7832 24.8561 16.7832 25.3601C16.7832 25.8641 16.4912 26.1521 15.9912 26.1521Z\' /%3E%3C/svg%3E%0A');
}

.icon-ok,
.wpcf7-form.sent .wpcf7-response-output
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'32\' height=\'32\' style=\'enable-background:new 0 0 512 512\' viewBox=\'0 0 512 512\' xml:space=\'preserve\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath style=\'fill:%2341ad49\' d=\'M434.8 49 174.2 309.7l-97.4-97.4L0 289.2l174.1 174.1 22.5-22.4 315.1-315.1L434.8 49z\'/%3E%3C/svg%3E');
}

@font-face
{
    font-family: 'Telefonica-sans-bold';

    src: url('./font/Telefonica/Telefonica-Sans-Bold.woff') format('woff');
}

@font-face
{
    font-family: 'Telefonica-sans-demibold';

    src: url('./font/Telefonica/Telefonica-Sans-DemiBold.woff') format('woff');
}

@font-face
{
    font-family: 'Telefonica-sans-medium';

    src: url('./font/Telefonica/Telefonica-Sans-Medium.woff') format('woff');
}

@font-face
{
    font-family: 'Telefonica-sans-regular';

    src: url('./font/Telefonica/Telefonica-Sans-Regular.woff') format('woff');
}

@font-face
{
    font-family: 'Telefonica-sans-light';

    src: url('./font/Telefonica/Telefonica-Sans-Light.woff') format('woff');
}

@font-face
{
    font-family: 'Telefonica-sans-extralight';

    src: url('./font/Telefonica/Telefonica-Sans-ExtraLight.woff') format('woff');
}

@font-face
{
    font-family: 'PlayfairDisplay-italic';

    src: url('./font/PlayfairDisplay/PlayfairDisplay-Italic.woff') format('woff');
}

/* Normalize
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline; 

    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.entry-content .font-main,
.font-main
{
    font-family: 'Telefonica-sans-regular';
}

.entry-content .font-main-bold,
.font-main-bold
{
    font-family: 'Telefonica-sans-bold';
}

.entry-content .font-main-demibold,
.font-main-demibold
{
    font-family: 'Telefonica-sans-demibold';
}

.entry-content .font-main-medium,
.font-main-medium
{
    font-family: 'Telefonica-sans-medium';
}

.entry-content .font-main-light,
.font-main-light
{
    font-family: 'Telefonica-sans-light';
}

.entry-content .font-main-extralight,
.font-main-extralight
{
    font-family: 'Telefonica-sans-extralight';
}

.entry-content .font-second-italic,
.font-second-italic
{
    font-family: 'PlayfairDisplay-italic';
}

.entry-content .text,
.text
{
    line-height: 1.875rem;
}
.entry-content .text--intro,
.text--intro
{
    font-size: 1.375rem;
    line-height: 2.375rem;
}
.entry-content .text--m,
.text--m
{
    font-size: .9375rem;
    line-height: 1.5rem;
}
.entry-content .text--m.bold,
.text--m.bold
{
    font-family: 'Telefonica-sans-demibold';
}
.entry-content .text--s,
.text--s
{
    font-size: .8125rem;
    line-height: 1.125rem;
}
.entry-content .text--s.bold,
.text--s.bold
{
    font-family: 'Telefonica-sans-demibold';
}
.entry-content .text--xs,
.text--xs
{
    font-size: .6875rem;
    line-height: .8125rem;
}

.quote
{
    color: #031a34;
}
.quote-title
{
    font-size: 3rem;
    line-height: 3.75rem;
}
.quote-text
{
    font-family: 'PlayfairDisplay-italic'; 
    font-size: 1.5rem;
    line-height: 2.375rem;
}

.entry-content p.has-small-font-size
{
    font-size: .6875rem !important;
    line-height: .8125rem !important;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size,
.entry-content p.has-normal-font-size,
.entry-content p.has-regular-font-size
{
    font-size: .8125rem !important;
    line-height: 1.125rem !important;
}

.entry-content .has-medium-font-size,
.entry-content p.has-medium-font-size
{
    font-size: .9375rem !important;
    line-height: 1.5rem !important;
}

.entry-content .has-large-font-size,
.entry-content p.has-large-font-size
{
    font-size: 1.375rem !important;
    line-height: 2.375rem !important;
}

.entry-content .has-huge-font-size,
.entry-content .has-larger-font-size,
.entry-content p.has-huge-font-size,
.entry-content p.has-larger-font-size
{
    font-size: 1.375rem !important;
    line-height: 2.375rem !important;
}

/* Elements
--------------------------------------------- */
body
{
    font-family: 'Telefonica-sans-regular';

    overflow-x: hidden; 

    color: #414b61;
    background: #fff;
}

p
{
    font-size: 1.0625rem;
    line-height: 1.875rem;

    margin-bottom: 1.5em;

    letter-spacing: .01em;
}

dfn,
cite,
em,
i
{
    font-style: italic;
}

blockquote
{
    margin: 0 1.5em;
}

address
{
    margin: 0 0 1.5em;
}

pre
{
    font-family: 'Courier 10 Pitch', courier, monospace;
    font-size: .75rem; 
    line-height: normal;

    display: block;
    overflow: auto;

    margin-bottom: 1.6em;
    padding: 5px;

    color: #666;
    background: #eee;
}

code,
kbd,
tt,
var
{
    font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym
{
    cursor: help;
}

mark,
ins
{
    text-decoration: none;
}

big
{
    font-size: 125%;
}

strong
{
    font-family: 'Telefonica-sans-medium';
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6
{
    font-family: 'Telefonica-sans-light';
    font-weight: 400; 
    line-height: 1.5;

    margin-top: 0;
    margin-bottom: 1.6rem;

    color: #031a34;
}

.entry-content .heading-0,
.heading-0
{
    font-family: 'Telefonica-sans-extralight';
    font-size: 2.375rem;
    line-height: 2.75rem;
}
@media (min-width: 768px)
{
    .entry-content .heading-0,
    .heading-0
    {
        font-size: 4.875rem;
        line-height: 5.5rem;
    }
}

.entry-content .heading-1,
h1,
.heading-1
{
    font-family: 'Telefonica-sans-extralight';
    font-size: 1.875rem;
    line-height: 3.125rem;
}
@media (min-width: 768px)
{
    .entry-content .heading-1,
    h1,
    .heading-1
    {
        font-size: 3.625rem;
        line-height: 4.5rem;
    }
}

.entry-content .heading-2,
h2,
.heading-2
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.75rem;
    line-height: 2.1875rem;
}
@media (min-width: 768px)
{
    .entry-content .heading-2,
    h2,
    .heading-2
    {
        font-size: 2.375rem;
        line-height: 3rem;
    }
}

.entry-content .heading-3,
h3,
.heading-3
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.375rem;
    line-height: 1.5625rem;
}
@media (min-width: 768px)
{
    .entry-content .heading-3,
    h3,
    .heading-3
    {
        font-size: 1.75rem;
        line-height: 2.1875rem;
    }
}

.entry-content .heading-4,
h4,
.heading-4
{
    font-family: 'Telefonica-sans-medium';
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
@media (min-width: 768px)
{
    .entry-content .heading-4,
    h4,
    .heading-4
    {
        font-family: 'Telefonica-sans-regular';
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
}

.entry-content .heading-5,
h5,
.heading-5
{
    font-family: 'Telefonica-sans-medium';
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.entry-content .heading-6,
h6,
.heading-6
{
    font-family: 'Telefonica-sans-medium';
    font-size: .8125rem;
    line-height: 1.1875rem;

    letter-spacing: .1em; 
    text-transform: uppercase;
}

/*


h1,
h2,
h3,
h4,
h5,
h6,
[class^="heading-"] {
	color: $color__grey-9;
	font-family: $font__main-light;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.6rem;
	font-weight: 400;
}

.entry-content .heading-1,
h1,
.heading-1 {
	font-size: rem(38px);
	font-family: $font__main-extralight;
	line-height: rem(44px);

	@include tablet {
		font-size: rem(78px);
		line-height: rem(88px);
	}
}

.entry-content .heading-2,
h2,
.heading-2 {
	font-size: rem(30px);
	font-family: $font__main-extralight;
	line-height: rem(50px);

	@include tablet {
		font-size: rem(58px);
		line-height: rem(72px);
	}
}

.entry-content .heading-3,
h3,
.heading-3 {
	font-size: rem(28px);
	font-family: $font__main-regular;
	line-height: rem(35px);

	@include tablet {
		font-size: rem(38px);
		line-height: rem(48px);
	}
}

.entry-content .heading-4,
h4,
.heading-4 {
	font-size: rem(22px);
	font-family: $font__main-regular;
	line-height: rem(25px);

	@include tablet {
		font-size: rem(28px);
		line-height: rem(35px);
	}
}

.entry-content .heading-5,
h5,
.heading-5 {
	font-size: rem(18px);
	font-family: $font__main-medium;
	line-height: rem(25px);

	@include tablet {
		font-family: $font__main-regular;
		font-size: rem(22px);
		line-height: rem(30px);
	}
}

.entry-content .heading-6,
h6,
.heading-6 {
	font-size: rem(18px);
	font-family: $font__main-medium;
	line-height: rem(24px);
}

.entry-content .heading-7,
.heading-7 {
	font-size: rem(13px);
	font-family: $font__main-medium;
	text-transform: uppercase;
	line-height: rem(19px);
	letter-spacing: 0.1em;
}
*/
hr
{
    height: 1px;
    margin-bottom: 1.5em; 

    border: 0;
}

.hr
{
    border-bottom: 1px solid #d1d5e4;
}
.hr--top
{
    border-top: 1px solid #d1d5e4;
}

.icon
{
    width: 24px;
    min-width: 24px;
    height: 24px;

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
}

.tf-iframe
{
    margin-bottom: 35px;
}
.tf-iframe__content
{
    padding: 45px;

    text-align: center; 

    border: 1px solid #d1d5e4;
    border-radius: 0 0 12px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}
.tf-iframe iframe
{
    max-width: 1005px; 
    height: 440px;
}
@media (min-width: 1280px)
{
    .tf-iframe
    {
        margin-bottom: 70px;
        padding: 0;
    }
    .tf-iframe iframe
    {
        height: 220px;
    }
}

.list
{
    line-height: 1.875rem; 

    margin-bottom: 35px;
}
.list--zero
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.0625rem;

    margin-left: 28px; 

    list-style-type: decimal-leading-zero;
}
.list--zero li,
.list--zero .list__item
{
    margin-bottom: 25px;
    padding-left: 18px;

    color: #414b61;
}
.list--zero li span,
.list--zero .list__item span
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1rem;

    display: block;

    padding-left: 10px;
}
.list--zero li::marker
{
    font-family: 'Telefonica-sans-demibold';
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;

    letter-spacing: .01em; 

    color: #414b61;
}
.list--alpha
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.0625rem;

    margin-left: 28px; 

    list-style-type: lower-alpha;
}
.list--alpha li,
.list--alpha .list__item
{
    margin-bottom: 25px;
    padding-left: 18px;

    color: #414b61;
}
.list--alpha li span,
.list--alpha .list__item span
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1rem;

    display: block;

    padding-left: 10px;
}
.list--alpha li::marker
{
    font-family: 'Telefonica-sans-demibold';
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;

    letter-spacing: .01em; 

    color: #414b61;
}
.list--dots
{
    margin-bottom: 40px;

    list-style: disc;
}
.list--dots li,
.list--dots .list__item
{
    font-size: 1.0625rem;

    position: relative;

    margin: 0 0 25px 25px;
    padding: 0;

    letter-spacing: .01em;

    color: #414b61;
    /*
			&:before {
				content: "•";
				color: $color__grey-2;
				font-size: rem(36px);
				padding-right: 25px;
				vertical-align: middle;
				position: absolute;
				left: 0;
				top: 0px;
				line-height: rem(16px);
			}*/
}
.list--dots li::marker,
.list--dots .list__item::marker
{
    font-size: 1.375rem; 

    color: #d1d5e4;
}
.list--border
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list--border li,
.list--border .list__item
{
    margin-right: 10px;
    padding-right: 10px;
}
.list--border li::after,
.list--border .list__item::after
{
    padding-left: 20px;

    content: '|';

    color: #d1d5e4;
}
.list--border li:last-child::after,
.list--border .list__item:last-child::after
{
    display: none;
}
.list--big
{
    font-family: 'Telefonica-sans-regular'; 
    font-size: 1.0625rem;
}
.list--big li,
.list--big .list__item
{
    position: relative; 

    margin: 0 0 35px 0;
    padding: 70px 0 0 0;

    counter-increment: listNumber;

    color: #414b61;
}
.list--big li::before,
.list--big .list__item::before
{
    font-family: 'Telefonica-sans-medium';
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.375rem;

    position: absolute;
    top: 0; 

    padding-bottom: 15px;

    content: counters(listNumber, '.', decimal-leading-zero) '.';

    border-bottom: 4px solid #06f;
}
.list--big li p:last-child,
.list--big .list__item p:last-child
{
    margin-bottom: 0;
}
@media (min-width: 768px)
{
    .list--big li,
    .list--big .list__item
    {
        margin-bottom: 60px; 
        padding: 0 0 0 115px;
    }
    .list--big li::before,
    .list--big .list__item::before
    {
        font-size: 2.25rem;
        line-height: 3rem;

        left: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 80px; 
        min-width: 80px;
        height: 100%;
        margin-bottom: 0;
        padding-bottom: 0;

        border-right: 4px solid #06f;
        border-bottom: none;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.list--big .list__title
{
    margin-bottom: 10px;

    color: #031a34;
}
.list--big .list__text
{
    margin-bottom: 10px;
}

embed,
iframe,
object
{
    max-width: 100%;
}

img
{
    max-width: 100%; 
    height: auto;
}

figure
{
    margin: 1em 0;
}

*
{
    scrollbar-color: #8f97af white;
    scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track
{
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb
{
    background: #8f97af;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
    background: #b0b6ca;
}

.menu-primary-container::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
}

.section
{
    padding: 0 18px;
    /* TODO: borrar */
    /* TODO: borrar */
}
.section__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-bottom: 35px;
    padding-top: 35px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section__header [class^='heading']
{
    margin-bottom: 20px;
}
@media (min-width: 768px)
{
    .section__header [class^='heading']
    {
        margin-bottom: 0;
    }
}
@media (min-width: 768px)
{
    .section__header
    {
            flex-direction: row; 

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}
.section--padding
{
    padding: 35px 0;
}
.section--line
{
    border-top: 1px solid #d1d5e4;
}
.section--border-b
{
    border-bottom: 1px solid #d1d5e4;
}
.section--border-t
{
    border-top: 1px solid #d1d5e4;
}
.section--bfull
{
    border-top: 1px solid #6e7894;
}
.section--bless
{
    border: none;
}
@media (min-width: 1280px)
{
    .section
    {
        padding-right: 0; 
        padding-left: 0;
    }
    .section--flex
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0; 

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .section--big
    {
        min-height: 160px;
    }
}

.table,
.dataTables_wrapper,
.tablepress
{
    font-family: 'Telefonica-sans-regular'; 

    overflow: hidden;
    overflow-x: auto;
}
.table .dataTables_filter,
.dataTables_wrapper .dataTables_filter,
.tablepress .dataTables_filter
{
    margin-bottom: 10px;
}
.table .dataTables_length,
.dataTables_wrapper .dataTables_length,
.tablepress .dataTables_length
{
    font-family: 'Telefonica-sans-regular';
    font-size: .8125rem;
    line-height: 1.125rem;

    display: none;

    margin-bottom: 10px;

    letter-spacing: .01em;

    color: #414b61;
}
.table .dataTables_length select,
.dataTables_wrapper .dataTables_length select,
.tablepress .dataTables_length select
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100px;
    height: 50px;
    margin: 5px 15px; 

    border: 1px solid #d1d5e4;
    border-radius: 4px;
}
@media (min-width: 768px)
{
    .table .dataTables_length,
    .dataTables_wrapper .dataTables_length,
    .tablepress .dataTables_length
    {
        display: block;
    }
}
.table .dataTables_filter label input,
.dataTables_wrapper .dataTables_filter label input,
.tablepress .dataTables_filter label input
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 277px;
    height: 50px;
    margin-left: 15px;

    border: 1px solid #d1d5e4;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px); 
    background-size: 18px;
}
.table .dataTables_filter label input:focus,
.dataTables_wrapper .dataTables_filter label input:focus,
.tablepress .dataTables_filter label input:focus
{
    border: solid 1px #67e0e5; 
    background: #fff;
}
.table .dataTables_filter label input::-webkit-search-cancel-button,
.dataTables_wrapper .dataTables_filter label input::-webkit-search-cancel-button,
.tablepress .dataTables_filter label input::-webkit-search-cancel-button
{
    display: none;

    -webkit-appearance: none;
}
@media (min-width: 768px)
{
    .table .dataTables_filter,
    .dataTables_wrapper .dataTables_filter,
    .tablepress .dataTables_filter
    {
        display: block;
    }
}
.table .dataTables_info,
.dataTables_wrapper .dataTables_info,
.tablepress .dataTables_info
{
    font-family: 'Telefonica-sans-regular';
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5rem;

    margin-top: 25px;

    letter-spacing: .01em;

    color: #031a34;
}
.table .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate,
.tablepress .dataTables_paginate
{
    margin-top: 18px;
}
.table .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.tablepress .dataTables_paginate .paginate_button
{
    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 30px;
    height: 30px;
    padding-left: 30px;
}
.table .dataTables_paginate .paginate_button.previous:before,
.table .dataTables_paginate .paginate_button.next:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:after,
.tablepress .dataTables_paginate .paginate_button.previous:before,
.tablepress .dataTables_paginate .paginate_button.next:after
{
    font-size: 24px; 

    display: block;

    width: 24px;
    height: 24px;
    margin-left: 18px;

    content: ' ';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    background-image: url('data:image/svg+xml,%3Csvg width=\'11\' height=\'18\' viewBox=\'0 0 11 18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M1.24027 18C0.966228 18 0.704987 17.8822 0.520582 17.6799C0.154334 17.2701 0.179945 16.6452 0.576928 16.2661L8.33731 8.93344L0.582051 1.74164C0.182506 1.36515 0.154333 0.740222 0.518021 0.327871C0.868903 -0.0716734 1.4759 -0.112652 1.87545 0.23823C1.88313 0.245913 1.89081 0.251036 1.8985 0.258719L10.4426 8.18558C10.6475 8.37511 10.7627 8.64147 10.7627 8.92064C10.7653 9.19981 10.6526 9.46873 10.4503 9.66082L1.90362 17.7337C1.72531 17.905 1.48753 18.0004 1.24027 18Z\' fill=\'%230066FF\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
}
.table .dataTables_paginate .paginate_button.next:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:after,
.tablepress .dataTables_paginate .paginate_button.next:after
{
    margin-left: -26px; 

    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.table .dataTables_paginate .paginate_button.disabled.previous:before,
.table .dataTables_paginate .paginate_button.disabled.next:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next:after,
.tablepress .dataTables_paginate .paginate_button.disabled.previous:before,
.tablepress .dataTables_paginate .paginate_button.disabled.next:after
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'11\' height=\'18\' viewBox=\'0 0 11 18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M9.78453 17.9996C9.54122 17.9996 9.30559 17.9074 9.12631 17.7409L0.584761 9.80895C0.174972 9.42733 0.151921 8.78704 0.533537 8.37725C0.546343 8.36188 0.56171 8.34908 0.577077 8.33371L9.12119 0.265987C9.50536 -0.100262 10.1149 -0.0874559 10.4837 0.299283C10.4914 0.306966 10.4991 0.31465 10.5042 0.322333C10.8705 0.732122 10.8449 1.35705 10.4479 1.73611L2.68749 9.06621L10.4428 16.258C10.8423 16.6294 10.8705 17.262 10.5068 17.6718C10.3249 17.8767 10.0611 17.997 9.78453 17.9996Z\' fill=\'%23E8ECEF\'/%3E%3C/svg%3E');
}
.table .dataTables_paginate .paginate_button.disabled.previous:before,
.table .dataTables_paginate .paginate_button.disabled.next:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next:after,
.tablepress .dataTables_paginate .paginate_button.disabled.previous:before,
.tablepress .dataTables_paginate .paginate_button.disabled.next:after
{
    font-size: 24px; 

    display: block;

    width: 24px;
    height: 24px;
    margin-left: 18px;

    content: ' ';
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    background-image: url('data:image/svg+xml,%3Csvg width=\'11\' height=\'18\' viewBox=\'0 0 11 18\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M9.78453 17.9996C9.54122 17.9996 9.30559 17.9074 9.12631 17.7409L0.584761 9.80895C0.174972 9.42733 0.151921 8.78704 0.533537 8.37725C0.546343 8.36188 0.56171 8.34908 0.577077 8.33371L9.12119 0.265987C9.50536 -0.100262 10.1149 -0.0874559 10.4837 0.299283C10.4914 0.306966 10.4991 0.31465 10.5042 0.322333C10.8705 0.732122 10.8449 1.35705 10.4479 1.73611L2.68749 9.06621L10.4428 16.258C10.8423 16.6294 10.8705 17.262 10.5068 17.6718C10.3249 17.8767 10.0611 17.997 9.78453 17.9996Z\' fill=\'%23E8ECEF\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
}
.table .dataTables_paginate .paginate_button.disabled.next:after,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next:after,
.tablepress .dataTables_paginate .paginate_button.disabled.next:after
{
    margin-left: -26px; 

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.tablepress
{
    line-height: 1.5rem;

    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    min-width: 99.9%; 
    margin: 0 0 1.5em;
}
.tablepress thead tr th
{
    font-size: .875rem;

    height: 45px;

    vertical-align: middle;
    word-break: keep-all;
}
.tablepress tr
{
    font-size: .9375rem;
}
.tablepress tr th,
.tablepress tr th.sorting
{
    font-family: 'Telefonica-sans-regular';
    font-weight: 600;
    line-height: 1.5em;

    padding: 10px 19px;

    text-align: left; 
    letter-spacing: .01em;

    color: #fff;
    border: 1px solid #58617a;
    background-color: #031a34 !important;
}
.tablepress tr th .table__arrow,
.tablepress tr th.sorting .table__arrow
{
    width: 24px;
    height: 24px;
    margin: 0 0 3px 3px; 

    vertical-align: middle;

    stroke: #fff;
}
.tablepress tr th .table__arrow--up,
.tablepress tr th.sorting .table__arrow--up
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.tablepress tr th .table__arrow--down,
.tablepress tr th.sorting .table__arrow--down
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.tablepress tr th.sorting:hover,
.tablepress tr th.sorting_as,
.tablepress tr th.sorting_desc
{
    background-color: #031a34;
}
.tablepress tr td
{
    font-size: 15px;

    height: 45px;
    padding: 20px;

    vertical-align: middle;
    word-break: initial; 

    color: #414b61;
    border: 1px solid #d1d5e4;
}
.tablepress tr.odd td
{
    background-color: #fff;
}
.tablepress tbody.row-hover tr:hover td
{
    background-color: #fff;
}
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after
{
    font-size: 24px;

    display: block;

    width: 24px;
    height: 24px;
    margin-right: 5px;

    content: ' ' !important;
    -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); 

    background: 0 none;
    background-repeat: no-repeat;
    background-position: center;
}
.tablepress .sorting:after
{
    opacity: 0;
}
.tablepress .sorting:hover:after
{
    opacity: 1; 
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg width=\'14\' height=\'14\' viewBox=\'0 0 14 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M7.17371 0.0556113C7.02829 -0.00414974 6.86693 -0.00414974 6.72152 0.0556113C6.68566 0.0695559 6.65976 0.095453 6.62988 0.113381C6.59801 0.133301 6.56414 0.147245 6.53426 0.175133L0.191636 6.16916C-0.0494003 6.39625 -0.0593604 6.77673 0.167731 7.01776C0.394823 7.2588 0.775301 7.26876 1.01634 7.04167L6.34502 2.00382L6.34502 13.4102C6.35897 13.7409 6.63785 13.9998 6.97052 13.9879C7.28327 13.9759 7.53626 13.7249 7.54821 13.4102L7.54821 2.00382L12.9904 7.15123C13.2315 7.37832 13.612 7.36836 13.839 7.12932C14.0661 6.88828 14.0562 6.5078 13.8171 6.28071L7.35897 0.175133C7.33108 0.147245 7.29522 0.135294 7.26335 0.113381C7.23347 0.0954529 7.20757 0.0695559 7.17371 0.0556113Z\' fill=\'white\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
}
.tablepress .sorting_asc:after
{
    -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; 
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg width=\'14\' height=\'14\' viewBox=\'0 0 14 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M7.17371 0.0556113C7.02829 -0.00414974 6.86693 -0.00414974 6.72152 0.0556113C6.68566 0.0695559 6.65976 0.095453 6.62988 0.113381C6.59801 0.133301 6.56414 0.147245 6.53426 0.175133L0.191636 6.16916C-0.0494003 6.39625 -0.0593604 6.77673 0.167731 7.01776C0.394823 7.2588 0.775301 7.26876 1.01634 7.04167L6.34502 2.00382L6.34502 13.4102C6.35897 13.7409 6.63785 13.9998 6.97052 13.9879C7.28327 13.9759 7.53626 13.7249 7.54821 13.4102L7.54821 2.00382L12.9904 7.15123C13.2315 7.37832 13.612 7.36836 13.839 7.12932C14.0661 6.88828 14.0562 6.5078 13.8171 6.28071L7.35897 0.175133C7.33108 0.147245 7.29522 0.135294 7.26335 0.113381C7.23347 0.0954529 7.20757 0.0695559 7.17371 0.0556113Z\' fill=\'white\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
}
.tablepress .sorting_desc:after
{
    -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; 
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg width=\'14\' height=\'14\' viewBox=\'0 0 14 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M7.17371 0.0556113C7.02829 -0.00414974 6.86693 -0.00414974 6.72152 0.0556113C6.68566 0.0695559 6.65976 0.095453 6.62988 0.113381C6.59801 0.133301 6.56414 0.147245 6.53426 0.175133L0.191636 6.16916C-0.0494003 6.39625 -0.0593604 6.77673 0.167731 7.01776C0.394823 7.2588 0.775301 7.26876 1.01634 7.04167L6.34502 2.00382L6.34502 13.4102C6.35897 13.7409 6.63785 13.9998 6.97052 13.9879C7.28327 13.9759 7.53626 13.7249 7.54821 13.4102L7.54821 2.00382L12.9904 7.15123C13.2315 7.37832 13.612 7.36836 13.839 7.12932C14.0661 6.88828 14.0562 6.5078 13.8171 6.28071L7.35897 0.175133C7.33108 0.147245 7.29522 0.135294 7.26335 0.113381C7.23347 0.0954529 7.20757 0.0695559 7.17371 0.0556113Z\' fill=\'white\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
}
.tablepress.table--complex th
{
    line-height: 1.5em; 

    padding: 14px 19px;

    vertical-align: middle;

    border-right: solid #58617a 1px;
    border-bottom: solid #58617a 1px;
}
.tablepress.table--complex .table--noth
{
    font-family: 'Telefonica-sans-regular'; 
    font-weight: 400;

    color: #414b61;
    border: 1px solid #d1d5e4;
    background-color: initial;
}
.tablepress .table--col-s
{
    max-width: 160px;
}
.tablepress .table--col-m
{
    max-width: 300px;
}

/* Links
--------------------------------------------- */
:-webkit-any-link
{
    -webkit-transition: all .3s;
            transition: all .3s; 

    color: #031a34;
}
:-moz-any-link
{
    -moz-transition: all .3s;
         transition: all .3s; 

    color: #031a34;
}
:any-link,
a,
[class^='link-']
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #031a34;
}
:-webkit-any-link:focus-visible
{
    outline: solid;
}
:-moz-any-link:focus-visible
{
    outline: solid;
}
:any-link:focus-visible,
a:focus-visible,
[class^='link-']:focus-visible
{
    outline: solid;
}
:-webkit-any-link:hover,
:-webkit-any-link:active
{
    outline: 0;
}
:-moz-any-link:hover,
:-moz-any-link:active
{
    outline: 0;
}
:any-link:hover,
:any-link:active,
a:hover,
a:active,
[class^='link-']:hover,
[class^='link-']:active
{
    outline: 0;
}
:-webkit-any-link:hover,
:-webkit-any-link:focus
{
    color: #06f;
}
:-moz-any-link:hover,
:-moz-any-link:focus
{
    color: #06f;
}
:any-link:hover,
:any-link:focus,
a:hover,
a:focus,
[class^='link-']:hover,
[class^='link-']:focus
{
    color: #06f;
}
:-webkit-any-link.button:hover,
:-webkit-any-link.button:focus
{
    text-decoration: underline; 

    color: #fff;
}
:-moz-any-link.button:hover,
:-moz-any-link.button:focus
{
    text-decoration: underline; 

    color: #fff;
}
:any-link.button:hover,
:any-link.button:focus,
a.button:hover,
a.button:focus,
[class^='link-'].button:hover,
[class^='link-'].button:focus
{
    text-decoration: underline; 

    color: #fff;
}

.link:hover,
.link:focus
{
    color: #5e9eff;
}

.link--light
{
    font-weight: 600; 

    color: #fff;
}

.link--high
{
    text-transform: uppercase; 

    color: #fff;
}

/* Forms
--------------------------------------------- */
.button
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 52px;
    padding: 13px 25px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    word-break: keep-all; 

    color: #fff;
    border: 1px solid;
    border-radius: 26px;
    outline: none;

    -webkit-tap-highlight-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #06f;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px)
{
    .button
    {
        font-size: .8125rem;

        min-width: 135px;
        height: 52px;
        padding: 18px 35px;

        outline: medium;
    }
}
.button--disabled
{
    cursor: not-allowed; 
    pointer-events: none;
}
.button.button--disabled,
.button:disabled
{
    cursor: not-allowed; 
    pointer-events: none;
}
.button:hover,
.button:focus
{
    text-decoration: none; 

    outline: none;
}
.button:focus-visible
{
    outline: solid;
}

.button--main
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    border-color: #06f;
    background: #06f;
}
.button--main.button--active,
.button--main:hover,
.button--main:focus
{
    border-color: #5e9eff; 
    background: #5e9eff;
}
.button--main.button--disabled,
.button--main:disabled
{
    color: #b0b6ca; 
    border-color: #f2f4ff;
    background: #f2f4ff;
}

/* button with an icon*/
.button--icon
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: auto;
    min-width: auto;
    height: auto;
    padding: 0 5px; 

    text-transform: none;

    color: #06f;
    border-color: transparent;
    background: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button--icon .icon
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 18px;
    height: 18px;
    margin: 0 5px; 
    padding: 4px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.button--icon:hover
{
    color: #5e9eff;
    border-color: transparent; 
    background: none;
}
.button--icon:hover .icon
{
    fill: #5e9eff;
}
.button--icon.button--disabled,
.button--icon:disabled
{
    color: #f2f4ff; 

    fill: #f2f4ff;
}
.button--icon.button--light
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #fff;

    fill: #fff;
}
.button--icon.button--light:hover
{
    color: #5e9eff;
}
.button--icon.button--light:hover .icon
{
    fill: #5e9eff;
}
.button--icon.button--light.button--disabled,
.button--icon.button--light:disabled
{
    color: #1c77ff;
}
.button--icon.button--light.button--disabled .icon,
.button--icon.button--light:disabled .icon
{
    fill: #1c77ff;
}

.button--flat
{
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    padding: 0; 

    border: none;
    outline: none;
    background: none;
}

/* button with icon and border*/
.button--round
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 32px;
    min-width: auto;
    height: 32px;
    min-height: auto;
    margin-right: 15px;
    padding: 0;

    border: 1px solid #d1d5e4;
    border-radius: 50%;
    background-color: transparent;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button--round:focus,
.button--round:hover
{
    border: 1px solid #06f;
}
.button--round .icon
{
    width: 14px;
    min-width: 14px;
    height: 14px;

    fill: #031a34;
}

.button--second
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #06f;
    border-color: #06f;
    background-color: transparent;
}
.button--second:active,
.button--second.button--active,
.button--second:hover
{
    color: #5e9eff; 
    border-color: #5e9eff;
}
.button--second:disabled,
.button--second.button--disabled
{
    color: #d1d5e4; 
    border-color: #d1d5e4;
}

.button--third
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    color: #fff;
    border-color: #fff;
    background: transparent;
}
.button--third:active,
.button--third.button--active,
.button--third:hover,
.button--third:focus
{
    color: #5e9eff;
    border-color: #5e9eff;
    background: none;
}
.button--third:disabled,
.button--third.button--disabled
{
    color: #1c77ff; 
    border-color: #1c77ff;
}

.button--small
{
    font-size: .6875rem;
    line-height: .875rem; 

    height: 38px;
}

.button-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button-group .button
{
    margin-right: 20px;
}
.button-group .button:last-child
{
    margin-right: 0;
}

input[type='checkbox'],
.field--checkbox
{
    font-size: .9375rem;

    min-height: auto; 

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
input[type='checkbox'] .field__label,
.field--checkbox .field__label
{
    font-size: .9375rem; 
    line-height: 1.25rem;

    display: inline-block;

    width: calc(100% - 35px);

    text-transform: none;

    color: #414b61;
}
input[type='checkbox'] .field__control,
.field--checkbox .field__control
{
    font-family: 'Telefonica-sans-regular';

    -webkit-box-sizing: content-box;
            box-sizing: content-box; 
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-bottom: 0;
    padding: 0;

    border-width: 2px;
    border-color: #414b61;
    border-radius: 4px;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type='checkbox'] .field__control:active,
input[type='checkbox'] .field__control:focus,
.field--checkbox .field__control:active,
.field--checkbox .field__control:focus
{
    border-color: #59c2c9;
}
input[type='checkbox'] .field__control:disabled,
.field--checkbox .field__control:disabled
{
    pointer-events: none;

    border-color: #f2f4ff;
}
input[type='checkbox'] .field__control:disabled:active,
input[type='checkbox'] .field__control:disabled:focus,
.field--checkbox .field__control:disabled:active,
.field--checkbox .field__control:disabled:focus
{
    border-color: #f2f4ff;
}
input[type='checkbox'] .field__control:disabled:checked,
.field--checkbox .field__control:disabled:checked
{
    border-color: #f2f4ff; 
    background-color: #f2f4ff;
}
input[type='checkbox'] .field__control:checked,
.field--checkbox .field__control:checked
{
    border-color: #59c2c9; 
    background-color: #59c2c9;
}
input[type='checkbox'] .field__control:checked:before,
.field--checkbox .field__control:checked:before
{
    display: block;

    width: 16px; 
    height: 16px;

    content: '';

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 64 64\'%3E%3Cpath fill=\'%23fff\' d=\'M21.33,57.82,0,36.53l5.87-5.87L21.33,46.09,58.13,9.36,64,15.23,21.33,57.82\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px;
}
input[type='checkbox'].field--disabled .field__label,
.field--checkbox.field--disabled .field__label
{
    color: #d1d5e4;
}

.field
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-bottom: 16px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.field__label
{
    font-family: 'Telefonica-sans-regular';
    font-size: .6875rem;
    font-weight: 400;
    line-height: .8125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    letter-spacing: .05em; 
    text-transform: uppercase;

    color: #58617a;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.field__label .field__control
{
    margin-top: 5px;
}
.field__control
{
    line-height: 1.625rem; 

    margin-top: 5px;
}
.field__control--input
{
    width: 100%;
}
.field__control::-webkit-input-placeholder
{
    color: #58617a;
}
.field__control::-moz-placeholder
{
    color: #58617a;
}
.field__control:-ms-input-placeholder
{
    color: #58617a;
}
.field__control::-ms-input-placeholder
{
    color: #58617a;
}
.field__control::placeholder
{
    color: #58617a;
}
.field__bottom
{
    font-family: 'Telefonica-sans-regular';
    font-size: .75rem;
    font-weight: 500;
    line-height: .875rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #58617a;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.field__bottom .icon
{
    width: 22px;
    height: 22px; 
    margin-right: 10px;

    vertical-align: middle;
}
.field__text
{
    font-size: .75rem;
    font-weight: 400; 
    line-height: .9375rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.field__text .icon
{
    margin-right: 10px;
}
.field--radio,
.field--checkbox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.field--radio label,
.field--checkbox label
{
    font-size: .875rem;
    font-weight: 400; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.field--radio label input,
.field--radio label .field__control,
.field--checkbox label input,
.field--checkbox label .field__control
{
    margin: 0 0 0 10px;
}
.field--radio input,
.field--radio .field__control,
.field--checkbox input,
.field--checkbox .field__control
{
    margin: 0 12px 0 0;
}
.field--radio .field__text,
.field--checkbox .field__text
{
    margin-top: 8px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.field--error .field__control
{
    border-color: #f00;
}
.field--error .field__text
{
    font-family: 'Telefonica-sans-medium'; 

    color: #f00;
}
.field--error .field__text .icon
{
    fill: #f00;
}
.field--disabled *
{
    pointer-events: none; 

    color: #d1d5e4;
}

fieldset legend
{
    margin-bottom: 20px;
}

textarea,
input
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1rem;

    height: 50px;
    margin-bottom: 5px;
    padding: 12px 20px;

    color: #031a34;
    border: solid 1px #d1d5e4;
    border-radius: 4px;

    caret-color: #67e0e5;
}
textarea:active,
textarea:focus,
input:active,
input:focus
{
    border: solid 1px #67e0e5; 
    outline: 0;
}
textarea:disabled,
input:disabled
{
    pointer-events: none;

    color: #d1d5e4;
    border-color: #d1d5e4;
}
textarea:disabled:active,
textarea:disabled:focus,
input:disabled:active,
input:disabled:focus
{
    border-color: #d1d5e4;
}

textarea
{
    width: -webkit-fill-available; 
    height: auto;
}

.label
{
    font-family: 'Telefonica-sans-regular';
    font-size: .6875rem;
    line-height: .8125rem;

    display: block;

    margin-bottom: 5px;

    letter-spacing: .05em; 
    text-transform: uppercase;
}

.loader
{
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100vh;

    opacity: .76;
    background: #fff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loader__wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 72px;
    height: 14px;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.loader__ball
{
    position: absolute;

    width: 14px;
    height: 14px;

    -webkit-animation: grow 1s ease-in-out infinite alternate;
            animation: grow 1s ease-in-out infinite alternate; 

    border-radius: 50%;
    background-color: #06f;

    will-change: transform;
}
.loader__ball--dark
{
    left: 0;

    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;

    background-color: #06f;
}
.loader__ball--regular
{
    left: 50%;

    -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    -webkit-animation-delay: .33s;
            animation-delay: .33s;

    background-color: #f2f4ff;
}
.loader__ball--light
{
    right: 0;

    -webkit-animation-delay: .66s;
            animation-delay: .66s;

    background-color: #fff;
}

@-webkit-keyframes grow
{
    to
    {
        -webkit-transform: translateX(-50%) scale(.2);
                transform: translateX(-50%) scale(.2);
    }
}

@keyframes grow
{
    to
    {
        -webkit-transform: translateX(-50%) scale(.2);
                transform: translateX(-50%) scale(.2);
    }
}

.field--radio
{
    position: relative;

    min-height: 20px;
}
.field--radio .field__label
{
    font-size: .9375rem; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 20px;
    padding-left: 30px;

    text-transform: none;

    color: #414b61;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.field--radio .field__label::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;

    content: '';

    border: 2px solid #414b61;
    border-radius: 100%;
    background: #fff;
}
.field--radio .field__label::after
{
    position: absolute;
    top: 5px;
    left: 5px;

    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;

    content: '';
    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease; 

    border-radius: 100%;
}
.field--radio .field__control
{
    position: absolute;

    visibility: hidden;

    width: 1px; 
    height: 1px;
}
.field--radio .field__control:checked + .field__label::before
{
    border-color: #59c2c9;
}
.field--radio .field__control:checked + .field__label::after
{
    background: #59c2c9;
}
.field--radio .field__control:disabled + .field__label
{
    color: #d1d5e4;
}
.field--radio .field__control:disabled + .field__label::before
{
    border-color: #d1d5e4;
}
.field--radio .field__control:disabled:checked + .field__label::after
{
    background: #d1d5e4;
}

/*
input[type="radio"],
.field--radio .field__control {
	font-family: $field__font;
	font-size: rem(16px);
	height: 21px;
	padding: 0;
	margin-bottom: 0;
	width: 21px;
	border-radius: 50%;
	border: $field__border;
	border-width: 3px;
	color: $field__color;
	appearance: none;
	position: relative;
	&:active,
	&:focus {
		border-color: $color__main-2;
	}

	&:disabled {
		color: $field__disabled;
		pointer-events: none;
		border-color: $field__disabled;

		&:active,
		&:focus {
			border-color: $field__disabled;
		}

		&:checked {
			border-color: $color__grey-3;

			&:before {
				background-color: $color__grey-3;
			}

		}

	}

	&:checked {
		border-color: $color__main-2;

		&:before {
			content: "";
			background-color: $color__main-2;
			border-radius: 50%;
			position: absolute;
			height: 11px;
			width: 11px;
			top: 2px;
			left: 3px;
		}
	}

}
*/
select,
.field__control--select
{
    font-family: 'Telefonica-sans-regular', 'Arial';
    font-size: 1rem;

    height: 50px;
    margin-bottom: 5px; 
    padding: 12px 50px 12px 15px;

    cursor: pointer;

    color: #031a34;
    border: solid 1px #d1d5e4;
    border-radius: 4px;
    outline: none;
    background: #fff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 18 12\'%3E%3Cpath fill=\'%23003245\' fill-rule=\'evenodd\' d=\'M18 1.451a.706.706 0 01-.18.472l-8.228 9.092a.668.668 0 01-.497.223.706.706 0 01-.512-.223L.2 1.923a.708.708 0 010-.986.702.702 0 01.98 0l7.9 8.58 7.719-8.54a.689.689 0 01.976-.004l.005.005a.74.74 0 01.22.473z\' clip-rule=\'evenodd\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 18px;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select option,
.field__control--select option
{
         font-family: 'Telefonica-sans-regular', 'Arial'; 

    -moz-font-family: 'Telefonica-sans-regular', 'Arial';
}
select:disabled,
.field__control--select:disabled
{
    pointer-events: none;

    color: #d1d5e4;
    border-color: #d1d5e4;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 18 12\'%3E%3Cpath fill=\'%23d3d4d3\' fill-rule=\'evenodd\' d=\'M18 1.451a.706.706 0 01-.18.472l-8.228 9.092a.668.668 0 01-.497.223.706.706 0 01-.512-.223L.2 1.923a.708.708 0 010-.986.702.702 0 01.98 0l7.9 8.58 7.719-8.54a.689.689 0 01.976-.004l.005.005a.74.74 0 01.22.473z\' clip-rule=\'evenodd\'/%3E%3C/svg%3E');
}
select:disabled:active,
select:disabled:focus,
.field__control--select:disabled:active,
.field__control--select:disabled:focus
{
    border-color: #d1d5e4;
}
select:active,
.field__control--select:active
{
    background-image: url('data:image/svg+xml,%3Csvg fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 18 12\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M0 10.523c0-.174.064-.343.18-.471L8.407.96a.668.668 0 01.497-.223c.195 0 .38.082.512.223l8.383 9.092a.708.708 0 010 .986.702.702 0 01-.98 0l-7.9-8.58-7.719 8.539a.689.689 0 01-.976.005l-.005-.005a.74.74 0 01-.22-.474z\' fill=\'%23003245\'/%3E%3C/svg%3E');
}
select:focus,
.field__control--select:focus
{
    border: solid 1px #67e0e5; 
    outline: 0;
}

.switch label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.switch__text
{
    margin-right: 20px;
}

.switch__button
{
    position: relative;

    width: 34px;
    height: 14px;
    padding: 0;

    cursor: pointer; 

    border: 0;
    border-radius: 7px;
    background-color: rgba(176, 182, 202, .38);
}
.switch__button:before
{
    position: absolute;
    top: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    border-radius: 50%;
    background-color: #58617a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
            box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.switch__button:disabled
{
    cursor: not-allowed; 

    background-color: rgba(209, 213, 228, .38);
}
.switch__button:disabled:before
{
    background-color: #d1d5e4;
}
.switch__button__checkbox
{
    height: auto;
}
.switch__button.on:disabled
{
    background-color: rgba(232, 236, 239, .38);
}
.switch__button.on:disabled:before
{
    background-color: #8f97af;
}
.switch__button.on:before
{
    -webkit-transform: translate(calc(100% - 5px), -50%);
        -ms-transform: translate(calc(100% - 5px), -50%);
            transform: translate(calc(100% - 5px), -50%);

    background-color: #59c2c9;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
article__title,
.article__title
{
    padding: 20px 18px 0 18px;
}

article__intro,
.article__intro
{
    font-size: .9375rem;
    line-height: 1.5rem;

    padding: 0 18px;
}

article__img,
.article__img
{
    display: block;
}
article__img img,
.article__img img
{
    display: block;

    width: 100%;
}
article__img__footer,
.article__img__footer
{
    font-size: .75rem; 
    line-height: 1.125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    fill: #06f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
article__img__link,
article__img__text,
.article__img__link,
.article__img__text
{
    display: inline-block; 

    padding: 12px 16px;

    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .06);
            box-shadow: 0 0 18px rgba(0, 0, 0, .06);
}
article__img__link p,
article__img__text p,
.article__img__link p,
.article__img__text p
{
    margin: 0;
}
article__img__link .icon,
.article__img__link .icon
{
    width: 18px; 
    height: 18px;
}

article__content,
.article__content
{
    padding: 0 18px;
}
article__content p,
.article__content p
{
    line-height: 1.75rem;
}
article__content img,
.article__content img
{
    width: auto !important;
    height: auto !important;
}

article .entry-title,
.article .entry-title
{
    font-family: 'Telefonica-sans-extralight'; 
    font-size: 1.75rem;
    line-height: 2.1875rem;
}

@media (min-width: 1280px)
{
    article,
    .article
    {
        padding: 0;
    }
    article .entry-title,
    .article .entry-title
    {
        font-size: 3.625rem;
        line-height: 4.5625rem;
    }
    article__intro,
    .article__intro
    {
        font-size: 1.375rem;
        line-height: 2.375rem; 

        margin-bottom: 35px;
    }
    article article,
    article .article__img,
    .article article,
    .article .article__img
    {
        margin: 0 0 40px 0;
    }
    article__content,
    article__title,
    article__intro,
    .article__content,
    .article__title,
    .article__intro
    {
        padding: 0;
    }
}

.site-footer
{
    font-family: 'Telefonica-sans-medium';
    font-size: .875rem;
    line-height: 1.5rem; 

    height: -webkit-max-content;
    height:    -moz-max-content;
    height:         max-content;

    color: #fff;
    color: #fff;
    background: #06f;
}
.site-footer .wrap
{
    position: relative;

    padding: 0;
}
.site-footer p
{
    line-height: 1.375rem;
}
.site-footer a
{
    text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus
{
    text-decoration: underline; 

    color: #fff;
}
@media (min-width: 768px)
{
    .site-footer
    {
        font-size: .75rem;
    }
}
.site-footer__content
{
    display: grid;

    grid-gap: 35px;
}
@media (min-width: 768px)
{
    .site-footer__content
    {
        grid-template-columns: 1fr 2fr;
    }
}
@media (min-width: 1440px)
{
    .site-footer__content
    {
        padding: 0;
    }
}
.site-footer ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    margin: 0;

    list-style: none;
}
.site-footer ul li
{
    margin-right: 35px;
}
.site-footer ul li a
{
    vertical-align: middle; 

    color: white;
}
.site-footer ul li:last-child
{
    margin-right: 0;
}
.site-footer__logo
{
    font-family: 'Telefonica-sans-regular';
    line-height: 1.5rem;

    max-width: 260px;
    padding: 70px 0 0 28px; 

    grid-area: 1 / 1;
}
.site-footer__logo p
{
    font-size: .875rem;
}
.site-footer__logo svg
{
    width: 120px;
    height: 32px;
    margin-bottom: 20px; 

    fill: #fff;
}
@media (min-width: 768px)
{
    .site-footer__logo
    {
        padding-top: 122px; 

        grid-area: 1 / 1 / 2 / 2;
    }
}
@media (min-width: 1280px)
{
    .site-footer__logo
    {
        padding-left: 0;
    }
}
.site-footer__social
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 28px; 

    grid-area: 2 / 1;
}
.site-footer__social ul
{
    width: 100%; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-footer__social a:hover svg,
.site-footer__social a:focus svg
{
    fill: #5e9eff;
}
.site-footer__social svg
{
    width: 24px;
    height: 24px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    fill: #fff;
}
@media (min-width: 768px)
{
    .site-footer__social
    {
        padding: 122px 28px 0 28px; 

        grid-area: 1 / 2 / 2 / 3;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .site-footer__social ul
    {
        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;
    }
}
@media (min-width: 1280px)
{
    .site-footer__social
    {
        padding: 122px 0 0 0;
    }
}
.site-footer__links
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .8125rem;
    line-height: 1.125rem; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 50px 28px 40px 28px;

    border-top: 1px solid #1c77ff;

    grid-area: links;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.site-footer__links ul
{
    display: grid;

    width: 100%; 

    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.site-footer__links ul li
{
    margin-right: 0;
}
.site-footer__links ul li.ot-sdk-show-settings
{
    cursor: pointer;
}
.site-footer__links ul li.ot-sdk-show-settings:hover,
.site-footer__links ul li.ot-sdk-show-settings:focus
{
    text-decoration: underline;
}
@media (min-width: 768px)
{
    .site-footer__links
    {
        padding: 22px 28px;
    }
    .site-footer__links ul
    {
        display: block;
    }
    .site-footer__links ul li
    {
        display: inline;

        margin-right: 35px;
    }
}
.site-footer__local
{
    position: relative;

    padding: 0 28px 40px 28px; 

    grid-area: 3 / 1;
}
.site-footer__local svg
{
    width: 24px;
    height: 24px;
    margin-right: 5px; 

    vertical-align: inherit;

    fill: #fff;
}
.site-footer__local ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.site-footer__local a
{
    font-family: 'Telefonica-sans-demibold'; 
    font-size: .8125rem;

    height: 100%;
}
.site-footer__local .contact
{
    font-size: .8125rem;
    line-height: 1rem;

    display: inline-block;

    margin-top: 35px;
    padding: 18px 35px;

    letter-spacing: .05em;
    text-transform: uppercase; 

    color: #fff;
    border-radius: 100px;
    background: #1c77ff;
}
.site-footer__local .contact:hover,
.site-footer__local .contact:focus
{
    text-decoration: none; 

    background: #5e9eff;
}
@media (min-width: 768px)
{
    .site-footer__local .contact
    {
        font-size: .6875rem; 
        line-height: .8125rem;

        padding: 12px 25px;
    }
}
@media (min-width: 768px)
{
    .site-footer__local
    {
        padding-bottom: 40px;

        grid-area: 2 / 1 / 3 / 3;
    }
    .site-footer__local ul
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-footer__local .contact
    {
        margin-top: 0;
    }
}
@media (min-width: 1280px)
{
    .site-footer__local
    {
        padding: 0 0 40px 0;
    }
}
.site-footer__countries
{
    position: absolute;
    bottom: 70px;

    width: 100%;
    padding: 25px 25px 15px 25px;

    border-radius: 6px; 
    background: white;
}
.site-footer__countries ul
{
    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.site-footer__countries ul li
{
    margin-bottom: 15px;
}
.site-footer__countries ul li a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    color: #06f;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-footer__countries ul li a img
{
    margin-right: 5px;
}
.site-footer__countries a:hover,
.site-footer__countries a:focus
{
    color: #06f;
}
@media (min-width: 768px)
{
    .site-footer__countries
    {
        bottom: 160px; 

        width: 600px;
    }
}
@media (min-width: 1280px)
{
    .site-footer__countries
    {
        bottom: 40px;
    }
}
.site-footer__up
{
    position: absolute;
    top: 0;
    right: 0;

    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.site-footer__up .link
{
    display: block;
}
.site-footer__up .cta
{
    width: 60px;
    height: 60px;

    border-radius: 18px 0 0 0;
    background-color: #1c77ff;
    background-size: 60px;
}
.site-footer__up .cta:focus,
.site-footer__up .cta:hover
{
    -webkit-animation: cta60-vertical .3s linear;
            animation: cta60-vertical .3s linear;
}
.site-footer__up .icon
{
    width: 32px;
    height: 32px;

    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); 

    stroke: #fff;
}
@media (min-width: 768px)
{
    .site-footer__up .cta
    {
        border-radius: 18px 0 0 18px;
    }
}

.tf-form
{
    margin-bottom: 35px;
}
.tf-form__content
{
    display: grid;

    margin-bottom: 35px; 

    row-gap: 35px;
}
.tf-form__row
{
    display: grid;

    gap: 35px;
    grid-auto-flow: row;
}
.tf-form__action
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.tf-form__buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column-reverse; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
}
.tf-form__buttons .button
{
    margin-bottom: 10px;
}
.tf-form__privacy
{
    margin-bottom: 70px;
}
.tf-form legend
{
    font-size: 1.125rem; 

    margin-bottom: 35px;
}
.tf-form label,
.tf-form input,
.tf-form select,
.tf-form textarea
{
    width: 100%;
}
.tf-form button
{
    width: auto;
}
.tf-form label
{
    font-size: .6875rem;
    line-height: .8125rem;

    text-transform: uppercase;
}
.tf-form input[type=range]
{
    padding: 12px 0;
}
.tf-form .wpcf7-form-control-wrap
{
    display: block; 

    padding-top: 5px;
}
@media (min-width: 768px)
{
    .tf-form
    {
        margin-bottom: 70px;
    }
    .tf-form__row
    {
        display: grid;

        gap: 35px;
        grid-auto-flow: column;
    }
    .tf-form__row--2
    {
        grid-template-columns: 1fr 1fr;
    }
    .tf-form__row--3
    {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tf-form__action
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tf-form__buttons
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .tf-form__buttons .button
    {
        margin-left: 10px;
    }
    .tf-form__privacy
    {
        width: 100%; 
        margin-bottom: 0;
    }
}

.sticky .site-header
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
}
.sticky .site-header .wrap
{
    -webkit-animation: menu-on .3s;
            animation: menu-on .3s;
}
.sticky .site-header .stock
{
    display: none;
}

.sticky .site-main
{
    margin-top: 60px;
}

@media (min-width: 768px)
{
    .sticky .site-header
    {
        position: relative;
    }
    .sticky .site-main
    {
        margin-top: 0;
    }
}

.site-header
{
    font-family: 'Telefonica-sans-medium';

    z-index: 100022;

    width: 100%; 

    color: #06f;
    border-bottom: 1px solid #f2f4ff;
    background-color: #fff;

    fill: #06f;
}
.site-header .wrap
{
    display: grid;

    height: 60px;
    padding: 0 15px; 

    grid-template-rows: 60px;
    grid-template-columns: auto auto -webkit-min-content;
    grid-template-columns: auto auto min-content;
}
.site-header .site-options
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    grid-area: 1 / 2 / 2 / 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .site-lang a
{
    pointer-events: none;
}
.site-header .site-lang.site-lang--mob
{
    display: block;
}
@media (min-width: 768px)
{
    .site-header .site-lang a
    {
        pointer-events: initial;
    }
}
.site-header .main-navigation
{
    grid-area: 1 / 3 / 2 / 4;
}
@media (min-width: 768px)
{
    .site-header
    {
        top: auto;
    }
    .site-header .wrap
    {
        height: 118px;

        grid-template-rows: 79px 39px;
        grid-template-columns: auto auto;
    }
    .site-header .site-options
    {
        grid-area: 1 / 2 / 2 / 3;
    }
    .site-header .main-navigation
    {
        grid-area: 2 / 1 / 3 / 3;
    }
    .site-header .site-lang
    {
        display: block;
    }
    .site-header .site-lang.site-lang--mob
    {
        display: none;
    }
}
@media (min-width: 1280px)
{
    .site-header .wrap
    {
        padding: 0;
    }
}
.site-header--micro .site-branding
{
    max-width: 220px;
}
.site-header--micro .site-branding__logo
{
    width: 100px;
    height: 24px;
}
.site-header--micro .main-navigation .menu-primary-container .menu a
{
    height: 40px;
}
.site-header--micro .main-navigation .menu-primary-container .menu .menu-item
{
    margin: 0 20px 0 0;
}
.site-header--micro .main-navigation .menu-primary-container .menu .menu-item:first-child
{
    display: none !important;
}
@media (min-width: 768px)
{
    .site-header--micro .site-branding__logo
    {
        width: 130px;
        height: 31px;
    }
}
@media (min-width: 1280px)
{
    .site-header--micro .wrap
    {
        height: 171px;

        grid-template-rows: 92px 80px;
    }
    .site-header--micro .menu-toggle
    {
        display: none;
    }
    .site-header--micro .site-branding
    {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        grid-area: 1 / 1 / 2 / 2;
    }
    .site-header--micro .main-navigation
    {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .site-header--micro .main-navigation .menu-primary-container .menu a
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: auto; 
        padding-bottom: 20px;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .site-header--micro .main-navigation .menu-primary-container .menu .menu-item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 35px 0 0;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .site-header--micro .main-navigation .menu-primary-container .menu .menu-item.mlp-language-nav-item
    {
        display: none;
    }
    .site-header--micro .main-navigation .menu-primary-container .menu .menu-item:not(.mlp-language-nav-item):last-child
    {
        margin-right: 0;
    }
}
.site-header--country .site-branding__logo
{
    width: 100px;
    height: 24px;
}
@media (min-width: 768px)
{
    .site-header--country .site-branding__logo
    {
        width: 130px;
        height: 31px;
    }
}

.menu--open .site-header .main-navigation .menu
{
    padding-left: 0;
}

.menu--open .site-header .main-navigation .menu-toggle--open
{
    display: block;
}

.site-branding
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.site-branding__logo
{
    width: 100px;
    height: 24px;

    fill: #06f;
}
.site-branding .icon
{
    width: 100px;
    height: 25px;

    fill: #06f;
}
.site-branding .site-title
{
    font-size: .75rem; 
    line-height: normal;
}
.site-branding .site-title a
{
    display: block;
}
.site-branding .site-description
{
    font-size: .9375rem;
    line-height: 1.1875rem;

    display: none;

    margin-bottom: 0;
    padding-top: 5px; 

    letter-spacing: .03em;

    color: #6e7894;
}
@media (min-width: 768px)
{
    .site-branding
    {
        grid-area: 1 / 1 / 3 / 2;
    }
    .site-branding__logo
    {
        width: 155px;
        height: 42px;
    }
    .site-branding .icon--logo
    {
        width: 155px;
        height: 40px;

        fill: #06f;
    }
}
@media (min-width: 1280px)
{
    .site-branding .site-description
    {
        display: block;
    }
}

.site-lang
{
    margin-left: 28px;
}
.site-lang a
{
    -webkit-transition: none;
         -o-transition: none;
            transition: none; 
    text-decoration: none;

    color: #06f;
}
.site-lang ul
{
    font-size: .75rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    list-style: none;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.site-lang ul li
{
    position: relative;

    display: inline-block;
    display: none;
}
.site-lang ul li.mlp-current-language-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;

    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;

    border: 1px solid #d1d5e4;
    border-radius: 50%;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-lang ul li.mlp-current-language-item button
{
    color: #06f;
}
@media (min-width: 768px)
{
    .site-lang
    {
        display: block;
    }
    .site-lang ul li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 28px;
        height: auto;
        height: auto;
        min-height: auto;

        border-radius: 0 !important;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-lang ul li:after
    {
        position: absolute;
        top: 5px; 
        right: -1px;

        display: inline-block;

        width: 1px;
        height: 12px;

        content: '';

        border-right: 1px solid #031a34;
    }
    .site-lang ul li:last-child
    {
        padding-left: 2px;
    }
    .site-lang ul li:last-child::after
    {
        display: none;
    }
    .site-lang ul li a
    {
        display: inline-block;

        height: 18px;

        text-decoration: none;

        color: #031a34; 
        border-bottom: 3px solid transparent;
    }
    .site-lang ul li a:hover,
    .site-lang ul li a:focus
    {
        border-bottom: 3px solid #fff;
    }
    .site-lang ul li.mlp-current-language-item
    {
        height: auto; 

        border: none;
    }
    .site-lang ul li.mlp-current-language-item a
    {
        border-bottom: 2px solid #06f;
    }
}

.stock
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stock__action
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.stock__icon
{
    margin-left: 20px; 

    fill: #06f;
}
.stock__iframe
{
    position: relative; 

    display: none;
}
@media (min-width: 768px)
{
    .stock__icon
    {
        display: none;
    }
    .stock__iframe
    {
        display: block;

        max-width: 210px;
    }
}

.site-search
{
    margin-left: 28px;
}
.site-search .icon
{
    width: 24px;
    height: 24px;
    padding: 0;
}
.site-search .icon:focus,
.site-search .icon:hover
{
    fill: #5e9eff;
}
@media (min-width: 768px)
{
    .site-search
    {
        margin-right: 0;
    }
}

#loginform label
{
    font-family: 'Telefonica-sans-regular';
    font-size: .75rem;
    font-weight: 700;
    line-height: .875rem;

    display: block;

    margin-bottom: 5px; 

    text-transform: uppercase;
}

#loginform .input
{
    width: 100%;
}

#loginform .login-submit
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#loginform .button-primary
{
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    border-color: #06f;
    background: #06f;
}
#loginform .button-primary.button--active,
#loginform .button-primary:hover,
#loginform .button-primary:focus
{
    border-color: #5e9eff; 
    background: #5e9eff;
}
#loginform .button-primary.button--disabled,
#loginform .button-primary:disabled
{
    color: #b0b6ca; 
    border-color: #f2f4ff;
    background: #f2f4ff;
}

@media (min-width: 768px)
{
    #loginform
    {
        width: 33%;
    }
}

.report__wrap
{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 18px;
}

.report__title
{
    padding: 20px 18px 0 18px;
}

.report__intro
{
    padding: 0 18px;
}

.report__intro
{
    font-size: .9375rem;
    line-height: 1.5rem;
}

@media (min-width: 1280px)
{
    .report
    {
        padding-left: 0;
    }
    .report__title,
    .report__intro
    {
        padding: 0;
    }
    .report__intro
    {
        font-size: 1.375rem;
        line-height: 2.375rem;
    }
}

.result__item
{
    margin-right: 40px; 
    padding: 25px 0 35px 0;

    border-bottom: 1px solid #d1d5e4;
}
.result__item p
{
    margin: 0;
}
.result__item .breadcrumb
{
    padding: 10px 0 15px 0;
}

.result .pagination
{
    border: 0 none;
}

.result__stats
{
    font-family: 'Telefonica-sans-medium';
    font-size: 1.0625rem;
    line-height: 1.875rem;

    margin-bottom: 20px;

    color: #031a34;
}

.result__title
{
    font-family: 'Telefonica-sans-medium'; 

    display: block;

    margin-bottom: 10px;

    text-decoration: none;
}

.result .breadcrumb
{
    margin-bottom: 0;
}
.result .breadcrumb__list::before
{
    display: none;
}
.result .breadcrumb__item
{
    margin-right: 3px;
}
.result .breadcrumb__item::after
{
    padding-left: 0;
}

.rrss-gallery
{
    max-width: 1224px; 
    margin: 0 auto 40px auto;
    padding: 45px 18px 25px 18px;
}
.rrss-gallery__box .rrss-gallery__head p
{
    font-size: .9375rem;
}
@media (min-width: 1280px)
{
    .rrss-gallery__box .rrss-gallery__title
    {
        font-size: 1.375rem;
    }
}
@media (min-width: 1280px)
{
    .rrss-gallery
    {
        padding: 60px 0 40px 0;
    }
}
.rrss-gallery--high .rrss-gallery__title
{
    margin-bottom: 15px;
}
.rrss-gallery--high .rrss-gallery__head
{
    font-size: .9375rem;
    line-height: 1.5rem;

    margin-bottom: 30px;
}
.rrss-gallery--high .rrss-gallery__item span
{
    display: block;
}
@media (min-width: 1280px)
{
    .rrss-gallery--high .rrss-gallery__head
    {
        margin-bottom: 50px;
    }
}
.rrss-gallery__list .rrss-gallery__item .social
{
    font-size: .9375rem; 

    border-top: 1px solid #d1d5e4;
}
.rrss-gallery__list .rrss-gallery__item:last-child .social
{
    border-bottom: 1px solid #d1d5e4;
}
.rrss-gallery--areas
{
    display: grid;

    row-gap: 70px;
}
@media (min-width: 768px)
{
    .rrss-gallery--areas
    {
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 150px;
           -moz-column-gap: 150px;
                column-gap: 150px;
    }
}

.site
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100vh; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-main
{
    -webkit-box-flex: 1;
    -ms-flex: auto;
        flex: auto;
}

.tpl-single
{
    padding: 0 18px;
}
@media (min-width: 1280px)
{
    .tpl-single
    {
        padding: 0;
    }
}

.error-404
{
    padding: 70px 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.anchor
{
    font-size: .9375rem;
    line-height: 1.5rem;

    margin-bottom: 20px;
    padding: 0 18px 14px 18px; 

    border-bottom: 1px solid #d1d5e4;
}
.anchor span
{
    padding: 0 12px; 

    border-left: 1px solid #6e7894;
}
.anchor span:first-child
{
    padding-left: 0;

    border: 0;
}
.anchor span:last-child
{
    padding-right: 0;
}
.anchor__link
{
    text-decoration: none;
}
.anchor__link:hover
{
    text-decoration: none;

    color: #06f;
}
.anchor__link:hover .anchor__icon
{
    fill: #06f;
}
.anchor__text
{
    text-decoration: underline;
}
.anchor__icon
{
    width: 16px; 
    height: 16px;

    vertical-align: middle;

    fill: #031a34;
}
@media (min-width: 1280px)
{
    .anchor
    {
        padding: 0 0 14px 0;
    }
}

.breadcrumb
{
    display: none; 
    visibility: hidden;

    width: 0;
    height: 0;
}
.breadcrumb__list
{
    font-family: 'Telefonica-sans-regular';
    font-size: .6875rem;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden; 

    margin: 0;

    list-style: none;

    white-space: nowrap;
    text-transform: uppercase;
       text-overflow: ellipsis;

    color: #06f;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-text-overflow: ellipsis;
}
.breadcrumb__list::before
{
    display: block;

    width: 35px; 
    height: 12px;

    content: '';

    background-image: url('data:image/svg+xml, %3Csvg width=\'24\' height=\'5\' viewBox=\'0 0 24 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M4 2.5C4 3.60457 3.10457 4.5 2 4.5C0.895431 4.5 0 3.60457 0 2.5C0 1.39543 0.895431 0.5 2 0.5C3.10457 0.5 4 1.39543 4 2.5ZM14 2.5C14 3.60457 13.1046 4.5 12 4.5C10.8954 4.5 10 3.60457 10 2.5C10 1.39543 10.8954 0.5 12 0.5C13.1046 0.5 14 1.39543 14 2.5ZM22 4.5C23.1046 4.5 24 3.60457 24 2.5C24 1.39543 23.1046 0.5 22 0.5C20.8954 0.5 20 1.39543 20 2.5C20 3.60457 20.8954 4.5 22 4.5Z\' fill=\'%230066FF\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 24px;
}
.breadcrumb__link
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .6875rem;
    font-weight: 600;
    line-height: .875rem;

    display: inline-block;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;

    color: #58617a;
    border: 1px solid transparent;
}
.breadcrumb__link:hover
{
    text-decoration: none;

    color: #031a34;
    border-bottom: 1px solid;
}
.breadcrumb__link:focus
{
    outline: none;
}
.breadcrumb__link:focus-visible
{
    outline: solid;
}
.breadcrumb__item
{
    display: inline;

    margin-right: 5px; 

    letter-spacing: .05em;
}
.breadcrumb__item:after
{
    font-family: 'Telefonica-sans-demibold';

    padding-left: 5px; 

    content: '/';

    color: #031a34;
}
.breadcrumb__item:last-child:after
{
    display: none;
}
.breadcrumb--dark *
{
    font-weight: 600; 

    color: #fff;
}
.breadcrumb--dark .breadcrumb__item:after
{
    color: #fff;
}
.breadcrumb--dark .breadcrumb__list:before
{
    background-image: url('data:image/svg+xml, %3Csvg width=\'24\' height=\'5\' viewBox=\'0 0 24 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M4 2.5C4 3.60457 3.10457 4.5 2 4.5C0.895431 4.5 0 3.60457 0 2.5C0 1.39543 0.895431 0.5 2 0.5C3.10457 0.5 4 1.39543 4 2.5ZM14 2.5C14 3.60457 13.1046 4.5 12 4.5C10.8954 4.5 10 3.60457 10 2.5C10 1.39543 10.8954 0.5 12 0.5C13.1046 0.5 14 1.39543 14 2.5ZM22 4.5C23.1046 4.5 24 3.60457 24 2.5C24 1.39543 23.1046 0.5 22 0.5C20.8954 0.5 20 1.39543 20 2.5C20 3.60457 20.8954 4.5 22 4.5Z\' fill=\'%2300EDFF\'/%3E%3C/svg%3E');
}
.breadcrumb--dark .breadcrumb__link:focus,
.breadcrumb--dark .breadcrumb__link:hover
{
    color: #fff;
}
.breadcrumb--simple .breadcrumb__list::before
{
    display: none;
}
@media (min-width: 768px)
{
    .breadcrumb
    {
        display: block; 
        visibility: visible;

        width: 100%;
        height: auto;
        padding: 40px 18px 18px 18px;
    }
}
@media (min-width: 1280px)
{
    .breadcrumb
    {
        padding: 40px 0 18px 0;
    }
}

.cta
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 40px;
    height: 40px;

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear; 

    background: #06f;
    background-repeat: repeat-x;
    background-position: center;
    background-size: 40px;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cta--arrow
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M26.451 20.145a.507.507 0 000-.387c-.012-.03-.034-.053-.05-.079-.016-.027-.028-.056-.052-.081l-5.138-5.437a.515.515 0 00-.748.707l4.319 4.567h-9.777a.515.515 0 000 1.031h9.777l-4.413 4.665a.516.516 0 00.02.728.516.516 0 00.727-.02l5.233-5.535c.024-.024.034-.054.053-.082.015-.025.037-.047.05-.077z\' fill=\'%23003245\'/%3E%3C/svg%3E');
    background-position: center;
}
.cta--main-arrow
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M26.451 20.145a.507.507 0 000-.387c-.012-.03-.034-.053-.05-.079-.016-.027-.028-.056-.052-.081l-5.138-5.437a.515.515 0 00-.748.707l4.319 4.567h-9.777a.515.515 0 000 1.031h9.777l-4.413 4.665a.516.516 0 00.02.728.516.516 0 00.727-.02l5.233-5.535c.024-.024.034-.054.053-.082.015-.025.037-.047.05-.077z\' fill=\'%230066FF\'/%3E%3C/svg%3E');
    background-position: center;
}
.cta--white-arrow
{
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'60\' height=\'60\' fill=\'none\' xmlns:v=\'https://vecta.io/nano\'%3E%3Cpath fill-rule=\'evenodd\' d=\'M38.942 29.707a.68.68 0 0 0 0-.549c-.018-.044-.051-.075-.074-.111s-.044-.08-.079-.116l-7.719-7.702a.81.81 0 0 0-1.093-.029.7.7 0 0 0-.031 1.031l6.488 6.471H21.745c-.426.017-.759.356-.744.76.015.38.339.687.744.701h14.689l-6.629 6.609a.7.7 0 0 0 .028 1.031.81.81 0 0 0 1.093-.027l7.863-7.843c.036-.034.051-.077.079-.116.023-.036.056-.068.074-.109z\' fill=\'%23fff\'/%3E%3C/svg%3E');
    background-repeat: none; 
    background-position: center;
}
.cta--square
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 80px;
    height: 80px;

    -webkit-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;

    background: #fff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\'%3E%3Cpath stroke=\'%23003245\' fill=\'none\' d=\'M16.14 9.93L22.21 16l-6.07 6.07M8.23 16h13.98\'%3E%3C/path%3E%3C/svg%3E');
    background-repeat: repeat-x; 
    background-position: 0 0;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cta--link
{
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'61\' height=\'61\' viewBox=\'0 0 61 61\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M30.6569 34.504C30.9335 34.2069 31.4022 34.189 31.6993 34.4682C31.9964 34.7474 32.0143 35.2161 31.7351 35.5157C31.4841 35.7872 31.2203 36.0664 31.0001 36.2841C29.2021 38.0897 27.5655 39.3037 25.9315 39.3037C24.9429 39.3037 23.9594 38.8606 22.94 37.8387C21.6902 36.5837 21.2599 35.2929 21.6185 33.8945C21.9258 32.7061 22.8094 31.4229 24.487 29.7377C27.3709 26.841 29.8424 25.4656 32.5445 28.183C33.2181 28.8592 33.6432 29.5302 33.8481 30.2294C33.9634 30.6238 33.738 31.0336 33.3461 31.1489C32.9568 31.2667 32.5445 31.0388 32.4292 30.6469C32.296 30.191 31.9913 29.7274 31.497 29.2306C30.032 27.7553 28.7053 27.5914 25.5268 30.7852C22.3484 33.979 22.5123 35.3134 23.9799 36.7886C25.4474 38.2639 26.7741 38.4278 29.9526 35.234C30.1677 35.0265 30.4187 34.7627 30.6569 34.504ZM38.0587 22.7533C39.306 24.0083 39.7388 25.2991 39.3803 26.6976C39.0729 27.8859 38.1893 29.1691 36.5118 30.8544C34.8367 32.5396 33.5587 33.4283 32.378 33.7357C32.063 33.8176 31.7531 33.8586 31.4483 33.8586C30.4059 33.8586 29.4198 33.3797 28.4543 32.409C27.8421 31.7943 27.4375 31.1873 27.2121 30.5547C27.0763 30.168 27.2761 29.7428 27.6603 29.6071C28.0419 29.4713 28.4671 29.6711 28.6028 30.0578C28.7514 30.4779 29.0433 30.903 29.4967 31.3615C30.6108 32.4807 31.4227 32.4525 32.0066 32.3014C32.9082 32.0684 34.0069 31.2744 35.4668 29.8068C36.9267 28.3393 37.7155 27.2328 37.9486 26.3262C38.0997 25.7397 38.1304 24.9252 37.0137 23.8034C35.8996 22.6816 35.0877 22.7098 34.5038 22.8635C33.6022 23.0991 32.5035 23.8905 31.0411 25.3581C30.7645 25.6372 30.5083 25.9061 30.2701 26.1674C29.9961 26.4722 29.53 26.4927 29.2277 26.2161C28.9255 25.942 28.905 25.4707 29.1791 25.1685C29.4301 24.8919 29.7041 24.6051 29.9987 24.308C31.6762 22.6227 32.9517 21.734 34.135 21.4266C35.5257 21.0629 36.8089 21.4984 38.0587 22.7533Z\' fill=\'%23ffffff\'/%3E%3C/svg%3E%0A');
}
.cta--anchor
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 80px;
    height: 80px;

    -webkit-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'25\' %3E%3Cpath fill-rule=\'evenodd\' d=\'M13.2 17.021c.273-.318.748-.355 1.062-.079s.348.752.079 1.069l-1.83 1.974c-2.251 2.261-3.951 3.453-5.515 3.86a4.71 4.71 0 0 1-1.195.157c-1.356 0-2.64-.629-3.907-1.903C-1.638 18.548.182 15.262 4 11.419s7.086-5.67 10.614-2.118c1.151 1.161 1.765 2.316 1.871 3.535a.76.76 0 0 1-.683.823c-.406.024-.782-.273-.816-.69-.075-.851-.543-1.701-1.434-2.596-1.253-1.264-2.38-1.677-3.657-1.349s-2.807 1.431-4.829 3.467-3.114 3.577-3.442 4.857.082 2.419 1.339 3.682 2.384 1.677 3.657 1.346 2.807-1.431 4.829-3.467a43.23 43.23 0 0 0 1.752-1.889zm8.913-15.119c1.632 1.643 2.199 3.32 1.731 5.134-.406 1.575-1.588 3.286-3.838 5.551-2.39 2.405-4.566 4.024-6.724 4.024-1.287 0-2.571-.577-3.893-1.906-1.106-1.11-1.711-2.217-1.858-3.385-.051-.417.242-.796.656-.844.41-.041.789.242.84.659.099.816.567 1.636 1.424 2.501 2.418 2.429 4.477 1.913 8.486-2.118s4.521-6.108 2.107-8.54-4.477-1.916-8.483 2.118c-.703.71-1.274 1.336-1.745 1.913-.266.321-.741.369-1.062.102a.76.76 0 0 1-.102-1.066c.502-.615 1.103-1.274 1.844-2.019C15.313.181 18.581-1.65 22.112 1.903z\'/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat; 
    background-position: center center;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cta:hover,
.cta:focus
{
    background-color: #5e9eff;
}

.filter__title,
.filter legend
{
    font-size: .8125rem;
    line-height: 1.25rem;

    width: 100%;
    margin-bottom: 27px;
    padding-bottom: 10px; 

    text-transform: uppercase;

    color: #031a34;
    border-bottom: 4px solid #031a34;
}

.filter__content
{
    margin-bottom: 50px;
}

.filter-date
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-bottom: 70px; 

    border-bottom: 1px solid #d1d5e4;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-date__title
{
    margin-bottom: 20px;
}
.filter-date__control
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-date__control .field
{
    width: 100%; 
    margin: 0 15px 0 0;
}
.filter-date__control .field:last-child
{
    margin-right: 0;
}
@media (min-width: 768px)
{
    .filter-date
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .filter-date__control
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .filter-date__control .field
    {
        width: auto;
    }
}

.interest
{
    padding: 35px 0;

    border-top: 1px solid #f2f4ff;
}
.interest__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;

    margin-bottom: 30px;
    padding-top: 5px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.interest__header .icon
{
    width: 36px;
    min-width: 36px;
    height: 36px;

    fill: #031a34;
}
.interest__title
{
    font-family: 'Telefonica-sans-medium';
    font-size: .8125rem;
    line-height: 1.875rem;

    display: inline-block;

    margin: 0 0 0 20px;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: #031a34; 

    fill: #031a34;
}
.interest .list--dots
{
    padding-left: 35px;

    border-left: 4px solid #06f;
}
.interest .list__item
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px; 
    padding-right: 3%;
}
@media (min-width: 768px)
{
    .interest
    {
        padding: 70px 0;
    }
    .interest .list
    {
        display: grid;

        grid-template-columns: 1fr 1fr;
    }
    .interest .list__item
    {
        padding-right: 10px;
    }
    .interest__header
    {
        margin-bottom: 0; 
        padding: 5px 15px 15px 40px;

        border-left: 4px solid #06f;
    }
}
@media (min-width: 1280px)
{
    .interest .list
    {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.main-navigation
{
    font-family: 'Telefonica-sans-medium'; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-navigation .menu-primary-container
{
    padding-top: 5px;
}
.main-navigation .menu-primary-container .menu
{
    font-size: .75rem;
    line-height: .9375rem;

    display: none;

    list-style: none;

    text-transform: uppercase; 

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-navigation .menu-primary-container .menu .menu-item,
.main-navigation .menu-primary-container .menu .page_item,
.main-navigation .menu-primary-container .menu__item
{
    margin-right: 40px;
}
.main-navigation .menu-primary-container .menu .menu-item:first-child,
.main-navigation .menu-primary-container .menu .page_item:first-child,
.main-navigation .menu-primary-container .menu__item:first-child
{
    display: none;
}
.main-navigation .menu-primary-container .menu .mlp-language-nav-item
{
    display: none;
}
.main-navigation .menu-primary-container .menu a,
.main-navigation .menu-primary-container .menu__link
{
    position: relative;

    display: block;
    overflow: hidden;

    max-width: 240px;
    height: 35px;

    -webkit-transition: none;
         -o-transition: none;
            transition: none; 
    text-decoration: none;
    letter-spacing: .05em;

    color: #031a34;
}
.main-navigation .menu-primary-container .menu a:after,
.main-navigation .menu-primary-container .menu__link:after
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 0; 
    height: 4px;
    margin-top: 20px;

    content: '';
    -webkit-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}
.main-navigation .menu-primary-container .menu a:focus,
.main-navigation .menu-primary-container .menu a:hover,
.main-navigation .menu-primary-container .menu__link:focus,
.main-navigation .menu-primary-container .menu__link:hover
{
    text-decoration: none;
}
.main-navigation .menu-primary-container .menu a:focus:after,
.main-navigation .menu-primary-container .menu a:hover:after,
.main-navigation .menu-primary-container .menu__link:focus:after,
.main-navigation .menu-primary-container .menu__link:hover:after
{
    width: 100%;

    background-color: #06f;
}
.main-navigation .menu-primary-container .menu .current-page-ancestor > a:after,
.main-navigation .menu-primary-container .menu .current-page-ancestor .main-navigation .menu-primary-container .menu__link:after,
.main-navigation .menu-primary-container .menu .current-menu-ancestor > a:after,
.main-navigation .menu-primary-container .menu .current-menu-ancestor .main-navigation .menu-primary-container .menu__link:after,
.main-navigation .menu-primary-container .menu .current_page_item > a:after,
.main-navigation .menu-primary-container .menu .current_page_item .main-navigation .menu-primary-container .menu__link:after,
.main-navigation .menu-primary-container .menu .current-menu-item > a:after,
.main-navigation .menu-primary-container .menu .current-menu-item .main-navigation .menu-primary-container .menu__link:after,
.main-navigation .menu-primary-container .menu__item--active > a:after,
.main-navigation .menu-primary-container .menu__item--active .main-navigation .menu-primary-container .menu__link:after
{
    width: 100%;

    background-color: #06f;
}
@media (min-width: 1280px)
{
    .main-navigation .menu-primary-container .menu
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px)
{
    .main-navigation
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/* Open / hide menu */
.menu-toggle
{
    display: block;

    width: 24px;
    min-width: auto;
    height: 24px;
    min-height: auto;
    margin-left: 30px;
    padding: 0;

    -webkit-transition: none;
         -o-transition: none;
            transition: none; 

    border-radius: 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg width=\'25\' height=\'24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0)\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M6.06 6A1.017 1.017 0 015.03 4.998c0-.55.461-1 1.028-1h16.944c.567 0 1.028.447 1.028 1a1.017 1.017 0 01-1.028 1H6.06zm16.943 5c.567 0 1.028.447 1.028 1a1.015 1.015 0 01-1.028 1H1.06a1.015 1.015 0 01-1.028-1c0-.553.461-1 1.028-1h21.944zm0 7c.567 0 1.028.448 1.028 1.001a1.015 1.015 0 01-1.028 1H6.06a1.014 1.014 0 01-1.028-1c0-.553.461-1 1.028-1h16.944z\' fill=\'%230066FF\' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0\'%3E%3Cpath fill=\'%23fff\' transform=\'translate(.031)\' d=\'M0 0h24v24H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 25px;
}
.menu-toggle:hover
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'25\' height=\'24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23clip0)\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M6.06 6A1.017 1.017 0 015.03 4.998c0-.55.461-1 1.028-1h16.944c.567 0 1.028.447 1.028 1a1.017 1.017 0 01-1.028 1H6.06zm16.943 5c.567 0 1.028.447 1.028 1a1.015 1.015 0 01-1.028 1H1.06a1.015 1.015 0 01-1.028-1c0-.553.461-1 1.028-1h21.944zm0 7c.567 0 1.028.448 1.028 1.001a1.015 1.015 0 01-1.028 1H6.06a1.014 1.014 0 01-1.028-1c0-.553.461-1 1.028-1h16.944z\' fill=\'%235E9EFF\' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'clip0\'%3E%3Cpath fill=\'%23fff\' transform=\'translate(.031)\' d=\'M0 0h24v24H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}
@media (min-width: 768px)
{
    .menu-toggle
    {
        margin-left: 0;
    }
}

.sub-menu__wrap,
.sub-menu__title,
.sub-menu-view,
.menu-close-ico,
.second-main-navigation
{
    display: none;
}

/* Open menu */
.menu--open
{
    /* hide share content bar */
}
.menu--open .at-share-dock-outer
{
    display: none !important;
}
.menu--open .tf-searcher
{
    display: none;
}
.menu--open .site-header
{
    font-family: 'Telefonica-sans-regular';

    position: fixed;
    z-index: 100022;
    top: 0;
    left: 0;

    display: block;
    overflow: auto; 

    width: 100%;
    height: 100%;

    background: #fff;
}
.menu--open .site-header .wrap
{
    position: relative; 

    display: block;

    max-width: 100%;
    height: 100%;
    padding: 0;
}
.menu--open .site-header .site-branding
{
    position: sticky;
    z-index: 22; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100px;

    border-bottom: 1px solid #f2f4ff;
    background-color: #fff;
}
.menu--open .site-header .site-branding__logo
{
    width: 120px;
    height: 32px;
    margin-left: 20px;
}
.menu--open .site-header .site-branding .site-description,
.menu--open .site-header .site-branding .icon--logo
{
    margin-left: 25px;
}
.menu--open .site-header .site-options
{
    display: none;
}
.menu--open .site-header .site-contact a
{
    font-size: .6875rem;
    line-height: 1rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 121px;
    height: 38px;
    margin-top: 35px;

    text-decoration: none; 
    letter-spacing: .05em;
    text-transform: uppercase;

    color: #fff;
    border-radius: 100px;
    background: #1c77ff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu--open .site-header .site-contact a:hover,
.menu--open .site-header .site-contact a:focus
{
    text-decoration: none; 

    background: #5e9eff;
}
.menu--open .site-header .main-navigation
{
    display: block; 

    padding: 0;
}
.menu--open .site-header .main-navigation .menu-close-ico
{
    display: block; 

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' fill=\'none\' xmlns:v=\'https://vecta.io/nano\'%3E%3Cpath fill-rule=\'evenodd\' d=\'M13.642 12L23.658 1.984a1.16 1.16 0 0 0 0-1.643 1.16 1.16 0 0 0-1.643 0L11.999 10.358 1.983.342A1.16 1.16 0 0 0 .341.383a1.16 1.16 0 0 0 0 1.602L10.357 12 .341 22.016a1.16 1.16 0 0 0 0 1.642c.454.451 1.188.451 1.643-.003l10.016-10.016 10.016 10.016c.451.454 1.181.458 1.636.007l.007-.007c.454-.454.454-1.188 0-1.639L13.642 12z\' fill=\'%23003245\'/%3E%3C/svg%3E');
}
.menu--open .site-header .main-navigation .menu-close
{
    position: absolute;
    top: 34px;
    right: 28px;

    width: 28px;
    height: 28px;

    border: none; 
    background-color: transparent;
    background-size: 28px;
}
.menu--open .site-header .main-navigation .menu-primary-container
{
    width: 100%;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu
{
    display: block;
    overflow: auto; 

    margin: 0;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .menu-item
{
    font-size: 1.25rem;
    line-height: 25px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    min-height: 60px; 
    margin: 0;
    padding: 0;

    text-decoration: none;
    text-transform: uppercase;

    border-bottom: 1px solid #f2f4ff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 768px)
{
    .menu--open .site-header .main-navigation .menu-primary-container .menu .menu-item
    {
        min-height: auto;
    }
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .menu-item:first-child
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .mlp-language-nav-item
{
    display: none;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-page-ancestor > a:nth-child(1)::after,
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-ancestor > a:nth-child(1)::after
{
    width: 100%;

    background-color: #06f;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-ancestor .icon,
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-item .icon,
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-parent .icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-ancestor .sub-menu__wrap,
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-item .sub-menu__wrap,
.menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-parent .sub-menu__wrap
{
    display: block;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu a
{
    font-family: 'Telefonica-sans-medium';
    font-size: 1rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 240px;
    height: auto;
    min-height: 60px;
    margin-left: 25px;
    padding-top: 4px; 

    letter-spacing: .05em;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu a:after
{
    height: 2px;
}
.menu--open .site-header .main-navigation .sub-menu__wrap
{
    width: 100%;
    height: 100%;

    border-top: 1px solid #f2f4ff; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.menu--open .site-header .main-navigation .sub-menu__wrap .sub-menu .menu-item
{
    padding: 0;

    text-transform: none;

    border-bottom: 1px solid #f2f4ff;
}
.menu--open .site-header .main-navigation .menu-item-has-children
{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu--open .site-header .main-navigation .menu-toggle
{
    position: fixed;
    z-index: 23; 
    top: 35px;
    right: 30px;

    width: 24px;
    height: 24px;
    margin: 0;

    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M13.6425 12.0001L23.6585 1.98419C24.1126 1.53 24.1126 0.795797 23.6585 0.341614C23.2043 -0.112569 22.4701 -0.112569 22.0159 0.341614L11.9999 10.3575L1.984 0.341614C1.51958 -0.102324 0.781955 -0.081835 0.341431 0.382593C-0.0854331 0.829946 -0.0854331 1.53342 0.341431 1.98419L10.3574 12.0001L0.341431 22.0161C-0.112752 22.4702 -0.112752 23.2079 0.341431 23.6586C0.795614 24.1094 1.52982 24.1094 1.984 23.6552L11.9999 13.6393L22.0159 23.6552C22.4667 24.1094 23.1974 24.1128 23.6516 23.662L23.6585 23.6552C24.1126 23.201 24.1126 22.4668 23.6585 22.0161L13.6425 12.0001Z\' fill=\'%230066FF\'/%3E%3C/svg%3E');
    background-size: 24px;
}
.menu--open .site-header .main-navigation .menu-toggle:hover
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M13.6425 12.0001L23.6585 1.98419C24.1126 1.53 24.1126 0.795797 23.6585 0.341614C23.2043 -0.112569 22.4701 -0.112569 22.0159 0.341614L11.9999 10.3575L1.984 0.341614C1.51958 -0.102324 0.781955 -0.081835 0.341431 0.382593C-0.0854331 0.829946 -0.0854331 1.53342 0.341431 1.98419L10.3574 12.0001L0.341431 22.0161C-0.112752 22.4702 -0.112752 23.2079 0.341431 23.6586C0.795614 24.1094 1.52982 24.1094 1.984 23.6552L11.9999 13.6393L22.0159 23.6552C22.4667 24.1094 23.1974 24.1128 23.6516 23.662L23.6585 23.6552C24.1126 23.201 24.1126 22.4668 23.6585 22.0161L13.6425 12.0001Z\' fill=\'%235E9EFF\'/%3E%3C/svg%3E');
}
@media (min-width: 768px)
{
    .menu--open .site-header .main-navigation .menu-toggle
    {
        position: absolute;
        right: 20px;

        width: 28px;
        height: 28px;

        background-image: url('data:image/svg+xml,%3Csvg width=\'28\' height=\'29\' viewBox=\'0 0 28 29\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M15.9163 14.1313L27.6016 2.44607C28.1315 1.91619 28.1315 1.05961 27.6016 0.529734C27.0717 -0.000145853 26.2151 -0.000145853 25.6852 0.529734L14 12.215L2.31472 0.529734C1.77289 0.0118063 0.912331 0.0357107 0.398387 0.577543C-0.0996211 1.09946 -0.0996211 1.92017 0.398387 2.44607L12.0836 14.1313L0.398387 25.8166C-0.131494 26.3465 -0.131494 27.207 0.398387 27.7329C0.928268 28.2588 1.78484 28.2588 2.31472 27.7289L14 16.0437L25.6852 27.7289C26.2111 28.2588 27.0637 28.2628 27.5936 27.7369L27.6016 27.7289C28.1315 27.1991 28.1315 26.3425 27.6016 25.8166L15.9163 14.1313Z\' fill=\'%230066FF\'/%3E%3C/svg%3E');
        background-size: 28px;
    }
    .menu--open .site-header .main-navigation .menu-toggle:hover
    {
        background-image: url('data:image/svg+xml,%3Csvg width=\'28\' height=\'29\' viewBox=\'0 0 28 29\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M15.9163 14.1313L27.6016 2.44607C28.1315 1.91619 28.1315 1.05961 27.6016 0.529734C27.0717 -0.000145853 26.2151 -0.000145853 25.6852 0.529734L14 12.215L2.31472 0.529734C1.77289 0.0118063 0.912331 0.0357107 0.398387 0.577543C-0.0996211 1.09946 -0.0996211 1.92017 0.398387 2.44607L12.0836 14.1313L0.398387 25.8166C-0.131494 26.3465 -0.131494 27.207 0.398387 27.7329C0.928268 28.2588 1.78484 28.2588 2.31472 27.7289L14 16.0437L25.6852 27.7289C26.2111 28.2588 27.0637 28.2628 27.5936 27.7369L27.6016 27.7289C28.1315 27.1991 28.1315 26.3425 27.6016 25.8166L15.9163 14.1313Z\' fill=\'%235E9EFF\'/%3E%3C/svg%3E%0A');
    }
}
@media (min-width: 1280px)
{
    .menu--open .site-header .main-navigation .menu-toggle
    {
        margin-top: 35px;
    }
}
.menu--open .site-header .main-navigation .menu-item-has-children
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu--open .site-header .main-navigation .sub-menu-view
{
    display: block;

    width: 75px;
    height: 50px;
    padding: 0;

    cursor: pointer;

    border: none;
    border-left: 1px solid #f2f4ff; 
    outline: none;
    background-color: transparent;
}
.menu--open .site-header .main-navigation .sub-menu-view .icon
{
    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: none;
         -o-transition: none;
            transition: none; 

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'25\' fill=\'none\' xmlns:v=\'https://vecta.io/nano\'%3E%3Cpath fill-rule=\'evenodd\' d=\'M22.894 11.095h-9.726V1.369A1.17 1.17 0 0 0 11.938.266a1.17 1.17 0 0 0-1.103 1.103v9.729H1.106a1.17 1.17 0 0 0-1.103 1.229 1.17 1.17 0 0 0 1.103 1.103h9.729v9.729a1.17 1.17 0 0 0 1.229 1.103 1.17 1.17 0 0 0 1.103-1.103V13.43h9.729A1.17 1.17 0 0 0 24 12.201c-.034-.598-.509-1.072-1.106-1.107z\' fill=\'%2306f\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
.menu--open .site-header .main-navigation .sub-menu-view[data-expanded='true'] .icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu--open .site-header .main-navigation .sub-menu-view[data-expanded='true'] + .sub-menu__wrap
{
    display: block; 

    opacity: 1;
}
.menu--open .site-header .main-navigation .sub-menu-view[data-expanded='false'] .icon
{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}
.menu--open .site-header .main-navigation .sub-menu-view[data-expanded='false'] + .sub-menu__wrap
{
    display: none !important;
}
@media (min-width: 768px)
{
    .menu--open .site-header .wrap
    {
        max-width: 1224px;
    }
    .menu--open .site-header .site-branding
    {
        position: static; 

        border-bottom: none;
    }
    .menu--open .site-header .site-branding__logo
    {
        width: 155px;
        height: 37px;
    }
    .menu--open .site-header .main-navigation
    {
        margin-right: 36px;
        padding-top: 15px;
    }
    .menu--open .site-header .main-navigation::-webkit-scrollbar
    {
        width: 2px;
        height: 2px;
    }
    .menu--open .site-header .main-navigation .menu-primary-container
    {
        position: relative;

        overflow-x: hidden; 
        overflow-y: auto;

        margin-bottom: 20px;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu
    {
        height: auto;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .menu-item
    {
        width: 42%;
        min-width: 340px;
        margin-bottom: 15px;

        border: none;
        border: none;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .menu-item a
    {
        font-size: 1rem;
        line-height: 1.25rem;

        max-width: none;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap
    {
        position: absolute;
        top: 0;
        left: 45%;

        padding-left: 70px;

        border-top: 0; 
        border-left: 1px solid #d1d5e4;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item
    {
        min-width: auto;
        min-height: 50px;
        margin: 0;

        text-transform: none; 

        border-bottom: 1px solid #d1d5e4;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item a
    {
        font-size: 1rem;
        line-height: 1.25rem;

        min-height: 50px; 
        margin: 0;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu-view
    {
        width: 64px;
        height: 50px;

        border-left: 1px solid #d1d5e4;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu-view .icon
    {
        background-size: 24px;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__title
    {
        font-size: 2.5rem;
        line-height: 3.125rem;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 60px;

        text-transform: none;
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-item .sub-menu-view .icon
    {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .menu--open .site-header .main-navigation .menu-primary-container .menu .current-menu-item .sub-menu__wrap
    {
        display: block;

        border-top: none;
    }
    .menu--open .site-header .second-main-navigation
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        min-height: 100px;
        margin-bottom: 70px; 
        padding: 25px 20px 10px 25px;

        text-transform: uppercase;

        background: #fff;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu--open .site-header .second-main-navigation .site-lang
    {
        margin-right: 50px;
    }
    .menu--open .site-header .second-main-navigation .site-contact
    {
        margin-right: 50px;
    }
    .menu--open .site-header .second-main-navigation .site-contact a
    {
        font-size: .75rem;
        line-height: 1.125rem;

        min-height: auto;
        margin: 0;
    }
    .menu--open .site-header .second-main-navigation .site-social
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0;
    }
    .menu--open .site-header .second-main-navigation .site-social .icon
    {
        width: 18px;
        height: 18px;
    }
    .menu--open .site-header .second-main-navigation .site-social a:hover .icon,
    .menu--open .site-header .second-main-navigation .site-social a:focus .icon
    {
        fill: #5e9eff;
    }
    .menu--open .site-header .second-main-navigation .site-social .list__item
    {
        margin-right: 30px;
    }
    .menu--open .site-header .second-main-navigation .site-social .list__item .icon
    {
        fill: #06f;
    }
}
@media (min-width: 1280px)
{
    .menu--open .site-header .wrap
    {
        padding: 40px 0;
    }
}
.menu--openLang .second-main-navigation,
.menu--openLang .menu-item
{
    display: none !important;
}
.menu--openLang .mlp-language-nav-item
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    border-bottom: 1px solid #ccc;
}
.menu--openLang .site-header .site-options
{
    display: block;
}
.menu--openLang .site-header .stock,
.menu--openLang .site-header .site-search
{
    display: none;
}
.menu--openLang .site-header .site-lang
{
    margin-left: 0;
}
.menu--openLang .site-header .site-lang a
{
    font-family: 'Telefonica-sans-medium';
    font-size: 1rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 240px;
    max-width: none;
    height: auto;
    min-height: 60px;
    margin-left: 25px;
    padding-top: 4px;

    letter-spacing: .05em;
    pointer-events: all; 

    color: #031a34;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu--openLang .site-header .site-lang ul
{
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.menu--openLang .site-header .site-lang ul li
{
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;

    border: none;
    border-bottom: 1px solid #f2f4ff;
    border-radius: 0;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu--openLang .site-header .site-lang ul li::after
{
    content: none;
}

.second-navigation
{
    display: none;
}

.menu--lang .site-header .site-options
{
    display: block;

    padding: 0;
}

.menu--lang .site-header .site-lang
{
    display: block;

    margin: 0;
}
.menu--lang .site-header .site-lang ul
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.menu--lang .site-header .site-lang ul li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: auto;
    padding: 0;

    border-bottom: 1px solid #f2f4ff; 
    border-radius: 0;
}
.menu--lang .site-header .site-lang ul li a
{
    font-size: 1rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-height: 66px;
    padding: 0 25px;

    color: #414b61; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu--lang .site-header .site-lang ul li.mlp-current-language-item
{
    border: none;
    border-bottom: 1px solid #f2f4ff;
    border-radius: 0;
    background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'240\' height=\'241\' fill=\'%232593B5\' xmlns:v=\'https://vecta.io/nano\'%3E%3Cpath d=\'M119.97 225.952c-33.449 0-59.459-8.73-77.309-25.95-18.54-17.85-27.93-44.52-27.93-79.29s9.39-61.47 27.93-79.35c17.85-17.22 43.89-25.98 77.31-25.98 33.45 0 59.46 8.73 77.34 25.95 18.57 17.88 27.96 44.58 27.96 79.35s-9.42 61.44-27.96 79.32c-17.88 17.22-43.89 25.95-77.34 25.95zm0-198.9c-62.099 0-93.599 31.5-93.599 93.66 0 62.1 31.5 93.6 93.6 93.6 62.13 0 93.66-31.5 93.66-93.6 0-62.13-31.53-93.66-93.66-93.66zm-15.298 140.1c-1.68 0-3.27-.75-4.32-2.07l-28.26-35.52c-1.89-2.37-1.5-5.85.87-7.74s5.85-1.5 7.74.87l23.82 29.94 57.51-76.98c1.83-2.43 5.28-2.94 7.71-1.11s2.94 5.28 1.11 7.71l-61.74 82.68a5.47 5.47 0 0 1-4.32 2.22h-.12z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 24px;
}

.menu--lang .site-header .menu-primary-container,
.menu--lang .site-header .site-search,
.menu--lang .site-header .stock
{
    display: none;
}

.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .current_page_ancestor
{
    border-bottom: 0;
}

.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children
{
        flex-direction: row; 

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-menu,
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .menu-item
{
    width: 100%;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-menu
{
    display: none; 

    background: #f2f4ff;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-menu .menu-item
{
    position: relative; 

    padding: 0 25px;

    border-bottom: none !important;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-menu .menu-item a
{
    font-size: .875rem;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-menu .menu-item::before
{
    position: absolute;
    bottom: 0; 
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: white;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-sub-menu-view
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 75px;
    height: 60px;

    cursor: pointer;

    border: none;
    border-left: 1px solid #f2f4ff;
    background-color: transparent;

       -moz-appearance: none;
            appearance: none;
    -webkit-appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-sub-menu-view .dd-icon
{
    display: block;

    width: 18px; 
    height: 10px;

    background-image: url('data:image/svg+xml,%3Csvg width=\'14\' height=\'10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M0 1.687a.76.76 0 0 1 .25-.56.79.79 0 0 1 1.099.044l5.703 6.036 5.594-6.032a.791.791 0 0 1 1.1-.05c.31.273.342.745.069 1.056l-.016.018-6.165 6.645a.778.778 0 0 1-.572.25.784.784 0 0 1-.576-.244L.207 2.203A.743.743 0 0 1 0 1.687Z\' fill=\'%2306F\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
@media (min-width: 768px)
{
    .menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-sub-menu-view
    {
        width: 40px;
        height: auto;
        padding: 5px 0; 

        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-sub-menu-view[data-expanded='true'] .dd-icon
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-sub-menu-view[data-expanded='true'] ~ .sub-menu
{
    display: block;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-sub-menu-view[data-expanded='false'] ~ .sub-menu
{
    display: none;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children .sub-sub-menu-view[data-expanded='false'] .dd-icon
{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children.current-menu-parent .sub-sub-menu-view .dd-icon
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children.current-menu-parent .sub-sub-menu-view[data-expanded='false'] .dd-icon
{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}
.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .menu-item-has-children.current-menu-parent .sub-menu
{
    display: block;
}

.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .current_page_item .sub-menu
{
    display: block;
}

.menu--open .site-header .main-navigation .menu-primary-container .menu .sub-menu__wrap .sub-menu .current_page_item .dd-icon
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.pagination
{
    font-family: 'Telefonica-sans-regular';
    font-size: 12px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 auto 35px auto;
    padding: 20px 18px; 

    border-top: 1px solid #d1d5e4;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pagination__info
{
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5rem;

    letter-spacing: .01em; 

    color: #031a34;
}
.pagination__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination__icon
{
    width: 18px;
    height: 18px; 

    fill: #06f;
}
.pagination__icon--back
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination__icon--disabled
{
    fill: #6e7894;
}
.pagination__item
{
    line-height: 1.125rem;

    display: none;

    margin-right: 5px;
}
@media (min-width: 768px)
{
    .pagination__item
    {
        display: block;
    }
}
.pagination__item--dots
{
    font-weight: 600;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 32px;
    height: 32px;

    text-decoration: none;
    letter-spacing: 1px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination__item--arrow
{
    display: block;
}
.pagination__item--arrow .pagination__link
{
    border-radius: 50%;
}
.pagination__item--arrow .pagination__link:before,
.pagination__item--arrow .pagination__link:after
{
    display: none;
}
.pagination__item--disabled
{
    pointer-events: none;
}
.pagination__item--disabled .icon
{
    fill: #f2f4ff;
}
.pagination__item--active .pagination__link:before
{
    width: 100%;

    opacity: 1;
}
.pagination__link
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .8125rem;
    line-height: 1.125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 32px;
    height: 32px;

    text-decoration: none;

    color: #031a34; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__link:hover,
.pagination__link:focus
{
    text-decoration: none;

    color: #031a34;
}
.pagination__link:hover .icon,
.pagination__link:focus .icon
{
    fill: #5e9eff;
}
@media (min-width: 768px)
{
    .pagination__link
    {
        position: relative;
    }
    .pagination__link:before
    {
        position: absolute;
        bottom: -4px;
        left: 0;

        width: 0; 
        height: 4px;

        content: '';
        -webkit-transition: all .3s ease-in-out;
             -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;

        opacity: 0;
        background-color: #005ce6;
    }
    .pagination__link:hover:before,
    .pagination__link:focus:before
    {
        width: 100%;

        opacity: 1;
    }
}
@media (min-width: 768px)
{
    .pagination
    {
        margin-bottom: 170px;
    }
}
@media (min-width: 1280px)
{
    .pagination
    {
        padding: 20px 0;
    }
}

.search-no-results .tf-searcher__back,
.search-results .tf-searcher__back
{
    display: block;
}

.search-no-results .tf-searcher__toggle,
.search-results .tf-searcher__toggle
{
    display: none;
}

.search-no-results .tf-searcher__control,
.search-results .tf-searcher__control
{
    font-size: 1rem;

    padding-left: 10px;
}

.search-no-results .tf-searcher__icon,
.search-results .tf-searcher__icon
{
    width: 18px;
    min-width: 18px; 
    height: 18px;
}

.search-no-results .tf-searcher__buttons .icon,
.search-results .tf-searcher__buttons .icon
{
    width: 18px;
    min-width: 18px; 
    height: 18px;
}

@media (min-width: 768px)
{
    .search-no-results .tf-searcher__control,
    .search-results .tf-searcher__control
    {
        font-size: 1.375rem;
    }
    .search-no-results .tf-searcher__icon,
    .search-results .tf-searcher__icon
    {
        width: 36px;
        min-width: 36px; 
        height: 36px;
    }
    .search-no-results .tf-searcher__buttons .icon,
    .search-results .tf-searcher__buttons .icon
    {
        width: 28px;
        min-width: 28px; 
        height: 28px;
    }
}

#tf-searcher--top
{
    margin-top: -65px;
    margin-bottom: 0;

    border-top: none;
}
#tf-searcher--top.tf-searcher--open
{
    margin-top: 0;
}
@media (min-width: 768px)
{
    #tf-searcher--top
    {
        margin-top: -113px;
    }
    #tf-searcher--top .tf-searcher__control
    {
        font-size: 1.375rem;

        padding-left: 16px;
    }
    #tf-searcher--top .tf-searcher__icon
    {
        width: 36px;
        min-width: 36px; 
        height: 36px;
    }
    #tf-searcher--top .tf-searcher__buttons .icon
    {
        width: 28px;
        min-width: 28px;
        height: 28px;

        stroke: none;
    }
}

.tf-searcher
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 65px;
    padding: 0 15px; 

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    border-top: 1px solid #f2f4ff;
    border-bottom: 1px solid #f2f4ff;
    background: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tf-searcher__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 1224px;
    height: inherit; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-searcher__control
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1rem;
    line-height: 1.875rem;

    width: 100%;
    margin: 0;
    padding-left: 10px;

    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 28px center;
    background-size: 18px;

    -webkit-appearance: none;
    caret-color: #06f;
    caret-color: #06f;
}
.tf-searcher__control::-webkit-search-cancel-button
{
    width: 18px; 
    height: 18px;

    cursor: pointer;

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 26 26\' xmlns:v=\'https://vecta.io/nano\'%3E%3Cpath d=\'M14.061 13L24.78 2.28A.75.75 0 0 0 23.72 1.22L13 11.939 2.28 1.22A.75.75 0 0 0 1.22 2.28L11.939 13 1.22 23.72a.75.75 0 0 0 0 1.061c.146.146.338.22.53.22s.384-.073.53-.22L13 14.061l10.72 10.72c.146.146.338.22.53.22s.384-.073.53-.22a.75.75 0 0 0 0-1.061L14.061 13z\' fill=\'%23003245\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px;

    -webkit-appearance: none;
}
.tf-searcher__control:focus
{
    color: #58617a; 
    border: 0;
}
.tf-searcher__control:-moz-placeholder-shown
{
    color: #58617a;
}
.tf-searcher__control:-ms-input-placeholder
{
    color: #58617a;
}
.tf-searcher__control:placeholder-shown
{
    color: #58617a;
}
.tf-searcher__control::-webkit-search-cancel-button
{
    display: none;
}
.tf-searcher__control .button[type='submit'] .icon
{
    width: 24px;
    height: 24px;
}
.tf-searcher__icon
{
    width: 18px;
    min-width: 18px; 
    height: 18px;

    fill: #b0b6ca;
}
.tf-searcher__buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-searcher__buttons button
{
    min-width: auto; 
    height: 100%;
    padding: 0 0 0 15px;

    border-bottom: 1px solid #f2f4ff;
    border-radius: 0;
    background: transparent;
}
.tf-searcher__buttons button .icon
{
    width: 18px;
    height: 18px;
}
.tf-searcher__buttons button:hover .icon
{
    fill: #5e9eff;
}
.tf-searcher__buttons .tf-searcher__submit
{
    padding-right: 15px;
}
.tf-searcher__buttons .tf-searcher__toggle
{
    border-left: 1px solid #f2f4ff;
}
.tf-searcher__back
{
    display: none;

    border-left: 1px solid #f2f4ff;
}
.tf-searcher--nbt
{
    border-top: none;
}
.tf-searcher--nbt .tf-searcher__submit
{
    width: 18px;
    height: 18px;
}
@media (min-width: 768px)
{
    .tf-searcher
    {
        height: 113px;
    }
    .tf-searcher .tf-searcher__buttons
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-transition: opacity 3s linear;
             -o-transition: opacity 3s linear;
                transition: opacity 3s linear; 

        opacity: 1;
    }
    .tf-searcher .tf-searcher__buttons button
    {
        min-width: auto; 
        padding: 0 45px;
    }
    .tf-searcher .tf-searcher__buttons button.tf-searcher__toggle
    {
        padding: 0 0 0 45px;
    }
    .tf-searcher .tf-searcher__buttons button .icon
    {
        height: 28px;
        height: 28px;
    }
    .tf-searcher__control
    {
        background-position: 0 center; 
        background-size: 24px;
    }
    .tf-searcher--main
    {
        height: 113px;
    }
    .tf-searcher--main .tf-searcher__control
    {
        font-family: 'Telefonica-sans-regular';
        font-size: 1.375rem;
        line-height: 1.5625rem; 

        background-size: 36px;

        caret-color: #fff;
    }
    .tf-searcher--main .tf-searcher__buttons button .icon
    {
        width: 28px;
        height: 28px;
    }
    .tf-searcher--nbt
    {
        height: 65px;
    }
    .tf-searcher--nbt .tf-searcher__buttons button
    {
        border: none;
    }
    .tf-searcher--nbt .tf-searcher__buttons button.tf-searcher__submit
    {
        width: 24px;
        height: 24px;
        padding-right: 10px;
    }
}

.tf-searcher input ~ .tf-searcher__buttons .button[type='submit']
{
    visibility: visible;
}

.tf-searcher input:-moz-placeholder-shown ~ .tf-searcher__buttons .button[type='submit']
{
    visibility: hidden;
}

.tf-searcher input:-ms-input-placeholder ~ .tf-searcher__buttons .button[type='submit']
{
    visibility: hidden;
}

.tf-searcher input:placeholder-shown ~ .tf-searcher__buttons .button[type='submit']
{
    visibility: hidden;
}

.sites
{
    font-size: .8125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 35px 18px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sites ul
{
    display: grid;

    grid-template-columns: 1fr 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows:         min-content;
}
.sites li,
.sites__item
{
    font-family: 'Telefonica-sans-medium';

    display: inline;

    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    margin-bottom: 20px;

    letter-spacing: .05em; 
    text-transform: uppercase;
}
.sites a,
.sites__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-decoration: none; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sites img,
.sites__icon
{
    width: 24px; 
    height: 24px;
    margin-right: 10px;
}
.sites__title
{
    margin-bottom: 25px;
}
.sites--vertical ul,
.sites--vertical .sites__list
{
    display: grid;

    width: 100%;

    border-top: 1px solid #d1d5e4;
    border-bottom: 1px solid #d1d5e4; 

    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.sites--vertical ul li:nth-child(2n):nth-last-child(-n + 3) ~ li,
.sites--vertical .sites__list li:nth-child(2n):nth-last-child(-n + 3) ~ li
{
    border-bottom: none;
}
.sites--vertical li,
.sites--vertical .sites__item
{
    width: 100%; 
    margin: 0;
    padding: 20px 0;

    border-bottom: 1px solid #d1d5e4;
}
@media (min-width: 1280px)
{
    .sites
    {
        display: grid;

        padding: 60px 0; 

        grid-template-columns: -webkit-max-content auto;
        grid-template-columns:         max-content auto;
    }
    .sites ul,
    .sites__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
    }
    .sites__title
    {
        min-width: -webkit-fit-content;
        min-width:    -moz-fit-content;
        min-width:         fit-content; 
        margin: 0 70px 0 0;
    }
    .sites li,
    .sites__item
    {
        margin-bottom: 0; 
        padding-right: 50px;
    }
    .sites--vertical ul,
    .sites--vertical .sites__list
    {
        grid-template-columns: repeat(4, 1fr);
    }
    .sites--vertical ul li:nth-child(4n):nth-last-child(-n + 5) ~ li,
    .sites--vertical .sites__list li:nth-child(4n):nth-last-child(-n + 5) ~ li
    {
        border-bottom: none;
    }
    .sites--vertical .sites__title
    {
        margin-bottom: 30px;
    }
}

.suggest
{
    padding: 0 18px;
}
.suggest--decimal .suggest__list
{
    list-style: none; 

    counter-reset: counter;
}
.suggest--decimal .suggest__item
{
    position: relative;

    padding-left: 35px;

    counter-increment: counter;

    border-bottom: 0;
    border-bottom: 1px solid #d1d5e4;
}
.suggest--decimal .suggest__item::before
{
    font-family: 'Telefonica-sans-demibold';
    font-size: 22px;
    font-weight: 600; 

    position: absolute;
    top: 0;
    left: 0;

    content: counter(counter) '' '.';

    color: #031a34;
}
.suggest__head
{
    border-bottom: 4px solid #031a34;
}
.suggest__title
{
    margin-bottom: 10px;
}
.suggest__item
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.5rem;

    position: relative;

    min-height: 70px;
    margin-bottom: 20px;
    padding-bottom: 16px; 

    border-bottom: 1px solid #d1d5e4;
}
.suggest__icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 24px;
    height: 24px;
    margin: 5px; 

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    border-radius: 50%;
    background: #9d84a3;
    background: rgba(157, 132, 163, .76);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.suggest__icon .icon
{
    width: 14px;
    min-width: 14px; 
    height: 14px;

    fill: #fff;
}
.suggest__link
{
    font-family: 'Telefonica-sans-regular';
    font-size: .8125rem;
    line-height: 1.1875rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 
    text-decoration: underline;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.suggest__link:hover,
.suggest__link:focus
{
    text-decoration: none;
}
.suggest__link:hover .suggest__img,
.suggest__link:focus .suggest__img
{
    opacity: .8;
}
.suggest__link:hover .suggest__icon,
.suggest__link:focus .suggest__icon
{
    background: #9d84a3;
}
.suggest__content
{
    padding: 20px 0;
}
.suggest__text
{
    font-size: .8125rem;
    line-height: 18px;

    margin-bottom: 0; 
    padding: 0 15px 0 0;
}
.suggest__img
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 105px;
    max-width: 105px;
    height: 57px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    background-size: cover;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (min-width: 768px)
{
    .suggest
    {
        padding: 0;
    }
    .suggest__text
    {
        font-size: .8125rem;
    }
    .suggest__img
    {
        min-width: 130px;
        height: 71px; 
        min-height: 71px;
    }
}

.tf-tab__header
{
    display: none;

    height: 100px;
    padding: 28px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-tab__header .tf-tab__logo
{
    width: 100px;
    height: 27px;
}
.tf-tab__header .tf-tab__close
{
    display: contents;

    cursor: pointer; 

    border: none;
    background: none;
}
.tf-tab__header .tf-tab__close .icon
{
    width: 24px;
    height: 24px;
}
.tf-tab__header .icon
{
    fill: #06f;
}
@media (min-width: 768px)
{
    .tf-tab__header
    {
        display: none;
    }
}

.tf-tab__content
{
    display: none;
}
.tf-tab__content--active
{
    display: block;
}

.tf-tab__nav
{
    overflow: scroll;

    height: 100%; 
    margin-bottom: 35px;
}

.tf-tab__list
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .8125rem;
    line-height: 1.375rem;

        flex-direction: column;

    width: 100%; 

    border-bottom: 1px solid #d1d5e4;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.tf-tab__list .icon
{
    width: 18px;
    height: 18px;
    margin-right: 10px; 

    vertical-align: middle;
}
.tf-tab__list .icon.tab__icon--twitter
{
    fill: #1da1f2;
}
.tf-tab__list .icon.tab__icon--youtube
{
    fill: #f00;
}
.tf-tab__list .icon.tab__icon--facebook
{
    fill: #1877f2;
}
.tf-tab__list .icon.tab__icon--linkedin
{
    fill: #0a66c2;
}
.tf-tab__list .icon.tab__icon--instagram
{
    fill: #c32aa3;
}

.tf-tab__item
{
    display: none;

    min-height: 66px;

    letter-spacing: .02rem; 

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tf-tab__item--active
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tf-tab__item--active .tf-tab__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tf-tab__menu
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .8125rem;
    line-height: 1.375rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 8px 0; 

    cursor: pointer;

    color: #031a34;
    border: none;
    border-bottom: 3px solid #06f;
    background: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-tab__menu .icon
{
    width: 18px;
    height: 18px; 
    margin-left: 15px;
}

.tf-tab--active
{
    position: fixed;
    z-index: 100022; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;

    background: #fff;
}
.tf-tab--active .tf-tab__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    border-top: 1px solid #f2f4ff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-tab--active .tf-tab__header
{
    position: sticky;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100px;
}
.tf-tab--active .tf-tab__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    width: 100%;
}
.tf-tab--active .tf-tab__link
{
    width: 100%;
    padding: 0 0 0 30px;
}
.tf-tab--active .tf-tab__item--active
{
    background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'240\' height=\'241\' fill=\'%232593B5\' xmlns:v=\'https://vecta.io/nano\'%3E%3Cpath d=\'M119.97 225.952c-33.449 0-59.459-8.73-77.309-25.95-18.54-17.85-27.93-44.52-27.93-79.29s9.39-61.47 27.93-79.35c17.85-17.22 43.89-25.98 77.31-25.98 33.45 0 59.46 8.73 77.34 25.95 18.57 17.88 27.96 44.58 27.96 79.35s-9.42 61.44-27.96 79.32c-17.88 17.22-43.89 25.95-77.34 25.95zm0-198.9c-62.099 0-93.599 31.5-93.599 93.66 0 62.1 31.5 93.6 93.6 93.6 62.13 0 93.66-31.5 93.66-93.6 0-62.13-31.53-93.66-93.66-93.66zm-15.298 140.1c-1.68 0-3.27-.75-4.32-2.07l-28.26-35.52c-1.89-2.37-1.5-5.85.87-7.74s5.85-1.5 7.74.87l23.82 29.94 57.51-76.98c1.83-2.43 5.28-2.94 7.71-1.11s2.94 5.28 1.11 7.71l-61.74 82.68a5.47 5.47 0 0 1-4.32 2.22h-.12z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 26px center; 
    background-size: 21px;
}
.tf-tab--active .tf-tab__menu
{
    display: none;
}
.tf-tab--active .tf-tab__content
{
    display: none;
}

.tf-tab__link
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1rem;
    line-height: 1.875rem;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    min-height: 66px;

    -webkit-transition: none;
         -o-transition: none;
            transition: none; 
    text-decoration: none;

    color: #031a34;
    border: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-tab__link:after
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 0;
    height: 4px;
    margin-top: 20px;

    content: '';

    opacity: 0;
    background-color: #06f;
}
.tf-tab__link:hover
{
    color: #031a34;
}
.tf-tab__link .icon
{
    fill: #031a34;
}

@media (min-width: 768px)
{
    .tf-tab__menu
    {
        display: none;
    }
    .tf-tab__item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 

        width: auto;
        max-width: 200px;
        min-height: 35px;
        margin-right: 45px;

        border-top: 0;
    }
    .tf-tab__item--active .tf-tab__link
    {
        background: none;
    }
    .tf-tab__item--active .tf-tab__link::after
    {
        width: 100%;

        opacity: 1;
    }
    .tf-tab__item:last-child
    {
        margin-right: 0;
    }
    .tf-tab__link
    {
        font-family: 'Telefonica-sans-medium';
        font-size: .8125rem;
        line-height: 1.375rem;

        min-height: 35px;
        padding: 5px 0 15px 0; 

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tf-tab__link:focus,
    .tf-tab__link:hover
    {
        text-decoration: none;
    }
    .tf-tab__link:focus:after,
    .tf-tab__link:hover:after
    {
        width: 100%;

        opacity: 1;
    }
    .tf-tab__link::after
    {
        -webkit-transition: width .2s ease-in;
             -o-transition: width .2s ease-in;
                transition: width .2s ease-in;
    }
    .tf-tab__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .tf-tab--active
    {
        position: relative;

        height: auto;
    }
    .tf-tab--active .tf-tab__item
    {
        width: auto;
    }
    .tf-tab--active .tf-tab__header
    {
        display: none;
    }
}

.tf-tag
{
    font-size: .75rem;

    border-top: 1px solid #f2f4ff;
}
.tf-tag__title
{
    margin-bottom: 20px;
}
.tf-tag__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tf-tag__item a
{
    font-family: 'Telefonica-sans-demibold';
    font-weight: 400;
    line-height: 1.125rem;

    display: inline-block;
    overflow: hidden;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    max-width: 200px;
    margin: 6px 10px 6px 0;
    padding: 3px 10px;

    white-space: nowrap;
    text-decoration: none; 
       text-overflow: ellipsis;

    color: #58617a;
    border: 1px solid #b0b6ca;
    border-radius: 40px;

    -o-text-overflow: ellipsis;
}
.tf-tag__item a:hover,
.tf-tag__item a:focus
{
    color: #031a34; 
    border-color: #06f;
}
.tf-tag li
{
    display: inline-block;
}
@media (min-width: 1280px)
{
    .tf-tag
    {
        display: block;

        padding: 30px 0;
    }
    .tf-tag__title
    {
        margin: 0 30px 0 0;
    }
    .tf-tag__wrap
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.tf-tag--dark *
{
    font-weight: 500; 

    color: #fff;
}
.tf-tag--dark a
{
    color: #fff;
}
.tf-tag--dark a:hover,
.tf-tag--dark a:focus
{
    color: #fff;
    border-color: #67e0e5;
}
.tf-tag--cloud
{
    padding-top: 0;

    border-top: none;
}
.tf-tag--cloud .tf-tag__wrap
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tf-tag--cloud .tf-tag__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 20px; 
    padding-bottom: 20px;

    border-bottom: solid #d1d5e4 1px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-tag--cloud .tf-tag__header .icon
{
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 28px;
}
.tf-tag--bt
{
    border-top: 1px solid #d1d5e4;
}

.user-link
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
        flex-direction: column;

    margin-top: 25px; 
    padding: 0 18px;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
@media (min-width: 768px)
{
    .user-link
    {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media (min-width: 1280px)
{
    .user-link
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0; 

        text-align: right;
    }
}
.user-link button.user-link__button,
.user-link a.user-link__button
{
    font-size: .8125rem;
    line-height: 1.125rem;

    height: 44px;
    min-height: 32px;
    margin-bottom: 5px;
    padding: 7px 10px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    white-space: nowrap;
    text-transform: none;

    color: #06f;
    color: #031a34;
    border-color: #d1d5e4;
    border-radius: 4px;
    background-color: #fff;

    fill: #06f;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
@media (min-width: 768px)
{
    .user-link button.user-link__button,
    .user-link a.user-link__button
    {
        height: 32px;
    }
}
.user-link button.user-link__button .icon,
.user-link a.user-link__button .icon
{
    min-width: 18px;
    height: 18px;
    margin-left: 10px;

    fill: #031a34;
}
.user-link button.user-link__button:active,
.user-link button.user-link__button.button--active,
.user-link button.user-link__button:hover,
.user-link button.user-link__button:focus,
.user-link a.user-link__button:active,
.user-link a.user-link__button.button--active,
.user-link a.user-link__button:hover,
.user-link a.user-link__button:focus
{
    text-decoration: none;

    color: #031a34;
    border-color: #67e0e5;
}
.user-link button.user-link__button:disabled,
.user-link button.user-link__button.button--disabled,
.user-link a.user-link__button:disabled,
.user-link a.user-link__button.button--disabled
{
    color: #005373; 
    border-color: #005373;
}
.user-link__list
{
    position: absolute;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: column;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 200px;
    margin-top: 50px; 

    -webkit-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    opacity: 1;
    border: 1px solid #d1d5e4;
    border-radius: 6px;
    background-color: white;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
@media (min-width: 768px)
{
    .user-link__list
    {
        margin-top: 40px;
    }
}
.user-link__list.hide
{
    max-height: 0; 
    margin-top: 30px;

    opacity: 0;
}
.user-link__item
{
    font-size: .9375rem;
    line-height: 1.5rem;

    padding: 10px 20px;

    letter-spacing: .01em; 

    color: #414b61;
    border-top: 1px solid #d1d5e4;
}
.user-link__item:first-child
{
    padding: 20px;

    border-top: none;
}
.user-link__link
{
    text-decoration: underline;
    letter-spacing: .01em; 

    color: #031a34;
}

.scroll-menu
{
    position: fixed;
    z-index: 102; 
    top: calc(50% - 90px);
    right: -62px;

    -webkit-transition: .2s all ease-out;
         -o-transition: .2s all ease-out;
            transition: .2s all ease-out;

    border: 1px solid #f2f4ff;
    border-radius: 0 0 0 20px;
}
@media (min-width: 1280px)
{
    .scroll-menu--open
    {
        right: 0;
    }
}
.scroll-menu__block
{
    position: relative;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s ease-in;
         -o-transition: all .2s ease-in;
            transition: all .2s ease-in; 

    border-bottom: 1px solid #f2f4ff;
    background: #fff;
}
.scroll-menu__block:last-child
{
    border-bottom: none;
}
.scroll-menu__block--logo
{
    background: #06f;
}
.scroll-menu__block--logo .icon
{
    width: 30px;
    height: 30px; 

    fill: #fff;
    stroke: none;
}
.scroll-menu__block--logo:hover,
.scroll-menu__block--logo:focus
{
    background: #5e9eff;
}
.scroll-menu__block--search .icon
{
    width: 24px;
    height: 24px; 

    stroke: #06f;
}
.scroll-menu__block--search:hover .icon,
.scroll-menu__block--search:focus .icon
{
    stroke: #5e9eff;
}
.scroll-menu__block--menu
{
    border-radius: 0 0 0 20px;
}
.scroll-menu__block--menu .icon
{
    width: 26px;
    height: 21px; 

    stroke: #06f;
}
.scroll-menu__block--menu:hover .icon,
.scroll-menu__block--menu:focus .icon
{
    stroke: #5e9eff;
}
.scroll-menu__block--menu .button
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scroll-menu .button,
.scroll-menu .link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scroll-menu #tf-share.open + div
{
    right: 60px;
}
.scroll-menu__share
{
    position: absolute; 
    top: 0;
    right: -600px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scroll-menu__share__block
{
    width: 60px;
    height: 60px;

    -webkit-transition: all .1s ease-in;
         -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; 

    border: 1px solid #6e7894;
}
.scroll-menu__share__block:hover .icon
{
    fill: #f2f4ff;
}
.scroll-menu__share__block .icon
{
    display: block;
}

/* Posts and pages
--------------------------------------------- */
.author
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    min-height: 100px;
    padding: 0 18px; 

    color: #58617a;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}
.author p
{
    font-size: .8125rem;
}
.author__avatar img
{
    width: 42px;
    height: 42px;
    margin-right: 15px; 

    border-radius: 50%;
}
.author__info p
{
    line-height: 1.125rem; 

    margin: 3px 0;
}
.author__title
{
    font-family: 'Telefonica-sans-medium';

    color: #031a34;
}
.author--simple p
{
    font-size: .9375rem;
}
.author--multiple
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.author--multiple .author__info,
.author--multiple .author__avatar
{
    margin-bottom: 10px;
}
.author .list__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px)
{
    .author
    {
        padding: 0;
    }
    .author .list
    {
        display: grid;

        grid-template-columns: 1fr 1fr;
    }
    .author .list__item
    {
        margin-right: 35px; 
        padding-right: 35px;
    }
    .author .list__item:nth-child(odd)
    {
        border-right: 1px solid #d1d5e4;
    }
}

.block
{
    position: relative; 

    display: grid;

    margin: 0;

    grid-template-columns: 1fr;
    grid-template-rows: 206px auto;
}
@media (min-width: 768px)
{
    .block
    {
        -webkit-box-shadow: 0 1px rgba(0, 0, 0, .2);
                box-shadow: 0 1px rgba(0, 0, 0, .2);
    }
}
.block__image
{
    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear; 

    border-radius: 0 0 18px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    grid-area: 1 / 1 / 2 / 2;
}
.block__text
{
    font-size: .9375rem;
    line-height: 1.6875rem;

    z-index: 5;

    overflow: hidden;

    padding: 20px 18px 25px 18px;

    border: 1px solid #d1d5e4; 
    border-top: 1px solid #d1d5e4;
    background: #fff;

    grid-area: 2 / 1 / 3 / 2;
}
.block__desc
{
    line-height: 1.5rem;
}
.block__title
{
    line-height: 130%;

    margin-bottom: 10px;

    color: #031a34;
}
@media (min-width: 768px)
{
    .block__title
    {
        margin-bottom: 25px;
    }
}
.block .cta
{
    position: absolute;
    top: 166px;
    right: 0;

    width: 40px;
    height: 40px;

    border-radius: 0;
}
.block__opacity
{
    position: absolute;

    width: 100%; 
    height: 100%;

    -webkit-transition: .3s linear;
         -o-transition: .3s linear;
            transition: .3s linear;

    opacity: 0;
    background: white;
}
.block__link
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;
}
.block__link:focus .cta,
.block__link:hover .cta
{
    -webkit-animation: cta-h .3s linear;
            animation: cta-h .3s linear;

    background-color: #5e9eff;
}
.block:hover .block__title
{
    color: #06f;
}
.block:hover .block__image
{
    opacity: .8;
}
@media (min-width: 768px)
{
    .block
    {
        height: 320px;

        border-radius: 0 0 18px 0; 

        grid-template-columns: auto minmax(50px, 293px);
        grid-template-rows: 320px;
    }
    .block__image
    {
        grid-area: 1 / 2 / 2 / 3;
    }
    .block__text
    {
        padding: 30px 35px; 

        grid-area: 1 / 1 / 2 / 2;
    }
    .block__link:focus .cta,
    .block__link:hover .cta
    {
        -webkit-animation: cta-h--60 .3s linear;
                animation: cta-h--60 .3s linear;
    }
    .block .cta
    {
        top: auto;
        bottom: 0;

        width: 60px;
        height: 60px;

        border-radius: 0 0 18px 0; 
        background-size: 60px;
    }
}
@media (min-width: 768px)
{
    .block--1-1
    {
        height: 337px;

        grid-template-columns: 1fr 1fr;
        grid-template-rows: 337px;
    }
    .block--1-1 .block__desc
    {
        font-size: 1.0625rem;
        line-height: 1.875rem;
    }
    .block--1-1 .block__text
    {
        padding: 50px 50px 30px 50px;
    }
}
.block--v
{
    height: 100%; 

    grid-template-rows: 225px auto;
    grid-template-columns: 1fr;
}
.block--v .block__image
{
    grid-area: 1 / 1 / 2 / 2;
}
.block--v .block__text
{
    padding: 20px 18px; 

    grid-area: 2 / 1 / 3 / 2;
}
.block--v .block__title
{
    margin-bottom: 15px;
}
.block--v .cta
{
    top: 185px;

    border-radius: 0;
}
@media (min-width: 768px)
{
    .block--v
    {
        min-height: 415px; 

        grid-template-rows: 225px auto;
    }
    .block--v .cta
    {
        top: 165px;
    }
    .block--v .block__text
    {
        padding: 25px 35px 60px 35px;

        border-radius: 0 0 18px 0;
    }
}
.block--text
{
    height: 100%; 

    grid-template-columns: 1fr;
    grid-template-rows: auto;
}
.block--text .block__text
{
    height: auto;
    min-height: auto;
    padding: 30px 18px 50px 18px; 

    border-radius: 0 0 18px 0;

    grid-area: 1 / 1 / 2 / 2;
}
.block--text .block__desc
{
    font-size: .875rem;
}
.block--text .cta
{
    top: auto; 
    bottom: 0;
}
@media (min-width: 768px)
{
    .block--text
    {
        min-height: 228px;
    }
    .block--text .block__text
    {
        padding: 30px 65px 30px 35px;
    }
    .block--text .block__desc
    {
        font-size: 1rem;
    }
    .block--text .cta
    {
        border-radius: 0 0 18px 0;
    }
}

.block-shadow
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column-reverse;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    /* image left shadow-box  */
    /* medium color shadow-box */
    /* light color shadow-box */
    /* top shadow-box */
}
.block-shadow__content
{
    line-height: 1.6875rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%; 
    padding: 15px 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1440px)
{
    .block-shadow__content
    {
        padding: 35px 80px;
    }
}
.block-shadow__media
{
    width: 100%;
}
.block-shadow__media iframe
{
    position: absolute; 
    top: 0;

    width: 100vw;

    background: #000;
}
.block-shadow__text
{
    line-height: 1.875rem;
}
.block-shadow__desc
{
    font-size: .8125rem;
    line-height: 1.125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 18px; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-shadow__desc div span,
.block-shadow__desc div a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 32px; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-shadow__desc a:hover .icon,
.block-shadow__desc a:focus .icon
{
    fill: #06f;
}
.block-shadow__desc .desc__options
{
    display: none;
}
@media (min-width: 768px)
{
    .block-shadow__desc .desc__options
    {
        display: initial;
    }
}
.block-shadow__desc .icon
{
    display: block;

    width: 16px; 
    height: 16px;
}
.block-shadow__img
{
    position: relative; 

    overflow: hidden;

    width: auto;
    min-height: 176px;
    margin: 18px 18px 0 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 18px -18px 0 #9d84a3;
            box-shadow: 18px -18px 0 #9d84a3;
}
@media (min-width: 768px)
{
    .block-shadow
    {
            flex-direction: row;

        min-height: 341px; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .block-shadow__media
    {
        min-width: calc(50% - 15px);
    }
    .block-shadow__content
    {
        min-width: 50%;
        padding: 15px 103px 15px 0;
    }
    .block-shadow__desc
    {
        margin-right: 33px;
    }
    .block-shadow__desc div span,
    .block-shadow__desc div a
    {
        min-height: 42px;
        padding: 0 12px; 

        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .06);
                box-shadow: 0 0 18px rgba(0, 0, 0, .06);
    }
    .block-shadow__img
    {
        margin: 33px 33px 0 0;
        padding-top: 56%; 

        -webkit-box-shadow: 33px -33px 0 #9d84a3;
                box-shadow: 33px -33px 0 #9d84a3;
    }
    .block-shadow__img .tf-media,
    .block-shadow__img .tf-video,
    .block-shadow__img iframe
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
    }
}
.block-shadow.block-shadow--left .block-shadow__img
{
    margin: 18px 0 0 18px; 

    -webkit-box-shadow: -18px -18px 0 #9d84a3;
            box-shadow: -18px -18px 0 #9d84a3;
}
.block-shadow.block-shadow--left .block-shadow__desc
{
    margin: 0 0 0 18px;
}
@media (min-width: 768px)
{
    .block-shadow.block-shadow--left
    {
            flex-direction: row-reverse; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
    .block-shadow.block-shadow--left .block-shadow__img
    {
        margin: 33px 0 0 33px;

        -webkit-box-shadow: -33px -33px 0 #9d84a3;
                box-shadow: -33px -33px 0 #9d84a3;
    }
    .block-shadow.block-shadow--left .block-shadow__desc
    {
        margin: 0 0 0 33px;
    }
    .block-shadow.block-shadow--left .block-shadow__content
    {
        padding: 15px 0 15px 103px;
    }
}
.block-shadow--medium .block-shadow__img
{
    margin: 18px 18px 0 0;

    -webkit-box-shadow: 18px -18px 0 #807477;
            box-shadow: 18px -18px 0 #807477;
}
@media (min-width: 768px)
{
    .block-shadow--medium .block-shadow__img
    {
        margin: 33px 33px 0 0;

        -webkit-box-shadow: 33px -33px 0 #807477;
                box-shadow: 33px -33px 0 #807477;
    }
}
.block-shadow--medium.block-shadow--left .block-shadow__img
{
    margin: 18px 0 0 18px;

    -webkit-box-shadow: -18px -18px 0 #807477;
            box-shadow: -18px -18px 0 #807477;
}
@media (min-width: 768px)
{
    .block-shadow--medium.block-shadow--left
    {
            flex-direction: row-reverse; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
    .block-shadow--medium.block-shadow--left .block-shadow__img
    {
        margin: 33px 0 0 33px;

        -webkit-box-shadow: -33px -33px 0 #807477;
                box-shadow: -33px -33px 0 #807477;
    }
}
.block-shadow--light .block-shadow__img
{
    margin: 18px 18px 0 0;

    -webkit-box-shadow: 18px -18px 0 #6e7894;
            box-shadow: 18px -18px 0 #6e7894;
}
@media (min-width: 768px)
{
    .block-shadow--light .block-shadow__img
    {
        margin: 33px 33px 0 0;

        -webkit-box-shadow: 33px -33px 0 #6e7894;
                box-shadow: 33px -33px 0 #6e7894;
    }
}
.block-shadow--light.block-shadow--left .block-shadow__img
{
    margin: 18px 0 0 18px;

    -webkit-box-shadow: -18px -18px 0 #6e7894;
            box-shadow: -18px -18px 0 #6e7894;
}
@media (min-width: 768px)
{
    .block-shadow--light.block-shadow--left
    {
            flex-direction: row-reverse; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
    .block-shadow--light.block-shadow--left .block-shadow__img
    {
        margin: 33px 0 0 33px;

        -webkit-box-shadow: -33px -33px 0 #6e7894;
                box-shadow: -33px -33px 0 #6e7894;
    }
}
.block-shadow--column
{
        flex-direction: column-reverse; 

    height: auto;
    min-height: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
}
.block-shadow--column .block-shadow__img
{
    margin: 18px 0 0 0;

    -webkit-box-shadow: 0 -60px 0 -42px #9d84a3;
            box-shadow: 0 -60px 0 -42px #9d84a3;
}
.block-shadow--column .block-shadow__media
{
    height: auto;
}
.block-shadow--column .block-shadow__content
{
    padding: 20px 0;
}
.block-shadow--column .block-shadow__desc
{
    margin: 0;
}
.block-shadow--column.block-shadow--medium .block-shadow__img
{
    -webkit-box-shadow: 0 -60px 0 -42px #f2f4ff;
            box-shadow: 0 -60px 0 -42px #f2f4ff;
}
.block-shadow--column.block-shadow--light .block-shadow__img
{
    -webkit-box-shadow: 0 -60px 0 -42px #6e7894;
            box-shadow: 0 -60px 0 -42px #6e7894;
}
@media (min-width: 768px)
{
    .block-shadow--column .block-shadow__media
    {
        height: auto;
    }
    .block-shadow--column .block-shadow__img
    {
        height: 236px; 
        margin: 36px 0 0 0;

        -webkit-box-shadow: 0 -48px 0 -24px #9d84a3;
                box-shadow: 0 -48px 0 -24px #9d84a3;
    }
    .block-shadow--column .block-shadow__title
    {
        font-size: 1.5rem;
        line-height: 2rem;

        margin-bottom: 15px;
    }
    .block-shadow--column .block-shadow__desc
    {
        margin: 0;
    }
    .block-shadow--column .block-shadow__content
    {
        margin: 0 20px;
        padding: 20px 25px;
    }
    .block-shadow--column.block-shadow--medium .block-shadow__img
    {
        -webkit-box-shadow: 0 -48px 0 -24px #807477;
                box-shadow: 0 -48px 0 -24px #807477;
    }
    .block-shadow--column.block-shadow--light .block-shadow__img
    {
        -webkit-box-shadow: 0 -48px 0 -24px #6e7894;
                box-shadow: 0 -48px 0 -24px #6e7894;
    }
}

.box
{
    font-family: 'Telefonica-sans-medium';
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.5rem;

    margin-bottom: 0;
    padding: 40px 28px; 

    letter-spacing: 1%;

    color: #fff;
    background: #06f;

    fill: #fff;
}
.box [class^='heading']
{
    margin: 0;

    word-break: normal; 

    color: #fff;
}
.box p
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.875rem;

    margin-bottom: 30px;
}
.box .link
{
    color: #031a34;
}
.box__title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box__title .icon
{
    width: 36px;
    height: 36px;
    margin-right: 25px;

    fill: #fff;
}
.box--newsletter
{
    color: #414b61; 
    background: #f2f4ff;
}
.box--newsletter .icon
{
    fill: #031a34;
}
.box--newsletter [class^='heading']
{
    color: #031a34;
}
.box--newsletter .box__privacy .field__label
{
    font-size: .8125rem;
}
.box--newsletter .box__left
{
    margin-bottom: 35px;
}
.box--newsletter .box__left .field
{
    margin-bottom: 20px;
}
.box--newsletter .box__right
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box--newsletter .box__cat
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.box--newsletter .box__cat .field
{
    width: 50%;
}
.box--newsletter .field__button
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.box--newsletter .box__confirmation-title
{
    font-size: 2.375rem;
    line-height: 3rem;

    color: #031a34;
}
.box--newsletter .box__confirmation-text
{
    font-size: 1.0625rem;
    line-height: 1.875rem;

    color: #414b61;
}
@media (min-width: 1280px)
{
    .box
    {
        margin-bottom: 35px;
        padding: 35px;

        border-radius: 0 0 18px 0;
    }
    .box--newsletter .box__content
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .box--newsletter .box__left
    {
        margin-bottom: 0;
    }
    .box--newsletter .box__right
    {
        padding: 20px 0 0 30px;
    }
    .box--newsletter .box__cat
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 35px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .box--newsletter .box__cat .field
    {
        width: 33%;
    }
    .box--2col
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .box--2col p
    {
        margin: 0;
    }
}
.box--no-radius
{
    border-radius: 0;
}

.card
{
    position: relative; 

    display: grid;
    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border-radius: 0 0 12px 0;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;

    grid-template-columns: 1fr;
    grid-template-rows: 210px auto auto;
}
.card:hover .card__image
{
    -webkit-backdrop-filter: blur(50px);
}
.card__data
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 25px 18px 15px 18px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-area: 2 / 1 / 3 / 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.card__image
{
    position: relative; 

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    grid-area: 1 / 1 / 2 / 2;
}
.card__text
{
    line-height: 1.6875rem;

    z-index: 5;

    overflow: hidden; 

    padding: 0 18px 25px 18px;

    grid-area: 3 / 1 / 4 / 2;
}
.card__text a,
.card__text .link
{
    text-decoration: none;
}
.card__text a .link__image,
.card__text .link .link__image
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    opacity: 0;
    background: #fff;

    grid-area: 1 / 1 / 2 / 2;
}
.card__text a .link__text,
.card__text .link .link__text
{
    display: block; 

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.card__text a:focus,
.card__text a:hover,
.card__text .link:focus,
.card__text .link:hover
{
    text-decoration: none; 

    color: #06f;
}
.card__text a:focus .link__image,
.card__text a:hover .link__image,
.card__text .link:focus .link__image,
.card__text .link:hover .link__image
{
    opacity: .1;
}
.card__text a:focus .cta,
.card__text a:hover .cta,
.card__text .link:focus .cta,
.card__text .link:hover .cta
{
    -webkit-animation: cta-h .3s linear;
            animation: cta-h .3s linear;

    background-color: #5e9eff;
}
.card__text .cta
{
    position: absolute;
    top: 170px;
    right: 0;
}
.card__title
{
    line-height: 130%;

    display: -webkit-box;
}
@media (min-width: 768px)
{
    .card__title
    {
        overflow: hidden; 

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.card__type
{
    position: absolute;
    top: 130px;
    right: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;

    background: #9d84a3; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__type .icon
{
    width: 18px;
    height: 18px;

    fill: #fff;
}
.card__tags .tf-tag
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 0;
    padding: 0;

    border: none; 

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.card__tags .tf-tag__item
{
    margin: 0;
}
.card__tags .tf-tag a
{
    margin: 0;
}
@media (min-width: 768px)
{
    .card
    {
        height: 235px;

        border: 1px solid #e3e5ee;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
                box-shadow: 0 1px 1px rgba(0, 0, 0, .2); 

        grid-template-columns: auto 215px;
        grid-template-rows: fit-content(100%) auto;
    }
    .card__image
    {
        grid-area: 1 / 2 / 3 / 3;
    }
    .card__data
    {
        height: -webkit-fit-content;
        height:    -moz-fit-content;
        height:         fit-content; 

        grid-area: 1 / 1 / 2 / 2;
    }
    .card__text
    {
        grid-area: 2 / 1 / 3 / 2;
    }
    .card__text .link .link__image
    {
        grid-area: 1 / 2 / 3 / 3;
    }
    .card__text .cta
    {
        top: auto; 
        bottom: 0;
    }
    .card__type
    {
        top: auto; 
        bottom: 40px;
    }
    .card__title
    {
        -webkit-line-clamp: 4;
    }
}
.card--vertical
{
    margin-bottom: 1px;
}
@media (min-width: 768px)
{
    .card--vertical
    {
        height: 393px;

        grid-template-columns: 1fr;
        grid-template-rows: 210px -webkit-min-content auto;
        grid-template-rows: 210px min-content auto;
    }
    .card--vertical .card__data
    {
        grid-area: 2 / 1 / 3 / 2;
    }
    .card--vertical .card__image
    {
        grid-area: 1 / 1 / 2 / 2;
    }
    .card--vertical .card__text
    {
        grid-area: 3 / 1 / 4 / 2;
    }
    .card--vertical .card__text .link__image
    {
        grid-area: 1 / 1 / 2 / 2;
    }
    .card--vertical .card__text .cta
    {
        top: 170px;
        bottom: auto;
    }
    .card--vertical .card__title
    {
        -webkit-line-clamp: 3;
    }
    .card--vertical .card__type
    {
        top: 130px;
        bottom: auto;
    }
}
@media (min-width: 768px)
{
    .card--vertical.card--xl
    {
        height: 507px; 

        grid-template-rows: 327px -webkit-min-content auto;
        grid-template-rows: 327px min-content auto;
    }
    .card--vertical.card--xl .card__title
    {
        -webkit-line-clamp: 2;
    }
    .card--vertical.card--xl .card__text
    {
        grid-area: 3 / 1 / 4 / 2;
    }
    .card--vertical.card--xl .card__text .card__type
    {
        top: 207px; 

        width: 60px;
        height: 60px;
    }
    .card--vertical.card--xl .card__text .link .link__image
    {
        grid-area: 1 / 1 / 2 / 2;
    }
    .card--vertical.card--xl .card__text .link .cta
    {
        top: 267px;
        bottom: auto;

        width: 60px;
        height: 60px;

        background-size: 60px;
    }
    .card--vertical.card--xl .card__text .link:focus .cta,
    .card--vertical.card--xl .card__text .link:hover .cta
    {
        -webkit-animation: cta-h--60 .3s linear;
                animation: cta-h--60 .3s linear;

        background-color: #5e9eff;
    }
}
.card--report
{
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) auto;
}
.card--report .card__data
{
    grid-area: 1 / 1 / 2 / 2;
}
.card--report .card__text
{
    padding-right: 50px; 

    grid-area: 2 / 1 / 3 / 2;
}
.card--report .card__text .link__text
{
    font-size: 1.25rem;
    line-height: 1.6875rem;
}
.card--report .cta
{
    top: auto;
    bottom: 0;

    width: 40px;
    height: 40px;
}
@media (min-width: 768px)
{
    .card--report
    {
        height: 230px;
    }
    .card--report .cta
    {
        width: 60px;
        height: 60px;

        background-size: 60px;
    }
    .card--report .link:hover .cta,
    .card--report .link:focus .cta
    {
        -webkit-animation: cta-h--60 .3s linear;
                animation: cta-h--60 .3s linear;
    }
}
.card--high
{
    min-height: 352px;

    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}
.card--high .card__image
{
    grid-area: 1 / 1 / 3 / 2;
}
.card--high .card__image:before
{
    display: block;

    width: 100%;
    height: 127px;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(rgba(30, 0, 0, .8), rgba(0, 0, 0, 0));
    background:    linear-gradient(rgba(30, 0, 0, .8), rgba(0, 0, 0, 0));
}
.card--high .card__data
{
    z-index: 10; 

    grid-area: 1 / 1 / 2 / 2;
}
.card--high .card__data *
{
    color: #fff;
}
.card--high .card__text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 50px; 

    grid-area: 2 / 1 / 3 / 2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card--high .card__text .card__title
{
    line-height: 1.875rem;

    color: #fff; 

    -webkit-line-clamp: 3;
}
.card--high .card__text .card__type
{
    top: 270px;
}
.card--high .card__text .link__text
{
    font-family: 'Telefonica-sans-light';
    font-weight: 400;
    line-height: 2.3125rem; 

    display: inline;

    padding: 0 4px;

    color: #fff;
    border-bottom: 1px solid transparent;
    background-color: rgba(0, 50, 69, .8);
}
.card--high .card__text .link__text:focus,
.card--high .card__text .link__text:hover
{
    border-bottom: 1px solid #fff;
}
.card--high .card__text .cta
{
    top: auto;
    bottom: 0;
}
@media (min-width: 768px)
{
    .card--high
    {
        height: 560px;
    }
    .card--high .card__data
    {
        padding: 30px 30px 12px 30px;
    }
    .card--high .card__text
    {
        padding: 0 100px 30px 30px;
    }
    .card--high .card__text .card__title
    {
        line-height: 2.5rem;
    }
    .card--high .card__text .card__type
    {
        top: 398px;
        bottom: auto;

        width: 80px; 
        height: 80px;
    }
    .card--high .card__text .card__type .icon
    {
        width: 36px;
        height: 36px;
    }
    .card--high .card__text .link__text
    {
        font-size: 1.875rem;
    }
    .card--high .card__text .link .cta
    {
        width: 80px;
        height: 80px;

        background-size: 80px;
    }
    .card--high .card__text .link:focus .cta,
    .card--high .card__text .link:hover .cta
    {
        -webkit-animation: cta-h--80 .3s linear;
                animation: cta-h--80 .3s linear;
    }
}

.info__cat
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .6875rem;
    line-height: .75rem;

    display: block;

    margin-bottom: 3px; 

    text-decoration: none;
    letter-spacing: .05rem;
    text-transform: uppercase;

    color: #58617a;
}

.info__date
{
    font-family: 'Telefonica-sans-regular';
    font-size: .8125rem;
    line-height: 1.125rem;

    letter-spacing: .01rem; 

    color: #031a34;
}

.tf-cookie-block
{
    z-index: 25;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 25px;

    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    text-align: center;

    opacity: 0;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuXzQ4UkNCbiIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjciIGhlaWdodD0iNyIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iNyIgc3Ryb2tlPSIjRThFQ0VGIiBzdHJva2Utd2lkdGg9IjEwIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuXzQ4UkNCbikiIG9wYWNpdHk9IjEiLz48L3N2Zz4=');
    background-repeat: repeat;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.tf-cookie-block__text
{
    font-size: .875rem;
    line-height: 1.5rem; 

    margin-bottom: 20px;
}
.tf-cookie-block p
{
    font-size: .9375rem;
    line-height: 1.5rem;

    margin-bottom: 10px;

    color: #414b61;
}

.cookie-35 .rrss__block--facebook .tf-cookie-block
{
    display: none;
}

.cookie-24 .tf-video .tf-cookie-block,
.cookie-24 .tf-media .tf-cookie-block,
.cookie-24 .tf-landing__content .tf-cookie-block,
.cookie-24 .rrss__block--youtube .tf-cookie-block
{
    display: none;
}

.cookie-24 .tf-video .tf-landing__external,
.cookie-24 .tf-video .tf-video__container,
.cookie-24 .tf-video .tf-media__content,
.cookie-24 .tf-media .tf-landing__external,
.cookie-24 .tf-media .tf-video__container,
.cookie-24 .tf-media .tf-media__content,
.cookie-24 .tf-landing__content .tf-landing__external,
.cookie-24 .tf-landing__content .tf-video__container,
.cookie-24 .tf-landing__content .tf-media__content,
.cookie-24 .rrss__block--youtube .tf-landing__external,
.cookie-24 .rrss__block--youtube .tf-video__container,
.cookie-24 .rrss__block--youtube .tf-media__content
{
    display: block;
}

.cookie-24 .cookies-video-button
{
    display: none !important;
}

.cookie-345 .rrss__block--twitter .tf-cookie-block
{
    display: none;
}

.cookie-2 .hero-video--full .tf-media__content
{
    display: block;
}

.cookie-2 .hero-video--full .tf-cookie-block
{
    display: none;
}

.date
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 0 20px 0; 

    color: #58617a;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.date .date__text
{
    margin: 0 0 0 13px;
}

.high-list
{
    margin-bottom: 35px;
}
.high-list__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    border-bottom: 1px solid #d1d5e4; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.high-list__header .icon
{
    min-width: 36px; 
    height: 36px;
    margin-right: 28px;

    fill: #031a34;
}
.high-list__title
{
    margin: 0;
}
.high-list__item
{
    font-size: .8125rem;
    line-height: 1.5rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
        flex-direction: column;

    padding: 12px 0; 

    letter-spacing: .01em;

    color: #58617a;
    border-bottom: 1px solid #d1d5e4;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (min-width: 768px)
{
    .high-list__item
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}
.high-list__item a
{
    font-size: .9375rem;
}
.high-list__item span
{
    min-width: 75px;
    margin-right: 10px;

    white-space: nowrap; 
    word-break: keep-all;
}
.high-list--2col .high-list__list
{
    display: grid;

    grid-template-columns: 1fr;
}
@media (min-width: 768px)
{
    .high-list--2col .high-list__list
    {
        grid-template-columns: 1fr 1fr;
    }
}
.high-list--3col .high-list__list
{
    display: grid;

    grid-template-columns: 1fr;
}
@media (min-width: 768px)
{
    .high-list--3col .high-list__list
    {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1280px)
{
    .high-list--3col .high-list__list
    {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.high-list--report .high-list__header
{
    min-height: 130px;
    padding: 0; 

    border-top: 1px solid #d1d5e4;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.high-list--report .high-list__col
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.high-list--report .high-list__list
{
    display: grid;

    grid-template-columns: 1fr;
}
@media (min-width: 768px)
{
    .high-list--report .high-list__list
    {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 768px)
{
    .high-list--report
    {
        margin-bottom: 140px;
    }
}

.download
{
    font-family: 'Telefonica-sans-medium'; 
    font-size: .8125rem;
    font-weight: 400;
    line-height: .9375rem;

    margin-bottom: 40px;
}
.download__date
{
    font-family: 'Telefonica-sans-regular';
    font-size: .9375rem;
    font-weight: normal; 
    font-style: normal;
    line-height: 1.5rem;

    display: block;

    margin: 10px 0 5px 0;

    text-align: left;
    letter-spacing: .01em;
    letter-spacing: .01em;

    color: #58617a;
}
.download__link
{
    font-family: 'Telefonica-sans-demibold';
    font-weight: 600;
    font-style: normal;
    line-height: 1.125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 44px;
    margin-bottom: 2px;
    padding: 5px 20px;

    cursor: pointer;
    -webkit-transition: all .1s ease-out;
         -o-transition: all .1s ease-out;
            transition: all .1s ease-out; 
    text-decoration: none;
    letter-spacing: .01em;

    background-color: #f2f4ff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.download__link:hover,
.download__link:focus
{
    text-decoration: none; 

    color: #fff;
    background-color: #06f;
}
.download__link:hover .download__icon,
.download__link:focus .download__icon
{
    fill: #fff;
}
.download__link:focus
{
    outline: none;
}
.download__link:focus-visible
{
    outline: solid;
}
.download__icon
{
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin-right: 15px;

    -webkit-transition: none;
         -o-transition: none;
            transition: none; 
    vertical-align: middle;

    fill: #031a34;
}
.download__head
{
    margin-bottom: 10px;
}
.download__subhead
{
    font-size: 1rem;
    line-height: 1.875rem;
}
.download__subhead p
{
    margin-bottom: 5px;
}
.download__info
{
    font-family: 'Telefonica-sans-demibold'; 
    font-size: .8125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 30%;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 768px)
{
    .download__info
    {
        font-family: 'Telefonica-sans-regular'; 
        font-weight: 400;
    }
}
.download__title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    max-width: 70%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download__text
{
    display: -webkit-inline-box; 
    overflow: hidden;

    max-width: 100%;

       text-overflow: ellipsis;

    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
}
.download__language
{
    font-family: monospace;
    font-family: 'Telefonica-sans-demibold';
    font-weight: bold;

    overflow: hidden;

    width: 2ch; 
    margin-right: 3px;

    text-transform: uppercase;
}
@media (min-width: 768px)
{
    .download__language
    {
        font-family: 'Telefonica-sans-regular';
        font-weight: 400;
        font-weight: 400;

        width: auto; 

        text-transform: none;
    }
}

.event
{
    display: grid;

    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0; 

    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content auto -webkit-min-content -webkit-min-content;
    grid-template-rows:         min-content auto min-content min-content;
}
.event__title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 0;
    padding: 18px 18px 10px 18px;

    color: #031a34; 

    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.event__title [class^='heading']
{
    margin-bottom: 0;
}
.event__title .icon
{
    width: 36px;
    height: 36px;
    margin-right: 20px;
}
.event__link
{
    padding: 18px; 

    grid-area: 4 / 1 / 5 / 2;
}
.event__text
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.0625rem; 

    padding: 18px;

    grid-area: 3 / 1 / 4 / 2;
}
.event__text [class^='heading']
{
    margin-bottom: 25px;

    color: #031a34;
}
.event__text p
{
    line-height: 1.875rem;
}
.event__desc
{
    visibility: hidden;

    height: 0;
}
.event__actions .button
{
    margin-right: 10px;
}
.event__image
{
    width: 100%;

    background-size: cover; 

    grid-area: 2 / 1 / 3 / 2;
}
.event__date
{
    font-size: 1rem;
    line-height: 1.875rem;
}
.event .icon
{
    fill: #031a34;
}
.event__info
{
    margin-bottom: 30px;
}
.event__info .list
{
    margin: 0; 

    list-style: none;
}
.event__info .list__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.event__info .list li
{
    color: #031a34;
}
.event__info .list li:first-child
{
    color: #58617a;
}
.event__info .list li:first-child .icon
{
    fill: #58617a;
}
.event__info .icon
{
    width: 24px;
    height: 24px;
    margin-right: 10px;

    fill: #58617a;
}
@media (min-width: 768px)
{
    .event
    {
        padding: 70px 0;

        grid-template-columns: 1fr 1fr;
        grid-template-rows: -webkit-min-content auto;
        grid-template-rows:         min-content auto;
    }
    .event__title
    {
        padding-bottom: 0; 

        grid-area: 1 / 1 / 2 / 2;
    }
    .event__text
    {
        padding-right: 45px; 

        grid-area: 2 / 1 / 3 / 2;
    }
    .event__info .list .item
    {
        margin-bottom: 15px;
    }
    .event__image
    {
        max-height: 422px; 

        grid-area: 1 / 2 / 3 / 3;
    }
}
@media (min-width: 768px) and (min-width: 1440px)
{
    .event__image
    {
        margin-right: -80px;
    }
}
@media (min-width: 768px)
{
    .event__desc
    {
        visibility: visible;

        height: auto;
        padding-right: 50px;
    }
    .event__actions
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.event.event--col
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
}

.wp-block-column .event
{
    grid-template-columns: 1fr;
}

.wp-block-column .event__image
{
    width: 100%;
    height: 206px; 

    grid-area: 2 / 1 / 3 / 2;
}

.wp-block-column .event__title
{
    margin-bottom: 15px; 

    grid-area: 1 / 1 / 2 / 2;
}

.wp-block-column .event__text
{
    grid-area: 3 / 1 / 4 / 2;
}

.hero
{
    background: #f2f4ff;
}
.hero__wrap
{
    display: grid;

    grid-template-rows: 206px auto;
}
.hero__image
{
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
}
.hero__data
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 18px; 

    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero__content
{
    position: relative; 

    display: grid;

    background: white;

    grid-template-rows: fit-content(100%) auto;
    grid-template-columns: 1fr;
}
.hero__text
{
    font-size: 1rem;
    line-height: 1.875rem;

    padding: 0 18px 18px 18px;

    color: #414b61; 

    grid-area: 2 / 1 / 3 / 2;
}
.hero__title
{
    margin-bottom: 10px;
}
.hero__subtext
{
    visibility: hidden;

    height: 0;
}
.hero .card__type
{
    top: -80px;
    bottom: auto;
}
.hero .cta
{
    position: absolute;
    top: -40px;
    right: 0;

    width: 40px; 
    height: 40px;
}
.hero .link
{
    line-height: 2.5rem; 

    display: -webkit-inline-box;
    overflow: hidden;

    text-decoration: none;
       text-overflow: ellipsis;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
}
.hero .link__text
{
    font-size: 1.75rem;
    line-height: 2.1875rem; 

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;

    border-bottom: 1px solid transparent;
}
@media (min-width: 768px)
{
    .hero .link__text
    {
        font-size: 2.375rem;
        line-height: 3rem;
    }
}
.hero .link:focus,
.hero .link:hover
{
    color: #06f;
    background-size: 100% 2px;
}
.hero .link:focus .cta,
.hero .link:hover .cta
{
    -webkit-animation: cta-h .3s linear;
            animation: cta-h .3s linear;

    background-color: #5e9eff;
}
.hero .tf-tag
{
    margin: 0;
    padding: 0;

    border: 0;
}
.hero .tf-tag a,
.hero .tf-tag .tf-tag__item
{
    margin: 0;
}
.hero a
{
    text-decoration: none;
}
@media (min-width: 768px)
{
    .hero__wrap
    {
        max-width: 1224px;
        height: 588px;
        margin: 0 auto; 

        grid-template-columns: minmax(200px, 410px) 80px 1fr;
        grid-template-rows: 80px 400px 108px;
    }
    .hero__content
    {
        z-index: 1;

        display: grid;

        height: 485px;

        border-radius: 0 0 18px 0; 
        background: white;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
                box-shadow: 0 4px 20px rgba(0, 0, 0, .05);

        grid-area: 1 / 1 / 3 / 3;
    }
    .hero__image
    {
        background-repeat: no-repeat; 
        background-position: center;
        background-size: cover;

        grid-area: 2 / 2 / 4 / 4;
    }
    .hero__data
    {
        padding: 35px 35px 20px 35px;
    }
    .hero__text
    {
        font-size: 1.0625rem;
        line-height: 1.875rem; 

        position: relative;

        padding: 0 40px 15px 35px;

        grid-area: 2 / 1 / 3 / 3;
    }
    .hero__subtext
    {
        font-family: 'Telefonica-sans-regular';

        display: -webkit-inline-box; 
        visibility: visible;
        overflow: hidden;

        height: auto;
        padding: 0 65px 0 0;

        text-decoration: none;
           text-overflow: ellipsis;

        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
    }
    .hero .card__type
    {
        top: auto;
        bottom: 80px;

        width: 80px;
        height: 80px;
    }
    .hero .card__type .icon
    {
        width: 24px;
        height: 24px;
    }
    .hero .cta
    {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;

        width: 80px;
        height: 80px;

        border-radius: 0 0 18px 0; 
        background-size: 80px;
    }
    .hero .link
    {
        line-height: 3.25rem;
    }
    .hero .link:focus .cta,
    .hero .link:hover .cta
    {
        -webkit-animation: cta-h--80 .3s linear;
                animation: cta-h--80 .3s linear;
    }
}
@media (min-width: 1280px)
{
    .hero__image
    {
        margin-right: -50px;
    }
}

.hero-video
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 400px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.hero-video::before
{
    display: none;
}
@media (min-width: 1280px)
{
    .hero-video::before
    {
        position: absolute;
        z-index: -1; 
        left: 0;

        display: initial;

        width: calc(100vw - 8px);
        height: 320px;
        margin-top: 40px;

        content: '';

        background-color: #f2f4ff;
    }
}
.hero-video__content
{
    padding: 53px 15px 35px 20px; 

    color: #fff;
    background-color: #06f;
}
@media (min-width: 768px)
{
    .hero-video__content
    {
        max-width: 36%;
        padding: 70px 75px 35px 70px;
    }
}
.hero-video__video
{
    display: grid;

    width: 100%;
    max-width: 803px; 

    background-color: #06f;

    -ms-flex-line-pack: center;
    align-content: center;
}
.hero-video__video .tf-video
{
    height: 100%;
}
.hero-video__title
{
    margin-bottom: 35px;

    color: #fff;
}
@media (min-width: 768px)
{
    .hero-video__title
    {
        font-size: 1.75rem;
        line-height: 2.1875rem; 

        margin-bottom: 20px;
    }
}
.hero-video__text
{
    font-size: 1.0625rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.875rem;

    margin-bottom: 35px; 

    letter-spacing: .01em;
}
.hero-video a,
.hero-video__link
{
    font-size: 1.0625rem;
    line-height: 1.75rem;
}
.hero-video--full
{
    min-height: auto; 
    margin-bottom: 35px;
}
@media (min-width: 1280px)
{
    .hero-video--full::before
    {
        height: 600px;
    }
}
@media (min-width: 768px)
{
    .hero-video--full .tf-cookie-block
    {
        height: 690px;
    }
}
.hero-video--full .hero-video__video
{
    max-width: none;
}
.hero-video--full .hero-video__share
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: white; 

    padding-block: 15px;
    padding-inline: 10px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
@media (min-width: 768px)
{
    .hero-video--full .hero-video__share .list__link
    {
        width: 32px;
        height: 32px;
    }
    .hero-video--full .hero-video__share .list__link .icon
    {
        width: 18px;
        height: 18px;
    }
}
@media (min-width: 1280px)
{
    .hero-video--full .hero-video__share
    {
        padding-inline: 0;
    }
}
@media (min-width: 768px)
{
    .hero-video
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.tf-highlight
{
    font-family: 'Telefonica-sans-regular';

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 200px;
    margin-bottom: 35px;
    padding: 30px 35px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 

    border-radius: 0 0 18px 0;
    background-color: #1d2433;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    background-blend-mode: overlay;
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tf-highlight:focus,
.tf-highlight:hover
{
    background-color: rgba(43, 52, 71, .8);
}
.tf-highlight *
{
    color: #fff;
}
.tf-highlight__title
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.75rem;
    line-height: 1.875rem;

    z-index: 1; 

    margin-bottom: 15px;
}
.tf-highlight p.tf-highlight__text
{
    font-family: 'Telefonica-sans-medium';
    font-size: .9375rem;
    line-height: 1.5rem;

    z-index: 1;

    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 10px;

    letter-spacing: .01em; 

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tf-highlight__link
{
    z-index: 1;
}
.tf-highlight__link:hover
{
    text-decoration: none;
}
.tf-highlight__link
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%; 
    height: 100%;

    border-radius: 0 0 18px 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tf-highlight__link:focus .cta,
.tf-highlight__link:hover .cta
{
    -webkit-animation: cta-h .3s linear;
            animation: cta-h .3s linear;
}
.tf-highlight .cta
{
    position: absolute;
    right: 0;
    bottom: 0;

    border-radius: 0 0 18px 0;
    background-size: 40px;
}
@media (min-width: 768px)
{
    .tf-highlight
    {
        min-height: 300px; 
        padding: 25px 70px 35px 60px;
    }
    .tf-highlight .cta
    {
        width: 60px;
        height: 60px;

        background-size: 60px;
    }
    .tf-highlight__title
    {
        font-family: 'Telefonica-sans-light'; 
        font-size: 4.875rem;
        line-height: 5.5rem;
    }
    .tf-highlight p.tf-highlight__text
    {
        font-size: 1.0625rem;
        line-height: 1.875rem;
    }
    .tf-highlight__link
    {
        z-index: 3;
    }
    .tf-highlight__link:focus .cta,
    .tf-highlight__link:hover .cta
    {
        -webkit-animation: cta-h--60 .3s linear;
                animation: cta-h--60 .3s linear;
    }
    .tf-highlight p.tf-highlight__text
    {
        font-family: 'Telefonica-sans-regular'; 
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 2.375rem;
    }
}
.tf-highlight--hero
{
    height: auto; 
    min-height: 400px;
    padding: 80px 80px 30px 18px;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tf-highlight--hero .tf-highlight__title
{
    font-size: 2.375rem;
    line-height: 3rem;
}
.tf-highlight--hero .tf-highlight__title strong
{
    font-weight: normal;
}
.tf-highlight--hero.tf-highlight__link:focus .cta,
.tf-highlight--hero.tf-highlight__link:hover .cta
{
    -webkit-animation: cta-h--60 .3s linear;
            animation: cta-h--60 .3s linear;
}
.tf-highlight--hero p.tf-highlight__text
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .9375rem; 
    line-height: 1.875rem;
}
.tf-highlight--hero .cta
{
    width: 60px;
    height: 60px;

    background-size: 60px;
}
@media (min-width: 768px)
{
    .tf-highlight--hero
    {
        height: 673px;
        margin-bottom: 70px;
        padding: 20px 100px 80px 106px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tf-highlight--herothis__link:focus .cta,
    .tf-highlight--herothis__link:hover .cta
    {
        -webkit-animation: cta-h--80 .3s linear;
                animation: cta-h--80 .3s linear;
    }
    .tf-highlight--hero .tf-highlight__title
    {
        font-size: 4.875rem;
        line-height: 5.5rem;

        padding-top: 300px;
    }
    .tf-highlight--hero p.tf-highlight__text
    {
        font-family: 'Telefonica-sans-regular'; 
        font-size: 1.375rem;
        line-height: 2.375rem;
    }
    .tf-highlight--hero .cta
    {
        width: 80px;
        height: 80px;

        background-size: 80px;
    }
}

@media (min-width: 1280px)
{
    .tf-highlight__wrap::before
    {
        position: absolute;
        z-index: -1; 
        left: 0;

        width: 100%;
        height: 513px;
        margin-top: 80px;

        content: '';

        background-color: #e8ecef;
    }
}

.grid .tf-highlight:not(.tf-highlight--hero),
.post .tf-highlight:not(.tf-highlight--hero),
.wp-block-columns .tf-highlight:not(.tf-highlight--hero)
{
    min-height: 200px;
    padding: 25px 60px 25px 40px;
}
.grid .tf-highlight:not(.tf-highlight--hero) .tf-highlight__title,
.post .tf-highlight:not(.tf-highlight--hero) .tf-highlight__title,
.wp-block-columns .tf-highlight:not(.tf-highlight--hero) .tf-highlight__title
{
    font-family: 'Telefonica-sans-regular'; 
    font-size: 1.75rem;
    line-height: 2.1875rem;
}
.grid .tf-highlight:not(.tf-highlight--hero) p.tf-highlight__text,
.post .tf-highlight:not(.tf-highlight--hero) p.tf-highlight__text,
.wp-block-columns .tf-highlight:not(.tf-highlight--hero) p.tf-highlight__text
{
    font-size: 1.0625rem;
    line-height: 1.875rem;
}

.high-quote
{
    margin-bottom: 70px;
    padding: 35px 20px;

    color: #fff; 
    border: 1px solid #d1d5e4;
    background: #06f;
}
.high-quote::before
{
    display: none;
}
@media (min-width: 1280px)
{
    .high-quote::before
    {
        position: absolute;
        z-index: -1; 
        left: 0;

        display: initial;

        width: calc(100vw - 8px);
        height: 360px;
        margin-top: -60px;

        content: '';

        background-color: #f2f4ff;
    }
}
.high-quote__text
{
    font-family: 'Telefonica-sans-light'; 

    color: #fff;
}
.high-quote figure
{
    margin: 0;
}
.high-quote blockquote
{
    margin: 0 0 35px 0;
}
.high-quote figcaption
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.high-quote__author
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.high-quote__author p
{
    margin: 3px 0;
}
.high-quote__title
{
    font-family: 'Telefonica-sans-demibold'; 
    font-size: .9375rem;
    line-height: 1.5rem;
}
.high-quote__subtitle
{
    font-size: .9375rem;
    line-height: 1.5rem;
}
.high-quote__link
{
    font-family: 'Telefonica-sans-demibold';
    font-size: 1.0625rem;
    line-height: 1.75rem;

    color: #fff;
}
.high-quote__avatar img
{
    min-width: 62px;
    height: 62px;

    border-radius: 50%;
}
.high-quote__info
{
    padding-left: 15px;
}
.high-quote__icon
{
    width: 38px;
    height: 27px;
    margin-bottom: 15px; 

    fill: #fff;
}
@media (min-width: 1280px)
{
    .high-quote
    {
        margin-bottom: 140px; 
        padding: 100px 100px 80px 100px;
    }
    .high-quote blockquote
    {
        margin: 0 0 45px 0;
    }
    .high-quote figcaption
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .high-quote__text
    {
        font-size: 3rem;
        line-height: 3.75rem;
    }
    .high-quote__avatar img
    {
        min-width: 80px;
        height: 80px;
    }
    .high-quote__author
    {
        margin-bottom: 0;
    }
    .high-quote__title
    {
        font-family: 'Telefonica-sans-demibold'; 
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .high-quote__subtitle
    {
        font-size: .875rem;
        line-height: 1.5rem;
    }
}

.home-cover
{
    color: #fff; 
    background-color: #06f;
}
.home-cover__title
{
    display: -webkit-inline-box;
    overflow: hidden;

       text-overflow: ellipsis; 

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -o-text-overflow: ellipsis;
}
.home-cover__left
{
    position: relative; 

    margin-bottom: 30px;
    padding: 35px 15px 45px 15px;
}
.home-cover__left p
{
    display: -webkit-inline-box;
    overflow: hidden;

       text-overflow: ellipsis; 

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -o-text-overflow: ellipsis;
}
.home-cover__content
{
    display: grid;
}
.home-cover__quote
{
    width: 36px; 
    height: 26px;
    margin-bottom: 10px;

    fill: #fff;
}
.home-cover a
{
    text-decoration: none;

    color: #fff;
}
.home-cover a:focus,
.home-cover a:hover
{
    color: #5e9eff;
}
.home-cover a:focus .cta,
.home-cover a:hover .cta
{
    -webkit-animation: cta-h .3s linear;
            animation: cta-h .3s linear;

    background-color: #5e9eff;
    background-image: url('data:image/svg+xml,%3Csvg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M26.451 20.145a.507.507 0 000-.387c-.012-.03-.034-.053-.05-.079-.016-.027-.028-.056-.052-.081l-5.138-5.437a.515.515 0 00-.748.707l4.319 4.567h-9.777a.515.515 0 000 1.031h9.777l-4.413 4.665a.516.516 0 00.02.728.516.516 0 00.727-.02l5.233-5.535c.024-.024.034-.054.053-.082.015-.025.037-.047.05-.077z\' fill=\'%23fff\'/%3E%3C/svg%3E');
}
.home-cover .cta
{
    position: absolute;
    bottom: 0; 

    background-color: #fff;
}
@media (min-width: 768px)
{
    .home-cover
    {
        background: #06f;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #06f), color-stop(50%, #fff), to(#fff));
        background: -o-linear-gradient(left, #06f 50%, #fff 50%, #fff 100%);
        background:    linear-gradient(90deg, #06f 50%, #fff 50%, #fff 100%);
    }
    .home-cover__content
    {
        height: 600px;

        background: #020024;
        background: -o-linear-gradient(left, #06f calc(100% - 210px), #fff calc(100% - 210px), #fff 100%);
        background:    linear-gradient(90deg, #06f calc(100% - 210px), #fff calc(100% - 210px), #fff 100%); 

        grid-template-columns: minmax(340px, 400px) minmax(460px, auto);
    }
    .home-cover__left
    {
        position: relative; 

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-bottom: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home-cover__left p
    {
        -webkit-line-clamp: 4;
    }
    .home-cover__right
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        padding-left: 89px; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home-cover__img
    {
        grid-area: 1 / 2 / 2 / 3;
    }
    .home-cover .cta
    {
        position: absolute;
        right: 0;
        bottom: 0;

        width: 80px; 
        height: 80px;

        background-size: 80px;
    }
    .home-cover a:focus .cta,
    .home-cover a:hover .cta
    {
        -webkit-animation: cta-h--80 .3s linear;
                animation: cta-h--80 .3s linear;
    }
}

.home-distributor-wrapper
{
    display: grid;

    gap: 100px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px)
{
    .home-distributor-wrapper
    {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1280px)
{
    .home-distributor-wrapper
    {
        grid-template-columns: repeat(4, 1fr);
    }
}

.home-distributor
{
    margin-bottom: 15px;
}
.home-distributor__icon
{
    width: 48px;
    height: 48px;
    margin-bottom: 30px;

    fill: #06f;
}
.home-distributor__title
{
    font-family: 'Telefonica-sans-medium';
    font-size: .8125rem;
    line-height: 150%;

    margin-bottom: 10px;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: #031a34;
}
.home-distributor__text
{
    font-size: .9375rem;
    line-height: 1.5rem;

    margin-bottom: 10px; 

    letter-spacing: .01em;

    color: #414b61;
}
.home-distributor__link
{
    font-size: .9375rem;
    line-height: 1.5rem;

    text-decoration: underline;
    letter-spacing: .01em; 

    color: #031a34;
}
.home-distributor:hover .home-distributor__icon
{
    fill: #5e9eff;
}
.home-distributor:hover .home-distributor__title
{
    color: #06f;
}
.home-distributor:hover .home-distributor__link
{
    color: #5e9eff;
}
@media (min-width: 768px)
{
    .home-distributor
    {
        margin-bottom: 35px;
    }
}

.home-company
{
    background-color: #f2f4ff;
    background-repeat: repeat;
    background-position: top;
}
.home-company__left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;
    padding: 35px 20px; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.home-company__left p
{
    font-size: 1.375rem;
    line-height: 2.375rem;
}
.home-company__right
{
    background: #f2f4ff;
}
.home-company__right .icon
{
    width: 120px;
    height: 32px;
    margin-bottom: 15px; 

    fill: #06f;
}
.home-company__business
{
    font-size: .9375rem; 
    line-height: 1.5rem;

    padding: 35px 25px 10px 25px;
}
.home-company__business__list
{
    padding: 20px 0 0 0;
}
.home-company__business__item
{
    margin-bottom: 40px;
}
.home-company__business__item:last-child
{
    margin-bottom: 0;
}
.home-company__business p
{
    font-size: .9375rem;
    line-height: 1.5rem;
}
.home-company__map
{
    width: 100%;
    margin-bottom: 20px;
}
.home-company__decor
{
    width: 100%;
}
.home-company__countries
{
    width: 100%;
}
.home-company__countries ul
{
    display: grid;

    margin: 0; 

    grid-template-columns: 1fr 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows:         min-content;
}
.home-company__countries li
{
    font-size: 1.0625rem;

    margin: 0; 
    padding: 15px 10px 15px 0;
}
.home-company__countries p
{
    font-size: 1.0625rem;
}
.home-company__marks
{
    position: relative; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 35px 0;

    border-top: 1px solid #b0b6ca;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-company__marks::before
{
    position: absolute; 
    top: 0;

    width: 100%;

    content: '';

    border-top: 1px solid #fff;
}
.home-company__logos
{
    display: grid;

    width: 100%; 
    margin-bottom: 35px;

    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    place-items: center;
}
.home-company__logos .icon
{
    width: 78px;
    height: 78px;

    fill: #06f;
}
.home-company__logos a:hover .icon,
.home-company__logos a:focus .icon
{
    fill: #5e9eff;
}
.home-company__content
{
    height: 100%;
}
@media (min-width: 768px)
{
    .home-company
    {
        background-image: url('../../../wp-content/themes/telefonica-theme/img/jpg/home-bg.jpg');
    }
    .home-company__content
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        max-width: 1224px;
        margin: 0 auto; 

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .home-company__business
    {
        padding: 45px 35px 35px 35px;
    }
    .home-company__right
    {
        max-width: 419px;
    }
    .home-company__logos
    {
        max-width: 56%;
        margin-bottom: 0;

        place-items: flex-start;
    }
    .home-company__marks
    {
            flex-direction: row;

        padding: 37px 0 69px 0; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .home-company__map
    {
        width: 378px; 
        min-width: 378px;
    }
}
@media (min-width: 1280px)
{
    .home-company
    {
        height: 823px;
        padding-top: 60px;
    }
    .home-company__world
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-company__countries
    {
        padding: 0 10px 10px 40px;
    }
    .home-company__left
    {
        padding: 0 50px 0 20px;
    }
}

.intro
{
    margin: 0 0 35px 0;
}
.intro__wrap
{
    display: grid;

    max-width: 1224px;
    margin: 0 auto;
    padding: 20px 16px 0 16px;
}
.intro a
{
    text-decoration: underline;
}
.intro__content
{
    padding-right: 100px;
}
.intro__content p
{
    margin-bottom: 40px;
}
.intro__image
{
    position: relative;

    width: 100%;
    min-width: 400px;
    min-height: 206px;
    max-height: 405px;

    background-repeat: no-repeat;
}
.intro__square
{
    position: absolute;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 80px; 
    height: 80px;

    background: #6e7894;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.intro__square .icon
{
    width: 24px; 
    height: 24px;
}
.intro__text p
{
    font-size: .9375rem;
    line-height: 1.5rem;

    letter-spacing: .01em;
}
.intro__title
{
    font-family: 'Telefonica-sans-regular'; 
    font-size: 1.75rem;
    line-height: 2.1875rem;
}
@media (min-width: 768px)
{
    .intro .intro__title
    {
        font-size: 3.625rem;
        line-height: 4.5625rem;

        margin-bottom: 40px;
    }
    .intro .intro__text p
    {
        font-size: 1.375rem;
    }
}
@media (min-width: 1280px)
{
    .intro .intro__wrap
    {
        padding: 20px 0 0 0;
    }
}
.intro--tag
{
    max-width: 1224px; 
    margin: 0 auto;
}
.intro--tag .intro__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column-reverse; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
}
.intro--tag .intro__square
{
    width: 60px; 
    height: 60px;
}
.intro--tag .intro__text
{
    padding: 35px 18px 0 18px;
}
.intro--tag .intro__text p
{
    font-size: 1.0625rem;
    line-height: 1.875rem;
}
@media (min-width: 768px)
{
    .intro--tag
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .intro--tag::after
    {
        margin-bottom: 100px; 
        padding-bottom: 45px;
    }
    .intro--tag .intro__square
    {
        width: 80px; 
        height: 80px;
    }
}
@media (min-width: 1280px)
{
    .intro--tag
    {
        margin-bottom: 140px;
    }
    .intro--tag::after
    {
        position: absolute;
        left: 0;

        width: 100%;
        margin-bottom: 0; 
        padding-bottom: 0;

        content: '';

        border-bottom: 1px solid #d1d5e4;
    }
    .intro--tag .intro__wrap
    {
            flex-direction: row;

        margin-bottom: 45; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .intro--tag .intro__text
    {
        width: 50%;
        padding: 0 18px 0 0;
    }
    .intro--tag .intro__image
    {
        width: 50%;
        min-height: 360px;
    }
}
.intro--simple
{
    margin-bottom: 0;
}
.intro--simple::after
{
    display: none;
}
@media (min-width: 768px)
{
    .intro--simple .intro__text
    {
        width: 100%;
    }
}

.mega
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin: 0 0 70px 0; 

    background: #06f;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.mega__icon
{
    width: 42px;
    height: 42px;
    margin-bottom: 15px; 

    fill: #fff;
}
.mega__title
{
    font-family: 'Telefonica-sans-extralight';
    font-size: 1.5rem;
    line-height: 2rem;

    display: -webkit-box;
    overflow: hidden; 

    color: #fff;

    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.mega__title strong
{
    font-weight: normal !important;
}
.mega__media
{
    min-height: 200px; 
    margin: 0 0 20px 18px;

    background-size: cover;
}
.mega__content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.mega__left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    width: 100%;
    padding: 20px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.mega__right
{
    width: 100%;
}
@media (min-width: 768px)
{
    .mega
    {
            flex-direction: row;

        min-height: 470px; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .mega::before
    {
        position: absolute;
        z-index: -1; 
        left: 0;

        width: 100%;
        height: 300px;
        margin-top: 80px;

        content: '';

        background-color: #e8ecef;
    }
    .mega .mega__title
    {
        font-family: 'Telefonica-sans-extralight'; 
        font-size: 3rem;
        line-height: 3.75rem;
    }
    .mega .mega__right
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%; 

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .mega .mega__left
    {
        padding: 70px 20px 60px 106px;
    }
    .mega .mega__media
    {
        width: 100%; 
        max-width: 488px;
        height: 268px;
    }
    .mega .mega__content
    {
            flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.entry-content .mega
{
    margin: 0 -18px 70px -18px;
}
@media (min-width: 768px)
{
    .entry-content .mega
    {
        margin: 0 0 140px;
    }
}

.message
{
    min-height: 40px; 
    margin-bottom: 35px;
    padding: 5px 10px 10px 40px;

    background-repeat: no-repeat;
}
.message p,
.message__text
{
    font-size: .9375rem;
    line-height: 1.5rem;

    margin-bottom: 10px;
}

.modal
{
    position: fixed;
    z-index: 100024;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(3, 26, 52, .76);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.modal.is-open
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal.is-open .modal__box
{
    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
    -webkit-animation: modal .3s;
            animation: modal .3s;
}
.modal__box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-width: 300px;
    height: 100%;
    padding: 30px 28px 15px 28px; 

    background: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 25px; 

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.modal__title
{
    display: inline-block;

    width: 100%;
    padding-right: 10px;
}
.modal__close
{
    width: 35px;
    min-width: auto;
    height: 35px;
    min-height: auto;
    padding: 0;

    border: none;
    border: 1px solid transparent; 
    background-color: transparent;
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'24\' height=\'24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M13.643 12 23.657 1.984A1.16 1.16 0 1 0 22.017.342L12 10.357 1.984.342A1.16 1.16 0 0 0 .341 1.984L10.357 12 .341 22.016a1.16 1.16 0 1 0 1.643 1.64L12 13.638l10.016 10.016c.45.454 1.181.458 1.636.007l.006-.007a1.156 1.156 0 0 0 0-1.639L13.643 12Z\' fill=\'%2306F\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;

    fill: #06f;
}
.modal__close:hover,
.modal__close:focus
{
    fill: #5e9eff;
}
.modal__close:focus
{
    border: 1px solid #06f;
}
.modal__logo
{
    width: 85px;
    height: 24px;
}
.modal__content
{
    font-size: .875rem;
    line-height: 1.5rem;

    overflow: auto;

    padding: 0 10px 0 0;
}
.modal__content p
{
    font-size: .9375rem;
    line-height: 1.5rem;

    letter-spacing: .01em;
}
.modal__footer
{
    padding: 15px 0 0 0;

    text-align: right;
}
.modal__footer .button
{
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
}
.modal__footer .button:hover
{
    text-decoration: none;
}
.modal__footer label
{
    position: absolute;
    left: 0; 

    width: 100%;
    height: 100px;
}
@media (min-width: 768px)
{
    .modal__box
    {
        max-width: 600px;
        height: calc(100% - 20px);
        max-height: 550px;
        padding: 40px;

        border-radius: 6px;
    }
    .modal__close
    {
        background-size: 20px;
    }
    .modal__content
    {
        padding: 0 20px 0 0;
    }
    .modal__footer .button
    {
        width: auto;
        margin: 0 20px 0 0;
    }
    .modal__footer .button:last-child
    {
        margin-right: 0;
    }
}
.modal ::-webkit-scrollbar
{
    width: 8px;
    height: 8px;

    border-radius: 4px;
}
.modal ::-webkit-scrollbar-track
{
    background: #fff;
}
.modal ::-webkit-scrollbar-thumb
{
    width: 8px;
    height: 8px;

    border-radius: 10px; 
    background: #d1d5e4;
}
.modal ::-webkit-scrollbar-thumb:hover
{
    background: #b0b6ca;
}

.embed-responsive
{
    position: relative;

    margin-bottom: 35px; 
    padding-bottom: 56%;
}
.embed-responsive iframe
{
    position: absolute;

    width: 100%;
    height: 100%;
}

.sticky
{
    display: block;
}

.updated:not(.published)
{
    display: none;
}

.page-links
{
    clear: both;

    margin: 0 0 1.5em;
}

.page-header,
.entry-header
{
    padding: 18px 18px 0 18px;
}
@media (min-width: 1280px)
{
    .page-header,
    .entry-header
    {
        padding: 0;
    }
}
.page-header--line,
.entry-header--line
{
    margin-bottom: 35px; 

    border-bottom: 1px solid #d1d5e4;
}
@media (min-width: 1280px)
{
    .page-header--line,
    .entry-header--line
    {
        margin-bottom: 70px;
    }
}

.entry-content
{
    padding: 0 18px;
}
.entry-content p
{
    font-family: 'Telefonica-sans-regular';
    font-size: 1.0625rem;
    line-height: 1.875rem;
}
.entry-content strong
{
    font-weight: 700;
}
@media (min-width: 1280px)
{
    .entry-content
    {
        padding: 0;
    }
}

.single-post .site-footer
{
    padding-bottom: 50px;
}

.profile
{
    padding: 18px 18px 0 18px;
}
@media (min-width: 1280px)
{
    .profile
    {
        padding: 0;
    }
}

.profile-main
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column-reverse;

    margin-bottom: 40px;
    padding-bottom: 20px;

    border-bottom: 1px solid #d1d5e4;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.profile-main__name
{
    margin-bottom: 20px;
}
.profile-main__avatar
{
    width: 180px; 
    min-width: 180px;
    height: 180px;
    margin-bottom: 20px;

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;

    border-radius: 50%;
    background-size: cover;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.profile-main__role
{
    font-family: 'Telefonica-sans-regular';
}
@media (min-width: 768px)
{
    .profile-main
    {
            flex-direction: row;

        margin-bottom: 70px;
        padding-bottom: 35px; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .profile-main__name
    {
        margin-bottom: 20px;
    }
    .profile-main__role
    {
        font-size: 1.375rem;
        line-height: 2.375rem;
    }
    .profile-main__avatar
    {
        width: 250px;
        min-width: 250px;
        height: 250px;
    }
    .profile-main__text
    {
        padding-right: 36px;
    }
}
@media (min-width: 1280px)
{
    .profile-main__avatar
    {
        width: 383px;
        min-width: 383px;
        height: 383px;
    }
}

.profile-side p
{
    line-height: 1.875rem;

    margin-bottom: 5px;

    color: #031a34;
}

.profile-side__title
{
    margin-bottom: 25px; 
    padding-bottom: 10px;

    border-bottom: 4px solid #031a34;
}

.profile-side__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.profile-side__item
{
    width: 50%;
    margin-bottom: 35px;
    padding-right: 10px;
}

.profile-side__item__title
{
    font-size: .9375rem;
    line-height: 1.5rem;

    display: block; 

    margin-bottom: 5px;

    color: #58617a;
}

.profile-side__social
{
    display: grid;

    grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-columns:         min-content min-content min-content min-content;
}
.profile-side__social .button
{
    margin: 5px 10px 10px 0;
}

@media (min-width: 768px)
{
    .profile-side__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .profile-side__item
    {
        width: 100%;
    }
}

.profile-box
{
    font-size: .75rem;

    max-width: 280px;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 5px;
}
.profile-box p
{
    margin-bottom: 5px;
}
.profile-box__avatar
{
    display: block;

    width: 120px; 
    min-width: 120px;
    height: 120px;
    margin-bottom: 15px;

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;

    border-radius: 50%;
    background-size: cover;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.profile-box__head
{
    text-decoration: none;
}
.profile-box__head:hover .profile-box__avatar,
.profile-box__head:focus .profile-box__avatar
{
    opacity: .8;
}
.profile-box__name
{
    font-family: 'Telefonica-sans-medium';
    font-size: .9375rem;
    line-height: 1.5rem;

    display: block;

    margin-bottom: 10px;

    letter-spacing: .1em;

    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.profile-box__role
{
    font-size: .875rem;
    line-height: 1.5rem;

    letter-spacing: .01em;
}
.profile-box__link
{
    font-size: .9375rem;
    line-height: 1.5rem;

    display: none;

    text-decoration: underline;
}
@media (min-width: 768px)
{
    .profile-box p
    {
        margin-bottom: 15px;
    }
    .profile-box__avatar
    {
        min-width: 174px;
        height: 174px; 
        margin-bottom: 25px;
    }
    .profile-box__name
    {
        font-size: .8125rem;

        margin-bottom: 10px;

        text-decoration: none; 
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .profile-box__link
    {
        display: block;
    }
}

.profile-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-top: 1px solid #d1d5e4; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.profile-list .profile-box
{
    max-width: none; 
    margin-bottom: 0;
    padding: 35px 0;

    border-bottom: 1px solid #d1d5e4;

    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
}
@media (min-width: 768px)
{
    .profile-list .profile-box
    {
        max-width: 33%; 
        margin-bottom: 0;
        padding: 35px 0;

        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    }
}
@media (min-width: 1280px)
{
    .profile-list .profile-box
    {
        max-width: 25%; 

        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    }
}

.quote
{
    position: relative; 

    margin: 40px 0 40px 0;
    padding: 35px 25px 30px 25px;

    border: 1px solid #d1d5e4;
}
.quote__text,
.quote__text p
{
    font-family: 'PlayfairDisplay-italic'; 
    font-size: 1.5rem;
    line-height: 2.375rem;

    margin-bottom: 20px;
}
.quote__author
{
    font-size: 1.0625rem;

    margin-bottom: 0;
}
.quote__icon
{
    position: absolute;
    top: -10px;

    padding: 0 10px; 

    background: #fff;
}
.quote__icon .icon
{
    width: 39px;
    height: 28px;

    fill: #031a34;
}
.quote__share
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
}
.quote__share .list__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    margin-right: 15px;
}
.quote__share .list__item:last-child
{
    margin-right: 0;
}
.quote__share .list__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 26px;
    height: 26px;

    border-radius: 50%; 
    background: #06f;

    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quote__share .list__link .icon
{
    width: 14px;
    height: 14px;

    fill: #fff;
}
.quote__share .list__link:hover,
.quote__share .list__link:focus
{
    background: #5e9eff;
}
.quote__footer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 768px)
{
    .quote
    {
        padding: 35px 35px 25px 35px;
    }
}

.related
{
    margin-bottom: 40px; 
    padding: 25px;

    border: 1px solid #6e7894;
}
.related__link
{
    text-decoration: underline;
}
.related__link:focus,
.related__link:hover
{
    text-decoration: none;
}
.related__list
{
    color: #8f97af;
}
.related__list .related__item
{
    font-size: .875rem;
    line-height: 1.5rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    margin-bottom: 10px;
}
.related__list .related__item:before
{
    font-size: 2.25rem;
    line-height: 1.125rem;

    padding-right: 10px;

    content: '•';
    vertical-align: middle;

    color: #d1d5e4;
}

ul.social-list
{
    margin: 10px 0;
}
ul.social-list .social
{
    border-top: 0 none;
}
ul.social-list .social-item:first-child .social
{
    border-top: 1px solid #d1d5e4;
}
ul.social-list .main-social
{
    margin-bottom: 35px;

    border: 1px solid transparent;
}

.social
{
    font-size: .875rem;
    line-height: 1.5rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 0;

    text-decoration: none; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social:hover .social__user,
.social:active .social__user
{
    color: #06f;
}
.social .social__user
{
    text-decoration: underline;
}
.social__name
{
    margin-right: 15px;
}
.social .icon--social
{
    margin-right: 1.6875rem;
}

.social,
.main-social
{
    cursor: pointer;
}
.social:hover,
.social:active,
.main-social:hover,
.main-social:active
{
    text-decoration: none;
}
.social:hover .social__name,
.social:active .social__name,
.main-social:hover .social__name,
.main-social:active .social__name
{
    text-decoration: none;
}
.social:hover .social__user,
.social:active .social__user,
.main-social:hover .social__user,
.main-social:active .social__user
{
    color: #06f;
}
.social .social__name,
.main-social .social__name
{
    font-size: .9375rem;
    line-height: 1.5rem; 

    color: #58617a;
}

.social .icon--twitter,
.main-social .icon--twitter,
.social-card .icon--twitter,
.social-link .icon--twitter
{
    fill: #1da1f2;
}

.social .icon--facebook,
.main-social .icon--facebook,
.social-card .icon--facebook,
.social-link .icon--facebook
{
    fill: #1877f2;
}

.social .icon--youtube,
.main-social .icon--youtube,
.social-card .icon--youtube,
.social-link .icon--youtube
{
    fill: #f00;
}

.social .icon--instagram,
.main-social .icon--instagram,
.social-card .icon--instagram,
.social-link .icon--instagram
{
    fill: #c32aa3;
}

.social .icon--linkedin,
.main-social .icon--linkedin,
.social-card .icon--linkedin,
.social-link .icon--linkedin
{
    fill: #0a66c2;
}

.main-social
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
        flex-direction: row;

    padding: 25px 28px;

    text-decoration: none;

    border: 1px solid transparent; 
    border-radius: 0 0 12px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .2);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px)
{
    .main-social
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.main-social:hover
{
    border: 1px solid #67e0e5;
}
.main-social .social__user
{
    font-family: 'Telefonica-sans-medium';
    font-size: 1.125rem;
    line-height: 1.5rem;

    -ms-flex-item-align: start;
    align-self: flex-start;
}
.main-social .social__name
{
    font-family: 'Telefonica-sans-medium';
    font-size: .9375rem; 
    line-height: 1.5rem;

    -ms-flex-item-align: start;
    align-self: flex-start;
}
.main-social .icon--social
{
    width: 28px;
    height: 28px;
    margin-right: 27px;
}
@media (min-width: 768px)
{
    .main-social .icon--social
    {
        margin-bottom: 15px;
    }
}
.main-social .main-social__content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.icon-rounded
{
    width: 56px;
    height: 56px;

    border: 1px solid #6e7894;
    border-radius: 50%;
    background-color: #fff; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icon-rounded:hover,
.icon-rounded:active
{
    border-color: #fff;
}

.social-card
{
    position: relative;

    display: block;

    padding: 34px 34px 47px;

    text-decoration: none; 

    border: 1px solid #d1d5e4;
    border-radius: 0 0 12px 0;
    background-color: #fff;
}
.social-card:hover,
.social-card:active
{
    text-decoration: none;
}
.social-card:hover .icon-rounded,
.social-card:active .icon-rounded
{
    border-color: #5e9eff;
}
.social-card:hover .social-card__avatar,
.social-card:active .social-card__avatar
{
    border-color: #5e9eff;
}
.social-card:hover .social__name,
.social-card:active .social__name
{
    text-decoration: underline;
}
.social-card .icon-rounded
{
    position: absolute;
    top: -28px;
    right: 35px;

    border: 1px solid #d1d5e4;
}
.social-card .social__name
{
    line-height: 1.5rem; 

    color: #06f;
}
.social-card .social__user
{
    line-height: 1.2; 

    color: #d1d5e4;
}
.social-card .social__name,
.social-card .social__user
{
    font-family: 'Telefonica-sans-medium';
    font-size: .875rem;
}

.social-card__group,
.icon-rounded
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-card__info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.social-card__avatar
{
    display: block;

    width: 42px;
    height: 42px;
    margin-right: 10px; 

    border: 1px solid #6e7894;
    border-radius: 50%;
}

.social-link
{
    overflow: hidden; 

    background-repeat: repeat-y;
    background-position: center;
}
.social-link:hover
{
    -webkit-animation: cta60-vertical-new .3s linear;
            animation: cta60-vertical-new .3s linear;

    border-color: #5e9eff;
}

.cta-social--twitter
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'56\' height=\'56\' viewBox=\'0 0 56 56\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M38 21.9329C37.2651 22.2608 36.4727 22.4825 35.644 22.5815C36.4915 22.0721 37.1419 21.2642 37.4471 20.3019C36.6547 20.7748 35.7778 21.1168 34.841 21.3008C34.0944 20.5 33.0273 20 31.8463 20C29.5819 20 27.7447 21.8456 27.7447 24.1217C27.7447 24.4448 27.7799 24.7585 27.8503 25.0604C24.4401 24.8883 21.4173 23.249 19.3923 20.7524C19.0389 21.3645 18.837 22.0721 18.837 22.8268C18.837 24.2562 19.5613 25.518 20.6624 26.2575C19.9898 26.2374 19.357 26.0499 18.803 25.7433V25.794C18.803 27.7917 20.2175 29.4581 22.0958 29.8355C21.7507 29.9322 21.3891 29.9806 21.0134 29.9806C20.7493 29.9806 20.4922 29.9558 20.2422 29.9074C20.7634 31.5443 22.2789 32.7378 24.075 32.7685C22.671 33.8747 20.9007 34.5339 18.979 34.5339C18.648 34.5339 18.3205 34.515 18 34.4773C19.816 35.6448 21.9725 36.3276 24.2898 36.3276C31.8381 36.3276 35.9644 30.0478 35.9644 24.6005C35.9644 24.4213 35.9609 24.242 35.9527 24.0663C36.7545 23.4849 37.4518 22.7596 38 21.9329Z\' fill=\'%231DA1F2\'/%3E%3C/svg%3E');
}

.cta-social--facebook
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'56\' height=\'56\' viewBox=\'0 0 56 56\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M23 24.613H25.058V22.603C25.058 21.718 25.08 20.351 25.722 19.504C26.396 18.609 27.323 18 28.916 18C31.512 18 32.605 18.372 32.605 18.372L32.091 21.435C32.091 21.435 31.233 21.186 30.432 21.186C29.631 21.186 28.915 21.474 28.915 22.278V24.613H32.197L31.969 27.606H28.915V38H25.058V27.606H23V24.613Z\' fill=\'black\'/%3E%3Cpath d=\'M23 24.613H25.058V22.603C25.058 21.718 25.08 20.351 25.722 19.504C26.396 18.609 27.323 18 28.916 18C31.512 18 32.605 18.372 32.605 18.372L32.091 21.435C32.091 21.435 31.233 21.186 30.432 21.186C29.631 21.186 28.915 21.474 28.915 22.278V24.613H32.197L31.969 27.606H28.915V38H25.058V27.606H23V24.613Z\' fill=\'%231877F2\'/%3E%3C/svg%3E');
}

.cta-social--youtube
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'56\' height=\'56\' viewBox=\'0 0 56 56\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M38 31.646V24.462C38 24.462 38 21 34.552 21H21.445C21.445 21 18 21 18 24.462V31.646C18 31.646 18 35.108 21.445 35.108H34.552C34.552 35.108 38 35.108 38 31.646ZM31.883 28.064L25.335 31.927V24.2L31.883 28.064Z\' fill=\'black\'/%3E%3Cpath d=\'M38 31.646V24.462C38 24.462 38 21 34.552 21H21.445C21.445 21 18 21 18 24.462V31.646C18 31.646 18 35.108 21.445 35.108H34.552C34.552 35.108 38 35.108 38 31.646ZM31.883 28.064L25.335 31.927V24.2L31.883 28.064Z\' fill=\'%23FF0000\'/%3E%3C/svg%3E');
}

.cta-social--instagram
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'56\' height=\'56\' viewBox=\'0 0 56 56\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M28.019 24.064C25.801 24.064 24.002 25.807 24.002 27.956C24.002 30.105 25.8 31.848 28.019 31.848C30.238 31.848 32.036 30.106 32.036 27.956C32.036 25.806 30.238 24.064 28.019 24.064V24.064ZM35.74 26.457H33.98C34.1505 27.013 34.2371 27.5914 34.237 28.173C34.237 31.5 31.454 34.196 28.02 34.196C24.586 34.196 21.803 31.5 21.803 28.174C21.8026 27.5925 21.8888 27.0141 22.059 26.458H20.222V34.906C20.2233 35.1164 20.3075 35.3179 20.4563 35.4667C20.6051 35.6155 20.8066 35.6997 21.017 35.701H34.944C35.1544 35.6997 35.3559 35.6155 35.5047 35.4667C35.6535 35.3179 35.7377 35.1164 35.739 34.906V26.458L35.74 26.457ZM32.57 20.221C32.075 20.221 31.67 20.626 31.67 21.121V23.276C31.67 23.771 32.075 24.176 32.57 24.176H34.831C35.326 24.176 35.731 23.771 35.731 23.276V21.122C35.731 20.627 35.326 20.222 34.831 20.222H32.57V20.221ZM20.567 18H35.433C36.845 18 38 19.155 38 20.567V35.433C38 36.845 36.845 38 35.433 38H20.567C19.155 38 18 36.845 18 35.433V20.567C18 19.155 19.155 18 20.567 18Z\' fill=\'black\'/%3E%3Cpath d=\'M28.019 24.064C25.801 24.064 24.002 25.807 24.002 27.956C24.002 30.105 25.8 31.848 28.019 31.848C30.238 31.848 32.036 30.106 32.036 27.956C32.036 25.806 30.238 24.064 28.019 24.064V24.064ZM35.74 26.457H33.98C34.1505 27.013 34.2371 27.5914 34.237 28.173C34.237 31.5 31.454 34.196 28.02 34.196C24.586 34.196 21.803 31.5 21.803 28.174C21.8026 27.5925 21.8888 27.0141 22.059 26.458H20.222V34.906C20.2233 35.1164 20.3075 35.3179 20.4563 35.4667C20.6051 35.6155 20.8066 35.6997 21.017 35.701H34.944C35.1544 35.6997 35.3559 35.6155 35.5047 35.4667C35.6535 35.3179 35.7377 35.1164 35.739 34.906V26.458L35.74 26.457ZM32.57 20.221C32.075 20.221 31.67 20.626 31.67 21.121V23.276C31.67 23.771 32.075 24.176 32.57 24.176H34.831C35.326 24.176 35.731 23.771 35.731 23.276V21.122C35.731 20.627 35.326 20.222 34.831 20.222H32.57V20.221ZM20.567 18H35.433C36.845 18 38 19.155 38 20.567V35.433C38 36.845 36.845 38 35.433 38H20.567C19.155 38 18 36.845 18 35.433V20.567C18 19.155 19.155 18 20.567 18Z\' fill=\'%23C32AA3\'/%3E%3C/svg%3E');
}

.cta-social--linkedin
{
    background-image: url('data:image/svg+xml,%3Csvg width=\'56\' height=\'56\' viewBox=\'0 0 56 56\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M38 37.449H33.58V30.964C33.58 29.266 32.889 28.108 31.368 28.108C30.205 28.108 29.558 28.89 29.257 29.644C29.144 29.915 29.162 30.29 29.162 30.668V37.45H24.783V24.916H29.162V26.883C29.421 26.023 30.82 24.796 33.054 24.796C35.823 24.796 38 26.599 38 30.481V37.45V37.449ZM20.354 23.348H20.326C18.915 23.348 18 22.39 18 21.176C18 19.938 18.943 19 20.381 19C21.819 19 22.703 19.936 22.732 21.172C22.732 22.386 21.819 23.348 20.354 23.348V23.348ZM18.503 37.448H22.402V24.916H18.503V37.449V37.448Z\' fill=\'black\'/%3E%3Cpath d=\'M38 37.449H33.58V30.964C33.58 29.266 32.889 28.108 31.368 28.108C30.205 28.108 29.558 28.89 29.257 29.644C29.144 29.915 29.162 30.29 29.162 30.668V37.45H24.783V24.916H29.162V26.883C29.421 26.023 30.82 24.796 33.054 24.796C35.823 24.796 38 26.599 38 30.481V37.45V37.449ZM20.354 23.348H20.326C18.915 23.348 18 22.39 18 21.176C18 19.938 18.943 19 20.381 19C21.819 19 22.703 19.936 22.732 21.172C22.732 22.386 21.819 23.348 20.354 23.348V23.348ZM18.503 37.448H22.402V24.916H18.503V37.449V37.448Z\' fill=\'%230A66C2\'/%3E%3C/svg%3E');
}

.stats
{
        flex-direction: column;

    width: 100%;
    height: auto;
    min-height: 215px;
    padding: 70px 36px 25px 36px; 

    color: #fff;
    background-color: #06f;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.stats__row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.stats__row .stats__message:first-child:nth-last-child(n + 2),
.stats__row .stats__message:first-child:nth-last-child(n + 2) ~ *
{
    max-width: 370px;
}
.stats__row .stats__message:first-child:nth-last-child(n + 3),
.stats__row .stats__message:first-child:nth-last-child(n + 3) ~ *
{
    max-width: 300px;
}
.stats::before
{
    position: absolute;
    z-index: -1; 
    left: 0;

    width: calc(100vw - 8px);
    height: 141px;
    margin-top: -20px;

    content: '';

    background-color: #f2f4ff;
}
.stats span
{
    display: block;

    margin-bottom: 0;

    color: #fff;
}
.stats__title
{
    margin-bottom: 8px;
}
.stats__message
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-width: 200px;
    margin-bottom: 45px;
    padding: 0 20px;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.stats--big::before
{
    height: 215px; 
    margin-top: 0;
}
@media (min-width: 768px)
{
    .stats
    {
        margin: 0;
    }
    .stats__message
    {
        padding: 0 20px; 

        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    }
    .stats--3cols
    {
        padding: 70px 150px 20px 150px;
    }
    .stats--3cols .stats__message
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    }
    .stats--2cols
    {
        padding: 70px 150px 20px 150px;
    }
    .stats--2cols .stats__message
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    }
}
.stats--single
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 386px;
    height: 145px;
    padding: 36px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.stats--single .stats__message
{
    margin: 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.stats--single::before
{
    display: none;
}

.toast
{
    position: relative;
    position: fixed;
    z-index: 1; 
    bottom: -20%;
    left: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 375px;
    max-width: 90%;
    min-height: 60px;
    margin-left: 0;
    padding: 0 0 0 20px;

    -webkit-transition: all 3s ease;
         -o-transition: all 3s ease;
            transition: all 3s ease;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 768px)
{
    .toast
    {
        min-width: 568px;
        max-width: 730px;
    }
}
@media (min-width: 1280px)
{
    .toast
    {
        max-width: 1000px;
    }
}
.toast.toast-up
{
    z-index: 100;

    -webkit-animation: show-up 12s forwards;
            animation: show-up 12s forwards;
}
.toast.toast-close
{
    z-index: 1;

    -webkit-animation: toast-down 3s forwards;
            animation: toast-down 3s forwards;
}
.toast__text
{
    font-size: .8125rem;
    line-height: 1.125rem;

    overflow: hidden; 

    max-width: 100%;
    margin-top: 21px;

    color: #414b61;
}
@media (min-width: 768px)
{
    .toast__text
    {
        font-size: .9375rem;
        line-height: 1.5rem;
    }
}
.toast__content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(100% - 50px);
}
.toast__icon
{
    width: 21px;
    min-width: 21px;
    height: 21px;
    min-height: 21px;
    margin: 0 10px 0 0; 

    fill: #f00;
}
@media (min-width: 768px)
{
    .toast__icon
    {
        width: 28px;
        min-width: 28px;
        height: 28px;
        min-height: 28px;
        margin: 0 15px 0 0;
    }
}
.toast .button.button--icon
{
    width: 54px;
    margin-left: 10px; 
    padding: 0;
}
.toast .button.button--icon .icon
{
    width: 16px;
    height: 16px;

    fill: #031a34;
}

@-webkit-keyframes show-up
{
    from
    {
        bottom: -10%;
    }
    5%
    {
        bottom: -10%;
    }
    10%
    {
        bottom: 2%;
    }
    to
    {
        bottom: 2%;
    }
}

@keyframes show-up
{
    from
    {
        bottom: -10%;
    }
    5%
    {
        bottom: -10%;
    }
    10%
    {
        bottom: 2%;
    }
    to
    {
        bottom: 2%;
    }
}

@-webkit-keyframes toast-down
{
    from
    {
        bottom: 2%;
    }
    to
    {
        bottom: -10%;
    }
}

@keyframes toast-down
{
    from
    {
        bottom: 2%;
    }
    to
    {
        bottom: -10%;
    }
}

.tooltip-wrapper
{
    position: relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.tooltip-trigger
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 38px;
    height: 38px;

    cursor: pointer;

    border: 0;
    border-radius: 50%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tooltip-wrapper:hover .tooltip-content,
.tooltip-wrapper:hover .tooltip-content:after,
.tooltip-wrapper:focus .tooltip-content,
.tooltip-wrapper:focus .tooltip-content:after
{
    opacity: 1;
}

.tooltip-content
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .75rem;
    font-weight: 600; 

    position: absolute;
    z-index: 2;
    top: 0;

    display: inline-block;

    width: auto;
    margin-top: -9px;
    padding: 10px;

    -webkit-transition: all .15s ease-out;
         -o-transition: all .15s ease-out;
            transition: all .15s ease-out;
    white-space: nowrap;
    pointer-events: none;

    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background: #414b61;
}
.tooltip-content:after
{
    position: absolute;
    z-index: 1; 

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all 0s ease-out 0s;
         -o-transition: all 0s ease-out 0s;
            transition: all 0s ease-out 0s;
    pointer-events: none;

    opacity: 0;
    border: 10px solid transparent;
}

.tooltip-text
{
    line-height: .875rem; 

    margin: 0;
}

.tooltip--top.tooltip-content
{
    margin-top: 9px;
    margin-top: -9px;

    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
}
.tooltip--top.tooltip-content:after
{
    top: 100%;

    border-top-color: #414b61;
}

.tooltip--center.tooltip-content
{
    left: 50%;

    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
.tooltip--center.tooltip-content:after
{
    left: 50%;

    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

.tooltip--right.tooltip-content
{
    right: 0;
}
.tooltip--right.tooltip-content:after
{
    right: 8px;
}

.tooltip-wrapper:hover .tooltip--top,
.tooltip-wrapper:focus .tooltip--top
{
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
}

.tooltip-wrapper:hover .tooltip--right,
.tooltip-wrapper:focus .tooltip--right
{
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
}

.tooltip-wrapper:hover .tooltip--top.tooltip--center,
.tooltip-wrapper:focus .tooltip--top.tooltip--center
{
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
}

.tooltip--bottom.tooltip-content
{
    margin-top: 16px;

    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
}
.tooltip--bottom.tooltip-content:after
{
    bottom: 100%;

    border-bottom-color: #414b61;
}

.tooltip-wrapper:hover .tooltip--bottom,
.tooltip-wrapper:focus .tooltip--bottom
{
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
}

.tooltip--bottom.tooltip--center
{
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.tooltip-wrapper:hover .tooltip--bottom.tooltip--center,
.tooltip-wrapper:focus .tooltip--bottom.tooltip--center
{
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
}

.tooltip--left--content
{
    left: -9px;

    margin-top: 0; 

    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
}
.tooltip--left--content:after
{
    top: 50%;
    right: 1px; 

    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);

    border-left-color: #414b61;
}

.tooltip-wrapper:hover .tooltip--left--content,
.tooltip-wrapper:hover .tooltip--right--content,
.tooltip-wrapper:focus .tooltip--left--content,
.tooltip-wrapper:focus .tooltip--right--content
{
    top: 50%; 

    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
}

.tooltip--right--content
{
    right: -9px;

    margin-top: 0; 

    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
}
.tooltip--right--content:after
{
    top: 50%;
    left: 1px; 

    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);

    border-right-color: #414b61;
}

.tooltip-wrapper:hover .tooltip--right--content,
.tooltip-wrapper:focus .tooltip--right--content
{
    top: 50%; 

    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
}

.tooltip-wrapper
{
    margin-right: 20px;
}

.tf-landing
{
    color: #fff; 
    background-color: #06f;
}
.tf-landing__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 26px 20px 20px 20px; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tf-landing__logo
{
    width: 100px;
    height: 24px; 

    fill: #fff;
}
.tf-landing__title
{
    display: -webkit-inline-box;
    overflow: hidden;

       text-overflow: ellipsis;
    word-break: break-word; 

    color: #fff;

    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
}
.tf-landing .site-lang a
{
    font-family: 'Telefonica-sans-demibold';

    pointer-events: none; 

    color: #fff;
}
.tf-landing .site-lang li::after
{
    border-width: 2px; 
    border-color: #fff;
}
.tf-landing .site-lang li.mlp-current-language-item a
{
    border-color: #fff;
}
.tf-landing__content
{
    display: grid;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tf-landing__content .tf-landing__left
{
    padding: 20px;
}
.tf-landing__content p
{
    font-family: 'Telefonica-sans-demibold';
}
.tf-landing__content .tf-landing__right
{
    padding: 0;
}
.tf-landing__content .tf-landing__external
{
    position: relative;

    display: none;

    height: -webkit-fit-content;
    height:    -moz-fit-content;
    height:         fit-content;
    padding: 0 0 56.25% 0;

    background-repeat: no-repeat; 
    background-size: cover;
}
.tf-landing__content .tf-landing__external iframe
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.tf-landing__quote
{
    width: 36px;
    height: 26px;
    margin-bottom: 10px; 

    fill: #fff;
}
.tf-landing a
{
    text-decoration: none;

    color: #fff;
}
@media (min-width: 1024px)
{
    .tf-landing
    {
        background: #020024;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #06f), color-stop(50%, #fff), to(#fff));
        background: -o-linear-gradient(left, #06f 50%, #fff 50%, #fff 100%);
        background:    linear-gradient(90deg, #06f 50%, #fff 50%, #fff 100%);
    }
    .tf-landing__header
    {
        width: calc(100% - 15%);
        padding: 70px 55px 20px 20px;
    }
    .tf-landing__title
    {
        font-size: 3.625rem;
        line-height: 4.5625rem;
    }
    .tf-landing__logo
    {
        width: 155px;
        height: 37px;
    }
    .tf-landing__wrap
    {
        min-height: 715px;

        background: #020024;
        background: -webkit-gradient(linear, left top, right top, color-stop(85%, #06f), color-stop(85%, #fff), to(#fff));
        background: -o-linear-gradient(left, #06f 85%, #fff 85%, #fff 100%);
        background:    linear-gradient(90deg, #06f 85%, #fff 85%, #fff 100%);
    }
    .tf-landing__content
    {
        padding: 50px 0; 

        grid-template-columns: minmax(340px, 420px) minmax(460px, auto);
    }
    .tf-landing__content .tf-landing__left
    {
        position: relative;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        height: 100%; 
        margin-bottom: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tf-landing__content .tf-landing__left p
    {
        -webkit-line-clamp: 4;
    }
    .tf-landing__content .tf-landing__right
    {
        max-width: 734px;
        margin-left: 70px;
    }
    .tf-landing__img
    {
        grid-area: 1 / 2 / 2 / 3;
    }
    .tf-landing .site-lang a
    {
        pointer-events: initial;
    }
}
@media (min-width: 1280px)
{
    .tf-landing__header
    {
        padding-left: 0;
    }
    .tf-landing__content .tf-landing__left
    {
        padding-left: 0;
    }
}

/* Layout */
#reading-progress
{
    position: absolute;
    z-index: 100032;
    top: 0;
    left: 0; 

    width: 100%;
    height: 3px;
}

#reading-progress-fill
{
    width: 0; 
    height: 3px;
}

/* Theme */
#reading-progress-fill
{
    -webkit-transition: width 100ms ease;
         -o-transition: width 100ms ease;
            transition: width 100ms ease;

    background-color: #06f;
}

.single .lectura-wrapper
{
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
}

.single .lectura-container
{
    font-family: 'Telefonica-sans-medium';
    font-size: .8125rem;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 5px 0; 

    color: #031a34;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lectura-ico
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 6px; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single .lectura-ico svg
{
    width: 17px;
    height: 25px;
}

@media (max-width: 768px)
{
    .single .lectura-wrapper
    {
        padding: 0 18px;
    }
}

.autor__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px; 

    border-bottom: 1px solid #e3e5ee;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.autor__header .autor__header_right
{
    width: 75%;
}

.autor_image
{
    width: 20%;
}

.autor__rrss
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-top: 1px solid #ddd;
}
.autor__rrss a.social
{
    margin-right: 50px;
}

/* Comments
--------------------------------------------- */
.comment-content a
{
    word-wrap: break-word;
}

.bypostauthor
{
    display: block;
}

/* Widgets
--------------------------------------------- */
.addthis-smartlayers #at4-share,
.addthis-smartlayers #at4-soc
{
    position: fixed;
    bottom: 0 !important;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 50px;

    background: #fff !important; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.addthis-smartlayers #at4-share .at4-show-content,
.addthis-smartlayers #at4-share .at4-hide-content,
.addthis-smartlayers #at4-soc .at4-show-content,
.addthis-smartlayers #at4-soc .at4-hide-content
{
    display: none !important;
}

.slideInRight.addthis-animated
{
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
}

.at-share-btn .at-icon-wrapper
{
    background-color: #fff !important;
}
.at-share-btn .at-icon-wrapper svg
{
    fill: #000 !important;
}

.atss .at-share-btn,
.atss a
{
    width: 50px !important;

    background: white;
}

.atss .at-share-btn:focus,
.atss .at-share-btn:hover,
.atss a:focus,
.atss a:hover
{
    width: 3pc;
}

.at4-hide-content,
.at4-show-content
{
    display: none !important;
}

#at-share-dock
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 50px; 

    background: #fff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#at-share-dock .at4-count
{
    display: none;
}
#at-share-dock .at-icon
{
    width: 24px;
    height: 24px;
}
#at-share-dock .atss .at-share-btn,
#at-share-dock .atss a
{
    background: #fff !important;
}

.rrss
{
    display: grid;

    margin: 0 auto;
    margin-bottom: 35px;

    border-top: 1px solid #e3e5ea;
    /* onetrust */
}
.rrss__head
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-bottom: 20px;
    padding: 0 18px; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.rrss__head a
{
    font-size: 1.0625rem;
    line-height: 1.75rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 5px; 

    letter-spacing: 1%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rrss__head a:hover .icon
{
    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;

    fill: #5e9eff;
}
.rrss__head .icon
{
    width: 18px;
    height: 18px; 
    margin-left: 10px;
}
.rrss__head ul
{
    grid-area: 4 / 1 / 5 / 2;
}
@media (min-width: 768px)
{
    .rrss__head
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .rrss__head ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        grid-area: 1 / 1 / 2 / 2;
        justify-items: center;
    }
    .rrss__head ul li
    {
        margin-left: 32px;
    }
    .rrss__head ul li:first-child
    {
        margin-left: 0;
    }
}
@media (min-width: 1280px)
{
    .rrss__head
    {
        padding: 0;
    }
}
.rrss__title
{
    margin-bottom: 20px; 
    padding-top: 15px;

    grid-area: 1 / 1 / 2 / 2;
}
.rrss__content
{
    position: relative;

    overflow: auto;

    width: 100%; 
    height: 305px;
}
.rrss__content::-webkit-scrollbar
{
    width: 0;

    background: transparent;
    /* make scrollbar transparent */
}
.rrss__header
{
    height: 50px;
    margin-bottom: 40px;
}
.rrss .grid
{
    padding: 0;
}
.rrss__block
{
    position: relative;

    overflow: hidden;

    height: 305px;
    margin: 0 18px;
}
.rrss__block iframe
{
    width: 100%;
}
.rrss__block#rrss__block--twitter .rrss__icon
{
    fill: #1da1f2;
}
.rrss__block#rrss__block--twitter .rrss__content
{
    height: 305px;
}
.rrss__block#rrss__block--youtube .rrss__icon
{
    fill: #f00;
}
.rrss__block#rrss__block--youtube .rrss__content
{
    position: relative; 

    overflow: hidden;
}
.rrss__block#rrss__block--youtube .rrss__footer
{
    position: absolute;
    bottom: 0;
}
.rrss__block#rrss__block--youtube iframe
{
    height: 220px;
}
.rrss__block#rrss__block--facebook .rrss__icon
{
    fill: #1877f2;
}
.rrss__block--instagram .rrss__icon
{
    fill: #c32aa3;
}
@media (min-width: 768px)
{
    .rrss__block
    {
        margin: 0;
    }
    .rrss__title
    {
        margin-bottom: 25px;
    }
}
@media (min-width: 1280px)
{
    .rrss
    {
        padding: 0;
    }
    .rrss .grid
    {
        grid-gap: 70px;
    }
    .rrss__title
    {
        padding-top: 35px;
    }
    .rrss ul
    {
        padding-top: 15px;
    }
}
.rrss .tf-cookie-block
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    height: 100%;

    background-size: cover;
}
.rrss #twitter-widget-0
{
    z-index: 10;
}
.rrss__block
{
    display: none;

    padding: 0 18px;
}
.rrss__block--active
{
    display: block;
}
@media (min-width: 768px)
{
    .rrss__block
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 1280px)
{
    .rrss__block
    {
        padding: 0;
    }
}
.rrss__tab
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 35px;
    padding: 0 18px; 

    border-bottom: 1px solid #f2f4ff;

    grid-area: 2 / 1 / 3 / 2;
}
.rrss__tab .rrss__item--active
{
    border-color: #06f;
}
.rrss__tab #twitter
{
    fill: #1da1f2;
}
.rrss__tab #youtube
{
    fill: #f00;
}
.rrss__tab #facebook
{
    fill: #1877f2;
}
.rrss__tab #instagram
{
    fill: #c32aa3;
}
.rrss__tab li
{
    margin-right: 10px;

    border-bottom: 4px solid transparent;
}
.rrss__tab li button
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 45px; 
    height: 45px;

    cursor: pointer;

    border: none;
    background: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rrss__tab li:hover,
.rrss__tab li:focus
{
    border-color: #06f;
}
.rrss__tab svg
{
    width: 18px;
    height: 18px;
}
@media (min-width: 768px)
{
    .rrss__tab
    {
        display: none;
    }
}
.rrss .fb-page,
.rrss .fb-page span,
.rrss .fb-page span iframe[style]
{
    width: 100% !important;
}

.widget
{
    margin: 0 0 1.5em;
}
.widget select
{
    max-width: 100%;
}

.wpcf7
{
    padding-bottom: 70px;
}

.wpcf7-form label
{
    font-family: 'Telefonica-sans-regular';
    font-size: .6875rem;
    line-height: .875rem;

    display: block;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #58617a;
}

.wpcf7-form .wpcf7-acceptance input
{
    margin: 0 8px 0 0;
}

.wpcf7-form .wpcf7-acceptance label
{
    font-size: .8125rem; 

    text-transform: initial;
}

.wpcf7-form .wpcf7-form-control-wrap
{
    display: block; 

    margin-top: 5px;
}

.wpcf7-form .wpcf7-not-valid
{
    border: 1px solid #f00;
}

.wpcf7-form .wpcf7-submit
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 38px;
    padding: 13px 25px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid;
    border-color: #06f;
    border-radius: 26px;
    background: #06f; 

    fill: #06f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px)
{
    .wpcf7-form .wpcf7-submit
    {
        font-size: .8125rem;

        min-width: 135px;
        height: 52px; 
        padding: 18px 35px;
    }
}
.wpcf7-form .wpcf7-submit:disabled
{
    opacity: .2;
}

.wpcf7-form .wpcf7-acceptance label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item
{
    margin: 0;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label
{
    margin-left: 5px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a
{
    margin: 0 5px;
}

.wpcf7-form .wpcf7-not-valid-tip
{
    font-family: 'Telefonica-sans-medium';

    text-transform: initial; 

    color: #f00;
}

.wpcf7-form .wpcf7-response-output
{
    margin-bottom: 35px !important;
    padding: 5px 10px 10px 40px !important; 

    border: none !important;
    background-repeat: no-repeat;
}

.wpcf7-form.sent p
{
    display: none;
}

.wpcf7-list-item
{
    margin: 0 1em 0 0;
}
.wpcf7-list-item input
{
    width: auto;
    height: auto;
}

.table table.tablepress,
.dataTables_wrapper table,
.dataTables_wrapper table.tablepress
{
    width: 100%;
}

.mec-wrap
{
    font-family: 'Telefonica-sans-regular';
}
.mec-wrap p
{
    font-size: 1.0625rem;
    line-height: 1.875rem;

    margin-bottom: 1.5em;

    letter-spacing: .01em;
}
.mec-wrap .mec-event-content
{
    padding: 0;
}
.mec-wrap .mec-event-list-minimal .mec-event-title
{
    padding-top: 0; 

    text-transform: none;
}
.mec-wrap .mec-event-sharing-wrap,
.mec-wrap .mec-event-footer .mec-booking-button
{
    position: relative;

    display: block;
}
.mec-wrap .mec-event-grid-clean .mec-event-footer
{
    text-align: center;
}
.mec-wrap .mec-single-title
{
    font-family: 'Telefonica-sans-extralight';
    font-size: 1.75rem;
    font-weight: normal; 
    line-height: 2.1875rem;
}
@media (min-width: 1280px)
{
    .mec-wrap .mec-single-title
    {
        font-size: 3.625rem;
        line-height: 4.5625rem;
    }
}
.mec-wrap .mec-color-before :before,
.mec-wrap .mec-color
{
    color: #6e7894;
}
.mec-wrap .mec-bg-color
{
    background: #06f;
}
.mec-wrap .mec-single-event .mec-event-meta h3
{
    font-weight: normal; 

    text-transform: none;
}
.mec-wrap .mec-single-event .mec-event-meta dl
{
    margin-bottom: 5px;
}
.mec-wrap .mec-single-event .mec-frontbox-title:before
{
    border-color: #06f !important;
}
.mec-wrap .mec-single-event .mec-event-social
{
    border-bottom: none !important;
}
.mec-wrap .mec-single-event .mec-event-social h3
{
    text-transform: none;
}
.mec-wrap .mec-single-event .mec-event-social a.twitter,
.mec-wrap .mec-single-event .mec-event-social a.linkedin,
.mec-wrap .mec-single-event .mec-event-social a.email,
.mec-wrap .mec-single-event .mec-event-social a.facebook
{
    background: white;
}
.mec-wrap .mec-single-event .mec-event-social a.twitter i,
.mec-wrap .mec-single-event .mec-event-social a.linkedin i,
.mec-wrap .mec-single-event .mec-event-social a.email i,
.mec-wrap .mec-single-event .mec-event-social a.facebook i
{
    color: #06f;
}
.mec-wrap .mec-events-button
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 52px;
    padding: 13px 25px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .3s linear;
    -webkit-transition: all .3s;
         -o-transition: all .3s linear;
         -o-transition: all .3s;
            transition: all .3s linear;
            transition: all .3s; 
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    word-break: keep-all;

    color: #fff;
    border: 1px solid;
    border-color: #06f;
    border-radius: 26px;
    outline: none;
    background: #06f;

    -webkit-tap-highlight-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #06f;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mec-wrap .mec-events-button:hover,
.mec-wrap .mec-events-button:active,
.mec-wrap .mec-events-button:focus
{
    text-decoration: none;

    border-color: #5e9eff;
    outline: none;
    background: #5e9eff !important;
}
.mec-wrap .mec-events-button:disabled
{
    color: #b0b6ca; 
    border-color: #f2f4ff;
    background: #f2f4ff;
}
.mec-wrap .mec-events-button:focus-visible
{
    outline: solid;
}
@media (min-width: 768px)
{
    .mec-wrap .mec-events-button
    {
        font-size: .8125rem;

        min-width: 135px;
        height: 52px;
        padding: 18px 35px;

        outline: medium;
    }
}
.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected
{
    border-color: #06f; 
    background: #06f;
}
.mec-wrap .mec-color-hover:hover,
.mec-wrap .mec-color-hover:focus
{
    color: #06f;
}
.mec-wrap .mec-month-divider span:before
{
    border-color: #06f;
}

.mec-gCalendar-tooltip-title a
{
    pointer-events: none !important;
}

.mec-event-carousel-title .mec-color-hover,
.mec-event-title .mec-color-hover
{
    pointer-events: none !important;
}

.mec-event-countdown-style1 .mec-event-button
{
    display: none;
}

.mec-past-event,
.mec-event-countdown-part3,
.mec-booking-button
{
    display: none !important;
}

.mec-event-article,
.mec-tile-into-content-link,
.fc-daygrid-event
{
    pointer-events: none !important;
}

.mec-event-image a
{
    pointer-events: none !important;
}
.mec-event-image a img
{
    pointer-events: none !important;
}

.mec-event-sharing-wrap .mec-event-sharing
{
    left: auto !important;
}

.mec-timeline-event-image a
{
    pointer-events: none !important;
}

.lightbox
{
    z-index: 100023 !important;
}

/* Media
--------------------------------------------- */
.audio
{
    padding: 0 18px;
}
.audio .tooltip-wrapper
{
    margin-right: 0;
}
.audio .tooltip-trigger
{
    padding: 12px;
}
.audio button
{
    padding: 0; 

    border: 0;
    background: none;
}
.audio button:focus
{
    border: 0;
    outline: 0;
}
.audio button:focus-visible
{
    outline: solid #06f;
}
.audio button.audio__timeline
{
    background-color: #b0b6ca;
}
.audio a:focus-visible
{
    outline: solid #06f;
}
.audio__timeline
{
    position: relative;
    top: 2px;

    width: 100%;
    height: 5px;

    cursor: pointer;

    border-radius: 5px;
}
.audio__progress
{
    position: relative;
    top: 0;
    left: 0;

    width: 0;
    height: 5px;

    -webkit-transition: .25s;
         -o-transition: .25s;
            transition: .25s;

    border-radius: 5px; 
    background: #06f;
}
.audio__progress:hover::after,
.audio__progress:focus::after
{
    position: absolute;
    top: -5px; 
    right: 0;

    width: 14px;
    height: 14px;

    content: '';

    border-radius: 50%;
    background: #06f;
}
.audio__wrapper
{
    font-family: 'Telefonica-sans-regular';
    font-size: 14px;
    font-weight: 700;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible; 

    width: 100%;
    height: 50px;

    color: #06f;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.audio__player
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.audio__controls
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 20px 0 0; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.audio__controls > *
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.audio__current
{
    width: 50px;

    text-align: right;
}
.audio__play
{
    position: relative;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    stroke: #06f;
    fill: #06f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    stroke: none;
    fill: #031a34;
}
.audio__play :hover
{
    fill: #06f;
}
.audio__play .audio__icon--play
{
    display: block;

    width: 36px;
    min-width: 36px; 
    height: 36px;
}
.audio__play .audio__icon--pause
{
    display: none;
}
.audio__pause
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    stroke: none;
    fill: #031a34;
}
.audio__pause :hover
{
    fill: #06f;
}
.audio__pause .audio__icon--play
{
    display: none;
}
.audio__pause .audio__icon--pause
{
    display: block;

    width: 36px;
    min-width: 36px; 
    height: 36px;
}
.audio__time
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #031a34;
}
.audio__time > *
{
    padding: 2px;
}
.audio__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;
}
.audio__info
{
    padding: 11px;
}
@media (min-width: 768px)
{
    .audio
    {
        padding: 0;
    }
}

.tf-carrousel
{
    position: relative;

    margin-bottom: 35px;
}
.tf-carrousel__controls
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 42px;
    padding: 12px 14px;

    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .06);
            box-shadow: 0 0 18px rgba(0, 0, 0, .06);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-carrousel__controls .button
{
    display: none; 

    min-height: auto;
    padding: 0;
}
.tf-carrousel__controls .icon
{
    width: 16px;
    height: 16px;

    fill: #031a34;
}
.tf-carrousel__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 186px; 

    background: #031a34;
}
@media (min-width: 480px)
{
    .tf-carrousel__list
    {
        height: 385px;
    }
}
.tf-carrousel__item
{
    display: none;
    overflow: hidden;

    width: 100%;

    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tf-carrousel__item img
{
    width: auto; 
    max-height: 100%;
}
.tf-carrousel__text
{
    font-size: .8125rem;
    line-height: 1.125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 42px;
    padding: 12px 15px;

    text-align: right;
    letter-spacing: .01em; 

    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .06);
            box-shadow: 0 0 18px rgba(0, 0, 0, .06);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-carrousel__status
{
    font-family: 'Telefonica-sans-bold';
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.125rem;

    width: 22px; 

    color: #58617a;
}
.tf-carrousel__footer
{
    font-size: .75rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tf-carrousel__info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-carrousel__download
{
    margin-left: 15px;
    padding: 12px;
    padding: 17px; 

    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .06);
            box-shadow: 0 0 18px rgba(0, 0, 0, .06);
}
.tf-carrousel__download .icon
{
    width: 16px;
    min-width: 16px;
    height: 16px;

    fill: #031a34;
}
.tf-carrousel__download:hover .icon
{
    fill: #5e9eff;
}
.tf-carrousel__prev .icon
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (min-width: 768px)
{
    .tf-carrousel__controls .button
    {
        display: block;
    }
    .tf-carrousel__status
    {
        width: 40px; 
        margin-right: 10px;
        padding-right: 15px;

        border-right: 1px solid #f2f4ff;
    }
    .tf-carrousel__text
    {
        text-align: left;
    }
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley
{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; 

    border: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link
{
    display: inline-block;
}

.photo
{
    margin: 0 -15px 40px -15px;
}
.photo img
{
    display: block;

    width: 100%;
}
.photo__footer
{
    font-size: .8125rem; 
    line-height: 1.125rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #414b61;

    fill: #031a34;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.photo__link,
.photo__text
{
    font-size: 12px;
    line-height: 16px; 

    display: inline-block;

    padding: 12px 16px;
}
.photo__link p,
.photo__text p
{
    margin: 0;
}
@media (min-width: 768px)
{
    .photo__link,
    .photo__text
    {
        font-size: 13px;
        line-height: 18px; 

        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .06);
                box-shadow: 0 0 18px rgba(0, 0, 0, .06);
    }
}
.photo__link
{
    display: none; 

    min-height: 44px;
    margin-bottom: 1.5em;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.photo__link .icon
{
    width: 18px; 
    height: 18px;
}
@media (min-width: 768px)
{
    .photo__link
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.photo--margin
{
    display: block; 

    margin: 0 -15px 40px -15px;
}
@media (min-width: 768px)
{
    .photo
    {
        margin: 0 0 40px 0;
    }
}

:root
{
    --RANGE-VALUE: 50%;
}

.tf-video
{
    position: relative;
}
.tf-video__container
{
    display: none; 
    overflow: hidden;
}
.tf-video button:focus-visible,
.tf-video input:focus-visible,
.tf-video progress:focus-visible
{
    outline: solid white;
}
.tf-video button :not(.layer)
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    border: 0;
    outline: 0; 
    background: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-video button :not(.layer):focus-visible
{
    outline: solid #fff;
}
.tf-video button :not(.layer):focus
{
    border: 0;
}
.tf-video__controls
{
    position: absolute;
    z-index: 7; 
    bottom: 2px;

    display: none;

    width: 100%;
    height: 50px;
    padding: 14px 25px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    opacity: 1;
    background-color: rgba(3, 26, 52, .8);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tf-video__fullscreen
{
    margin-left: 25px;
}
.tf-video__play,
.tf-video__unmute,
.tf-video__pause,
.tf-video__fullscreen,
.tf-video__mute
{
    opacity: 1; 
    color: white;
    border: none !important;
    background: none !important;
    background-color: transparent !important;
}
.tf-video__play:focus-visible,
.tf-video__unmute:focus-visible,
.tf-video__pause:focus-visible,
.tf-video__fullscreen:focus-visible,
.tf-video__mute:focus-visible
{
    outline: solid #fff;
}
.tf-video .icon
{
    width: 24px;
    height: 24px;

    fill: #fff;
}
.tf-video__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: auto;
    margin-right: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.tf-video__play,
.tf-video__mute,
.tf-video__unmute,
.tf-video__pause
{
    margin-right: 23px;

    cursor: pointer;
}
.tf-video__fullscreen
{
    cursor: pointer;
}
.tf-video__volume
{
    height: auto;
    padding: 0;
}
.tf-video__content
{
    display: none;

    padding-top: 56.25%;
}
.tf-video__progress
{
    position: absolute;
    top: -7px;
    left: 0;

    width: 100%;
    margin: 0 5px 0 0;

    cursor: pointer; 
    -webkit-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;

    opacity: 1;
    border: 0 none;
    border-radius: 5;
    border-radius: 5px;
    background-color: #808080;
}
@media (min-width: 768px)
{
    .tf-video__progress
    {
        position: relative;
        top: 1px;
        left: 0;

        overflow: hidden; 

        width: 100%;
        height: 9px;

        opacity: 1;
    }
}
.tf-video__progress progress
{
    position: relative;
    left: -5px;

    width: 100%; 
    height: 10px;

    opacity: 1;
    background: #06f;
}
.tf-video__progress progress[value]::-webkit-progress-value
{
    background-color: #06f;
}
@media (min-width: 768px)
{
    .tf-video__progress progress
    {
        top: -1px;
        left: -6px;

        width: 103%;
        height: 10px;
        margin: 0; 

        opacity: 1;
    }
}
.tf-video__progress:focus-visible
{
    outline: solid #fff;
}
.tf-video__container
{
    position: relative;

    overflow: hidden; 
    /* 16:9 */

    height: 0;
    padding-bottom: 56.25%;
}
.tf-video__player
{
    position: absolute; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.tf-video__overlay
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    cursor: pointer; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-video__overlay::before
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0; 
    background: #fff;
}
.tf-video__overlay:hover::before
{
    opacity: .1;
}
.tf-video__overlay .icon
{
    position: absolute;

    width: 86px;
    height: 86px;
    padding: 30px;

    border-radius: 50%; 
    background: #9d84a3;
}
.tf-video__counter
{
    font-family: 'Telefonica-sans-demibold';
    font-size: .8125rem;
    font-weight: 500;
    font-size-adjust: .58; 
    line-height: 1.125rem;

    min-width: 70px;

    color: #fff;
}
.tf-video input
{
    border: 0;
}
.tf-video input:focus
{
    border: 0;
}
.tf-video__volume
{
    position: relative;

    display: none;

    width: 80px;
    height: 3px;
    margin-right: 25px;
    padding: 0;

    cursor: pointer;

    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0, #8f97af));
    background: -o-linear-gradient(left, #fff var(--RANGE-VALUE), #8f97af 0);
    background:    linear-gradient(to right, #fff var(--RANGE-VALUE), #8f97af 0); 

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.tf-video__volume:focus-visible
{
    outline: #fff;
}
.tf-video__volume::before
{
    position: absolute;
    z-index: -1;
    top: -1px;
    bottom: 0;
    left: 0;

    display: block;

    height: 3px;

    content: '';

    opacity: 1;
    background-color: #8f97af;
}
.tf-video__volume::-webkit-slider-thumb
{
    opacity: 0;
}

.tf-video select
{
    font-weight: 600;

    width: 2.5rem; 

    cursor: pointer;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;

    color: black;
    border: none;
    outline: none;
    background: white;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.tf-video option
{
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center; 

    color: white;
    outline: none;
    background: #4e4e4e;
}

.tf-video .player
{
    max-width: 60%;
    height: 100%; 
    margin: 0 auto;
    margin-bottom: 0;
}

.tf-video .player:-webkit-full-screen .video-screen
{
    background: #262627;
}

.tf-video .player:-ms-fullscreen .video-screen
{
    background: #262627;
}

.tf-video .player:fullscreen .video-screen
{
    background: #262627;
}

.tf-video .player:-webkit-full-screen .file-chooser
{
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
}

.tf-video .player:-ms-fullscreen .file-chooser
{
    -ms-transform: translateY(500%);
        transform: translateY(500%);
}

.tf-video .player:fullscreen .file-chooser
{
    -webkit-transform: translateY(500%);
        -ms-transform: translateY(500%);
            transform: translateY(500%);
}

.tf-video .file-chooser
{
    height: 50px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 

    color: white;
}

.tf-video .video-screen
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 
    margin: 0 auto;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    background: #bcbcbc;

    -o-object-fit: cover;
       object-fit: cover;
}

.tf-video .controls
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;

    width: 100%; 
    height: 70px;
    margin: 0;

    -webkit-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
    -webkit-transition-property: opacity, visibility;
         -o-transition-property: opacity, visibility;
            transition-property: opacity, visibility;
    -webkit-transform: translateY(-69px);
        -ms-transform: translateY(-69px);
            transform: translateY(-69px);

    opacity: 0;
    border-top: 5px solid rgba(0, 0, 0, .02);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, .5);

    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tf-video .controls *
{
    -webkit-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s; 

    opacity: .7;
}

.tf-video .controls.active
{
    visibility: visible; 

    opacity: 1;
}

.tf-video .fullscreen-button
{
    width: 40px; 
    height: 35px;
    margin: 0 15px;

    -webkit-transition: scale .1s;
         -o-transition: scale .1s;
            transition: scale .1s;

    border: 7px dashed white;
    background: transparent;

    -ms-flex-item-align: center;
    align-self: center;
}

.tf-video .play
{
    width: 20px; 
    height: 40px;
    margin: 0 20px;

    -ms-flex-item-align: center;
    align-self: center;
}

.tf-video .play.start
{
    margin: 0;
    margin-left: 25px; 

    border: 20px solid transparent;
    border-right: none;
    border-left: 35px solid white;
    background: none;
}

.tf-video .play.pause
{
    margin: 0;
    margin-right: 3px; 
    margin-left: 15px;
    padding: 6px;

    border: none;
    border-right: 15px solid white;
    border-left: 15px solid white;
    background: none;
}

.tf-video .volume-bar
{
    width: 80px; 
    margin: 0 20px;
}

.tf-video .time-bar
{
    width: 70%;
}

.tf-video .time
{
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 24px;

    min-width: 135px;

    opacity: .9; 
    color: white;

    -ms-flex-item-align: center;
    align-self: center;
}

.tf-video .speed
{
    font-weight: bold;

    width: 50px; 
    margin-right: 5px;

    opacity: .9;
    color: white;

    -ms-flex-item-align: center;
    align-self: center;
}

.tf-video ::-webkit-media-controls
{
    display: none;
}

@media (hover: hover)
{
    .tf-video .controls *:hover
    {
        opacity: .9;
    }
    .tf-video .fullscreen-button:active
    {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
    }
}

@media only screen and (max-width: 900px)
{
    .tf-video .player
    {
        max-width: 100vw;
        max-height: 100vh; 
        margin: 0;
    }
    .tf-video .controls
    {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .tf-video .controls *
    {
        margin: 0;
        margin-left: 8px;
    }
    .tf-video .controls
    {
        margin: 0;
    }
    .tf-video .play
    {
        display: none;
    }
    .tf-video .time
    {
        font-size: 18px;
        font-weight: 400;

        width: 10%; 
        min-width: 10%;
        max-width: 14%;
    }
    .tf-video .time-bar
    {
        width: 100%;
    }
    .tf-video .volume-bar
    {
        max-width: 10%;
    }
    .tf-video .speed
    {
        display: none;
    }
    .tf-video .fullscreen-button
    {
        width: 40px; 
        min-width: 25px;
        height: 25px;
        margin-right: 8px;

        border-width: 3px;
    }
    .tf-video .file-chooser
    {
        display: none;
    }
}

.tf-video iframe
{
    position: absolute;
    top: 0; 
    left: 0;

    width: 100%;
    height: 100%;
}

.video
{
    width: 100%;

    border: 1px solid black;
}

.wrapper
{
    position: relative;

    display: table;

    width: auto;
    width: 50%;
}

.tf-media
{
    position: relative; 

    width: 100%;
}
.tf-media__content
{
    position: relative;

    display: none;
    overflow: hidden;

    height: 0;
    padding-bottom: 56.25%;
}
.tf-media iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.tf-media__video[autoplay] ~ .tf-media__playpause
{
    display: none;
}
.tf-media__playpause
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;
    margin: auto;

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;

    border: none; 
    background: rgba(255, 255, 255, 0);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-media__playpause:hover,
.tf-media__playpause:focus
{
    cursor: pointer; 

    background: rgba(255, 255, 255, .3);
}
.tf-media__playpause:hover span,
.tf-media__playpause:focus span
{
    background-color: #9d84a3;
}
.tf-media__playpause span
{
    display: block;

    width: 86px;
    height: 86px;

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear; 

    border-radius: 50%;
    background-color: rgba(157, 132, 163, .76);
    background-image: url('data:image/svg+xml,%3Csvg width=\'26\' fill=\'%23ffffff\' height=\'26\' viewBox=\'0 0 26 26\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.70426 25.9098C4.45353 25.9098 4.20279 25.8429 3.97713 25.7175C3.52581 25.4584 3.25 24.982 3.25 24.4639V1.53833C3.25 1.02014 3.52581 0.543744 3.97713 0.284652C4.42845 0.0255588 4.98007 0.0255588 5.42303 0.284652L25.2729 11.7432C25.7242 12.0023 26 12.4787 26 12.9969C26 13.5151 25.7242 13.9915 25.2729 14.2506L5.42303 25.7175C5.19737 25.8429 4.94664 25.9098 4.70426 25.9098ZM6.15016 4.04568V21.9482L21.6539 12.9969L6.15016 4.04568Z\' /%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
}

@-webkit-keyframes splide-loading
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    to
    {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn);
    }
}

@keyframes splide-loading
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    to
    {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn);
    }
}

.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list
{
    display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide
{
    position: absolute;
    z-index: 0; 
    top: 0;
    left: 0;

    opacity: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active
{
    position: relative;
    z-index: 1; 

    opacity: 1;
}

.splide--rtl
{
    direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list
{
    display: block;
}

.splide__container
{
    position: relative; 

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.splide__list
{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    height: 100%;
    margin: 0 !important;
    padding: 0 !important;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list
{
    display: block;
}

.splide__pagination
{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    margin: 0;

    pointer-events: none; 

    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.splide__pagination li
{
    line-height: 1;

    display: inline-block;

    margin: 0;

    list-style-type: none;

    pointer-events: auto;
}

.splide__progress__bar
{
    width: 0;
}

.splide
{
    position: relative;

    visibility: hidden; 

    outline: none;
}

.splide.is-initialized,
.splide.is-rendered
{
    visibility: visible;
}

.splide__slide
{
    position: relative; 

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;

    list-style-type: none !important;

    outline: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.splide__slide img
{
    vertical-align: bottom;
}

.splide__slider
{
    position: relative;
}

.splide__spinner
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 20px; 
    height: 20px;
    margin: auto;

    -webkit-animation: splide-loading 1s linear infinite;
            animation: splide-loading 1s linear infinite;

    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;

    contain: strict;
}

.splide__track
{
    position: relative;
    z-index: 0; 

    overflow: hidden;
}

.splide
{
    position: relative;

    min-height: 400px;
}
.splide__arrow
{
    position: absolute;
    z-index: 999;
    top: calc(50% - 20px);

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 40px;
    height: 40px;

    cursor: pointer; 

    border: 0;
    background: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.splide__arrow:disabled
{
    display: none;
}
.splide__arrow:hover svg,
.splide__arrow:focus svg
{
    display: block;

    fill: #06f;
}
.splide__arrow--prev
{
    left: 0;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.splide__arrow--next
{
    right: 0;
}
.splide__arrow svg
{
    width: 20px;
    height: 20px;
}
.splide__block
{
    height: 400px; 

    background-color: #06f;
    background-size: cover;
}
.splide__block[style*='background-image'] .splide__link
{
    background-color: rgba(0, 62, 86, .5);
}
.splide__block[style*='background-image'] .splide__link:hover,
.splide__block[style*='background-image'] .splide__link:focus
{
    background-color: rgba(0, 62, 86, .2);
}
.splide__block[style*='background-image'] .splide__link:focus-visible
{
    border: 3px dotted #acf9ff;
}
.splide__block a:hover,
.splide__block a:focus,
.splide__block a:active
{
    color: #fff;
}
.splide__title
{
    font-size: 2.375rem;
    line-height: 3rem;

    display: block;
    display: -webkit-box; 
    overflow: hidden;

       text-overflow: ellipsis;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
}
.splide__text
{
    font-size: 1.0625rem;
    line-height: 1.875rem;

    margin-top: 20px;

    letter-spacing: .01em;
}
.splide__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;
    padding: 35px 48px;

    text-decoration: none;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.splide__pagination
{
    visibility: hidden;

    height: 0;
}
@media (min-width: 768px)
{
    .splide .splide__arrows
    {
        position: absolute;
        z-index: 9999; 
        bottom: 0;
        left: 0;
    }
    .splide .splide__link
    {
        padding: 35px 35px 60px 35px;
    }
    .splide .splide__arrow
    {
        position: static;
        z-index: 999;
        top: auto;
        left: auto;
    }
    .splide .splide__arrow--prev
    {
        left: auto;
    }
    .splide .splide__arrow--next
    {
        right: auto;
    }
    .splide .splide__block
    {
        height: 546px;
        margin: 10px; 

        border-radius: 0 0 20px 0;
    }
    .splide .splide__link
    {
        border-radius: 0 0 20px 0;
    }
    .splide .splide__title
    {
        font-size: 1.75rem;
        line-height: 2.1875rem;
    }
}

/* Captions
--------------------------------------------- */
.wp-caption
{
    max-width: 100%; 
    margin-bottom: 1.5em;
}
.wp-caption img[class*='wp-image-']
{
    display: block;

    margin-right: auto; 
    margin-left: auto;
}
.wp-caption .wp-caption-text
{
    margin: .8075em 0;
}

.wp-caption-text
{
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.block-editor .wp-block
{
    max-width: 90%;
}

.css-1nqs3qz-Input.css-1nqs3qz-Input.css-1nqs3qz-Input
{
    min-width: 50px;
}

.edit-post-visual-editor .none
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    opacity: .4;
}

.edit-post-visual-editor .block-shadow__img
{
    height: auto; 
    padding-top: 0;
}

.edit-post-visual-editor .block-library-spacer__resize-container
{
    background: #efefef;
}

.edit-post-visual-editor .mega .mega__content h1
{
    color: white;
}

.edit-post-visual-editor .tf-cookie-block
{
    display: none;
}

.edit-post-visual-editor .tf-media__content,
.edit-post-visual-editor .tf-video__container
{
    display: block;
}

.edit-post-visual-editor .tlf-spaces
{
    margin-bottom: 0 !important; 

    background-image: -o-linear-gradient(45deg, #fff 25%, #a8a8a8 25%, #a8a8a8 50%, #fff 50%, #fff 75%, #a8a8a8 75%, #a8a8a8 100%);
    background-image:    linear-gradient(45deg, #fff 25%, #a8a8a8 25%, #a8a8a8 50%, #fff 50%, #fff 75%, #a8a8a8 75%, #a8a8a8 100%);
    background-size: 5.66px 5.66px;
}
.edit-post-visual-editor .tlf-spaces.mb--140
{
    height: 140px;
}
.edit-post-visual-editor .tlf-spaces.mb--100
{
    height: 100px;
}
.edit-post-visual-editor .tlf-spaces.mb--70
{
    height: 70px;
}
.edit-post-visual-editor .tlf-spaces.mb--35
{
    height: 35px;
}

.edit-post-visual-editor h1.hide-a11y,
.edit-post-visual-editor h2.hide-a11y,
.edit-post-visual-editor h3.hide-a11y,
.edit-post-visual-editor h4.hide-a11y,
.edit-post-visual-editor h5.hide-a11y,
.edit-post-visual-editor h6.hide-a11y
{
    position: static !important;

    clip: auto;

    width: auto;
    height: auto;

    opacity: .5;
}

.has-background a:hover,
.has-background a:focus
{
    color: #67e0e5;
}

.has-background--light a
{
    color: #06f !important;
}
.has-background--light a:hover,
.has-background--light a:focus
{
    color: #1c77ff;
}

.wp-block-separator
{
    border-top: none; 
    border-bottom: 1px solid #d1d5e4;
}

ul.components-form-token-field__suggestions-list
{
    min-height: 300px !important;
}

.wp-activate-container
{
    padding: 0 18px;
}
@media (min-width: 1280px)
{
    .wp-activate-container
    {
        padding: 0;
    }
}

.i-amphtml-singledoc .stock__mobile,
.i-amphtml-singledoc .menu--open .site-header .main-navigation .sub-menu-view
{
    display: none;
}

.i-amphtml-singledoc .grid
{
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
.screen-reader-text
{
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    word-wrap: normal !important; 

    border: 0;

    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
}
.screen-reader-text:focus
{
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;

    z-index: 100000; 
    top: 5px;
    left: 5px;

    display: block;
    clip: auto !important;

    width: auto;
    height: auto;
    padding: 15px 23px 14px;

    text-decoration: none;

    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);

    -webkit-clip-path: none;
            clip-path: none;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus
{
    outline: 0;
}

.hide-a11y
{
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;

    white-space: nowrap;
    /* added line */
}

/* Alignments
--------------------------------------------- */
.text--right
{
    text-align: right;
}

.text--center
{
    text-align: center;
}

.text--left
{
    text-align: left;
}

.float--right
{
    float: right;
}

.float--left
{
    float: left;
}

.flex
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.flex--between
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex--between .breadcrumb
{
    margin: 0;
}
.flex--end
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex--focused
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    text-align: center; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex--align-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Spacing
--------------------------------------------- */
.ellipsis
{
    overflow: hidden; 

    white-space: nowrap;
       text-overflow: ellipsis;

    -o-text-overflow: ellipsis;
}
.ellipsis--multi
{
    display: -webkit-box;
    overflow: hidden; 

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.border
{
    border: 1px solid;
}
.border--bottom
{
    border-bottom: 1px solid;
}
.border--top
{
    border-top: 1px solid;
}
.border--none
{
    border: 0;
}

.bold
{
    font-family: 'Telefonica-sans-demibold';
}

.color-primary,
.color--primary
{
    color: #06f;

    fill: #06f;
}

.color-secondary,
.color--secondary
{
    color: #807477;

    fill: #807477;
}

.color-white,
.color--white
{
    color: #fff;

    fill: #fff;
}

.color-black,
.color--black
{
    color: #000;

    fill: #000;
}

.rotate-45,
.rotate--45
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.rotate-90,
.rotate--90
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.rotate-180,
.rotate--180
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.rotate-270,
.rotate--270
{
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.none
{
    display: none !important;
}

.flex
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.hightext
{
    text-transform: uppercase;

    color: #fff;
}

.hide--scroll
{
    overflow: hidden;
}

.grid
{
    display: grid;

    width: 100%; 
    max-width: 1224px;
    margin: 0 auto 35px auto;
    margin-bottom: 35px;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 35px;
}
.grid .grid
{
    margin-bottom: 0;
}
@media (min-width: 1024px)
{
    .grid
    {
        padding: 0 18px; 

        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }
    .grid.gap--0,
    .grid--gap0
    {
        row-gap: 0;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
    .grid--v
    {
        grid-auto-flow: row;
    }
    .grid--h
    {
        grid-auto-flow: column;
    }
    .grid--2
    {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: dense;
    }
    .grid--3
    {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-flow: dense;
    }
    .grid--4
    {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-flow: dense;
    }
    .grid--1-2
    {
        grid-template-columns: 1fr 2fr;
    }
    .grid--1-3
    {
        grid-template-columns: 1fr 3fr;
    }
    .grid--2-1
    {
        grid-template-columns: 2fr 1fr;
    }
    .grid--2-3
    {
        grid-template-columns: 2fr 3fr;
    }
    .grid--3-1
    {
        grid-template-columns: 3fr 1fr;
    }
    .grid--3-2
    {
        grid-template-columns: 3fr 2fr;
    }
}
@media (min-width: 1280px)
{
    .grid
    {
        padding: 0;
    }
}
.grid--gap-l
{
    gap: 70px;
}
.grid--gap-m
{
    gap: 70px;
}
.grid--gap-s
{
    gap: 45px;
}
.grid--gap-xs
{
    gap: 35px;
}
.grid--gap0,
.grid--gap-0
{
    row-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}
@media (min-width: 1280px)
{
    .grid--gap-l
    {
        gap: 140px;
    }
    .grid--gap-m
    {
        gap: 100px;
    }
    .grid--gap-s
    {
        gap: 70px;
    }
}
.grid--row-gap-l
{
    row-gap: 70px;
}
.grid--row-gap-m
{
    row-gap: 70px;
}
.grid--row-gap-s
{
    row-gap: 45px;
}
.grid--row-gap-xs
{
    row-gap: 35px;
}
.grid--row-gap0,
.grid--row-gap-0
{
    row-gap: 0;
}
@media (min-width: 1280px)
{
    .grid--row-gap-l
    {
        row-gap: 140px;
    }
    .grid--row-gap-m
    {
        row-gap: 100px;
    }
    .grid--row-gap-s
    {
        row-gap: 70px;
    }
}
.grid--column-gap-l
{
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
}
.grid--column-gap-m
{
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
}
.grid--column-gap-s
{
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
}
.grid--column-gap-xs
{
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
}
.grid--column-gap0,
.grid--column-gap-0
{
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}
@media (min-width: 1280px)
{
    .grid--column-gap-l
    {
        -webkit-column-gap: 140px;
           -moz-column-gap: 140px;
                column-gap: 140px;
    }
    .grid--column-gap-m
    {
        -webkit-column-gap: 100px;
           -moz-column-gap: 100px;
                column-gap: 100px;
    }
    .grid--column-gap-s
    {
        -webkit-column-gap: 70px;
           -moz-column-gap: 70px;
                column-gap: 70px;
    }
}
.grid--article
{
    margin-bottom: 40px;
}
@media (min-width: 768px)
{
    .grid--article
    {
        grid-template-columns: 2fr 1fr;
        gap: 40px;
    }
}
@media (min-width: 1280px)
{
    .grid--article
    {
        gap: 140px;
    }
}
.grid--profile
{
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
}
.grid--profile .grid--row-gap__col
{
    grid-area: 2 / 1 / 3 / 2;
}
.grid--profile .grid--row-gap__col + .grid--row-gap__col
{
    grid-area: 1 / 1 / 2 / 2;
}
@media (min-width: 768px)
{
    .grid--profile
    {
        grid-template-columns: 3fr 1fr;
        grid-template-rows: 1fr;
        gap: 8%;
    }
    .grid--profile .grid--row-gap__col
    {
        grid-area: 1 / 1 / 2 / 2;
    }
    .grid--profile .grid--row-gap__col + .grid--row-gap__col
    {
        grid-area: 1 / 2/ 2 / 3;
    }
}
.grid--slider
{
    overflow-x: auto;

    grid-template-columns: 1fr 1fr 1fr;
}
.grid--slider .card__data
{
    display: none;
}
.grid--slider .card
{
    min-width: 260px;

    border: none; 
    -webkit-box-shadow: none;
            box-shadow: none;
}
@media (min-width: 1280px)
{
    .grid--slider .card__data
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .grid--slider .card
    {
        min-width: auto;

        border: 1px solid #e3e5ee;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
                box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    }
}
.grid--search
{
    margin-bottom: 40px;
    padding: 0 18px;
}
@media (min-width: 768px)
{
    .grid--search
    {
        grid-template-columns: 9fr 3fr;
    }
}
@media (min-width: 1280px)
{
    .grid--search
    {
        padding: 0;
    }
}

.wp-block-columns
{
    margin-bottom: 35px; 

    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wp-block-columns .wp-block-column
{
    margin: 0;
}
@media (min-width: 768px)
{
    .wp-block-columns
    {
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
    }
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child)
{
    margin-left: 0;
}

.lateral--18
{
    padding: 0 18px;
}
@media (min-width: 1280px)
{
    .lateral--18
    {
        padding: 0;
    }
}

.lateral--l18
{
    padding: 0 0 0 18px;
}
@media (min-width: 1280px)
{
    .lateral--l18
    {
        padding: 0;
    }
}

/* grid utility */
.gap--0,
.grid--gap-0
{
    gap: 0 !important;
}

.gap--column-0
{
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
}

.gap--row-0
{
    row-gap: 0 !important;
}

[class^='pb--'],
[class^='pt--'],
[class^='mb--'],
[class^='mt--']
{
    overflow: hidden;
}

.p--0
{
    padding: 0 !important;
}

.pb--140,
.pb--xl
{
    padding-bottom: 70px !important;
}

.pb--100,
.pb--l
{
    padding-bottom: 70px !important;
}

.pb--70,
.pb--m
{
    padding-bottom: 45px !important;
}

.pb--35,
.pb--xs,
.pb--s
{
    padding-bottom: 35px !important;
}

.pb--0
{
    padding-bottom: 0 !important;
}

@media (min-width: 768px)
{
    .pb--140,
    .pb--xl
    {
        padding-bottom: 140px !important;
    }
    .pb--100,
    .pb--l
    {
        padding-bottom: 100px !important;
    }
    .pb--70,
    .pb--m
    {
        padding-bottom: 70px !important;
    }
}

.pt--140,
.pt--xl
{
    padding-top: 70px !important;
}

.pt--100,
.pt--l
{
    padding-top: 70px !important;
}

.pt--70,
.pt--m
{
    padding-top: 45px !important;
}

.pt--35,
.pt--xs,
.pt--s
{
    padding-top: 35px !important;
}

.pt--0
{
    padding-top: 0 !important;
}

@media (min-width: 768px)
{
    .pt--140,
    .pt--xl
    {
        padding-top: 140px !important;
    }
    .pt--100,
    .pt--l
    {
        padding-top: 100px !important;
    }
    .pt--70,
    .pt--m
    {
        padding-top: 70px !important;
    }
}

.m--0
{
    margin: 0 !important;
}

.mb--140,
.mb--xl
{
    margin-bottom: 70px !important;
}

.mb--100,
.mb--l
{
    margin-bottom: 70px !important;
}

.mb--70,
.mb--m
{
    margin-bottom: 45px !important;
}

.mb--35,
.mb--xs,
.mb--s
{
    margin-bottom: 35px !important;
}

.mb--0
{
    margin-bottom: 0 !important;
}

@media (min-width: 768px)
{
    .mb--140,
    .mb--xl
    {
        margin-bottom: 140px !important;
    }
    .mb--100,
    .mb--l
    {
        margin-bottom: 100px !important;
    }
    .mb--70,
    .mb--m
    {
        margin-bottom: 70px !important;
    }
}

.mt--140,
.mt--xl
{
    margin-top: 70px !important;
}

.mt--100,
.mt--l
{
    margin-top: 70px !important;
}

.mt--70,
.mt--m
{
    margin-top: 45px !important;
}

.mt--35,
.mt--xs,
.mt--s
{
    margin-top: 35px !important;
}

.mt--0
{
    margin-top: 0 !important;
}

@media (min-width: 768px)
{
    .mt--140,
    .mt--xl
    {
        margin-top: 140px !important;
    }
    .mt--100,
    .mt--l
    {
        margin-top: 100px !important;
    }
    .mt--70,
    .mt--m
    {
        margin-top: 70px !important;
    }
}

.wrap .wp-block-column
{
    margin: 0;
}

.wrap--lateral
{
    padding-inline: 18px;
}
@media (min-width: 768px)
{
    .wrap--lateral
    {
        padding-inline: 0;
    }
}

.inner--grey
{
    position: relative;
}
.inner--grey .wrap
{
    padding: 0;
}
.inner--grey .wrap::before
{
    position: absolute;
    z-index: -1;
    left: 0;

    width: 100%;
    height: 600px; 

    content: '';
}
.inner--grey .wrap::after
{
    position: absolute;
    z-index: -1;
    left: 0;

    width: 100%;
    height: 600px; 

    content: '';
}
@media (min-width: 768px)
{
    .inner--grey
    {
        background: #f2f4ff;
    }
}

.inner--main
{
    background: #f2f4ff;
}

.inner--space
{
    padding: 0;
}
@media (min-width: 768px)
{
    .inner--space
    {
        padding: 90px 0;
    }
}

.inner--dist
{
    position: relative;
}
.inner--dist .wrap
{
    padding: 0;
}
@media (min-width: 768px)
{
    .inner--dist .inner__wrap
    {
        position: absolute;
        top: 80px;

        width: 100%; 
        height: 513px;

        background: #6e7894;
    }
}

.inner--bigbanner
{
    position: relative;
}
.inner--bigbanner .wrap
{
    padding: 0;
}
@media (min-width: 768px)
{
    .inner--bigbanner .inner__wrap
    {
        position: absolute;
        z-index: -1; 
        top: 80px;

        width: 100%;
        height: 300px;

        background: #6e7894;
    }
}

/* Print
--------------------------------------------- */
.uikit
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.uikit .header
{
    padding: 10px 15px; 

    border-right: 1px solid #06f;
    background: #2b3447;
}
.uikit .header__left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.uikit .header .title
{
    font-size: .875rem; 

    color: #fff;
}
.uikit .header .title__head
{
    font-size: 1.25rem;
    line-height: 1.25rem;

    color: #fff;
}
.uikit .header .logo
{
    margin-right: 20px;
}
.uikit .header .logo .icon
{
    width: 150px;
    height: 100px;

    fill: #fff;
}
@media (min-width: 768px)
{
    .uikit .header
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 10px 35px; 

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.uikit main
{
    width: 100%;
    max-width: 1200px;
    min-height: 100vh; 
    margin: 0 auto;
    padding: 10px 20px 40px 10px;
}
.uikit--full main
{
    max-width: none;
    padding: 0;
}
.uikit .main-nav select
{
    width: 100%;
}
.uikit .footer
{
    height: 500px; 

    background: #06f;
}
.uikit pre
{
    display: grid;
}
.uikit .ui-col
{
    display: grid;

    grid-auto-flow: row;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (min-width: 768px)
{
    .uikit .ui-col
    {
        display: grid;

        grid-auto-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .uikit .ui-col--2
    {
        grid-template-columns: 1fr 1fr;
    }
    .uikit .ui-col--3
    {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .uikit .ui-col--4
    {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.uikit .ui-color__box
{
    margin-bottom: 20px; 
    padding: 10px;
}
.uikit .ui-color__title
{
    margin-bottom: 10px;
}
.uikit .ui-color__hex
{
    font-size: 80%;

    margin-bottom: 20px;
}
.uikit .ui-bg--main
{
    background: #06f;
}
.uikit .ui-box
{
    margin-bottom: 70px; 

    border: 1px dotted #ccc;
}
.uikit .ui-box__content
{
    padding: 10px;
}
.uikit .ui-box__content--dark
{
    background: #06f;
}
.uikit .ui-box__code pre
{
    margin: 0;
}
.uikit .ui-box .grid__col
{
    padding: 10px; 

    color: #fff;
    background: #06f;
}
.uikit .ui-box--no-mb
{
    margin-bottom: 0;
}
.uikit .ui-icon
{
    display: grid;

    grid-template-columns: 1fr 1fr;
}
.uikit .ui-icon .icon
{
    width: 64px;
    height: 64px; 

    fill: #06f;
}
.uikit .ui-icon__block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 150px; 
    padding: 20px 10px 0 10px;

    -webkit-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;

    border: 1px solid #f2f4ff;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.uikit .ui-icon__block:hover
{
    color: #fff; 
    background-color: #06f;
}
.uikit .ui-icon__block:hover .icon
{
    fill: #fff;
}
.uikit .ui-icon__block--stroke:hover .icon
{
    stroke: #fff;
}
.uikit .ui-icon__block--stroke .icon
{
    stroke: #06f;
}
@media (min-width: 768px)
{
    .uikit .ui-icon
    {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/*# sourceMappingURL=sourcemap/style.css.map */



site-footer__content {
    display: grid;
    grid-gap: 35px;
}

@media (min-width: 768px){
	

    .site-footer__content {
        grid-template-columns: 2fr 1fr;
    }
    .site-footer__logo {
        padding-top: 122px;
        padding-bottom: 50px;
        grid-area: 1/1/2/2;
    }
}
    
.list__link.contact:hover {
    text-decoration: none;
    background: #5e9eff;
}
.list__link.contact {
    display: inline-block;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100px;
    background: #1c77ff;
    font-size: .6875rem;
    line-height: .8125rem;
    padding: 12px 25px;
}

.list__item svg.icon {
    width: 15px;
    height: 18px;
    margin-bottom: 0px;
}

.site-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    align-items: center;
}
.head-social {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Telefonica-sans-demibold';
    text-decoration:none!important;
}

.head-social:hover {
    text-decoration: none!important;
}
.site-footer__social b {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Telefonica-sans-demibold';
}

.site-footer p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Telefonica-sans-regular';
}

.site-footer__social a {
    text-decoration: underline;
    color: #fff;
}
@media (min-width: 1280px){
.site-footer__social {
    padding: 100px 0 50px 0!important;
}
}


@media (max-width: 425px){
    
    .site-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
    
    .list__item_contact {
    width: 100%!important;
        margin-bottom:35px;
}
    
    .site-footer__logo {
    max-width: 320px;
}
    .site-footer__social p {
    padding-bottom:50px;
}
}


.box__content.registro-content-colombia {
    margin-right: 15px;
}
    
.box__right {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}